iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.9 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 UserMultiple4 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.329 11.495a3.681 3.681 0 01-2.224-.743c.292-.422.523-.89.681-1.39a2.197 2.197 0 100-3.128 5.176 5.176 0 00-.68-1.39 3.697 3.697 0 112.224 6.65zM14.772 13.19c.25.247.474.505.674.767 1.35.026 2.318.357 3.022.808a4.418 4.418 0 011.556 1.752c.332.653.496 1.315.576 1.82a6.174 6.174 0 01.072.758v.041l.748.013-.747-.013v.002a.75.75 0 001.5.024l-.745-.013.744.013v-.031-.062a7.66 7.66 0 00-.09-.966 7.692 7.692 0 00-.72-2.266 5.915 5.915 0 00-2.085-2.335c-1.006-.645-2.317-1.047-4.003-1.047-.446 0-.865.028-1.26.081.271.202.524.42.758.653z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.132 7.799a3.697 3.697 0 117.394 0 3.697 3.697 0 01-7.394 0zm3.697-2.197a2.197 2.197 0 100 4.393 2.197 2.197 0 000-4.393z", fill: "#323544" }),
React.createElement("path", { d: "M3.375 19.137a.75.75 0 01-1.5.025l.75-.013-.75.013v-.031a3.454 3.454 0 01.01-.281 7.691 7.691 0 01.802-3.013 5.917 5.917 0 012.084-2.335c1.006-.645 2.316-1.047 4.003-1.047 1.686 0 2.997.402 4.003 1.047a5.916 5.916 0 012.084 2.335c.424.833.624 1.657.72 2.266a7.655 7.655 0 01.09.966l.002.063v.028s0 .002-.745-.011l.744.013a.75.75 0 01-1.5-.024v-.002l.748.013-.748-.013v-.04a6.175 6.175 0 00-.072-.758 6.194 6.194 0 00-.576-1.821 4.418 4.418 0 00-1.557-1.752c-.733-.47-1.754-.81-3.193-.81-1.44 0-2.46.34-3.194.81a4.418 4.418 0 00-1.556 1.752 6.194 6.194 0 00-.577 1.82 6.16 6.16 0 00-.072.794v.006z", fill: "#323544" }));
exports.default = UserMultiple4;