Build and publish spectrum-css workflow svg icons and svg sprite sheet for [Spectrum CSS](https://github.com/adobe/spectrum-css).
npm install @adobe/spectrum-css-ccx-workflow-iconsBuild and publish spectrum-css workflow svg icons and svg sprite sheet for Spectrum CSS.
```
yarn install
yarn install -g http-server
Run yarn run build will generate the ready to publish package in dist/.
Run http-server dist/ -o to see the mini-site for all the workflow icons.
1. Make sure connect to corp network.
2. Run yarn add @a4u/a4u-collection-react-spectrum-open-source-release and yarn add @a4u/a4u-collection-spectrum-css-release to update the icon set from Adobe corp artifactory.yarn run build-icons
3. Run to rebuild the icons/ folder.yarn run build
4. Run to generate the ready to publish package in dist/http-server dist/ -o
5. Preview the icons with
We will be moving to include CSS Custom Properties as fill attributes in icons.
Example:
`svg`
Although not all icons are currently using this properties, we'll be migrating more to use them. Here is the list of planned properties names:
* iconCutouticonBackground
* iconFillStrong
* iconFill
* iconFillMedium
* iconFillPale
* iconFillLight
* iconBlue
* iconGreen
* iconRed
* iconOrange
* iconPurple
* iconIndigo
* iconCelery
* iconMagenta
* iconYellow
* iconFuchsia
* iconSeafoam
* iconChartreuse`
*
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.