openhands / src /components /features /diff-viewer /diff-drawer-icon.tsx
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
9b906ea verified
Raw
History Blame Contribute Delete
142 Bytes
import { LuFileDiff } from "react-icons/lu";
export function DiffDrawerIcon() {
return <LuFileDiff aria-hidden className="size-full" />;
}