Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@edusynch/edusynch-icons

edusynch206MIT2.0.4

Usage

edusynch, icons

readme

edusynch-icon

Usage

Call inside .js or .css/.scss file:

import "@edusynch/edusynch-icons"

View assets

./dist/icon.html

Publish new version

  • Add new gliph in the folder /src/icons;
  • Run npm npm run build;
  • Set a new npm version package.json;
  • Commit the changes and push to main;
  • Run npm publish;