@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.41 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphShovel = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphShovel = function GYSiGlyphShovel(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphShovel = GYSiGlyphShovel;