export const Docs = () => ( ); export const Demos = () => ( ); export const VideoPlayIcon = () => ( ); export const SettingsIcon = ({ strokeColor = "#757575" }) => ( ); export const Logo = () => ( ); export const FacebookIcon = () => ( ); export const TwitterXIcon = () => ( ); export const WordPressIcon = () => ( ); export const YoutubeIcon = () => ( ); export const ChangelogIcon = () => ( ); export const CloseIcon = () => ( ); // new icons. export const Arrow = () => { return ( ); }; export const ArrowRight = () => ( ); export const OurPluginsIcon = () => ( ); export const DocIcon = () => { return ( ); }; export const SupportIcon = () => { return ( ); }; export const TeamIcon = () => { return ( ); }; export const LoveIcon = () => { return ( ); }; export const WpIcon = () => { return ( ); }; // support section icons. export const Support = () => { return ( ); }; export const DocumentationIcon = () => ( ); export const TechSupport = () => ( ); export const SetupWizard = () => ( ); export const Roadmap = () => ( ); export const FeatRequest = () => ( ); export const Video = () => ( ); export const WhatsNew = () => ( ); export const Blog = () => ( ); export const Community = () => ( ); export const ProIconFill = () => ( ); export const ProIconLight = () => ( ); export const VideoTooltipIcon = ({ color = "#BBC2C7" }) => ( ); export const AboutUsIcon = () => ( );