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