iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.39 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 Crewunited = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.871 3.912A3.227 3.227 0 009.1 5.715c-.46.93-.44 2.029.048 2.945-.895-.524-1.898-.777-3.027-.777a6.097 6.097 0 00-6.086 6.74 6.108 6.108 0 006.086 5.467l.715-.043a5.38 5.38 0 00.62-.106c.033-.01.067-.013.1-.023a6.126 6.126 0 002.231-1.055l3.535-2.85a6.107 6.107 0 008.62.522 6.103 6.103 0 00.523-8.619 6.124 6.124 0 00-4.572-2.053c-.346 0-.691.029-1.032.086l-3.439-1.717.006.01a3.232 3.232 0 00-1.557-.33zm4.444 2.838l6.668 3.262a5.445 5.445 0 01-3.133 7.037 5.364 5.364 0 01-1.957.365 5.424 5.424 0 01-4.053-1.812l1.285-1.037a2.912 2.912 0 10.465-4.092 2.91 2.91 0 00-.787.968l-3.27-1.61a.64.64 0 01-.207-.884.636.636 0 01.83-.234l.442.215.593.289a5.447 5.447 0 013.123-2.467zm.345 1.281a4.672 4.672 0 00-2.428 1.21l.633.316a3.94 3.94 0 011.924-.883zm-10.539.504a5.447 5.447 0 015.45 5.443 5.447 5.447 0 01-4.807 5.416l-.672.04A5.453 5.453 0 01.678 13.95 5.451 5.451 0 016.12 8.535zm4.84 1.727l5.287 2.513-4.61 3.838a6.112 6.112 0 00-.677-6.351z" }));
exports.default = Crewunited;