@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 828 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphScrewDriver = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-screw-driver",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m14.146 12.334-1.83-.599-4.339-4.338-.579.58 4.338 4.337.637 1.872 3.067 1.832.578-.579-1.872-3.105ZM8.255 4.999 7.209 6.054c.157-.39.106-.819-.171-1.101L2.423.281C2.035-.11 1.356-.061.904.396L.393.912c-.45.457-.5 1.145-.111 1.537L4.896 7.12c.276.28.701.33 1.085.173l-.947.955.715.72 3.22-3.249-.714-.72Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphScrewDriver };