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