@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
11 lines (10 loc) • 654 B
JavaScript
import { createLucideIcon } from "lucide-react";
//#region src/icons/lucideExtra/GithubIcon.tsx
const GithubIcon = createLucideIcon("Github", [["path", {
d: "M15 22V18C15.1391 16.7473 14.7799 15.4901 14 14.5C17 14.5 20 12.5 20 9C20.08 7.75 19.73 6.52 19 5.5C19.28 4.35 19.28 3.15 19 2C19 2 18 2 16 3.5C13.36 3 10.64 3 8 3.5C6 2 5 2 5 2C4.7 3.15 4.7 4.35 5 5.5C4.27187 6.51588 3.91847 7.75279 4 9C4 12.5 7 14.5 10 14.5C9.61 14.99 9.32 15.55 9.15 16.15C8.98 16.75 8.93 17.38 9 18M9 18V22M9 18C4.49 20 4 16 2 16",
key: "1"
}]]);
GithubIcon.displayName = "GithubIcon";
//#endregion
export { GithubIcon as default };
//# sourceMappingURL=GithubIcon.mjs.map