@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 977 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBrush1 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-brush-1",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m1.056 8.306 4.308-3.351 6.703 6.705-3.35 4.308s.044-1.054-1.437-1.437c-1.39-.359-1.632-2.288-2.843-2.688-1.211-.4-1.426-1.242-1.986-2.145S1.056 8.306 1.056 8.306Zm12.925-.476-1.146-1.146c1.841-1.603 3.279-2.902 3.537-3.162A2.032 2.032 0 0 0 13.499.649c-.258.26-1.559 1.697-3.16 3.54L9.193 3.043a1.355 1.355 0 0 0-1.916-.001l-.957.957 6.704 6.705.958-.959a1.355 1.355 0 0 0-.001-1.915Zm.265-5.053a.977.977 0 1 1 1.383-1.383.976.976 0 0 1 0 1.383.976.976 0 0 1-1.383 0Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphBrush1 };