@iconify-json/codicon 1.1.47 → 1.1.49
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/icons.json +4 -1
- package/info.json +2 -2
- package/package.json +2 -2
package/icons.json
CHANGED
|
@@ -55,6 +55,9 @@
|
|
|
55
55
|
"arrow-up": {
|
|
56
56
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m13.854 7l-5-5h-.707l-5 5l.707.707L8 3.561V14h1V3.56l4.146 4.147z\" clip-rule=\"evenodd\"/>"
|
|
57
57
|
},
|
|
58
|
+
"attach": {
|
|
59
|
+
"body": "<path fill=\"currentColor\" d=\"M2.878 8.389L8.7 2.842c1.206-1.149 3.16-1.149 4.367 0a2.844 2.844 0 0 1 0 4.16L6.153 13.59a1.6 1.6 0 0 1-2.183 0a1.42 1.42 0 0 1 0-2.08l6.186-5.894a.474.474 0 0 0 0-.693a.533.533 0 0 0-.728 0l-6.186 5.893a2.37 2.37 0 0 0 0 3.467a2.664 2.664 0 0 0 3.639 0l6.913-6.587a3.79 3.79 0 0 0 0-5.546C12.187.617 9.58.617 7.972 2.149L2.151 7.695a.474.474 0 0 0 0 .694c.2.191.526.191.727 0\"/>"
|
|
60
|
+
},
|
|
58
61
|
"azure": {
|
|
59
62
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m15.37 13.68l-4-12a1 1 0 0 0-1-.68H5.63a1 1 0 0 0-.95.68l-4.05 12a1 1 0 0 0 1 1.32h2.93a1 1 0 0 0 .94-.68l.61-1.78l3 2.27a1 1 0 0 0 .6.19h4.68a1 1 0 0 0 .98-1.32m-5.62.66a.32.32 0 0 1-.2-.07L3.9 10.08l-.09-.07h3l.08-.21l1-2.53l2.24 6.63a.34.34 0 0 1-.38.44m4.67 0H10.7a1 1 0 0 0 0-.66l-4.05-12h3.72a.34.34 0 0 1 .32.23l4.05 12a.34.34 0 0 1-.32.43\" clip-rule=\"evenodd\"/>"
|
|
60
63
|
},
|
|
@@ -1438,5 +1441,5 @@
|
|
|
1438
1441
|
"parent": "circle-small-filled"
|
|
1439
1442
|
}
|
|
1440
1443
|
},
|
|
1441
|
-
"lastModified":
|
|
1444
|
+
"lastModified": 1715922202
|
|
1442
1445
|
}
|
package/info.json
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-json/codicon",
|
|
3
3
|
"description": "Codicons icon set in Iconify JSON format",
|
|
4
|
-
"version": "1.1.
|
|
5
|
-
"iconSetVersion": "0.0.
|
|
4
|
+
"version": "1.1.49",
|
|
5
|
+
"iconSetVersion": "0.0.36",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.mjs",
|
|
8
8
|
"types": "index.d.ts",
|