This page is used to verify the shared Icon.tsx component across light and dark themes.
Expected behavior:
- every icon uses a
24 × 24view box,currentColor, rounded line caps, and a2pxstroke - icons remain centered and readable at small, default, and large sizes
- icon color follows the surrounding text color
- Search, theme toggle, reader mode, menu, and chevron icons match the icons used by the site UI
Digital Garden Icons
searchSearchnoteNotetalksTalkslibraryLibrarymoviesMoviesfilesFilesfolderFolderSports Icons
sportActivitybikeBikedumbbellDumbbelltrophyTrophyInterface Icons
book-openReader modemenuMenuchevron-downDisclosuresunLight thememoonDark themeSize And Color Checks
16px24px40pxcurrentColorComponent Usage
import { Icon } from "./quartz/components"
<Icon name="library" />
<Icon name="sport" title="Sport" class="nav-icon" />