import * as React from "react"; import { SVGProps } from "react"; const SvgKeg = (props: SVGProps) => ( ); export default SvgKeg;