import * as React from 'react'; export interface Bike64Props extends React.SVGProps { ariaLabel?: string } export default function Bike64({ ariaLabel, ...props }: Bike64Props) { return ( ); }