@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
11 lines (10 loc) • 514 B
JavaScript
import { createLucideIcon } from "lucide-react";
//#region src/icons/lucideExtra/FacebookIcon.tsx
const FacebookIcon = createLucideIcon("Facebook", [["path", {
d: "M18 2H15C13.6739 2 12.4021 2.52678 11.4645 3.46447C10.5268 4.40215 10 5.67392 10 7V10H7V14H10V22H14V14H17L18 10H14V7C14 6.73478 14.1054 6.48043 14.2929 6.29289C14.4804 6.10536 14.7348 6 15 6H18V2Z",
key: "1"
}]]);
FacebookIcon.displayName = "FacebookIcon";
//#endregion
export { FacebookIcon as default };
//# sourceMappingURL=FacebookIcon.mjs.map