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.
22 lines
775 B
XML
22 lines
775 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
|
|
<!-- Contacts: tuile bleue plate, duo de contacts (blanc + bleu clair) -->
|
|
<defs>
|
|
<clipPath id="ct-tile">
|
|
<rect x="4" y="4" width="32" height="32" rx="8"/>
|
|
</clipPath>
|
|
</defs>
|
|
<rect x="4" y="4" width="32" height="32" rx="8" fill="#4285F4"/>
|
|
<g clip-path="url(#ct-tile)">
|
|
<!-- Contact arrière -->
|
|
<g fill="#D2E3FC">
|
|
<circle cx="26.5" cy="17.2" r="2.9"/>
|
|
<path d="M22.8 25.4c0-1.55 1.6-2.8 3.7-2.8s3.7 1.25 3.7 2.8v1.35h-7.4v-1.35z"/>
|
|
</g>
|
|
<!-- Contact avant -->
|
|
<g fill="white">
|
|
<circle cx="14.75" cy="17.8" r="4.15"/>
|
|
<path d="M7.8 30.2c0-3.45 3.05-6.2 7-6.2s7 2.75 7 6.2v1.45H7.8v-1.45z"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|