Problem
Call sites still pass type={CONST.ICON_TYPE_WORKSPACE} to the monolithic Avatar, keeping workspace forking logic in the facade.
Solution
Migrate all workspace avatar call sites to import and use AvatarWorkspace directly. Remove the workspace branch and type prop handling from Avatar/index.tsx once complete.
Acceptance criteria
Dependencies
Blocked by: #95597 — [M1] Split Avatar into primitives
Issue Owner
Current Issue Owner: @mallenexpensify
Problem
Call sites still pass
type={CONST.ICON_TYPE_WORKSPACE}to the monolithicAvatar, keeping workspace forking logic in the facade.Solution
Migrate all workspace avatar call sites to import and use
AvatarWorkspacedirectly. Remove the workspace branch andtypeprop handling fromAvatar/index.tsxonce complete.Acceptance criteria
ICON_TYPE_WORKSPACEAvatarusages migrated (~10 call sites)AvatarWorkspaceexported from@components/AvatarDependencies
Blocked by: #95597 — [M1] Split Avatar into primitives
Issue Owner
Current Issue Owner: @mallenexpensify