summaryrefslogtreecommitdiff
path: root/app/assets/svg/icons/tabler/filled/feather.svg
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-12 23:41:52 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-12 23:41:52 +0200
commitd320f8509751a886adb3ca723ebfafccaa8c191b (patch)
tree1c5eae34f029a5c12a2a3f96b26e4f677af716f9 /app/assets/svg/icons/tabler/filled/feather.svg
parent4ec70e5ecf792a56e868538738d6c7f63bb6cf24 (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/feather.svg')
-rw-r--r--app/assets/svg/icons/tabler/filled/feather.svg16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/assets/svg/icons/tabler/filled/feather.svg b/app/assets/svg/icons/tabler/filled/feather.svg
new file mode 100644
index 00000000..c64479f1
--- /dev/null
+++ b/app/assets/svg/icons/tabler/filled/feather.svg
@@ -0,0 +1,16 @@
1<!--
2unicode: "10011"
3version: "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="M8 9.585v6.415h6.414l-2.707 2.707a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006h-4.586l-1.707 1.707a1 1 0 1 1 -1.414 -1.414l1.707 -1.709v-4.584l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.067 -.096l.08 -.09z" />
13 <path d="M19.414 11l-3 3h-4.914l2.914 -3z" />
14 <path d="M13 4.586v4.998l-3 3v-4.999z" />
15 <path d="M16.482 3a4.515 4.515 0 0 1 4.518 4.514a4.7 4.7 0 0 1 -.239 1.487l-5.761 -.001v-5.76c.469 -.158 .968 -.24 1.482 -.24" />
16</svg>