iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.57 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 CherriesDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 144a64 64 0 01-99.78 53.07V197a64 64 0 11-16.39-90A64 64 0 01240 144z", opacity: ".2" }),
React.createElement("path", { d: "M176 72a71.5 71.5 0 00-7.76.43 91.77 91.77 0 00-21.62-25.11c-37.84-30.53-89.57-23.55-91.75-23.24a8 8 0 00-3.31 14.58c17.5 11.66 25.51 31 28.85 49.74A72 72 0 10142 207.5 72 72 0 10176 72zM76 39.37c16.67.72 41.24 4.78 60.64 20.48a75.28 75.28 0 0115 16.4A72.2 72.2 0 00121.9 96.5a71.46 71.46 0 00-25.23-8C93.54 68.59 86.56 52 76 39.37zM88 216a56 56 0 01-5.76-111.7 176.49 176.49 0 01-1 31.08c-7.58-1.43-11.35-4.85-11.55-5a8 8 0 00-11.32 11.32C59.4 142.71 69.2 152 87.92 152h.25c18.66-.05 28.43-9.28 29.49-10.33a8 8 0 00-11.32-11.32 22.31 22.31 0 01-8.93 4.44 190.36 190.36 0 00.93-29.79A56 56 0 0188 216zm57-99.89a72.27 72.27 0 00-9.82-10.42 56.15 56.15 0 0124.22-15.16 110.84 110.84 0 017.6 28.35c-6.09-1.6-9.16-4.37-9.33-4.54a8 8 0 00-12.67 1.77zM176 200a55.76 55.76 0 01-24.69-5.73 71.83 71.83 0 002.5-63.42 47.47 47.47 0 0021.86 5.15h.33c18.77 0 28.6-9.28 29.66-10.34a8 8 0 00-11.32-11.32c-.19.19-3.84 3.49-11.15 5A131.66 131.66 0 00175.7 88h.3a56 56 0 010 112z" }));
exports.default = CherriesDuotone;