Skip to content

Commit

Permalink
feat(Icon): add api token icon
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Oct 10, 2018
1 parent ea05d8b commit c980a77
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/atoms/typography/Icon/glyphs/APIToken.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/atoms/typography/Icon/glyphs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import React from 'react';

import Alert from './Alert.svg';
import APIToken from './APIToken.svg';
import Check from './Check.svg';
import ChevronDown from './ChevronDown.svg';
import CloudDatabase from './Cloud-Database.svg';
Expand All @@ -25,6 +26,7 @@ import Planet from './Planet.svg';

export {
Alert,
APIToken,
Check,
ChevronDown,
CloudDatabase,
Expand Down

0 comments on commit c980a77

Please sign in to comment.