File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ import Plus from '../images/plus-icon.svg';
1010import Close from '../images/close.svg' ;
1111import Exit from '../images/exit.svg' ;
1212import DropdownArrow from '../images/down-filled-triangle.svg' ;
13+ import Preferences from '../images/preferences.svg' ;
14+ import Play from '../images/triangle-arrow-right.svg' ;
1315
1416// HOC that adds the right web accessibility props
1517// https://www.scottohara.me/blog/2019/05/22/contextual-images-svgs-and-a11y.html
@@ -70,3 +72,5 @@ export const PlusIcon = withLabel(Plus);
7072export const CloseIcon = withLabel ( Close ) ;
7173export const ExitIcon = withLabel ( Exit ) ;
7274export const DropdownArrowIcon = withLabel ( DropdownArrow ) ;
75+ export const PreferencesIcon = withLabel ( Preferences ) ;
76+ export const PlayIcon = withLabel ( Play ) ;
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ import { getHTMLFile } from '../reducers/files';
2323import Editor from '../components/Editor' ;
2424import { ExitIcon } from '../../../common/icons' ;
2525
26- import PreferencesIcon from '../../../images/preferences.svg' ;
27- import PlayIcon from '../../../images/triangle-arrow-right.svg' ;
26+ import { PreferencesIcon , PlayIcon } from '../../../common/icons' ;
2827
2928import IconButton from '../../../components/mobile/IconButton' ;
3029import Header from '../../../components/mobile/Header' ;
You can’t perform that action at this time.
0 commit comments