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