iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 908 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 BeerSteinBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 84h-12V72a44.05 44.05 0 00-44-44h-9.73c-12.5-10.22-29.09-16-46.27-16-37.5 0-68 26.92-68 60v136a20 20 0 0020 20h128a20 20 0 0020-20v-4h12a28 28 0 0028-28v-64a28 28 0 00-28-28zM104 36c12.85 0 25 4.62 33.44 12.67a12 12 0 008.3 3.33H160a20 20 0 0119.6 16H60.28C62.72 50 81.39 36 104 36zm76 168H60V92h120zm40-28a4 4 0 01-4 4h-12v-72h12a4 4 0 014 4zm-112-56v56a12 12 0 01-24 0v-56a12 12 0 0124 0zm48 0v56a12 12 0 01-24 0v-56a12 12 0 0124 0z" }));
exports.default = BeerSteinBold;