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