UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

21 lines (17 loc) 974 B
"use strict"; exports.__esModule = true; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var IconBase = require("../IconBase"); var FaCoffee = function FaCoffee(props) { return React.createElement( IconBase, _extends({ viewBox: "0 0 1920 1896.0833" }, props), React.createElement( "g", null, React.createElement("path", { d: "m1664 640q0-80-56-136t-136-56h-64v384h64q80 0 136-56t56-136z m-1664 768h1792q0 106-75 181t-181 75h-1280q-106 0-181-75t-75-181z m1856-768q0 159-112.5 271.5t-271.5 112.5h-64v32q0 92-66 158t-158 66h-704q-92 0-158-66t-66-158v-736q0-26 19-45t45-19h1152q159 0 271.5 112.5t112.5 271.5z" }) ) ); }; exports["default"] = FaCoffee; module.exports = exports["default"];