- 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.
20 lines
846 B
XML
20 lines
846 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
|
|
<defs>
|
|
<linearGradient id="rm" 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>
|
|
<!-- Video camera body -->
|
|
<rect x="2" y="9" width="26" height="22" rx="5" fill="url(#rm)"/>
|
|
<!-- Camera lens -->
|
|
<path d="M30 13l8-5v24l-8-5V13z" fill="url(#rm)"/>
|
|
<!-- Person icon -->
|
|
<circle cx="15" cy="16.5" r="3.5" fill="white"/>
|
|
<path fill="white" d="M9.5 27c0-3 2.5-5.5 5.5-5.5s5.5 2.5 5.5 5.5v2h-11v-2z"/>
|
|
</svg>
|