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