import {Snippet} from "@nextui-org/react"; export const CopyIcon = ({size, height, width, ...props}) => { return ( ); }; export const CheckIcon = ({size, height, width, ...props}) => { return ( ); }; export default function App() { return ( } copyIcon={} variant="bordered"> npm install @nextui-org/react ); }