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