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