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