iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.34 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 Crowdsource = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 1.772a2.045 2.045 0 100 4.09 2.045 2.045 0 000-4.09zM7.364 5.453a2.047 2.047 0 000 4.092 2.045 2.045 0 000-4.092zm9.273 0a2.047 2.047 0 000 4.092 2.045 2.045 0 000-4.092zM1.347 7.637a1.318 1.318 0 00-.93.36 1.325 1.325 0 00-.145 1.769c.66.864 1.993 2.604 2.652 3.465a5.401 5.401 0 011.112 3.283c0 1.519.71 2.966 1.949 3.841.767.543 1.614.982 2.515 1.3v-3.933c0-.592.191-1.17.472-1.652a4.152 4.152 0 00-1.198-2.496L2.342 8.106c-.261-.29-.625-.469-.996-.47zm21.31 0a1.318 1.318 0 00-.917.39l-4.545 4.575-.968.974a4.161 4.161 0 00-1.199 2.494c.265.455.454.993.472 1.549v4.039a10.28 10.28 0 002.516-1.303c1.238-.875 1.949-2.323 1.949-3.842a5.412 5.412 0 011.111-3.285l2.652-3.462a1.327 1.327 0 00-.144-1.77 1.314 1.314 0 00-.928-.36zM12 9.135a2.047 2.047 0 000 4.091 2.045 2.045 0 000-4.091zm.002 5.728c-1.658 0-3.002 1.28-3.002 2.86v4.091a11.075 11.075 0 006 0v-4.18c-.049-1.538-1.371-2.77-2.998-2.77z" }));
exports.default = Crowdsource;