}
- onClick={onClearConvertedFileChip}
- data-testid="clear-converted-file-chip"
- />
+
+
+
Converted
+
+ {convertedFileChip.iconKind === 'image' && 'πΌοΈ'}
+ {convertedFileChip.iconKind === 'audio' && 'π΅'}
+ {convertedFileChip.iconKind === 'video' && 'π₯'}
+ {convertedFileChip.iconKind === 'file' && 'π'}
+
+
+ {convertedFileChip.name}
+
+
+
+
+ Open
+
+
+
}
+ onClick={onClearConvertedFileChip}
+ data-testid="clear-converted-file-chip"
+ />
+
+ {convertedFileChip.iconKind === 'image' && (
+

+ )}
+ {convertedFileChip.iconKind === 'audio' && (
+
+ )}
+ {convertedFileChip.iconKind === 'video' && (
+
+ )}