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/device-vision-pro.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/device-vision-pro.svg')
| -rw-r--r-- | app/assets/svg/icons/tabler/filled/device-vision-pro.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/svg/icons/tabler/filled/device-vision-pro.svg b/app/assets/svg/icons/tabler/filled/device-vision-pro.svg new file mode 100644 index 00000000..6f8e783a --- /dev/null +++ b/app/assets/svg/icons/tabler/filled/device-vision-pro.svg | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | <!-- | ||
| 2 | unicode: "10041" | ||
| 3 | version: "3.17" | ||
| 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 6q 1.74 0 3.342 .106q 1.619 .107 2.973 .448q 1.388 .345 2.436 1.05a4.9 4.9 0 0 1 1.665 1.916c.397 .801 .584 1.769 .584 2.91c0 1.156 -.222 2.208 -.673 3.14c-.45 .934 -1.073 1.685 -1.868 2.236a4.7 4.7 0 0 1 -2.73 .839q -.932 .001 -1.703 -.263a7 7 0 0 1 -1.374 -.644a20 20 0 0 1 -1.107 -.736a8 8 0 0 0 -.901 -.567a1.4 1.4 0 0 0 -.643 -.174c-.209 0 -.426 .057 -.658 .18q -.42 .226 -.893 .564a20 20 0 0 1 -1.105 .733a6.8 6.8 0 0 1 -1.366 .642a5.2 5.2 0 0 1 -1.688 .264a4.7 4.7 0 0 1 -2.75 -.838c-.794 -.55 -1.418 -1.302 -1.868 -2.234q -.675 -1.407 -.673 -3.14c-.005 -1.135 .182 -2.105 .577 -2.9a4.9 4.9 0 0 1 1.673 -1.926c.699 -.47 1.511 -.816 2.442 -1.049a17 17 0 0 1 2.968 -.447q 1.599 -.11 3.34 -.11" /> | ||
| 13 | </svg> | ||
