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.
16 lines
960 B
XML
16 lines
960 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
|
|
<!-- Administration: engrenage 4 quadrants plats (ordre UltiDrive) + centre blanc -->
|
|
<defs>
|
|
<clipPath id="adm-gear">
|
|
<path d="M22.2 6h-4.4l-.8 3.6c-.9.3-1.7.7-2.4 1.3l-3.3-1.6-3.1 3.1 1.6 3.3c-.6.7-1 1.5-1.3 2.4L5 19v4.4l3.5.8c.3.9.7 1.7 1.3 2.4l-1.6 3.3 3.1 3.1 3.3-1.6c.7.6 1.5 1 2.4 1.3l.8 3.5h4.4l.8-3.5c.9-.3 1.7-.7 2.4-1.3l3.3 1.6 3.1-3.1-1.6-3.3c.6-.7 1-1.5 1.3-2.4l3.5-.8V19l-3.5-.8c-.3-.9-.7-1.7-1.3-2.4l1.6-3.3-3.1-3.1-3.3 1.6c-.7-.6-1.5-1-2.4-1.3L22.2 6z"/>
|
|
</clipPath>
|
|
</defs>
|
|
<g clip-path="url(#adm-gear)">
|
|
<rect x="0" y="0" width="20" height="20.7" fill="#EA4335"/>
|
|
<rect x="20" y="0" width="20" height="20.7" fill="#4285F4"/>
|
|
<rect x="0" y="20.7" width="20" height="20" fill="#FBBC04"/>
|
|
<rect x="20" y="20.7" width="20" height="20" fill="#34A853"/>
|
|
</g>
|
|
<circle cx="20" cy="20.7" r="5.5" fill="white"/>
|
|
</svg>
|