1.2.2 • Published 4 months ago

sharepal-iconkit v1.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

SharePal Icons

Installation

npm i sharepal-icons
import { IconShoppingBag } from "sharepal-icons";

<IconShoppingBag />;
   "scripts": {
    "prepare": "npx husky",
    "format": "npx prettier --write .",
    "optimize-svg": "npx svgo -f ../sharepal-svg -o ../optimized-svg",
    "prebuild:ci": "rimraf src && rimraf dist",
    "build": "npm run optimize-svg && npm run svgr && node scripts/add-custom-attr.js && node scripts/generate-declarations.js && rollup -c",
    "build:ci": "npm run prebuild:ci && npm run build",
    "svgr": "svgr --icon --replace-attr-values '#000=none' --replace-attr-values 1em=16 -d src -- ../optimized-svg",
    "analyze": "rollup -c --bundleConfigAsCjs && npx rollup-plugin-visualizer",
    "pr": "npm run build && git commit -a",
    "test": "npm run build && npm link",
    "release": "export GITHUB_TOKEN=$(cat .github_token) && release-it"
  },