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