@iconify-svelte/vscode-icons 1.0.26 → 1.0.27

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":324.571,"height":324.571,"left":-20.286,"top":-20.286};
8
+ const content = `<path class="ichhtzory"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-hurl" {...props}></Icon>
11
+ <style>
12
+ :global(.ichhtzory) {
13
+ fill: var(--svg-color--ff0288, #ff0288);
14
+ d: path("M40 87h154.047c.004-18.006-.005-32.882-.046-32.999L245.5 102L194 150s.015-13.835.029-31H40Zm197 82H82.953c-.004-18.006.005-32.882.046-32.999L31.5 184L83 232s-.015-13.835-.029-31H237Z");
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="rkgiwqbgu"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-quokka" {...props}></Icon>
11
+ <style>
12
+ :global(.rkgiwqbgu) {
13
+ fill: var(--svg-color--fc6515, #fc6515);
14
+ d: path("M2 16h14V2h14v28H2z");
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": 1502,
5
+ "total": 1504,
6
6
  "version": "12.18.0",
7
7
  "author": {
8
8
  "name": "Roberto Huertas",
@@ -29,5 +29,5 @@
29
29
  ],
30
30
  "palette": true
31
31
  },
32
- "lastModified": 1780117185
32
+ "lastModified": 1780552692
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.26",
4
+ "version": "1.0.27",
5
5
  "homepage": "https://icon-sets.iconify.design/vscode-icons/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -1466,6 +1466,10 @@
1466
1466
  "types": "./types/gfwqskkx.d.ts",
1467
1467
  "svelte": "./components/f/file-type-hunspell.svelte"
1468
1468
  },
1469
+ "./file-type-hurl": {
1470
+ "types": "./types/gfwqskkx.d.ts",
1471
+ "svelte": "./components/f/file-type-hurl.svelte"
1472
+ },
1469
1473
  "./file-type-husky": {
1470
1474
  "types": "./types/gfwqskkx.d.ts",
1471
1475
  "svelte": "./components/f/file-type-husky.svelte"
@@ -3430,6 +3434,10 @@
3430
3434
  "types": "./types/gfwqskkx.d.ts",
3431
3435
  "svelte": "./components/f/file-type-quasar.svelte"
3432
3436
  },
3437
+ "./file-type-quokka": {
3438
+ "types": "./types/gfwqskkx.d.ts",
3439
+ "svelte": "./components/f/file-type-quokka.svelte"
3440
+ },
3433
3441
  "./file-type-r": {
3434
3442
  "types": "./types/gfwqskkx.d.ts",
3435
3443
  "svelte": "./components/f/file-type-r.svelte"