iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.24 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 CherriesBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M176 68c-1.88 0-3.76.08-5.62.22a95.72 95.72 0 00-21.24-24C110 12.6 56.56 19.8 54.3 20.12a12 12 0 00-5 21.86C64.52 52.1 72.13 68.45 75.71 85a76 76 0 1067.22 127.43A76 76 0 10176 68zm-22.76 53.06A76.78 76.78 0 00141 105.59a52.11 52.11 0 0116.14-10 106.78 106.78 0 015.12 18.9 12 12 0 00-9.02 6.57zM134.19 63a70.79 70.79 0 0111.23 11.46A76.31 76.31 0 00121 91.55 75.37 75.37 0 00100.19 85C97.72 71.05 93 56.65 84.58 44c15.2 1.68 34.17 6.48 49.61 19zM88 212a52 52 0 01-9.53-103.11 173.37 173.37 0 01-.75 21.59 12 12 0 00-5.09 23.38 56.27 56.27 0 0030.74 0 12 12 0 00-1.5-23.36 193.45 193.45 0 00.69-20.41A52 52 0 0188 212zm88-16a51.92 51.92 0 01-19.24-3.68 75.83 75.83 0 004-54.43 56.36 56.36 0 0030.66 0 12 12 0 00-4.79-23.42 136.4 136.4 0 00-5.12-22.15A52 52 0 01176 196z" }));
exports.default = CherriesBold;