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