UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.49 kB
"use strict"; 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 Users = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M18.361 15.547s-.226.195-2.983.286c.07-.349.06-.716-.004-1.068l1.698.004c.87-.304.659-1.788 0-2.082-.474-.21-2.424-.729-3.576-1.027l-.153-.504v-.74c.96-.755 1.53-2.317 1.53-3.745 0-1.968-.462-3.564-2.773-3.564-.17 0-.31.026-.461.043-.473-.306-1.084-.497-1.856-.555C10.351 2.228 11.09 2 12.1 2c3.182 0 3.889 2.077 3.889 4.637 0 1.648-.646 3.379-1.725 4.412 1.145.283 3.4.87 3.73 1.17.734.664 1.101 2.329.368 3.328zm-6.814-7.542c0 1.763-.665 3.613-1.772 4.697 1.13.28 3.444.878 3.778 1.181.734.666 1.1 2.33.367 3.329 0 0-.367.333-6.232.333s-6.286-.333-6.286-.333c-.739-.999-.367-2.663.372-3.329.345-.31 2.625-.892 3.779-1.172C4.44 11.628 3.77 9.773 3.77 8.005c0-2.703.707-4.894 3.889-4.894 3.181 0 3.888 2.191 3.888 4.894zM7.659 4.228c-2.312 0-2.774 1.708-2.774 3.816 0 1.53.57 3.202 1.53 4.012v.766l-.135.446c-.98.285-2.93.86-3.432 1.085-.663.294-1.166 1.73-.174 2.08l4.917-.011 5.04.012c.87-.304.66-1.787 0-2.081-.474-.212-2.424-.73-3.576-1.027l-.153-.504v-.765c.96-.81 1.53-2.483 1.53-4.013 0-2.108-.462-3.816-2.773-3.816z", fill: "#000", fillRule: "evenodd" })); exports.default = Users;