Skip to content

Commit

Permalink
feat(Icon): add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Dec 19, 2018
1 parent 037456d commit 19dde78
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 5 deletions.
17 changes: 13 additions & 4 deletions src/components/Icon/glyphs/EditPencil.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/components/Icon/glyphs/EightBase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/components/Icon/glyphs/Schema.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/components/Icon/glyphs/Table.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/components/Icon/glyphs/Tables.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/components/Icon/glyphs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ import Screens from './Screens.svg';
import Settings from './Settings.svg';
import DataBuilder from './DataBuilder.svg';
import Logic from './Logic.svg';
import EightBase from './EightBase.svg';
import Schema from './Schema.svg';
import Table from './Table.svg';
import Tables from './Tables.svg';

export {
Alert,
Expand Down Expand Up @@ -69,5 +73,8 @@ export {
Settings,
DataBuilder,
Logic,
EightBase,
Schema,
Table,
Tables,
};

0 comments on commit 19dde78

Please sign in to comment.