@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.
32 lines (31 loc) • 824 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.6 9.5c0 .3-.301.6-.6.6-.201 0-.352-.05-.451-.15-.1-.1-.15-.25-.15-.45V5.6c0-.3.3-.6.601-.6.299 0 .6.3.6.6v3.9ZM8 13c.398 0 .799-.4.799-.8 0-.5-.4-.9-.799-.9-.4 0-.8.4-.8.9 0 .4.4.8.8.8Z",
"clip-rule": "evenodd",
"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 Warn = {
render
};
var index = svg({
name: "IconWarn",
component: Warn
});
export {
index as default
};