@iconify-svelte/vscode-icons 1.0.12 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":1152,"height":1152,"left":-64,"top":-64};
|
|
7
|
+
const content = `<path class="wlxbrvss"/><path class="ho3g_73l"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-light-railway" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .wlxbrvss {
|
|
12
|
+
fill: #100f13;
|
|
13
|
+
d: path("M4.756 438.175A521 521 0 0 0 0 489.735h777.799c-2.716-5.306-6.365-10.09-10.045-14.772c-132.97-171.791-204.498-156.896-306.819-161.26c-34.114-1.403-57.249-1.967-193.037-1.967c-72.677 0-151.688.185-228.628.39c-9.96 26.884-19.566 52.942-24.243 74.14h398.571v51.909zM783.93 541.696H.399c.82 13.851 2.112 27.517 3.978 40.999h723.39c32.248 0 50.299-18.297 56.162-40.999ZM45.017 724.306S164.941 1018.77 511.46 1024c207.112 0 385.071-123.006 465.907-299.694z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
:global .ho3g_73l {
|
|
17
|
+
fill: #100f13;
|
|
18
|
+
d: path("M511.454 0C319.953 0 153.311 105.16 65.31 260.612c68.771-.144 202.704-.226 202.704-.226h.031v-.051c158.309 0 164.193.707 195.118 1.998l19.149.706c66.7 2.224 148.683 9.384 213.19 58.19c35.015 26.471 85.571 84.896 115.708 126.52c27.861 38.499 35.876 82.756 16.933 125.158c-17.436 38.97-54.952 62.215-100.383 62.215H16.69s4.233 17.944 10.58 37.751h970.632A510.4 510.4 0 0 0 1024 512.218C1024.01 229.355 794.532 0 511.454 0");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
</style>
|
|
@@ -0,0 +1,31 @@
|
|
|
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="j5hz47bh"/><path class="tz_7jr9p"/><path class="qzw47mbe"/><path class="wnjhthlv"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-n64" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .j5hz47bh {
|
|
12
|
+
fill: #0222a9;
|
|
13
|
+
d: path("m5.97 25.75l3.72-1.65l-3.72-7.22zm20.07 0l-5.84-7.61V28.2L16 29.98V12.8l4.2-1.6l5.84 8.33V8.92L30 7.4v16.7zM16 5.04l-3.23 5.76L16 9.57l3.08 1.18l.83-.93v-6.3z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
:global .tz_7jr9p {
|
|
17
|
+
fill: #069330;
|
|
18
|
+
d: path("M5.97 8.92L2 7.39v16.7l3.97 1.66v-8.87L11.8 28.2l4.2 1.78v-17.2l-4.2-1.6v8.72zm3.96-1.53l1.87 3.79l.97-.37L16 5.04l-3.9-1.52zm9.15 3.36l2.99-3.36l3.96 1.53v10.6l-5.83-8.34z");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:global .qzw47mbe {
|
|
22
|
+
fill: #fe2015;
|
|
23
|
+
d: path("M11.8 11.18v8.73l-5.83-11L9.93 7.4zm14.23 14.57l-5.83-7.61v4.16l1.19 1.67z");
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
:global .wnjhthlv {
|
|
27
|
+
fill: #ffc001;
|
|
28
|
+
d: path("m20.2 11.18l-4.2 1.6l-4.2-1.6l4.2-1.6zm1.87-3.8l3.96-1.52L30 7.4l-3.97 1.53zM2 7.39l3.96-1.52L9.93 7.4L5.96 8.92zm17.9-3.85L16 2.03l-3.91 1.5l3.9 1.52z");
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
</style>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":1152,"height":1152,"left":-64,"top":-64};
|
|
7
|
+
const content = `<path class="gy0-4ebk"/><path class="jf-7l9hi"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-railway" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .gy0-4ebk {
|
|
12
|
+
fill: #fff;
|
|
13
|
+
d: path("M4.756 438.175A521 521 0 0 0 0 489.735h777.799c-2.716-5.306-6.365-10.09-10.045-14.772c-132.97-171.791-204.498-156.896-306.819-161.26c-34.114-1.403-57.249-1.967-193.037-1.967c-72.677 0-151.688.185-228.628.39c-9.96 26.884-19.566 52.942-24.243 74.14h398.571v51.909zM783.93 541.696H.399c.82 13.851 2.112 27.517 3.978 40.999h723.39c32.248 0 50.299-18.297 56.162-40.999ZM45.017 724.306S164.941 1018.77 511.46 1024c207.112 0 385.071-123.006 465.907-299.694z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
:global .jf-7l9hi {
|
|
17
|
+
fill: #fff;
|
|
18
|
+
d: path("M511.454 0C319.953 0 153.311 105.16 65.31 260.612c68.771-.144 202.704-.226 202.704-.226h.031v-.051c158.309 0 164.193.707 195.118 1.998l19.149.706c66.7 2.224 148.683 9.384 213.19 58.19c35.015 26.471 85.571 84.896 115.708 126.52c27.861 38.499 35.876 82.756 16.933 125.158c-17.436 38.97-54.952 62.215-100.383 62.215H16.69s4.233 17.944 10.58 37.751h970.632A510.4 510.4 0 0 0 1024 512.218C1024.01 229.355 794.532 0 511.454 0");
|
|
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": 1471,
|
|
6
6
|
"version": "12.17.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": 1771310484
|
|
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.14",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/vscode-icons/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -2062,6 +2062,10 @@
|
|
|
2062
2062
|
"types": "./types/gfwqskkx.d.ts",
|
|
2063
2063
|
"svelte": "./components/f/file-type-light-quasar.svelte"
|
|
2064
2064
|
},
|
|
2065
|
+
"./file-type-light-railway": {
|
|
2066
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2067
|
+
"svelte": "./components/f/file-type-light-railway.svelte"
|
|
2068
|
+
},
|
|
2065
2069
|
"./file-type-light-raku": {
|
|
2066
2070
|
"types": "./types/gfwqskkx.d.ts",
|
|
2067
2071
|
"svelte": "./components/f/file-type-light-raku.svelte"
|
|
@@ -2494,6 +2498,10 @@
|
|
|
2494
2498
|
"types": "./types/gfwqskkx.d.ts",
|
|
2495
2499
|
"svelte": "./components/f/file-type-mysql.svelte"
|
|
2496
2500
|
},
|
|
2501
|
+
"./file-type-n64": {
|
|
2502
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2503
|
+
"svelte": "./components/f/file-type-n64.svelte"
|
|
2504
|
+
},
|
|
2497
2505
|
"./file-type-nanostaged": {
|
|
2498
2506
|
"types": "./types/gfwqskkx.d.ts",
|
|
2499
2507
|
"svelte": "./components/f/file-type-nanostaged.svelte"
|
|
@@ -3346,6 +3354,10 @@
|
|
|
3346
3354
|
"types": "./types/gfwqskkx.d.ts",
|
|
3347
3355
|
"svelte": "./components/f/file-type-rails.svelte"
|
|
3348
3356
|
},
|
|
3357
|
+
"./file-type-railway": {
|
|
3358
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3359
|
+
"svelte": "./components/f/file-type-railway.svelte"
|
|
3360
|
+
},
|
|
3349
3361
|
"./file-type-rake": {
|
|
3350
3362
|
"types": "./types/gfwqskkx.d.ts",
|
|
3351
3363
|
"svelte": "./components/f/file-type-rake.svelte"
|