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