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