@iconify/json 2.1.135 → 2.1.137
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 +5 -5
- package/collections.md +5 -5
- package/composer.json +1 -1
- package/json/bi.json +350 -44
- package/json/carbon.json +1 -1
- package/json/lucide.json +2 -2
- package/json/tabler.json +111 -3
- 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"
|
|
@@ -131,8 +131,8 @@
|
|
|
131
131
|
},
|
|
132
132
|
"bi": {
|
|
133
133
|
"name": "Bootstrap Icons",
|
|
134
|
-
"total":
|
|
135
|
-
"version": "1.
|
|
134
|
+
"total": 1953,
|
|
135
|
+
"version": "1.10.2",
|
|
136
136
|
"author": {
|
|
137
137
|
"name": "The Bootstrap Authors",
|
|
138
138
|
"url": "https://github.com/twbs/icons"
|
|
@@ -153,8 +153,8 @@
|
|
|
153
153
|
},
|
|
154
154
|
"tabler": {
|
|
155
155
|
"name": "Tabler Icons",
|
|
156
|
-
"total":
|
|
157
|
-
"version": "1.
|
|
156
|
+
"total": 2979,
|
|
157
|
+
"version": "1.111.0",
|
|
158
158
|
"author": {
|
|
159
159
|
"name": "Paweł Kuna",
|
|
160
160
|
"url": "https://github.com/tabler/tabler-icons"
|
package/collections.md
CHANGED
|
@@ -59,29 +59,29 @@
|
|
|
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))
|
|
66
66
|
|
|
67
67
|
## Bootstrap Icons
|
|
68
|
-
* Number of icons:
|
|
68
|
+
* Number of icons: 1953
|
|
69
69
|
* Author: The Bootstrap Authors
|
|
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))
|
|
77
77
|
|
|
78
78
|
## Tabler Icons
|
|
79
|
-
* Number of icons:
|
|
79
|
+
* Number of icons: 2979
|
|
80
80
|
* Author: Paweł Kuna
|
|
81
81
|
* URL: https://github.com/tabler/tabler-icons
|
|
82
82
|
* License: MIT
|
|
83
83
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
84
|
-
* Version: 1.
|
|
84
|
+
* Version: 1.111.0
|
|
85
85
|
* Palette: Colorless
|
|
86
86
|
* Icon set prefix: `tabler`
|
|
87
87
|
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED