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