@opensig/opendesign
Version:
26 lines (25 loc) • 1.01 kB
JavaScript
import _sfc_main from "./OIconChevronRightSmall.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: "M10.202 17.154a.56.56 0 0 1-.048-.736l.048-.056 4.008-4.016c.08-.08.096-.2.04-.296l-.04-.04-4.048-4.056a.565.565 0 0 1 0-.792c.2-.2.52-.216.736-.048l.056.048 4.048 4.056c.504.496.536 1.296.08 1.832l-.08.088-4.008 4.016a.565.565 0 0 1-.792 0"
};
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 OIconChevronRightSmall = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
OIconChevronRightSmall as default
};