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