iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 756 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 Spacex = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.426 11H2.278l-.111.223 2.37 1.74c.445-.259.944-.518 1.463-.777m.352 2.074l2.092 1.518h2.149l.092-.204-3.11-2.277c-.408.314-.834.63-1.223.963z", fill: "#323544" }),
React.createElement("path", { d: "M4.111 15.778H2.167L2 15.518c1.315-1.277 7.204-6.721 20-7.295 0 0-10.722.37-17.889 7.555z", fill: "#323544" }));
exports.default = Spacex;