diff --git a/src/Command/CreateIconsCommand.php b/src/Command/CreateIconsCommand.php
index 21bd36c..0b2b691 100644
--- a/src/Command/CreateIconsCommand.php
+++ b/src/Command/CreateIconsCommand.php
@@ -128,7 +128,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
             ];
             $destMimeType = $mime->guessMimeType($filePath);
             if ($destMimeType !== null) {
-                $config['format'] = $destMimeType;
+                $config['type'] = $destMimeType;
             }
 
             $generatedIcons[] = $config;