GitHub Stars

Icon

Render Fulldev icons from Lucide and Simple Icons.

Fulldev uses the Icon component for interface icons, brand marks, and content-owned icon names. It resolves Lucide icons first and falls back to Simple Icons for brand marks.

GitHub

Installation

Install the Fulldev icon component when you need icons:

npx shadcn@latest add @fulldev/icon

Rendering

GitHub

Usage

Pass plain names to Icon:

<Icon name={feature.icon} />
<Icon name="heart" />

For brand icons:

<Icon name="github" />

Notes

  • Use Lucide icon names for interface icons.
  • Use Simple Icons names for brand marks.

API Reference

See the GitHub source code for more information on props.