Some checks are pending
E2E / Playwright e2e (push) Waiting to run
- Introduced turbopack alias for canvas in next.config.mjs. - Updated package.json scripts for development and branding tasks. - Added new dependencies for Tiptap extensions. - Implemented new demo layouts for agenda, contacts, drive, and mail applications. - Enhanced globals.css for improved theming and splash screen animations. - Added OAuth callback handling for drive mounts. - Updated layout components to integrate new demo shells and improve structure.
8 lines
432 B
XML
8 lines
432 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
|
|
<!-- UltiMeet: caméra plate verte, objectif vert foncé, participant blanc -->
|
|
<rect x="2" y="9" width="26" height="22" rx="5" fill="#34A853"/>
|
|
<path d="M30 13l8-5v24l-8-5V13z" fill="#188038"/>
|
|
<circle cx="15" cy="16.5" r="3.5" fill="white"/>
|
|
<path fill="white" d="M9.5 27c0-3 2.5-5.5 5.5-5.5s5.5 2.5 5.5 5.5v2h-11v-2z"/>
|
|
</svg>
|