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