@iconify/collections 1.0.543 → 1.0.545

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 +35 -9
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -227,7 +227,7 @@
227
227
  },
228
228
  "hugeicons": {
229
229
  "name": "Huge Icons",
230
- "total": 4386,
230
+ "total": 4523,
231
231
  "author": {
232
232
  "name": "Hugeicons",
233
233
  "url": "https://icon-sets.iconify.design/icon-sets/hugeicons/"
@@ -397,7 +397,7 @@
397
397
  },
398
398
  "lucide": {
399
399
  "name": "Lucide",
400
- "total": 1586,
400
+ "total": 1591,
401
401
  "author": {
402
402
  "name": "Lucide Contributors",
403
403
  "url": "https://github.com/lucide-icons/lucide"
@@ -822,7 +822,7 @@
822
822
  },
823
823
  "proicons": {
824
824
  "name": "ProIcons",
825
- "total": 504,
825
+ "total": 518,
826
826
  "version": "4.12.2",
827
827
  "author": {
828
828
  "name": "ProCode",
@@ -1614,7 +1614,7 @@
1614
1614
  "ion": {
1615
1615
  "name": "IonIcons",
1616
1616
  "total": 1357,
1617
- "version": "7.4.0",
1617
+ "version": "8.0.0",
1618
1618
  "author": {
1619
1619
  "name": "Ben Sperry",
1620
1620
  "url": "https://github.com/ionic-team/ionicons"
@@ -1904,8 +1904,8 @@
1904
1904
  },
1905
1905
  "bi": {
1906
1906
  "name": "Bootstrap Icons",
1907
- "total": 2050,
1908
- "version": "1.11.3",
1907
+ "total": 2051,
1908
+ "version": "1.12.1",
1909
1909
  "author": {
1910
1910
  "name": "The Bootstrap Authors",
1911
1911
  "url": "https://github.com/twbs/icons"
@@ -2657,6 +2657,32 @@
2657
2657
  ],
2658
2658
  "palette": false
2659
2659
  },
2660
+ "picon": {
2661
+ "name": "Pico-icon",
2662
+ "total": 824,
2663
+ "author": {
2664
+ "name": "Picon Contributors",
2665
+ "url": "https://github.com/yne/picon"
2666
+ },
2667
+ "license": {
2668
+ "title": "Open Font License",
2669
+ "spdx": "OFL-1.1",
2670
+ "url": "https://github.com/yne/picon/blob/master/OFL.txt"
2671
+ },
2672
+ "samples": [
2673
+ "bookmark",
2674
+ "rewind",
2675
+ "folder",
2676
+ "thunderbolt",
2677
+ "message",
2678
+ "east"
2679
+ ],
2680
+ "category": "UI Other / Mixed Grid",
2681
+ "tags": [
2682
+ "Precise Shapes"
2683
+ ],
2684
+ "palette": false
2685
+ },
2660
2686
  "ooui": {
2661
2687
  "name": "OOUI",
2662
2688
  "total": 361,
@@ -2873,7 +2899,7 @@
2873
2899
  },
2874
2900
  "codicon": {
2875
2901
  "name": "Codicons",
2876
- "total": 477,
2902
+ "total": 478,
2877
2903
  "version": "0.0.37",
2878
2904
  "author": {
2879
2905
  "name": "Microsoft Corporation",
@@ -2901,7 +2927,7 @@
2901
2927
  },
2902
2928
  "material-icon-theme": {
2903
2929
  "name": "Material Icon Theme",
2904
- "total": 1037,
2930
+ "total": 1052,
2905
2931
  "author": {
2906
2932
  "name": "Material Extensions",
2907
2933
  "url": "https://github.com/material-extensions/vscode-material-icon-theme"
@@ -3962,7 +3988,7 @@
3962
3988
  },
3963
3989
  "game-icons": {
3964
3990
  "name": "Game Icons",
3965
- "total": 4111,
3991
+ "total": 4123,
3966
3992
  "author": {
3967
3993
  "name": "GameIcons",
3968
3994
  "url": "https://github.com/game-icons/icons"
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iconify/collections",
3
3
  "description": "Iconify icon sets list",
4
4
  "license": "MIT",
5
- "version": "1.0.543",
5
+ "version": "1.0.545",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",