File tree Expand file tree Collapse file tree 8 files changed +57
-0
lines changed Expand file tree Collapse file tree 8 files changed +57
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ``` js
3
+ < IconBlocks height= " 30" / >
4
+ ```
Original file line number Diff line number Diff line change
1
+ // This file is generated automatically via extract-assets-from-ds.js
2
+ import React from 'react' ;
3
+ import IconBlocks from 'design-system/dist/svg/wds-icons-blocks.svg' ;
4
+
5
+ /** @component */
6
+ export default props => < IconBlocks { ...props } /> ;
Original file line number Diff line number Diff line change
1
+
2
+ ``` js
3
+ < IconBlocksSmall height= " 30" / >
4
+ ```
Original file line number Diff line number Diff line change
1
+ // This file is generated automatically via extract-assets-from-ds.js
2
+ import React from 'react' ;
3
+ import IconBlocksSmall from 'design-system/dist/svg/wds-icons-blocks-small.svg' ;
4
+
5
+ /** @component */
6
+ export default props => < IconBlocksSmall { ...props } /> ;
Original file line number Diff line number Diff line change
1
+
2
+ ``` js
3
+ < IconBlocksTiny height= " 30" / >
4
+ ```
Original file line number Diff line number Diff line change
1
+ // This file is generated automatically via extract-assets-from-ds.js
2
+ import React from 'react' ;
3
+ import IconBlocksTiny from 'design-system/dist/svg/wds-icons-blocks-tiny.svg' ;
4
+
5
+ /** @component */
6
+ export default props => < IconBlocksTiny { ...props } /> ;
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ const IconAvatarTiny = require('./IconAvatarTiny').default;
31
31
const IconBell = require (' ./IconBell' ).default ;
32
32
const IconBellSmall = require (' ./IconBellSmall' ).default ;
33
33
const IconBellTiny = require (' ./IconBellTiny' ).default ;
34
+ const IconBlocks = require (' ./IconBlocks' ).default ;
35
+ const IconBlocksSmall = require (' ./IconBlocksSmall' ).default ;
36
+ const IconBlocksTiny = require (' ./IconBlocksTiny' ).default ;
34
37
const IconBold = require (' ./IconBold' ).default ;
35
38
const IconBoldActive = require (' ./IconBoldActive' ).default ;
36
39
const IconBoldActiveSmall = require (' ./IconBoldActiveSmall' ).default ;
@@ -495,6 +498,27 @@ const VariantComponent = styled.div`
495
498
< / Variants>
496
499
< / Icon>
497
500
501
+ < Icon>
502
+ < IconName> IconBlocks< / IconName>
503
+ < Variants>
504
+
505
+ < IconVariant>
506
+ < VariantName> IconBlocks< / VariantName>
507
+ < VariantComponent>< IconBlocks style= {{width: ' 24px' , height: ' 24px' }}/ >< / VariantComponent>
508
+ < / IconVariant>
509
+
510
+ < IconVariant>
511
+ < VariantName> IconBlocksSmall< / VariantName>
512
+ < VariantComponent>< IconBlocksSmall style= {{width: ' 18px' , height: ' 18px' }}/ >< / VariantComponent>
513
+ < / IconVariant>
514
+
515
+ < IconVariant>
516
+ < VariantName> IconBlocksTiny< / VariantName>
517
+ < VariantComponent>< IconBlocksTiny style= {{width: ' 12px' , height: ' 12px' }}/ >< / VariantComponent>
518
+ < / IconVariant>
519
+ < / Variants>
520
+ < / Icon>
521
+
498
522
< Icon>
499
523
< IconName> IconBold< / IconName>
500
524
< Variants>
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ export { default as IconAvatar } from './IconAvatar';
16
16
export { default as IconBellSmall } from './IconBellSmall' ;
17
17
export { default as IconBellTiny } from './IconBellTiny' ;
18
18
export { default as IconBell } from './IconBell' ;
19
+ export { default as IconBlocksSmall } from './IconBlocksSmall' ;
20
+ export { default as IconBlocksTiny } from './IconBlocksTiny' ;
21
+ export { default as IconBlocks } from './IconBlocks' ;
19
22
export { default as IconBoldActiveSmall } from './IconBoldActiveSmall' ;
20
23
export { default as IconBoldActiveTiny } from './IconBoldActiveTiny' ;
21
24
export { default as IconBoldActive } from './IconBoldActive' ;
You can’t perform that action at this time.
0 commit comments