iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 927 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 BeerSteinThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 92h-20V72a36 36 0 00-36-36h-12.69C136 25.81 120.34 20 104 20c-33.08 0-60 23.33-60 52v136a12 12 0 0012 12h128a12 12 0 0012-12v-12h20a20 20 0 0020-20v-64a20 20 0 00-20-20zM104 28c14.89 0 29.09 5.43 39 14.89a4 4 0 002.74 1.11H160a28 28 0 0127.71 24H52.22c2.4-22.39 24.7-40 51.78-40zm84 180a4 4 0 01-4 4H56a4 4 0 01-4-4V76h136zm40-32a12 12 0 01-12 12h-20v-88h20a12 12 0 0112 12zm-128-72v80a4 4 0 01-8 0v-80a4 4 0 018 0zm48 0v80a4 4 0 01-8 0v-80a4 4 0 018 0z" }));
exports.default = BeerSteinThin;