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