diff --git a/packages/client/ui-primitives/src/icons/index.tsx b/packages/client/ui-primitives/src/icons/index.tsx
index 5b99a0e71c..02f4913751 100644
--- a/packages/client/ui-primitives/src/icons/index.tsx
+++ b/packages/client/ui-primitives/src/icons/index.tsx
@@ -584,6 +584,17 @@ export const IconProjectAddOutline16 = ({ size = 16, className }: IconProps) =>
)
+/**
+ * folder_open_16, outline layer only: the duotone original above reads a rung
+ * heavier than the …Outline16 family, so an icon-button row mixing them looks
+ * mismatched — this is the same geometry without the 20%-opacity inner fill.
+ */
+export const IconFolderOpenOutline16 = ({ size = 16, className }: IconProps) => (
+
+)
+
/** folder_open_16 (figma extract): outline at full ink + 20%-opacity inner fill riding the same currentColor. */
export const IconFolderOpen16 = ({ size = 16, className }: IconProps) => (