@iconify/json 2.2.121 → 2.2.123
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 +29 -6
- package/collections.md +17 -6
- package/composer.json +1 -1
- package/json/carbon.json +1 -1
- package/json/meteocons.json +1385 -0
- package/json/openmoji.json +38 -28
- package/json/pajamas.json +1 -1
- package/json/simple-icons.json +12 -12
- package/json/tabler.json +307 -13
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
},
|
|
109
109
|
"tabler": {
|
|
110
110
|
"name": "Tabler Icons",
|
|
111
|
-
"total":
|
|
112
|
-
"version": "2.
|
|
111
|
+
"total": 4791,
|
|
112
|
+
"version": "2.38.0",
|
|
113
113
|
"author": {
|
|
114
114
|
"name": "Paweł Kuna",
|
|
115
115
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"carbon": {
|
|
176
176
|
"name": "Carbon",
|
|
177
177
|
"total": 2006,
|
|
178
|
-
"version": "11.
|
|
178
|
+
"version": "11.28.0",
|
|
179
179
|
"author": {
|
|
180
180
|
"name": "IBM",
|
|
181
181
|
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
|
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
"pajamas": {
|
|
1316
1316
|
"name": "Gitlab SVGs",
|
|
1317
1317
|
"total": 373,
|
|
1318
|
-
"version": "3.
|
|
1318
|
+
"version": "3.65.0",
|
|
1319
1319
|
"author": {
|
|
1320
1320
|
"name": "GitLab B.V.",
|
|
1321
1321
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
|
@@ -1616,6 +1616,29 @@
|
|
|
1616
1616
|
"category": "Animated Icons",
|
|
1617
1617
|
"palette": false
|
|
1618
1618
|
},
|
|
1619
|
+
"meteocons": {
|
|
1620
|
+
"name": "Meteocons",
|
|
1621
|
+
"total": 450,
|
|
1622
|
+
"version": "3.0.0",
|
|
1623
|
+
"author": {
|
|
1624
|
+
"name": "Bas Milius",
|
|
1625
|
+
"url": "https://github.com/basmilius/weather-icons"
|
|
1626
|
+
},
|
|
1627
|
+
"license": {
|
|
1628
|
+
"title": "MIT",
|
|
1629
|
+
"spdx": "MIT",
|
|
1630
|
+
"url": "https://github.com/basmilius/weather-icons/blob/dev/LICENSE"
|
|
1631
|
+
},
|
|
1632
|
+
"samples": [
|
|
1633
|
+
"hurricane-fill",
|
|
1634
|
+
"sunrise-fill",
|
|
1635
|
+
"windsock"
|
|
1636
|
+
],
|
|
1637
|
+
"height": 32,
|
|
1638
|
+
"displayHeight": 24,
|
|
1639
|
+
"category": "Animated Icons",
|
|
1640
|
+
"palette": true
|
|
1641
|
+
},
|
|
1619
1642
|
"svg-spinners": {
|
|
1620
1643
|
"name": "SVG Spinners",
|
|
1621
1644
|
"total": 46,
|
|
@@ -1639,7 +1662,7 @@
|
|
|
1639
1662
|
},
|
|
1640
1663
|
"openmoji": {
|
|
1641
1664
|
"name": "OpenMoji",
|
|
1642
|
-
"total":
|
|
1665
|
+
"total": 4078,
|
|
1643
1666
|
"author": {
|
|
1644
1667
|
"name": "OpenMoji",
|
|
1645
1668
|
"url": "https://github.com/hfg-gmuend/openmoji"
|
|
@@ -1948,7 +1971,7 @@
|
|
|
1948
1971
|
"simple-icons": {
|
|
1949
1972
|
"name": "Simple Icons",
|
|
1950
1973
|
"total": 2734,
|
|
1951
|
-
"version": "9.16.
|
|
1974
|
+
"version": "9.16.1",
|
|
1952
1975
|
"author": {
|
|
1953
1976
|
"name": "Simple Icons Collaborators",
|
|
1954
1977
|
"url": "https://github.com/simple-icons/simple-icons"
|
package/collections.md
CHANGED
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
* File: [json/solar.json](json/solar.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
55
55
|
|
|
56
56
|
## Tabler Icons
|
|
57
|
-
* Number of icons:
|
|
57
|
+
* Number of icons: 4791
|
|
58
58
|
* Author: Paweł Kuna
|
|
59
59
|
* URL: https://github.com/tabler/tabler-icons
|
|
60
60
|
* License: MIT
|
|
61
61
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
62
|
-
* Version: 2.
|
|
62
|
+
* Version: 2.38.0
|
|
63
63
|
* Palette: Colorless
|
|
64
64
|
* Icon set prefix: `tabler`
|
|
65
65
|
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
* Author: IBM
|
|
92
92
|
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
|
|
93
93
|
* License: Apache 2.0
|
|
94
|
-
* Version: 11.
|
|
94
|
+
* Version: 11.28.0
|
|
95
95
|
* Palette: Colorless
|
|
96
96
|
* Icon set prefix: `carbon`
|
|
97
97
|
* File: [json/carbon.json](json/carbon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
* URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main
|
|
650
650
|
* License: MIT
|
|
651
651
|
* License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE
|
|
652
|
-
* Version: 3.
|
|
652
|
+
* Version: 3.65.0
|
|
653
653
|
* Palette: Colorless
|
|
654
654
|
* Icon set prefix: `pajamas`
|
|
655
655
|
* File: [json/pajamas.json](json/pajamas.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -794,6 +794,17 @@
|
|
|
794
794
|
* Icon set prefix: `line-md`
|
|
795
795
|
* File: [json/line-md.json](json/line-md.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
796
796
|
|
|
797
|
+
## Meteocons
|
|
798
|
+
* Number of icons: 450
|
|
799
|
+
* Author: Bas Milius
|
|
800
|
+
* URL: https://github.com/basmilius/weather-icons
|
|
801
|
+
* License: MIT
|
|
802
|
+
* License URL: https://github.com/basmilius/weather-icons/blob/dev/LICENSE
|
|
803
|
+
* Version: 3.0.0
|
|
804
|
+
* Palette: Colorful
|
|
805
|
+
* Icon set prefix: `meteocons`
|
|
806
|
+
* File: [json/meteocons.json](json/meteocons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
807
|
+
|
|
797
808
|
## SVG Spinners
|
|
798
809
|
* Number of icons: 46
|
|
799
810
|
* Author: Utkarsh Verma
|
|
@@ -805,7 +816,7 @@
|
|
|
805
816
|
* File: [json/svg-spinners.json](json/svg-spinners.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
806
817
|
|
|
807
818
|
## OpenMoji
|
|
808
|
-
* Number of icons:
|
|
819
|
+
* Number of icons: 4078
|
|
809
820
|
* Author: OpenMoji
|
|
810
821
|
* URL: https://github.com/hfg-gmuend/openmoji
|
|
811
822
|
* License: CC BY-SA 4.0
|
|
@@ -955,7 +966,7 @@
|
|
|
955
966
|
* URL: https://github.com/simple-icons/simple-icons
|
|
956
967
|
* License: CC0 1.0
|
|
957
968
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
958
|
-
* Version: 9.16.
|
|
969
|
+
* Version: 9.16.1
|
|
959
970
|
* Palette: Colorless
|
|
960
971
|
* Icon set prefix: `simple-icons`
|
|
961
972
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED