11import React from 'react' ;
22import PropTypes from 'prop-types' ;
33import styled from 'styled-components' ;
4- import { remSize , prop } from '../theme' ;
4+ import { prop } from '../theme' ;
55import SortArrowUp from '../images/sort-arrow-up.svg' ;
66import SortArrowDown from '../images/sort-arrow-down.svg' ;
77import Github from '../images/github.svg' ;
@@ -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 ) ;
0 commit comments