@iconify/collections 1.0.366 → 1.0.367

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 +28 -6
  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": 12163,
4
+ "total": 12191,
5
5
  "author": {
6
6
  "name": "Google",
7
7
  "url": "https://github.com/google/material-design-icons"
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "material-symbols-light": {
24
24
  "name": "Material Symbols Light",
25
- "total": 12216,
25
+ "total": 12249,
26
26
  "author": {
27
27
  "name": "Google",
28
28
  "url": "https://github.com/google/material-design-icons"
@@ -520,6 +520,28 @@
520
520
  "category": "General",
521
521
  "palette": false
522
522
  },
523
+ "gravity-ui": {
524
+ "name": "Gravity UI Icons",
525
+ "total": 640,
526
+ "version": "2.8.1",
527
+ "author": {
528
+ "name": "YANDEX LLC",
529
+ "url": "https://github.com/gravity-ui/icons/"
530
+ },
531
+ "license": {
532
+ "title": "MIT",
533
+ "spdx": "MIT",
534
+ "url": "https://github.com/gravity-ui/icons/blob/main/LICENSE"
535
+ },
536
+ "samples": [
537
+ "magnifier",
538
+ "bookmark-fill",
539
+ "display"
540
+ ],
541
+ "height": 16,
542
+ "category": "General",
543
+ "palette": false
544
+ },
523
545
  "octicon": {
524
546
  "name": "Octicons",
525
547
  "total": 604,
@@ -1355,7 +1377,7 @@
1355
1377
  },
1356
1378
  "codicon": {
1357
1379
  "name": "Codicons",
1358
- "total": 443,
1380
+ "total": 445,
1359
1381
  "version": "0.0.35",
1360
1382
  "author": {
1361
1383
  "name": "Microsoft Corporation",
@@ -1596,7 +1618,7 @@
1596
1618
  "ooui": {
1597
1619
  "name": "OOUI",
1598
1620
  "total": 356,
1599
- "version": "0.48.2",
1621
+ "version": "0.48.3",
1600
1622
  "author": {
1601
1623
  "name": "OOUI Team",
1602
1624
  "url": "https://github.com/wikimedia/oojs-ui"
@@ -1725,7 +1747,7 @@
1725
1747
  },
1726
1748
  "openmoji": {
1727
1749
  "name": "OpenMoji",
1728
- "total": 4109,
1750
+ "total": 4127,
1729
1751
  "author": {
1730
1752
  "name": "OpenMoji",
1731
1753
  "url": "https://github.com/hfg-gmuend/openmoji"
@@ -2187,7 +2209,7 @@
2187
2209
  },
2188
2210
  "devicon-plain": {
2189
2211
  "name": "Devicon Plain",
2190
- "total": 563,
2212
+ "total": 565,
2191
2213
  "author": {
2192
2214
  "name": "konpa",
2193
2215
  "url": "https://github.com/devicons/devicon/tree/master"
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.366",
4
+ "version": "1.0.367",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",