@iconify/json 2.2.230 → 2.2.231
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 +11 -11
- package/collections.md +9 -9
- package/composer.json +1 -1
- package/json/cib.json +568 -568
- package/json/cif.json +68 -68
- package/json/cil.json +287 -287
- package/json/heroicons.json +2 -2
- package/json/lucide.json +168 -40
- package/json/pajamas.json +14 -8
- package/json/simple-icons.json +16 -4
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
},
|
|
325
325
|
"lucide": {
|
|
326
326
|
"name": "Lucide",
|
|
327
|
-
"total":
|
|
327
|
+
"total": 1508,
|
|
328
328
|
"author": {
|
|
329
329
|
"name": "Lucide Contributors",
|
|
330
330
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -614,9 +614,9 @@
|
|
|
614
614
|
"url": "https://github.com/coreui/coreui-icons"
|
|
615
615
|
},
|
|
616
616
|
"license": {
|
|
617
|
-
"title": "
|
|
618
|
-
"spdx": "
|
|
619
|
-
"url": "https://creativecommons.org/
|
|
617
|
+
"title": "CC BY 4.0",
|
|
618
|
+
"spdx": "CC-BY-4.0",
|
|
619
|
+
"url": "https://creativecommons.org/licenses/by/4.0/"
|
|
620
620
|
},
|
|
621
621
|
"samples": [
|
|
622
622
|
"airplane-mode-off",
|
|
@@ -1495,8 +1495,8 @@
|
|
|
1495
1495
|
},
|
|
1496
1496
|
"pajamas": {
|
|
1497
1497
|
"name": "Gitlab SVGs",
|
|
1498
|
-
"total":
|
|
1499
|
-
"version": "3.
|
|
1498
|
+
"total": 380,
|
|
1499
|
+
"version": "3.110.0",
|
|
1500
1500
|
"author": {
|
|
1501
1501
|
"name": "GitLab B.V.",
|
|
1502
1502
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
|
@@ -2193,8 +2193,8 @@
|
|
|
2193
2193
|
},
|
|
2194
2194
|
"simple-icons": {
|
|
2195
2195
|
"name": "Simple Icons",
|
|
2196
|
-
"total":
|
|
2197
|
-
"version": "13.
|
|
2196
|
+
"total": 3157,
|
|
2197
|
+
"version": "13.2.0",
|
|
2198
2198
|
"author": {
|
|
2199
2199
|
"name": "Simple Icons Collaborators",
|
|
2200
2200
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -2530,9 +2530,9 @@
|
|
|
2530
2530
|
"url": "https://github.com/coreui/coreui-icons"
|
|
2531
2531
|
},
|
|
2532
2532
|
"license": {
|
|
2533
|
-
"title": "
|
|
2534
|
-
"spdx": "
|
|
2535
|
-
"url": "https://creativecommons.org/
|
|
2533
|
+
"title": "CC0 1.0",
|
|
2534
|
+
"spdx": "CC0-1.0",
|
|
2535
|
+
"url": "https://creativecommons.org/publicdomain/zero/1.0/"
|
|
2536
2536
|
},
|
|
2537
2537
|
"samples": [
|
|
2538
2538
|
"ee",
|
package/collections.md
CHANGED
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
* File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
159
159
|
|
|
160
160
|
## Lucide
|
|
161
|
-
* Number of icons:
|
|
161
|
+
* Number of icons: 1508
|
|
162
162
|
* Author: Lucide Contributors
|
|
163
163
|
* URL: https://github.com/lucide-icons/lucide
|
|
164
164
|
* License: ISC
|
|
@@ -300,8 +300,8 @@
|
|
|
300
300
|
* Number of icons: 554
|
|
301
301
|
* Author: creativeLabs Łukasz Holeczek
|
|
302
302
|
* URL: https://github.com/coreui/coreui-icons
|
|
303
|
-
* License:
|
|
304
|
-
* License URL: https://creativecommons.org/
|
|
303
|
+
* License: CC BY 4.0
|
|
304
|
+
* License URL: https://creativecommons.org/licenses/by/4.0/
|
|
305
305
|
* Version: 2.0.1
|
|
306
306
|
* Palette: Colorless
|
|
307
307
|
* Icon set prefix: `cil`
|
|
@@ -731,12 +731,12 @@
|
|
|
731
731
|
* File: [json/heroicons.json](json/heroicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
732
732
|
|
|
733
733
|
## Gitlab SVGs
|
|
734
|
-
* Number of icons:
|
|
734
|
+
* Number of icons: 380
|
|
735
735
|
* Author: GitLab B.V.
|
|
736
736
|
* URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main
|
|
737
737
|
* License: MIT
|
|
738
738
|
* License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE
|
|
739
|
-
* Version: 3.
|
|
739
|
+
* Version: 3.110.0
|
|
740
740
|
* Palette: Colorless
|
|
741
741
|
* Icon set prefix: `pajamas`
|
|
742
742
|
* File: [json/pajamas.json](json/pajamas.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1069,12 +1069,12 @@
|
|
|
1069
1069
|
* File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1070
1070
|
|
|
1071
1071
|
## Simple Icons
|
|
1072
|
-
* Number of icons:
|
|
1072
|
+
* Number of icons: 3157
|
|
1073
1073
|
* Author: Simple Icons Collaborators
|
|
1074
1074
|
* URL: https://github.com/simple-icons/simple-icons
|
|
1075
1075
|
* License: CC0 1.0
|
|
1076
1076
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
1077
|
-
* Version: 13.
|
|
1077
|
+
* Version: 13.2.0
|
|
1078
1078
|
* Palette: Colorless
|
|
1079
1079
|
* Icon set prefix: `simple-icons`
|
|
1080
1080
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1233,8 +1233,8 @@
|
|
|
1233
1233
|
* Number of icons: 199
|
|
1234
1234
|
* Author: creativeLabs Łukasz Holeczek
|
|
1235
1235
|
* URL: https://github.com/coreui/coreui-icons
|
|
1236
|
-
* License:
|
|
1237
|
-
* License URL: https://creativecommons.org/
|
|
1236
|
+
* License: CC0 1.0
|
|
1237
|
+
* License URL: https://creativecommons.org/publicdomain/zero/1.0/
|
|
1238
1238
|
* Version: 2.0.1
|
|
1239
1239
|
* Palette: Colorful
|
|
1240
1240
|
* Icon set prefix: `cif`
|
package/composer.json
CHANGED