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/clover.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/clover.svg')
| -rw-r--r-- | app/assets/svg/icons/tabler/filled/clover.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/svg/icons/tabler/filled/clover.svg b/app/assets/svg/icons/tabler/filled/clover.svg new file mode 100644 index 00000000..c7ec37ee --- /dev/null +++ b/app/assets/svg/icons/tabler/filled/clover.svg | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | <!-- | ||
| 2 | unicode: "10013" | ||
| 3 | version: "3.15" | ||
| 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.712 13.297l3.398 3.442a3.104 3.104 0 0 1 0 4.351a3.04 3.04 0 0 1 -4.036 .27l-.075 -.062l-.073 .062a3.04 3.04 0 0 1 -1.664 .634l-.203 .007a3.04 3.04 0 0 1 -2.17 -.91a3.104 3.104 0 0 1 .002 -4.354l3.397 -3.44a1 1 0 0 1 1.424 0m8.378 -5.407a3.04 3.04 0 0 1 .27 4.037l-.062 .073l.062 .075a3.04 3.04 0 0 1 .634 1.664l.007 .203a3.04 3.04 0 0 1 -.91 2.17a3.104 3.104 0 0 1 -4.354 -.002l-3.44 -3.397a1 1 0 0 1 0 -1.424l3.443 -3.399a3.104 3.104 0 0 1 4.351 0m-13.827 .002l3.44 3.397a1 1 0 0 1 0 1.424l-3.444 3.397a3.104 3.104 0 0 1 -4.351 0a3.04 3.04 0 0 1 -.27 -4.036l.062 -.075l-.062 -.073a3.04 3.04 0 0 1 -.634 -1.664l-.007 -.203c0 -.816 .328 -1.598 .91 -2.17a3.104 3.104 0 0 1 4.354 .002m6.678 -5.891a3.04 3.04 0 0 1 2.17 .91a3.104 3.104 0 0 1 -.002 4.354l-3.397 3.44a1 1 0 0 1 -1.424 0l-3.397 -3.444a3.104 3.104 0 0 1 0 -4.351a3.04 3.04 0 0 1 4.036 -.27l.073 .062l.075 -.062a3.04 3.04 0 0 1 1.664 -.634z" /> | ||
| 13 | </svg> | ||
