tetra-ui Logotetra ui

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/icons

Usage

import { BadgeCheck } from "@/components/ui/icons";
<BadgeCheck />

On this page