Askr documentation
Generated API snapshot

@askrjs/lucide

Browse the icon components published in @askrjs/lucide. The icon artwork comes from the Lucide icon project.

Exports

Search 2018 icon components. Each tile has a stable anchor for direct links and shows the component name to import.

IconNodetype

IconNode: ReadonlyArray<readonly [tag: string, attrs: Readonly<Record<string, string>>]>

IconPropstype

IconProps: Omit<Props, 'children' | 'class' | 'color' | 'height' | 'ref' | 'role' | 'stroke' | 'stroke-width' | 'style' | 'title' | 'width'> & IconOwnProps & {
  children?: unknown;
  ref?: Ref<SVGSVGElement>;
}