UNPKG

@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.

44 lines (43 loc) 1.07 kB
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( "path", { d: "M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75 22.75 17.937 22.75 12 17.937 1.25 12 1.25Z", "fill-rule": "evenodd" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { d: "M10.498 7.408a1.508 1.508 0 1 1 3.001 0l-.584 5.846a.92.92 0 0 1-1.833 0l-.584-5.846Zm1.5 8.342a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z", "fill-rule": "evenodd", fill: "#FFF" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var WarningO = { render }; var index = function index2() { return svg({ name: "IconWarningO", component: WarningO })(); }; export { index as default };