@iconify-svelte/vscode-icons 1.0.23 → 1.0.24

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,41 @@
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 = `<rect class="gi_w29t_a"/><g transform="translate(.038 .001)" class="dlrjxpbzv"><path class="hcigarxix"/><circle class="lvr-91x8r"/></g>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-fritzing" {...props}></Icon>
11
+ <style>
12
+ :global(.dlrjxpbzv) {
13
+ fill: none;
14
+ stroke: var(--svg-color--fff, #fff);
15
+ stroke-linecap: round;
16
+ stroke-linejoin: round;
17
+ }
18
+
19
+ :global(.gi_w29t_a) {
20
+ width: 29.772px;
21
+ height: 29.772px;
22
+ x: 1.114px;
23
+ y: 1.114px;
24
+ fill: var(--svg-color--d33020, #d33020);
25
+ rx: 6.6px;
26
+ ry: 6.6px;
27
+ }
28
+
29
+ :global(.hcigarxix) {
30
+ stroke-width: var(--svg-stroke-width--2-986px, 2.986px);
31
+ d: path("M20.875 6.036s-1.74-.032-4.602.038c-.884.02-1.96 1.079-1.984 1.727c-.03.872.037 12.488.037 12.488m-3.276-7.78h7.805");
32
+ }
33
+
34
+ :global(.lvr-91x8r) {
35
+ cx: 14.404px;
36
+ cy: 23.774px;
37
+ r: 2.573px;
38
+ stroke-width: var(--svg-stroke-width--2-23px, 2.23px);
39
+ }
40
+
41
+ </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="kws76wo3f"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-light-readthedocs" {...props}></Icon>
11
+ <style>
12
+ :global(.kws76wo3f) {
13
+ fill: var(--svg-color--32322a, #32322a);
14
+ d: path("M14.61 15.5a.67.67 0 0 0-.09 1.31s1.64.54 4.42.77c2.24.18 4.77-.16 4.77-.16a.67.67 0 0 0-.04-1.34q-.07 0-.13.02s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7q-.16-.06-.33-.04m0-3.33a.67.67 0 0 0-.09 1.31s1.64.54 4.42.77c2.24.18 4.77-.16 4.77-.16a.67.67 0 0 0-.04-1.34q-.07 0-.13.02s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7a1 1 0 0 0-.33-.04m0-3.33a.67.67 0 0 0-.09 1.31s1.64.54 4.42.77c2.24.18 4.77-.16 4.77-.16a.67.67 0 0 0-.04-1.34q-.07 0-.13.02s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7q-.16-.06-.33-.04m0-3.32a.67.67 0 0 0-.09 1.3s1.64.55 4.42.77c2.24.19 4.77-.15 4.77-.15a.67.67 0 0 0-.04-1.34l-.13.01s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7a1 1 0 0 0-.33-.03M9.95 2c-3.5.03-4.8 1.1-4.8 1.1v26.12s1.26-1.1 5.36-.93s4.94 1.6 9.98 1.7s6.3-.77 6.3-.77l.07-26.63s-2.26.64-6.67.68c-4.41.03-5.47-1.13-9.52-1.26zm2.92 1.7s2.12.7 6.04.9c3.3.17 6.62-.32 6.62-.32v23.67s-1.68.88-5.88.58c-3.25-.23-6.83-1.46-6.83-1.46zm-2.04.62a.68.68 0 0 1 0 1.35s-1.1 0-1.77.08a5 5 0 0 0-1.88.52a.67.67 0 0 1-.63-1.2s1-.52 2.38-.66c.8-.08 1.9-.09 1.9-.09m-.65 3.34h.65a.7.7 0 0 1 .6.76a.7.7 0 0 1-.6.59s-1.1 0-1.76.07a6 6 0 0 0-1.89.52a.68.68 0 0 1-.62-1.2s1-.52 2.38-.66c.4-.04.86-.07 1.24-.08m.65 3.33a.68.68 0 0 1 0 1.35s-1.1 0-1.77.06a5 5 0 0 0-1.88.52a.68.68 0 0 1-.63-1.2s1-.53 2.39-.66c.8-.08 1.89-.07 1.89-.07");
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="a9r45objw"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-readthedocs" {...props}></Icon>
11
+ <style>
12
+ :global(.a9r45objw) {
13
+ fill: var(--svg-color--dedede, #dedede);
14
+ d: path("M14.61 15.5a.67.67 0 0 0-.09 1.31s1.64.54 4.42.77c2.24.18 4.77-.16 4.77-.16a.67.67 0 0 0-.04-1.34q-.07 0-.13.02s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7q-.16-.06-.33-.04m0-3.33a.67.67 0 0 0-.09 1.31s1.64.54 4.42.77c2.24.18 4.77-.16 4.77-.16a.67.67 0 0 0-.04-1.34q-.07 0-.13.02s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7a1 1 0 0 0-.33-.04m0-3.33a.67.67 0 0 0-.09 1.31s1.64.54 4.42.77c2.24.18 4.77-.16 4.77-.16a.67.67 0 0 0-.04-1.34q-.07 0-.13.02s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7q-.16-.06-.33-.04m0-3.32a.67.67 0 0 0-.09 1.3s1.64.55 4.42.77c2.24.19 4.77-.15 4.77-.15a.67.67 0 0 0-.04-1.34l-.13.01s-2.48.3-4.5.14a19 19 0 0 1-4.1-.7a1 1 0 0 0-.33-.03M9.95 2c-3.5.03-4.8 1.1-4.8 1.1v26.12s1.26-1.1 5.36-.93s4.94 1.6 9.98 1.7s6.3-.77 6.3-.77l.07-26.63s-2.26.64-6.67.68c-4.41.03-5.47-1.13-9.52-1.26zm2.92 1.7s2.12.7 6.04.9c3.3.17 6.62-.32 6.62-.32v23.67s-1.68.88-5.88.58c-3.25-.23-6.83-1.46-6.83-1.46zm-2.04.62a.68.68 0 0 1 0 1.35s-1.1 0-1.77.08a5 5 0 0 0-1.88.52a.67.67 0 0 1-.63-1.2s1-.52 2.38-.66c.8-.08 1.9-.09 1.9-.09m-.65 3.34h.65a.7.7 0 0 1 .6.76a.7.7 0 0 1-.6.59s-1.1 0-1.76.07a6 6 0 0 0-1.89.52a.68.68 0 0 1-.62-1.2s1-.52 2.38-.66c.4-.04.86-.07 1.24-.08m.65 3.33a.68.68 0 0 1 0 1.35s-1.1 0-1.77.06a5 5 0 0 0-1.88.52a.68.68 0 0 1-.63-1.2s1-.53 2.39-.66c.8-.08 1.89-.07 1.89-.07");
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": 1492,
5
+ "total": 1495,
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": 1779168064
32
+ "lastModified": 1779771447
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.23",
4
+ "version": "1.0.24",
5
5
  "homepage": "https://icon-sets.iconify.design/vscode-icons/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -1106,6 +1106,10 @@
1106
1106
  "types": "./types/gfwqskkx.d.ts",
1107
1107
  "svelte": "./components/f/file-type-freemarker.svelte"
1108
1108
  },
1109
+ "./file-type-fritzing": {
1110
+ "types": "./types/gfwqskkx.d.ts",
1111
+ "svelte": "./components/f/file-type-fritzing.svelte"
1112
+ },
1109
1113
  "./file-type-frontcommerce": {
1110
1114
  "types": "./types/gfwqskkx.d.ts",
1111
1115
  "svelte": "./components/f/file-type-frontcommerce.svelte"
@@ -2114,6 +2118,10 @@
2114
2118
  "types": "./types/gfwqskkx.d.ts",
2115
2119
  "svelte": "./components/f/file-type-light-reactrouter.svelte"
2116
2120
  },
2121
+ "./file-type-light-readthedocs": {
2122
+ "types": "./types/gfwqskkx.d.ts",
2123
+ "svelte": "./components/f/file-type-light-readthedocs.svelte"
2124
+ },
2117
2125
  "./file-type-light-rehype": {
2118
2126
  "types": "./types/gfwqskkx.d.ts",
2119
2127
  "svelte": "./components/f/file-type-light-rehype.svelte"
@@ -3458,6 +3466,10 @@
3458
3466
  "types": "./types/gfwqskkx.d.ts",
3459
3467
  "svelte": "./components/f/file-type-reactts.svelte"
3460
3468
  },
3469
+ "./file-type-readthedocs": {
3470
+ "types": "./types/gfwqskkx.d.ts",
3471
+ "svelte": "./components/f/file-type-readthedocs.svelte"
3472
+ },
3461
3473
  "./file-type-reason": {
3462
3474
  "types": "./types/gfwqskkx.d.ts",
3463
3475
  "svelte": "./components/f/file-type-reason.svelte"