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.

33 lines (32 loc) 1.86 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { xmlns: "http://www.w3.org/2000/svg", viewBox: "1 1.12 14.012 13.88", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M14.969 7.188c-.135-.782-.656-1.406-2.036-1.182.582-.648.759-1.096.429-2.152s-1.427-1.503-2.799-1.03C10.318.71 8.75 1 8.023 1.41c-.565.319-1.022.892-1.335 2.403-1.241-1.387-2.146-1.447-3.054-1.271-1.362.263-1.309 1.576-1.055 2.49-1.009.233-1.642.587-1.574 2C1.073 8.444 1.665 8.939 3 9.25c-2.548.998-1.263 2.401-.692 2.92.606.551 1.394.855 2.158.76.172.513.421 1.626 1.978 1.413 1.556-.212 2.271-1.53 2.352-1.826.445 1.137.438 1.968.532 2.331.057.22 1.328.227 1.806-.143.478-.367.577-1.74.458-2.143.511.505.877.418 1.609-.234.73-.652.947-1.498.549-2.391 1.113-.303 1.381-1.81 1.219-2.749zm-2.377 2.314c.182.841.235 1.299-.373 1.842-.609.543-1.7-.768-2.125-1.188.099.334 1.031 2.781.824 3.408-.158.479-.871.211-.918.029-.047-.184-.531-2.625-1.156-3.406-.068.249-.844 2.918-2.14 3.094-1.296.178-1.28-1.168-1.423-1.594-.638.078-1.722.354-2.02-.215-.299-.57.586-1.58 2.707-2.41-1.111-.257-3.736-.691-3.792-1.868-.056-1.176.703-1.312 1.543-1.506-.211-.762-.489-2.013.645-2.232.756-.146 1.821.89 2.855 2.044.261-1.257.414-2.607.801-2.986.579-.568 1.91-.583 2.114 1.178 1.142-.395 2.055-.022 2.33.857.275.879-1.229 2.287-1.714 2.827.765-.099 2.408-.801 2.904-.181.496.62-.135 2.055-1.062 2.307z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var EspaceAuto = { render }; var index = function index2() { return svg({ name: "IconEspaceAuto", component: EspaceAuto })(); }; export { index as default };