@iconify-svelte/codicon 1.0.13 → 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>
@@ -1,10 +1,10 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/p/pbap613m.css';
3
+ import '../../css/k/k_h7uabi.css';
4
4
 
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":10,"height":10};
8
- const content = `<path class="pbap613m"/>`;
8
+ const content = `<path class="k_h7uabi"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:worktree-small" {...props}></Icon>
@@ -1,10 +1,10 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/e/e0l3cujz.css';
3
+ import '../../css/u/uelfz6bh.css';
4
4
 
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":16,"height":16};
8
- const content = `<path class="e0l3cujz"/>`;
8
+ const content = `<path class="uelfz6bh"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:worktree" {...props}></Icon>
@@ -1,4 +1,4 @@
1
- .pbap613m {
1
+ .k_h7uabi {
2
2
  fill: currentColor;
3
- d: path("M8.854 6.146a.5.5 0 0 0-.707.707l.146.146H5.75a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 1 .75-.75h2.543l-.146.146a.5.5 0 0 0 .708.707l1-1a.5.5 0 0 0 0-.707l-1-1a.5.5 0 0 0-.707.707l.146.146H5.751c-.965 0-1.75.785-1.75 1.75v1.25H.5a.5.5 0 0 0 0 1H4v1.25c0 .965.785 1.75 1.75 1.75h2.543l-.146.146a.5.5 0 0 0 .708.707l1-1a.5.5 0 0 0 0-.707l-1-1z");
3
+ d: path("M8.854 7.146a.5.5 0 0 0-.707.707l.146.146H5.75a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 1 .75-.75h2.543l-.146.146a.5.5 0 0 0 .708.707l1-1a.5.5 0 0 0 0-.707l-1-1a.5.5 0 0 0-.707.707l.146.146H5.751c-.965 0-1.75.785-1.75 1.75v1.25H.5a.5.5 0 0 0 0 1H4v1.25c0 .965.785 1.75 1.75 1.75h2.543l-.146.146a.5.5 0 0 0 .708.707l1-1a.5.5 0 0 0 0-.707l-1-1z");
4
4
  }
@@ -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
+ }
@@ -0,0 +1,4 @@
1
+ .uelfz6bh {
2
+ fill: currentColor;
3
+ d: path("m12.854 14.854l2-2a.5.5 0 0 0 0-.707l-2-2a.5.5 0 0 0-.707.707L13.293 12H8.5a.5.5 0 0 1-.5-.5v-6c0-.275.225-.5.5-.5h4.793l-1.146 1.146a.5.5 0 0 0 0 .708a.5.5 0 0 0 .707 0l2-2a.5.5 0 0 0 0-.707l-2-2a.5.5 0 0 0-.707.707L13.293 4H8.5C7.673 4 7 4.673 7 5.5V8H1.5a.5.5 0 0 0 0 1H7v2.5c0 .827.673 1.5 1.5 1.5h4.793l-1.146 1.146a.5.5 0 0 0 0 .708a.5.5 0 0 0 .707 0");
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": 1771310143
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.13",
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"
@@ -1,4 +0,0 @@
1
- .e0l3cujz {
2
- fill: currentColor;
3
- d: path("m12.854 13.854l2-2a.5.5 0 0 0 0-.707l-2-2a.5.5 0 0 0-.707.707L13.293 11H8.5a.5.5 0 0 1-.5-.5v-6c0-.275.225-.5.5-.5h4.793l-1.146 1.146a.5.5 0 0 0 0 .708a.5.5 0 0 0 .707 0l2-2a.5.5 0 0 0 0-.707l-2-2a.5.5 0 0 0-.707.707L13.293 3H8.5C7.673 3 7 3.673 7 4.5V7H1.5a.5.5 0 0 0 0 1H7v2.5c0 .827.673 1.5 1.5 1.5h4.793l-1.146 1.146a.5.5 0 0 0 0 .708a.5.5 0 0 0 .707 0");
4
- }