diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-12 23:41:52 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-12 23:41:52 +0200 |
| commit | d320f8509751a886adb3ca723ebfafccaa8c191b (patch) | |
| tree | 1c5eae34f029a5c12a2a3f96b26e4f677af716f9 /app/assets/svg/icons/tabler/filled/fidget-spinner.svg | |
| parent | 4ec70e5ecf792a56e868538738d6c7f63bb6cf24 (diff) | |
Add rails_icons (Tabler) for SVG iconography
Vendors the Tabler outline/filled icon sets via rails_icons' sync
mechanism rather than a hand-rolled SVG set or a webfont -- this app
had no icon system of any kind before. Icons are committed like any
other static asset; re-syncing is only needed when adding an icon
that isn't vendored yet, via the new `make sync_icons` target.
Diffstat (limited to 'app/assets/svg/icons/tabler/filled/fidget-spinner.svg')
| -rw-r--r-- | app/assets/svg/icons/tabler/filled/fidget-spinner.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/svg/icons/tabler/filled/fidget-spinner.svg b/app/assets/svg/icons/tabler/filled/fidget-spinner.svg new file mode 100644 index 00000000..4ed46662 --- /dev/null +++ b/app/assets/svg/icons/tabler/filled/fidget-spinner.svg | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | <!-- | ||
| 2 | unicode: "1011f" | ||
| 3 | version: "3.29" | ||
| 4 | --> | ||
| 5 | <svg | ||
| 6 | xmlns="http://www.w3.org/2000/svg" | ||
| 7 | width="24" | ||
| 8 | height="24" | ||
| 9 | viewBox="0 0 24 24" | ||
| 10 | fill="currentColor" | ||
| 11 | > | ||
| 12 | <path d="M12 0a5 5 0 0 1 3.584 8.488l-.012 .012a5 5 0 0 1 1.33 2.517l.018 .101l.251 -.048q .15 -.025 .3 -.041l.304 -.024l.225 -.005a5 5 0 1 1 -4.89 6.046l-.032 -.164l-.24 .048a5 5 0 0 1 -.556 .062l-.282 .008q -.427 0 -.84 -.07l-.239 -.048l-.004 .025a5 5 0 0 1 -3.331 3.834l-.22 .068a5 5 0 1 1 -.461 -9.728l.173 .036l.019 -.102c.19 -.95 .653 -1.824 1.331 -2.516l-.05 -.052a5.02 5.02 0 0 1 -1.355 -2.978l-.018 -.244l-.005 -.225a5 5 0 0 1 5 -5m6 15a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m-12 0a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m6 -4.995c-1.1 0 -1.99 .891 -1.99 1.99v.02a1.99 1.99 0 0 0 3.98 0v-.02a1.99 1.99 0 0 0 -1.99 -1.99m0 -6.005a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1" /> | ||
| 13 | </svg> | ||
