@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.32 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphWrench = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphWrench = function GYSiGlyphWrench(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-wrench",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m7.982 11.19 4.177-4.185a3.604 3.604 0 0 0 3.795-.832c.698-.701 1.027-1.534 1.084-2.506l-.677.694-2.212.74-2.269-2.257.776-2.174.672-.67c-.946.078-1.799.36-2.487 1.048a3.623 3.623 0 0 0-.84 3.772L5.852 8.978c-1.266-.456-2.737-.117-3.765.914a3.596 3.596 0 0 0 0 5.078c1.387 1.39 3.654 1.37 5.066-.045 1.002-1.003 1.231-2.491.83-3.736Zm-5.25 3.1a2.5 2.5 0 1 1 3.535-3.535 2.5 2.5 0 0 1-3.534 3.535Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphWrench = GYSiGlyphWrench;