Set default icons for status in c-block
When we use <c-block status="{success|pending|running}">
, there's an error because the icon {success|pending|running}.svg
is missing.
We should maintain a default icon mapping, for example:
-
success
:check
-
pending
:pause
-
running
:restart