@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 988 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphShovel = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-shovel",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.732 2.509 13.495.274c-.431-.433-1.149-.415-1.603.038a.364.364 0 0 0-.092.159c-.559 2.235-.547 3.016-.454 3.323l-6.265 6.265-1.919-1.917-2.29 2.29c-.749.748-1.375 3.478-.077 4.775 1.297 1.297 4.024.668 4.771-.079l2.294-2.292-1.879-1.878 6.284-6.283c.342.077 1.158.057 3.27-.47a.362.362 0 0 0 .159-.091c.453-.453.469-1.173.038-1.605Zm-.582.95c-1.103.311-2.385.587-2.669.533l-.435-.435c-.062-.266.216-1.561.53-2.671.181-.134.413-.138.553.002l2.018 2.018c.138.139.134.371.003.553Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphShovel };