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.

35 lines (34 loc) 1.99 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "g", { "clip-path": "url(#location-number_svg__clip131_1907)" }, [/* @__PURE__ */ createElementVNode("path", { d: "M13.553 16.442C16.85 13.222 18.5 10.3 18.5 7.675c0-3.756-2.91-6.8-6.5-6.8s-6.5 3.044-6.5 6.8c0 2.624 1.649 5.546 4.947 8.767C7.887 16.671 6 17.45 6 18.375c0 1.104 2.686 2 6 2s6-.896 6-2c0-.926-1.886-1.704-4.447-1.933ZM12.14 7.41c.366 0 .699.07.999.212a2.18 2.18 0 0 1 1.091 1.16c.12.29.18.607.18.947 0 .35-.063.673-.19.968a2.252 2.252 0 0 1-.473.706 2.43 2.43 0 0 1-.818.532 2.598 2.598 0 0 1-.958.175 2.612 2.612 0 0 1-1.257-.305 2.245 2.245 0 0 1-.87-.854 2.958 2.958 0 0 1-.314-1.26 2.669 2.669 0 0 1 .2-1.021c.133-.32.356-.734.669-1.24L12.1 4.67h1.189L11.81 7.05l-.31.451c.172-.06.386-.09.64-.09Zm-.181 3.73c.269 0 .501-.06.697-.18a1.277 1.277 0 0 0 .392-.393c.141-.224.212-.494.212-.808 0-.347-.08-.638-.243-.873a1.269 1.269 0 0 0-.361-.346 1.305 1.305 0 0 0-.697-.18 1.3 1.3 0 0 0-.677.17 1.17 1.17 0 0 0-.4.392c-.148.231-.222.51-.222.837 0 .336.078.62.234.85a1.243 1.243 0 0 0 .367.352c.196.12.429.18.698.18ZM1.25 18.377c0-1.742 2.122-3.265 5.286-4.092.284.417.593.837.924 1.26-2.811.557-4.71 1.616-4.71 2.832 0 1.794 4.141 3.25 9.25 3.25s9.25-1.456 9.25-3.25c0-1.216-1.899-2.275-4.71-2.833.331-.422.64-.842.924-1.259 3.164.827 5.286 2.35 5.286 4.092 0 2.623-4.813 4.75-10.75 4.75s-10.75-2.127-10.75-4.75Z", "fill-rule": "evenodd" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var LocationNumber = { render }; var index = function index2() { return svg({ name: "IconLocationNumber", component: LocationNumber })(); }; export { index as default };