UNPKG

1.18 kBJavaScriptView Raw
1import { defineComponent, openBlock, createElementBlock, createElementVNode } from 'vue';
2import _export_sfc from './_virtual/plugin-vue_export-helper.mjs';
3
4const _sfc_main = defineComponent({
5 name: "Ship"
6});
7const _hoisted_1 = {
8 viewBox: "0 0 1024 1024",
9 xmlns: "http://www.w3.org/2000/svg"
10};
11const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
12 fill: "currentColor",
13 d: "M512 386.88V448h405.568a32 32 0 0 1 30.72 40.768l-76.48 267.968A192 192 0 0 1 687.168 896H336.832a192 192 0 0 1-184.64-139.264L75.648 488.768A32 32 0 0 1 106.368 448H448V117.888a32 32 0 0 1 47.36-28.096l13.888 7.616L512 96v2.88l231.68 126.4a32 32 0 0 1-2.048 57.216L512 386.88zm0-70.272 144.768-65.792L512 171.84v144.768zM512 512H148.864l18.24 64H856.96l18.24-64H512zM185.408 640l28.352 99.2A128 128 0 0 0 336.832 832h350.336a128 128 0 0 0 123.072-92.8l28.352-99.2H185.408z"
14}, null, -1);
15const _hoisted_3 = [
16 _hoisted_2
17];
18function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19 return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
20}
21var ship = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
22
23export { ship as default };