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