The Big Icon component is designed to display a large icon prominently on your website. It accepts an icon as a string or a Component like a Icon.
icon
import BigIcon from "@/components/big-icon";
text-[color]
bg-[color]
<BigIcon icon={<Lightbulb size={20} />} />
Was this page helpful?