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