Update the import paths to match your project setup
Usage
import { Alert, AlertTitle, AlertDescription } from '@/components/ui/alert'import { Terminal } from 'lucide-react' // Any icon of your choiceimport { icon } from '@styled-system/recipes'
<Alert> <Terminal className={icon()} /> <AlertTitle>Heads up!</AlertTitle> <AlertDescription> You can add components and dependencies to your app using the cli. </AlertDescription></Alert>