Skip to content

Commit

Permalink
Add sharpen icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
flachware committed Feb 6, 2019
1 parent 86a279e commit 283da13
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/esper/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const {
IconSun,
IconContrast,
IconHue,
IconDrop
IconDrop,
IconSharpen
} = require('../icons')


Expand Down Expand Up @@ -124,7 +125,7 @@ const EsperPanel = (props) => (
onFocus={props.onFocus}
onChange={props.onChange}/>
<ColorSlider
icon={<IconHue/>}
icon={<IconSharpen/>}
isDisabled={props.isDisabled || !props.isVisible}
tabIndex={TABS.EsperPanel}
type="sharpen"
Expand Down
8 changes: 8 additions & 0 deletions src/components/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,14 @@ i('SelectionOverlay', (
</svg>
))

i('Sharpen', (
<svg width="16" height="16">
<g className="line" fill="currentColor">
<path d="M14.5,15H1.5a.5.5,0,0,1-.447-.724l6.5-13a.521.521,0,0,1,.894,0l6.5,13A.5.5,0,0,1,14.5,15ZM2.309,14H13.691L8,2.618Z"/>
</g>
</svg>
))

i('Sink', (
<svg width="16" height="16">
<g className="line" fill="currentColor">
Expand Down

0 comments on commit 283da13

Please sign in to comment.