GlAnimatedIcon: Use design tokens
This is a follow-up to the discussion in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/174872#note_2337246121
Let's add design tokens to the animated icon component(s). We can leverage design tokens via CSS as these use `stroke` instead of `fill`.
By adding a `variant` prop to the component, these will work the same way as `GlIcon` does.
issue