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