cc-element-components
Version:
该项目是基于`element-plus`二次封装组件,使用的技术栈为`vue3` + `typescript` + `element-plus`。在此项目当中,我们会基于`element-plus`的组件库已有组件封装如下组件: - 图标选择器 - 时间选择器 - 城市选择器 - 省市区选择器 - 通知菜单 - 趋势标记 - 评论 - 数据列表 - 数值统计 - 倒计时 - 分割面板 - 时间轴 - 弹框拓展 - 进度条拓展 - 导航菜单拓展 - 可配置项表格 - 可配置项表单 - 日历
1,188 lines • 272 kB
JavaScript
var __defProp = Object.defineProperty;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues = (a, b) => {
for (var prop in b || (b = {}))
if (__hasOwnProp.call(b, prop))
__defNormalProp(a, prop, b[prop]);
if (__getOwnPropSymbols)
for (var prop of __getOwnPropSymbols(b)) {
if (__propIsEnum.call(b, prop))
__defNormalProp(a, prop, b[prop]);
}
return a;
};
import { defineComponent, resolveComponent, openBlock, createBlock, mergeProps, withCtx, createElementBlock, Fragment, renderList, resolveDynamicComponent, unref, createCommentVNode, createElementVNode, toDisplayString, createVNode, useAttrs, isVNode } from "vue";
const toLine = (value) => {
return value.replace(/(A-Z)g/, "-$1").toLocaleLowerCase();
};
var index_vue_vue_type_style_index_0_scoped_true_lang = "";
var _export_sfc = (sfc, props) => {
for (const [key, val] of props) {
sfc[key] = val;
}
return sfc;
};
const _sfc_main = /* @__PURE__ */ defineComponent({
props: {
data: {
type: Array,
required: true
},
defaultActive: {
type: String,
default: ""
},
router: {
type: Boolean,
default: false
},
name: {
type: String,
default: "name"
},
index: {
type: String,
default: "index"
},
icon: {
type: String,
default: "icon"
},
children: {
type: String,
default: "children"
}
},
setup(__props) {
return (_ctx, _cache) => {
const _component_el_menu_item = resolveComponent("el-menu-item");
const _component_el_sub_menu = resolveComponent("el-sub-menu");
const _component_el_menu = resolveComponent("el-menu");
return openBlock(), createBlock(_component_el_menu, mergeProps({
class: "el-menu-vertical-demo",
"default-active": __props.defaultActive,
router: __props.router
}, _ctx.$attrs), {
default: withCtx(() => [
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.data, (item, i) => {
return openBlock(), createElementBlock(Fragment, { key: i }, [
!item[__props.children] || !item[__props.children].length ? (openBlock(), createBlock(_component_el_menu_item, {
key: 0,
index: item[__props.index]
}, {
default: withCtx(() => [
item[__props.icon] ? (openBlock(), createBlock(resolveDynamicComponent(`el-icon-${unref(toLine)(item[__props.icon])}`), { key: 0 })) : createCommentVNode("v-if", true),
createElementVNode("span", null, toDisplayString(item[__props.name]), 1)
]),
_: 2
}, 1032, ["index"])) : createCommentVNode("v-if", true),
item[__props.children] && item[__props.children].length ? (openBlock(), createBlock(_component_el_sub_menu, {
key: 1,
index: item[__props.index]
}, {
title: withCtx(() => [
item[__props.icon] ? (openBlock(), createBlock(resolveDynamicComponent(`el-icon-${unref(toLine)(item[__props.icon])}`), { key: 0 })) : createCommentVNode("v-if", true),
createElementVNode("span", null, toDisplayString(item[__props.name]), 1)
]),
default: withCtx(() => [
(openBlock(true), createElementBlock(Fragment, null, renderList(item[__props.children], (item1, index1) => {
return openBlock(), createBlock(_component_el_menu_item, {
key: index1,
index: item1.index
}, {
default: withCtx(() => [
item1[__props.icon] ? (openBlock(), createBlock(resolveDynamicComponent(`el-icon-${unref(toLine)(item1[__props.icon])}`), { key: 0 })) : createCommentVNode("v-if", true),
createElementVNode("span", null, toDisplayString(item1[__props.name]), 1)
]),
_: 2
}, 1032, ["index"]);
}), 128))
]),
_: 2
}, 1032, ["index"])) : createCommentVNode("v-if", true)
], 64);
}), 128))
]),
_: 1
}, 16, ["default-active", "router"]);
};
}
});
var menu = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7134d3ec"]]);
var script$8K = defineComponent({
name: "Aim"
});
const _hoisted_1$4n = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$4n = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"
}, null, -1);
const _hoisted_3$1g = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M512 96a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V128a32 32 0 0 1 32-32zm0 576a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V704a32 32 0 0 1 32-32zM96 512a32 32 0 0 1 32-32h192a32 32 0 0 1 0 64H128a32 32 0 0 1-32-32zm576 0a32 32 0 0 1 32-32h192a32 32 0 1 1 0 64H704a32 32 0 0 1-32-32z"
}, null, -1);
function render$4n(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$4n, [
_hoisted_2$4n,
_hoisted_3$1g
]);
}
script$8K.render = render$4n;
script$8K.__file = "packages/components/Aim.vue";
var script$8L = script$8K;
var script$8I = defineComponent({
name: "AddLocation"
});
const _hoisted_1$4m = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$4m = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32z"
}, null, -1);
const _hoisted_3$1f = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416zM512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544z"
}, null, -1);
const _hoisted_4$l = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M544 384h96a32 32 0 1 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96v-96a32 32 0 0 1 64 0v96z"
}, null, -1);
function render$4m(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$4m, [
_hoisted_2$4m,
_hoisted_3$1f,
_hoisted_4$l
]);
}
script$8I.render = render$4m;
script$8I.__file = "packages/components/AddLocation.vue";
var script$8J = script$8I;
var script$8G = defineComponent({
name: "Apple"
});
const _hoisted_1$4l = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$4l = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M599.872 203.776a189.44 189.44 0 0 1 64.384-4.672l2.624.128c31.168 1.024 51.2 4.096 79.488 16.32 37.632 16.128 74.496 45.056 111.488 89.344 96.384 115.264 82.752 372.8-34.752 521.728-7.68 9.728-32 41.6-30.72 39.936a426.624 426.624 0 0 1-30.08 35.776c-31.232 32.576-65.28 49.216-110.08 50.048-31.36.64-53.568-5.312-84.288-18.752l-6.528-2.88c-20.992-9.216-30.592-11.904-47.296-11.904-18.112 0-28.608 2.88-51.136 12.672l-6.464 2.816c-28.416 12.224-48.32 18.048-76.16 19.2-74.112 2.752-116.928-38.08-180.672-132.16-96.64-142.08-132.608-349.312-55.04-486.4 46.272-81.92 129.92-133.632 220.672-135.04 32.832-.576 60.288 6.848 99.648 22.72 27.136 10.88 34.752 13.76 37.376 14.272 16.256-20.16 27.776-36.992 34.56-50.24 13.568-26.304 27.2-59.968 40.704-100.8a32 32 0 1 1 60.8 20.224c-12.608 37.888-25.408 70.4-38.528 97.664zm-51.52 78.08c-14.528 17.792-31.808 37.376-51.904 58.816a32 32 0 1 1-46.72-43.776l12.288-13.248c-28.032-11.2-61.248-26.688-95.68-26.112-70.4 1.088-135.296 41.6-171.648 105.792C121.6 492.608 176 684.16 247.296 788.992c34.816 51.328 76.352 108.992 130.944 106.944 52.48-2.112 72.32-34.688 135.872-34.688 63.552 0 81.28 34.688 136.96 33.536 56.448-1.088 75.776-39.04 126.848-103.872 107.904-136.768 107.904-362.752 35.776-449.088-72.192-86.272-124.672-84.096-151.68-85.12-41.472-4.288-81.6 12.544-113.664 25.152z"
}, null, -1);
function render$4l(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$4l, [
_hoisted_2$4l
]);
}
script$8G.render = render$4l;
script$8G.__file = "packages/components/Apple.vue";
var script$8H = script$8G;
var script$8E = defineComponent({
name: "AlarmClock"
});
const _hoisted_1$4k = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$4k = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M512 832a320 320 0 1 0 0-640 320 320 0 0 0 0 640zm0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768z"
}, null, -1);
const _hoisted_3$1e = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "m292.288 824.576 55.424 32-48 83.136a32 32 0 1 1-55.424-32l48-83.136zm439.424 0-55.424 32 48 83.136a32 32 0 1 0 55.424-32l-48-83.136zM512 512h160a32 32 0 1 1 0 64H480a32 32 0 0 1-32-32V320a32 32 0 0 1 64 0v192zM90.496 312.256A160 160 0 0 1 312.32 90.496l-46.848 46.848a96 96 0 0 0-128 128L90.56 312.256zm835.264 0A160 160 0 0 0 704 90.496l46.848 46.848a96 96 0 0 1 128 128l46.912 46.912z"
}, null, -1);
function render$4k(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$4k, [
_hoisted_2$4k,
_hoisted_3$1e
]);
}
script$8E.render = render$4k;
script$8E.__file = "packages/components/AlarmClock.vue";
var script$8F = script$8E;
var script$8C = defineComponent({
name: "ArrowDown"
});
const _hoisted_1$4j = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$4j = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"
}, null, -1);
function render$4j(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$4j, [
_hoisted_2$4j
]);
}
script$8C.render = render$4j;
script$8C.__file = "packages/components/ArrowDown.vue";
var script$8D = script$8C;
var script$8A = defineComponent({
name: "ArrowDownBold"
});
const _hoisted_1$4i = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$4i = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M104.704 338.752a64 64 0 0 1 90.496 0l316.8 316.8 316.8-316.8a64 64 0 0 1 90.496 90.496L557.248 791.296a64 64 0 0 1-90.496 0L104.704 429.248a64 64 0 0 1 0-90.496z"
}, null, -1);
function render$4i(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$4i, [
_hoisted_2$4i
]);
}
script$8A.render = render$4i;
script$8A.__file = "packages/components/ArrowDownBold.vue";
var script$8B = script$8A;
var script$8y = defineComponent({
name: "ArrowLeft"
});
const _hoisted_1$4h = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$4h = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"
}, null, -1);
function render$4h(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$4h, [
_hoisted_2$4h
]);
}
script$8y.render = render$4h;
script$8y.__file = "packages/components/ArrowLeft.vue";
var script$8z = script$8y;
var script$8w = defineComponent({
name: "ArrowLeftBold"
});
const _hoisted_1$4g = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$4g = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M685.248 104.704a64 64 0 0 1 0 90.496L368.448 512l316.8 316.8a64 64 0 0 1-90.496 90.496L232.704 557.248a64 64 0 0 1 0-90.496l362.048-362.048a64 64 0 0 1 90.496 0z"
}, null, -1);
function render$4g(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$4g, [
_hoisted_2$4g
]);
}
script$8w.render = render$4g;
script$8w.__file = "packages/components/ArrowLeftBold.vue";
var script$8x = script$8w;
var script$8u = defineComponent({
name: "ArrowRightBold"
});
const _hoisted_1$4f = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$4f = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0z"
}, null, -1);
function render$4f(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$4f, [
_hoisted_2$4f
]);
}
script$8u.render = render$4f;
script$8u.__file = "packages/components/ArrowRightBold.vue";
var script$8v = script$8u;
var script$8s = defineComponent({
name: "ArrowUp"
});
const _hoisted_1$4e = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$4e = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "m488.832 344.32-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0z"
}, null, -1);
function render$4e(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$4e, [
_hoisted_2$4e
]);
}
script$8s.render = render$4e;
script$8s.__file = "packages/components/ArrowUp.vue";
var script$8t = script$8s;
var script$8q = defineComponent({
name: "Back"
});
const _hoisted_1$4d = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$4d = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64z"
}, null, -1);
const _hoisted_3$1d = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312L237.248 512z"
}, null, -1);
function render$4d(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$4d, [
_hoisted_2$4d,
_hoisted_3$1d
]);
}
script$8q.render = render$4d;
script$8q.__file = "packages/components/Back.vue";
var script$8r = script$8q;
var script$8o = defineComponent({
name: "Bell"
});
const _hoisted_1$4c = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$4c = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M512 64a64 64 0 0 1 64 64v64H448v-64a64 64 0 0 1 64-64z"
}, null, -1);
const _hoisted_3$1c = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M256 768h512V448a256 256 0 1 0-512 0v320zm256-640a320 320 0 0 1 320 320v384H192V448a320 320 0 0 1 320-320z"
}, null, -1);
const _hoisted_4$k = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M96 768h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32zm352 128h128a64 64 0 0 1-128 0z"
}, null, -1);
function render$4c(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$4c, [
_hoisted_2$4c,
_hoisted_3$1c,
_hoisted_4$k
]);
}
script$8o.render = render$4c;
script$8o.__file = "packages/components/Bell.vue";
var script$8p = script$8o;
var script$8m = defineComponent({
name: "Baseball"
});
const _hoisted_1$4b = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$4b = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M195.2 828.8a448 448 0 1 1 633.6-633.6 448 448 0 0 1-633.6 633.6zm45.248-45.248a384 384 0 1 0 543.104-543.104 384 384 0 0 0-543.104 543.104z"
}, null, -1);
const _hoisted_3$1b = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M497.472 96.896c22.784 4.672 44.416 9.472 64.896 14.528a256.128 256.128 0 0 0 350.208 350.208c5.056 20.48 9.856 42.112 14.528 64.896A320.128 320.128 0 0 1 497.472 96.896zM108.48 491.904a320.128 320.128 0 0 1 423.616 423.68c-23.04-3.648-44.992-7.424-65.728-11.52a256.128 256.128 0 0 0-346.496-346.432 1736.64 1736.64 0 0 1-11.392-65.728z"
}, null, -1);
function render$4b(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$4b, [
_hoisted_2$4b,
_hoisted_3$1b
]);
}
script$8m.render = render$4b;
script$8m.__file = "packages/components/Baseball.vue";
var script$8n = script$8m;
var script$8k = defineComponent({
name: "Bicycle"
});
const _hoisted_1$4a = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$4a = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z"
}, null, -1);
const _hoisted_3$1a = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z"
}, null, -1);
const _hoisted_4$j = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z"
}, null, -1);
const _hoisted_5$2 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z"
}, null, -1);
const _hoisted_6 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "m373.376 599.808-42.752-47.616 320-288 42.752 47.616z"
}, null, -1);
function render$4a(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$4a, [
_hoisted_2$4a,
_hoisted_3$1a,
_hoisted_4$j,
_hoisted_5$2,
_hoisted_6
]);
}
script$8k.render = render$4a;
script$8k.__file = "packages/components/Bicycle.vue";
var script$8l = script$8k;
var script$8i = defineComponent({
name: "BellFilled"
});
const _hoisted_1$49 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$49 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M640 832a128 128 0 0 1-256 0h256zm192-64H134.4a38.4 38.4 0 0 1 0-76.8H192V448c0-154.88 110.08-284.16 256.32-313.6a64 64 0 1 1 127.36 0A320.128 320.128 0 0 1 832 448v243.2h57.6a38.4 38.4 0 0 1 0 76.8H832z"
}, null, -1);
function render$49(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$49, [
_hoisted_2$49
]);
}
script$8i.render = render$49;
script$8i.__file = "packages/components/BellFilled.vue";
var script$8j = script$8i;
var script$8g = defineComponent({
name: "Basketball"
});
const _hoisted_1$48 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$48 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M778.752 788.224a382.464 382.464 0 0 0 116.032-245.632 256.512 256.512 0 0 0-241.728-13.952 762.88 762.88 0 0 1 125.696 259.584zm-55.04 44.224a699.648 699.648 0 0 0-125.056-269.632 256.128 256.128 0 0 0-56.064 331.968 382.72 382.72 0 0 0 181.12-62.336zm-254.08 61.248A320.128 320.128 0 0 1 557.76 513.6a715.84 715.84 0 0 0-48.192-48.128 320.128 320.128 0 0 1-379.264 88.384 382.4 382.4 0 0 0 110.144 229.696 382.4 382.4 0 0 0 229.184 110.08zM129.28 481.088a256.128 256.128 0 0 0 331.072-56.448 699.648 699.648 0 0 0-268.8-124.352 382.656 382.656 0 0 0-62.272 180.8zm106.56-235.84a762.88 762.88 0 0 1 258.688 125.056 256.512 256.512 0 0 0-13.44-241.088A382.464 382.464 0 0 0 235.84 245.248zm318.08-114.944c40.576 89.536 37.76 193.92-8.448 281.344a779.84 779.84 0 0 1 66.176 66.112 320.832 320.832 0 0 1 282.112-8.128 382.4 382.4 0 0 0-110.144-229.12 382.4 382.4 0 0 0-229.632-110.208zM828.8 828.8a448 448 0 1 1-633.6-633.6 448 448 0 0 1 633.6 633.6z"
}, null, -1);
function render$48(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$48, [
_hoisted_2$48
]);
}
script$8g.render = render$48;
script$8g.__file = "packages/components/Basketball.vue";
var script$8h = script$8g;
var script$8e = defineComponent({
name: "Bottom"
});
const _hoisted_1$47 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$47 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z"
}, null, -1);
function render$47(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$47, [
_hoisted_2$47
]);
}
script$8e.render = render$47;
script$8e.__file = "packages/components/Bottom.vue";
var script$8f = script$8e;
var script$8c = defineComponent({
name: "Box"
});
const _hoisted_1$46 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$46 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M317.056 128 128 344.064V896h768V344.064L706.944 128H317.056zm-14.528-64h418.944a32 32 0 0 1 24.064 10.88l206.528 236.096A32 32 0 0 1 960 332.032V928a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V332.032a32 32 0 0 1 7.936-21.12L278.4 75.008A32 32 0 0 1 302.528 64z"
}, null, -1);
const _hoisted_3$19 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M64 320h896v64H64z"
}, null, -1);
const _hoisted_4$i = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M448 327.872V640h128V327.872L526.08 128h-28.16L448 327.872zM448 64h128l64 256v352a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V320l64-256z"
}, null, -1);
function render$46(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$46, [
_hoisted_2$46,
_hoisted_3$19,
_hoisted_4$i
]);
}
script$8c.render = render$46;
script$8c.__file = "packages/components/Box.vue";
var script$8d = script$8c;
var script$8a = defineComponent({
name: "Briefcase"
});
const _hoisted_1$45 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$45 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M320 320V128h384v192h192v192H128V320h192zM128 576h768v320H128V576zm256-256h256.064V192H384v128z"
}, null, -1);
function render$45(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$45, [
_hoisted_2$45
]);
}
script$8a.render = render$45;
script$8a.__file = "packages/components/Briefcase.vue";
var script$8b = script$8a;
var script$88 = defineComponent({
name: "BrushFilled"
});
const _hoisted_1$44 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$44 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M608 704v160a96 96 0 0 1-192 0V704h-96a128 128 0 0 1-128-128h640a128 128 0 0 1-128 128h-96zM192 512V128.064h640V512H192z"
}, null, -1);
function render$44(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$44, [
_hoisted_2$44
]);
}
script$88.render = render$44;
script$88.__file = "packages/components/BrushFilled.vue";
var script$89 = script$88;
var script$86 = defineComponent({
name: "Bowl"
});
const _hoisted_1$43 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$43 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M714.432 704a351.744 351.744 0 0 0 148.16-256H161.408a351.744 351.744 0 0 0 148.16 256h404.864zM288 766.592A415.68 415.68 0 0 1 96 416a32 32 0 0 1 32-32h768a32 32 0 0 1 32 32 415.68 415.68 0 0 1-192 350.592V832a64 64 0 0 1-64 64H352a64 64 0 0 1-64-64v-65.408zM493.248 320h-90.496l254.4-254.4a32 32 0 1 1 45.248 45.248L493.248 320zm187.328 0h-128l269.696-155.712a32 32 0 0 1 32 55.424L680.576 320zM352 768v64h320v-64H352z"
}, null, -1);
function render$43(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$43, [
_hoisted_2$43
]);
}
script$86.render = render$43;
script$86.__file = "packages/components/Bowl.vue";
var script$87 = script$86;
var script$84 = defineComponent({
name: "Avatar"
});
const _hoisted_1$42 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$42 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M628.736 528.896A416 416 0 0 1 928 928H96a415.872 415.872 0 0 1 299.264-399.104L512 704l116.736-175.104zM720 304a208 208 0 1 1-416 0 208 208 0 0 1 416 0z"
}, null, -1);
function render$42(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$42, [
_hoisted_2$42
]);
}
script$84.render = render$42;
script$84.__file = "packages/components/Avatar.vue";
var script$85 = script$84;
var script$82 = defineComponent({
name: "Brush"
});
const _hoisted_1$41 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$41 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M896 448H128v192a64 64 0 0 0 64 64h192v192h256V704h192a64 64 0 0 0 64-64V448zm-770.752-64c0-47.552 5.248-90.24 15.552-128 14.72-54.016 42.496-107.392 83.2-160h417.28l-15.36 70.336L736 96h211.2c-24.832 42.88-41.92 96.256-51.2 160a663.872 663.872 0 0 0-6.144 128H960v256a128 128 0 0 1-128 128H704v160a32 32 0 0 1-32 32H352a32 32 0 0 1-32-32V768H192A128 128 0 0 1 64 640V384h61.248zm64 0h636.544c-2.048-45.824.256-91.584 6.848-137.216 4.48-30.848 10.688-59.776 18.688-86.784h-96.64l-221.12 141.248L561.92 160H256.512c-25.856 37.888-43.776 75.456-53.952 112.832-8.768 32.064-13.248 69.12-13.312 111.168z"
}, null, -1);
function render$41(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$41, [
_hoisted_2$41
]);
}
script$82.render = render$41;
script$82.__file = "packages/components/Brush.vue";
var script$83 = script$82;
var script$80 = defineComponent({
name: "Burger"
});
const _hoisted_1$40 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$40 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M160 512a32 32 0 0 0-32 32v64a32 32 0 0 0 30.08 32H864a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32H160zm736-58.56A96 96 0 0 1 960 544v64a96 96 0 0 1-51.968 85.312L855.36 833.6a96 96 0 0 1-89.856 62.272H258.496A96 96 0 0 1 168.64 833.6l-52.608-140.224A96 96 0 0 1 64 608v-64a96 96 0 0 1 64-90.56V448a384 384 0 1 1 768 5.44zM832 448a320 320 0 0 0-640 0h640zM512 704H188.352l40.192 107.136a32 32 0 0 0 29.952 20.736h507.008a32 32 0 0 0 29.952-20.736L835.648 704H512z"
}, null, -1);
function render$40(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$40, [
_hoisted_2$40
]);
}
script$80.render = render$40;
script$80.__file = "packages/components/Burger.vue";
var script$81 = script$80;
var script$7_ = defineComponent({
name: "Camera"
});
const _hoisted_1$3$ = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3$ = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M896 256H128v576h768V256zm-199.424-64-32.064-64h-304.96l-32 64h369.024zM96 192h160l46.336-92.608A64 64 0 0 1 359.552 64h304.96a64 64 0 0 1 57.216 35.328L768.192 192H928a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32zm416 512a160 160 0 1 0 0-320 160 160 0 0 0 0 320zm0 64a224 224 0 1 1 0-448 224 224 0 0 1 0 448z"
}, null, -1);
function render$3$(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3$, [
_hoisted_2$3$
]);
}
script$7_.render = render$3$;
script$7_.__file = "packages/components/Camera.vue";
var script$7$ = script$7_;
var script$7Y = defineComponent({
name: "BottomLeft"
});
const _hoisted_1$3_ = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3_ = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z"
}, null, -1);
const _hoisted_3$18 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z"
}, null, -1);
function render$3_(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3_, [
_hoisted_2$3_,
_hoisted_3$18
]);
}
script$7Y.render = render$3_;
script$7Y.__file = "packages/components/BottomLeft.vue";
var script$7Z = script$7Y;
var script$7W = defineComponent({
name: "Calendar"
});
const _hoisted_1$3Z = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3Z = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M128 384v512h768V192H768v32a32 32 0 1 1-64 0v-32H320v32a32 32 0 0 1-64 0v-32H128v128h768v64H128zm192-256h384V96a32 32 0 1 1 64 0v32h160a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h160V96a32 32 0 0 1 64 0v32zm-32 384h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64zm0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64zm192-192h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64zm0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64zm192-192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64zm0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64z"
}, null, -1);
function render$3Z(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3Z, [
_hoisted_2$3Z
]);
}
script$7W.render = render$3Z;
script$7W.__file = "packages/components/Calendar.vue";
var script$7X = script$7W;
var script$7U = defineComponent({
name: "CaretBottom"
});
const _hoisted_1$3Y = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3Y = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "m192 384 320 384 320-384z"
}, null, -1);
function render$3Y(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3Y, [
_hoisted_2$3Y
]);
}
script$7U.render = render$3Y;
script$7U.__file = "packages/components/CaretBottom.vue";
var script$7V = script$7U;
var script$7S = defineComponent({
name: "CaretLeft"
});
const _hoisted_1$3X = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3X = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M672 192 288 511.936 672 832z"
}, null, -1);
function render$3X(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3X, [
_hoisted_2$3X
]);
}
script$7S.render = render$3X;
script$7S.__file = "packages/components/CaretLeft.vue";
var script$7T = script$7S;
var script$7Q = defineComponent({
name: "CaretRight"
});
const _hoisted_1$3W = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3W = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M384 192v640l384-320.064z"
}, null, -1);
function render$3W(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3W, [
_hoisted_2$3W
]);
}
script$7Q.render = render$3W;
script$7Q.__file = "packages/components/CaretRight.vue";
var script$7R = script$7Q;
var script$7O = defineComponent({
name: "CaretTop"
});
const _hoisted_1$3V = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3V = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M512 320 192 704h639.936z"
}, null, -1);
function render$3V(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3V, [
_hoisted_2$3V
]);
}
script$7O.render = render$3V;
script$7O.__file = "packages/components/CaretTop.vue";
var script$7P = script$7O;
var script$7M = defineComponent({
name: "ChatDotSquare"
});
const _hoisted_1$3U = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3U = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88L273.536 736zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128H296z"
}, null, -1);
const _hoisted_3$17 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M512 499.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zm192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zm-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4z"
}, null, -1);
function render$3U(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3U, [
_hoisted_2$3U,
_hoisted_3$17
]);
}
script$7M.render = render$3U;
script$7M.__file = "packages/components/ChatDotSquare.vue";
var script$7N = script$7M;
var script$7K = defineComponent({
name: "Cellphone"
});
const _hoisted_1$3T = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3T = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M256 128a64 64 0 0 0-64 64v640a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64H256zm0-64h512a128 128 0 0 1 128 128v640a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V192A128 128 0 0 1 256 64zm128 128h256a32 32 0 1 1 0 64H384a32 32 0 0 1 0-64zm128 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128z"
}, null, -1);
function render$3T(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3T, [
_hoisted_2$3T
]);
}
script$7K.render = render$3T;
script$7K.__file = "packages/components/Cellphone.vue";
var script$7L = script$7K;
var script$7I = defineComponent({
name: "ChatDotRound"
});
const _hoisted_1$3S = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3S = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.056 461.056 0 0 1-206.912-48.384l-175.616 58.56z"
}, null, -1);
const _hoisted_3$16 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M512 563.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zm192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zm-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4z"
}, null, -1);
function render$3S(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3S, [
_hoisted_2$3S,
_hoisted_3$16
]);
}
script$7I.render = render$3S;
script$7I.__file = "packages/components/ChatDotRound.vue";
var script$7J = script$7I;
var script$7G = defineComponent({
name: "ChatLineSquare"
});
const _hoisted_1$3R = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3R = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M160 826.88 273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128H296z"
}, null, -1);
const _hoisted_3$15 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M352 512h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32zm0-192h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32z"
}, null, -1);
function render$3R(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3R, [
_hoisted_2$3R,
_hoisted_3$15
]);
}
script$7G.render = render$3R;
script$7G.__file = "packages/components/ChatLineSquare.vue";
var script$7H = script$7G;
var script$7E = defineComponent({
name: "ChatLineRound"
});
const _hoisted_1$3Q = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3Q = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.056 461.056 0 0 1-206.912-48.384l-175.616 58.56z"
}, null, -1);
const _hoisted_3$14 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M352 576h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32zm32-192h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32z"
}, null, -1);
function render$3Q(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3Q, [
_hoisted_2$3Q,
_hoisted_3$14
]);
}
script$7E.render = render$3Q;
script$7E.__file = "packages/components/ChatLineRound.vue";
var script$7F = script$7E;
var script$7C = defineComponent({
name: "ChatRound"
});
const _hoisted_1$3P = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3P = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "m174.72 855.68 130.048-43.392 23.424 11.392C382.4 849.984 444.352 864 512 864c223.744 0 384-159.872 384-352 0-192.832-159.104-352-384-352S128 319.168 128 512a341.12 341.12 0 0 0 69.248 204.288l21.632 28.8-44.16 110.528zm-45.248 82.56A32 32 0 0 1 89.6 896l56.512-141.248A405.12 405.12 0 0 1 64 512C64 299.904 235.648 96 512 96s448 203.904 448 416-173.44 416-448 416c-79.68 0-150.848-17.152-211.712-46.72l-170.88 56.96z"
}, null, -1);
function render$3P(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3P, [
_hoisted_2$3P
]);
}
script$7C.render = render$3P;
script$7C.__file = "packages/components/ChatRound.vue";
var script$7D = script$7C;
var script$7A = defineComponent({
name: "Check"
});
const _hoisted_1$3O = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3O = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"
}, null, -1);
function render$3O(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3O, [
_hoisted_2$3O
]);
}
script$7A.render = render$3O;
script$7A.__file = "packages/components/Check.vue";
var script$7B = script$7A;
var script$7y = defineComponent({
name: "ChatSquare"
});
const _hoisted_1$3N = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3N = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88L273.536 736zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128H296z"
}, null, -1);
function render$3N(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3N, [
_hoisted_2$3N
]);
}
script$7y.render = render$3N;
script$7y.__file = "packages/components/ChatSquare.vue";
var script$7z = script$7y;
var script$7w = defineComponent({
name: "Cherry"
});
const _hoisted_1$3M = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3M = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M261.056 449.6c13.824-69.696 34.88-128.96 63.36-177.728 23.744-40.832 61.12-88.64 112.256-143.872H320a32 32 0 0 1 0-64h384a32 32 0 1 1 0 64H554.752c14.912 39.168 41.344 86.592 79.552 141.76 47.36 68.48 84.8 106.752 106.304 114.304a224 224 0 1 1-84.992 14.784c-22.656-22.912-47.04-53.76-73.92-92.608-38.848-56.128-67.008-105.792-84.352-149.312-55.296 58.24-94.528 107.52-117.76 147.2-23.168 39.744-41.088 88.768-53.568 147.072a224.064 224.064 0 1 1-64.96-1.6zM288 832a160 160 0 1 0 0-320 160 160 0 0 0 0 320zm448-64a160 160 0 1 0 0-320 160 160 0 0 0 0 320z"
}, null, -1);
function render$3M(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3M, [
_hoisted_2$3M
]);
}
script$7w.render = render$3M;
script$7w.__file = "packages/components/Cherry.vue";
var script$7x = script$7w;
var script$7u = defineComponent({
name: "Chicken"
});
const _hoisted_1$3L = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3L = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M349.952 716.992 478.72 588.16a106.688 106.688 0 0 1-26.176-19.072 106.688 106.688 0 0 1-19.072-26.176L304.704 671.744c.768 3.072 1.472 6.144 2.048 9.216l2.048 31.936 31.872 1.984c3.136.64 6.208 1.28 9.28 2.112zm57.344 33.152a128 128 0 1 1-216.32 114.432l-1.92-32-32-1.92a128 128 0 1 1 114.432-216.32L416.64 469.248c-2.432-101.44 58.112-239.104 149.056-330.048 107.328-107.328 231.296-85.504 316.8 0 85.44 85.44 107.328 209.408 0 316.8-91.008 90.88-228.672 151.424-330.112 149.056L407.296 750.08zm90.496-226.304c49.536 49.536 233.344-7.04 339.392-113.088 78.208-78.208 63.232-163.072 0-226.304-63.168-63.232-148.032-78.208-226.24 0C504.896 290.496 448.32 474.368 497.792 523.84zM244.864 708.928a64 64 0 1 0-59.84 59.84l56.32-3.52 3.52-56.32zm8.064 127.68a64 64 0 1 0 59.84-59.84l-56.32 3.52-3.52 56.32z"
}, null, -1);
function render$3L(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3L, [
_hoisted_2$3L
]);
}
script$7u.render = render$3L;
script$7u.__file = "packages/components/Chicken.vue";
var script$7v = script$7u;
var script$7s = defineComponent({
name: "CircleCheckFilled"
});
const _hoisted_1$3K = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3K = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336L456.192 600.384z"
}, null, -1);
function render$3K(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3K, [
_hoisted_2$3K
]);
}
script$7s.render = render$3K;
script$7s.__file = "packages/components/CircleCheckFilled.vue";
var script$7t = script$7s;
var script$7q = defineComponent({
name: "CircleCheck"
});
const _hoisted_1$3J = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3J = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"
}, null, -1);
const _hoisted_3$13 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752l265.344-265.408z"
}, null, -1);
function render$3J(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3J, [
_hoisted_2$3J,
_hoisted_3$13
]);
}
script$7q.render = render$3J;
script$7q.__file = "packages/components/CircleCheck.vue";
var script$7r = script$7q;
var script$7o = defineComponent({
name: "Checked"
});
const _hoisted_1$3I = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3I = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M704 192h160v736H160V192h160.064v64H704v-64zM311.616 537.28l-45.312 45.248L447.36 763.52l316.8-316.8-45.312-45.184L447.36 673.024 311.616 537.28zM384 192V96h256v96H384z"
}, null, -1);
function render$3I(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3I, [
_hoisted_2$3I
]);
}
script$7o.render = render$3I;
script$7o.__file = "packages/components/Checked.vue";
var script$7p = script$7o;
var script$7m = defineComponent({
name: "CircleCloseFilled"
});
const _hoisted_1$3H = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3H = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336L512 457.664z"
}, null, -1);
function render$3H(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3H, [
_hoisted_2$3H
]);
}
script$7m.render = render$3H;
script$7m.__file = "packages/components/CircleCloseFilled.vue";
var script$7n = script$7m;
var script$7k = defineComponent({
name: "CircleClose"
});
const _hoisted_1$3G = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3G = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z"
}, null, -1);
const _hoisted_3$12 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"
}, null, -1);
function render$3G(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3G, [
_hoisted_2$3G,
_hoisted_3$12
]);
}
script$7k.render = render$3G;
script$7k.__file = "packages/components/CircleClose.vue";
var script$7l = script$7k;
var script$7i = defineComponent({
name: "ArrowRight"
});
const _hoisted_1$3F = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3F = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"
}, null, -1);
function render$3F(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3F, [
_hoisted_2$3F
]);
}
script$7i.render = render$3F;
script$7i.__file = "packages/components/ArrowRight.vue";
var script$7j = script$7i;
var script$7g = defineComponent({
name: "CirclePlus"
});
const _hoisted_1$3E = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3E = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64z"
}, null, -1);
const _hoisted_3$11 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M480 672V352a32 32 0 1 1 64 0v320a32 32 0 0 1-64 0z"
}, null, -1);
const _hoisted_4$h = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"
}, null, -1);
function render$3E(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3E, [
_hoisted_2$3E,
_hoisted_3$11,
_hoisted_4$h
]);
}
script$7g.render = render$3E;
script$7g.__file = "packages/components/CirclePlus.vue";
var script$7h = script$7g;
var script$7e = defineComponent({
name: "Clock"
});
const _hoisted_1$3D = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3D = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"
}, null, -1);
const _hoisted_3$10 = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M480 256a32 32 0 0 1 32 32v256a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32z"
}, null, -1);
const _hoisted_4$g = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M480 512h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32z"
}, null, -1);
function render$3D(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3D, [
_hoisted_2$3D,
_hoisted_3$10,
_hoisted_4$g
]);
}
script$7e.render = render$3D;
script$7e.__file = "packages/components/Clock.vue";
var script$7f = script$7e;
var script$7c = defineComponent({
name: "CloseBold"
});
const _hoisted_1$3C = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 1024"
};
const _hoisted_2$3C = /* @__PURE__ */ createVNode("path", {
fill: "currentColor",
d: "M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z"
}, null, -1);
function render$3C(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock("svg", _hoisted_1$3C, [
_hoisted_2$3C
]);
}
script$7c.render = render$3C;
script$7c.__file = "packages/components