@icongo/gy
Version:
Glyph Iconset Icons
41 lines (40 loc) • 2.37 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMultifunctionKnife = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMultifunctionKnife = function GYSiGlyphMultifunctionKnife(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-multifunction-knife",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
fill: "none",
fillRule: "evenodd",
className: "prefix__si-glyph-fill",
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
className: "prefix__si-glyph-fill",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M11.812 9.886c.551.095.998 2.334 1.808 1.267.979-1.293 1.683-2.64 2.206-4.46.958-3.324-3.986-.657-2.273-.827 1.338-.133-.314 3.588-1.68 3.071",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M9.381 1.198c-.07-.136-.348-.256-.521.08-.405.786-1.002 1.469-.735 4.753L11.969 10s.074-3.674-2.588-8.802Zm2.739 10.178L6.81 5.791a2.347 2.347 0 0 1-.224.012c-1.28 0-2.319-1.087-2.319-2.426 0-.078.005-.156.012-.234l-.916-.958c-.566-.592-1.436-.53-1.828-.093L.137 3.533c-.371.371-.263 1.486.136 1.884l8.757 9.191c.566.593 1.567.508 2.235-.191l.671-.704c.668-.697.751-1.745.184-2.337Zm-1.749 2.322a.77.77 0 0 1-.76-.779.77.77 0 0 1 .76-.781c.424 0 .764.35.764.781a.77.77 0 0 1-.764.779Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#434343",
d: "M9.126 13.521H7.457c-1.206 0-1-1-1.999-1-.999 0-1.17 2-2.001 2s-1.044-2-2-2-.998 1-.998 1",
className: "prefix__si-glyph-fill prefix__si-glyph-stroke prefix__si-glyph-stroke-fill prefix__si-glyph-thick prefix__si-glyph-thick-stroke"
})]
})
})
}));
};
exports.GYSiGlyphMultifunctionKnife = GYSiGlyphMultifunctionKnife;