Reworked icons generation

This commit is contained in:
2025-11-10 13:49:17 +01:00
parent 5cb628099a
commit 3d46e092aa
16 changed files with 28672 additions and 86923 deletions

View File

@@ -14,11 +14,12 @@ from myfasthtml.controls.BaseCommands import BaseCommands
from myfasthtml.controls.BaseControl import BaseControl
from myfasthtml.controls.helpers import mk
from myfasthtml.core.commands import Command
from myfasthtml.icons.fluent import icon_panel_left_expand20_regular as left_drawer_icon
from myfasthtml.icons.fluent import icon_panel_right_expand20_regular as right_drawer_icon
from myfasthtml.icons.fluent import panel_left_expand20_regular as left_drawer_icon
from myfasthtml.icons.fluent_p2 import panel_right_expand20_regular as right_drawer_icon
logger = logging.getLogger("LayoutControl")
@dataclass
class LayoutState:
left_drawer_open: bool = True