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