@icongo/tb
Version:
Tabler Icons
25 lines • 939 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 TBLeafOff = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-leaf-off",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/_jsx("path", {
d: "M5 21c.474-4.264 2.294-7.63 6.313-9.673"
}), /*#__PURE__*/_jsx("path", {
d: "M6.622 6.62C4.745 8.245 3.993 10.497 3.986 13c0 1 0 3 2 5H9c2.73 0 5.086-.633 6.913-2.081m1.901-2.098C19.041 11.95 19.806 9.384 20 6V4h-4.014c-2.863 0-5.117.405-6.86 1.118M3 3l18 18"
})]
}));
export { TBLeafOff };