@opensig/opendesign
Version:
26 lines (25 loc) • 833 B
JavaScript
import _sfc_main from "./OIconMinus.vue2.mjs";
import { createElementBlock, openBlock, normalizeClass, createCommentVNode } from "vue";
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
const _hoisted_1 = {
key: 0,
d: "m3.608 11.321.114-.009 16.555-.024a.7.7 0 0 1 .116 1.391l-.114.009-16.555.024a.7.7 0 0 1-.116-1.391"
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock(
"svg",
{
viewBox: "0 0 24 24",
class: normalizeClass(_ctx.classNames)
},
[
_ctx.isClient ? (openBlock(), createElementBlock("path", _hoisted_1)) : createCommentVNode("v-if", true)
],
2
/* CLASS */
);
}
const OIconMinus = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
OIconMinus as default
};