- 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.
16 lines
964 B
XML
16 lines
964 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
|
|
<defs>
|
|
<linearGradient id="rg" x1="0" y1="0" x2="40" y2="40" 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>
|
|
<!-- Centered gear -->
|
|
<path fill="url(#rg)" 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"/>
|
|
<circle cx="20" cy="20.7" r="5.5" fill="white"/>
|
|
</svg>
|