@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.71 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSpaceShip = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSpaceShip = function GYSiGlyphSpaceShip(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-space-ship",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.023 8.441s1.299 1.967 2.578 2.594c.992.482-.109 3.392-.639 4.646-.151.354-.357.344-.572.042-.408-.573-1.22-1.755-2.502-1.755H5.134c-1.283 0-2.095 1.182-2.502 1.755-.215.302-.423.312-.572-.042-.53-1.255-1.631-4.164-.64-4.646 1.28-.627 2.579-2.594 2.579-2.594h7.024Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.192 9.062C10.83 5.966 9.6 1.06 8.076.077a4.615 4.615 0 0 0-.539-.034c-.184 0-.362.013-.541.034-1.524.983-2.755 5.89-3.116 8.985-.07.604-.108 1.143-.108 1.565 0 1.525.489 2.645 1.26 3.357h5.01c.771-.713 1.26-1.832 1.26-3.357a14.257 14.257 0 0 0-.11-1.565ZM7.5 4a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 7.5 4Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphSpaceShip = GYSiGlyphSpaceShip;