iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.35 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 CherriesThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M176 76a67.05 67.05 0 00-9.94.74 88.12 88.12 0 00-21.95-26.3C107.61 21 57.55 27.74 55.43 28a4 4 0 00-1.65 7.29C73.74 48.64 82 71.09 85 92.08a68 68 0 1056.12 110.29A68 68 0 10176 76zM66.62 35.27c16-.4 48 1.66 72.47 21.39a79.89 79.89 0 0118.75 21.82 68.29 68.29 0 00-35 23.14 67.44 67.44 0 00-29.66-9.4c-3.3-24.44-12.35-43.85-26.56-56.95zM88 220a60 60 0 01-2.09-119.95 177.82 177.82 0 01-1.28 39.8c-11.7-.93-17.56-6.44-17.8-6.68a4 4 0 00-5.66 5.66c.38.37 9.37 9.17 26.83 9.17s26.45-8.8 26.83-9.17a4 4 0 00-5.64-5.68c-.25.25-5.65 5.35-16.43 6.58A183.7 183.7 0 0094 100.3 60 60 0 0188 220zm88-16a59.75 59.75 0 01-30.24-8.17 67.86 67.86 0 00-16.31-89.68 60.25 60.25 0 0132.22-20.4c5.17 11 8.49 23.68 9.93 38-11-1.16-16.53-6.36-16.77-6.59a4 4 0 00-5.66 5.66c.38.37 9.37 9.17 26.83 9.17s26.45-8.8 26.83-9.17a4 4 0 00-5.64-5.68c-.26.25-6 5.68-17.55 6.68q-2.1-22.14-9.81-39.49A60 60 0 11176 204z" }));
exports.default = CherriesThin;