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.

34 lines (33 loc) 1.15 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 24 24", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { class: "pushpin_svg__st0", d: "M7.1 3.9v1.3l.7.5 5 4 .7.6.9-.3c.7-.2 1.4-.3 2.1-.3.8 0 1.5.1 2.2.4.4.1.8.3 1.2.6l-4 4-1 1-.3.3-4 4c-.4-.7-.7-1.5-.8-2.3-.2-1.1-.1-2.2.2-3.3l.3-.9-.6-.7-4-5-.4-.7H4l3.1-3.2zm.4-2.4c-.2 0-.4.1-.6.2L1.8 6.9c-.4.3-.3.9.1 1.2.7.5 1.6.7 2.4.7h.1l4 5c-.9 2.7-.4 5.7 1.5 8 .2.2.4.3.6.3.2 0 .4-.1.6-.2L16 17l5.2 5.2c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1L17 15.9l4.8-4.8c.3-.3.3-.9-.1-1.2C20.3 8.6 18.4 8 16.5 8c-.9 0-1.8.1-2.6.4l-5-4c0-.9-.2-1.8-.7-2.6-.2-.2-.5-.3-.7-.3z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Pushpin = { render }; var index = function index2() { return svg({ name: "IconPushpin", component: Pushpin })(); }; export { index as default };