---
"@ux-team/tvu-design-system": minor
---

Make the power-semantic icons discoverable: `setting/reboot` is added, and `setting/power-off` now resolves to the power-switch glyph the library already had.

The design system was believed to have no power-switch glyph, so device-local UIs subscribed to a second Figma library for these symbols. That belief was wrong: `icon/Setting/Switch` has been in the library since 2025-07-28, mirrored here all along as `setting/toggle`. Neither name suggests "power", which is why both a keyword search and a 644-icon enumeration missed it.

So rather than shipping a second copy of the same glyph, `setting/power-off` (and `setting-power-off`) are now aliases of `setting/toggle`, whose tags gained `power` / `off` / `shutdown` so the name stays searchable. `setting/reboot` is new and takes its artwork from the `icon/Setting/Reboot` library component. Both are used like any other registry icon — `<Icon name="setting/power-off" />`, `<Icon name="setting/reboot" />` — and inherit colour from `--icon-*` tokens in both themes.

Note for anyone who pulled the previous pre-release state: the standalone `IconSettingPowerOff` export is gone. Use `<Icon name="setting/power-off" />` (unchanged) or import `IconSettingToggle` directly. No published version ever exported it.
