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