@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.65 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBug = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBug = function GYSiGlyphBug(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-bug",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16 9.984V9h-1.031L15 6.016h-2.252a5.35 5.35 0 0 0-1.281-1.683L11.028 4h1.957V1.985h.984v-.969h-1.953v.016H12v2.016h-1.406c-.067-.443-.303-.885-.609-1.215V0H9v1.224a2.795 2.795 0 0 0-1-.203c-.365 0-.7.087-1.016.209V0H6v1.854A2.212 2.212 0 0 0 5.411 3H3.984V1.031h-.016v-.016H2.015v.969H3v1.984h2.013l-.48.364a5.35 5.35 0 0 0-1.281 1.683H1.027V9H0v.984h1.984V7h.896a5.28 5.28 0 0 0-.173 1.321c0 .979.269 1.894.729 2.679l-2.409.026v3.016H.055V15H2v-3.031h2.194a5.269 5.269 0 0 0 2.793 1.554L8 5l1.029 8.519c1.08-.214 2.025-.771 2.762-1.534H14V15h1.969v-.984h-1V11h-2.406a5.262 5.262 0 0 0 .729-2.679c0-.457-.063-.945-.172-1.368h.896v3.031H16Zm-10 .975H5v-1h1v1Zm-1-3H4v-1h1v1Zm7 0h-1v-1h1v1Zm-2-3H9v-1h1v1Zm-3.062 0h-1v-1h1v1Zm4.062 6h-1v-1h1v1Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphBug = GYSiGlyphBug;