@iconify-svelte/vscode-icons 1.0.24 → 1.0.26
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/file-type-cue.svelte +35 -0
- package/components/f/file-type-light-cue.svelte +28 -0
- package/components/f/file-type-light-mikro-orm.svelte +27 -0
- package/components/f/file-type-mikro-orm.svelte +27 -0
- package/components/f/file-type-postgres.svelte +56 -0
- package/components/f/folder-type-swagger-opened.svelte +39 -0
- package/components/f/folder-type-swagger.svelte +34 -0
- package/iconify.json +2 -2
- package/package.json +29 -1
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<circle class="zm7pkl--t"/><g class="j_-w87b6t"><path class="lay7ig_0q"/><path class="qlf9n2b5b"/><path class="ocv039b_s"/></g>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-cue" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.j_-w87b6t) {
|
|
13
|
+
fill: var(--svg-color--232a68, #232a68);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
:global(.lay7ig_0q) {
|
|
17
|
+
d: path("M10.653 13.015c-1.5 0-2.605 1.123-2.605 2.976s1.1 2.975 2.605 2.975c1.272 0 2.203-.798 2.393-1.943l-.883-.003c-.15.742-.772 1.15-1.505 1.15c-.993 0-1.743-.774-1.743-2.179s.747-2.178 1.746-2.178c.738 0 1.358.416 1.501 1.166h.884c-.199-1.24-1.169-1.964-2.394-1.964zm8.476.08v5.792h3.886v-.752h-3.013v-1.773h2.79v-.75h-2.79v-1.764h2.98v-.753zm-5.43 0v3.833c0 1.307 1.017 2.056 2.299 2.056s2.303-.75 2.303-2.056v-3.833h-.874v3.819c0 .812-.653 1.267-1.428 1.267s-1.426-.455-1.426-1.267v-3.819z");
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
:global(.ocv039b_s) {
|
|
21
|
+
d: path("M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m0 26.653C9.012 28.653 3.347 22.988 3.347 16S9.012 3.347 16 3.347S28.653 9.012 28.653 16S22.988 28.653 16 28.653");
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
:global(.qlf9n2b5b) {
|
|
25
|
+
d: path("M16 4.097C9.426 4.097 4.097 9.426 4.097 16S9.426 27.903 16 27.903S27.903 22.574 27.903 16S22.573 4.097 16 4.097m0 23.182c-6.23 0-11.28-5.05-11.28-11.28S9.77 4.721 16 4.721S27.28 9.77 27.28 16S22.23 27.28 16 27.28z");
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
:global(.zm7pkl--t) {
|
|
29
|
+
cx: 16px;
|
|
30
|
+
cy: 16px;
|
|
31
|
+
r: 14px;
|
|
32
|
+
fill: var(--svg-color--d2d2d2, #d2d2d2);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
</style>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<g class="j_-w87b6t"><path class="lay7ig_0q"/><path class="qlf9n2b5b"/><path class="ocv039b_s"/></g>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-light-cue" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.j_-w87b6t) {
|
|
13
|
+
fill: var(--svg-color--232a68, #232a68);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
:global(.lay7ig_0q) {
|
|
17
|
+
d: path("M10.653 13.015c-1.5 0-2.605 1.123-2.605 2.976s1.1 2.975 2.605 2.975c1.272 0 2.203-.798 2.393-1.943l-.883-.003c-.15.742-.772 1.15-1.505 1.15c-.993 0-1.743-.774-1.743-2.179s.747-2.178 1.746-2.178c.738 0 1.358.416 1.501 1.166h.884c-.199-1.24-1.169-1.964-2.394-1.964zm8.476.08v5.792h3.886v-.752h-3.013v-1.773h2.79v-.75h-2.79v-1.764h2.98v-.753zm-5.43 0v3.833c0 1.307 1.017 2.056 2.299 2.056s2.303-.75 2.303-2.056v-3.833h-.874v3.819c0 .812-.653 1.267-1.428 1.267s-1.426-.455-1.426-1.267v-3.819z");
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
:global(.ocv039b_s) {
|
|
21
|
+
d: path("M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m0 26.653C9.012 28.653 3.347 22.988 3.347 16S9.012 3.347 16 3.347S28.653 9.012 28.653 16S22.988 28.653 16 28.653");
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
:global(.qlf9n2b5b) {
|
|
25
|
+
d: path("M16 4.097C9.426 4.097 4.097 9.426 4.097 16S9.426 27.903 16 27.903S27.903 22.574 27.903 16S22.573 4.097 16 4.097m0 23.182c-6.23 0-11.28-5.05-11.28-11.28S9.77 4.721 16 4.721S27.28 9.77 27.28 16S22.23 27.28 16 27.28z");
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
</style>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="vj8p55b5l"/><path class="ynabnzbde"/><path class="gki19vo6s"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-light-mikro-orm" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.gki19vo6s) {
|
|
13
|
+
fill: var(--svg-color--1a1a1a, #1a1a1a);
|
|
14
|
+
d: path("M17.31 2C10.625 2 5.186 5.074 5.186 8.853c0 .757.221 1.485.625 2.167a5 5 0 0 0 .2.313a7 7 0 0 0 .21.287c.844 1.076 2.163 2.008 3.808 2.708a14 14 0 0 0 .475.193a17 17 0 0 0 .503.183c1.838.635 3.997 1.002 6.305 1.002c2.306 0 4.465-.367 6.304-1.002a18 18 0 0 0 .503-.183a14 14 0 0 0 .474-.193c1.645-.7 2.964-1.632 3.808-2.708a6 6 0 0 0 .211-.287a6 6 0 0 0 .2-.313c.404-.682.625-1.41.625-2.167C29.436 5.074 23.996 2 17.31 2m6.32 8.043a3 3 0 0 1-.11.173a3 3 0 0 1-.116.157c-.464.591-1.189 1.103-2.092 1.488a8 8 0 0 1-.261.106a10 10 0 0 1-.276.102c-1.01.348-2.197.55-3.464.55c-1.268 0-2.455-.202-3.465-.55a10 10 0 0 1-.277-.102a7 7 0 0 1-.26-.106c-.904-.385-1.629-.897-2.093-1.488a4 4 0 0 1-.115-.157a3 3 0 0 1-.11-.173a2.3 2.3 0 0 1-.344-1.19c0-2.077 2.99-3.766 6.663-3.766s6.664 1.69 6.664 3.766c0 .416-.122.816-.344 1.19");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
:global(.vj8p55b5l) {
|
|
18
|
+
fill: var(--svg-color--166788, #166788);
|
|
19
|
+
d: path("M28.811 12.219c-.628.746-1.466 1.432-2.503 2.031q-.417.239-.863.454a15 15 0 0 1-.42.193a18 18 0 0 1-.433.183c-2.123.861-4.642 1.327-7.281 1.327c-2.641 0-5.16-.466-7.283-1.327a17 17 0 0 1-.433-.183a15 15 0 0 1-.42-.193a13 13 0 0 1-.862-.454c-1.038-.599-1.877-1.285-2.503-2.031c-.404.682-.625 1.41-.625 2.167c0 .894.308 1.75.861 2.533a7 7 0 0 0 .218.289a7 7 0 0 0 .224.263c2 2.233 6.099 3.768 10.823 3.768c4.722 0 8.82-1.535 10.822-3.768a7 7 0 0 0 .223-.263a6 6 0 0 0 .217-.289c.555-.784.863-1.638.863-2.533c0-.757-.221-1.485-.625-2.167");
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
:global(.ynabnzbde) {
|
|
23
|
+
fill: var(--svg-color--166788, #166788);
|
|
24
|
+
d: path("M26.32 19.783c-2.41 1.391-5.604 2.157-8.997 2.157s-6.59-.766-8.998-2.157c-.911-.526-1.67-1.118-2.266-1.76c-.554.784-.862 1.638-.862 2.533c0 3.778 5.44 6.853 12.126 6.853s12.125-3.075 12.125-6.853c0-.895-.308-1.75-.863-2.534c-.596.643-1.354 1.235-2.265 1.761");
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
</style>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="vj8p55b5l"/><path class="ynabnzbde"/><path class="g2b1c4uty"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-mikro-orm" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.g2b1c4uty) {
|
|
13
|
+
fill: var(--svg-color--d2d2d2, #d2d2d2);
|
|
14
|
+
d: path("M17.31 2C10.625 2 5.186 5.074 5.186 8.853c0 .757.221 1.485.625 2.167a5 5 0 0 0 .2.313a7 7 0 0 0 .21.287c.844 1.076 2.163 2.008 3.808 2.708a14 14 0 0 0 .475.193a17 17 0 0 0 .503.183c1.838.635 3.997 1.002 6.305 1.002c2.306 0 4.465-.367 6.304-1.002a18 18 0 0 0 .503-.183a14 14 0 0 0 .474-.193c1.645-.7 2.964-1.632 3.808-2.708a6 6 0 0 0 .211-.287a6 6 0 0 0 .2-.313c.404-.682.625-1.41.625-2.167C29.436 5.074 23.996 2 17.31 2m6.32 8.043a3 3 0 0 1-.11.173a3 3 0 0 1-.116.157c-.464.591-1.189 1.103-2.092 1.488a8 8 0 0 1-.261.106a10 10 0 0 1-.276.102c-1.01.348-2.197.55-3.464.55c-1.268 0-2.455-.202-3.465-.55a10 10 0 0 1-.277-.102a7 7 0 0 1-.26-.106c-.904-.385-1.629-.897-2.093-1.488a4 4 0 0 1-.115-.157a3 3 0 0 1-.11-.173a2.3 2.3 0 0 1-.344-1.19c0-2.077 2.99-3.766 6.663-3.766s6.664 1.69 6.664 3.766c0 .416-.122.816-.344 1.19");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
:global(.vj8p55b5l) {
|
|
18
|
+
fill: var(--svg-color--166788, #166788);
|
|
19
|
+
d: path("M28.811 12.219c-.628.746-1.466 1.432-2.503 2.031q-.417.239-.863.454a15 15 0 0 1-.42.193a18 18 0 0 1-.433.183c-2.123.861-4.642 1.327-7.281 1.327c-2.641 0-5.16-.466-7.283-1.327a17 17 0 0 1-.433-.183a15 15 0 0 1-.42-.193a13 13 0 0 1-.862-.454c-1.038-.599-1.877-1.285-2.503-2.031c-.404.682-.625 1.41-.625 2.167c0 .894.308 1.75.861 2.533a7 7 0 0 0 .218.289a7 7 0 0 0 .224.263c2 2.233 6.099 3.768 10.823 3.768c4.722 0 8.82-1.535 10.822-3.768a7 7 0 0 0 .223-.263a6 6 0 0 0 .217-.289c.555-.784.863-1.638.863-2.533c0-.757-.221-1.485-.625-2.167");
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
:global(.ynabnzbde) {
|
|
23
|
+
fill: var(--svg-color--166788, #166788);
|
|
24
|
+
d: path("M26.32 19.783c-2.41 1.391-5.604 2.157-8.997 2.157s-6.59-.766-8.998-2.157c-.911-.526-1.67-1.118-2.266-1.76c-.554.784-.862 1.638-.862 2.533c0 3.778 5.44 6.853 12.126 6.853s12.125-3.075 12.125-6.853c0-.895-.308-1.75-.863-2.534c-.596.643-1.354 1.235-2.265 1.761");
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
</style>
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="x_itklb5u"/><path class="e2xhjzbpf"/><g class="ihe_ixbsy"><path class="pl_ghacti"/><path class="wqte9tb7a"/></g><g class="i5t9fab6a"><path class="qg4gp2_jy"/><path class="qoyo93bhe"/></g>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-postgres" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.e2xhjzbpf) {
|
|
13
|
+
fill: var(--svg-color--336791, #336791);
|
|
14
|
+
d: path("M26.3 19.861c-2.8.583-3-.4-3-.4c3-4.4 4.2-10.1 3.1-11.4c-2.9-3.8-8-2-8.1-1.9l-.03.005a10 10 0 0 0-1.9-.196c-1.3-.02-2.2.335-3 .893c0 0-9.1-3.7-8.7 4.7c.1 1.8 2.6 13.6 5.5 10.018a55 55 0 0 1 2.1-2.402c.5.3 1.1.5 1.8.458l.1-.043c-.02.162-.01.3.2.5c-.8.852-.5 1-2.1 1.3c-1.5.318-.6.884-.04 1c.717.2 2.4.433 3.5-1.1l-.04.179c.299.2.5 1.6.473 2.8c-.04 1.2-.1 2 .177 2.6c.236.6.5 2.1 2.5 1.6c1.7-.4 2.5-1.3 2.7-2.8c.1-1.1.3-.9.3-1.9l.2-.467c.2-1.5.028-2 1.1-1.8l.2.022c.8.03 1.8-.1 2.3-.4c1.3-.6 2-1.6.762-1.3Z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
:global(.i5t9fab6a) {
|
|
18
|
+
fill: var(--svg-color--fff, #fff);
|
|
19
|
+
stroke: var(--svg-color--fff, #fff);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
:global(.ihe_ixbsy) {
|
|
23
|
+
fill: none;
|
|
24
|
+
stroke: var(--svg-color--fff, #fff);
|
|
25
|
+
stroke-linecap: round;
|
|
26
|
+
stroke-width: var(--svg-stroke-width--0-7px, 0.7px);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
:global(.pl_ghacti) {
|
|
30
|
+
stroke-linejoin: bevel;
|
|
31
|
+
d: path("M23.3 19.5s.2 1 3 .3c1.2-.2.5.7-.8 1.3c-1 .5-3.3.6-3.3 0c-.1-1.7 1.2-1.2 1-1.6c0-.4-.6-.8-1-1.8c-.3-.8-4.6-7 1.2-6.1c.2 0-1.5-5.6-7-5.7c-5.4 0-5.3 6.7-5.3 6.7");
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
:global(.qg4gp2_jy) {
|
|
35
|
+
stroke-width: var(--svg-stroke-width--0-2px, 0.2px);
|
|
36
|
+
d: path("M13.4 12.6q0 .3.5.4q.7 0 .6-.3q0-.1-.5-.2z");
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
:global(.qoyo93bhe) {
|
|
40
|
+
stroke-width: var(--svg-stroke-width--0-1px, 0.1px);
|
|
41
|
+
d: path("M22.4 12.4s-.2.4-.5.4q-.5 0-.6-.3l.5-.3q.5 0 .6.2Z");
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
:global(.wqte9tb7a) {
|
|
45
|
+
stroke-linejoin: round;
|
|
46
|
+
d: path("M15.9 20.7c-.1 2.8 0 5.6.2 6.3s.9 2 2.9 1.6q2.4-.5 2.6-2.6l.6-5M13.5 6.9S4.4 3 4.8 11.5c0 1.8 2.6 13.6 5.5 10l2-2.3m6-13.1c-.3 0 5.1-2 8.1 2c1.1 1.3-.1 7-3.1 11.4m-9 .5c-.7.9-.5 1-2 1.4c-1.6.3-.7.8 0 1s2.3.4 3.4-1.2c.4-.4 0-1.2-.5-1.4q-.3-.2-.9.2m0 0q-.1-.7.4-1.8c.4-1 1.3-2 .6-5.4c-.6-2.5-4.2-.5-4.2-.2q.2.8 0 3.3c-.3 2.1 1.3 3.9 3.1 3.7m9.2-8l-.2 2.4c0 1.4.7 3-.4 4.6");
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
:global(.x_itklb5u) {
|
|
50
|
+
fill: none;
|
|
51
|
+
stroke: var(--svg-color--000, #000);
|
|
52
|
+
stroke-width: var(--svg-stroke-width--2-1px, 2.1px);
|
|
53
|
+
d: path("M21.9 22.8c.2-1.3.112-1.5 1.1-1.3l.2.02c.8.03 1.8-.1 2.3-.4c1.3-.6 2-1.6.763-1.3c-2.8.582-3-.4-3-.4c3-4.4 4.2-10.1 3.1-11.4c-2.9-3.8-8-2-8.1-1.9l-.03.005a10 10 0 0 0-1.9-.196c-1.3-.02-2.2.3-3 .893c0 0-9.1-3.7-8.7 4.7c.1 1.8 2.6 13.6 5.5 10c1.1-1.3 2.1-2.4 2.1-2.4c.5.3 1.1.521 1.8.458l.1-.043c-.01.162-.01.3.2.5c-.8.852-.5 1-2.1 1.3c-1.5.318-.6.884-.04 1c.717.2 2.4.433 3.5-1.1l-.04.179c.3.2.3 1.7.3 2.8s.1 2 .329 2.628c.215.6.5 2.1 2.5 1.6c1.7-.4 3-.9 3.1-5.7");
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
</style>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="fbbxbw91h"/><path class="a840iopmz"/><path class="w0mgy4vvo"/><g class="jz6v54qma"><path class="tvmj6e_iw"/><path class="rl9i0icgp"/></g>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:folder-type-swagger-opened" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.a840iopmz) {
|
|
13
|
+
fill: var(--svg-color--2e6040, #2e6040);
|
|
14
|
+
d: path("M25.7 13.7H.5l3.8 12.8h25.2z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
:global(.fbbxbw91h) {
|
|
18
|
+
fill: var(--svg-color--2e6040, #2e6040);
|
|
19
|
+
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");
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
:global(.jz6v54qma) {
|
|
23
|
+
fill: var(--svg-color--173647, #173647);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
:global(.rl9i0icgp) {
|
|
27
|
+
d: path("M19.1 18.16c-.03.32.01.64-.01.96s-.06.64-.13.95c-.09.45-.37.79-.76 1.08c.75.49.84 1.25.89 2.02c.02.42.01.84.06 1.25c.03.32.16.4.49.41h.43v.99c-.98.17-1.79-.11-1.98-.94a6 6 0 0 1-.12-.92c-.02-.33.01-.66-.01-.99c-.07-.91-.19-1.21-1.06-1.26v-1.13c.06-.01.12-.02.19-.03c.48-.03.68-.17.78-.64q.07-.4.09-.8c.04-.52.02-1.04.11-1.56c.12-.74.58-1.09 1.34-1.13c.21-.01.43 0 .67 0v1.01c-.1.01-.19.02-.28.02c-.62-.02-.65.19-.69.7m1.19 2.34h-.02a.65.65 0 0 0-.06 1.3h.04a.64.64 0 0 0 .68-.6v-.04a.65.65 0 0 0-.64-.66m2.23 0a.62.62 0 0 0-.64.6v.06c0 .39.26.64.66.64c.39 0 .64-.26.64-.66c0-.39-.26-.64-.66-.64m2.28 0a.66.66 0 0 0-.67.64c0 .36.29.65.65.65h.01c.33.06.66-.26.68-.64c.02-.35-.3-.66-.67-.66m3.13.05c-.41-.02-.62-.16-.72-.55a4 4 0 0 1-.12-.76c-.03-.48-.02-.96-.06-1.43c-.07-1.13-.89-1.53-2.08-1.33v.98h.48c.25 0 .44.1.47.38c.02.26.02.52.05.78c.05.51.08 1.04.17 1.55c.08.42.37.73.72.99c-.63.42-.81 1.03-.85 1.71c-.02.46-.03.93-.05 1.4c-.02.43-.17.57-.6.58c-.12 0-.24.01-.37.02v1.01c.25 0 .48.01.71 0c.72-.04 1.15-.39 1.29-1.09q.09-.58.11-1.16c.02-.36.02-.71.06-1.07c.05-.55.31-.78.86-.81a1 1 0 0 0 .15-.04v-1.13c-.09-.01-.16-.02-.22-.02");
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
:global(.tvmj6e_iw) {
|
|
31
|
+
d: path("M22.45 12.87a8.37 8.37 0 1 1 0 16.74a8.37 8.37 0 0 1 0-16.74m0-.88c-5.1 0-9.25 4.15-9.25 9.25s4.15 9.25 9.25 9.25s9.25-4.15 9.25-9.25s-4.15-9.25-9.25-9.25");
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
:global(.w0mgy4vvo) {
|
|
35
|
+
fill: var(--svg-color--85ea2d, #85ea2d);
|
|
36
|
+
d: path("M22.56 29.97c-4.86 0-8.81-3.95-8.81-8.81s3.95-8.81 8.81-8.81s8.81 3.95 8.81 8.81s-3.95 8.81-8.81 8.81");
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
</style>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="m5cp4pbyj"/><path class="w0mgy4vvo"/><g class="jz6v54qma"><path class="tvmj6e_iw"/><path class="rl9i0icgp"/></g>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:folder-type-swagger" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.jz6v54qma) {
|
|
13
|
+
fill: var(--svg-color--173647, #173647);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
:global(.m5cp4pbyj) {
|
|
17
|
+
fill: var(--svg-color--2e5f3e, #2e5f3e);
|
|
18
|
+
d: path("M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:global(.rl9i0icgp) {
|
|
22
|
+
d: path("M19.1 18.16c-.03.32.01.64-.01.96s-.06.64-.13.95c-.09.45-.37.79-.76 1.08c.75.49.84 1.25.89 2.02c.02.42.01.84.06 1.25c.03.32.16.4.49.41h.43v.99c-.98.17-1.79-.11-1.98-.94a6 6 0 0 1-.12-.92c-.02-.33.01-.66-.01-.99c-.07-.91-.19-1.21-1.06-1.26v-1.13c.06-.01.12-.02.19-.03c.48-.03.68-.17.78-.64q.07-.4.09-.8c.04-.52.02-1.04.11-1.56c.12-.74.58-1.09 1.34-1.13c.21-.01.43 0 .67 0v1.01c-.1.01-.19.02-.28.02c-.62-.02-.65.19-.69.7m1.19 2.34h-.02a.65.65 0 0 0-.06 1.3h.04a.64.64 0 0 0 .68-.6v-.04a.65.65 0 0 0-.64-.66m2.23 0a.62.62 0 0 0-.64.6v.06c0 .39.26.64.66.64c.39 0 .64-.26.64-.66c0-.39-.26-.64-.66-.64m2.28 0a.66.66 0 0 0-.67.64c0 .36.29.65.65.65h.01c.33.06.66-.26.68-.64c.02-.35-.3-.66-.67-.66m3.13.05c-.41-.02-.62-.16-.72-.55a4 4 0 0 1-.12-.76c-.03-.48-.02-.96-.06-1.43c-.07-1.13-.89-1.53-2.08-1.33v.98h.48c.25 0 .44.1.47.38c.02.26.02.52.05.78c.05.51.08 1.04.17 1.55c.08.42.37.73.72.99c-.63.42-.81 1.03-.85 1.71c-.02.46-.03.93-.05 1.4c-.02.43-.17.57-.6.58c-.12 0-.24.01-.37.02v1.01c.25 0 .48.01.71 0c.72-.04 1.15-.39 1.29-1.09q.09-.58.11-1.16c.02-.36.02-.71.06-1.07c.05-.55.31-.78.86-.81a1 1 0 0 0 .15-.04v-1.13c-.09-.01-.16-.02-.22-.02");
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
:global(.tvmj6e_iw) {
|
|
26
|
+
d: path("M22.45 12.87a8.37 8.37 0 1 1 0 16.74a8.37 8.37 0 0 1 0-16.74m0-.88c-5.1 0-9.25 4.15-9.25 9.25s4.15 9.25 9.25 9.25s9.25-4.15 9.25-9.25s-4.15-9.25-9.25-9.25");
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
:global(.w0mgy4vvo) {
|
|
30
|
+
fill: var(--svg-color--85ea2d, #85ea2d);
|
|
31
|
+
d: path("M22.56 29.97c-4.86 0-8.81-3.95-8.81-8.81s3.95-8.81 8.81-8.81s8.81 3.95 8.81 8.81s-3.95 8.81-8.81 8.81");
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
</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": 1502,
|
|
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": 1780117185
|
|
33
33
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/vscode-icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.26",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/vscode-icons/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -694,6 +694,10 @@
|
|
|
694
694
|
"types": "./types/gfwqskkx.d.ts",
|
|
695
695
|
"svelte": "./components/f/file-type-cuda.svelte"
|
|
696
696
|
},
|
|
697
|
+
"./file-type-cue": {
|
|
698
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
699
|
+
"svelte": "./components/f/file-type-cue.svelte"
|
|
700
|
+
},
|
|
697
701
|
"./file-type-cursorrules": {
|
|
698
702
|
"types": "./types/gfwqskkx.d.ts",
|
|
699
703
|
"svelte": "./components/f/file-type-cursorrules.svelte"
|
|
@@ -1870,6 +1874,10 @@
|
|
|
1870
1874
|
"types": "./types/gfwqskkx.d.ts",
|
|
1871
1875
|
"svelte": "./components/f/file-type-light-crystal.svelte"
|
|
1872
1876
|
},
|
|
1877
|
+
"./file-type-light-cue": {
|
|
1878
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1879
|
+
"svelte": "./components/f/file-type-light-cue.svelte"
|
|
1880
|
+
},
|
|
1873
1881
|
"./file-type-light-cypress": {
|
|
1874
1882
|
"types": "./types/gfwqskkx.d.ts",
|
|
1875
1883
|
"svelte": "./components/f/file-type-light-cypress.svelte"
|
|
@@ -2030,6 +2038,10 @@
|
|
|
2030
2038
|
"types": "./types/gfwqskkx.d.ts",
|
|
2031
2039
|
"svelte": "./components/f/file-type-light-mdx-components.svelte"
|
|
2032
2040
|
},
|
|
2041
|
+
"./file-type-light-mikro-orm": {
|
|
2042
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2043
|
+
"svelte": "./components/f/file-type-light-mikro-orm.svelte"
|
|
2044
|
+
},
|
|
2033
2045
|
"./file-type-light-mlang": {
|
|
2034
2046
|
"types": "./types/gfwqskkx.d.ts",
|
|
2035
2047
|
"svelte": "./components/f/file-type-light-mlang.svelte"
|
|
@@ -2466,6 +2478,10 @@
|
|
|
2466
2478
|
"types": "./types/gfwqskkx.d.ts",
|
|
2467
2479
|
"svelte": "./components/f/file-type-meteor.svelte"
|
|
2468
2480
|
},
|
|
2481
|
+
"./file-type-mikro-orm": {
|
|
2482
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2483
|
+
"svelte": "./components/f/file-type-mikro-orm.svelte"
|
|
2484
|
+
},
|
|
2469
2485
|
"./file-type-minecraft": {
|
|
2470
2486
|
"types": "./types/gfwqskkx.d.ts",
|
|
2471
2487
|
"svelte": "./components/f/file-type-minecraft.svelte"
|
|
@@ -3218,6 +3234,10 @@
|
|
|
3218
3234
|
"types": "./types/gfwqskkx.d.ts",
|
|
3219
3235
|
"svelte": "./components/f/file-type-postcssconfig.svelte"
|
|
3220
3236
|
},
|
|
3237
|
+
"./file-type-postgres": {
|
|
3238
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3239
|
+
"svelte": "./components/f/file-type-postgres.svelte"
|
|
3240
|
+
},
|
|
3221
3241
|
"./file-type-postman": {
|
|
3222
3242
|
"types": "./types/gfwqskkx.d.ts",
|
|
3223
3243
|
"svelte": "./components/f/file-type-postman.svelte"
|
|
@@ -5746,6 +5766,14 @@
|
|
|
5746
5766
|
"types": "./types/gfwqskkx.d.ts",
|
|
5747
5767
|
"svelte": "./components/f/folder-type-svelte-opened.svelte"
|
|
5748
5768
|
},
|
|
5769
|
+
"./folder-type-swagger": {
|
|
5770
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
5771
|
+
"svelte": "./components/f/folder-type-swagger.svelte"
|
|
5772
|
+
},
|
|
5773
|
+
"./folder-type-swagger-opened": {
|
|
5774
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
5775
|
+
"svelte": "./components/f/folder-type-swagger-opened.svelte"
|
|
5776
|
+
},
|
|
5749
5777
|
"./folder-type-tauri": {
|
|
5750
5778
|
"types": "./types/gfwqskkx.d.ts",
|
|
5751
5779
|
"svelte": "./components/f/folder-type-tauri.svelte"
|