@iconify/collections 1.0.27 → 1.0.31

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 +34 -12
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "ic": {
45
45
  "name": "Google Material Icons",
46
- "total": 10285,
46
+ "total": 10290,
47
47
  "author": {
48
48
  "name": "Material Design Authors",
49
49
  "url": "https://github.com/cyberalien/google-material-design-icons-updated"
@@ -151,7 +151,7 @@
151
151
  },
152
152
  "bx": {
153
153
  "name": "BoxIcons",
154
- "total": 1525,
154
+ "total": 1548,
155
155
  "author": {
156
156
  "name": "Atisa",
157
157
  "url": "https://github.com/atisawd/boxicons"
@@ -321,7 +321,7 @@
321
321
  "carbon": {
322
322
  "name": "Carbon",
323
323
  "total": 1898,
324
- "version": "10.43.0",
324
+ "version": "10.44.0",
325
325
  "author": {
326
326
  "name": "IBM",
327
327
  "url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
@@ -384,8 +384,8 @@
384
384
  },
385
385
  "tabler": {
386
386
  "name": "Tabler Icons",
387
- "total": 1371,
388
- "version": "1.45.0",
387
+ "total": 1388,
388
+ "version": "1.46.0",
389
389
  "author": {
390
390
  "name": "Paweł Kuna",
391
391
  "url": "https://github.com/tabler/tabler-icons"
@@ -537,7 +537,7 @@
537
537
  "pixelarticons": {
538
538
  "name": "Pixelarticons",
539
539
  "total": 460,
540
- "version": "1.4.0",
540
+ "version": "1.5.0",
541
541
  "author": {
542
542
  "name": "Gerrit Halfmann",
543
543
  "url": "https://github.com/halfmage/pixelarticons"
@@ -734,7 +734,7 @@
734
734
  },
735
735
  "codicon": {
736
736
  "name": "Codicons",
737
- "total": 387,
737
+ "total": 388,
738
738
  "version": "0.0.26",
739
739
  "author": {
740
740
  "name": "Microsoft Corporation",
@@ -798,6 +798,28 @@
798
798
  "category": "General",
799
799
  "palette": false
800
800
  },
801
+ "ep": {
802
+ "name": "Element Plus",
803
+ "total": 280,
804
+ "version": "0.2.2",
805
+ "author": {
806
+ "name": "Element Plus",
807
+ "url": "https://github.com/element-plus/element-plus-icons"
808
+ },
809
+ "license": {
810
+ "title": "MIT",
811
+ "url": "https://github.com/element-plus/element-plus-icons/blob/main/packages/svg/package.json"
812
+ },
813
+ "samples": [
814
+ "home-filled",
815
+ "partly-cloudy",
816
+ "avatar"
817
+ ],
818
+ "height": 32,
819
+ "displayHeight": 24,
820
+ "category": "General",
821
+ "palette": false
822
+ },
801
823
  "fe": {
802
824
  "name": "Feather Icon",
803
825
  "total": 255,
@@ -906,8 +928,8 @@
906
928
  },
907
929
  "akar-icons": {
908
930
  "name": "Akar Icons",
909
- "total": 382,
910
- "version": "1.9.3",
931
+ "total": 386,
932
+ "version": "1.9.5",
911
933
  "author": {
912
934
  "name": "Arturo Wibawa",
913
935
  "url": "https://github.com/artcoholic/akar-icons"
@@ -1420,8 +1442,8 @@
1420
1442
  },
1421
1443
  "fluent": {
1422
1444
  "name": "Fluent UI System Icons",
1423
- "total": 9500,
1424
- "version": "1.1.152",
1445
+ "total": 9706,
1446
+ "version": "1.1.153",
1425
1447
  "author": {
1426
1448
  "name": "Microsoft Corporation",
1427
1449
  "url": "https://github.com/microsoft/fluentui-system-icons"
@@ -2067,7 +2089,7 @@
2067
2089
  "simple-icons": {
2068
2090
  "name": "Simple Icons",
2069
2091
  "total": 2110,
2070
- "version": "5.24.0",
2092
+ "version": "6.0.0",
2071
2093
  "author": {
2072
2094
  "name": "Simple Icons Collaborators",
2073
2095
  "url": "https://github.com/simple-icons/simple-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.27",
4
+ "version": "1.0.31",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",