UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

37 lines (36 loc) 1.17 kB
import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue"; const _sfc_main = defineComponent({ name: "SliderArrowStatic" }); const _export_sfc = (sfc, props) => { const target = sfc.__vccOpts || sfc; for (const [key, val] of props) { target[key] = val; } return target; }; const _hoisted_1 = { t: "1750558814817", class: "icon", viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "3007", width: "200", height: "200" }; const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M883.2 723.2a44.8 44.8 0 0 1 0 89.6H140.8a44.8 44.8 0 0 1 0-89.6h742.4z m0-256a44.8 44.8 0 0 1 0 89.6H140.8a44.8 44.8 0 0 1 0-89.6h742.4z m0-256a44.8 44.8 0 0 1 0 89.6H140.8a44.8 44.8 0 0 1 0-89.6h742.4z", fill: "currentColor", "p-id": "3008" }, null, -1); const _hoisted_3 = [ _hoisted_2 ]; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3); } const SliderArrowStatic = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { SliderArrowStatic as default };