iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 949 B
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 Rocket = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.491 1c-3.598.004-6.653 1.983-8.834 4H1.5l-.5.5v3l.147.354.991.991.001.009 4 4 .01.001.998.999L7.5 15h3l.5-.5v-4.154c2.02-2.178 3.996-5.233 3.992-8.846l-.5-.5zM2.001 6h2.642A23.826 23.826 0 002.42 8.71L2 8.294V6zm5.7 8l-.42-.423a23.592 23.592 0 002.714-2.216V14H7.7zm-1.144-1.144l-3.42-3.419C4.127 8 8.378 2.355 13.977 2.016c-.326 5.612-5.987 9.853-7.42 10.84zM4 15v-1H2v-2H1v3h3zm6.748-7.667a1.5 1.5 0 10-2.495-1.666 1.5 1.5 0 002.495 1.666z", fill: "#424242" }));
exports.default = Rocket;