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