@@ -13,15 +13,18 @@ import DropdownArrow from '../images/down-filled-triangle.svg';
1313import Preferences from '../images/preferences.svg' ;
1414import Play from '../images/triangle-arrow-right.svg' ;
1515import More from '../images/more.svg' ;
16+ import Editor from '../images/editor.svg' ;
17+ import Account from '../images/account.svg' ;
1618import Code from '../images/code.svg' ;
1719import Save from '../images/save.svg' ;
1820import Terminal from '../images/terminal.svg' ;
19-
2021import Folder from '../images/folder-padded.svg' ;
21-
2222import CircleTerminal from '../images/circle-terminal.svg' ;
2323import CircleFolder from '../images/circle-folder.svg' ;
2424import CircleInfo from '../images/circle-info.svg' ;
25+ import Add from '../images/add.svg' ;
26+ import Filter from '../images/filter.svg' ;
27+ import Cross from '../images/cross.svg' ;
2528
2629// HOC that adds the right web accessibility props
2730// https://www.scottohara.me/blog/2019/05/22/contextual-images-svgs-and-a11y.html
@@ -83,16 +86,19 @@ export const GoogleIcon = withLabel(Google);
8386export const PlusIcon = withLabel ( Plus ) ;
8487export const CloseIcon = withLabel ( Close ) ;
8588export const ExitIcon = withLabel ( Exit ) ;
89+ export const EditorIcon = withLabel ( Editor ) ;
90+ export const AccountIcon = withLabel ( Account ) ;
8691export const DropdownArrowIcon = withLabel ( DropdownArrow ) ;
8792export const PreferencesIcon = withLabel ( Preferences ) ;
8893export const PlayIcon = withLabel ( Play ) ;
8994export const MoreIcon = withLabel ( More ) ;
9095export const TerminalIcon = withLabel ( Terminal ) ;
9196export const CodeIcon = withLabel ( Code ) ;
9297export const SaveIcon = withLabel ( Save ) ;
93-
9498export const FolderIcon = withLabel ( Folder ) ;
95-
99+ export const CrossIcon = withLabel ( Cross ) ;
96100export const CircleTerminalIcon = withLabel ( CircleTerminal ) ;
97101export const CircleFolderIcon = withLabel ( CircleFolder ) ;
98102export const CircleInfoIcon = withLabel ( CircleInfo ) ;
103+ export const AddIcon = withLabel ( Add ) ;
104+ export const FilterIcon = withLabel ( Filter ) ;
0 commit comments