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