@edusynch/edusynch-svg-icons
v1.0.22
Published
## Usage
Readme
edusynch-icon
Usage
Call inside .js file:
import { AdsIcon } "@edusynch/edusynch-svg-icons"
View assets
npm install && npm run build && npm run dev
Access: http://localhost:5173/
Updating Icons
- Create a new Icon inside
src/Iconsfollowing the same pattern as the others icons - Import the created Icon inside
src/index.ts - Run
npm run build
Publish new version
- Set a new npm version
package.json; - Commit the changes and push to main;
- Run
npm publish;
