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