iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 906 B
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 CoffeeBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M212 76H32a12 12 0 00-12 12v48a100.24 100.24 0 0026.73 68H32a12 12 0 000 24h176a12 12 0 000-24h-14.73a100.75 100.75 0 0020-32A44 44 0 00256 128v-8a44.05 44.05 0 00-44-44zm-16 60a76.27 76.27 0 01-42 68H86a76.27 76.27 0 01-42-68v-36h152zm36-8a20 20 0 01-12.57 18.55A97.17 97.17 0 00220 136v-34.32A20 20 0 01232 120zM68 48V24a12 12 0 0124 0v24a12 12 0 01-24 0zm40 0V24a12 12 0 0124 0v24a12 12 0 01-24 0zm40 0V24a12 12 0 0124 0v24a12 12 0 01-24 0z" }));
exports.default = CoffeeBold;