@iconify/collections 1.0.666 → 1.0.667

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 -8
  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": 15222,
4
+ "total": 15207,
5
5
  "author": {
6
6
  "name": "Google",
7
7
  "url": "https://github.com/google/material-design-icons"
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "material-symbols-light": {
30
30
  "name": "Material Symbols Light",
31
- "total": 15295,
31
+ "total": 15280,
32
32
  "author": {
33
33
  "name": "Google",
34
34
  "url": "https://github.com/google/material-design-icons"
@@ -196,8 +196,8 @@
196
196
  },
197
197
  "tabler": {
198
198
  "name": "Tabler Icons",
199
- "total": 6080,
200
- "version": "3.40.0",
199
+ "total": 6092,
200
+ "version": "3.41.0",
201
201
  "author": {
202
202
  "name": "Paweł Kuna",
203
203
  "url": "https://github.com/tabler/tabler-icons"
@@ -2196,8 +2196,8 @@
2196
2196
  },
2197
2197
  "fluent": {
2198
2198
  "name": "Fluent UI System Icons",
2199
- "total": 19158,
2200
- "version": "1.1.322",
2199
+ "total": 19207,
2200
+ "version": "1.1.323",
2201
2201
  "author": {
2202
2202
  "name": "Microsoft Corporation",
2203
2203
  "url": "https://github.com/microsoft/fluentui-system-icons"
@@ -3271,7 +3271,7 @@
3271
3271
  "fluent-color": {
3272
3272
  "name": "Fluent UI System Color Icons",
3273
3273
  "total": 890,
3274
- "version": "1.1.322",
3274
+ "version": "1.1.323",
3275
3275
  "author": {
3276
3276
  "name": "Microsoft Corporation",
3277
3277
  "url": "https://github.com/microsoft/fluentui-system-icons"
@@ -3656,6 +3656,32 @@
3656
3656
  "category": "Programming",
3657
3657
  "palette": true
3658
3658
  },
3659
+ "gcp": {
3660
+ "name": "Google Cloud Icons",
3661
+ "total": 214,
3662
+ "author": {
3663
+ "name": "Google Cloud",
3664
+ "url": "https://cloud.google.com"
3665
+ },
3666
+ "license": {
3667
+ "title": "Apache 2.0",
3668
+ "spdx": "Apache-2.0",
3669
+ "url": "https://www.apache.org/licenses/LICENSE-2.0"
3670
+ },
3671
+ "samples": [
3672
+ "filestore",
3673
+ "trace",
3674
+ "firestore",
3675
+ "connectivity-test",
3676
+ "transfer",
3677
+ "cloud-router"
3678
+ ],
3679
+ "category": "Programming",
3680
+ "tags": [
3681
+ "Precise Shapes"
3682
+ ],
3683
+ "palette": true
3684
+ },
3659
3685
  "unjs": {
3660
3686
  "name": "UnJS Logos",
3661
3687
  "total": 63,
@@ -3707,7 +3733,7 @@
3707
3733
  },
3708
3734
  "logos": {
3709
3735
  "name": "SVG Logos",
3710
- "total": 1837,
3736
+ "total": 1861,
3711
3737
  "author": {
3712
3738
  "name": "Gil Barbara",
3713
3739
  "url": "https://github.com/gilbarbara/logos"
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.666",
5
+ "version": "1.0.667",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",