Here is Alert Dialog Icon component
import { Component } from "@/components/ui/alert-dialog-icon"; export default function AlertDialogDemo() { return ( <div className="flex w-full h-screen justify-center items-center"> <Component /> </div> ); };
Part of ExtendUI — browse the full library on 21st.dev.