Skip to content

Commit

Permalink
feat(Icon): add new add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ej9x committed Jul 26, 2019
1 parent a95e647 commit e9e01a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Icon/glyphs/Add.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/components/Icon/glyphs/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// eslint-disable-next-line no-unused-vars
import React from 'react';

import Add from './Add.svg';
import Alert from './Alert.svg';
import APIToken from './APIToken.svg';
import Check from './Check.svg';
Expand Down Expand Up @@ -49,6 +50,7 @@ import Trashcan from './Trashcan.svg';
import TreeView from './TreeView.svg';

export {
Add,
Alert,
APIToken,
Check,
Expand Down

0 comments on commit e9e01a9

Please sign in to comment.