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