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.

33 lines (32 loc) 1.39 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M17 23.002a4.992 4.992 0 0 1-4 2 4.992 4.992 0 0 1-3.999-2H17ZM12.71 1.5a.75.75 0 0 1 .744.648l.007.102v.696c3.002.303 5.529 2.408 6.343 5.3.13.446.215.915.252 1.405l.02.372.005.65c.059 4.239.966 7.246 2.675 9.04a1.218 1.218 0 0 1-.746 2.055l-.134.008H3.906a1.22 1.22 0 0 1-.93-2.006c1.507-1.794 2.311-4.819 2.365-9.082l.003-.461v-.108l.011-.3a6.835 6.835 0 0 1 .257-1.554c.812-2.905 3.342-5.015 6.348-5.32V2.25a.75.75 0 0 1 .75-.75Zm0 2.908a5.865 5.865 0 0 0-5.655 4.268 5.221 5.221 0 0 0-.177.902l-.025.319-.007.177-.005.634c-.05 3.946-.718 6.975-2.035 9.086l-.162.25-.162.231h16.772l-.156-.197c-1.572-2.046-2.397-5.028-2.507-8.931l-.01-.455-.005-.63a5.479 5.479 0 0 0-.214-1.402c-.701-2.494-3.001-4.252-5.651-4.252Z", "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 PublicNotice = { render }; var index = function index2() { return svg({ name: "IconPublicNotice", component: PublicNotice })(); }; export { index as default };