@koi-design/uxd-icon
Version:
icon of @koi-design/uxd-icon package
30 lines (27 loc) • 1.13 kB
JavaScript
import _sfc_main from './u-line-arrow-right.vue2.mjs';
import { openBlock, createElementBlock, createElementVNode } from 'vue';
import _export_sfc from './_virtual/_plugin-vue_export-helper.mjs';
const _hoisted_1 = {
class: "icon",
width: "200px",
height: "200.00px",
viewBox: "0 0 1024 1024",
version: "1.1",
xmlns: "http://www.w3.org/2000/svg"
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
createElementVNode(
"path",
{
fill: "currentColor",
d: "M772.266667 544h-597.333334c-17.066667 0-32-14.933333-32-32s14.933333-32 32-32h595.2L537.6 247.466667c-12.8-12.8-12.8-32 0-44.8 12.8-12.8 32-12.8 44.8 0l285.866667 285.866666c6.4 6.4 12.8 14.933333 12.8 25.6 0 8.533333-4.266667 19.2-12.8 25.6L582.4 825.6c-12.8 12.8-32 12.8-44.8 0-12.8-12.8-12.8-32 0-44.8l234.666667-236.8z"
},
null,
-1
/* HOISTED */
)
]));
}
var uLineArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { uLineArrowRight as default };