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