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 CoffeeBeanBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M214.58 41.42C196.86 23.71 171 16.63 141.81 21.5c-27.74 4.62-55.46 19.62-78.08 42.23s-37.61 50.34-42.23 78.08c-4.87 29.21 2.21 55.05 19.92 72.77C55.48 228.64 74.67 236 96.6 236a107.43 107.43 0 0017.59-1.5c27.74-4.62 55.46-19.62 78.08-42.23s37.61-50.34 42.23-78.08c4.87-29.19-2.21-55.05-19.92-72.77zM45.17 145.75c3.8-22.84 16.42-45.94 35.53-65S122.91 49 145.75 45.17A82 82 0 01159.27 44a62.77 62.77 0 0118.24 2.57 110.12 110.12 0 00-22.89 13.83c-20 15.77-32.88 37.72-38.38 65.25-8.95 44.73-40.3 61.1-62.07 67.09-8.92-11.91-12.11-28.33-9-46.99zm165.66-35.5c-3.8 22.84-16.42 45.94-35.53 65.05s-42.21 31.7-65.05 35.53c-11.65 1.94-22.4 1.41-31.75-1.42a109.42 109.42 0 0022.87-13.81c20-15.77 32.89-37.72 38.39-65.25 9-44.73 40.3-61.1 62.07-67.09 8.92 11.91 12.11 28.33 9 46.99z" }));
exports.default = CoffeeBeanBold;