diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-12-11 06:10:41 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-12-11 06:10:41 +0100 |
commit | 75b112f0c830dd3a87d1c428a8ad5a8449b8e924 (patch) | |
tree | a04f054b0965e62cefb0527d0368aabb7a879e15 /resources/icons | |
parent | Fix escaped html showing up in playable media message labels (diff) | |
download | nheko-75b112f0c830dd3a87d1c428a8ad5a8449b8e924.tar.xz |
Support pinned messages
fixes #519
Diffstat (limited to 'resources/icons')
-rw-r--r-- | resources/icons/ui/pin-off.svg | 1 | ||||
-rw-r--r-- | resources/icons/ui/pin.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/icons/ui/pin-off.svg b/resources/icons/ui/pin-off.svg new file mode 100644 index 00000000..598610ad --- /dev/null +++ b/resources/icons/ui/pin-off.svg @@ -0,0 +1 @@ +<svg width="32" height="32" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3.28 2.22a.75.75 0 0 0-1.06 1.06l5.905 5.905L4.81 10.33a1.25 1.25 0 0 0-.476 2.065L7.439 15.5 3 19.94V21h1.06l4.44-4.44 3.105 3.105a1.25 1.25 0 0 0 2.065-.476l1.145-3.313 5.905 5.904a.75.75 0 0 0 1.06-1.06L3.28 2.22Zm10.355 12.476-1.252 3.626-6.705-6.705 3.626-1.252 4.331 4.331Zm6.048-3.876-3.787 1.894 1.118 1.118 3.34-1.67a2.75 2.75 0 0 0 .714-4.404l-4.825-4.826a2.75 2.75 0 0 0-4.405.715l-1.67 3.34 1.118 1.117 1.894-3.787a1.25 1.25 0 0 1 2.002-.325l4.826 4.826a1.25 1.25 0 0 1-.325 2.002Z" fill="#212121"/></svg> diff --git a/resources/icons/ui/pin.svg b/resources/icons/ui/pin.svg new file mode 100644 index 00000000..76d1124d --- /dev/null +++ b/resources/icons/ui/pin.svg @@ -0,0 +1 @@ +<svg width="32" height="32" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m16.242 2.932 4.826 4.826a2.75 2.75 0 0 1-.715 4.404l-4.87 2.435a.75.75 0 0 0-.374.426l-1.44 4.166a1.25 1.25 0 0 1-2.065.476L8.5 16.561 4.06 21H3v-1.06l4.44-4.44-3.105-3.104a1.25 1.25 0 0 1 .476-2.066l4.166-1.44a.75.75 0 0 0 .426-.373l2.435-4.87a2.75 2.75 0 0 1 4.405-.715Zm3.766 5.886-4.826-4.826a1.25 1.25 0 0 0-2.002.325l-2.435 4.871a2.25 2.25 0 0 1-1.278 1.12l-3.789 1.31 6.705 6.704 1.308-3.789a2.25 2.25 0 0 1 1.12-1.277l4.872-2.436a1.25 1.25 0 0 0 .325-2.002Z" fill="#212121"/></svg> |