@iconify-svelte/codicon 1.0.16 → 1.0.17

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.
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/t/tkiomogd.css';
3
+ import '../../css/p/puc5bd2z.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":16,"height":16};
9
- const content = `<path class="tkiomogd"/>`;
9
+ const content = `<path class="puc5bd2z"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:new-session" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .puc5bd2z {
2
+ fill: currentColor;
3
+ d: path("M14.452 1.548a1.865 1.865 0 0 0-2.644 0L6.979 6.377a2.2 2.2 0 0 0-.578 1.021l-.374 1.498a.89.89 0 0 0 1.079 1.079l1.498-.374a2.2 2.2 0 0 0 1.021-.578l4.829-4.829c.73-.73.73-1.914 0-2.645zm-.707 1.937L8.916 8.314a1.2 1.2 0 0 1-.556.315l-1.32.333l.331-1.322c.053-.21.161-.403.315-.556l4.83-4.829a.866.866 0 0 1 1.23 0a.87.87 0 0 1 0 1.231zM13 7.768l1-1V11.5c0 1.378-1.121 2.5-2.5 2.5h-7A2.503 2.503 0 0 1 2 11.5v-7C2 3.122 3.121 2 4.5 2h4.736l-1 1H4.5C3.673 3 3 3.673 3 4.5v7c0 .827.673 1.5 1.5 1.5h7c.827 0 1.5-.673 1.5-1.5z");
4
+ }
package/iconify.json CHANGED
@@ -28,5 +28,5 @@
28
28
  ],
29
29
  "palette": false
30
30
  },
31
- "lastModified": 1772823449
31
+ "lastModified": 1773295137
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.16",
4
+ "version": "1.0.17",
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",
@@ -1,4 +0,0 @@
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
- }