UNPKG

@fesjs/fes-design

Version:
17 lines (14 loc) 984 B
import { createVNode } from 'vue'; import IconWrapper from './IconWrapper'; import './style'; var UserOutlined = props => createVNode(IconWrapper, props, { default: () => [createVNode("svg", { "width": "200", "height": "200", "viewBox": "0 0 1024 1024", "xmlns": "http://www.w3.org/2000/svg" }, [createVNode("path", { "d": "M512 95.573a234.667 234.667 0 0 1 133.93 427.435 416.256 416.256 0 0 1 280.577 360.533l.853 14.08.128 8.15a21.333 21.333 0 0 1-17.195 21.248l-4.138.426h-21.248a21.333 21.333 0 0 1-21.334-21.034l-.256-9.131-.085-1.963c-10.88-180.778-158.293-324.778-340.053-330.24l-9.899-.17h-2.133l-8.96.17A351.872 351.872 0 0 0 161.62 884.48l-.853 11.819-.213 10.069a21.333 21.333 0 0 1-21.334 20.992H117.76a21.333 21.333 0 0 1-20.95-17.493l-.34-4.139.255-10.325c8.79-173.142 123.563-318.72 281.43-372.395A234.667 234.667 0 0 1 512 95.616zm1.067 405.334H512a170.667 170.667 0 1 0-1.067 0h2.134z" }, null)])] }); export { UserOutlined as default };