- 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.
19 lines
990 B
XML
19 lines
990 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
|
||
<defs>
|
||
<linearGradient id="ag" x1="4" y1="10" x2="36" y2="10" 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>
|
||
</defs>
|
||
<!-- Calendar body — 32×28 centered in 40×40 (margins 4×6) -->
|
||
<rect x="4" y="6" width="32" height="28" rx="4" fill="white" stroke="#e0e0e0" stroke-width="0.8"/>
|
||
<!-- Rainbow header -->
|
||
<path fill="url(#ag)" d="M4 14V10c0-2.2 1.8-4 4-4h24c2.2 0 4 1.8 4 4v4H4z"/>
|
||
<!-- Big centered day number -->
|
||
<text x="20" y="24" font-size="16" font-weight="700" fill="#1a1a1a" font-family="Arial, sans-serif" text-anchor="middle" dominant-baseline="middle">14</text>
|
||
</svg>
|