@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.43 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBomb1 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBomb1 = function GYSiGlyphBomb1(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-bomb-1",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M7.004 5.016c-.814 0-1.962 1.12-1.962 2.917 0 1.796 1.071 3.029 1.976 3.029s6.561-.335 7.332-.335c.772 0 2.672-.438 2.672-2.694-.001-2.256-1.712-2.655-2.672-2.655-.96 0-6.532-.262-7.346-.262Zm-3.031.368c0 .327-.177.593-.395.593H2.394c-.218 0-.394-.266-.394-.593V3.606c0-.328.177-.593.394-.593l1.578 1.778v.593h.001Zm.015 5.804L2.41 12.957c-.217 0-.395-.264-.395-.59v-1.769c0-.326.178-.59.395-.59h1.184c.218 0 .394.264.394.59v.59Zm-2.55-4.185c-.327 0-.406.443-.406.989 0 .547.079.988.406.988h2.531V7.002H1.438v.001Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphBomb1 = GYSiGlyphBomb1;