@iconify-svelte/vscode-icons 1.0.39 → 1.0.40

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,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":32,"height":32};
8
+ const content = `<path class="nflfp5gwu"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-behat" {...props}></Icon>
11
+ <style>
12
+ :global(.nflfp5gwu) {
13
+ fill: var(--svg-color--d2d2d2, #d2d2d2);
14
+ d: path("M5.44 11a9 9 0 0 1 15.17-6.55a8 8 0 0 1 2.1 3q.72 1.65.73 3.55a9 9 0 0 1-.96 3.8a5 5 0 0 1-.83 1.2c2.84 1.5 4.91 4.92 4.91 8.51a9.4 9.4 0 0 1-1.6 5.49h-2.64a8.4 8.4 0 0 0 1.99-5.44c0-4.3-3.15-7.44-7.38-8.41l-1.34-.34l-2.32-.58a4.47 4.47 0 1 1 2.17-8.68a4.47 4.47 0 0 1 2.42 7.15l-.93-.7l.78 2.86l2.98-.04l-.82-.61a7 7 0 0 0-3.82-11.1a6.99 6.99 0 0 0-4.6 13.16a8.47 8.47 0 0 0-3.3 10.99l-1.3.72l3.87.6l1.55-3.6l-1.49.82A5.5 5.5 0 1 1 16.5 30H5.44z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":32,"height":32};
8
+ const content = `<path class="ejdx8cc5k"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-light-behat" {...props}></Icon>
11
+ <style>
12
+ :global(.ejdx8cc5k) {
13
+ fill: var(--svg-color--4a4a4a, #4a4a4a);
14
+ d: path("M5.44 11a9 9 0 0 1 15.17-6.55a8 8 0 0 1 2.1 3q.72 1.65.73 3.55a9 9 0 0 1-.96 3.8a5 5 0 0 1-.83 1.2c2.84 1.5 4.91 4.92 4.91 8.51a9.4 9.4 0 0 1-1.6 5.49h-2.64a8.4 8.4 0 0 0 1.99-5.44c0-4.3-3.15-7.44-7.38-8.41l-1.34-.34l-2.32-.58a4.47 4.47 0 1 1 2.17-8.68a4.47 4.47 0 0 1 2.42 7.15l-.93-.7l.78 2.86l2.98-.04l-.82-.61a7 7 0 0 0-3.82-11.1a6.99 6.99 0 0 0-4.6 13.16a8.47 8.47 0 0 0-3.3 10.99l-1.3.72l3.87.6l1.55-3.6l-1.49.82A5.5 5.5 0 1 1 16.5 30H5.44z");
15
+ }
16
+
17
+ </style>
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "vscode-icons",
3
3
  "info": {
4
4
  "name": "VSCode Icons",
5
- "total": 1560,
5
+ "total": 1562,
6
6
  "version": "12.19.0",
7
7
  "author": {
8
8
  "name": "Roberto Huertas",
@@ -29,5 +29,5 @@
29
29
  ],
30
30
  "palette": true
31
31
  },
32
- "lastModified": 1783575213
32
+ "lastModified": 1783920591
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.39",
4
+ "version": "1.0.40",
5
5
  "homepage": "https://icon-sets.iconify.design/vscode-icons/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -302,6 +302,10 @@
302
302
  "types": "./types/gfwqskkx.d.ts",
303
303
  "svelte": "./components/f/file-type-befunge.svelte"
304
304
  },
305
+ "./file-type-behat": {
306
+ "types": "./types/gfwqskkx.d.ts",
307
+ "svelte": "./components/f/file-type-behat.svelte"
308
+ },
305
309
  "./file-type-bicep": {
306
310
  "types": "./types/gfwqskkx.d.ts",
307
311
  "svelte": "./components/f/file-type-bicep.svelte"
@@ -1902,6 +1906,10 @@
1902
1906
  "types": "./types/gfwqskkx.d.ts",
1903
1907
  "svelte": "./components/f/file-type-light-babel2.svelte"
1904
1908
  },
1909
+ "./file-type-light-behat": {
1910
+ "types": "./types/gfwqskkx.d.ts",
1911
+ "svelte": "./components/f/file-type-light-behat.svelte"
1912
+ },
1905
1913
  "./file-type-light-cabal": {
1906
1914
  "types": "./types/gfwqskkx.d.ts",
1907
1915
  "svelte": "./components/f/file-type-light-cabal.svelte"