import {Avatar} from "@nextui-org/react"; export const CameraIcon = ({fill, size, height, width, ...props}) => { return ( ); }; export default function App() { return (
} src="https://images.unsplash.com/broken" />
); }