0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-calendar/svg-icons/plugin-icons.svg
Kris f591f39364
UX: show user tip to join zoom audio in livestream (#42220)
This adds a tip below an embedded zoom livestream to make it clear to
the viewer how to join the audio channel. After joining it is hidden.

Intentionally hardcoding some color values to match the zoom embed,
which doesn't change based on the user's preference for light/dark mode.

Before joining audio
<img width="450" alt="image"
src="https://github.com/user-attachments/assets/7496434a-132e-42d9-8bf8-dbbe5b7c1831"
/>

Audio joined
<img width="450" alt="image"
src="https://github.com/user-attachments/assets/fddc280d-6bd2-45a5-bc7e-bffd8929266d"
/>
2026-07-31 12:00:19 -04:00

4 lines
987 B
XML
Vendored

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="zoom-join-audio" viewBox="0 0 16 16"><path d="M12 7C12 4.79086 10.2091 3 8 3C5.79086 3 4 4.79086 4 7V11.5C4 11.7761 3.77614 12 3.5 12H2.5C1.94772 12 1.5 11.5523 1.5 11V9.5C1.5 8.94772 1.94772 8.5 2.5 8.5H3V7C3 4.23858 5.23858 2 8 2C10.7614 2 13 4.23858 13 7V8.5H13.5C14.0523 8.5 14.5 8.94772 14.5 9.5V11C14.5 11.5523 14.0523 12 13.5 12H12.5C12.2239 12 12 11.7761 12 11.5V7Z" fill="currentColor"/><path d="M8.17678 7.21971C8.07915 7.12208 7.92085 7.12208 7.82322 7.21971L6.07322 8.96971C5.97559 9.06734 5.97559 9.22563 6.07322 9.32326L6.42678 9.67681C6.52441 9.77445 6.6827 9.77445 6.78033 9.67681L7.5 8.95714V11.75C7.5 11.8881 7.61193 12 7.75 12H8.25C8.38807 12 8.5 11.8881 8.5 11.75V8.95714L9.21967 9.67681C9.3173 9.77445 9.47559 9.77445 9.57322 9.67681L9.92678 9.32326C10.0244 9.22563 10.0244 9.06734 9.92678 8.96971L8.17678 7.21971Z" fill="#00FF91"/></symbol>
</svg>