@iconify-vue/codicon 1.0.18 → 1.0.19
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.
- package/components/n/new-session.vue +2 -2
- package/css/p/puc5bd2z.css +4 -0
- package/iconify.json +1 -1
- package/package.json +1 -1
- package/css/t/tkiomogd.css +0 -4
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/p/puc5bd2z.css';
|
|
4
4
|
|
|
5
5
|
const props = defineProps(["width","height"]);
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":16,"height":16};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="puc5bd2z"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="codicon:new-session" /></template>
|
|
@@ -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
package/package.json
CHANGED
package/css/t/tkiomogd.css
DELETED
|
@@ -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
|
-
}
|