@iconify-vue/vscode-icons 1.0.11 → 1.0.13
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 setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
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
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-light-railway" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.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
|
+
.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,115 @@
|
|
|
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 = `<defs><linearGradient id="SVGUyEhLdAt" x1="2.7" x2="25.2" y1="7.1" y2="29.5" gradientTransform="matrix(1.245 0 0 .9459 -1.4 -1.3)" gradientUnits="userSpaceOnUse"><stop offset="0" class="ry26f3b"/><stop offset=".5" class="o0p564u"/><stop offset="1" class="n6wo0xm"/></linearGradient></defs><rect stroke="url(#SVGUyEhLdAt)" class="au-s5ob"/><g class="hxooi6g"><rect class="cuty-no"/><circle class="kriqyrb"/><circle class="tk-b6-w"/><circle class="m8thi5b"/></g><path class="j_1jypbc"/><g class="hxooi6g"><rect class="dvbs1cbf"/><rect class="gx6m98bh"/><rect class="fcnch4ht"/><rect class="g015tmba"/></g>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-mise" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ry26f3b {
|
|
12
|
+
stop-color: #00d9ff;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.o0p564u {
|
|
16
|
+
stop-color: #52e892;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.n6wo0xm {
|
|
20
|
+
stop-color: #ff9100;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.au-s5ob {
|
|
24
|
+
width: 27px;
|
|
25
|
+
height: 20.3px;
|
|
26
|
+
x: 2.5px;
|
|
27
|
+
y: 5.9px;
|
|
28
|
+
fill: #1a1a1a;
|
|
29
|
+
rx: 2.7px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.hxooi6g {
|
|
33
|
+
stroke-width: 1.1px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.cuty-no {
|
|
37
|
+
width: 26.1px;
|
|
38
|
+
height: 5.4px;
|
|
39
|
+
x: 2.9px;
|
|
40
|
+
y: 6.3px;
|
|
41
|
+
fill: #2a2a2a;
|
|
42
|
+
rx: 2.1px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.kriqyrb {
|
|
46
|
+
cx: 6.5px;
|
|
47
|
+
cy: 8.9px;
|
|
48
|
+
r: 1px;
|
|
49
|
+
fill: #ff5252;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.tk-b6-w {
|
|
53
|
+
cx: 10.5px;
|
|
54
|
+
cy: 8.9px;
|
|
55
|
+
r: 1px;
|
|
56
|
+
fill: #ffbd2e;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.m8thi5b {
|
|
60
|
+
cx: 14.5px;
|
|
61
|
+
cy: 8.9px;
|
|
62
|
+
r: 1px;
|
|
63
|
+
fill: #52e892;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.j_1jypbc {
|
|
67
|
+
fill: none;
|
|
68
|
+
stroke: #52e892;
|
|
69
|
+
stroke-linecap: round;
|
|
70
|
+
stroke-linejoin: round;
|
|
71
|
+
stroke-width: .9px;
|
|
72
|
+
d: path("m5 15.5l2.3 1.6L5 18.8m3.8 0H12");
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.dvbs1cbf {
|
|
76
|
+
width: 11.8px;
|
|
77
|
+
height: .9px;
|
|
78
|
+
x: 13.2px;
|
|
79
|
+
y: 14.5px;
|
|
80
|
+
fill: #00d9ff;
|
|
81
|
+
opacity: .7;
|
|
82
|
+
rx: .4px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.gx6m98bh {
|
|
86
|
+
width: 8.5px;
|
|
87
|
+
height: .9px;
|
|
88
|
+
x: 5.1px;
|
|
89
|
+
y: 20.6px;
|
|
90
|
+
fill: #52e892;
|
|
91
|
+
opacity: .6;
|
|
92
|
+
rx: .4px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.fcnch4ht {
|
|
96
|
+
width: 6.1px;
|
|
97
|
+
height: .9px;
|
|
98
|
+
x: 14.6px;
|
|
99
|
+
y: 20.6px;
|
|
100
|
+
fill: #ff9100;
|
|
101
|
+
opacity: .6;
|
|
102
|
+
rx: .4px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.g015tmba {
|
|
106
|
+
width: 12.8px;
|
|
107
|
+
height: .9px;
|
|
108
|
+
x: 5.1px;
|
|
109
|
+
y: 23.3px;
|
|
110
|
+
fill: #00d9ff;
|
|
111
|
+
opacity: .4;
|
|
112
|
+
rx: .4px;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
</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":1152,"height":1152,"left":-64,"top":-64};
|
|
7
|
+
const content = `<path class="gy0-4ebk"/><path class="jf-7l9hi"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-railway" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.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
|
+
.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": 1470,
|
|
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": 1770924749
|
|
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.13",
|
|
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/dd0bq22g.d.ts",
|
|
2063
2063
|
"default": "./components/f/file-type-light-quasar.vue"
|
|
2064
2064
|
},
|
|
2065
|
+
"./file-type-light-railway": {
|
|
2066
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2067
|
+
"default": "./components/f/file-type-light-railway.vue"
|
|
2068
|
+
},
|
|
2065
2069
|
"./file-type-light-raku": {
|
|
2066
2070
|
"types": "./types/dd0bq22g.d.ts",
|
|
2067
2071
|
"default": "./components/f/file-type-light-raku.vue"
|
|
@@ -2414,6 +2418,10 @@
|
|
|
2414
2418
|
"types": "./types/dd0bq22g.d.ts",
|
|
2415
2419
|
"default": "./components/f/file-type-minecraft.vue"
|
|
2416
2420
|
},
|
|
2421
|
+
"./file-type-mise": {
|
|
2422
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2423
|
+
"default": "./components/f/file-type-mise.vue"
|
|
2424
|
+
},
|
|
2417
2425
|
"./file-type-mivascript": {
|
|
2418
2426
|
"types": "./types/dd0bq22g.d.ts",
|
|
2419
2427
|
"default": "./components/f/file-type-mivascript.vue"
|
|
@@ -3342,6 +3350,10 @@
|
|
|
3342
3350
|
"types": "./types/dd0bq22g.d.ts",
|
|
3343
3351
|
"default": "./components/f/file-type-rails.vue"
|
|
3344
3352
|
},
|
|
3353
|
+
"./file-type-railway": {
|
|
3354
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3355
|
+
"default": "./components/f/file-type-railway.vue"
|
|
3356
|
+
},
|
|
3345
3357
|
"./file-type-rake": {
|
|
3346
3358
|
"types": "./types/dd0bq22g.d.ts",
|
|
3347
3359
|
"default": "./components/f/file-type-rake.vue"
|