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