@opentiny/vue-icon
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
52 lines (51 loc) • 1.38 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"g",
{
fill: "none",
"fill-rule": "evenodd"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M12 .5c3.162 0 6.037 1.294 8.121 3.379A11.464 11.464 0 0 1 23.5 12c0 3.162-1.294 6.037-3.379 8.121A11.464 11.464 0 0 1 12 23.5a11.464 11.464 0 0 1-8.121-3.379A11.464 11.464 0 0 1 .5 12c0-3.162 1.294-6.037 3.379-8.121A11.464 11.464 0 0 1 12 .5Z",
stroke: "#E02128",
fill: "#FEE7E8"
}), /* @__PURE__ */ createElementVNode("rect", {
fill: "#E02128",
"fill-rule": "nonzero",
x: "11.25",
y: "6",
width: "1.5",
height: "8",
rx: ".75"
}), /* @__PURE__ */ createElementVNode("circle", {
fill: "#E02128",
"fill-rule": "nonzero",
cx: "12",
cy: "17",
r: "1"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var ExceptionO = {
render
};
var exceptionO = function exceptionO2() {
return svg({
name: "IconExceptionO",
component: ExceptionO,
filledComponent: ExceptionO
})();
};
export {
exceptionO as default
};