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