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