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