ultisuite-client/public/contacts-mark.svg
R3D347HR4Y 6ec95262af Add OnlyOffice integration and update project configurations
- Updated .env.example to include configuration for OnlyOffice Document Server.
- Modified the workspace configuration to remove the drive-suite path.
- Adjusted TypeScript environment imports for consistency.
- Enhanced Next.js configuration to disable canvas in Webpack.
- Updated package.json to include new dependencies for OnlyOffice and PDF.js.
- Added global styles for OnlyOffice theme integration in the CSS.
- Created new layout and page components for the Drive feature, including public sharing and editing functionalities.
- Updated metadata handling across various layouts to reflect the new app structure.
2026-06-07 15:49:21 +02:00

45 lines
1.8 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
<defs>
<linearGradient id="ct" x1="5" y1="4" x2="35" y2="36" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#EA4335"/>
<stop offset="20%" stop-color="#FA500F"/>
<stop offset="40%" stop-color="#FBBC04"/>
<stop offset="60%" stop-color="#34A853"/>
<stop offset="80%" stop-color="#4285F4"/>
<stop offset="100%" stop-color="#A142F4"/>
</linearGradient>
<linearGradient id="ct-shine" x1="20" y1="4" x2="20" y2="22" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="white" stop-opacity="0.34"/>
<stop offset="100%" stop-color="white" stop-opacity="0"/>
</linearGradient>
<linearGradient id="ct-depth" x1="20" y1="8" x2="20" y2="38" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#E8EAED"/>
<stop offset="100%" stop-color="#DADCE0"/>
</linearGradient>
<clipPath id="ct-tile">
<rect x="4" y="4" width="32" height="32" rx="8"/>
</clipPath>
</defs>
<!-- Stacked card depth -->
<rect x="7.5" y="8.5" width="28" height="28" rx="6.5" fill="url(#ct-depth)"/>
<!-- Main tile -->
<rect x="4" y="4" width="32" height="32" rx="8" fill="url(#ct)"/>
<rect x="4" y="4" width="32" height="15" rx="8" fill="url(#ct-shine)"/>
<g clip-path="url(#ct-tile)">
<!-- Back contact -->
<g opacity="0.78">
<circle cx="26.5" cy="17.2" r="2.9" fill="white"/>
<path
fill="white"
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>
<!-- Front contact -->
<circle cx="14.75" cy="17.8" r="4.15" fill="white"/>
<path
fill="white"
d="M7.8 30.2c0-3.45 3.05-6.2 7-6.2s7 2.75 7 6.2v1.45H7.8v-1.45z"
/>
</g>
</svg>