@iconify-svelte/codicon 1.0.13 → 1.0.14
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,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../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="
|
|
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/
|
|
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="
|
|
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
|
-
.
|
|
1
|
+
.k_h7uabi {
|
|
2
2
|
fill: currentColor;
|
|
3
|
-
d: path("M8.854
|
|
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
|
+
.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
package/package.json
CHANGED
package/css/e/e0l3cujz.css
DELETED
|
@@ -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
|
-
}
|