react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 864 B
JavaScript
;
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 FaBeer = function FaBeer(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 1664 1896.0833" }, props),
React.createElement(
"g",
null,
React.createElement("path", { d: "m640 896v-384h-256v256q0 53 37.5 90.5t90.5 37.5h128z m1024 448v192h-1152v-192l128-192h-128q-159 0-271.5-112.5t-112.5-271.5v-320l-64-64 32-128h480l32-128h960l32 192-64 32v800z" })
)
);
};
exports["default"] = FaBeer;
module.exports = exports["default"];