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