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.

52 lines (51 loc) 1.34 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { "data-name": "图层 1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { "data-name": "三角形", d: "m8.84 1.5 6.04 11.13c.25.45.07 1.02-.39 1.26-.14.08-.29.12-.45.12H1.95c-.53 0-.95-.42-.95-.94 0-.16.03-.31.11-.44L7.15 1.5c.25-.46.83-.63 1.29-.38.17.08.31.22.4.38Z", style: { "fill-rule": "evenodd", "fill": "var(--tv-color-warn-icon)" } }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { "data-name": "形状结合", d: "M8 12.01a.749.749 0 1 1 0-1.5c.42 0 .75.33.75.75s-.34.75-.75.75Zm0-7c.28 0 .5.22.5.5v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5c0-.28.22-.5.5-.5Z", style: { "fill": "#fff", "fill-rule": "evenodd" } }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var WarningTriangle = { render }; var index = function index2() { return svg({ name: "IconWarningTriangle", component: WarningTriangle })(); }; export { index as default };