UNPKG

@opentiny/vue-icon

Version:

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

42 lines (41 loc) 2.42 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 597.015 597.014", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M87.331 509.681c116.438 116.443 305.915 116.443 422.353 0 116.441-116.438 116.441-305.911 0-422.349C393.246-29.11 203.77-29.11 87.331 87.332c-116.441 116.438-116.441 305.905 0 422.349zm20.172-399.198C211.175 6.812 378.242 0 488.539 108.483c104.52 102.801 103.658 274.363 0 378.035-103.676 103.668-276.378 104.668-380.036 1-103.676-103.671-104.676-273.365-1-377.035zm0 0" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { d: "M373.891 440.117h-.003c-5.083 0-9.817-.793-14.089-2.358-5.081-1.353-53.431-15.552-119.208-81.333-63.754-63.751-79.508-113.833-81.034-119.108-5.968-14.877-1.601-35.497 10.031-47.126l24.755-24.755c5.505-5.51 12.6-8.54 19.971-8.54 8.537 0 16.6 4.081 22.119 11.2l36.299 46.797c5.733 7.389 6.428 19.463 1.589 27.488l-18.07 29.936c1.305 4.739 6.695 19.256 27.464 41.232 22.703 21.496 36.468 26.272 40.835 27.303l30.086-18.153c7.854-4.752 20.263-4.006 27.489 1.584l46.794 36.302c6.687 5.184 10.649 12.441 11.149 20.429.503 7.99-2.51 15.685-8.487 21.66l-24.757 24.756c-7.826 7.826-20.448 12.686-32.933 12.686zM214.313 169.322c-4.055 0-8.025 1.738-11.186 4.899l-24.756 24.757c-8.006 8.008-11.367 23.863-7.193 33.934l.252.732c.137.5 14.528 50.574 77.946 113.994 65.677 65.674 113.311 78.039 113.785 78.155l.702.219c2.903 1.1 6.371 1.678 10.027 1.678 9.171 0 18.65-3.549 24.148-9.046l24.755-24.755c3.418-3.419 5.148-7.715 4.875-12.094-.276-4.38-2.535-8.425-6.364-11.396l-46.796-36.298c-3.249-2.519-9.911-2.903-13.455-.765l-33.525 20.229-1.76-.014c-1.852-.02-18.981-1.041-50.842-31.225-28.871-30.537-31.26-48.619-31.439-50.581l-.183-2.026 20.375-33.761c2.21-3.669 1.846-10.079-.768-13.453l-36.3-46.796c-3.194-4.117-7.562-6.387-12.298-6.387zm0 0" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var TelephoneCircle = { render }; var index = function index2() { return svg({ name: "IconTelephoneCircle", component: TelephoneCircle })(); }; export { index as default };