File tree 2 files changed +7
-0
lines changed
react/src/components/icon
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import ArrowDown from 'feather-icons/dist/icons/arrow-down.svg';
5
5
import ArrowLeft from 'feather-icons/dist/icons/arrow-left.svg' ;
6
6
import ArrowRight from 'feather-icons/dist/icons/arrow-right.svg' ;
7
7
import ArrowUp from 'feather-icons/dist/icons/arrow-up.svg' ;
8
+ import Bell from 'feather-icons/dist/icons/bell.svg' ;
8
9
import Calendar from 'feather-icons/dist/icons/calendar.svg' ;
9
10
import Check from 'feather-icons/dist/icons/check.svg' ;
10
11
import ChevronDown from 'feather-icons/dist/icons/chevron-down.svg' ;
@@ -34,6 +35,7 @@ import Trash from 'feather-icons/dist/icons/trash.svg';
34
35
import X from 'feather-icons/dist/icons/x.svg' ;
35
36
import React , { VoidFunctionComponent } from 'react' ;
36
37
import Bento from '../../icons/bento.svg' ;
38
+ import Equisoft from '../../logos/logo-equisoft-ico.svg' ;
37
39
import Open from '../../icons/open.svg' ;
38
40
import Reorder from '../../icons/reorder.svg' ;
39
41
import Files from '../../icons/files.svg' ;
@@ -45,6 +47,7 @@ const iconMapping = {
45
47
arrowLeft : ArrowLeft ,
46
48
arrowRight : ArrowRight ,
47
49
arrowUp : ArrowUp ,
50
+ bell : Bell ,
48
51
bento : Bento ,
49
52
calendar : Calendar ,
50
53
check : Check ,
@@ -56,6 +59,7 @@ const iconMapping = {
56
59
chevronsRight : ChevronsRight ,
57
60
copy : Copy ,
58
61
edit : Edit ,
62
+ equisoft : Equisoft ,
59
63
externalLink : ExternalLink ,
60
64
files : Files ,
61
65
helpCircle : HelpCircle ,
Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ export const All: Story = () => (
15
15
< Icon name = "chevronDown" />
16
16
< Icon name = "chevronUp" />
17
17
< Icon name = "copy" />
18
+ < Icon name = "bell" />
19
+ < Icon name = "bento" />
18
20
< Icon name = "edit" />
21
+ < Icon name = "equisoft" />
19
22
< Icon name = "files" />
20
23
< Icon name = "helpCircle" />
21
24
< Icon name = "home" />
You can’t perform that action at this time.
0 commit comments