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