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