@opensig/opendesign
Version:
66 lines (65 loc) • 1.96 kB
JavaScript
import _sfc_main from "./OIconSort.vue2.mjs";
import { createElementBlock, openBlock, normalizeClass, createCommentVNode, Fragment, createElementVNode } from "vue";
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock(
"svg",
{
fill: "none",
viewBox: "0 0 24 24",
class: normalizeClass(_ctx.classNames)
},
[
_ctx.isClient ? (openBlock(), createElementBlock(
Fragment,
{ key: 0 },
[
_cache[0] || (_cache[0] = createElementVNode(
"path",
{
fill: "none",
d: "M0 0h24v24H0z"
},
null,
-1
/* CACHED */
)),
_cache[1] || (_cache[1] = createElementVNode(
"path",
{
fill: "currentColor",
"fill-opacity": ".8",
"fill-rule": "evenodd",
d: "m12.38 4.96 3.93 4.71c.27.33.04.83-.38.83H8.06c-.42 0-.65-.5-.38-.83l3.93-4.71c.2-.24.57-.24.77 0",
class: "sort_svg__up-arrow"
},
null,
-1
/* CACHED */
)),
_cache[2] || (_cache[2] = createElementVNode(
"path",
{
fill: "currentColor",
"fill-opacity": ".8",
"fill-rule": "evenodd",
d: "m12.38 19.03 3.93-4.71a.5.5 0 0 0-.38-.82H8.06a.5.5 0 0 0-.38.82l3.93 4.71c.2.24.57.24.77 0",
class: "sort_svg__down-arrow"
},
null,
-1
/* CACHED */
))
],
64
/* STABLE_FRAGMENT */
)) : createCommentVNode("v-if", true)
],
2
/* CLASS */
);
}
const OIconSort = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
OIconSort as default
};