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