@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.94 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBrushAndPencil = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBrushAndPencil = function GYSiGlyphBrushAndPencil(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-and-pencil",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.833 13.042c-.517.179-1.538.55-2.712-1.436-1.174-1.984-2.726-1.523-2.726-1.523-.087.015-.161.044-.238.07-1.752-2.495-6.679-7.929-7.113-8.364C2.421 1.167 1.375.583.5 1.5c-.823.862-.401 1.987.222 2.61.438.438 5.902 5.39 8.396 7.136a1.226 1.226 0 0 0-.076.337c0 3.646 3.729 3.453 4.5 3.312 1.375-.249 2.808-2.03 2.291-1.853Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m5.613 10.73-.227.752.486.486-3.811 1.656-.75-.719 1.721-3.627-.018.706.998-.014.853-.845c-.53-.45-1.058-.906-1.562-1.347l-.834.835S.157 13.933 0 14.363c-.125.34.306.771.604.625.48-.237 5.74-2.52 5.74-2.52l1.168-1.172a58.67 58.67 0 0 1-1.361-1.094l-.538.528Zm6.534-8.81 1.259 1.236-4.23 4.107c.378.46.734.902 1.051 1.311l4.261-4.275c.502-.502.53-1.226-.008-1.763L12.475.546c-.539-.537-1.383-.565-1.884-.064L6.71 4.37c.446.51.909 1.045 1.364 1.581l4.073-4.031Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphBrushAndPencil = GYSiGlyphBrushAndPencil;