PresenceBadge design:

Go to the Icon documentation for @fluentui/react-icons.
Search for:
- Presence Available
- Presence Away
- etc...
These icons are actually the badges, and can't be used in the PresenceBadge component currently. Each icon is sized as 10, 12, 16. These sizes do not account for the 20, 28 sizes that need to be used by the larger variants of the PresenceBadge
In order to use these icons for a PresenceBadge, the only feasible solution would be to render only the icon from the component. However, this still does not account for the missing sizes
PresenceBadgedesign:Go to the Icon documentation for @fluentui/react-icons.
Search for:
These icons are actually the badges, and can't be used in the
PresenceBadgecomponent currently. Each icon is sized as 10, 12, 16. These sizes do not account for the 20, 28 sizes that need to be used by the larger variants of thePresenceBadgeIn order to use these icons for a
PresenceBadge, the only feasible solution would be to render only the icon from the component. However, this still does not account for the missing sizes