@jetbrains/icons
Advanced tools
Comparing version 3.3.1 to 3.4.1
@@ -5,2 +5,6 @@ # Changelog | ||
### [3.4.1](https://github.com/JetBrains/icons/compare/v3.3.1...v3.4.1) (2019-09-03) | ||
### [3.3.1](https://github.com/JetBrains/icons/compare/v3.3.0...v3.3.1) (2019-09-02) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "@jetbrains/icons", | ||
"version": "3.3.1", | ||
"version": "3.4.1", | ||
"description": "Jetbrains Web UI Icons Library", | ||
@@ -32,2 +32,3 @@ "main": "index.js", | ||
"scripts": { | ||
"start": "node example/index.js", | ||
"build": "svgo -f src -o . --config=svgo.yml", | ||
@@ -34,0 +35,0 @@ "commit": "git-cz", |
@@ -15,1 +15,8 @@ # JetBrains icons | ||
You might need to set up appropriate infrastracture to use icons in your app. We recommend to use [webpack](https://webpack.github.io/) and [svg-sprite-loader](https://github.com/kisenka/svg-sprite-loader) in order to use this icons in your app. | ||
## Contributing | ||
To add an icon, one should just create .svg file in "src" directory. All icons are processed with SVGO on publish. Even though SVGO removes pretty every unnecessary attribute, please ensure that file doesn't contain generated IDs, `<title>`-element or any other junk. | ||
Every SVG file should have "width" and "height" attributes set. | ||
Run `npm start` command to see the demo page. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
73962
191
21