File tree Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 11[
22 'account' ,
3+ 'angle-bottom' ,
34 'angle-down' ,
5+ 'angle-end' ,
46 'angle-left' ,
57 'angle-right' ,
8+ 'angle-start' ,
9+ 'angle-top' ,
610 'angle-up' ,
711 'bell' ,
812 'billing' ,
Original file line number Diff line number Diff line change 11import _account from './icons/account.svg' ;
2+ import _angleBottom from './icons/angle-bottom.svg' ;
23import _angleDown from './icons/angle-down.svg' ;
4+ import _angleEnd from './icons/angle-end.svg' ;
35import _angleLeft from './icons/angle-left.svg' ;
46import _angleRight from './icons/angle-right.svg' ;
7+ import _angleStart from './icons/angle-start.svg' ;
8+ import _angleTop from './icons/angle-top.svg' ;
59import _angleUp from './icons/angle-up.svg' ;
610import _bell from './icons/bell.svg' ;
711import _billing from './icons/billing.svg' ;
@@ -62,9 +66,13 @@ import _user from './icons/user.svg';
6266
6367export default {
6468 'account' : _account ,
69+ 'angle-bottom' : _angleBottom ,
6570 'angle-down' : _angleDown ,
71+ 'angle-end' : _angleEnd ,
6672 'angle-left' : _angleLeft ,
6773 'angle-right' : _angleRight ,
74+ 'angle-start' : _angleStart ,
75+ 'angle-top' : _angleTop ,
6876 'angle-up' : _angleUp ,
6977 'bell' : _bell ,
7078 'billing' : _billing ,
You can’t perform that action at this time.
0 commit comments