diff --git a/src/image_provider.rs b/src/image_provider.rs index 1fc7d6a..8eccae8 100644 --- a/src/image_provider.rs +++ b/src/image_provider.rs @@ -60,7 +60,7 @@ impl QQuickImageProvider for ImageProvider { height: 500, }, QImage::load_from_file(QString::from( - ":/resources/icons/MaterialSymbolsLightImageOutlineSharp.png", + ":/resources/icons/material-symbols_image-outline-sharp.svg", )), );