@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.
34 lines (33 loc) • 879 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 16",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm0 4.714A.857.857 0 1 1 8 4a.857.857 0 0 1 0 1.714Zm0 1.143c.316 0 .571.256.571.572v4a.571.571 0 1 1-1.142 0v-4c0-.316.255-.572.571-.572Z",
fill: "#1476FF",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var PromptExclamation = {
render
};
var index = function index2() {
return svg({
name: "IconPromptExclamation",
component: PromptExclamation
})();
};
export {
index as default
};