@iconify-vue/vscode-icons 1.0.4 → 1.0.6
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/components/f/folder-type-claude-opened.vue +21 -0
- package/components/f/folder-type-claude.vue +21 -0
- package/components/f/folder-type-junie-opened.vue +21 -0
- package/components/f/folder-type-junie.vue +21 -0
- package/components/f/folder-type-windsurf-opened.vue +26 -0
- package/components/f/folder-type-windsurf.vue +21 -0
- package/iconify.json +2 -2
- package/package.json +25 -1
|
@@ -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="zlk5ynbu" /><path class="ra0gwcjp" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:folder-type-claude-opened" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.zlk5ynbu {
|
|
12
|
+
fill: #a54f31;
|
|
13
|
+
d: path("M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.ra0gwcjp {
|
|
17
|
+
fill: #d97757;
|
|
18
|
+
d: path("m14.424 23.802l3.931-2.202l.072-.193l-.072-.107h-.193l-.657-.043a167 167 0 0 1-6.083-.243l-.479-.1l-.443-.586l.043-.293l.4-.272l.572.05c2.201.143 4.396.286 6.583.515h.329l.043-.136l-.115-.071l-.085-.086l-1.959-1.33c-1.458-.929-2.537-1.737-3.845-2.63l-.308-.386l-.128-.843l.543-.6l.736.05l.186.05a162 162 0 0 0 4.41 3.33l.308.258l.121-.086l.014-.064l-.143-.23c-1.022-1.858-1.822-3.302-2.859-4.974l-.143-.515a2.2 2.2 0 0 1-.093-.607l.622-.844l.35-.114l.83.114l.35.3c1 2.366 1.973 4.239 3.023 6.312l.208.693l.071.215h.136v-.122c.465-2.444 0-4.696.872-6.812l.622-.407l.486.236l.4.572l-.057.364c-.264 1.873-.657 3.731-1 5.59h.171l.207-.207a49 49 0 0 1 3.51-4.246l.457-.358h.858l.636.944l-.286.972a38 38 0 0 0-3.33 4.625l.064.092l.157-.014c1.715-.407 3.46-.707 5.197-1l.693.321l.071.329l-.264.672c-2.144.515-4.289.958-6.433 1.465l-.036.029l.043.05c1.93.186 4.017.214 5.711.336l.658.436l.393.536l-.072.4l-1 .522c-2.095-.5-3.71-.872-5.654-1.358h-.158v.093c1.559 1.515 3.288 3.052 4.675 4.339l.107.486l-.271.378l-.286-.042c-1.458-1.023-2.788-2.21-4.146-3.36h-.107v.143l.372.543c.814 1.28 1.887 2.323 2.051 3.839l-.143.293l-.5.179l-.558-.1a52 52 0 0 1-3.274-5.033l-.121.065l-.558 6.047l-.264.307l-.608.236l-.507-.386l-.272-.622A82 82 0 0 0 20.3 23.81l.143-.522l-.007-.035l-.115.014a55 55 0 0 1-4.453 5.633l-.343.143l-.6-.315l.057-.55l.336-.494c1.48-1.837 2.53-3.33 3.96-5.003v-.136h-.05l-5.29 3.431l-.936.122l-.408-.38l.05-.621l.193-.2l1.594-1.094z");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
</style>
|
|
@@ -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="m8z31iho" /><path class="ra0gwcjp" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:folder-type-claude" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.m8z31iho {
|
|
12
|
+
fill: #96472c;
|
|
13
|
+
d: path("M27.417 5.5H18.19l-2.083 4.2H4.5v16.8h25v-21Zm0 4.2h-8.135l1.091-2.1h7.044Z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.ra0gwcjp {
|
|
17
|
+
fill: #d97757;
|
|
18
|
+
d: path("m14.424 23.802l3.931-2.202l.072-.193l-.072-.107h-.193l-.657-.043a167 167 0 0 1-6.083-.243l-.479-.1l-.443-.586l.043-.293l.4-.272l.572.05c2.201.143 4.396.286 6.583.515h.329l.043-.136l-.115-.071l-.085-.086l-1.959-1.33c-1.458-.929-2.537-1.737-3.845-2.63l-.308-.386l-.128-.843l.543-.6l.736.05l.186.05a162 162 0 0 0 4.41 3.33l.308.258l.121-.086l.014-.064l-.143-.23c-1.022-1.858-1.822-3.302-2.859-4.974l-.143-.515a2.2 2.2 0 0 1-.093-.607l.622-.844l.35-.114l.83.114l.35.3c1 2.366 1.973 4.239 3.023 6.312l.208.693l.071.215h.136v-.122c.465-2.444 0-4.696.872-6.812l.622-.407l.486.236l.4.572l-.057.364c-.264 1.873-.657 3.731-1 5.59h.171l.207-.207a49 49 0 0 1 3.51-4.246l.457-.358h.858l.636.944l-.286.972a38 38 0 0 0-3.33 4.625l.064.092l.157-.014c1.715-.407 3.46-.707 5.197-1l.693.321l.071.329l-.264.672c-2.144.515-4.289.958-6.433 1.465l-.036.029l.043.05c1.93.186 4.017.214 5.711.336l.658.436l.393.536l-.072.4l-1 .522c-2.095-.5-3.71-.872-5.654-1.358h-.158v.093c1.559 1.515 3.288 3.052 4.675 4.339l.107.486l-.271.378l-.286-.042c-1.458-1.023-2.788-2.21-4.146-3.36h-.107v.143l.372.543c.814 1.28 1.887 2.323 2.051 3.839l-.143.293l-.5.179l-.558-.1a52 52 0 0 1-3.274-5.033l-.121.065l-.558 6.047l-.264.307l-.608.236l-.507-.386l-.272-.622A82 82 0 0 0 20.3 23.81l.143-.522l-.007-.035l-.115.014a55 55 0 0 1-4.453 5.633l-.343.143l-.6-.315l.057-.55l.336-.494c1.48-1.837 2.53-3.33 3.96-5.003v-.136h-.05l-5.29 3.431l-.936.122l-.408-.38l.05-.621l.193-.2l1.594-1.094z");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
</style>
|
|
@@ -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="sborvsoi" /><path class="p0sa55vv" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:folder-type-junie-opened" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.sborvsoi {
|
|
12
|
+
fill: #f805ff;
|
|
13
|
+
d: path("M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.p0sa55vv {
|
|
17
|
+
fill: #47e054;
|
|
18
|
+
d: path("M18 12h6v6h-6zm6 6h6v1c0 7-3 11-11 11h-1v-6h1c3.5 0 5-1.5 5-5zm-12 0h6v6h-6z");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
</style>
|
|
@@ -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="hib_mqlz" /><path class="p0sa55vv" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:folder-type-junie" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.hib_mqlz {
|
|
12
|
+
fill: #b100b8;
|
|
13
|
+
d: path("M27.417 5.5H18.19l-2.083 4.2H4.5v16.8h25v-21Zm0 4.2h-8.135l1.091-2.1h7.044Z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.p0sa55vv {
|
|
17
|
+
fill: #47e054;
|
|
18
|
+
d: path("M18 12h6v6h-6zm6 6h6v1c0 7-3 11-11 11h-1v-6h1c3.5 0 5-1.5 5-5zm-12 0h6v6h-6z");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
</style>
|
|
@@ -0,0 +1,26 @@
|
|
|
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="ox_fssbn" /><path class="t-f8hgn" /><path class="sxqy8b8d" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:folder-type-windsurf-opened" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ox_fssbn {
|
|
12
|
+
fill: #8cf3da;
|
|
13
|
+
d: path("M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.t-f8hgn {
|
|
17
|
+
fill: #8cf3da;
|
|
18
|
+
d: path("M25.7 13.7H.5l3.8 12.8h25.2z");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sxqy8b8d {
|
|
22
|
+
fill: #0b100f;
|
|
23
|
+
d: path("M29.401 14.903h-.19a1.814 1.814 0 0 0-1.818 1.814v4.056c0 .81-.67 1.466-1.466 1.466a1.52 1.52 0 0 1-1.227-.638l-4.143-5.917a1.84 1.84 0 0 0-1.508-.784c-.945 0-1.795.803-1.795 1.794v4.08a1.47 1.47 0 0 1-1.466 1.466c-.475 0-.947-.238-1.227-.638L9.925 14.98a.187.187 0 0 0-.34.107v3.538c0 .179.055.352.157.5l4.562 6.515c.27.385.668.67 1.126.774a1.803 1.803 0 0 0 2.204-1.748V20.59c0-.81.656-1.466 1.466-1.466h.002c.489 0 .947.238 1.227.638l4.144 5.916a1.81 1.81 0 0 0 3.3-1.01v-4.079c0-.81.657-1.466 1.467-1.466h.162a.183.183 0 0 0 .183-.184v-3.851a.183.183 0 0 0-.183-.184z");
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
</style>
|
|
@@ -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="tkmwk3-g" /><path class="sxqy8b8d" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:folder-type-windsurf" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.tkmwk3-g {
|
|
12
|
+
fill: #30e8ba;
|
|
13
|
+
d: path("M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.sxqy8b8d {
|
|
17
|
+
fill: #0b100f;
|
|
18
|
+
d: path("M29.401 14.903h-.19a1.814 1.814 0 0 0-1.818 1.814v4.056c0 .81-.67 1.466-1.466 1.466a1.52 1.52 0 0 1-1.227-.638l-4.143-5.917a1.84 1.84 0 0 0-1.508-.784c-.945 0-1.795.803-1.795 1.794v4.08a1.47 1.47 0 0 1-1.466 1.466c-.475 0-.947-.238-1.227-.638L9.925 14.98a.187.187 0 0 0-.34.107v3.538c0 .179.055.352.157.5l4.562 6.515c.27.385.668.67 1.126.774a1.803 1.803 0 0 0 2.204-1.748V20.59c0-.81.656-1.466 1.466-1.466h.002c.489 0 .947.238 1.227.638l4.144 5.916a1.81 1.81 0 0 0 3.3-1.01v-4.079c0-.81.657-1.466 1.467-1.466h.162a.183.183 0 0 0 .183-.184v-3.851a.183.183 0 0 0-.183-.184z");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
</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": 1420,
|
|
6
6
|
"version": "12.14.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": 1763361643
|
|
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.6",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/vscode-icons/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -4462,6 +4462,14 @@
|
|
|
4462
4462
|
"types": "./types/dd0bq22g.d.ts",
|
|
4463
4463
|
"default": "./components/f/folder-type-circleci-opened.vue"
|
|
4464
4464
|
},
|
|
4465
|
+
"./folder-type-claude": {
|
|
4466
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4467
|
+
"default": "./components/f/folder-type-claude.vue"
|
|
4468
|
+
},
|
|
4469
|
+
"./folder-type-claude-opened": {
|
|
4470
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4471
|
+
"default": "./components/f/folder-type-claude-opened.vue"
|
|
4472
|
+
},
|
|
4465
4473
|
"./folder-type-cli": {
|
|
4466
4474
|
"types": "./types/dd0bq22g.d.ts",
|
|
4467
4475
|
"default": "./components/f/folder-type-cli.vue"
|
|
@@ -4870,6 +4878,14 @@
|
|
|
4870
4878
|
"types": "./types/dd0bq22g.d.ts",
|
|
4871
4879
|
"default": "./components/f/folder-type-json-opened.vue"
|
|
4872
4880
|
},
|
|
4881
|
+
"./folder-type-junie": {
|
|
4882
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4883
|
+
"default": "./components/f/folder-type-junie.vue"
|
|
4884
|
+
},
|
|
4885
|
+
"./folder-type-junie-opened": {
|
|
4886
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4887
|
+
"default": "./components/f/folder-type-junie-opened.vue"
|
|
4888
|
+
},
|
|
4873
4889
|
"./folder-type-kubernetes": {
|
|
4874
4890
|
"types": "./types/dd0bq22g.d.ts",
|
|
4875
4891
|
"default": "./components/f/folder-type-kubernetes.vue"
|
|
@@ -5654,6 +5670,14 @@
|
|
|
5654
5670
|
"types": "./types/dd0bq22g.d.ts",
|
|
5655
5671
|
"default": "./components/f/folder-type-windows-opened.vue"
|
|
5656
5672
|
},
|
|
5673
|
+
"./folder-type-windsurf": {
|
|
5674
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5675
|
+
"default": "./components/f/folder-type-windsurf.vue"
|
|
5676
|
+
},
|
|
5677
|
+
"./folder-type-windsurf-opened": {
|
|
5678
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5679
|
+
"default": "./components/f/folder-type-windsurf-opened.vue"
|
|
5680
|
+
},
|
|
5657
5681
|
"./folder-type-www": {
|
|
5658
5682
|
"types": "./types/dd0bq22g.d.ts",
|
|
5659
5683
|
"default": "./components/f/folder-type-www.vue"
|