@iconify-svelte/vscode-icons 1.0.14 → 1.0.15

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":32,"height":32};
7
+ const content = `<path class="m7r1gyb"/><path class="owtve52x"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-light-skill" {...props}></Icon>
10
+ <style>
11
+ :global .m7r1gyb {
12
+ d: path("m16 2l12.12 7v14L16 30L3.88 23V9z");
13
+ }
14
+
15
+ :global .owtve52x {
16
+ stroke: #fff;
17
+ stroke-width: 2.71px;
18
+ d: path("m16 6.97l7.82 4.51v9.04L16 25.03l-7.82-4.51v-9.04z");
19
+ }
20
+
21
+ </style>
@@ -0,0 +1,25 @@
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="hu355lb"><path class="m7r1gyb"/><path class="iuqb1b6l"/></g>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-skill" {...props}></Icon>
10
+ <style>
11
+ :global .hu355lb {
12
+ fill: #dedede;
13
+ }
14
+
15
+ :global .m7r1gyb {
16
+ d: path("m16 2l12.12 7v14L16 30L3.88 23V9z");
17
+ }
18
+
19
+ :global .iuqb1b6l {
20
+ stroke: #000;
21
+ stroke-width: 2.71px;
22
+ d: path("m16 6.97l7.82 4.51v9.04L16 25.03l-7.82-4.51v-9.04z");
23
+ }
24
+
25
+ </style>
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "vscode-icons",
3
3
  "info": {
4
4
  "name": "VSCode Icons",
5
- "total": 1471,
5
+ "total": 1473,
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": 1771310484
32
+ "lastModified": 1771998262
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.14",
4
+ "version": "1.0.15",
5
5
  "homepage": "https://icon-sets.iconify.design/vscode-icons/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -2126,6 +2126,10 @@
2126
2126
  "types": "./types/gfwqskkx.d.ts",
2127
2127
  "svelte": "./components/f/file-type-light-shaderlab.svelte"
2128
2128
  },
2129
+ "./file-type-light-skill": {
2130
+ "types": "./types/gfwqskkx.d.ts",
2131
+ "svelte": "./components/f/file-type-light-skill.svelte"
2132
+ },
2129
2133
  "./file-type-light-solidity": {
2130
2134
  "types": "./types/gfwqskkx.d.ts",
2131
2135
  "svelte": "./components/f/file-type-light-solidity.svelte"
@@ -3626,6 +3630,10 @@
3626
3630
  "types": "./types/gfwqskkx.d.ts",
3627
3631
  "svelte": "./components/f/file-type-sketch.svelte"
3628
3632
  },
3633
+ "./file-type-skill": {
3634
+ "types": "./types/gfwqskkx.d.ts",
3635
+ "svelte": "./components/f/file-type-skill.svelte"
3636
+ },
3629
3637
  "./file-type-skipper": {
3630
3638
  "types": "./types/gfwqskkx.d.ts",
3631
3639
  "svelte": "./components/f/file-type-skipper.svelte"