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.

44 lines (43 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 24 24", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { class: "view_svg__st0", d: "M11.7 9.3h3c.6 0 1 .4 1 1s-.4 1-1 1h-3v3c0 .6-.4 1-1 1s-1-.4-1-1v-3h-3c-.6 0-1-.4-1-1s.4-1 1-1h3v-3c0-.6.4-1 1-1s1 .4 1 1v3z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { class: "view_svg__st0", d: "M22.4 20.8 17.6 16c1.3-1.6 2.1-3.6 2.1-5.7 0-5-4-9-9-9s-9 4-9 9 4 9 9 9c2.2 0 4.2-.8 5.7-2.1l4.8 4.8c.2.2.4.2.6.2s.4-.1.6-.2c.3-.3.3-.8 0-1.2zm-9-4.1c-.9.4-1.8.5-2.7.5S8.8 17 8 16.7c-.8-.4-1.6-.9-2.2-1.5-.6-.6-1.1-1.4-1.5-2.2-.4-.9-.5-1.8-.5-2.7s.2-1.9.5-2.7c.3-.9.8-1.6 1.4-2.3s1.4-1.1 2.2-1.5c.9-.4 1.8-.5 2.7-.5s1.9.2 2.7.5c.8.4 1.6.9 2.2 1.5.6.6 1.1 1.4 1.5 2.2.4.9.5 1.8.5 2.7s-.2 1.9-.5 2.7c-.4.8-.9 1.6-1.5 2.2-.5.8-1.3 1.3-2.1 1.6z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var View = { render }; var index = function index2() { return svg({ name: "IconView", component: View })(); }; export { index as default };