@iconify/collections 1.0.685 → 1.0.687

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 +41 -13
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -651,8 +651,8 @@
651
651
  },
652
652
  "pixelarticons": {
653
653
  "name": "Pixelarticons",
654
- "total": 800,
655
- "version": "2.1.0",
654
+ "total": 813,
655
+ "version": "2.1.1",
656
656
  "author": {
657
657
  "name": "Gerrit Halfmann",
658
658
  "url": "https://github.com/halfmage/pixelarticons"
@@ -1688,8 +1688,8 @@
1688
1688
  },
1689
1689
  "carbon": {
1690
1690
  "name": "Carbon",
1691
- "total": 2526,
1692
- "version": "11.80.0",
1691
+ "total": 2527,
1692
+ "version": "11.81.0",
1693
1693
  "author": {
1694
1694
  "name": "IBM",
1695
1695
  "url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
@@ -2169,7 +2169,7 @@
2169
2169
  "fluent": {
2170
2170
  "name": "Fluent UI System Icons",
2171
2171
  "total": 19392,
2172
- "version": "1.1.326",
2172
+ "version": "1.1.327",
2173
2173
  "author": {
2174
2174
  "name": "Microsoft Corporation",
2175
2175
  "url": "https://github.com/microsoft/fluentui-system-icons"
@@ -2384,8 +2384,8 @@
2384
2384
  },
2385
2385
  "octicon": {
2386
2386
  "name": "Octicons",
2387
- "total": 731,
2388
- "version": "19.25.0",
2387
+ "total": 733,
2388
+ "version": "19.26.0",
2389
2389
  "author": {
2390
2390
  "name": "GitHub",
2391
2391
  "url": "https://github.com/primer/octicons/"
@@ -3186,7 +3186,7 @@
3186
3186
  "fluent-color": {
3187
3187
  "name": "Fluent UI System Color Icons",
3188
3188
  "total": 890,
3189
- "version": "1.1.326",
3189
+ "version": "1.1.327",
3190
3190
  "author": {
3191
3191
  "name": "Microsoft Corporation",
3192
3192
  "url": "https://github.com/microsoft/fluentui-system-icons"
@@ -3400,7 +3400,7 @@
3400
3400
  },
3401
3401
  "codicon": {
3402
3402
  "name": "Codicons",
3403
- "total": 566,
3403
+ "total": 567,
3404
3404
  "version": "0.0.0",
3405
3405
  "author": {
3406
3406
  "name": "Microsoft Corporation",
@@ -3826,7 +3826,7 @@
3826
3826
  },
3827
3827
  "cbi": {
3828
3828
  "name": "Custom Brand Icons",
3829
- "total": 1581,
3829
+ "total": 1582,
3830
3830
  "author": {
3831
3831
  "name": "Emanuele & rchiileea",
3832
3832
  "url": "https://github.com/elax46/custom-brand-icons"
@@ -4410,9 +4410,37 @@
4410
4410
  "category": "Flags / Maps",
4411
4411
  "palette": true
4412
4412
  },
4413
+ "pinhead": {
4414
+ "name": "Pinhead Map Icons",
4415
+ "total": 1971,
4416
+ "author": {
4417
+ "name": "Quincy Morgan",
4418
+ "url": "https://github.com/waysidemapping/pinhead"
4419
+ },
4420
+ "license": {
4421
+ "title": "CC0",
4422
+ "spdx": "CC0-1.0",
4423
+ "url": "https://creativecommons.org/publicdomain/zero/1.0/"
4424
+ },
4425
+ "samples": [
4426
+ "a-frame-tent",
4427
+ "bird",
4428
+ "boat-on-trailer",
4429
+ "desk-lamp",
4430
+ "bone",
4431
+ "milestone"
4432
+ ],
4433
+ "height": 15,
4434
+ "category": "Flags / Maps",
4435
+ "tags": [
4436
+ "Precise Shapes",
4437
+ "Has Padding"
4438
+ ],
4439
+ "palette": false
4440
+ },
4413
4441
  "roentgen": {
4414
4442
  "name": "Röntgen",
4415
- "total": 558,
4443
+ "total": 562,
4416
4444
  "author": {
4417
4445
  "name": "Sergey Vartanov",
4418
4446
  "url": "https://github.com/enzet/Roentgen"
@@ -4460,7 +4488,7 @@
4460
4488
  "shelter"
4461
4489
  ],
4462
4490
  "height": 15,
4463
- "category": "UI Other / Mixed Grid",
4491
+ "category": "Flags / Maps",
4464
4492
  "tags": [
4465
4493
  "Precise Shapes",
4466
4494
  "Has Padding"
@@ -4488,7 +4516,7 @@
4488
4516
  "parking-space",
4489
4517
  "power"
4490
4518
  ],
4491
- "category": "UI Other / Mixed Grid",
4519
+ "category": "Flags / Maps",
4492
4520
  "tags": [
4493
4521
  "Precise Shapes",
4494
4522
  "Has Padding"
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.685",
5
+ "version": "1.0.687",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",