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