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.

33 lines (32 loc) 3.43 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { class: "telephone_svg__icon", viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M651.469 835.891c-18.432 0-36.557-2.765-51.815-8.601-2.97-.922-8.704-2.868-17.92-6.35-14.745-5.631-30.105-12.287-45.772-19.762-49.87-23.962-96.256-53.658-137.933-88.27-17.818-14.847-34.816-30.617-50.483-47-12.596-13.21-24.986-27.342-36.557-41.882-36.045-45.056-66.458-95.232-90.42-149.3-7.577-16.998-14.13-33.587-19.558-49.561-2.56-7.475-4.71-14.234-5.734-18.023-6.759-19.353-8.704-43.417-5.427-67.993 3.276-24.679 11.57-47.821 23.244-65.024.922-1.434 3.175-4.813 6.656-9.933a695.46 695.46 0 0 1 15.668-22.118c2.355-3.175 4.608-6.144 6.86-8.91 6.144-7.782 11.572-13.926 16.384-18.738 35.533-34.919 85.095-34.919 120.628 0 11.366 11.161 60.006 59.904 77.107 77.107 36.454 36.761 36.454 86.016.102 122.573-4.198 4.3-13.414 13.516-26.112 26.214l-17.1 17.1c.921 2.049 1.945 4.302 3.071 6.76 7.988 17.202 16.59 33.177 25.498 47.41 10.24 16.282 20.582 29.492 30.72 39.322 9.523 9.318 21.3 18.637 34.816 27.75 15.155 10.138 32.051 19.764 50.38 28.57 2.97 1.434 5.735 2.765 8.193 3.891l19.66-19.558c10.957-10.855 19.559-19.456 25.089-24.883 35.532-35.226 85.196-35.226 120.73 0 25.19 24.985 51.302 51.097 77.618 77.516 17.613 17.716 26.83 38.81 26.727 61.03-.103 22.12-9.421 43.214-27.034 61.031-6.349 6.451-15.974 13.722-30.31 22.938a4132.63 4132.63 0 0 0-8.909 5.632c-7.885 4.813-16.589 10.035-25.907 15.36-5.223 2.97-9.216 5.222-11.367 6.349-22.323 12.595-52.121 19.353-80.793 19.353zM318.874 229.888c-10.65 0-21.197 4.71-30.925 14.234-3.584 3.481-7.885 8.499-12.903 14.848a386.824 386.824 0 0 0-6.144 7.987c-4.608 6.246-9.523 13.21-14.643 20.685-3.584 5.222-5.632 8.499-6.246 9.42l-.307.41c-16.896 24.78-22.836 68.915-12.8 96.358l.41 1.127.306 1.126c.308 1.229 1.946 6.759 4.916 15.463 5.017 14.745 11.161 30.31 18.227 46.08 22.528 50.688 51.097 97.894 84.89 140.083a570.33 570.33 0 0 0 34.099 39.014c14.54 15.258 30.412 29.901 47.001 43.725 39.015 32.46 82.432 60.314 129.229 82.74 14.643 7.065 28.877 13.209 42.496 18.329 9.523 3.584 14.643 5.222 15.974 5.632l.717.205.717.307c27.136 10.445 71.782 6.758 97.485-7.987l.512-.308c1.74-.921 5.632-3.072 10.752-6.041 8.909-5.12 17.203-9.933 24.678-14.541a711.855 711.855 0 0 0 8.295-5.222c11.366-7.373 19.25-13.108 23.244-17.204 19.764-19.558 19.866-43.11.41-62.77a13755.833 13755.833 0 0 0-77.312-77.313c-19.354-19.149-42.394-19.149-61.747 0-5.53 5.427-14.029 13.927-24.986 24.883L575.59 660.48l-12.8-5.222c-4.608-1.844-12.39-5.223-23.244-10.445-20.07-9.728-38.708-20.275-55.501-31.54-15.667-10.547-29.389-21.503-40.755-32.563-12.493-12.185-24.884-27.955-36.864-46.899-9.933-15.77-19.456-33.28-28.16-52.121-4.916-10.65-7.988-18.023-9.319-21.504l-5.017-12.8 36.761-36.762 26.112-26.112c19.968-20.07 19.968-43.213-.102-63.488-17.101-17.203-65.434-65.638-76.698-76.698-9.83-9.625-20.48-14.438-31.13-14.438zM512 512z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Telephone = { render }; var index = function index2() { return svg({ name: "IconTelephone", component: Telephone })(); }; export { index as default };