UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 809 B
"use strict"; 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 CoffeeFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 80H32a8 8 0 00-8 8v48a96.3 96.3 0 0032.54 72H32a8 8 0 000 16h176a8 8 0 000-16h-24.54a96.59 96.59 0 0027-40.09A40 40 0 00248 128v-8a40 40 0 00-40-40zm24 48a24 24 0 01-17.2 23 95.78 95.78 0 001.2-15V97.38A24 24 0 01232 120zM112 56V24a8 8 0 0116 0v32a8 8 0 01-16 0zm32 0V24a8 8 0 0116 0v32a8 8 0 01-16 0zm-64 0V24a8 8 0 0116 0v32a8 8 0 01-16 0z" })); exports.default = CoffeeFill;