styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.26 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Beer = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M10 16.5c0 .275-.225.5-.5.5s-.5-.225-.5-.5v-6c0-.275.225-.5.5-.5s.5.225.5.5v6zm2 0c0 .275-.225.5-.5.5s-.5-.225-.5-.5v-6c0-.275.225-.5.5-.5s.5.225.5.5v6zm2 0c0 .275-.225.5-.5.5s-.5-.225-.5-.5v-6c0-.275.225-.5.5-.5s.5.225.5.5v6zM18.5 6H18V5a2 2 0 00-2-2H7a2 2 0 00-2 2v13c0 1.656 1.344 3 3 3h7c1.656 0 3-1.344 3-3h.5c1.93 0 3.5-1.57 3.5-3.5v-5C22 7.57 20.43 6 18.5 6zM7 5h9v1h-4.444l-.118.332c-.164.458-.663.73-1.117.648l-.348-.058-.173.307A1.499 1.499 0 018.5 8C7.673 8 7 7.327 7 6.5V5zm9 13a1 1 0 01-1 1H8a1 1 0 01-1-1V8.49c.419.317.936.51 1.5.51.784 0 1.521-.376 1.989-1 .728 0 1.383-.391 1.736-1H16v11zm4-3.5c0 .827-.673 1.5-1.5 1.5H17V8h1.5c.827 0 1.5.673 1.5 1.5v5z", key: "k0" })));
});
Beer.displayName = 'Beer';
export var BeerDimensions = { height: 24, width: 24 };