iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 995 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const User = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.159 18.764H2.5c-.868-1.332-.516-3.996.352-4.883.414-.422 3.514-1.222 4.998-1.586-1.567-1.217-2.523-3.475-2.523-5.628 0-3.13.91-5.667 5-5.667s5 2.537 5 5.667c0 2.147-.95 4.398-2.51 5.618 1.45.362 4.597 1.183 4.998 1.596.861.887 1.205 3.551.343 4.883zm-1.057-3.947c-.57-.305-3.019-.993-5.107-1.494v-1.759c1.392-.947 2.217-3.006 2.217-4.877 0-2.53-.647-4.581-3.884-4.581S6.444 4.157 6.444 6.687c0 1.873.826 3.933 2.22 4.88v1.773c-2.099.493-4.536 1.17-5.097 1.477-.362.457-.68 1.922-.454 2.839h14.433c.224-.917-.087-2.378-.444-2.839z", fill: "#000", fillRule: "evenodd" }));
exports.default = User;