@icongo/li
Version:
LibreICONS Icons
18 lines • 998 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiPaintbrush = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_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__*/_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"
})]
}));
export { LIGuiPaintbrush };