diff options
| author | winter | 2025-02-16 20:09:16 +0000 |
|---|---|---|
| committer | winter | 2025-02-16 20:09:16 +0000 |
| commit | 645e8bd0b2cf5f020585047d683ed0b26e892204 (patch) | |
| tree | fcf5b73eaf2041e39d439e3ead41c0ceff7da2d1 /static/icons.css | |
| parent | 5a44137ddea7b3a6d7f68cbe71594f7633d6e9a6 (diff) | |
share button in context menus
Diffstat (limited to 'static/icons.css')
| -rw-r--r-- | static/icons.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/icons.css b/static/icons.css index e486244..a48a4f4 100644 --- a/static/icons.css +++ b/static/icons.css @@ -108,4 +108,7 @@ &.markdown-outline { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m16 15l3-3l-1.05-1.075l-1.2 1.2V9h-1.5v3.125l-1.2-1.2L13 12zM4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm0-2h16V6H4zm0 0V6zm1.5-3H7v-4.5h1v3h1.5v-3h1V15H12v-5q0-.425-.288-.712T11 9H6.5q-.425 0-.712.288T5.5 10z'/%3E%3C/svg%3E"); } + &.share { + --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 22q-1.25 0-2.125-.875T14 19q0-.15.075-.7L7.05 14.2q-.4.375-.925.588T5 15q-1.25 0-2.125-.875T2 12t.875-2.125T5 9q.6 0 1.125.213t.925.587l7.025-4.1q-.05-.175-.062-.337T14 5q0-1.25.875-2.125T17 2t2.125.875T20 5t-.875 2.125T17 8q-.6 0-1.125-.213T14.95 7.2l-7.025 4.1q.05.175.063.338T8 12t-.012.363t-.063.337l7.025 4.1q.4-.375.925-.587T17 16q1.25 0 2.125.875T20 19t-.875 2.125T17 22'/%3E%3C/svg%3E"); + } } |
