@iconify/json 2.1.136 → 2.1.138
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 +4 -4
- package/collections.md +4 -4
- package/composer.json +1 -1
- package/json/bi.json +128 -128
- package/json/carbon.json +1 -1
- package/json/pajamas.json +7 -4
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"carbon": {
|
|
111
111
|
"name": "Carbon",
|
|
112
112
|
"total": 1859,
|
|
113
|
-
"version": "11.
|
|
113
|
+
"version": "11.11.0",
|
|
114
114
|
"author": {
|
|
115
115
|
"name": "IBM",
|
|
116
116
|
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"bi": {
|
|
133
133
|
"name": "Bootstrap Icons",
|
|
134
134
|
"total": 1953,
|
|
135
|
-
"version": "1.
|
|
135
|
+
"version": "1.10.2",
|
|
136
136
|
"author": {
|
|
137
137
|
"name": "The Bootstrap Authors",
|
|
138
138
|
"url": "https://github.com/twbs/icons"
|
|
@@ -1166,8 +1166,8 @@
|
|
|
1166
1166
|
},
|
|
1167
1167
|
"pajamas": {
|
|
1168
1168
|
"name": "Gitlab SVGs",
|
|
1169
|
-
"total":
|
|
1170
|
-
"version": "3.
|
|
1169
|
+
"total": 348,
|
|
1170
|
+
"version": "3.8.0",
|
|
1171
1171
|
"author": {
|
|
1172
1172
|
"name": "GitLab B.V.",
|
|
1173
1173
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
package/collections.md
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
* Author: IBM
|
|
60
60
|
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
|
|
61
61
|
* License: Apache 2.0
|
|
62
|
-
* Version: 11.
|
|
62
|
+
* Version: 11.11.0
|
|
63
63
|
* Palette: Colorless
|
|
64
64
|
* Icon set prefix: `carbon`
|
|
65
65
|
* File: [json/carbon.json](json/carbon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
* URL: https://github.com/twbs/icons
|
|
71
71
|
* License: MIT
|
|
72
72
|
* License URL: https://github.com/twbs/icons/blob/main/LICENSE.md
|
|
73
|
-
* Version: 1.
|
|
73
|
+
* Version: 1.10.2
|
|
74
74
|
* Palette: Colorless
|
|
75
75
|
* Icon set prefix: `bi`
|
|
76
76
|
* File: [json/bi.json](json/bi.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -573,12 +573,12 @@
|
|
|
573
573
|
* File: [json/codicon.json](json/codicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
574
574
|
|
|
575
575
|
## Gitlab SVGs
|
|
576
|
-
* Number of icons:
|
|
576
|
+
* Number of icons: 348
|
|
577
577
|
* Author: GitLab B.V.
|
|
578
578
|
* URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main
|
|
579
579
|
* License: MIT
|
|
580
580
|
* License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE
|
|
581
|
-
* Version: 3.
|
|
581
|
+
* Version: 3.8.0
|
|
582
582
|
* Palette: Colorless
|
|
583
583
|
* Icon set prefix: `pajamas`
|
|
584
584
|
* File: [json/pajamas.json](json/pajamas.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED