@koi-design/uxd-icon
Version:
icon of @koi-design/uxd-icon package
40 lines (37 loc) • 1.71 kB
JavaScript
import _sfc_main from './u-line-arrow-down-circle.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: "M512 85.333333C277.333333 85.333333 85.333333 277.333333 85.333333 512s192 426.666667 426.666667 426.666667 426.666667-192 426.666667-426.666667S746.666667 85.333333 512 85.333333z m0 791.466667c-200.533333 0-364.8-164.266667-364.8-364.8S311.466667 147.2 512 147.2 876.8 311.466667 876.8 512 712.533333 876.8 512 876.8z"
},
null,
-1
/* HOISTED */
),
createElementVNode(
"path",
{
fill: "currentColor",
d: "M665.6 505.6l-121.6 117.333333V352c0-17.066667-14.933333-32-29.866667-32s-29.866667 14.933333-29.866666 32v270.933333L362.666667 505.6c-12.8-12.8-32-10.666667-42.666667 2.133333-12.8 12.8-10.666667 34.133333 2.133333 42.666667l172.8 166.4c6.4 6.4 14.933333 8.533333 21.333334 8.533333s14.933333-2.133333 21.333333-8.533333l172.8-166.4c12.8-12.8 12.8-32 2.133333-42.666667-17.066667-12.8-36.266667-14.933333-46.933333-2.133333z"
},
null,
-1
/* HOISTED */
)
]));
}
var uLineArrowDownCircle = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { uLineArrowDownCircle as default };