serenity/Ladybird/ladybird.qrc
MacDue dfcd7b3ca5 Ladybird: Replace forward/back/reload SVGs with TVGs
Doing this removes the qt6-svg dependency and allows our rasterizer to
be used for these little icons (and happens to be a fair bit smaller
than the old SVGs).
2023-07-03 23:54:51 +02:00

9 lines
227 B
Plaintext

<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>Icons/ladybird.png</file>
<file>Icons/back.tvg</file>
<file>Icons/forward.tvg</file>
<file>Icons/reload.tvg</file>
</qresource>
</RCC>