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