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