iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.27 kB
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 UserCircle = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.882 18.765A8.883 8.883 0 1 1 9.883 1a8.883 8.883 0 0 1-.001 17.765zm0-1.11a7.71 7.71 0 0 0 4.567-1.51 8.242 8.242 0 0 0-1.259-1.618 16.477 16.477 0 0 0-1.52-1.31c-.538.341-1.14.553-1.788.553-.648 0-1.25-.212-1.787-.553a16.44 16.44 0 0 0-1.52 1.31 8.242 8.242 0 0 0-1.26 1.617 7.704 7.704 0 0 0 4.567 1.511zm2.776-8.604c0-1.994-1.243-3.609-2.776-3.609-1.533 0-2.775 1.615-2.775 3.609 0 1.993 1.242 3.608 2.775 3.608s2.776-1.615 2.776-3.608zm-2.776-6.94A7.772 7.772 0 0 0 2.11 9.881c0 2.195.918 4.169 2.381 5.582a7.68 7.68 0 0 1 1.269-1.661c.452-.453 1-.908 1.495-1.295-.77-.862-1.259-2.086-1.259-3.457 0-2.607 1.74-4.72 3.886-4.72s3.886 2.113 3.886 4.72c0 1.371-.49 2.595-1.259 3.457.495.387 1.043.842 1.495 1.295a7.69 7.69 0 0 1 1.27 1.661 7.738 7.738 0 0 0 2.38-5.582A7.772 7.772 0 0 0 9.882 2.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = UserCircle;