UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 865 B
"use strict"; 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 BeerSteinFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 88h-16V72a40 40 0 00-40-40h-11.18c-11.91-10.2-28-16-44.82-16-35.29 0-64 25.12-64 56v136a16 16 0 0016 16h128a16 16 0 0016-16v-8h16a24 24 0 0024-24v-64a24 24 0 00-24-24zm-112 96a8 8 0 01-16 0v-80a8 8 0 0116 0zm48 0a8 8 0 01-16 0v-80a8 8 0 0116 0zM57 64c4.46-18.24 23.85-32 47-32 13.87 0 27.06 5 36.21 13.78a8 8 0 005.53 2.22H160a24 24 0 0122.62 16zm167 112a8 8 0 01-8 8h-16v-80h16a8 8 0 018 8z" })); exports.default = BeerSteinFill;