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