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