import type { SVGProps } from "react"; const SvgBikeIcon = (props: SVGProps) => ( ); export default SvgBikeIcon;