@icongo/mc
Version:
Micon Icons
13 lines • 743 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlLeaf = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1536 832q0 110-39 208.5T1389 1216t-162.5 126.5T1024 1405v643H896v-643q-109-13-202.5-62.5T531 1216t-108-175.5T384 832q0-116 43.5-220.5T553 425q103-103 203.5-204T960 17q103 103 203.5 204T1367 425q82 82 125.5 186.5T1536 832zm-512 443q83-11 153-50.5t121-99 80-135 29-158.5q0-89-33.5-171.5T1277 515L960 198 643 515q-63 63-97 145.5T512 832q0 83 29 158.5t80 135 121.5 99T896 1275V512h128v763z"
})
}));
export { MCMdlLeaf };