iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.96 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 Rocket5 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.766 7.979a2.305 2.305 0 113.26 3.26 2.305 2.305 0 01-3.26-3.26zm2.199 1.06a.805.805 0 10-1.139 1.14.805.805 0 001.139-1.14z", fill: "#323544" }),
React.createElement("path", { d: "M20.622 4.043a.75.75 0 00-.66-.66A12.659 12.659 0 009.55 7.015a12.722 12.722 0 00-1.735 2.159 6.726 6.726 0 00-4.505 1.972 6.748 6.748 0 00-1.226 1.676.75.75 0 00.812 1.08 6.142 6.142 0 013.552.35l3.302 3.3a6.143 6.143 0 01.35 3.554.75.75 0 001.079.813 6.749 6.749 0 001.677-1.227 6.726 6.726 0 001.972-4.503 12.728 12.728 0 002.161-1.737 12.659 12.659 0 003.633-10.409zm-7.414 13.018a5.224 5.224 0 01-1.493 2.649 7.646 7.646 0 00-.318-1.999 12.62 12.62 0 001.81-.65zm-6.916-4.456a7.646 7.646 0 00-2-.32l.079-.079a5.225 5.225 0 012.571-1.413c-.264.59-.48 1.196-.65 1.812zm4.319-4.53a11.152 11.152 0 018.573-3.254 11.151 11.151 0 01-3.255 8.57 11.126 11.126 0 01-5.26 2.96l-3.017-3.017a11.125 11.125 0 012.959-5.258z", fill: "#323544" }),
React.createElement("path", { d: "M3.03 20.25l.75-.027-.75.027a.75.75 0 00.722.723l.028-.75-.028.75h.032a6.455 6.455 0 00.345.003c.222-.003.528-.013.857-.044.326-.03.696-.083 1.04-.177.32-.088.721-.24 1.013-.532a2.305 2.305 0 10-3.26-3.26c-.292.292-.443.693-.531 1.014a6.174 6.174 0 00-.178 1.04 10.62 10.62 0 00-.04 1.202v.031zm1.81-2.226a.805.805 0 011.139 1.138c-.002.002-.026.023-.087.052a1.591 1.591 0 01-.265.095 4.71 4.71 0 01-.78.13c-.105.01-.208.017-.306.023.006-.098.013-.201.023-.306.026-.28.068-.555.13-.78.03-.113.063-.2.094-.265a.402.402 0 01.052-.087z", fill: "#323544" }));
exports.default = Rocket5;