@iconify-svelte/codicon 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,10 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/t/tkiomogd.css';
4
+
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":16,"height":16};
8
+ const content = `<path class="tkiomogd"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:new-session" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .tkiomogd {
2
+ fill: currentColor;
3
+ d: path("m14 6.766l1-1V12c0 1.654-1.346 3-3 3H4c-1.654 0-3-1.346-3-3V4c0-1.654 1.346-3 3-3h6.233l-1 1H4c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h8c1.103 0 2-.897 2-2zM15.453.547a1.87 1.87 0 0 0-2.645 0l-4.83 4.829A2.2 2.2 0 0 0 7.4 6.397l-.374 1.498a.89.89 0 0 0 1.079 1.079l1.498-.375a2.2 2.2 0 0 0 1.021-.578l4.829-4.829c.73-.73.73-1.914 0-2.645");
4
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "codicon",
3
3
  "info": {
4
4
  "name": "Codicons",
5
- "total": 539,
5
+ "total": 540,
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": 1771997884
31
+ "lastModified": 1772259959
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.14",
4
+ "version": "1.0.15",
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",
@@ -1334,6 +1334,10 @@
1334
1334
  "types": "./types/gfwqskkx.d.ts",
1335
1335
  "svelte": "./components/n/new-folder.svelte"
1336
1336
  },
1337
+ "./new-session": {
1338
+ "types": "./types/gfwqskkx.d.ts",
1339
+ "svelte": "./components/n/new-session.svelte"
1340
+ },
1337
1341
  "./newline": {
1338
1342
  "types": "./types/gfwqskkx.d.ts",
1339
1343
  "svelte": "./components/n/newline.svelte"