@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 2.61 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const Leaf = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:leaf", viewBox: "0 0 24 24" }, props, { children: _jsx("path", { d: "M8.23197738,19.1200612 C8.14376833,19.6277774 8.08433007,20.0981394 8.04831827,20.5180319 C8.02722021,20.7640323 8.01862011,20.9340777 8.01701625,21.0151424 C8.00762715,21.4897009 7.66913734,21.8804956 7.22364112,21.9740497 C7.14902578,21.9909284 7.07127775,21.9994537 6.99144466,21.9986001 C6.43919148,21.9926953 5.9962886,21.5402188 6.00219339,20.9879657 C6.00238428,20.9507653 6.00023958,20.8713645 5.99304048,20.7588782 C5.98098257,20.5704726 5.9585841,20.3603615 5.92332174,20.1346164 C5.8242847,19.5005939 5.64489833,18.8704022 5.36954245,18.2918589 C4.82484906,17.1474173 3.97647974,16.3417346 2.72592298,15.9639969 C2.19723018,15.8043022 1.89809807,15.246254 2.0577927,14.7175612 C2.21748733,14.1888684 2.7755356,13.8897363 3.30422839,14.0494309 C4.82945649,14.5101346 5.96590083,15.4257054 6.74977229,16.6600998 C6.85091706,16.3125722 6.96254429,15.9670241 7.08518666,15.6244753 C5.83609192,14.402724 5.24230957,12.6350431 5.24230957,10.8123779 C5.24230957,5.81186609 9.64906062,0.38853839 21.0027781,3.25486842 C21.4927472,3.37856474 21.5545093,3.40289064 21.5545093,3.40289064 C22.0839705,3.55346738 22.2073651,4.00310341 21.8327258,4.40874605 C21.8327258,4.40874605 21.4336999,4.82368864 21.0123821,5.33031696 C19.0058007,7.74320076 18.6532286,9.2831129 18.0004883,12.050046 C17.2106934,15.3979464 14.8137085,17.2580535 11.5,17.2580535 C10.4717775,17.2580535 9.57722738,17.078557 8.81127653,16.7600413 C8.5607418,17.534809 8.36972835,18.3271901 8.23197738,19.1200612 Z M11.5,15.2580535 C13.9123095,15.2580535 15.4831844,14.0101573 16.0539205,11.590836 C16.2140317,10.9121328 16.2665852,10.6918694 16.3462216,10.3716177 C16.6781578,9.03676096 16.97561,8.12068464 17.4189293,7.18293629 C17.7930169,6.3916328 18.2589418,5.62799217 18.8616473,4.82531958 C15.7343445,4.15353394 12.2059019,4.31157294 9.94737044,5.76529981 C8.18008557,6.90283079 7.24230957,8.75579817 7.24230957,10.8123779 C7.24230957,11.9100586 7.49196104,12.8513309 7.97414449,13.5814035 C9.05088918,11.5134132 10.5380889,9.82247687 12.494696,8.64900388 C12.9683287,8.36494318 13.5825606,8.51862166 13.8666213,8.99225439 C14.150682,9.46588711 13.9970035,10.080119 13.5233708,10.3641797 C11.7936203,11.4015957 10.4913615,12.9468632 9.5600043,14.8805803 C10.1087461,15.131283 10.7591258,15.2580535 11.5,15.2580535 Z", fillRule: "nonzero" }) })));
export default Leaf;
//# sourceMappingURL=leaf.js.map