@iconify/collections 1.0.118 → 1.0.121

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 -33
  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": 7988,
4
+ "total": 8001,
5
5
  "author": {
6
6
  "name": "Google",
7
7
  "url": "https://github.com/google/material-design-icons"
@@ -110,7 +110,7 @@
110
110
  "carbon": {
111
111
  "name": "Carbon",
112
112
  "total": 1798,
113
- "version": "11.4.0",
113
+ "version": "11.5.0",
114
114
  "author": {
115
115
  "name": "IBM",
116
116
  "url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
@@ -153,8 +153,8 @@
153
153
  },
154
154
  "tabler": {
155
155
  "name": "Tabler Icons",
156
- "total": 1978,
157
- "version": "1.68.0",
156
+ "total": 1998,
157
+ "version": "1.69.0",
158
158
  "author": {
159
159
  "name": "Paweł Kuna",
160
160
  "url": "https://github.com/tabler/tabler-icons"
@@ -441,7 +441,7 @@
441
441
  },
442
442
  "lucide": {
443
443
  "name": "Lucide",
444
- "total": 648,
444
+ "total": 625,
445
445
  "author": {
446
446
  "name": "Lucide Contributors",
447
447
  "url": "https://github.com/lucide-icons/lucide"
@@ -679,28 +679,6 @@
679
679
  "category": "General",
680
680
  "palette": false
681
681
  },
682
- "line-md": {
683
- "name": "Material Line Icons",
684
- "total": 256,
685
- "version": "0.2.0",
686
- "author": {
687
- "name": "Vjacheslav Trushkin",
688
- "url": "https://github.com/cyberalien/line-md"
689
- },
690
- "license": {
691
- "title": "MIT",
692
- "spdx": "MIT",
693
- "url": "https://github.com/cyberalien/line-md/blob/master/license.txt"
694
- },
695
- "samples": [
696
- "home",
697
- "edit-twotone",
698
- "image-twotone"
699
- ],
700
- "height": 24,
701
- "category": "General",
702
- "palette": false
703
- },
704
682
  "charm": {
705
683
  "name": "Charm Icons",
706
684
  "total": 255,
@@ -1142,8 +1120,8 @@
1142
1120
  },
1143
1121
  "codicon": {
1144
1122
  "name": "Codicons",
1145
- "total": 412,
1146
- "version": "0.0.30",
1123
+ "total": 413,
1124
+ "version": "0.0.31",
1147
1125
  "author": {
1148
1126
  "name": "Microsoft Corporation",
1149
1127
  "url": "https://github.com/microsoft/vscode-codicons"
@@ -1341,9 +1319,31 @@
1341
1319
  "category": "General",
1342
1320
  "palette": false
1343
1321
  },
1322
+ "line-md": {
1323
+ "name": "Material Line Icons",
1324
+ "total": 298,
1325
+ "version": "0.2.0",
1326
+ "author": {
1327
+ "name": "Vjacheslav Trushkin",
1328
+ "url": "https://github.com/cyberalien/line-md"
1329
+ },
1330
+ "license": {
1331
+ "title": "MIT",
1332
+ "spdx": "MIT",
1333
+ "url": "https://github.com/cyberalien/line-md/blob/master/license.txt"
1334
+ },
1335
+ "samples": [
1336
+ "loading-twotone-loop",
1337
+ "beer-alt-twotone-loop",
1338
+ "image-twotone"
1339
+ ],
1340
+ "height": 24,
1341
+ "category": "Animated Icons",
1342
+ "palette": false
1343
+ },
1344
1344
  "openmoji": {
1345
1345
  "name": "OpenMoji",
1346
- "total": 4027,
1346
+ "total": 4053,
1347
1347
  "author": {
1348
1348
  "name": "OpenMoji",
1349
1349
  "url": "https://github.com/hfg-gmuend/openmoji"
@@ -1562,8 +1562,8 @@
1562
1562
  },
1563
1563
  "simple-icons": {
1564
1564
  "name": "Simple Icons",
1565
- "total": 2261,
1566
- "version": "7.0.0",
1565
+ "total": 2263,
1566
+ "version": "7.1.0",
1567
1567
  "author": {
1568
1568
  "name": "Simple Icons Collaborators",
1569
1569
  "url": "https://github.com/simple-icons/simple-icons"
@@ -1738,7 +1738,7 @@
1738
1738
  "flag": {
1739
1739
  "name": "Flag Icons",
1740
1740
  "total": 530,
1741
- "version": "6.4.5",
1741
+ "version": "6.4.6",
1742
1742
  "author": {
1743
1743
  "name": "Panayiotis Lipiridis",
1744
1744
  "url": "https://github.com/lipis/flag-icons"
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.118",
4
+ "version": "1.0.121",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",