iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.13 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 UserAdd = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.211 16.544h-1.665v1.666a.556.556 0 0 1-1.11 0v-1.666H13.77a.555.555 0 0 1 0-1.11h1.665v-1.665a.556.556 0 1 1 1.11 0v1.665h1.666a.555.555 0 0 1 0 1.11zm-6.393-4.259c.571.142 1.404.357 2.23.589-.388.265-.72.6-1.006.971a79.595 79.595 0 0 0-2.047-.522v-1.759c1.392-.947 2.217-3.006 2.217-4.877 0-2.53-.648-4.581-3.884-4.581-3.237 0-3.884 2.051-3.884 4.581 0 1.873.826 3.933 2.22 4.88v1.773c-2.099.493-4.536 1.17-5.097 1.477-.363.457-.68 1.922-.454 2.839h10.149c.102.394.258.764.458 1.108H1.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-.951 4.398-2.51 5.618z", fill: "#000", fillRule: "evenodd" }));
exports.default = UserAdd;