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