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