@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 713 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphErase = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-erase",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.932 13.014 3.958 7.039 10.84.158c.322-.325.856-.314 1.191.022l4.762 4.759c.334.336.345.869.021 1.191l-6.882 6.884Zm-.969 1.096c-1.582 1.583-5.434.3-7.102-1.368-1.666-1.667-.52-3.087 1.063-4.67l6.039 6.038Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphErase };