UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

61 lines (58 loc) 3.35 kB
'use client'; import { TITLE } from "../style.mjs"; import { memo } from "react"; import { jsx, jsxs } from "react/jsx-runtime"; //#region src/icons/QQ/components/Color.tsx const Icon = memo(({ size = "1em", style, ...rest }) => { return /* @__PURE__ */ jsxs("svg", { height: size, style: { flex: "none", lineHeight: 1, ...style }, viewBox: "0 0 24 24", width: size, xmlns: "http://www.w3.org/2000/svg", ...rest, children: [ /* @__PURE__ */ jsx("title", { children: TITLE }), /* @__PURE__ */ jsx("path", { d: "M12.09 23.728c-2.089 0-4.01-.703-5.247-1.747-.627.186-1.43.491-1.939.864-.435.317-.38.646-.298.777.341.578 5.886.367 7.484.187v-.088.007zm0 0c2.089 0 4.01-.703 5.247-1.747.628.186 1.43.491 1.94.864.434.317.378.646.298.777-.342.578-5.887.367-7.485.187v-.088.007z", fill: "#FAAB07" }), /* @__PURE__ */ jsx("path", { d: "M12.102 11.196c3.45-.025 6.223-.69 7.162-.951.224-.063.342-.168.342-.168 0-.031.012-.56.012-.833C19.618 4.63 17.442 0 12.09 0 6.738 0 4.562 4.631 4.562 9.244c0 .273.013.802.013.833 0 0 .099.105.273.155.864.243 3.686.945 7.224.97h.024l.006-.006zm9.381 3.841a34.918 34.918 0 00-.802-2.262s-.168-.019-.255 0c-2.654.77-5.874 1.262-8.323 1.23h-.025c-2.437.032-5.632-.453-8.28-1.218-.1-.031-.299-.019-.299-.019a34.89 34.89 0 00-.802 2.263c-1.02 3.282-.69 4.644-.441 4.675.54.068 2.101-2.474 2.101-2.474 0 2.58 2.331 6.54 7.658 6.577h.143c5.334-.038 7.66-3.997 7.66-6.577 0 0 1.56 2.536 2.1 2.474.249-.031.585-1.393-.441-4.675", fill: "#000" }), /* @__PURE__ */ jsx("path", { d: "M10.188 6.813c-.727.031-1.35-.796-1.386-1.846-.038-1.05.516-1.934 1.243-1.965.727-.03 1.343.796 1.386 1.847.038 1.05-.516 1.933-1.243 1.964zm5.197-1.846c-.037 1.05-.66 1.877-1.386 1.846-.728-.031-1.281-.914-1.244-1.964.038-1.051.66-1.878 1.386-1.847.728.031 1.281.914 1.244 1.965z", fill: "#fff" }), /* @__PURE__ */ jsx("path", { d: "M16.672 8.299c-.193-.429-2.151-.908-4.57-.908h-.024c-2.418 0-4.37.479-4.57.908-.006.019-.012.037-.012.062 0 .031.013.056.025.08.162.237 2.331 1.418 4.557 1.418h.024c2.22 0 4.39-1.175 4.557-1.417a.136.136 0 00.025-.08c0-.02 0-.044-.012-.063z", fill: "#FAAB07" }), /* @__PURE__ */ jsx("path", { d: "M11.077 4.98c.03.416-.193.783-.51.826-.317.037-.597-.261-.628-.677-.03-.417.193-.784.51-.827.317-.044.597.26.628.677zm1.995.136c.063-.112.504-.721 1.405-.497.236.056.348.143.373.174.037.05.044.118.006.217-.068.187-.211.18-.292.143-.05-.024-.684-.441-1.262.18-.037.044-.112.057-.18.007a.192.192 0 01-.056-.23", fill: "#000" }), /* @__PURE__ */ jsx("path", { d: "M12.102 13.863h-.024c-1.666.018-3.693-.2-5.651-.585-.168.97-.267 2.188-.18 3.643.217 3.68 2.405 5.986 5.775 6.024h.136c3.37-.031 5.558-2.344 5.775-6.024a15.9 15.9 0 00-.18-3.649c-1.958.385-3.978.61-5.65.584", fill: "#fff" }), /* @__PURE__ */ jsx("path", { d: "M7.353 13.552v3.617s1.66.336 3.32.106v-3.338a30.925 30.925 0 01-3.32-.385z", fill: "#EB1923" }), /* @__PURE__ */ jsx("path", { d: "M19.606 10.077s-3.227 1.02-7.503 1.044h-.025c-4.27-.031-7.491-1.044-7.503-1.044l-1.082 2.698c2.704.814 6.048 1.336 8.579 1.311h.024c2.53.031 5.881-.497 8.579-1.311l-1.082-2.698h.013z", fill: "#EB1923" }) ] }); }); var Color_default = Icon; //#endregion export { Color_default as default }; //# sourceMappingURL=Color.mjs.map