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