@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 904 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphWrench = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphWrench };