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