@opensig/opendesign
Version:
65 lines (64 loc) • 1.99 kB
JavaScript
"use strict";
const OIconSort_vue_vue_type_script_lang = require("./OIconSort.vue2.js");
const vue = require("vue");
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock(
"svg",
{
fill: "none",
viewBox: "0 0 24 24",
class: vue.normalizeClass(_ctx.classNames)
},
[
_ctx.isClient ? (vue.openBlock(), vue.createElementBlock(
vue.Fragment,
{ key: 0 },
[
_cache[0] || (_cache[0] = vue.createElementVNode(
"path",
{
fill: "none",
d: "M0 0h24v24H0z"
},
null,
-1
/* CACHED */
)),
_cache[1] || (_cache[1] = vue.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] = vue.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 */
)) : vue.createCommentVNode("v-if", true)
],
2
/* CLASS */
);
}
const OIconSort = /* @__PURE__ */ _pluginVue_exportHelper(OIconSort_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = OIconSort;