ultisuite-client/suite-icons/compte-mark.svg
R3D347HR4Y ad1370ea7e
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
feat: enhance configuration and add new demo layouts
- 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.
2026-06-12 19:10:24 +02:00

17 lines
715 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
<!-- Compte: disque 4 quadrants (ordre UltiDrive) + silhouette blanche -->
<defs>
<clipPath id="cp-disc">
<circle cx="20" cy="20" r="17"/>
</clipPath>
</defs>
<g clip-path="url(#cp-disc)">
<rect x="0" y="0" width="20" height="20" fill="#EA4335"/>
<rect x="20" y="0" width="20" height="20" fill="#4285F4"/>
<rect x="0" y="20" width="20" height="20" fill="#FBBC04"/>
<rect x="20" y="20" width="20" height="20" fill="#34A853"/>
<circle cx="20" cy="15.5" r="5.6" fill="white"/>
<path fill="white" d="M9.8 32.5c0-5.2 4.5-8.6 10.2-8.6s10.2 3.4 10.2 8.6V40H9.8v-7.5z"/>
</g>
</svg>