You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(Icons): sync icon catalog with refreshed Line SVGs (#3080)
### π― Goal
Sync the SDK icon exports with the refreshed Phosphor Line icon catalog
and align icon naming with the new conventions.
### π Implementation details
- **Updated `IconArrowDown`**: replaced old 16Γ16 filled path with the
20Γ20 Line stroke variant (removed `viewBox` override)
- **Updated `IconThread`**: replaced bubble-speech shape with the new
rectangular thread icon from the refreshed catalog
- **Renamed `IconLayoutAlignLeft` β `IconSidebar`**: matches
`sidebar.svg` in the Line set; updated all usages across
`ChannelHeader`, `ChannelListHeader`, `ThreadHeader`, `ThreadListHeader`
- **Renamed `IconThunder` β `IconBolt`**: matches `bolt.svg` in the Line
set; updated usages in `CommandChip` and example app
- Old names preserved as `// was:` comments for debugging
0 commit comments