@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.84 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphExcavator = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphExcavator = function GYSiGlyphExcavator(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-excavator",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.858 12.071H5.141c-.61 0-1.102.581-1.102 1.3v1.299c0 .718.491 1.299 1.102 1.299h9.717c.608 0 1.101-.581 1.101-1.299v-1.299c0-.719-.492-1.3-1.101-1.3Zm-7.879 3.034a1.123 1.123 0 0 1-1.115-1.131c0-.627.5-1.132 1.115-1.132.613 0 1.113.505 1.113 1.132 0 .626-.5 1.131-1.113 1.131Zm3.007-.011a1.078 1.078 0 0 1-1.076-1.08c0-.597.482-1.081 1.076-1.081a1.08 1.08 0 0 1 1.076 1.081c0 .597-.483 1.08-1.076 1.08Zm3.045.032c-.631 0-1.145-.495-1.145-1.108 0-.615.514-1.111 1.145-1.111s1.145.496 1.145 1.111c0 .613-.514 1.108-1.145 1.108Zm-1.053-7.105.021-2.014H7.417L6.584 3.91l-.004-.012-.005.002-2.586-2.696.348-.9-.864-.336-2.258 6.283a2.368 2.368 0 0 0-.936 3.151c.6 1.146 2.303 1.926 3.44 1.315.881-.472-.52-3.405-1.589-4.269l1.489-4.286 2.162 2.255 1.281 4.585v.996c0 1.607 1.031.944 1.031.944h6.031s.844.39.844-1.007V8.716c0-.867-.938-.708-.938-.708l-2.052.013Zm-.947 2.041H7.937V6.937h3.094v3.125Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphExcavator = GYSiGlyphExcavator;