@iconify/collections 1.0.365 → 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 +32 -10
  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",
@@ -1378,7 +1400,7 @@
1378
1400
  "pajamas": {
1379
1401
  "name": "Gitlab SVGs",
1380
1402
  "total": 374,
1381
- "version": "3.71.0",
1403
+ "version": "3.72.0",
1382
1404
  "author": {
1383
1405
  "name": "GitLab B.V.",
1384
1406
  "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
@@ -1595,8 +1617,8 @@
1595
1617
  },
1596
1618
  "ooui": {
1597
1619
  "name": "OOUI",
1598
- "total": 355,
1599
- "version": "0.48.2",
1620
+ "total": 356,
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"
@@ -2165,7 +2187,7 @@
2165
2187
  },
2166
2188
  "devicon": {
2167
2189
  "name": "Devicon",
2168
- "total": 739,
2190
+ "total": 749,
2169
2191
  "author": {
2170
2192
  "name": "konpa",
2171
2193
  "url": "https://github.com/devicons/devicon/tree/master"
@@ -2187,7 +2209,7 @@
2187
2209
  },
2188
2210
  "devicon-plain": {
2189
2211
  "name": "Devicon Plain",
2190
- "total": 553,
2212
+ "total": 565,
2191
2213
  "author": {
2192
2214
  "name": "konpa",
2193
2215
  "url": "https://github.com/devicons/devicon/tree/master"
@@ -2318,7 +2340,7 @@
2318
2340
  "flag": {
2319
2341
  "name": "Flag Icons",
2320
2342
  "total": 538,
2321
- "version": "7.0.2",
2343
+ "version": "7.0.3",
2322
2344
  "author": {
2323
2345
  "name": "Panayiotis Lipiridis",
2324
2346
  "url": "https://github.com/lipis/flag-icons"
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.365",
4
+ "version": "1.0.367",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",