Use SVGs to load icons instead of fonts for performance
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3563069. -->
Reported by: [pameeela](https://www.drupal.org/user/1431110)
Related to !154
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The UI Icons implementation is using SVGs to load the icons, but in our components we are using fonts via CSS, which bloats the CSS by a lot. We should consolidate on the SVG method.</p>
<p>Screenshot showing the icons after:</p>
<p><img src="https://www.drupal.org/files/issues/2025-12-14/Screenshot%202025-12-14%20at%207.48.01%E2%80%AFpm.png" alt=""></p>
issue