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