Add Tanuki AI logo to SVG repository
Purpose
As noted in this issue, a banner is currently being displayed to group owners on GitLab.com to notify them that code suggestions is existing beta and free access is ending. In this merge request, many SVG files were removed from the application code as they were suspected to be either unused or already implemented in this SVG repository, but the Tanuki AI logo was incorrectly removed. Currently, the banner looks like this:
As a part of this merge request, with the file being added the application will be able to render the SVG file correctly and not return a 404, as paths are imported from the module into the application.
Screenshots
The SVG file resolves correctly when running the dev server:
For testing purposes, I added the SVG file to /gitlab-development-kit/gitlab/node_modules/@gitlab/svgs/dist/illustrations directly. On a local GDK instance, we can enable the steps to present the banner, and confirm it has constructed the path correctly:
Constructed file path: http://localhost:3000/assets/illustrations/tanuki_ai_logo-d872a52a45b8e6a81a3362321e43d7bbf68001fd3a5d4c4e45dbe8737b76b062.svg
Shown in browser:
Checklist
For a new icon and/or illustration:
-
Link to related design issue: -
If this adds an icon ensure that it follows the new icon checklists. -
If this adds an illustration ensure that it follows the new illustration checklists.
I have not selected any of these as this issue contains much of the discussion on the original SVG image, and the uploaded file was taken directly from an old commit.



