@everchron/ec-shards 19.12.4 → 19.12.6
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,19 @@
|
|
|
1
|
+
import { createElementBlock as e, createElementVNode as t, openBlock as n } from "vue";
|
|
2
|
+
//#region src/assets/icons/ecai-chat-filled.svg
|
|
3
|
+
var r = {
|
|
4
|
+
width: "30",
|
|
5
|
+
height: "30",
|
|
6
|
+
viewBox: "0 0 30 30",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function i(i, a) {
|
|
11
|
+
return n(), e("svg", r, [...a[0] ||= [t("path", {
|
|
12
|
+
d: "M17.1826 4.5C19.5211 4.50008 21.7634 5.42944 23.417 7.08301C25.0706 8.73657 25.9999 10.9789 26 13.3174V13.4043C26 14.5621 25.7721 15.7086 25.3291 16.7783C24.886 17.8481 24.2358 18.8199 23.417 19.6387C22.5982 20.4575 21.6264 21.1077 20.5566 21.5508C19.487 21.9938 18.3404 22.2216 17.1826 22.2217H16.4443V24.4395C16.4443 24.6766 16.3822 24.9102 16.2646 25.1162C16.1472 25.3219 15.9783 25.4937 15.7744 25.6143C15.5703 25.735 15.3377 25.8 15.1006 25.8037C14.8636 25.8073 14.6296 25.75 14.4219 25.6357L8.42578 22.3379C6.93416 21.5175 5.68968 20.3111 4.82324 18.8457C3.95692 17.3804 3.5 15.7091 3.5 14.0068C3.50004 12.7585 3.74595 11.5224 4.22363 10.3691C4.70141 9.21568 5.40136 8.167 6.28418 7.28418C7.167 6.40136 8.21568 5.70141 9.36914 5.22363C10.5224 4.74595 11.7585 4.50004 13.0068 4.5H17.1826ZM14.9648 8.04004C14.5135 8.04021 14.1163 8.33946 13.9922 8.77344L13.4375 10.7148C13.2422 11.3983 12.7078 11.9326 12.0244 12.1279L10.083 12.6826C9.6491 12.8069 9.34961 13.2039 9.34961 13.6553C9.34971 14.1066 9.64911 14.5037 10.083 14.6279L12.0244 15.1826C12.7078 15.3779 13.2422 15.9123 13.4375 16.5957L13.9922 18.5361C14.1162 18.9702 14.5134 19.2703 14.9648 19.2705C15.4163 19.2704 15.8134 18.9702 15.9375 18.5361L16.4922 16.5957C16.6874 15.9123 17.2219 15.378 17.9053 15.1826L19.8457 14.6279C20.2799 14.5039 20.58 14.1068 20.5801 13.6553C20.5801 13.2037 20.2799 12.8067 19.8457 12.6826L17.9053 12.1279C17.222 11.9326 16.6875 11.3982 16.4922 10.7148L15.9375 8.77344C15.8134 8.3394 15.4163 8.04014 14.9648 8.04004Z",
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)]]);
|
|
16
|
+
}
|
|
17
|
+
var a = { render: i };
|
|
18
|
+
//#endregion
|
|
19
|
+
export { a as default, i as render };
|