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