@hig/icons
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -0,1 +1,8 @@ | ||
# [@hig/icons-v3.1.0](https://github.com/Autodesk/hig/compare/@hig/icons@3.0.1...@hig/icons@3.1.0) (2019-07-24) | ||
### Features | ||
* distribute SVG source files with [@hig](https://github.com/hig)/icons ([18ac0ed](https://github.com/Autodesk/hig/commit/18ac0ed)) | ||
# [@hig/icons-v3.0.1](https://github.com/Autodesk/hig/compare/@hig/icons@3.0.0...@hig/icons@3.0.1) (2019-07-16) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/icons", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "HIG icon assets", | ||
@@ -35,4 +35,6 @@ "author": "Autodesk Inc.", | ||
"scripts": { | ||
"build": "hig-scripts-build", | ||
"build": "yarn build:core && yarn dist:icons", | ||
"build:core": "hig-scripts-build", | ||
"build-icons": "node scripts/build-icons/index.js", | ||
"dist:icons": "mkdir -p build/svg && cp -r src/icons/* build/svg", | ||
"lint": "hig-scripts-lint", | ||
@@ -39,0 +41,0 @@ "test": "hig-scripts-test", |
@@ -41,1 +41,5 @@ # Icons | ||
This will use SVGO to optimize the new icon, and update our release files. Remember to commit these changes. | ||
## Accessing SVG source files | ||
SVG source files for all icons are available in the `/svg` subdirectory of the `@hig/icons` package (e.g. `./node_modules/@hig/icons/svg`). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1195991
323
45