--- title: Icon Picker icon: TbColorPicker image: /images/user-guide/github/github-header.png --- A dropdown-based icon picker that allows users to select an icon from a list. { const [selectedIcon, setSelectedIcon] = useState(""); const handleIconChange = ({ iconKey, Icon }) => { console.log("Selected Icon:", iconKey); setSelectedIcon(iconKey); }; return ( ); };`} />