@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.GYSiGlyphBomb2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBomb2 = function GYSiGlyphBomb2(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-2",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.427.016c-.093.952-.854 1.255-2.095 1.639-.584.182-1.205.379-1.712.72-.89-.473-1.511-.363-1.511-.363L9.808 3.628a6.034 6.034 0 0 1 3.104 2.271L14.2 4.296s.095-.688-.958-1.513c.378-.2.825-.344 1.287-.487 1.135-.352 2.325-.832 2.47-2.296l-.572.016Zm-7.57 4.348a5.961 5.961 0 0 0-1.895-.312 5.964 5.964 0 1 0 4.957 2.649 5.968 5.968 0 0 0-3.062-2.337ZM7.299 6.077c-2.707 0-4.162 1.509-4.162 3.966H2.031c0-2.635 2.212-4.81 5.038-5.079-.001 0 .388 1.113.23 1.113Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphBomb2 = GYSiGlyphBomb2;