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.

51 lines (50 loc) 2.32 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 597.015 597.013", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M87.331 509.681c116.438 116.443 305.916 116.443 422.353 0 116.441-116.438 116.441-305.911 0-422.349C393.247-29.11 203.77-29.11 87.331 87.332c-116.441 116.438-116.441 305.905 0 422.349zm20.172-399.198C211.175 6.812 378.243 0 488.54 108.483c104.52 102.801 103.658 274.363 0 378.035-103.676 103.668-276.378 104.668-380.037 1-103.676-103.671-104.676-273.365-1-377.035zm0 0" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { d: "M366.942 169.001H229.815c-39.772 0-72.009 32.452-72.009 72.009v114.995c0 39.771 32.452 72.008 72.009 72.008H367.2c39.771 0 72.008-32.452 72.008-72.008V241.01c-.041-39.557-32.493-72.009-72.266-72.009zm53.986 187.004h-.043c0 29.624-24.105 53.728-53.73 53.728h-137.34c-29.625 0-53.729-24.104-53.729-53.728V241.01c0-29.626 24.104-53.729 53.729-53.729h137.169c29.754 0 53.943 24.103 53.943 53.729v114.995z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = /* @__PURE__ */ createElementVNode( "path", { d: "M377.686 250.344h-42.039c-5.053 0-9.162 4.11-9.162 9.163 0 5.05 4.109 9.16 9.162 9.16h42.039c5.053 0 9.164-4.109 9.164-9.16 0-5.053-4.111-9.163-9.164-9.163zM303.409 250.344h-83.44c-5.052 0-9.161 4.11-9.161 9.163 0 5.05 4.109 9.16 9.161 9.16h83.44c5.051 0 9.162-4.109 9.162-9.16 0-5.053-4.112-9.163-9.162-9.163zM302.874 323.124h-83.439c-5.053 0-9.163 4.109-9.163 9.162 0 5.051 4.11 9.161 9.163 9.161h83.439c5.053 0 9.162-4.11 9.162-9.161 0-5.053-4.11-9.162-9.162-9.162zM377.153 323.124h-42.041c-5.053 0-9.162 4.109-9.162 9.162 0 5.051 4.109 9.161 9.162 9.161h42.041c5.051 0 9.16-4.11 9.16-9.161 0-5.053-4.109-9.162-9.16-9.162z" }, null, -1 /* HOISTED */ ); var _hoisted_5 = [_hoisted_2, _hoisted_3, _hoisted_4]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_5)); } var FilesCircle = { render }; var index = function index2() { return svg({ name: "IconFilesCircle", component: FilesCircle })(); }; export { index as default };