@icongo/li
Version:
LibreICONS Icons
14 lines • 827 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LILeaf = props => /*#__PURE__*/_jsx("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: "M9.238 10.433c-.905.45-1.915.717-2.934.717-1.712 0-3.148-.835-3.148-.835-.335 0-.737 1.352-1.318 1.352-.563 0-.838-.5-.838-.802 0-.69 1.325-1.228 1.325-1.61 0 0-.26-.443-.26-1.234 0-2.109 1.693-3.613 3.595-4.236 1.373-.45 4.292.073 5.223-.802.37-.337.55-.65 1.113-.65.756 0 1.004 1.942 1.004 2.507 0 2.31-1.135 4.302-3.762 5.593zM3.94 8.858c1.323-1.873 3.01-2.683 5.368-2.5a.334.334 0 0 0 .052-.664c-2.583-.2-4.497.706-5.964 2.781a.332.332 0 1 0 .544.383z"
})
}));
export { LILeaf };