@plentymarkets/terra-icons
v1.1.3
Published
Plentymarkets icons for terra or plugins
Downloads
940
Readme
terra icons for plentymarkets plugins
These are the official fonts developed by plentymarkets. This repository provides fonts/icons to build plugins for the plentymarkets ERP.
How to use
- Install the package
npm install @plentymarkets/terra-icons
- Include the
style.css
in yourangular.json
inside thestyles
sections. Like this >"node_modules/@plentymarkets/terra-icons/dist/style.css"
- For more information visit the official angular documentation
How to publish tera-icons
- Compile the .scss files to .css : run
npm run compileStyles
- Update the version inside the
package.json
- Publish a new npm version:
npm publish
How to add/edit/remove icons to the font
- Visit icomoon
- Upload the existing files from fonts folder and follow the steps
- After editing download the files. Make sure you export .scss files
License
This project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE - see the LICENSE.md file for details.