@iconify-json/devicon-plain 1.1.7 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,8 +4,8 @@ This package contains icon data for Devicon Plain icon set.
4
4
 
5
5
  Files:
6
6
 
7
- - Icon data is stored in `icons.json` in `IconifyJSON` format. See [IconifyJSON documentation](https://docs.iconify.design/types/iconify-json.html).
8
- - Icon set information is stored in `info.json` in `IconifyInfo` format. See [IconifyInfo documentation](https://docs.iconify.design/types/iconify-info.html).
7
+ - Icon data is stored in `icons.json` in `IconifyJSON` format. See [IconifyJSON documentation](https://iconify.design/docs/types/iconify-json.html).
8
+ - Icon set information is stored in `info.json` in `IconifyInfo` format. See [IconifyInfo documentation](https://iconify.design/docs/types/iconify-info.html).
9
9
 
10
10
  ## Installation
11
11
 
@@ -15,4 +15,6 @@ npm install @iconify-json/devicon-plain --save-dev
15
15
 
16
16
  ## Usage
17
17
 
18
- Icon data can be parsed with various tools, see [Iconify documentation](https://docs.iconify.design/icons/json.html).
18
+ Icon data can be used with many tools and components, see [Iconify documentation](https://iconify.design/docs/usage/).
19
+
20
+ To convert to SVG, you can use [Iconify Utils](https://iconify.design/docs/libraries/utils/examples/export-svgs-from-icon-set.html) for basic usage or [Iconify Tools](https://iconify.design/docs/libraries/tools/).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/devicon-plain",
3
3
  "description": "Devicon Plain icon set in Iconify JSON format",
4
- "version": "1.1.7",
4
+ "version": "1.1.8",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",