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.

24 lines (23 loc) 2.65 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createStaticVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 120 120", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<g fill="none" fill-rule="evenodd"><path d="M0 0h120v120H0z"></path><g fill-rule="nonzero" transform="translate(3 21)"><rect fill="#FFF" width="102.903" height="78.69" rx="4.218"></rect><path d="M98.16 0c2.62 0 4.743 2.11 4.743 4.712v69.266c0 2.603-2.123 4.712-4.742 4.712H4.742C2.123 78.69 0 76.58 0 73.978V4.712C0 2.11 2.123 0 4.742 0h93.419Zm0 1.274H4.743c-1.911 0-3.46 1.539-3.46 3.438v69.266c0 1.9 1.549 3.439 3.46 3.439h93.419c1.91 0 3.46-1.54 3.46-3.439V4.712c0-1.899-1.55-3.438-3.46-3.438Z" fill="#8F8F8F"></path><path d="M4.218 0h94.327a4.218 4.218 0 0 1 4.218 4.218v12.961H0V4.218A4.218 4.218 0 0 1 4.218 0Z" fill="#EEE"></path><path d="M98.021 0c2.62 0 4.742 2.11 4.742 4.712v12.467H0V4.712C0 2.11 2.123 0 4.742 0h93.28Zm0 1.274H4.742c-1.911 0-3.46 1.539-3.46 3.438v11.194h100.2V4.712c0-1.853-1.475-3.363-3.321-3.436l-.14-.002Z" fill="#818181"></path><path d="M94.448 10.783a2.032 2.032 0 0 0 2.042-2.022 2.032 2.032 0 0 0-2.042-2.021 2.032 2.032 0 0 0-2.042 2.021c0 1.117.914 2.022 2.042 2.022Zm-6.806 0a2.032 2.032 0 0 0 2.042-2.022 2.032 2.032 0 0 0-2.042-2.021A2.032 2.032 0 0 0 85.6 8.76c0 1.117.914 2.022 2.042 2.022Zm-6.806 0a2.032 2.032 0 0 0 2.042-2.022 2.032 2.032 0 0 0-2.042-2.021 2.032 2.032 0 0 0-2.042 2.021c0 1.117.914 2.022 2.042 2.022Z" fill="#818181"></path></g><g transform="translate(36.861 58.897)" stroke="#818181" stroke-width="1.139"><rect fill="#FFF" fill-rule="nonzero" width="36.189" height="19.038" rx="2.278"></rect><ellipse cx="17.858" cy="9.999" rx="2.266" ry="2.313"></ellipse><ellipse cx="26.363" cy="9.999" rx="2.266" ry="2.313"></ellipse><ellipse cx="9.353" cy="9.999" rx="2.266" ry="2.313"></ellipse></g><g fill-rule="nonzero"><path d="M106.39 62.363c-6.954 0-12.611 5.657-12.611 12.61 0 6.954 5.657 12.611 12.61 12.611 6.954 0 12.611-5.657 12.611-12.61 0-6.954-5.657-12.611-12.61-12.611" fill="#0067D1"></path><path d="M106.39 68.353c.521 0 .945.424.945.946v7.407a.946.946 0 0 1-1.891 0V69.3c0-.522.423-.946.945-.946M106.39 81.91a1.26 1.26 0 1 1-.001-2.522 1.26 1.26 0 0 1 0 2.521" fill="#FFF"></path></g></g>', 1); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var PageNothing = { render }; var index = function index2() { return svg({ name: "IconPageNothing", component: PageNothing })(); }; export { index as default };