@iconify-json/vscode-icons 1.2.48 → 1.2.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 +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -3054,6 +3054,9 @@
|
|
|
3054
3054
|
"file-type-textile": {
|
|
3055
3055
|
"body": "<path fill=\"#ffe7ac\" d=\"M28.681 26.075H3.319A1.317 1.317 0 0 1 2 24.756V7.244a1.317 1.317 0 0 1 1.319-1.319h25.362A1.317 1.317 0 0 1 30 7.244V24.76a1.316 1.316 0 0 1-1.319 1.315\"/><path d=\"M6.066 12.848a5 5 0 0 1 1.508-.659v-1.525a3.7 3.7 0 0 1 .743-.33a8 8 0 0 1 1.327-.347h.642v2.391h2.484V13.6h-2.484v4.848a3.2 3.2 0 0 0 .29 1.609a1.07 1.07 0 0 0 .971.448a7 7 0 0 0 .76-.048a3.3 3.3 0 0 0 .782-.18l.132.62a2.4 2.4 0 0 1-.5.356a5.5 5.5 0 0 1-.752.356a6 6 0 0 1-.923.281A4.8 4.8 0 0 1 10 22a2.38 2.38 0 0 1-1.824-.637a2.95 2.95 0 0 1-.6-2.062v-5.71h-1.51Zm8.541 7.605a1.45 1.45 0 0 1 .431-1.09a1.6 1.6 0 0 1 1.147-.413a1.65 1.65 0 0 1 1.165.413a1.42 1.42 0 0 1 .453 1.09a1.37 1.37 0 0 1-.453 1.081a1.7 1.7 0 0 1-1.165.4a1.6 1.6 0 0 1-1.147-.4a1.43 1.43 0 0 1-.431-1.081\"/>"
|
|
3056
3056
|
},
|
|
3057
|
+
"file-type-textlint": {
|
|
3058
|
+
"body": "<path fill=\"#f4f4f4\" d=\"M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0S0 7.163 0 16s7.163 16 16 16\"/><linearGradient id=\"SVGoKyyWbqs\" x1=\"24.809\" x2=\"24.809\" y1=\"24.809\" y2=\"11.113\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#f28b95\"/><stop offset=\"1\" stop-color=\"#f34c6f\"/></linearGradient><path fill=\"url(#SVGoKyyWbqs)\" d=\"M11.113 11.113H7.191V24.81h17.618v-3.922H11.113Z\"/><linearGradient id=\"SVGgoVFYdsg\" x1=\"7.191\" x2=\"7.191\" y1=\"7.191\" y2=\"24.809\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#28ebf8\"/><stop offset=\"1\" stop-color=\"#3c84b0\"/></linearGradient><path fill=\"url(#SVGgoVFYdsg)\" d=\"M7.191 7.191h17.618v3.922h-6.831V24.81h-3.956V11.113H7.191Z\"/>"
|
|
3059
|
+
},
|
|
3057
3060
|
"file-type-tfs": {
|
|
3058
3061
|
"body": "<path fill=\"#68217a\" d=\"M10.175 18.342a8.171 8.171 0 1 1 8.171-8.171a8.18 8.18 0 0 1-8.171 8.171m0-11.673a3.5 3.5 0 1 0 3.5 3.5a3.506 3.506 0 0 0-3.5-3.5m17.914 17.354a4.2 4.2 0 1 1-1.231-2.971a4.2 4.2 0 0 1 1.231 2.971M30 6.21a4.2 4.2 0 1 1-1.231-2.971A4.2 4.2 0 0 1 30 6.21M10.416 25.8a4.2 4.2 0 1 1-1.231-2.971a4.2 4.2 0 0 1 1.231 2.971\"/><path fill=\"#68217a\" d=\"m15.54 7.42l7.937-2.014l.689 2.715l-7.938 2.013zM5.342 23.331l1.868-7.368l2.716.689l-1.868 7.368zm8.965-6.916l1.99-1.97l6.538 6.603l-1.99 1.97z\"/>"
|
|
3059
3062
|
},
|
|
@@ -4576,7 +4579,7 @@
|
|
|
4576
4579
|
"parent": "file-type-oxc"
|
|
4577
4580
|
}
|
|
4578
4581
|
},
|
|
4579
|
-
"lastModified":
|
|
4582
|
+
"lastModified": 1778041381,
|
|
4580
4583
|
"width": 32,
|
|
4581
4584
|
"height": 32
|
|
4582
4585
|
}
|
package/info.json
CHANGED