Chapter 87: Aliased Names
Core Idea
Learn about the different import name styles available for Lucide icons in your project and how to choose the one that best fits your needs.
Key Concepts
- Choosing import name style
Code Examples
// These are all the same icon
import {
House,
HouseIcon,
LucideHouse,
} from "lucide-preact";
- What it demonstrates: Aliased Names usage pattern from the official Lucide docs.
Key Takeaways
- Choosing import name style
Connects To
- Preact: part of the Preact section of the Lucide docs.
- Lucide for Preact: overview page for this section.