@jetbrains/icons
Advanced tools
Comparing version 3.4.5 to 3.5.0
@@ -5,2 +5,11 @@ # Changelog | ||
## [3.5.0](https://github.com/JetBrains/icons/compare/v3.4.5...v3.5.0) (2019-10-02) | ||
### Features | ||
* **[publish]:** RG-2017 add file type icons ([8ae8225](https://github.com/JetBrains/icons/commit/8ae8225)) | ||
### [3.4.5](https://github.com/JetBrains/icons/compare/v3.4.4...v3.4.5) (2019-09-04) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "@jetbrains/icons", | ||
"version": "3.4.5", | ||
"version": "3.5.0", | ||
"description": "Jetbrains Web UI Icons Library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,5 +18,5 @@ # JetBrains icons | ||
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. | ||
To add an icon, one should just create an `.svg` file in the "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. | ||
Run `npm start` command to see the demo page. |
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
106228
231
22