@iconify/json 2.2.14 → 2.2.15
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/collections.json +24 -2
- package/collections.md +13 -2
- package/composer.json +1 -1
- package/json/arcticons.json +173 -173
- package/json/material-symbols.json +3058 -146
- package/json/mdi.json +23 -2
- package/json/nonicons.json +218 -0
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"material-symbols": {
|
|
3
3
|
"name": "Material Symbols",
|
|
4
|
-
"total":
|
|
4
|
+
"total": 9552,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Google",
|
|
7
7
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"mdi": {
|
|
46
46
|
"name": "Material Design Icons",
|
|
47
|
-
"total":
|
|
47
|
+
"total": 7203,
|
|
48
48
|
"author": {
|
|
49
49
|
"name": "Pictogrammers",
|
|
50
50
|
"url": "https://github.com/Templarian/MaterialDesign"
|
|
@@ -1826,6 +1826,28 @@
|
|
|
1826
1826
|
"category": "Brands / Social",
|
|
1827
1827
|
"palette": false
|
|
1828
1828
|
},
|
|
1829
|
+
"nonicons": {
|
|
1830
|
+
"name": "Nonicons",
|
|
1831
|
+
"total": 62,
|
|
1832
|
+
"version": "0.0.16",
|
|
1833
|
+
"author": {
|
|
1834
|
+
"name": "yamatsum",
|
|
1835
|
+
"url": "https://github.com/yamatsum/nonicons"
|
|
1836
|
+
},
|
|
1837
|
+
"license": {
|
|
1838
|
+
"title": "MIT",
|
|
1839
|
+
"spdx": "MIT",
|
|
1840
|
+
"url": "https://github.com/yamatsum/nonicons/blob/master/LICENSE"
|
|
1841
|
+
},
|
|
1842
|
+
"samples": [
|
|
1843
|
+
"kotlin-16",
|
|
1844
|
+
"vue-16",
|
|
1845
|
+
"npm-16"
|
|
1846
|
+
],
|
|
1847
|
+
"displayHeight": 24,
|
|
1848
|
+
"category": "Brands / Social",
|
|
1849
|
+
"palette": false
|
|
1850
|
+
},
|
|
1829
1851
|
"arcticons": {
|
|
1830
1852
|
"name": "Arcticons",
|
|
1831
1853
|
"total": 5108,
|
package/collections.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Material Symbols
|
|
5
|
-
* Number of icons:
|
|
5
|
+
* Number of icons: 9552
|
|
6
6
|
* Author: Google
|
|
7
7
|
* URL: https://github.com/google/material-design-icons
|
|
8
8
|
* License: Apache 2.0
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* File: [json/ic.json](json/ic.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
24
24
|
|
|
25
25
|
## Material Design Icons
|
|
26
|
-
* Number of icons:
|
|
26
|
+
* Number of icons: 7203
|
|
27
27
|
* Author: Pictogrammers
|
|
28
28
|
* URL: https://github.com/Templarian/MaterialDesign
|
|
29
29
|
* License: Apache 2.0
|
|
@@ -892,6 +892,17 @@
|
|
|
892
892
|
* Icon set prefix: `fa6-brands`
|
|
893
893
|
* File: [json/fa6-brands.json](json/fa6-brands.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
894
894
|
|
|
895
|
+
## Nonicons
|
|
896
|
+
* Number of icons: 62
|
|
897
|
+
* Author: yamatsum
|
|
898
|
+
* URL: https://github.com/yamatsum/nonicons
|
|
899
|
+
* License: MIT
|
|
900
|
+
* License URL: https://github.com/yamatsum/nonicons/blob/master/LICENSE
|
|
901
|
+
* Version: 0.0.16
|
|
902
|
+
* Palette: Colorless
|
|
903
|
+
* Icon set prefix: `nonicons`
|
|
904
|
+
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
905
|
+
|
|
895
906
|
## Arcticons
|
|
896
907
|
* Number of icons: 5108
|
|
897
908
|
* Author: Donnnno
|
package/composer.json
CHANGED