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