@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
11 lines (10 loc) • 349 B
JavaScript
import { createLucideIcon } from "lucide-react";
//#region src/icons/lucideExtra/FramerIcon.tsx
const FramerIcon = createLucideIcon("Framer", [["path", {
d: "M5 16V9H19V2H5L19 16H12M5 16L12 23V16M5 16H12",
key: "1"
}]]);
FramerIcon.displayName = "FramerIcon";
//#endregion
export { FramerIcon as default };
//# sourceMappingURL=FramerIcon.mjs.map