import { memo, SVGProps } from 'react'; const UnionIcon = (props: SVGProps) => ( ); const Memo = memo(UnionIcon); export { Memo as UnionIcon };