Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Add arrow-left (or "Back") arrow
Browse files Browse the repository at this point in the history
* Add `arrow-left.svg` file
* Add `arrow-left` to `icons.js`
  • Loading branch information
ItsJonQ committed Sep 5, 2017
1 parent 0bbe3dc commit 33be6c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/components/Icon/icons.js
@@ -1,4 +1,5 @@
import alert from '../../icons/alert.svg'
import arrowLeft from '../../icons/arrow-left.svg'
import arrowRight from '../../icons/arrow-right.svg'
import attachment from '../../icons/attachment.svg'
import chatActive from '../../icons/chat-active.svg'
Expand All @@ -25,6 +26,7 @@ import video from '../../icons/video.svg'

const ICONS = {
alert,
'arrow-left': arrowLeft,
'arrow-right': arrowRight,
attachment,
'chat-active': chatActive,
Expand Down
1 change: 1 addition & 0 deletions src/icons/arrow-left.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions stories/Icon.js
Expand Up @@ -6,6 +6,7 @@ storiesOf('Icon', module)
.add('icons', () => {
const icons = [
'alert',
'arrow-left',
'arrow-right',
'attachment',
'chat-active',
Expand Down

0 comments on commit 33be6c7

Please sign in to comment.