Beautiful icons from the telegraph design system
npm install @telegraph/icon
@import "@telegraph/icon"
import { Icon, Lucide } from "@telegraph/icon"
...
<Icon icon={Lucide.Bell} alt="notifications"/>
Name | Type | Default | Options |
---|---|---|---|
icon | ReactComponent | undefined |
See package exports |
alt | string | undefined |
|
size | string | "2" | "1" "2" "3" "4" "5" "6" "7" "8" "9" |
color | string | "default" | "default" "gray" "red" "beige" "blue" "green" "yellow" "purple" "accent" "disabled" "white" |
variant | string | "primary" | "primary" "secondary" |