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