fix(ui): use PlusSquare icon export

This commit is contained in:
Shantur Rathore
2026-02-12 15:47:50 +00:00
parent 359e89971f
commit 54d4cf6604

View File

@@ -4,7 +4,7 @@ import type { Session } from "../../../types/session"
import type { KeyboardShortcut } from "../../../lib/keyboard-registry" import type { KeyboardShortcut } from "../../../lib/keyboard-registry"
import type { DrawerViewState } from "./types" import type { DrawerViewState } from "./types"
import { Search, SquarePlus } from "lucide-solid" import { PlusSquare, Search } from "lucide-solid"
import IconButton from "@suid/material/IconButton" import IconButton from "@suid/material/IconButton"
import MenuOpenIcon from "@suid/icons-material/MenuOpen" import MenuOpenIcon from "@suid/icons-material/MenuOpen"
import PushPinIcon from "@suid/icons-material/PushPin" import PushPinIcon from "@suid/icons-material/PushPin"
@@ -68,7 +68,7 @@ const SessionSidebar: Component<SessionSidebarProps> = (props) => (
} }
}} }}
> >
<SquarePlus class="w-4 h-4 opacity-70" /> <PlusSquare class="w-4 h-4 opacity-70" />
</IconButton> </IconButton>
<IconButton <IconButton
size="small" size="small"