Problem/Motivation

The default admin theme has a lot of icons that came in from Gin and Claro that might be duplicates and not used.
So the first step is to find out what is used and where. Remove the extras and then move into switching some elements from loading as a background image.

ChatGPT seemed to find the summary below.
Summary

* Total image/icon assets found: 210
* Referenced somewhere in CSS/JS/Twig/YAML/PHP: ~155
* Not directly referenced by any source file: ~55

The images below seem to repeat.

Filename images/core migration/media/icons
warning.svg images/core/e29700/warning.svg migration/media/icons/messages/warning.svg
error.svg images/core/e32700/error.svg migration/media/icons/messages/error.svg
database.svg images/core/ffffff/database.svg migration/media/icons/status-report/database.svg
server.svg images/core/ffffff/server.svg migration/media/icons/status-report/server.svg
clock.svg images/core/ffffff/clock.svg migration/media/icons/status-report/clock.svg

Proposed resolution

Remove duplicates and replace assets if its the same image under the migration and the regular images folder.

Issue fork drupal-3603162

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

bernardm28 created an issue. See original summary.

bernardm28’s picture

Issue summary: View changes
bernardm28’s picture

Issue summary: View changes
bernardm28’s picture

Category Asset
Theme Metadata screenshot.png
Theme Metadata logo.png
Source Assets images/src/sort--inactive--ltr.svg
Source Assets images/src/sort--inactive--rtl.svg
Source Assets images/src/tabledrag-tree.svg
Standalone Image images/noise-low.png
Theme Icons images/icons/currentColor/tabledrag-handle-y.svg
Theme Icons images/icons/ab1b1b/cog.svg
Theme Icons images/icons/ab1b1b/key.svg
Theme Icons images/icons/ab1b1b/questionmark.svg
Theme Icons images/icons/545560/arrow-breadcrumb-rtl.svg
Theme Icons images/icons/545560/cog.svg
Theme Icons images/icons/545560/chevron-right.svg
Theme Icons images/icons/545560/key.svg
Theme Icons images/icons/545560/pager-first.svg
Theme Icons images/icons/545560/pager-last.svg
Theme Icons images/icons/545560/pager-next.svg
Theme Icons images/icons/545560/questionmark.svg
Theme Icons images/icons/c11f1f/cog.svg
Theme Icons images/icons/c11f1f/key.svg
Theme Icons images/icons/c11f1f/questionmark.svg
Theme Icons images/icons/d72222/cog.svg
Theme Icons images/icons/d72222/key.svg
Theme Icons images/icons/d72222/questionmark.svg
Theme Icons images/icons/002e9a/cog.svg
Theme Icons images/icons/002e9a/key.svg
Theme Icons images/icons/002e9a/questionmark.svg
Theme Icons images/icons/0036b1/cog.svg
Theme Icons images/icons/0036b1/chevron-right.svg
Theme Icons images/icons/0036b1/key.svg
Theme Icons images/icons/0036b1/questionmark.svg
Theme Icons images/icons/003ecc/arrow-left.svg
Theme Icons images/icons/003ecc/arrow-right.svg
Theme Icons images/icons/003ecc/spinner.svg
Theme Icons images/icons/003ecc/spinner-rtl.svg
Theme Icons images/icons/e34f4f/crossout.svg
Theme Icons images/icons/e0ac00/exclamation.svg
Migration Icons migration/media/icons/messages/question.svg
Migration Icons migration/media/icons/general/calendar.svg
Migration Icons migration/media/icons/general/gin.svg
Migration Icons migration/media/icons/general/more.svg
Migration Icons migration/media/icons/toolbar/extend.svg
Migration Icons migration/media/icons/toolbar/fallback.svg
Migration Icons migration/media/icons/toolbar/local-tasks.svg
Migration Icons migration/media/icons/navigation/block.svg
Migration Icons migration/media/icons/table/drag-dots.svg
Migration Icons migration/media/icons/table/drag-x.svg
bernardm28’s picture

images/* migration/*
images/noise-low.png migration/media/icons/messages/question.svg
images/core/787878/cog.svg migration/media/icons/general/more.svg
images/core/787878/key.svg migration/media/icons/general/gin.svg
images/core/ffffff/php-logo.svg migration/media/icons/general/calendar.svg
images/core/ffffff/drupal-logo.svg migration/media/icons/toolbar/extend.svg
images/core/333333/caret-down.svg migration/media/icons/toolbar/local-tasks.svg
images/core/73b355/check.svg migration/media/icons/toolbar/fallback.svg
images/core/0074bd/chevron-right.svg migration/media/icons/navigation/block.svg
images/core/0074bd/chevron-left.svg migration/media/icons/table/drag-x.svg
images/icons/currentColor/tabledrag-handle-y.svg migration/media/icons/table/drag-dots.svg
images/icons/ab1b1b/cog.svg
images/icons/ab1b1b/key.svg
images/icons/ab1b1b/questionmark.svg
images/icons/545560/cog.svg
images/icons/545560/pager-last.svg
images/icons/545560/chevron-right.svg
images/icons/545560/key.svg
images/icons/545560/pager-next.svg
images/icons/545560/questionmark.svg
images/icons/545560/arrow-breadcrumb-rtl.svg
images/icons/545560/pager-first.svg
images/icons/c11f1f/cog.svg
images/icons/c11f1f/key.svg
images/icons/c11f1f/questionmark.svg
images/icons/d72222/cog.svg
images/icons/d72222/key.svg
images/icons/d72222/questionmark.svg
images/icons/002e9a/cog.svg
images/icons/002e9a/key.svg
images/icons/002e9a/questionmark.svg
images/icons/e34f4f/crossout.svg
images/icons/e0ac00/exclamation.svg
images/icons/0036b1/cog.svg
images/icons/0036b1/chevron-right.svg
images/icons/0036b1/key.svg
images/icons/0036b1/questionmark.svg
images/icons/003ecc/arrow-right.svg
images/icons/003ecc/spinner.svg
images/icons/003ecc/arrow-left.svg
images/icons/003ecc/spinner-rtl.svg
images/src/sort--inactive--rtl.svg
images/src/sort--inactive--ltr.svg
images/src/tabledrag-tree.svg
bernardm28’s picture

quietone’s picture

quietone’s picture