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