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