@iconify-vue/vscode-icons 1.0.20 → 1.0.22
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.
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":32,"height":32};
|
|
7
|
+
const content = `<path class="t61_uz5gp"/><path class="uypl0hb7w"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-cangjie" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.t61_uz5gp {
|
|
12
|
+
fill: var(--svg-color--0673fe, #0673fe);
|
|
13
|
+
d: path("M6 5.333c3.311.207 6.553.437 9.833.854l1.132.14q1.35.168 2.702.34l.333 1q-1.204.44-2.417.854l-.669.25c-2.354.788-3.464.46-6.247.229v14l4-.333c1.012.226 1.811.435 2.75.812l.668.246q.794.294 1.582.608v1q-2.277.288-4.554.57l-1.545.194q-1.117.14-2.235.278l-.687.088c-1.582.192-3.027.204-4.646.204z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.uypl0hb7w {
|
|
17
|
+
fill: var(--svg-color--00f196, #00f196);
|
|
18
|
+
d: path("M26.333 7.667v16.666c-2.628.376-2.628.376-3.643.037l-.656-.218l-.659-.235l-.682-.22c-.649-.223-.649-.223-1.693-.697l-.333-1h2.666V10h-2.666L19 9a22 22 0 0 1 2.375-.917l.659-.235l.656-.218l.591-.197c.719-.1.719-.1 3.052.234");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
</style>
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":32,"height":32};
|
|
7
|
+
const content = `<defs><radialGradient id="SVGmwbLccZc" cx="0" cy="0" r="1" gradientTransform="matrix(-17.412 0 0 -14.519 26.34 101.37)" gradientUnits="userSpaceOnUse"><stop offset="0" class="pjyuzpbnr"/><stop offset=".75" class="sxor-n0ei"/><stop offset="1" class="tekh3wbkl"/></radialGradient><linearGradient id="SVGVQTnSdeL" x1="3.14" x2="12.39" y1="21.22" y2="5.99" gradientUnits="userSpaceOnUse"><stop offset="0" class="zerfd9b3f"/><stop offset="1" class="d5csf-_7h"/></linearGradient></defs><path fill="url(#SVGmwbLccZc)" transform="translate(5.12 7.85)" class="lrd-j5b8q"/><path class="rrj-1v9tu"/><path fill="url(#SVGVQTnSdeL)" transform="translate(10.7 2.38)" class="iya245b0j"/><path class="dx4m789gj"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-clangd" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.d5csf-_7h {
|
|
12
|
+
stop-color: var(--svg-color--0ed6ff, #0ed6ff);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.dx4m789gj {
|
|
16
|
+
fill: var(--svg-color--0d386b, #0d386b);
|
|
17
|
+
fill-rule: evenodd;
|
|
18
|
+
d: path("M21.97 2h4.35q.36 0 .65.3q.3.28.3.64v20.68a1 1 0 0 1-.3.65a1 1 0 0 1-.65.3H15.98q-.36 0-.88-.1a7 7 0 0 1-1.91-.64q-2.85-1.48-2.92-5.15q-.1-3.62 2.83-5.08a7 7 0 0 1 2.88-.72h5.04V2.94q0-.36.3-.65q.29-.3.65-.29m0 .8q-.03 0-.09.06l-.06.08v10.74h-5.84q-.3 0-.78.08a6 6 0 0 0-1.75.55q-2.46 1.23-2.39 4.35q.07 3.2 2.5 4.46a6 6 0 0 0 2.42.65h10.34q.03 0 .09-.06t.06-.09V2.94l-.06-.08q-.06-.06-.09-.06z");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.iya245b0j {
|
|
22
|
+
d: path("M15.66 0c.25 0 .54.29.54.54v20.68c0 .26-.29.55-.54.55H5.32s-5.19 0-5.32-5.5c-.12-5.39 5.32-5.39 5.32-5.39h5.44V.54c0-.25.29-.54.54-.54z");
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.lrd-j5b8q {
|
|
26
|
+
d: path("M16.32 0h-5.44C5.44 0 0 2.72 0 10.88s5.44 10.93 10.94 10.9l5.38-.01v-5.45h-5.44s-5.22 0-5.33-5.38c-.1-5.5 5.33-5.5 5.33-5.5h5.44z");
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.pjyuzpbnr {
|
|
30
|
+
stop-color: var(--svg-color--f0f8a0, #f0f8a0);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.rrj-1v9tu {
|
|
34
|
+
fill: var(--svg-color--055f25, #055f25);
|
|
35
|
+
fill-rule: evenodd;
|
|
36
|
+
d: path("M21.47 7.42q.16 0 .28.11t.11.28v5.45q0 .15-.11.28a.4.4 0 0 1-.28.11h-5.45q-.3 0-.78.09q-.96.16-1.74.56q-2.47 1.26-2.41 4.44q.06 3.13 2.49 4.37a6 6 0 0 0 2.44.63h5.45q.16 0 .28.12t.11.28v5.44q0 .17-.11.28a.4.4 0 0 1-.28.12l-5.39.02q-4.8.02-7.79-2.48q-3.55-2.95-3.55-8.82q0-5.85 3.54-8.81q2.97-2.48 7.74-2.48zm-.4 17.12v4.64l-5 .02q-4.5.02-7.27-2.29q-3.26-2.72-3.26-8.21t3.26-8.2q2.75-2.28 7.22-2.29h5.05v4.65h-5.05q-.37 0-.91.09q-1.08.18-1.98.64q-2.91 1.48-2.84 5.17q.07 3.6 2.92 5.06a7 7 0 0 0 2.81.72z");
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.sxor-n0ei {
|
|
40
|
+
stop-color: var(--svg-color--c1e0a4, #c1e0a4);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.tekh3wbkl {
|
|
44
|
+
stop-color: var(--svg-color--5aab7b, #5aab7b);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.zerfd9b3f {
|
|
48
|
+
stop-color: var(--svg-color--0f5499, #0f5499);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
</style>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":32,"height":32};
|
|
7
|
+
const content = `<path class="oxzvejbxe"/><linearGradient id="SVGoKyyWbqs" x1="24.809" x2="24.809" y1="24.809" y2="11.113" gradientUnits="userSpaceOnUse"><stop offset="0" class="e825e26io"/><stop offset="1" class="vcr8t9iqi"/></linearGradient><path fill="url(#SVGoKyyWbqs)" class="y5ie2_bzr"/><linearGradient id="SVGgoVFYdsg" x1="7.191" x2="7.191" y1="7.191" y2="24.809" gradientUnits="userSpaceOnUse"><stop offset="0" class="tdx55c_vw"/><stop offset="1" class="opud24xap"/></linearGradient><path fill="url(#SVGgoVFYdsg)" class="jp4t3bbcr"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-textlint" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.e825e26io {
|
|
12
|
+
stop-color: var(--svg-color--f28b95, #f28b95);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.jp4t3bbcr {
|
|
16
|
+
d: path("M7.191 7.191h17.618v3.922h-6.831V24.81h-3.956V11.113H7.191Z");
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.opud24xap {
|
|
20
|
+
stop-color: var(--svg-color--3c84b0, #3c84b0);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.oxzvejbxe {
|
|
24
|
+
fill: var(--svg-color--f4f4f4, #f4f4f4);
|
|
25
|
+
d: path("M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0S0 7.163 0 16s7.163 16 16 16");
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.tdx55c_vw {
|
|
29
|
+
stop-color: var(--svg-color--28ebf8, #28ebf8);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.vcr8t9iqi {
|
|
33
|
+
stop-color: var(--svg-color--f34c6f, #f34c6f);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.y5ie2_bzr {
|
|
37
|
+
d: path("M11.113 11.113H7.191V24.81h17.618v-3.922H11.113Z");
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
</style>
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "vscode-icons",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "VSCode Icons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1489,
|
|
6
6
|
"version": "12.18.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Roberto Huertas",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
],
|
|
30
30
|
"palette": true
|
|
31
31
|
},
|
|
32
|
-
"lastModified":
|
|
32
|
+
"lastModified": 1778041381
|
|
33
33
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/vscode-icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.22",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/vscode-icons/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -418,6 +418,10 @@
|
|
|
418
418
|
"types": "./types/dd0bq22g.d.ts",
|
|
419
419
|
"default": "./components/f/file-type-cakephp.vue"
|
|
420
420
|
},
|
|
421
|
+
"./file-type-cangjie": {
|
|
422
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
423
|
+
"default": "./components/f/file-type-cangjie.vue"
|
|
424
|
+
},
|
|
421
425
|
"./file-type-capacitor": {
|
|
422
426
|
"types": "./types/dd0bq22g.d.ts",
|
|
423
427
|
"default": "./components/f/file-type-capacitor.vue"
|
|
@@ -494,6 +498,10 @@
|
|
|
494
498
|
"types": "./types/dd0bq22g.d.ts",
|
|
495
499
|
"default": "./components/f/file-type-circom.vue"
|
|
496
500
|
},
|
|
501
|
+
"./file-type-clangd": {
|
|
502
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
503
|
+
"default": "./components/f/file-type-clangd.vue"
|
|
504
|
+
},
|
|
497
505
|
"./file-type-class": {
|
|
498
506
|
"types": "./types/dd0bq22g.d.ts",
|
|
499
507
|
"default": "./components/f/file-type-class.vue"
|
|
@@ -3978,6 +3986,10 @@
|
|
|
3978
3986
|
"types": "./types/dd0bq22g.d.ts",
|
|
3979
3987
|
"default": "./components/f/file-type-textile.vue"
|
|
3980
3988
|
},
|
|
3989
|
+
"./file-type-textlint": {
|
|
3990
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3991
|
+
"default": "./components/f/file-type-textlint.vue"
|
|
3992
|
+
},
|
|
3981
3993
|
"./file-type-tfs": {
|
|
3982
3994
|
"types": "./types/dd0bq22g.d.ts",
|
|
3983
3995
|
"default": "./components/f/file-type-tfs.vue"
|