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.

34 lines (33 loc) 1.19 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: "user_svg__st0", d: "M19.2 18.6c-.4-.9-1-1.8-1.7-2.5S16 14.8 15 14.4c-.3-.1-.6-.2-1-.3.9-.3 1.8-.8 2.5-1.6 1.2-1.2 1.9-2.8 1.9-4.6s-.7-3.3-1.9-4.6c-1.2-1.2-2.8-1.9-4.6-1.9s-3.3.7-4.6 1.9C6.2 4.7 5.5 6.3 5.5 8s.7 3.3 1.9 4.6c.7.7 1.6 1.2 2.5 1.6-.3.1-.7.2-1 .3-.9.4-1.8 1-2.5 1.7s-1.3 1.6-1.7 2.5c-.4 1-.6 2-.6 3 0 .5.4.8.8.8.5 0 .8-.4.8-.8 0-1.6.6-3.2 1.8-4.3s2.7-1.8 4.3-1.8 3.2.6 4.3 1.8c1.2 1.2 1.8 2.7 1.8 4.3 0 .5.4.8.8.8.5 0 .8-.4.8-.8.3-1.1.1-2.1-.3-3.1zM7.2 8c0-2.6 2.1-4.8 4.8-4.8s4.8 2.1 4.8 4.8-2.1 4.8-4.8 4.8S7.2 10.6 7.2 8z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var User = { render }; var index = function index2() { return svg({ name: "IconUser", component: User })(); }; export { index as default };