iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 897 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 BeerStein = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M104 104v80a8 8 0 01-16 0v-80a8 8 0 0116 0zm40-8a8 8 0 00-8 8v80a8 8 0 0016 0v-80a8 8 0 00-8-8zm96 16v64a24 24 0 01-24 24h-16v8a16 16 0 01-16 16H56a16 16 0 01-16-16V72c0-30.88 28.71-56 64-56 16.77 0 32.91 5.8 44.82 16H160a40 40 0 0140 40v16h16a24 24 0 0124 24zM57 64h125.62A24 24 0 00160 48h-14.26a8 8 0 01-5.53-2.22C131.06 37 117.87 32 104 32c-23.18 0-42.57 13.76-47 32zm127 144V80H56v128h128zm40-96a8 8 0 00-8-8h-16v80h16a8 8 0 008-8z" }));
exports.default = BeerStein;