ultisuite-client/public/drive/openstreetmap-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

15 lines
774 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
<!-- Map background with roads and pin -->
<rect x="5" y="5" width="30" height="30" rx="4" fill="#E8E0D8"/>
<!-- Roads -->
<path stroke="#fff" stroke-width="3" stroke-linecap="round" d="M5 24h12l5-8h13"/>
<path stroke="#fff" stroke-width="2.5" stroke-linecap="round" d="M17 35V24"/>
<path stroke="#fff" stroke-width="2" stroke-linecap="round" d="M28 18v17"/>
<!-- Green areas -->
<circle cx="30" cy="10" r="4" fill="#AAD3A0" opacity="0.8"/>
<circle cx="9" cy="31" r="3" fill="#AAD3A0" opacity="0.8"/>
<!-- Red pin -->
<path fill="#D63E2A" d="M20 4c-4 0-7 3-7 7 0 5.5 7 12 7 12s7-6.5 7-12c0-4-3-7-7-7z"/>
<circle cx="20" cy="11" r="2.5" fill="white"/>
</svg>