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