UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

35 lines (34 loc) 1.16 kB
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue"; const _sfc_main = defineComponent({ name: "SliderArrowSlide" }); 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: "1750558787364", class: "icon", viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "2865", width: "200", height: "200" }; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [ createElementVNode("path", { d: "M793.751 733.16l0-181.775-145.42 0 0-96.948L787.69199999 454.437l0-187.833L1024 502.911zM230.248 733.16l0-181.775L375.669 551.385l0-96.948-139.36099999 0 0-187.833L0 502.911zM575.621 757.396L442.32 757.396l0-490.793L575.621 266.603z", fill: "currentColor", "p-id": "2866" }, null, -1) ])); } const SliderArrowSlide = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { SliderArrowSlide as default };