@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 829 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBrush2 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-brush-2",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.172 4.244c-.457.541-4.619 4.77-6.846 6.422l-.913-.867c1.29-2.511 4.741-7.292 5.196-7.832.595-.704 2.037-1.215 2.807-.669 1.012.716.35 2.24-.244 2.946Zm-8.565 6.458s-2.092-.553-3.348 1.594C2.004 14.443.808 13.708.27 13.524c-.538-.184 1.256 2.27 2.093 2.27.818 0 4.389 1.175 5.268-3.434.018-.101.072-1.483-1.024-1.658Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphBrush2 };