const HeartIcon = `export const HeartIcon = ({ fill = 'currentColor', filled, size, height, width, label, ...props }) => { return ( ); }; `; const CameraIcon = `export const CameraIcon = ({ fill = 'currentColor', filled, size, height, width, label, ...props }) => { return ( ); };`; const App = `import {Button} from "@nextui-org/react"; import {HeartIcon} from './HeartIcon'; import {CameraIcon} from './CameraIcon'; export default function App() { return (