bluewave-labs / bluewave-dataroom

The open source DocSend alternative
https://bluewavelabs.ca
GNU Affero General Public License v3.0
6 stars 6 forks source link

Update Document Type Icons #83

Closed mahid797 closed 3 weeks ago

mahid797 commented 3 weeks ago

Issue Description

The document icons for various file types (Word, Excel, PowerPoint, PDF, etc.) need to be updated to match the latest design specifications provided in Figma. Each icon should be extracted from Figma and saved as an SVG, replacing the current icons to ensure a consistent, modern look. Additionally, new icons shown in the Figma design should be added to the project as SVG files.

image

Tasks

Note

To render and verify the icons, update dummyDocuments.ts with the new file types, and ensure they are included in docTypeIcons in DocumentsTableRow.tsx.

Note

To render and verify the icons, update the dummyDocuments.ts with some examples of the new file types. Then, also add/import them to docTypeIcons in DocumentsTableRow.tsx.