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