UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 935 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 BeerSteinLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 90h-18V72a38 38 0 00-38-38h-11.93c-11.6-10.2-27.51-16-44.07-16-34.19 0-62 24.22-62 54v136a14 14 0 0014 14h128a14 14 0 0014-14v-10h18a22 22 0 0022-22v-64a22 22 0 00-22-22zM104 30c14.38 0 28.08 5.22 37.59 14.33a6 6 0 004.15 1.67H160a26 26 0 0125.29 20H54.52C58 45.67 78.86 30 104 30zm82 178a2 2 0 01-2 2H56a2 2 0 01-2-2V78h132zm40-32a10 10 0 01-10 10h-18v-84h18a10 10 0 0110 10zm-124-72v80a6 6 0 01-12 0v-80a6 6 0 0112 0zm48 0v80a6 6 0 01-12 0v-80a6 6 0 0112 0z" })); exports.default = BeerSteinLight;