import React from "react"; interface Props { size?: string; } function InstagramCardCommentsIcon( props: React.SVGProps & Props ) { return ( ); } InstagramCardCommentsIcon.componentName = "InstagramCardCommentsIcon"; export default InstagramCardCommentsIcon;