1.0.0 • Published 3 years ago

hcd-files v1.0.0

Weekly downloads
-
License
CC0-1.0
Repository
-
Last release
3 years ago

QPP-Style Shared

SVG Files

If a new icon is needed for the QPP design system, please add it to ./images/icons/svg. Currently, the qpp-style-angular build automatically bundles these icons into the library build.

When adding a new icon, please run the minifier tool svgo on the new file to help cut down on bundle size.

To minify all svgs in the ./images/icons directory. From the /shared directory, run

npm run minify-all-svgs

If you want to only minify certain files you can run

npm run minify-svgs -- ./images/icons/svg/your-icon.svg ./images/icons/svg/your-other-icon.svg  -o ./images/icons/svg/your-icon.svg ./images/icons/svg/your-other-icon.svg