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