@iconify/collections 1.0.571 → 1.0.572

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 +93 -9
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -2801,10 +2801,10 @@
2801
2801
  "category": "UI Other / Mixed Grid",
2802
2802
  "palette": false
2803
2803
  },
2804
- "fa6-solid": {
2804
+ "fa7-solid": {
2805
2805
  "name": "Font Awesome Solid",
2806
- "total": 1402,
2807
- "version": "6.7.2",
2806
+ "total": 1983,
2807
+ "version": "7.0.0",
2808
2808
  "author": {
2809
2809
  "name": "Dave Gandy",
2810
2810
  "url": "https://github.com/FortAwesome/Font-Awesome"
@@ -2830,10 +2830,10 @@
2830
2830
  ],
2831
2831
  "palette": false
2832
2832
  },
2833
- "fa6-regular": {
2833
+ "fa7-regular": {
2834
2834
  "name": "Font Awesome Regular",
2835
- "total": 163,
2836
- "version": "6.7.2",
2835
+ "total": 272,
2836
+ "version": "7.0.0",
2837
2837
  "author": {
2838
2838
  "name": "Dave Gandy",
2839
2839
  "url": "https://github.com/FortAwesome/Font-Awesome"
@@ -3643,10 +3643,10 @@
3643
3643
  "tags": [],
3644
3644
  "palette": false
3645
3645
  },
3646
- "fa6-brands": {
3646
+ "fa7-brands": {
3647
3647
  "name": "Font Awesome Brands",
3648
- "total": 495,
3649
- "version": "6.7.2",
3648
+ "total": 548,
3649
+ "version": "7.0.0",
3650
3650
  "author": {
3651
3651
  "name": "Dave Gandy",
3652
3652
  "url": "https://github.com/FortAwesome/Font-Awesome"
@@ -5011,6 +5011,90 @@
5011
5011
  ],
5012
5012
  "palette": false
5013
5013
  },
5014
+ "fa6-solid": {
5015
+ "name": "Font Awesome 6 Solid",
5016
+ "total": 1402,
5017
+ "version": "6.7.2",
5018
+ "author": {
5019
+ "name": "Dave Gandy",
5020
+ "url": "https://github.com/FortAwesome/Font-Awesome"
5021
+ },
5022
+ "license": {
5023
+ "title": "CC BY 4.0",
5024
+ "spdx": "CC-BY-4.0",
5025
+ "url": "https://creativecommons.org/licenses/by/4.0/"
5026
+ },
5027
+ "samples": [
5028
+ "location-pin",
5029
+ "gem",
5030
+ "folder",
5031
+ "mound",
5032
+ "toggle-on",
5033
+ "table-columns"
5034
+ ],
5035
+ "height": 32,
5036
+ "displayHeight": 16,
5037
+ "category": "Archive / Unmaintained",
5038
+ "tags": [
5039
+ "Precise Shapes"
5040
+ ],
5041
+ "palette": false
5042
+ },
5043
+ "fa6-regular": {
5044
+ "name": "Font Awesome 6 Regular",
5045
+ "total": 163,
5046
+ "version": "6.7.2",
5047
+ "author": {
5048
+ "name": "Dave Gandy",
5049
+ "url": "https://github.com/FortAwesome/Font-Awesome"
5050
+ },
5051
+ "license": {
5052
+ "title": "CC BY 4.0",
5053
+ "spdx": "CC-BY-4.0",
5054
+ "url": "https://creativecommons.org/licenses/by/4.0/"
5055
+ },
5056
+ "samples": [
5057
+ "message",
5058
+ "clock",
5059
+ "folder",
5060
+ "face-surprise",
5061
+ "bookmark",
5062
+ "calendar"
5063
+ ],
5064
+ "height": 32,
5065
+ "displayHeight": 16,
5066
+ "category": "Archive / Unmaintained",
5067
+ "tags": [
5068
+ "Precise Shapes"
5069
+ ],
5070
+ "palette": false
5071
+ },
5072
+ "fa6-brands": {
5073
+ "name": "Font Awesome 6 Brands",
5074
+ "total": 495,
5075
+ "version": "6.7.2",
5076
+ "author": {
5077
+ "name": "Dave Gandy",
5078
+ "url": "https://github.com/FortAwesome/Font-Awesome"
5079
+ },
5080
+ "license": {
5081
+ "title": "CC BY 4.0",
5082
+ "spdx": "CC-BY-4.0",
5083
+ "url": "https://creativecommons.org/licenses/by/4.0/"
5084
+ },
5085
+ "samples": [
5086
+ "strava",
5087
+ "css3",
5088
+ "y-combinator",
5089
+ "unsplash",
5090
+ "vuejs",
5091
+ "google-drive"
5092
+ ],
5093
+ "height": 32,
5094
+ "displayHeight": 16,
5095
+ "category": "Archive / Unmaintained",
5096
+ "palette": false
5097
+ },
5014
5098
  "fa-solid": {
5015
5099
  "name": "Font Awesome 5 Solid",
5016
5100
  "total": 1001,
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.571",
5
+ "version": "1.0.572",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",