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