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