@iconify/collections 1.0.385 → 1.0.386

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.
Files changed (2) hide show
  1. package/collections.json +22 -1
  2. 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": 393,
1730
+ "total": 386,
1710
1731
  "version": "2.0.0",
1711
1732
  "author": {
1712
1733
  "name": "OpenSearch Contributors",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify/collections",
3
3
  "description": "Iconify icon sets list",
4
- "version": "1.0.385",
4
+ "version": "1.0.386",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",