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