Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)
The LIBSUFFIX used by SVGIconImageList packages is non-standard, e.g.
{$LIBSUFFIX '_D11_0'}
The standard one is
{$LIBSUFFIX 280} for Delphi 11 or better use {$LIBSUFFIX AUTO} for Delphi 10.4 or later. In that way you future proof the packages and you can serve all versions of Delphi 10.4 or later from a single package directory. There will be no need to create a new package folder for each vesion of Delphi.
The LIBSUFFIX used by SVGIconImageList packages is non-standard, e.g.
{$LIBSUFFIX '_D11_0'}
The standard one is
{$LIBSUFFIX 280} for Delphi 11 or better use {$LIBSUFFIX AUTO} for Delphi 10.4 or later. In that way you future proof the packages and you can serve all versions of Delphi 10.4 or later from a single package directory. There will be no need to create a new package folder for each vesion of Delphi.