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