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