Blackwork
Scroll to top

Icons

Use lucide-react for generic icons in Blackwork apps.

Icons

Blackwork does not ship its own icon set. Import generic icons from lucide-react.

TSX
import { Moon, Search, Sun } from 'lucide-react'

export const SearchMark = () => {
  return <Search className="size-4" />
}

Install it with the UI package if you have not already:

Bash
pnpm add lucide-react

Common names

If you previously imported icons from blackwork/icons, use these Lucide names instead:

Previous nameLucide
CloseX
LanguageLanguages
TocTableOfContents
LoaderLoader2

See the migration guide if you are upgrading an existing app.