import React from 'react'; function IcImg(props: React.SVGProps) { return ( ); } export default React.memo(IcImg);