/** * BotIcon component renders an SVG icon representing a bot. */ export default function BotIcon(props) { return ( ); }