

pnpm add @page-speed/icon
import { Icon } from "@page-speed/icon";
<Icon name="lucide/home" size={24} apiKey="your-icons-api-key" />;
- Dynamic icon fetch from
icons.opensite.ai
prefix/name and prefix:name name formats
- Inline SVG rendering with
currentColor normalization
- In-memory response caching with in-flight request de-duplication
- Tree-shakable exports for core/types/utils
Icon (primary component)
DynamicIcon (compatibility alias)
buildIconRequestUrl(...)
parseIconName(...)
processSvgForCurrentColor(...)