@opensig/opendesign
Version:
48 lines (47 loc) • 1.45 kB
JavaScript
import _sfc_main from "./OIconExclamationMark.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",
{ d: "M0 0h24v24H0z" },
null,
-1
/* CACHED */
)),
_cache[1] || (_cache[1] = createElementVNode(
"path",
{
fill: "#fff",
"fill-rule": "evenodd",
d: "M12 19.275a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m0-4.725a1.125 1.125 0 0 1-1.125-1.125v-7.5a1.125 1.125 0 0 1 2.25 0v7.5c0 .62-.504 1.125-1.125 1.125"
},
null,
-1
/* CACHED */
))
],
64
/* STABLE_FRAGMENT */
)) : createCommentVNode("v-if", true)
],
2
/* CLASS */
);
}
const OIconExclamationMark = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
OIconExclamationMark as default
};