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';
10
10
import Close from '../images/close.svg' ;
11
11
import Exit from '../images/exit.svg' ;
12
12
import DropdownArrow from '../images/down-filled-triangle.svg' ;
13
+ import Preferences from '../images/preferences.svg' ;
14
+ import Play from '../images/triangle-arrow-right.svg' ;
13
15
14
16
// HOC that adds the right web accessibility props
15
17
// https://www.scottohara.me/blog/2019/05/22/contextual-images-svgs-and-a11y.html
@@ -70,3 +72,5 @@ export const PlusIcon = withLabel(Plus);
70
72
export const CloseIcon = withLabel ( Close ) ;
71
73
export const ExitIcon = withLabel ( Exit ) ;
72
74
export 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';
23
23
import Editor from '../components/Editor' ;
24
24
import { ExitIcon } from '../../../common/icons' ;
25
25
26
- import PreferencesIcon from '../../../images/preferences.svg' ;
27
- import PlayIcon from '../../../images/triangle-arrow-right.svg' ;
26
+ import { PreferencesIcon , PlayIcon } from '../../../common/icons' ;
28
27
29
28
import IconButton from '../../../components/mobile/IconButton' ;
30
29
import Header from '../../../components/mobile/Header' ;
You can’t perform that action at this time.
0 commit comments