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.
10 lines
518 B
XML
10 lines
518 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
|
|
<!-- UltiMail: U-enveloppe (silhouette du logo actuel) en 4 couleurs plates (ordre quadrants UltiDrive) -->
|
|
<g stroke-width="5" stroke-linecap="round" stroke-linejoin="round" fill="none">
|
|
<path stroke="#FBBC04" d="M7 20 A13 13 0 0 0 20 33"/>
|
|
<path stroke="#34A853" d="M33 20 A13 13 0 0 1 20 33"/>
|
|
<path stroke="#EA4335" d="M7 20 V7 L20 20.5"/>
|
|
<path stroke="#4285F4" d="M33 20 V7 L20 20.5"/>
|
|
</g>
|
|
</svg>
|