@iconify/collections 1.0.227 → 1.0.229

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 +52 -9
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "material-symbols": {
3
3
  "name": "Material Symbols",
4
- "total": 8830,
4
+ "total": 9552,
5
5
  "author": {
6
6
  "name": "Google",
7
7
  "url": "https://github.com/google/material-design-icons"
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "mdi": {
46
46
  "name": "Material Design Icons",
47
- "total": 7199,
47
+ "total": 7203,
48
48
  "author": {
49
49
  "name": "Pictogrammers",
50
50
  "url": "https://github.com/Templarian/MaterialDesign"
@@ -286,7 +286,7 @@
286
286
  "iconoir": {
287
287
  "name": "Iconoir",
288
288
  "total": 1259,
289
- "version": "6.1.0",
289
+ "version": "6.2.0",
290
290
  "author": {
291
291
  "name": "Luca Burgio",
292
292
  "url": "https://github.com/iconoir-icons/iconoir"
@@ -462,7 +462,7 @@
462
462
  },
463
463
  "lucide": {
464
464
  "name": "Lucide",
465
- "total": 876,
465
+ "total": 877,
466
466
  "author": {
467
467
  "name": "Lucide Contributors",
468
468
  "url": "https://github.com/lucide-icons/lucide"
@@ -568,6 +568,27 @@
568
568
  "category": "General",
569
569
  "palette": false
570
570
  },
571
+ "memory": {
572
+ "name": "Memory Icons",
573
+ "total": 350,
574
+ "author": {
575
+ "name": "Pictogrammers",
576
+ "url": "https://github.com/Pictogrammers/Memory"
577
+ },
578
+ "license": {
579
+ "title": "Apache 2.0",
580
+ "spdx": "Apache-2.0",
581
+ "url": "https://github.com/Pictogrammers/Memory/blob/main/LICENSE"
582
+ },
583
+ "samples": [
584
+ "chart-bar",
585
+ "application",
586
+ "message"
587
+ ],
588
+ "height": 22,
589
+ "category": "General",
590
+ "palette": false
591
+ },
571
592
  "typcn": {
572
593
  "name": "Typicons",
573
594
  "total": 336,
@@ -899,7 +920,7 @@
899
920
  },
900
921
  "gridicons": {
901
922
  "name": "Gridicons",
902
- "total": 205,
923
+ "total": 206,
903
924
  "version": "3.4.1-alpha.3",
904
925
  "author": {
905
926
  "name": "Automattic",
@@ -1345,7 +1366,7 @@
1345
1366
  },
1346
1367
  "octicon": {
1347
1368
  "name": "Octicons",
1348
- "total": 552,
1369
+ "total": 560,
1349
1370
  "version": "17.11.1",
1350
1371
  "author": {
1351
1372
  "name": "GitHub",
@@ -1739,8 +1760,8 @@
1739
1760
  },
1740
1761
  "simple-icons": {
1741
1762
  "name": "Simple Icons",
1742
- "total": 2430,
1743
- "version": "8.3.0",
1763
+ "total": 2434,
1764
+ "version": "8.4.0",
1744
1765
  "author": {
1745
1766
  "name": "Simple Icons Collaborators",
1746
1767
  "url": "https://github.com/simple-icons/simple-icons"
@@ -1805,9 +1826,31 @@
1805
1826
  "category": "Brands / Social",
1806
1827
  "palette": false
1807
1828
  },
1829
+ "nonicons": {
1830
+ "name": "Nonicons",
1831
+ "total": 62,
1832
+ "version": "0.0.16",
1833
+ "author": {
1834
+ "name": "yamatsum",
1835
+ "url": "https://github.com/yamatsum/nonicons"
1836
+ },
1837
+ "license": {
1838
+ "title": "MIT",
1839
+ "spdx": "MIT",
1840
+ "url": "https://github.com/yamatsum/nonicons/blob/master/LICENSE"
1841
+ },
1842
+ "samples": [
1843
+ "kotlin-16",
1844
+ "vue-16",
1845
+ "npm-16"
1846
+ ],
1847
+ "displayHeight": 24,
1848
+ "category": "Brands / Social",
1849
+ "palette": false
1850
+ },
1808
1851
  "arcticons": {
1809
1852
  "name": "Arcticons",
1810
- "total": 5109,
1853
+ "total": 5108,
1811
1854
  "author": {
1812
1855
  "name": "Donnnno",
1813
1856
  "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.227",
4
+ "version": "1.0.229",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",