UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 715 B
import * as React from 'react'; export function SvgSpaceShuttleSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M2 4v6H0v3h1v6H0v3h2v6h4.563c2.457 0 4.824-.98 6.562-2.719l4.344-4.312 8.031-.688a8.45 8.45 0 006.344-3.718l.343-.563-.343-.563A8.45 8.45 0 0025.5 11.72l-8.031-.688-4.188-4.187-.156-.125A9.294 9.294 0 006.562 4zm2 2h2.563a7.3 7.3 0 015.156 2.125L14.563 11H10v2h7l8.313.688c1.687.14 3.152 1.05 4.25 2.312-1.098 1.262-2.563 2.172-4.25 2.313L16.905 19H10v2h4.563l-2.844 2.875A7.3 7.3 0 016.563 26H4v-7H3v-6h1zm20 9v2h2v-2zM6 21v3h2v-3z" }))); } export default SvgSpaceShuttleSolid;