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