svg]:size-4 [&>svg]:shrink-0",
+ "group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0",
+ local.class,
+ )}
+ {...rest}
+ />
+ );
+};
+
+type SidebarGroupActionProps = ComponentProps<"button">;
+
+const SidebarGroupAction = (props: SidebarGroupActionProps) => {
+ const [local, rest] = splitProps
(
+ props,
+ ["class"],
+ );
+ return (
+