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