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