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