Better titlebar control icons

This commit is contained in:
Gregory Schier
2024-01-14 11:56:21 -08:00
parent 03a2fc8ee5
commit 93cb469cb8
5 changed files with 46 additions and 12 deletions

View File

@@ -6,6 +6,9 @@ import { ReactComponent as LeftPanelHiddenIcon } from '../../assets/icons/LeftPa
import { ReactComponent as LeftPanelVisibleIcon } from '../../assets/icons/LeftPanelVisibleIcon.svg';
const icons = {
square: I.SquareIcon,
minus: I.MinusIcon,
hamburger: I.HamburgerMenuIcon,
archive: I.ArchiveIcon,
chat: I.ChatBubbleIcon,
check: I.CheckIcon,