@iconify/collections 1.0.124 → 1.0.127
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.
- package/collections.json +8 -8
- package/package.json +2 -2
package/collections.json
CHANGED
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"ic": {
|
|
24
24
|
"name": "Google Material Icons",
|
|
25
|
-
"total":
|
|
26
|
-
"version": "1.0.
|
|
25
|
+
"total": 10950,
|
|
26
|
+
"version": "1.0.29",
|
|
27
27
|
"author": {
|
|
28
28
|
"name": "Material Design Authors",
|
|
29
29
|
"url": "https://github.com/material-icons/material-icons"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"mdi": {
|
|
46
46
|
"name": "Material Design Icons",
|
|
47
|
-
"total":
|
|
47
|
+
"total": 7028,
|
|
48
48
|
"author": {
|
|
49
49
|
"name": "Austin Andrews",
|
|
50
50
|
"url": "https://github.com/Templarian/MaterialDesign"
|
|
@@ -1407,7 +1407,7 @@
|
|
|
1407
1407
|
},
|
|
1408
1408
|
"noto-v1": {
|
|
1409
1409
|
"name": "Noto Emoji (v1)",
|
|
1410
|
-
"total":
|
|
1410
|
+
"total": 2162,
|
|
1411
1411
|
"author": {
|
|
1412
1412
|
"name": "Google Inc",
|
|
1413
1413
|
"url": "https://github.com/googlefonts/noto-emoji"
|
|
@@ -1562,8 +1562,8 @@
|
|
|
1562
1562
|
},
|
|
1563
1563
|
"simple-icons": {
|
|
1564
1564
|
"name": "Simple Icons",
|
|
1565
|
-
"total":
|
|
1566
|
-
"version": "7.
|
|
1565
|
+
"total": 2274,
|
|
1566
|
+
"version": "7.3.0",
|
|
1567
1567
|
"author": {
|
|
1568
1568
|
"name": "Simple Icons Collaborators",
|
|
1569
1569
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -1738,7 +1738,7 @@
|
|
|
1738
1738
|
"flag": {
|
|
1739
1739
|
"name": "Flag Icons",
|
|
1740
1740
|
"total": 530,
|
|
1741
|
-
"version": "6.6.
|
|
1741
|
+
"version": "6.6.2",
|
|
1742
1742
|
"author": {
|
|
1743
1743
|
"name": "Panayiotis Lipiridis",
|
|
1744
1744
|
"url": "https://github.com/lipis/flag-icons"
|
|
@@ -1758,7 +1758,7 @@
|
|
|
1758
1758
|
},
|
|
1759
1759
|
"circle-flags": {
|
|
1760
1760
|
"name": "Circle Flags",
|
|
1761
|
-
"total":
|
|
1761
|
+
"total": 351,
|
|
1762
1762
|
"version": "1.0.0",
|
|
1763
1763
|
"author": {
|
|
1764
1764
|
"name": "HatScripts",
|
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.
|
|
4
|
+
"version": "1.0.127",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.mjs",
|
|
7
7
|
"types": "index.d.ts",
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
"./collections.json": "./collections.json"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@iconify/types": "
|
|
17
|
+
"@iconify/types": "*"
|
|
18
18
|
}
|
|
19
19
|
}
|