@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
5 lines • 317 B
text/typescript
//#region src/icons/lucideExtra/RailSymbolIcon.d.ts
declare const RailSymbolIcon: import("react").ForwardRefExoticComponent<Omit<import("lucide-react").LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
//#endregion
export { RailSymbolIcon as default };
//# sourceMappingURL=RailSymbolIcon.d.mts.map