@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphWrenchScrewdriver = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-wrench-screwdriver",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "m5.811 11.799 5.852-5.852c1.162.601 2.544.489 3.432-.398.684-.685.915-1.666.709-2.613l-1.509 1.506-1.344.262-1.626-1.609.28-1.385L13.1.235c-.947-.207-1.93.022-2.613.706-.889.888-.999 2.27-.398 3.433l-5.852 5.852c-1.163-.6-2.545-.488-3.433.398-.684.686-.915 1.666-.708 2.613l1.508-1.505 1.343-.263 1.628 1.609-.281 1.385-1.495 1.476c.946.206 1.929-.022 2.613-.707.887-.888.998-2.27.399-3.433Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m14.107 12.334-1.83-.598L9.941 9.4l-.58.58 2.336 2.334.637 1.872 3.067 1.833.579-.579-1.873-3.106Zm-6.83-7.227L2.478.29C2.075-.114 1.367-.064.9.408L.367.94c-.467.472-.52 1.179-.115 1.585l4.797 4.817 2.228-2.235Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphWrenchScrewdriver };