@plentymarkets/terra-icons
v1.2.3
Published
Plentymarkets icons for terra or plugins
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.cssin yourangular.jsoninside thestylessections. 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.
