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