- Introduced DD_fileFLOW_ICON.ico to represent file flow.
- Added DD_orgFLOW_ICON.ico for organizational flow representation.
- Included DD_signFLOW_ICON.ico for signature flow functionality.
- Implemented DD_taskFLOW_ICON.ico to depict task flow.
- All icons are in ICO format and located in the dd-icons directory.
Changed the icon for the 'Document Search' entry in
`nav-config-dashboard.tsx` from `ic-cart` to `ic-doc-search`.
Added a new SVG file `ic-doc-search.svg` containing the
markup for the updated icon.
Modified the `src` attribute of an `<img>` element in `app.tsx` to replace the previous image with a new icon located at "/assets/images/dd-button-icon.webp". This change enhances the visual representation of the application by using a more relevant image.