Icons
Displays icons.
tetra-ui doesn't provide a full icon set, so you have the flexibility to use your favourite SVG icon library.
The approach we recommend is to create a styled SVG component with the help of the withUniwind function that you can use throughout your application.
Installation
npx shadcn@latest add @tetra-ui/iconsUsage
import { BadgeCheck } from "@/components/ui/icons";<BadgeCheck />