Foundation
Icons
List of available SVG icons
Overview
A list of icons used in illog. Click an icon to copy its usage code (<Icon name="..." />) to your clipboard.
All icons use currentColor, inheriting the parent's color property.
Icon Gallery
21 icons
Usage
import { Icon } from '@illog/ui'
<Icon name="check" size="medium" />
<Icon name="chevron_down" size="small" color="iconDefaultDefault" />
<Icon name="trash" size="large" color="iconDangerDefault" />How to Add Icons
- Add an
ic_<name>_24.svgfile topackages/ui/src/assets/svg/ - Run
pnpm --filter @illog/ui build:icons types.tsandindex.tswill be auto-generated