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