- Issue created by @Kristen Pol
This issue surfaced a discrepancy between icons in the assets/icons directory and ones in storybook:
π Integrate SDDS base theme tag component with XB Active
so we need to get them in sync.
Grab the extra icons from storybook and add to the base theme assets/icons folder.
And add then to the list of icons for the components that use icons, e.g.
kristens-mbp-2:components kristenpol$ grep -r name . |grep -i icon
./01-atoms/button/button.component.yml: description: Icon name.
./01-atoms/tag/tag.component.yml: description: Icon name.
./02-molecules/old-starshot-card/old-starshot-card.component.yml: #description: Icon name.
Add icons
Update icon lists
Test and review components with icons
All icons will show in the dropdown for components with icons.
Active
1.0
Code