@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.91 kB
JavaScript
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"><g transform="translate(4 24)"><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><path d="M54.175 78.041a1.421 1.421 0 0 1 2.02 0 1.445 1.445 0 0 1 0 2.034 1.421 1.421 0 0 1-2.02 0 1.445 1.445 0 0 1 0-2.034Zm5.512-3.995c.342.38.342.994 0 1.373a.818.818 0 0 1-1.24 0c-1.935-2.143-5.066-2.143-7 0a.818.818 0 0 1-1.24 0 1.046 1.046 0 0 1 0-1.373c2.619-2.901 6.86-2.901 9.48 0Zm4.285-3.562a.775.775 0 0 1 0 1.148.91.91 0 0 1-1.227 0c-4.18-3.908-10.942-3.908-15.12 0a.91.91 0 0 1-1.228 0 .775.775 0 0 1 0-1.148c4.857-4.542 12.718-4.542 17.575 0Zm3.333-3.945a.888.888 0 0 1 0 1.24.852.852 0 0 1-1.22 0 15.554 15.554 0 0 0-22.277 0 .852.852 0 0 1-1.22 0 .888.888 0 0 1 0-1.24 17.258 17.258 0 0 1 24.717 0Z" fill="#818181"></path><path d="M105.39 65.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="M105.39 71.353c.521 0 .945.424.945.946v7.407a.946.946 0 0 1-1.891 0V72.3c0-.522.423-.946.945-.946M105.39 84.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 PageWeaknet = {
render
};
var index = function index2() {
return svg({
name: "IconPageWeaknet",
component: PageWeaknet
})();
};
export {
index as default
};