@iconify-json/arcticons 1.1.26 → 1.1.28

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.
package/README.md CHANGED
@@ -1,8 +1,11 @@
1
1
  # Arcticons
2
2
 
3
- This package includes data for 4604 icons
3
+ This package contains icon data for Arcticons icon set.
4
4
 
5
- Each icon is in its own file, so you can bundle several icons from different icon sets without bundling entire icon sets.
5
+ Files:
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).
6
9
 
7
10
  ## Installation
8
11
 
@@ -12,4 +15,4 @@ npm install @iconify-json/arcticons --save-dev
12
15
 
13
16
  ## Usage
14
17
 
15
- This package can be parsed with various tools, see [Iconify documentation](https://docs.iconify.design/icons/json.html).
18
+ Icon data can be parsed with various tools, see [Iconify documentation](https://docs.iconify.design/icons/json.html).