@iconify/collections 1.0.226 → 1.0.228

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 +33 -12
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -153,8 +153,8 @@
153
153
  },
154
154
  "tabler": {
155
155
  "name": "Tabler Icons",
156
- "total": 3204,
157
- "version": "2.0.0",
156
+ "total": 3222,
157
+ "version": "2.1.2",
158
158
  "author": {
159
159
  "name": "Paweł Kuna",
160
160
  "url": "https://github.com/tabler/tabler-icons"
@@ -285,8 +285,8 @@
285
285
  },
286
286
  "iconoir": {
287
287
  "name": "Iconoir",
288
- "total": 1235,
289
- "version": "6.0.0",
288
+ "total": 1259,
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": 869,
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",
@@ -1142,7 +1163,7 @@
1142
1163
  "heroicons": {
1143
1164
  "name": "HeroIcons",
1144
1165
  "total": 876,
1145
- "version": "2.0.13",
1166
+ "version": "2.0.14",
1146
1167
  "author": {
1147
1168
  "name": "Refactoring UI Inc",
1148
1169
  "url": "https://github.com/tailwindlabs/heroicons"
@@ -1345,8 +1366,8 @@
1345
1366
  },
1346
1367
  "octicon": {
1347
1368
  "name": "Octicons",
1348
- "total": 550,
1349
- "version": "17.10.2",
1369
+ "total": 560,
1370
+ "version": "17.11.1",
1350
1371
  "author": {
1351
1372
  "name": "GitHub",
1352
1373
  "url": "https://github.com/primer/octicons/"
@@ -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"
@@ -1807,7 +1828,7 @@
1807
1828
  },
1808
1829
  "arcticons": {
1809
1830
  "name": "Arcticons",
1810
- "total": 5109,
1831
+ "total": 5108,
1811
1832
  "author": {
1812
1833
  "name": "Donnnno",
1813
1834
  "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.226",
4
+ "version": "1.0.228",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",