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