@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 1.38 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiPaintbrush = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiPaintbrush = function LIGuiPaintbrush(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.821 1q.47 0 .82.311.352.312.352.78 0 .422-.301 1.012-2.223 4.212-3.114 5.035-.65.61-1.46.61-.843 0-1.45-.62-.606-.62-.606-1.47 0-.857.617-1.42l4.272-3.876Q11.346 1 11.82 1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "red",
d: "M5.734 7.924q.262.509.714.87.452.362 1.007.51l.007.475q.027 1.426-.867 2.324Q5.701 13 4.261 13q-.824 0-1.46-.311t-1.02-.854q-.386-.543-.58-1.226-.194-.683-.194-1.473l.274.201q.228.167.415.298.188.13.396.244t.308.114q.274 0 .368-.247.167-.442.385-.754.218-.311.465-.509.248-.197.59-.318.341-.12.69-.17.348-.05.836-.07z"
})]
}));
};
exports.LIGuiPaintbrush = LIGuiPaintbrush;