@iconify/collections 1.0.385 → 1.0.387

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 +25 -4
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -304,7 +304,7 @@
304
304
  },
305
305
  "lucide": {
306
306
  "name": "Lucide",
307
- "total": 1411,
307
+ "total": 1412,
308
308
  "author": {
309
309
  "name": "Lucide Contributors",
310
310
  "url": "https://github.com/lucide-icons/lucide"
@@ -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,
@@ -1445,7 +1466,7 @@
1445
1466
  "pajamas": {
1446
1467
  "name": "Gitlab SVGs",
1447
1468
  "total": 373,
1448
- "version": "3.77.0",
1469
+ "version": "3.78.0",
1449
1470
  "author": {
1450
1471
  "name": "GitLab B.V.",
1451
1472
  "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
@@ -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",
@@ -2211,7 +2232,7 @@
2211
2232
  },
2212
2233
  "arcticons": {
2213
2234
  "name": "Arcticons",
2214
- "total": 8297,
2235
+ "total": 8671,
2215
2236
  "author": {
2216
2237
  "name": "Donnnno",
2217
2238
  "url": "https://github.com/Donnnno/Arcticons"
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.387",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",