@iconify/json 2.2.173 → 2.2.174
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 +22 -1
- package/collections.md +11 -1
- package/composer.json +1 -1
- package/json/flowbite.json +2179 -0
- package/json/oui.json +15 -8
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -608,6 +608,27 @@
|
|
|
608
608
|
"category": "General",
|
|
609
609
|
"palette": false
|
|
610
610
|
},
|
|
611
|
+
"flowbite": {
|
|
612
|
+
"name": "Flowbite Icons",
|
|
613
|
+
"total": 531,
|
|
614
|
+
"author": {
|
|
615
|
+
"name": "Themesberg",
|
|
616
|
+
"url": "https://github.com/themesberg/flowbite-icons"
|
|
617
|
+
},
|
|
618
|
+
"license": {
|
|
619
|
+
"title": "MIT",
|
|
620
|
+
"spdx": "MIT",
|
|
621
|
+
"url": "https://github.com/themesberg/flowbite-icons/blob/main/LICENSE"
|
|
622
|
+
},
|
|
623
|
+
"samples": [
|
|
624
|
+
"user-outline",
|
|
625
|
+
"vue-solid",
|
|
626
|
+
"list-outline"
|
|
627
|
+
],
|
|
628
|
+
"height": 24,
|
|
629
|
+
"category": "General",
|
|
630
|
+
"palette": false
|
|
631
|
+
},
|
|
611
632
|
"mynaui": {
|
|
612
633
|
"name": "Myna UI Icons",
|
|
613
634
|
"total": 1089,
|
|
@@ -1706,7 +1727,7 @@
|
|
|
1706
1727
|
},
|
|
1707
1728
|
"oui": {
|
|
1708
1729
|
"name": "OpenSearch UI",
|
|
1709
|
-
"total":
|
|
1730
|
+
"total": 386,
|
|
1710
1731
|
"version": "2.0.0",
|
|
1711
1732
|
"author": {
|
|
1712
1733
|
"name": "OpenSearch Contributors",
|
package/collections.md
CHANGED
|
@@ -298,6 +298,16 @@
|
|
|
298
298
|
* Icon set prefix: `cil`
|
|
299
299
|
* File: [json/cil.json](json/cil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
300
300
|
|
|
301
|
+
## Flowbite Icons
|
|
302
|
+
* Number of icons: 531
|
|
303
|
+
* Author: Themesberg
|
|
304
|
+
* URL: https://github.com/themesberg/flowbite-icons
|
|
305
|
+
* License: MIT
|
|
306
|
+
* License URL: https://github.com/themesberg/flowbite-icons/blob/main/LICENSE
|
|
307
|
+
* Palette: Colorless
|
|
308
|
+
* Icon set prefix: `flowbite`
|
|
309
|
+
* File: [json/flowbite.json](json/flowbite.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
310
|
+
|
|
301
311
|
## Myna UI Icons
|
|
302
312
|
* Number of icons: 1089
|
|
303
313
|
* Author: Praveen Juge
|
|
@@ -837,7 +847,7 @@
|
|
|
837
847
|
* File: [json/nimbus.json](json/nimbus.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
838
848
|
|
|
839
849
|
## OpenSearch UI
|
|
840
|
-
* Number of icons:
|
|
850
|
+
* Number of icons: 386
|
|
841
851
|
* Author: OpenSearch Contributors
|
|
842
852
|
* URL: https://github.com/opensearch-project/oui
|
|
843
853
|
* License: Apache 2.0
|
package/composer.json
CHANGED