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;
3131const IconBell = require (' ./IconBell' ).default ;
3232const IconBellSmall = require (' ./IconBellSmall' ).default ;
3333const IconBellTiny = require (' ./IconBellTiny' ).default ;
34+ const IconBlocks = require (' ./IconBlocks' ).default ;
35+ const IconBlocksSmall = require (' ./IconBlocksSmall' ).default ;
36+ const IconBlocksTiny = require (' ./IconBlocksTiny' ).default ;
3437const IconBold = require (' ./IconBold' ).default ;
3538const IconBoldActive = require (' ./IconBoldActive' ).default ;
3639const IconBoldActiveSmall = require (' ./IconBoldActiveSmall' ).default ;
@@ -495,6 +498,27 @@ const VariantComponent = styled.div`
495498 < / Variants>
496499 < / Icon>
497500
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+
498522 < Icon>
499523 < IconName> IconBold< / IconName>
500524 < Variants>
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ export { default as IconAvatar } from './IconAvatar';
1616export { default as IconBellSmall } from './IconBellSmall' ;
1717export { default as IconBellTiny } from './IconBellTiny' ;
1818export { 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' ;
1922export { default as IconBoldActiveSmall } from './IconBoldActiveSmall' ;
2023export { default as IconBoldActiveTiny } from './IconBoldActiveTiny' ;
2124export { default as IconBoldActive } from './IconBoldActive' ;
You can’t perform that action at this time.
0 commit comments