iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const CherriesFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M178.42 72a75.24 75.24 0 00-10.21.37 91.9 91.9 0 00-21.59-25.09c-37.84-30.49-89.57-23.51-91.75-23.2A8 8 0 0048 31.43a8.19 8.19 0 003.69 7.32c17.4 11.68 25.37 30.91 28.7 49.65a72.08 72.08 0 1016.26.14C93.54 68.59 86.56 52 76 39.37c16.67.72 41.24 4.78 60.64 20.48a74.76 74.76 0 0115 16.39c-1.9.69-3.79 1.44-5.65 2.29a8.42 8.42 0 00-4.49 4.63 8 8 0 002.41 9 88.9 88.9 0 0113.59 14 3.64 3.64 0 00.65.65C160 108.15 165.83 112 176 112c12.15 0 18.18-5.51 18.43-5.75l-.09.09a8 8 0 1111.32 11.32C204.6 118.72 194.77 128 176 128h-1.61a3 3 0 00-3 4 87.91 87.91 0 01-7 71.6 8.39 8.39 0 00-1 6.24 8 8 0 007.16 6c1.78.13 3.59.2 5.37.2a72 72 0 002.42-144zm-72 50.21l-.09.09a8 8 0 0111.32 11.32C116.6 134.72 106.77 144 88 144s-28.6-9.28-29.66-10.34a8 8 0 0111.32-11.32l-.09-.09c.25.24 6.28 5.75 18.43 5.75s18.18-5.51 18.43-5.75z" }));
exports.default = CherriesFill;