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