ui_icons does not generate url with base_url
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3504222. -->
Reported by: [goz](https://www.drupal.org/user/226961)
Related to !74
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>In case base_url is not / but /something, generated urls from svg library are expected to be /something/modules/.../image.png.<br>
Currently, it's not.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Configure Drupal to work with "subfolder" so base_url is /something where "something" is the string you want.<br>
Add a library like described in examples modules <a href="https://gitlab.com/ui-icons/ui-icons-example">https://gitlab.com/ui-icons/ui-icons-example</a>.<br>
Add an icon to a content<br>
Display the page with icon, looking url generated for this icon, url is /modules/... and not /something/modules/...</p>
issue