iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.07 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 CoffeeBeanFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M71.22 190.47a108.88 108.88 0 01-33.84 9.16 4 4 0 01-3.89-2c-8.67-15.28-11.52-34.29-8-55.15 4.49-26.92 19.09-53.87 41.12-75.9s49-36.63 75.9-41.12c22.79-3.79 43.37 0 59.29 10.6a4 4 0 01-1.25 7.23 121 121 0 00-21.82 7.46c-21.77 9.9-49.6 31.06-58.52 75.7-6.11 30.28-22.58 51.82-48.99 64.02zM222.51 58.38a4 4 0 00-3.88-2 108.5 108.5 0 00-33.85 9.16c-26.41 12.2-42.88 33.74-48.94 64-8.93 44.64-36.75 65.8-58.52 75.7a121 121 0 01-21.82 7.46 4 4 0 00-1.23 7.3c11.87 7.92 26.32 12 42.35 12a103.66 103.66 0 0016.92-1.44c26.91-4.49 53.87-19.09 75.9-41.12s36.63-49 41.12-75.9c3.44-20.86.62-39.88-8.05-55.16z" }));
exports.default = CoffeeBeanFill;