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