Ghost/ghost/admin/public/assets/icons/retry.svg
Kevin Ansfield 216eab51b0 🎨 animated retry icon
refs https://github.com/TryGhost/Ghost/issues/7515
- add a `retry` icon that better matches button text dimensions
- add a spin animation for the retry icon
- use the new retry icon in the default `gh-task-button` template
- add a "restart animation" method to `gh-task-button` so that repeated clicks on a button appear to register the action when local validation means that there's no transition from failed->running->failed
2017-04-14 16:16:52 +01:00

7 lines
227 B
XML

<svg class="retry-animated" viewBox="0 0 24 24">
<g transform="translate(12,12)">
<path d="M0 -12V12" transform="rotate(-45deg)"></path>
<path d="M0 -12V12" transform="rotate(45deg)"></path>
</g>
</svg>