@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.38 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphRocket = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphRocket = function GYSiGlyphRocket(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-rocket",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12 13c-.064.011-.103.027-.161.039.701-2.108 1.133-5.049 1.133-7.175 0-4.315-2.932-5.837-3.965-5.837S5.04 1.548 5.04 5.864c0 2.125.432 5.063 1.132 7.171-.057-.011-.11-.024-.173-.034-.552 1.521-1.988 2.039-3.004 2.988l3.527.008c.276-.337.441-.72.476-1.127.016.023.03.052.046.074h3.923c.028-.04.054-.089.082-.132.031.412.192.802.467 1.143l3.471-.007C13.991 14.99 12.538 14.529 12 13Zm-3-3a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm0-4a2 2 0 1 1 .001-4.001A2 2 0 0 1 9 6Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphRocket = GYSiGlyphRocket;