@iconify-svelte/vscode-icons 1.0.9 → 1.0.10
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-affinity.svelte +29 -0
- package/components/f/file-type-alchemy.svelte +140 -0
- package/components/f/file-type-allure.svelte +93 -0
- package/components/f/file-type-apache.svelte +7 -44
- package/components/f/file-type-assembly-script.svelte +21 -0
- package/components/f/file-type-devvit.svelte +16 -0
- package/components/f/file-type-electron.svelte +43 -0
- package/components/f/file-type-gduid.svelte +57 -0
- package/components/f/file-type-gimp.svelte +112 -0
- package/components/f/file-type-jetbrains.svelte +41 -0
- package/components/f/file-type-libreoffice-base.svelte +31 -17
- package/components/f/file-type-libreoffice-calc.svelte +22 -65
- package/components/f/file-type-libreoffice-draw.svelte +36 -30
- package/components/f/file-type-libreoffice-impress.svelte +83 -19
- package/components/f/file-type-libreoffice-math.svelte +58 -24
- package/components/f/file-type-libreoffice-writer.svelte +57 -50
- package/components/f/file-type-light-oxc.svelte +142 -0
- package/components/f/file-type-light-rolldown.svelte +110 -0
- package/components/f/file-type-light-vite.svelte +134 -0
- package/components/f/file-type-light-vitest.svelte +70 -0
- package/components/f/file-type-nushell.svelte +16 -0
- package/components/f/file-type-oxc.svelte +116 -26
- package/components/f/file-type-oxlint.svelte +116 -26
- package/components/f/file-type-polyglot.svelte +112 -0
- package/components/f/file-type-postscript.svelte +16 -0
- package/components/f/file-type-prismaconfig.svelte +22 -0
- package/components/f/file-type-rolldown.svelte +90 -11
- package/components/f/file-type-sitemap.svelte +68 -0
- package/components/f/file-type-vite.svelte +106 -15
- package/components/f/file-type-vitest.svelte +54 -11
- package/components/f/file-type-vvvvvv.svelte +16 -0
- package/components/f/file-type-xaml.svelte +67 -0
- package/components/f/folder-type-apache-opened.svelte +84 -0
- package/components/f/folder-type-apache.svelte +84 -0
- package/components/f/folder-type-flutter-opened.svelte +41 -0
- package/components/f/folder-type-flutter.svelte +41 -0
- package/components/f/folder-type-godot-opened.svelte +46 -0
- package/components/f/folder-type-godot.svelte +46 -0
- package/components/f/folder-type-histoire-opened.svelte +29 -0
- package/components/f/folder-type-histoire.svelte +29 -0
- package/components/f/folder-type-idea-opened.svelte +14 -28
- package/components/f/folder-type-idea.svelte +14 -28
- package/components/f/folder-type-kotlin-opened.svelte +32 -0
- package/components/f/folder-type-kotlin.svelte +32 -0
- package/components/f/folder-type-vitepress-opened.svelte +61 -0
- package/components/f/folder-type-vitepress.svelte +61 -0
- package/iconify.json +3 -3
- package/package.json +129 -1
|
@@ -4,24 +4,67 @@ import Icon from '@iconify/css-svelte';
|
|
|
4
4
|
let {width, height, ...props} = $props();
|
|
5
5
|
|
|
6
6
|
const viewBox = {"width":32,"height":32};
|
|
7
|
-
const content = `<path class="
|
|
7
|
+
const content = `<mask id="SVGTUBgmdJX"><path class="vgkt4tbo"/></mask><g class="ft5dv1b"><g mask="url(#SVGTUBgmdJX)" transform="translate(1 6.8)scale(.393)"><path class="k2urqqz"/><g filter="url(#SVGQv8P6csY)"><ellipse transform="rotate(130.6 41.46 10.01)" class="n_ftmwp"/></g><g filter="url(#SVGQv8P6csY)"><ellipse transform="rotate(234 18.43 30.5)" class="ur1vqsd"/></g><g filter="url(#SVGQv8P6csY)"><ellipse transform="rotate(23.1 21.94 12.96)" class="jrt793z"/></g><g filter="url(#SVGQv8P6csY)"><ellipse transform="rotate(23.1 56.27 16.72)" class="h2xadjb"/></g><g filter="url(#SVGQv8P6csY)"><ellipse transform="rotate(-45 51.35 1.06)" class="mefnlvc"/></g></g><path class="jrx6axvt"/><defs><filter id="SVGQv8P6csY" width="4" height="4" x="-2" y="-2" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="4.6"/></filter></defs></g>`;
|
|
8
8
|
</script>
|
|
9
9
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-vitest" {...props}></Icon>
|
|
10
10
|
<style>
|
|
11
|
-
:global .
|
|
12
|
-
fill: #
|
|
13
|
-
d: path("
|
|
11
|
+
:global .vgkt4tbo {
|
|
12
|
+
fill: #fff;
|
|
13
|
+
d: path("M36.76 42.97c-.33.6-1.1.76-1.65.36L15.96 29.41a1.2 1.2 0 0 1-.46-.92V11.71c0-.93 1.05-1.46 1.8-.92L29 19.31c1.1.8 2.65.46 3.3-.72l9.71-17.25c.2-.35.58-.57.99-.57h15.57c.87 0 1.41.93.99 1.68z");
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
:global .
|
|
17
|
-
fill:
|
|
18
|
-
d: path("M16 28.49a1.4 1.4 0 0 1-.5-.1a1.3 1.3 0 0 1-.43-.29l-6.19-6.19A1.28 1.28 0 0 1 8.5 21a1.3 1.3 0 0 1 1.32-1.32a1.32 1.32 0 0 1 .94.38L16 25.29l11.43-11.43a1.32 1.32 0 0 1 .94-.38a1.3 1.3 0 0 1 .93.39a1.3 1.3 0 0 1 .39.93a1.34 1.34 0 0 1-.38.93L16.94 28.1a1.4 1.4 0 0 1-.43.29a1.5 1.5 0 0 1-.51.1");
|
|
16
|
+
:global .ft5dv1b {
|
|
17
|
+
fill: none;
|
|
19
18
|
}
|
|
20
19
|
|
|
21
|
-
:global .
|
|
22
|
-
fill: #
|
|
23
|
-
|
|
24
|
-
|
|
20
|
+
:global .k2urqqz {
|
|
21
|
+
fill: #00ff74;
|
|
22
|
+
d: path("M0 0h60v44H0z");
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
:global .n_ftmwp {
|
|
26
|
+
cx: 41.46px;
|
|
27
|
+
cy: 10.01px;
|
|
28
|
+
fill: #00d0c7;
|
|
29
|
+
rx: 14.03px;
|
|
30
|
+
ry: 3.39px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
:global .ur1vqsd {
|
|
34
|
+
cx: 18.43px;
|
|
35
|
+
cy: 30.51px;
|
|
36
|
+
fill: #00d0c7;
|
|
37
|
+
rx: 14.03px;
|
|
38
|
+
ry: 6.09px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
:global .jrt793z {
|
|
42
|
+
cx: 21.94px;
|
|
43
|
+
cy: 12.96px;
|
|
44
|
+
fill: #03ff00;
|
|
45
|
+
rx: 6.37px;
|
|
46
|
+
ry: 5.55px;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
:global .h2xadjb {
|
|
50
|
+
cx: 56.27px;
|
|
51
|
+
cy: 16.72px;
|
|
52
|
+
fill: #03ff00;
|
|
53
|
+
rx: 5.61px;
|
|
54
|
+
ry: 24.53px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
:global .mefnlvc {
|
|
58
|
+
cx: 51.35px;
|
|
59
|
+
cy: 1.06px;
|
|
60
|
+
fill: #6effe1;
|
|
61
|
+
rx: 4.99px;
|
|
62
|
+
ry: 10.07px;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
:global .jrx6axvt {
|
|
66
|
+
fill: #fff;
|
|
67
|
+
d: path("M3.72 6.8C.1 11.98.08 20 3.72 25.2h2.45c-3.64-5.2-3.62-13.22 0-18.4zm24.56 0h-2.45c3.62 5.18 3.64 13.2 0 18.4h2.45c3.64-5.2 3.62-13.22 0-18.4");
|
|
25
68
|
}
|
|
26
69
|
|
|
27
70
|
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":32,"height":32};
|
|
7
|
+
const content = `<path class="vnj14zbk"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-vvvvvv" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .vnj14zbk {
|
|
12
|
+
fill: #51e7f4;
|
|
13
|
+
d: path("M3.153 3.08v1.084H2v3.257h1.153v2.188H4.24v2.102h1.017V13.9l1.086-.017v2.137l1.127.014v2.106h.976v2.188h1.153l-.034 2.17h1.068l.034 2.087h1.035v2.204h1.153v1.103h1.051l.003 1.03h4.271V27.84h1.069v-1.07h1.136v-2.187h1.018V22.48h1.102v-2.17h1.136v-2.103h.984v-2.17h1.051v-2.172h1.086v-2.137h1.085v-2.17h1.086v-2.12H30v-3.24h-1.068V3.08h-3.223l.01.983h-1.061V5.25h-1.153v2.17h-1.052v2.172h-1.034v2.035h-1.103v2.238H19.3v2.103l-1.115.02v2.15h-1.056v2.24H14.89v-2.171h-1.017V15.9h-1.035v-2.035h-1v-2.17h-1.222V9.557h-.983V7.42H8.546V5.25H7.427V4.232H6.274V3.08z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":32,"height":32};
|
|
7
|
+
const content = `<g class="ft5dv1b"><path fill="url(#SVGajMI2Gxo)" transform="translate(2 3.262)scale(.07671)" class="dwz8g1bi"/><path fill="url(#SVGVE8enzjD)" transform="translate(2 3.262)scale(.07671)" class="x0hqslbl"/><path fill="url(#SVGUi0kec3s)" transform="translate(2 3.262)scale(.07671)" class="f_rr16bk"/><path fill="url(#SVGJIgqk7Us)" transform="translate(2 3.262)scale(.07671)" class="ltylpibi"/><path fill="url(#SVGvNDOMc3v)" transform="translate(2 3.262)scale(.07671)" class="y-wxasbo"/><path fill="url(#SVGEdbocEqq)" transform="translate(2 3.262)scale(.07671)" class="m4au074e"/><defs><linearGradient id="SVGajMI2Gxo" x1="99.545" x2="28.425" y1="8.398" y2="121.15" gradientUnits="userSpaceOnUse"><stop offset="0" class="ij33p_k"/><stop offset="1" class="gyualcb"/></linearGradient><linearGradient id="SVGVE8enzjD" x1="99.546" x2="86.823" y1="166.01" y2="333.58" gradientUnits="userSpaceOnUse"><stop offset="0" class="gyualcb"/><stop offset="1" class="wq11urn"/></linearGradient><linearGradient id="SVGUi0kec3s" x1="197.71" x2="459.94" y1="6.77" y2="144.51" gradientUnits="userSpaceOnUse"><stop offset="0" class="wq11urn"/><stop offset="1" class="uwevdja"/></linearGradient><linearGradient id="SVGJIgqk7Us" x1="51.233" x2="166.71" y1="49.876" y2="180.3" gradientUnits="userSpaceOnUse"><stop offset="0" class="t7vm1ac"/><stop offset="1" class="qoj0hsb"/></linearGradient><linearGradient id="SVGvNDOMc3v" x1="51.233" x2="149.65" y1="180.47" y2="307.67" gradientUnits="userSpaceOnUse"><stop offset="0" class="qoj0hsb"/><stop offset="1" class="md8t5jb"/></linearGradient><linearGradient id="SVGEdbocEqq" x1="215.23" x2="382.36" y1="49.876" y2="120.85" gradientUnits="userSpaceOnUse"><stop offset="0" class="md8t5jb"/><stop offset="1" class="ij33p_k"/></linearGradient></defs></g>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-xaml" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .ft5dv1b {
|
|
12
|
+
fill: none;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
:global .dwz8g1bi {
|
|
16
|
+
d: path("M248.74.103H116.26a49.77 49.77 0 0 0-43.105 24.886L7.157 139.299A53.4 53.4 0 0 0 0 166.009h182.5c0-1.052.277-1.885.803-2.796l90.324-156.44A49.74 49.74 0 0 0 248.741.105z");
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
:global .x0hqslbl {
|
|
20
|
+
d: path("M248.74 331.92H116.26a49.77 49.77 0 0 1-43.104-24.887L7.157 192.723C2.502 184.66.035 175.321 0 166.014h182.5c0 .79.207 1.765.602 2.449l90.524 156.79a49.73 49.73 0 0 1-24.885 6.668z");
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
:global .f_rr16bk {
|
|
24
|
+
d: path("m357.84 192.72l-65.999 114.31a49.75 49.75 0 0 1-18.218 18.218l-90.524-156.79a4.5 4.5 0 0 1-.602-2.248c0-1.052.277-2.086.803-2.997l90.324-156.44a49.74 49.74 0 0 1 18.217 18.218l65.999 114.31a53.43 53.43 0 0 1 0 53.419");
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
:global .ltylpibi {
|
|
28
|
+
d: path("m182.62 49.876l-33.525 58.068l-32.453 56.245a3.7 3.7 0 0 0-.489 1.836l.006.188H51.237l-.002-.201c0-2.124.547-4.247 1.64-6.16c5.693-9.96 17.618-30.641 29.897-51.908h-.04l28.736-49.773a16.59 16.59 0 0 1 14.368-8.295z");
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
:global .y-wxasbo {
|
|
32
|
+
d: path("M149.03 224.2h.024l-32.414-56.358a3.65 3.65 0 0 1-.483-1.623l-.006-.187H51.233a12.4 12.4 0 0 0 1.64 6.145c5.703 9.978 17.66 30.715 29.96 52.019h-.039l28.672 49.66a16.59 16.59 0 0 0 14.368 8.296h56.8z");
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
:global .m4au074e {
|
|
36
|
+
d: path("m215.23 107.94l33.588 58.186l-33.523 58.063l1.795 3.122l31.645 54.833l60.876-105.39l2.624-4.596a12.39 12.39 0 0 0 0-12.291l-2.649-4.638l-27.241-47.168h-.02l-33.59-58.186z");
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
:global .ij33p_k {
|
|
40
|
+
stop-color: #3bd5ff;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
:global .gyualcb {
|
|
44
|
+
stop-color: #0fafff;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
:global .wq11urn {
|
|
48
|
+
stop-color: #0078d4;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
:global .uwevdja {
|
|
52
|
+
stop-color: #004695;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
:global .t7vm1ac {
|
|
56
|
+
stop-color: #fefefe;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
:global .qoj0hsb {
|
|
60
|
+
stop-color: #e6f9fe;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
:global .md8t5jb {
|
|
64
|
+
stop-color: #9deaff;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
</style>
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":32,"height":32};
|
|
7
|
+
const content = `<defs><linearGradient id="SVGIntx1bfw" x1="-5602.7" x2="-5598.7" y1="768.54" y2="763.92" gradientTransform="rotate(115.03 3053.251 -1392.804)scale(-1 1)" gradientUnits="userSpaceOnUse"><stop offset="0" class="n3uud4b"/><stop offset=".312" class="k0_6myv"/><stop offset=".838" class="dhfcpqb"/></linearGradient><linearGradient id="SVGhbeGpeuf" x1="-5632" x2="-5603.7" y1="769.05" y2="769.05" gradientTransform="rotate(115.03 3053.251 -1392.804)scale(-1 1)" gradientUnits="userSpaceOnUse"><stop offset=".323" class="gs3319b"/><stop offset=".63" class="cp8ji5b"/><stop offset=".751" class="zbjxxeb"/><stop offset="1" class="dhfcpqb"/></linearGradient><linearGradient id="SVGUjpq0cHl" x1="-5628.5" x2="-5611.7" y1="766.22" y2="766.22" gradientTransform="rotate(115.03 3053.251 -1392.804)scale(-1 1)" gradientUnits="userSpaceOnUse"><stop offset="0" class="io_nt6b"/><stop offset=".095" class="yr7h90e"/><stop offset=".788" class="ys-stkx"/><stop offset=".949" class="aihgedc"/></linearGradient><linearGradient id="SVGQecMKbOg" x1="-5630.4" x2="-5602.2" y1="769.32" y2="769.32" href="#SVGhbeGpeuf"/><linearGradient id="SVGUv29KppQ" x1="-5628.3" x2="-5613.5" y1="768.93" y2="768.93" href="#SVGUjpq0cHl"/><linearGradient id="SVG0Xgwrc8Z" x1="-5630.4" x2="-5602.2" y1="766.39" y2="766.39" href="#SVGhbeGpeuf"/><linearGradient id="SVG322JIcOv" x1="-5632.1" x2="-5603.9" y1="766.54" y2="766.54" href="#SVGhbeGpeuf"/><linearGradient id="SVGouoSOZFU" x1="-5632" x2="-5603.7" y1="769.05" y2="769.05" gradientTransform="rotate(115.03 3053.251 -1392.804)scale(-1 1)" gradientUnits="userSpaceOnUse" href="#SVGhbeGpeuf"/><linearGradient id="SVG7T75KdaO" x1="-5628.5" x2="-5611.7" y1="766.22" y2="766.22" gradientTransform="rotate(115.03 3053.251 -1392.804)scale(-1 1)" gradientUnits="userSpaceOnUse" href="#SVGUjpq0cHl"/></defs><path class="p9br7obr"/><path fill="url(#SVGIntx1bfw)" transform="translate(17.294 10.834)scale(.58274)" class="ubtk7f5m"/><path fill="url(#SVGouoSOZFU)" transform="translate(17.294 10.834)scale(.58274)" class="a9s6ekvj"/><path fill="url(#SVG7T75KdaO)" transform="translate(17.294 10.834)scale(.58274)" class="hosq_bfx"/><path fill="url(#SVGQecMKbOg)" transform="translate(17.294 10.834)scale(.58274)" class="ij-6t25t"/><path fill="url(#SVGUv29KppQ)" transform="translate(17.294 10.834)scale(.58274)" class="n2z0z-bz"/><path fill="url(#SVG0Xgwrc8Z)" transform="translate(17.294 10.834)scale(.58274)" class="vj9309bn"/><path fill="url(#SVG322JIcOv)" transform="translate(17.294 10.834)scale(.58274)" class="u0vz5jjm"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:folder-type-apache-opened" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .n3uud4b {
|
|
12
|
+
stop-color: #f69923;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
:global .k0_6myv {
|
|
16
|
+
stop-color: #f79a23;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
:global .dhfcpqb {
|
|
20
|
+
stop-color: #e97826;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
:global .gs3319b {
|
|
24
|
+
stop-color: #9e2064;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
:global .cp8ji5b {
|
|
28
|
+
stop-color: #c92037;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
:global .zbjxxeb {
|
|
32
|
+
stop-color: #cd2335;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
:global .io_nt6b {
|
|
36
|
+
stop-color: #282662;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
:global .yr7h90e {
|
|
40
|
+
stop-color: #662e8d;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
:global .ys-stkx {
|
|
44
|
+
stop-color: #9f2064;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
:global .aihgedc {
|
|
48
|
+
stop-color: #cd2032;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
:global .p9br7obr {
|
|
52
|
+
fill: #a838a8;
|
|
53
|
+
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");
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
:global .ubtk7f5m {
|
|
57
|
+
d: path("M19.993 2.133a10.3 10.3 0 0 0-2.04 2.056l.8 1.51a20 20 0 0 1 1.708-2.144q.067-.073.068-.072l-.068.072a18 18 0 0 0-1.6 2.174a30 30 0 0 0 3.111-.385a3.3 3.3 0 0 0-.3-2.5S20.9 1.6 19.993 2.133");
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
:global .a9s6ekvj {
|
|
61
|
+
d: path("M16.394 9.6q.365-.682.739-1.332q.388-.674.784-1.305l.046-.075q.392-.62.79-1.191l-.8-1.51l-.182.225c-.231.288-.47.6-.716.925q-.416.556-.851 1.179q-.401.575-.809 1.2a48 48 0 0 0-.692 1.09l-.026.042l1.041 2.052q.334-.656.676-1.3");
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
:global .hosq_bfx {
|
|
65
|
+
d: path("M11.651 21.192q-.207.568-.415 1.159l-.006.017l-.059.167c-.093.266-.175.5-.361 1.049a2.1 2.1 0 0 1 .786.926a1.68 1.68 0 0 0-.544-1.154a3.62 3.62 0 0 0 3.489-1.42a3 3 0 0 0 .165-.313a1.45 1.45 0 0 1-1.4.513a4.06 4.06 0 0 0 2.046-1.672a8 8 0 0 0 .328-.587a3.3 3.3 0 0 1-3.109 1.01l-.842.092c-.029.071-.052.142-.078.213");
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
:global .ij-6t25t {
|
|
69
|
+
d: path("M12.044 19.306q.273-.706.562-1.426q.276-.69.567-1.387t.594-1.4q.308-.711.629-1.419t.645-1.389q.118-.248.238-.495q.207-.426.417-.845l.023-.045l-1.042-2.053l-.051.083c-.242.4-.484.8-.721 1.216s-.475.844-.7 1.276q-.291.547-.568 1.1l-.11.225q-.34.7-.617 1.352q-.315.737-.556 1.406c-.107.293-.2.576-.292.847q-.11.347-.208.7q-.234.818-.4 1.631l1.046 2.065q.208-.554.426-1.124z");
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
:global .n2z0z-bz {
|
|
73
|
+
d: path("M10.435 18.755a16 16 0 0 0-.272 1.974q.001.035-.005.069a4.2 4.2 0 0 0-1.2-1.029a5.8 5.8 0 0 1 1.172 2.693a2.64 2.64 0 0 1-1.325-.226a2.66 2.66 0 0 0 1.13.686a3.25 3.25 0 0 0-1.571.783a3.36 3.36 0 0 1 1.861-.342A154 154 0 0 0 8.076 30a.63.63 0 0 0 .425-.413c.128-.43.976-3.251 2.306-6.959l.115-.318l.032-.089q.211-.583.437-1.19l.1-.277v-.005l-1.041-2.065z");
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
:global .vj9309bn {
|
|
77
|
+
d: path("m15.88 11.078l-.09.185l-.274.57q-.15.315-.3.645c-.052.111-.1.222-.155.335q-.234.508-.474 1.049q-.3.666-.6 1.384q-.291.685-.59 1.418q-.284.7-.575 1.436q-.259.661-.523 1.357l-.025.068q-.262.693-.529 1.422l-.012.033l.842-.092l-.05-.009a6 6 0 0 0 3.21-1.807a8 8 0 0 0 1.1-1.524a13 13 0 0 0 .706-1.467q.292-.706.562-1.536a3 3 0 0 1-.788.274c-.051.011-.1.021-.156.03s-.107.018-.161.025a3.67 3.67 0 0 0 1.962-1.913a3.3 3.3 0 0 1-1.13.495a3 3 0 0 1-.2.036l-.05.007a3.8 3.8 0 0 0 .839-.469q.076-.057.148-.12a2.6 2.6 0 0 0 .331-.338a3 3 0 0 0 .263-.362q.038-.06.074-.122l.09-.178q.196-.396.319-.706c.042-.1.078-.2.109-.288l.036-.1q.05-.149.081-.265a3 3 0 0 0 .062-.275a1 1 0 0 1-.109.075a4 4 0 0 1-1.162.4l.773-.085l-.773.085h-.018l-.119.019l.021-.009l-2.645.29z");
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
:global .u0vz5jjm {
|
|
81
|
+
d: path("M18.858 5.73a35 35 0 0 0-.768 1.236l-.044.074q-.358.6-.759 1.327q-.346.626-.719 1.347q-.326.629-.672 1.336l2.645-.29a3.2 3.2 0 0 0 1.449-1.14q.134-.193.267-.4c.272-.424.538-.891.776-1.355a14 14 0 0 0 .588-1.294a7 7 0 0 0 .233-.7q.072-.275.115-.524a30 30 0 0 1-3.111.383");
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
</style>
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":32,"height":32};
|
|
7
|
+
const content = `<defs><linearGradient id="SVGIntx1bfw" x1="-5602.7" x2="-5598.7" y1="768.54" y2="763.92" gradientTransform="rotate(115.03 3053.251 -1392.804)scale(-1 1)" gradientUnits="userSpaceOnUse"><stop offset="0" class="n3uud4b"/><stop offset=".312" class="k0_6myv"/><stop offset=".838" class="dhfcpqb"/></linearGradient><linearGradient id="SVGhbeGpeuf" x1="-5632" x2="-5603.7" y1="769.05" y2="769.05" gradientTransform="rotate(115.03 3053.251 -1392.804)scale(-1 1)" gradientUnits="userSpaceOnUse"><stop offset=".323" class="gs3319b"/><stop offset=".63" class="cp8ji5b"/><stop offset=".751" class="zbjxxeb"/><stop offset="1" class="dhfcpqb"/></linearGradient><linearGradient id="SVGUjpq0cHl" x1="-5628.5" x2="-5611.7" y1="766.22" y2="766.22" gradientTransform="rotate(115.03 3053.251 -1392.804)scale(-1 1)" gradientUnits="userSpaceOnUse"><stop offset="0" class="io_nt6b"/><stop offset=".095" class="yr7h90e"/><stop offset=".788" class="ys-stkx"/><stop offset=".949" class="aihgedc"/></linearGradient><linearGradient id="SVGQecMKbOg" x1="-5630.4" x2="-5602.2" y1="769.32" y2="769.32" href="#SVGhbeGpeuf"/><linearGradient id="SVGUv29KppQ" x1="-5628.3" x2="-5613.5" y1="768.93" y2="768.93" href="#SVGUjpq0cHl"/><linearGradient id="SVG0Xgwrc8Z" x1="-5630.4" x2="-5602.2" y1="766.39" y2="766.39" href="#SVGhbeGpeuf"/><linearGradient id="SVG322JIcOv" x1="-5632.1" x2="-5603.9" y1="766.54" y2="766.54" href="#SVGhbeGpeuf"/><linearGradient id="SVGouoSOZFU" x1="-5632" x2="-5603.7" y1="769.05" y2="769.05" gradientTransform="rotate(115.03 3053.251 -1392.804)scale(-1 1)" gradientUnits="userSpaceOnUse" href="#SVGhbeGpeuf"/><linearGradient id="SVG7T75KdaO" x1="-5628.5" x2="-5611.7" y1="766.22" y2="766.22" gradientTransform="rotate(115.03 3053.251 -1392.804)scale(-1 1)" gradientUnits="userSpaceOnUse" href="#SVGUjpq0cHl"/></defs><path class="ml_g-fyt"/><path fill="url(#SVGIntx1bfw)" transform="translate(17.294 10.834)scale(.58272)" class="ubtk7f5m"/><path fill="url(#SVGouoSOZFU)" transform="translate(17.294 10.834)scale(.58272)" class="a9s6ekvj"/><path fill="url(#SVG7T75KdaO)" transform="translate(17.294 10.834)scale(.58272)" class="hosq_bfx"/><path fill="url(#SVGQecMKbOg)" transform="translate(17.294 10.834)scale(.58272)" class="ij-6t25t"/><path fill="url(#SVGUv29KppQ)" transform="translate(17.294 10.834)scale(.58272)" class="n2z0z-bz"/><path fill="url(#SVG0Xgwrc8Z)" transform="translate(17.294 10.834)scale(.58272)" class="vj9309bn"/><path fill="url(#SVG322JIcOv)" transform="translate(17.294 10.834)scale(.58272)" class="u0vz5jjm"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:folder-type-apache" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .n3uud4b {
|
|
12
|
+
stop-color: #f69923;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
:global .k0_6myv {
|
|
16
|
+
stop-color: #f79a23;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
:global .dhfcpqb {
|
|
20
|
+
stop-color: #e97826;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
:global .gs3319b {
|
|
24
|
+
stop-color: #9e2064;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
:global .cp8ji5b {
|
|
28
|
+
stop-color: #c92037;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
:global .zbjxxeb {
|
|
32
|
+
stop-color: #cd2335;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
:global .io_nt6b {
|
|
36
|
+
stop-color: #282662;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
:global .yr7h90e {
|
|
40
|
+
stop-color: #662e8d;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
:global .ys-stkx {
|
|
44
|
+
stop-color: #9f2064;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
:global .aihgedc {
|
|
48
|
+
stop-color: #cd2032;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
:global .ml_g-fyt {
|
|
52
|
+
fill: #822b82;
|
|
53
|
+
d: path("M27.417 5.5H18.19l-2.083 4.2H4.5v16.8h25v-21Zm0 4.2h-8.135l1.091-2.1h7.044Z");
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
:global .ubtk7f5m {
|
|
57
|
+
d: path("M19.993 2.133a10.3 10.3 0 0 0-2.04 2.056l.8 1.51a20 20 0 0 1 1.708-2.144q.067-.073.068-.072l-.068.072a18 18 0 0 0-1.6 2.174a30 30 0 0 0 3.111-.385a3.3 3.3 0 0 0-.3-2.5S20.9 1.6 19.993 2.133");
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
:global .a9s6ekvj {
|
|
61
|
+
d: path("M16.394 9.6q.365-.682.739-1.332q.388-.674.784-1.305l.046-.075q.392-.62.79-1.191l-.8-1.51l-.182.225c-.231.288-.47.6-.716.925q-.416.556-.851 1.179q-.401.575-.809 1.2a48 48 0 0 0-.692 1.09l-.026.042l1.041 2.052q.334-.656.676-1.3");
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
:global .hosq_bfx {
|
|
65
|
+
d: path("M11.651 21.192q-.207.568-.415 1.159l-.006.017l-.059.167c-.093.266-.175.5-.361 1.049a2.1 2.1 0 0 1 .786.926a1.68 1.68 0 0 0-.544-1.154a3.62 3.62 0 0 0 3.489-1.42a3 3 0 0 0 .165-.313a1.45 1.45 0 0 1-1.4.513a4.06 4.06 0 0 0 2.046-1.672a8 8 0 0 0 .328-.587a3.3 3.3 0 0 1-3.109 1.01l-.842.092c-.029.071-.052.142-.078.213");
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
:global .ij-6t25t {
|
|
69
|
+
d: path("M12.044 19.306q.273-.706.562-1.426q.276-.69.567-1.387t.594-1.4q.308-.711.629-1.419t.645-1.389q.118-.248.238-.495q.207-.426.417-.845l.023-.045l-1.042-2.053l-.051.083c-.242.4-.484.8-.721 1.216s-.475.844-.7 1.276q-.291.547-.568 1.1l-.11.225q-.34.7-.617 1.352q-.315.737-.556 1.406c-.107.293-.2.576-.292.847q-.11.347-.208.7q-.234.818-.4 1.631l1.046 2.065q.208-.554.426-1.124z");
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
:global .n2z0z-bz {
|
|
73
|
+
d: path("M10.435 18.755a16 16 0 0 0-.272 1.974q.001.035-.005.069a4.2 4.2 0 0 0-1.2-1.029a5.8 5.8 0 0 1 1.172 2.693a2.64 2.64 0 0 1-1.325-.226a2.66 2.66 0 0 0 1.13.686a3.25 3.25 0 0 0-1.571.783a3.36 3.36 0 0 1 1.861-.342A154 154 0 0 0 8.076 30a.63.63 0 0 0 .425-.413c.128-.43.976-3.251 2.306-6.959l.115-.318l.032-.089q.211-.583.437-1.19l.1-.277v-.005l-1.041-2.065z");
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
:global .vj9309bn {
|
|
77
|
+
d: path("m15.88 11.078l-.09.185l-.274.57q-.15.315-.3.645c-.052.111-.1.222-.155.335q-.234.508-.474 1.049q-.3.666-.6 1.384q-.291.685-.59 1.418q-.284.7-.575 1.436q-.259.661-.523 1.357l-.025.068q-.262.693-.529 1.422l-.012.033l.842-.092l-.05-.009a6 6 0 0 0 3.21-1.807a8 8 0 0 0 1.1-1.524a13 13 0 0 0 .706-1.467q.292-.706.562-1.536a3 3 0 0 1-.788.274c-.051.011-.1.021-.156.03s-.107.018-.161.025a3.67 3.67 0 0 0 1.962-1.913a3.3 3.3 0 0 1-1.13.495a3 3 0 0 1-.2.036l-.05.007a3.8 3.8 0 0 0 .839-.469q.076-.057.148-.12a2.6 2.6 0 0 0 .331-.338a3 3 0 0 0 .263-.362q.038-.06.074-.122l.09-.178q.196-.396.319-.706c.042-.1.078-.2.109-.288l.036-.1q.05-.149.081-.265a3 3 0 0 0 .062-.275a1 1 0 0 1-.109.075a4 4 0 0 1-1.162.4l.773-.085l-.773.085h-.018l-.119.019l.021-.009l-2.645.29z");
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
:global .u0vz5jjm {
|
|
81
|
+
d: path("M18.858 5.73a35 35 0 0 0-.768 1.236l-.044.074q-.358.6-.759 1.327q-.346.626-.719 1.347q-.326.629-.672 1.336l2.645-.29a3.2 3.2 0 0 0 1.449-1.14q.134-.193.267-.4c.272-.424.538-.891.776-1.355a14 14 0 0 0 .588-1.294a7 7 0 0 0 .233-.7q.072-.275.115-.524a30 30 0 0 1-3.111.383");
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
</style>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":32,"height":32};
|
|
7
|
+
const content = `<path class="npw78ccf"/><path class="psou5wb"/><path class="pzc6gyb"/><path class="kq_8yvb"/><path class="je048hu"/><path class="f1aaj_d"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:folder-type-flutter-opened" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .npw78ccf {
|
|
12
|
+
fill: #786fe7;
|
|
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
|
+
:global .psou5wb {
|
|
17
|
+
fill: #40d0fd;
|
|
18
|
+
d: path("m21.612 21.646l2.442-2.379h6.067l-5.374 5.374z");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:global .pzc6gyb {
|
|
22
|
+
fill: #41d0fd;
|
|
23
|
+
d: path("M17.051 23.178L30.121 10h-6.067L14 20.054z");
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
:global .kq_8yvb {
|
|
27
|
+
fill: #1fbcfd;
|
|
28
|
+
d: path("m21.65 27.72l3.097-3.079l-3.135-2.995l-3.057 3.025z");
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
:global .je048hu {
|
|
32
|
+
fill: #095a9d;
|
|
33
|
+
d: path("M24.747 24.641L30.045 30h-6.1l-2.295-2.28z");
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
:global .f1aaj_d {
|
|
37
|
+
fill: #0e5199;
|
|
38
|
+
d: path("M23.563 25.818L21.65 27.72l2.885-.96z");
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
</style>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":32,"height":32};
|
|
7
|
+
const content = `<path class="d4x3facl"/><path class="psou5wb"/><path class="pzc6gyb"/><path class="kq_8yvb"/><path class="je048hu"/><path class="op4pm6b"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:folder-type-flutter" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .d4x3facl {
|
|
12
|
+
fill: #584be2;
|
|
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
|
+
:global .psou5wb {
|
|
17
|
+
fill: #40d0fd;
|
|
18
|
+
d: path("m21.612 21.646l2.442-2.379h6.067l-5.374 5.374z");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:global .pzc6gyb {
|
|
22
|
+
fill: #41d0fd;
|
|
23
|
+
d: path("M17.051 23.178L30.121 10h-6.067L14 20.054z");
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
:global .kq_8yvb {
|
|
27
|
+
fill: #1fbcfd;
|
|
28
|
+
d: path("m21.65 27.72l3.097-3.079l-3.135-2.995l-3.057 3.025z");
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
:global .je048hu {
|
|
32
|
+
fill: #095a9d;
|
|
33
|
+
d: path("M24.747 24.641L30.045 30h-6.1l-2.295-2.28z");
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
:global .op4pm6b {
|
|
37
|
+
fill: #0e5199;
|
|
38
|
+
d: path("m21.65 27.72l2.885-.96l-.972-.942z");
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
</style>
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":32,"height":32};
|
|
7
|
+
const content = `<path class="n4dygubz"/><path class="qm-4uvbt"/><path class="k-nrnccs"/><path class="hztn7sbz"/><path class="l4j8siq"/><path class="nahmbste"/><path class="dtku6sft"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:folder-type-godot-opened" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .n4dygubz {
|
|
12
|
+
fill: #37719a;
|
|
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
|
+
:global .qm-4uvbt {
|
|
17
|
+
fill: #478cbf;
|
|
18
|
+
d: path("M28.69 24.02v1.18a.27.27 0 0 1-.186.256l-1.857.6a.26.26 0 0 1-.24-.038a.27.27 0 0 1-.11-.214v-1.286l-1.742.331v1.308a.27.27 0 0 1-.232.265l-2.518.345h-.036a.267.267 0 0 1-.27-.267v-1.388l-1.299.006h-.19l-1.3-.006V26.5a.27.27 0 0 1-.268.269h-.037l-2.518-.345a.27.27 0 0 1-.231-.265v-1.313l-1.742-.332V25.8a.27.27 0 0 1-.11.214a.26.26 0 0 1-.24.039l-1.857-.6a.27.27 0 0 1-.185-.256v-1.176l-1.149-.387a3.3 3.3 0 0 0-.088.743c0 3.084 4.344 5.465 9.714 5.482h.013c5.37-.017 9.715-2.397 9.715-5.482a3.2 3.2 0 0 0-.072-.678z");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:global .k-nrnccs {
|
|
22
|
+
fill: #478cbf;
|
|
23
|
+
d: path("M11.222 18.552v4.805l.648.219a.27.27 0 0 1 .182.253v1.179l1.325.429V24.19a.27.27 0 0 1 .318-.264l2.278.435a.27.27 0 0 1 .218.263v1.299l1.982.27v-1.35a.267.267 0 0 1 .269-.267l1.662.006l1.661-.006a.267.267 0 0 1 .27.267v1.35l1.982-.27v-1.3a.266.266 0 0 1 .214-.262l2.278-.435a.27.27 0 0 1 .319.263v1.244l1.325-.429V23.83a.27.27 0 0 1 .182-.254l.441-.148v-4.875h.012A19 19 0 0 0 30 16.808a13.6 13.6 0 0 0-1.792-2.349a18 18 0 0 0-1.78 1.035a9 9 0 0 0-.913-.752a11 11 0 0 0-.982-.638a20 20 0 0 0 .165-2.194a11.4 11.4 0 0 0-2.665-.91a19 19 0 0 0-.99 1.929a7 7 0 0 0-1.037-.083h-.013a7 7 0 0 0-1.038.083a19 19 0 0 0-.99-1.929a11.4 11.4 0 0 0-2.664.91a20 20 0 0 0 .166 2.194a11 11 0 0 0-.983.639a9 9 0 0 0-.913.75a18 18 0 0 0-1.779-1.034A13.6 13.6 0 0 0 10 16.808a19 19 0 0 0 1.21 1.745z");
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
:global .hztn7sbz {
|
|
27
|
+
fill: #fff;
|
|
28
|
+
d: path("M17.472 20.857a1.956 1.956 0 1 1-1.957-1.956a1.956 1.956 0 0 1 1.957 1.956");
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
:global .l4j8siq {
|
|
32
|
+
fill: #414042;
|
|
33
|
+
d: path("M17 20.974a1.3 1.3 0 1 1-1.3-1.299a1.3 1.3 0 0 1 1.3 1.3");
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
:global .nahmbste {
|
|
37
|
+
fill: #fff;
|
|
38
|
+
d: path("M20.118 22.993a.603.603 0 0 1-.63-.571v-1.803a.633.633 0 0 1 1.26 0v1.802a.604.604 0 0 1-.63.571m2.647-2.135a1.956 1.956 0 1 0 1.957-1.956a1.956 1.956 0 0 0-1.957 1.956");
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
:global .dtku6sft {
|
|
42
|
+
fill: #414042;
|
|
43
|
+
d: path("M23.236 20.974a1.299 1.299 0 1 0 1.298-1.299a1.3 1.3 0 0 0-1.298 1.3");
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
</style>
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":32,"height":32};
|
|
7
|
+
const content = `<path class="srihb2xo"/><path class="qm-4uvbt"/><path class="k-nrnccs"/><path class="hztn7sbz"/><path class="l4j8siq"/><path class="nahmbste"/><path class="dtku6sft"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:folder-type-godot" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .srihb2xo {
|
|
12
|
+
fill: #295575;
|
|
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
|
+
:global .qm-4uvbt {
|
|
17
|
+
fill: #478cbf;
|
|
18
|
+
d: path("M28.69 24.02v1.18a.27.27 0 0 1-.186.256l-1.857.6a.26.26 0 0 1-.24-.038a.27.27 0 0 1-.11-.214v-1.286l-1.742.331v1.308a.27.27 0 0 1-.232.265l-2.518.345h-.036a.267.267 0 0 1-.27-.267v-1.388l-1.299.006h-.19l-1.3-.006V26.5a.27.27 0 0 1-.268.269h-.037l-2.518-.345a.27.27 0 0 1-.231-.265v-1.313l-1.742-.332V25.8a.27.27 0 0 1-.11.214a.26.26 0 0 1-.24.039l-1.857-.6a.27.27 0 0 1-.185-.256v-1.176l-1.149-.387a3.3 3.3 0 0 0-.088.743c0 3.084 4.344 5.465 9.714 5.482h.013c5.37-.017 9.715-2.397 9.715-5.482a3.2 3.2 0 0 0-.072-.678z");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:global .k-nrnccs {
|
|
22
|
+
fill: #478cbf;
|
|
23
|
+
d: path("M11.222 18.552v4.805l.648.219a.27.27 0 0 1 .182.253v1.179l1.325.429V24.19a.27.27 0 0 1 .318-.264l2.278.435a.27.27 0 0 1 .218.263v1.299l1.982.27v-1.35a.267.267 0 0 1 .269-.267l1.662.006l1.661-.006a.267.267 0 0 1 .27.267v1.35l1.982-.27v-1.3a.266.266 0 0 1 .214-.262l2.278-.435a.27.27 0 0 1 .319.263v1.244l1.325-.429V23.83a.27.27 0 0 1 .182-.254l.441-.148v-4.875h.012A19 19 0 0 0 30 16.808a13.6 13.6 0 0 0-1.792-2.349a18 18 0 0 0-1.78 1.035a9 9 0 0 0-.913-.752a11 11 0 0 0-.982-.638a20 20 0 0 0 .165-2.194a11.4 11.4 0 0 0-2.665-.91a19 19 0 0 0-.99 1.929a7 7 0 0 0-1.037-.083h-.013a7 7 0 0 0-1.038.083a19 19 0 0 0-.99-1.929a11.4 11.4 0 0 0-2.664.91a20 20 0 0 0 .166 2.194a11 11 0 0 0-.983.639a9 9 0 0 0-.913.75a18 18 0 0 0-1.779-1.034A13.6 13.6 0 0 0 10 16.808a19 19 0 0 0 1.21 1.745z");
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
:global .hztn7sbz {
|
|
27
|
+
fill: #fff;
|
|
28
|
+
d: path("M17.472 20.857a1.956 1.956 0 1 1-1.957-1.956a1.956 1.956 0 0 1 1.957 1.956");
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
:global .l4j8siq {
|
|
32
|
+
fill: #414042;
|
|
33
|
+
d: path("M17 20.974a1.3 1.3 0 1 1-1.3-1.299a1.3 1.3 0 0 1 1.3 1.3");
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
:global .nahmbste {
|
|
37
|
+
fill: #fff;
|
|
38
|
+
d: path("M20.118 22.993a.603.603 0 0 1-.63-.571v-1.803a.633.633 0 0 1 1.26 0v1.802a.604.604 0 0 1-.63.571m2.647-2.135a1.956 1.956 0 1 0 1.957-1.956a1.956 1.956 0 0 0-1.957 1.956");
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
:global .dtku6sft {
|
|
42
|
+
fill: #414042;
|
|
43
|
+
d: path("M23.236 20.974a1.299 1.299 0 1 0 1.298-1.299a1.3 1.3 0 0 0-1.298 1.3");
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
</style>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":32,"height":32};
|
|
7
|
+
const content = `<path class="yk6bgzbw"/><path class="p2y95gbr"/><path class="xbkcrrmo"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:folder-type-histoire-opened" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .yk6bgzbw {
|
|
12
|
+
fill: #a3aeff;
|
|
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
|
+
:global .p2y95gbr {
|
|
17
|
+
fill: #34d399;
|
|
18
|
+
d: path("m15.301 12.965l12.044-.964a.327.327 0 0 1 .35.3l1.265 15.773a.32.32 0 0 1-.3.35l-12.044.964a.32.32 0 0 1-.35-.3L15 13.315a.32.32 0 0 1 .3-.35");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:global .xbkcrrmo {
|
|
22
|
+
fill: #b4fae2;
|
|
23
|
+
stroke: #b4fae2;
|
|
24
|
+
stroke-linejoin: round;
|
|
25
|
+
stroke-width: .336px;
|
|
26
|
+
d: path("m26.167 24.724l-1.565-7.265l-3.336 2.521zm-3.472-3.358l-4.9-4.743l1.564 7.272z");
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
</style>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":32,"height":32};
|
|
7
|
+
const content = `<path class="vgedwsjf"/><path class="p2y95gbr"/><path class="xbkcrrmo"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:folder-type-histoire" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .vgedwsjf {
|
|
12
|
+
fill: #7080ff;
|
|
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
|
+
:global .p2y95gbr {
|
|
17
|
+
fill: #34d399;
|
|
18
|
+
d: path("m15.301 12.965l12.044-.964a.327.327 0 0 1 .35.3l1.265 15.773a.32.32 0 0 1-.3.35l-12.044.964a.32.32 0 0 1-.35-.3L15 13.315a.32.32 0 0 1 .3-.35");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:global .xbkcrrmo {
|
|
22
|
+
fill: #b4fae2;
|
|
23
|
+
stroke: #b4fae2;
|
|
24
|
+
stroke-linejoin: round;
|
|
25
|
+
stroke-width: .336px;
|
|
26
|
+
d: path("m26.167 24.724l-1.565-7.265l-3.336 2.521zm-3.472-3.358l-4.9-4.743l1.564 7.272z");
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
</style>
|