hcd-files
v1.0.0
Published
HCD CSS fonts images
Downloads
4
Readme
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