@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
11 lines (10 loc) • 368 B
JavaScript
import { createLucideIcon } from "lucide-react";
//#region src/icons/lucideExtra/RailSymbolIcon.tsx
const RailSymbolIcon = createLucideIcon("RailSymbol", [["path", {
d: "M5 15H19M5 9H19M14 20L9 15L15 9L10 4",
key: "1"
}]]);
RailSymbolIcon.displayName = "RailSymbolIcon";
//#endregion
export { RailSymbolIcon as default };
//# sourceMappingURL=RailSymbolIcon.mjs.map