Skip to content
Snippets Groups Projects
Commit 2d6ed648 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Anja Leichsenring
Browse files

[TASK] Use SVG icon sprites

This patch updates @typo3/icons to version 2.x delivering icon sprites.
Using icon sprites greatly improves backend performance for several
reasons:

- A single sprite file contains multiple icons which need to be loaded
  once only
- The DOM is reduced as it's not necessary to load SVG icons inline
  anymore to apply styling

Todo for a later patch:

- Replace aliases with "real" icon identifiers

Resolves: #92689
Releases: master, 10.4
Change-Id: Ib3018c4e7f5471274e10c261438792b530c77cde
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66094


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent ea98a1d2
Branches
Tags
No related merge requests found
Showing
with 147 additions and 150 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment