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