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.23 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: "boat_svg__st0", d: "M13 3v1h-2V3h2zm-1 7.1 5.4 1.8 2.4.8-1.1 4c-.5-.3-.9-.7-1.1-.9L16 14l-1.5 1.7c-.3.4-1.3 1.3-2.5 1.3s-2.1-.9-2.5-1.3L8 14l-1.5 1.7c-.2.2-.6.6-1.1.9l-1.1-4 2.4-.8 5.3-1.7zM15 1H9v3H6c-1.1 0-2 .9-2 2v4.6l-1.3.4c-.3.1-.5.3-.6.5-.1.3-.1.6 0 .8L4 19c1.6 0 3-.9 4-2 1 1.1 2.4 2 4 2s3-.9 4-2c1 1.1 2.4 2 4 2l1.9-6.7c.1-.3.1-.5-.1-.8-.1-.2-.3-.4-.6-.5l-1.2-.4V6c0-1.1-.9-2-2-2h-3V1zm-9 9V6h12v4l-6-2-6 2zm10 9.7c-1.2.9-2.6 1.3-4 1.3s-2.8-.4-4-1.3c-1.2.8-2.6 1.3-4 1.3H2v2h2c1.4 0 2.7-.4 4-1 1.3.6 2.6 1 4 1s2.7-.3 4-1c1.3.6 2.6 1 4 1h2v-2h-2c-1.4 0-2.8-.5-4-1.3z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Boat = { render }; var index = function index2() { return svg({ name: "IconBoat", component: Boat })(); }; export { index as default };