@iconify-svelte/vscode-icons 1.0.11 → 1.0.12

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,115 @@
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="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
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-mise" {...props}></Icon>
10
+ <style>
11
+ :global .ry26f3b {
12
+ stop-color: #00d9ff;
13
+ }
14
+
15
+ :global .o0p564u {
16
+ stop-color: #52e892;
17
+ }
18
+
19
+ :global .n6wo0xm {
20
+ stop-color: #ff9100;
21
+ }
22
+
23
+ :global .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
+ :global .hxooi6g {
33
+ stroke-width: 1.1px;
34
+ }
35
+
36
+ :global .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
+ :global .kriqyrb {
46
+ cx: 6.5px;
47
+ cy: 8.9px;
48
+ r: 1px;
49
+ fill: #ff5252;
50
+ }
51
+
52
+ :global .tk-b6-w {
53
+ cx: 10.5px;
54
+ cy: 8.9px;
55
+ r: 1px;
56
+ fill: #ffbd2e;
57
+ }
58
+
59
+ :global .m8thi5b {
60
+ cx: 14.5px;
61
+ cy: 8.9px;
62
+ r: 1px;
63
+ fill: #52e892;
64
+ }
65
+
66
+ :global .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
+ :global .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
+ :global .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
+ :global .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
+ :global .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>
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "vscode-icons",
3
3
  "info": {
4
4
  "name": "VSCode Icons",
5
- "total": 1467,
5
+ "total": 1468,
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": 1768633990
32
+ "lastModified": 1770713356
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.11",
4
+ "version": "1.0.12",
5
5
  "homepage": "https://icon-sets.iconify.design/vscode-icons/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -2414,6 +2414,10 @@
2414
2414
  "types": "./types/gfwqskkx.d.ts",
2415
2415
  "svelte": "./components/f/file-type-minecraft.svelte"
2416
2416
  },
2417
+ "./file-type-mise": {
2418
+ "types": "./types/gfwqskkx.d.ts",
2419
+ "svelte": "./components/f/file-type-mise.svelte"
2420
+ },
2417
2421
  "./file-type-mivascript": {
2418
2422
  "types": "./types/gfwqskkx.d.ts",
2419
2423
  "svelte": "./components/f/file-type-mivascript.svelte"