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