import React, { ReactNode } from 'react'; export function RobotIcon(): ReactNode { return ( ); } export function PaperPlaneIcon(): ReactNode { return ( ); }