import type { SVGProps } from "react"; import * as React from "react"; declare const SvgBeer: (props: SVGProps) => React.JSX.Element; export default SvgBeer; //# sourceMappingURL=Beer.d.ts.map