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.

34 lines (33 loc) 920 B
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 1c3.86 0 7 3.13 7 7 0 3.86-3.14 7-7 7-3.87 0-7-3.14-7-7 0-3.87 3.13-7 7-7Zm0 1C4.68 2 2 4.68 2 8c0 3.31 2.68 6 6 6 3.31 0 6-2.69 6-6 0-3.32-2.69-6-6-6Zm.5 4c0-.28-.23-.5-.5-.5-.28 0-.5.22-.5.5v4c0 .27.22.5.5.5.27 0 .5-.23.5-.5V6Z", "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 Shutdown = { render }; var index = function index2() { return svg({ name: "IconShutdown", component: Shutdown })(); }; export { index as default };