Skip to content

Commit

Permalink
feat(Icon): add new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Nov 1, 2018
1 parent 182517f commit 7a5f15f
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/atoms/typography/Icon/glyphs/Contract.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions src/atoms/typography/Icon/glyphs/Customers.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/atoms/typography/Icon/glyphs/House.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/atoms/typography/Icon/glyphs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ import Search from './Search.svg';
import SpeedMeter from './Speed-Meter.svg';
import Trashcan from './Trashcan.svg';
import TreeView from './TreeView.svg';
import Contract from './Contract.svg';
import Customers from './Customers.svg';
import House from './House.svg';

export {
Alert,
Expand Down Expand Up @@ -53,5 +56,8 @@ export {
SpeedMeter,
Trashcan,
TreeView,
Contract,
Customers,
House,
};

0 comments on commit 7a5f15f

Please sign in to comment.