@iconify-svelte/codicon 1.0.17 → 1.0.18

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,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/g/gmjq4kbl.css';
4
+
5
+ /** @type {{width?: string; height?: string;}} */
6
+ let {width, height, ...props} = $props();
7
+
8
+ const viewBox = {"width":16,"height":16};
9
+ const content = `<path class="gmjq4kbl"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:terminal-secure" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .gmjq4kbl {
2
+ fill: currentColor;
3
+ d: path("M15 3h-.5V2a2 2 0 1 0-4 0v1H10a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1m-2.5 3.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m1-3.75h-2V2a1 1 0 0 1 2 0zm.5 7h1v2.5c0 1.379-1.121 2.5-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5v-9C1 2.122 2.121 1 3.5 1H9v1H3.5C2.673 2 2 2.673 2 3.5v9c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5zm-7 1.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-3.854-.353l2.646-2.646l-2.646-2.646a.5.5 0 0 1 .707-.707l3 3a.5.5 0 0 1 0 .707l-2.999 2.999a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707");
4
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "codicon",
3
3
  "info": {
4
4
  "name": "Codicons",
5
- "total": 540,
5
+ "total": 541,
6
6
  "version": "0.0.0",
7
7
  "author": {
8
8
  "name": "Microsoft Corporation",
@@ -28,5 +28,5 @@
28
28
  ],
29
29
  "palette": false
30
30
  },
31
- "lastModified": 1773295137
31
+ "lastModified": 1774244807
32
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-svelte/codicon",
3
3
  "type": "module",
4
- "version": "1.0.17",
4
+ "version": "1.0.18",
5
5
  "homepage": "https://icon-sets.iconify.design/codicon/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "CC-BY-4.0",
@@ -1970,6 +1970,10 @@
1970
1970
  "types": "./types/gfwqskkx.d.ts",
1971
1971
  "svelte": "./components/t/terminal-powershell.svelte"
1972
1972
  },
1973
+ "./terminal-secure": {
1974
+ "types": "./types/gfwqskkx.d.ts",
1975
+ "svelte": "./components/t/terminal-secure.svelte"
1976
+ },
1973
1977
  "./terminal-tmux": {
1974
1978
  "types": "./types/gfwqskkx.d.ts",
1975
1979
  "svelte": "./components/t/terminal-tmux.svelte"