@iconify/json 2.2.179 → 2.2.180
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 +3 -3
- package/collections.md +3 -3
- package/composer.json +1 -1
- package/json/arcticons.json +256 -10
- package/json/line-md.json +63 -7
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1769,8 +1769,8 @@
|
|
|
1769
1769
|
},
|
|
1770
1770
|
"line-md": {
|
|
1771
1771
|
"name": "Material Line Icons",
|
|
1772
|
-
"total":
|
|
1773
|
-
"version": "1.0.
|
|
1772
|
+
"total": 601,
|
|
1773
|
+
"version": "1.0.4",
|
|
1774
1774
|
"author": {
|
|
1775
1775
|
"name": "Vjacheslav Trushkin",
|
|
1776
1776
|
"url": "https://github.com/cyberalien/line-md"
|
|
@@ -2232,7 +2232,7 @@
|
|
|
2232
2232
|
},
|
|
2233
2233
|
"arcticons": {
|
|
2234
2234
|
"name": "Arcticons",
|
|
2235
|
-
"total":
|
|
2235
|
+
"total": 8749,
|
|
2236
2236
|
"author": {
|
|
2237
2237
|
"name": "Donnnno",
|
|
2238
2238
|
"url": "https://github.com/Donnnno/Arcticons"
|
package/collections.md
CHANGED
|
@@ -868,12 +868,12 @@
|
|
|
868
868
|
* File: [json/formkit.json](json/formkit.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
869
869
|
|
|
870
870
|
## Material Line Icons
|
|
871
|
-
* Number of icons:
|
|
871
|
+
* Number of icons: 601
|
|
872
872
|
* Author: Vjacheslav Trushkin
|
|
873
873
|
* URL: https://github.com/cyberalien/line-md
|
|
874
874
|
* License: MIT
|
|
875
875
|
* License URL: https://github.com/cyberalien/line-md/blob/master/license.txt
|
|
876
|
-
* Version: 1.0.
|
|
876
|
+
* Version: 1.0.4
|
|
877
877
|
* Palette: Colorless
|
|
878
878
|
* Icon set prefix: `line-md`
|
|
879
879
|
* File: [json/line-md.json](json/line-md.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1089,7 +1089,7 @@
|
|
|
1089
1089
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1090
1090
|
|
|
1091
1091
|
## Arcticons
|
|
1092
|
-
* Number of icons:
|
|
1092
|
+
* Number of icons: 8749
|
|
1093
1093
|
* Author: Donnnno
|
|
1094
1094
|
* URL: https://github.com/Donnnno/Arcticons
|
|
1095
1095
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED