@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 765 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphDrill = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-drill",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.999 4a1 1 0 0 0-1-1h-1a1 1 0 0 0-1-1h-1c0-.553-.446-1-.998-1H5.009C1.019 1 .021 3.447.021 4v3C.021 8.983 1.438 9 2 9l-2 5a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1s-4 0 0-5h.007C6.559 9 9 9 9 7h1a1 1 0 0 0 1-1h1a1 1 0 0 0 1-1h3V4h-3.001Zm-10 0h1v3h-1V4Zm-2 0h1v3h-1V4Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphDrill };