@iconify/json 2.2.205 → 2.2.206
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/ion.json +318 -313
- package/json/oui.json +161 -161
- package/json/tabler.json +72 -7
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -129,8 +129,8 @@
|
|
|
129
129
|
},
|
|
130
130
|
"tabler": {
|
|
131
131
|
"name": "Tabler Icons",
|
|
132
|
-
"total":
|
|
133
|
-
"version": "3.
|
|
132
|
+
"total": 5256,
|
|
133
|
+
"version": "3.3.0",
|
|
134
134
|
"author": {
|
|
135
135
|
"name": "Paweł Kuna",
|
|
136
136
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -281,8 +281,8 @@
|
|
|
281
281
|
},
|
|
282
282
|
"ion": {
|
|
283
283
|
"name": "IonIcons",
|
|
284
|
-
"total":
|
|
285
|
-
"version": "7.
|
|
284
|
+
"total": 1356,
|
|
285
|
+
"version": "7.4.0",
|
|
286
286
|
"author": {
|
|
287
287
|
"name": "Ben Sperry",
|
|
288
288
|
"url": "https://github.com/ionic-team/ionicons"
|
package/collections.md
CHANGED
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
* File: [json/solar.json](json/solar.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
65
65
|
|
|
66
66
|
## Tabler Icons
|
|
67
|
-
* Number of icons:
|
|
67
|
+
* Number of icons: 5256
|
|
68
68
|
* Author: Paweł Kuna
|
|
69
69
|
* URL: https://github.com/tabler/tabler-icons
|
|
70
70
|
* License: MIT
|
|
71
71
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
72
|
-
* Version: 3.
|
|
72
|
+
* Version: 3.3.0
|
|
73
73
|
* Palette: Colorless
|
|
74
74
|
* Icon set prefix: `tabler`
|
|
75
75
|
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -138,12 +138,12 @@
|
|
|
138
138
|
* File: [json/iconoir.json](json/iconoir.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
139
139
|
|
|
140
140
|
## IonIcons
|
|
141
|
-
* Number of icons:
|
|
141
|
+
* Number of icons: 1356
|
|
142
142
|
* Author: Ben Sperry
|
|
143
143
|
* URL: https://github.com/ionic-team/ionicons
|
|
144
144
|
* License: MIT
|
|
145
145
|
* License URL: https://github.com/ionic-team/ionicons/blob/main/LICENSE
|
|
146
|
-
* Version: 7.
|
|
146
|
+
* Version: 7.4.0
|
|
147
147
|
* Palette: Colorless
|
|
148
148
|
* Icon set prefix: `ion`
|
|
149
149
|
* File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED