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.

32 lines (31 loc) 2.05 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M884.364 535.273c51.2 0 93.09 41.89 93.09 93.09v256c0 51.2-41.89 93.092-93.09 93.092h-256c-51.2 0-93.091-41.891-93.091-93.091v-256c0-51.2 41.89-93.091 93.09-93.091h256zm23.272 349.09v-256c0-12.613-10.659-23.272-23.272-23.272h-256c-12.614 0-23.273 10.659-23.273 23.273v256c0 12.613 10.659 23.272 23.273 23.272h256c12.613 0 23.272-10.659 23.272-23.272zM884.364 46.546c51.2 0 93.09 41.891 93.09 93.091v256c0 51.2-41.89 93.091-93.09 93.091h-256c-51.2 0-93.091-41.89-93.091-93.09v-256c0-51.2 41.89-93.092 93.09-93.092h256zm23.272 349.091v-256c0-12.613-10.659-23.272-23.272-23.272h-256c-12.614 0-23.273 10.659-23.273 23.272v256c0 12.614 10.659 23.273 23.273 23.273h256c12.613 0 23.272-10.659 23.272-23.273zm-768-349.09h256c51.2 0 93.091 41.89 93.091 93.09v256c0 51.2-41.89 93.091-93.09 93.091h-256c-51.2 0-93.092-41.89-93.092-93.09v-256c0-51.2 41.891-93.092 93.091-93.092zm279.273 349.09v-256c0-12.613-10.659-23.272-23.273-23.272h-256c-12.613 0-23.272 10.659-23.272 23.272v256c0 12.614 10.659 23.273 23.272 23.273h256c12.614 0 23.273-10.659 23.273-23.273zm-23.273 139.637c51.2 0 93.091 41.89 93.091 93.09v256c0 51.2-41.89 93.092-93.09 93.092h-256c-51.2 0-93.092-41.891-93.092-93.091v-256c0-51.2 41.891-93.091 93.091-93.091h256zm23.273 349.09v-256c0-12.613-10.659-23.272-23.273-23.272h-256c-12.613 0-23.272 10.659-23.272 23.273v256c0 12.613 10.659 23.272 23.272 23.272h256c12.614 0 23.273-10.659 23.273-23.272z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Application = { render }; var index = function index2() { return svg({ name: "IconApplication", component: Application })(); }; export { index as default };