@iconify-vue/vscode-icons 1.0.23 → 1.0.25
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.vue +34 -0
- package/components/f/file-type-fritzing.vue +40 -0
- package/components/f/file-type-light-cue.vue +27 -0
- package/components/f/file-type-light-mikro-orm.vue +26 -0
- package/components/f/file-type-light-readthedocs.vue +16 -0
- package/components/f/file-type-mikro-orm.vue +26 -0
- package/components/f/file-type-readthedocs.vue +16 -0
- package/iconify.json +2 -2
- package/package.json +29 -1
|
@@ -0,0 +1,34 @@
|
|
|
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 = `<circle class="zm7pkl--t"/><g class="j_-w87b6t"><path class="lay7ig_0q"/><path class="qlf9n2b5b"/><path class="ocv039b_s"/></g>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-cue" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.j_-w87b6t {
|
|
12
|
+
fill: var(--svg-color--232a68, #232a68);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.lay7ig_0q {
|
|
16
|
+
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");
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.ocv039b_s {
|
|
20
|
+
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");
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.qlf9n2b5b {
|
|
24
|
+
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");
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.zm7pkl--t {
|
|
28
|
+
cx: 16px;
|
|
29
|
+
cy: 16px;
|
|
30
|
+
r: 14px;
|
|
31
|
+
fill: var(--svg-color--d2d2d2, #d2d2d2);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
</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 = `<rect class="gi_w29t_a"/><g transform="translate(.038 .001)" class="dlrjxpbzv"><path class="hcigarxix"/><circle class="lvr-91x8r"/></g>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-fritzing" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.dlrjxpbzv {
|
|
12
|
+
fill: none;
|
|
13
|
+
stroke: var(--svg-color--fff, #fff);
|
|
14
|
+
stroke-linecap: round;
|
|
15
|
+
stroke-linejoin: round;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.gi_w29t_a {
|
|
19
|
+
width: 29.772px;
|
|
20
|
+
height: 29.772px;
|
|
21
|
+
x: 1.114px;
|
|
22
|
+
y: 1.114px;
|
|
23
|
+
fill: var(--svg-color--d33020, #d33020);
|
|
24
|
+
rx: 6.6px;
|
|
25
|
+
ry: 6.6px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.hcigarxix {
|
|
29
|
+
stroke-width: var(--svg-stroke-width--2-986px, 2.986px);
|
|
30
|
+
d: path("M20.875 6.036s-1.74-.032-4.602.038c-.884.02-1.96 1.079-1.984 1.727c-.03.872.037 12.488.037 12.488m-3.276-7.78h7.805");
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.lvr-91x8r {
|
|
34
|
+
cx: 14.404px;
|
|
35
|
+
cy: 23.774px;
|
|
36
|
+
r: 2.573px;
|
|
37
|
+
stroke-width: var(--svg-stroke-width--2-23px, 2.23px);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
</style>
|
|
@@ -0,0 +1,27 @@
|
|
|
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 = `<g class="j_-w87b6t"><path class="lay7ig_0q"/><path class="qlf9n2b5b"/><path class="ocv039b_s"/></g>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-light-cue" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.j_-w87b6t {
|
|
12
|
+
fill: var(--svg-color--232a68, #232a68);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.lay7ig_0q {
|
|
16
|
+
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");
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.ocv039b_s {
|
|
20
|
+
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");
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.qlf9n2b5b {
|
|
24
|
+
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");
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
</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="vj8p55b5l"/><path class="ynabnzbde"/><path class="gki19vo6s"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-light-mikro-orm" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.gki19vo6s {
|
|
12
|
+
fill: var(--svg-color--1a1a1a, #1a1a1a);
|
|
13
|
+
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");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.vj8p55b5l {
|
|
17
|
+
fill: var(--svg-color--166788, #166788);
|
|
18
|
+
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");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.ynabnzbde {
|
|
22
|
+
fill: var(--svg-color--166788, #166788);
|
|
23
|
+
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");
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
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="kws76wo3f"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-light-readthedocs" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.kws76wo3f {
|
|
12
|
+
fill: var(--svg-color--32322a, #32322a);
|
|
13
|
+
d: path("M14.61 15.5a.67.67 0 0 0-.09 1.31s1.64.54 4.42.77c2.24.18 4.77-.16 4.77-.16a.67.67 0 0 0-.04-1.34q-.07 0-.13.02s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7q-.16-.06-.33-.04m0-3.33a.67.67 0 0 0-.09 1.31s1.64.54 4.42.77c2.24.18 4.77-.16 4.77-.16a.67.67 0 0 0-.04-1.34q-.07 0-.13.02s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7a1 1 0 0 0-.33-.04m0-3.33a.67.67 0 0 0-.09 1.31s1.64.54 4.42.77c2.24.18 4.77-.16 4.77-.16a.67.67 0 0 0-.04-1.34q-.07 0-.13.02s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7q-.16-.06-.33-.04m0-3.32a.67.67 0 0 0-.09 1.3s1.64.55 4.42.77c2.24.19 4.77-.15 4.77-.15a.67.67 0 0 0-.04-1.34l-.13.01s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7a1 1 0 0 0-.33-.03M9.95 2c-3.5.03-4.8 1.1-4.8 1.1v26.12s1.26-1.1 5.36-.93s4.94 1.6 9.98 1.7s6.3-.77 6.3-.77l.07-26.63s-2.26.64-6.67.68c-4.41.03-5.47-1.13-9.52-1.26zm2.92 1.7s2.12.7 6.04.9c3.3.17 6.62-.32 6.62-.32v23.67s-1.68.88-5.88.58c-3.25-.23-6.83-1.46-6.83-1.46zm-2.04.62a.68.68 0 0 1 0 1.35s-1.1 0-1.77.08a5 5 0 0 0-1.88.52a.67.67 0 0 1-.63-1.2s1-.52 2.38-.66c.8-.08 1.9-.09 1.9-.09m-.65 3.34h.65a.7.7 0 0 1 .6.76a.7.7 0 0 1-.6.59s-1.1 0-1.76.07a6 6 0 0 0-1.89.52a.68.68 0 0 1-.62-1.2s1-.52 2.38-.66c.4-.04.86-.07 1.24-.08m.65 3.33a.68.68 0 0 1 0 1.35s-1.1 0-1.77.06a5 5 0 0 0-1.88.52a.68.68 0 0 1-.63-1.2s1-.53 2.39-.66c.8-.08 1.89-.07 1.89-.07");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</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="vj8p55b5l"/><path class="ynabnzbde"/><path class="g2b1c4uty"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-mikro-orm" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.g2b1c4uty {
|
|
12
|
+
fill: var(--svg-color--d2d2d2, #d2d2d2);
|
|
13
|
+
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");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.vj8p55b5l {
|
|
17
|
+
fill: var(--svg-color--166788, #166788);
|
|
18
|
+
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");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.ynabnzbde {
|
|
22
|
+
fill: var(--svg-color--166788, #166788);
|
|
23
|
+
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");
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
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="a9r45objw"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-readthedocs" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.a9r45objw {
|
|
12
|
+
fill: var(--svg-color--dedede, #dedede);
|
|
13
|
+
d: path("M14.61 15.5a.67.67 0 0 0-.09 1.31s1.64.54 4.42.77c2.24.18 4.77-.16 4.77-.16a.67.67 0 0 0-.04-1.34q-.07 0-.13.02s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7q-.16-.06-.33-.04m0-3.33a.67.67 0 0 0-.09 1.31s1.64.54 4.42.77c2.24.18 4.77-.16 4.77-.16a.67.67 0 0 0-.04-1.34q-.07 0-.13.02s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7a1 1 0 0 0-.33-.04m0-3.33a.67.67 0 0 0-.09 1.31s1.64.54 4.42.77c2.24.18 4.77-.16 4.77-.16a.67.67 0 0 0-.04-1.34q-.07 0-.13.02s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7q-.16-.06-.33-.04m0-3.32a.67.67 0 0 0-.09 1.3s1.64.55 4.42.77c2.24.19 4.77-.15 4.77-.15a.67.67 0 0 0-.04-1.34l-.13.01s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7a1 1 0 0 0-.33-.03M9.95 2c-3.5.03-4.8 1.1-4.8 1.1v26.12s1.26-1.1 5.36-.93s4.94 1.6 9.98 1.7s6.3-.77 6.3-.77l.07-26.63s-2.26.64-6.67.68c-4.41.03-5.47-1.13-9.52-1.26zm2.92 1.7s2.12.7 6.04.9c3.3.17 6.62-.32 6.62-.32v23.67s-1.68.88-5.88.58c-3.25-.23-6.83-1.46-6.83-1.46zm-2.04.62a.68.68 0 0 1 0 1.35s-1.1 0-1.77.08a5 5 0 0 0-1.88.52a.67.67 0 0 1-.63-1.2s1-.52 2.38-.66c.8-.08 1.9-.09 1.9-.09m-.65 3.34h.65a.7.7 0 0 1 .6.76a.7.7 0 0 1-.6.59s-1.1 0-1.76.07a6 6 0 0 0-1.89.52a.68.68 0 0 1-.62-1.2s1-.52 2.38-.66c.4-.04.86-.07 1.24-.08m.65 3.33a.68.68 0 0 1 0 1.35s-1.1 0-1.77.06a5 5 0 0 0-1.88.52a.68.68 0 0 1-.63-1.2s1-.53 2.39-.66c.8-.08 1.89-.07 1.89-.07");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</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": 1499,
|
|
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": 1779951120
|
|
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.25",
|
|
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/dd0bq22g.d.ts",
|
|
695
695
|
"default": "./components/f/file-type-cuda.vue"
|
|
696
696
|
},
|
|
697
|
+
"./file-type-cue": {
|
|
698
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
699
|
+
"default": "./components/f/file-type-cue.vue"
|
|
700
|
+
},
|
|
697
701
|
"./file-type-cursorrules": {
|
|
698
702
|
"types": "./types/dd0bq22g.d.ts",
|
|
699
703
|
"default": "./components/f/file-type-cursorrules.vue"
|
|
@@ -1106,6 +1110,10 @@
|
|
|
1106
1110
|
"types": "./types/dd0bq22g.d.ts",
|
|
1107
1111
|
"default": "./components/f/file-type-freemarker.vue"
|
|
1108
1112
|
},
|
|
1113
|
+
"./file-type-fritzing": {
|
|
1114
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1115
|
+
"default": "./components/f/file-type-fritzing.vue"
|
|
1116
|
+
},
|
|
1109
1117
|
"./file-type-frontcommerce": {
|
|
1110
1118
|
"types": "./types/dd0bq22g.d.ts",
|
|
1111
1119
|
"default": "./components/f/file-type-frontcommerce.vue"
|
|
@@ -1866,6 +1874,10 @@
|
|
|
1866
1874
|
"types": "./types/dd0bq22g.d.ts",
|
|
1867
1875
|
"default": "./components/f/file-type-light-crystal.vue"
|
|
1868
1876
|
},
|
|
1877
|
+
"./file-type-light-cue": {
|
|
1878
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1879
|
+
"default": "./components/f/file-type-light-cue.vue"
|
|
1880
|
+
},
|
|
1869
1881
|
"./file-type-light-cypress": {
|
|
1870
1882
|
"types": "./types/dd0bq22g.d.ts",
|
|
1871
1883
|
"default": "./components/f/file-type-light-cypress.vue"
|
|
@@ -2026,6 +2038,10 @@
|
|
|
2026
2038
|
"types": "./types/dd0bq22g.d.ts",
|
|
2027
2039
|
"default": "./components/f/file-type-light-mdx-components.vue"
|
|
2028
2040
|
},
|
|
2041
|
+
"./file-type-light-mikro-orm": {
|
|
2042
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2043
|
+
"default": "./components/f/file-type-light-mikro-orm.vue"
|
|
2044
|
+
},
|
|
2029
2045
|
"./file-type-light-mlang": {
|
|
2030
2046
|
"types": "./types/dd0bq22g.d.ts",
|
|
2031
2047
|
"default": "./components/f/file-type-light-mlang.vue"
|
|
@@ -2114,6 +2130,10 @@
|
|
|
2114
2130
|
"types": "./types/dd0bq22g.d.ts",
|
|
2115
2131
|
"default": "./components/f/file-type-light-reactrouter.vue"
|
|
2116
2132
|
},
|
|
2133
|
+
"./file-type-light-readthedocs": {
|
|
2134
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2135
|
+
"default": "./components/f/file-type-light-readthedocs.vue"
|
|
2136
|
+
},
|
|
2117
2137
|
"./file-type-light-rehype": {
|
|
2118
2138
|
"types": "./types/dd0bq22g.d.ts",
|
|
2119
2139
|
"default": "./components/f/file-type-light-rehype.vue"
|
|
@@ -2458,6 +2478,10 @@
|
|
|
2458
2478
|
"types": "./types/dd0bq22g.d.ts",
|
|
2459
2479
|
"default": "./components/f/file-type-meteor.vue"
|
|
2460
2480
|
},
|
|
2481
|
+
"./file-type-mikro-orm": {
|
|
2482
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2483
|
+
"default": "./components/f/file-type-mikro-orm.vue"
|
|
2484
|
+
},
|
|
2461
2485
|
"./file-type-minecraft": {
|
|
2462
2486
|
"types": "./types/dd0bq22g.d.ts",
|
|
2463
2487
|
"default": "./components/f/file-type-minecraft.vue"
|
|
@@ -3458,6 +3482,10 @@
|
|
|
3458
3482
|
"types": "./types/dd0bq22g.d.ts",
|
|
3459
3483
|
"default": "./components/f/file-type-reactts.vue"
|
|
3460
3484
|
},
|
|
3485
|
+
"./file-type-readthedocs": {
|
|
3486
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3487
|
+
"default": "./components/f/file-type-readthedocs.vue"
|
|
3488
|
+
},
|
|
3461
3489
|
"./file-type-reason": {
|
|
3462
3490
|
"types": "./types/dd0bq22g.d.ts",
|
|
3463
3491
|
"default": "./components/f/file-type-reason.vue"
|