@iconify/collections 1.0.261 → 1.0.262

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 +66 -3
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -505,7 +505,7 @@
505
505
  },
506
506
  "lucide": {
507
507
  "name": "Lucide",
508
- "total": 915,
508
+ "total": 936,
509
509
  "author": {
510
510
  "name": "Lucide Contributors",
511
511
  "url": "https://github.com/lucide-icons/lucide"
@@ -1402,6 +1402,27 @@
1402
1402
  "category": "General",
1403
1403
  "palette": false
1404
1404
  },
1405
+ "guidance": {
1406
+ "name": "Guidance",
1407
+ "total": 360,
1408
+ "author": {
1409
+ "name": "Webalys LLC",
1410
+ "url": "https://github.com/webalys-hq/streamline-vectors"
1411
+ },
1412
+ "license": {
1413
+ "title": "CC BY 4.0",
1414
+ "spdx": "CC-BY-4.0",
1415
+ "url": "https://creativecommons.org/licenses/by/4.0/"
1416
+ },
1417
+ "samples": [
1418
+ "smoking-area",
1419
+ "playground",
1420
+ "glass"
1421
+ ],
1422
+ "height": 24,
1423
+ "category": "General",
1424
+ "palette": false
1425
+ },
1405
1426
  "fa6-solid": {
1406
1427
  "name": "Font Awesome Solid",
1407
1428
  "total": 1390,
@@ -1778,6 +1799,27 @@
1778
1799
  "category": "Emoji",
1779
1800
  "palette": true
1780
1801
  },
1802
+ "streamline-emojis": {
1803
+ "name": "Streamline Emojis",
1804
+ "total": 787,
1805
+ "author": {
1806
+ "name": "Webalys LLC",
1807
+ "url": "https://github.com/webalys-hq/streamline-vectors"
1808
+ },
1809
+ "license": {
1810
+ "title": "CC BY 4.0",
1811
+ "spdx": "CC-BY-4.0",
1812
+ "url": "https://creativecommons.org/licenses/by/4.0/"
1813
+ },
1814
+ "samples": [
1815
+ "crescent-moon",
1816
+ "fire",
1817
+ "kissing-face-with-smiling-eyes"
1818
+ ],
1819
+ "height": 24,
1820
+ "category": "Emoji",
1821
+ "palette": true
1822
+ },
1781
1823
  "bxl": {
1782
1824
  "name": "BoxIcons Logo",
1783
1825
  "total": 155,
@@ -1822,8 +1864,8 @@
1822
1864
  },
1823
1865
  "simple-icons": {
1824
1866
  "name": "Simple Icons",
1825
- "total": 2444,
1826
- "version": "8.9.0",
1867
+ "total": 2449,
1868
+ "version": "8.10.0",
1827
1869
  "author": {
1828
1870
  "name": "Simple Icons Collaborators",
1829
1871
  "url": "https://github.com/simple-icons/simple-icons"
@@ -2345,6 +2387,27 @@
2345
2387
  "category": "Thematic",
2346
2388
  "palette": false
2347
2389
  },
2390
+ "covid": {
2391
+ "name": "Covid Icons",
2392
+ "total": 142,
2393
+ "author": {
2394
+ "name": "Webalys LLC",
2395
+ "url": "https://github.com/webalys-hq/streamline-vectors"
2396
+ },
2397
+ "license": {
2398
+ "title": "CC BY 4.0",
2399
+ "spdx": "CC-BY-4.0",
2400
+ "url": "https://creativecommons.org/licenses/by/4.0/"
2401
+ },
2402
+ "samples": [
2403
+ "social-distancing-correct-2",
2404
+ "personal-hygiene-clean-toothpaste",
2405
+ "vaccine-protection-medicine-pill"
2406
+ ],
2407
+ "height": 24,
2408
+ "category": "Thematic",
2409
+ "palette": false
2410
+ },
2348
2411
  "la": {
2349
2412
  "name": "Line Awesome",
2350
2413
  "total": 1544,
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.261",
4
+ "version": "1.0.262",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",