diff --git a/src/upload/src/icons.tsx b/src/upload/src/icons.tsx index a948febe8ca..765959aed84 100644 --- a/src/upload/src/icons.tsx +++ b/src/upload/src/icons.tsx @@ -5,26 +5,30 @@ import { h } from 'vue' * now. */ -export const renderImageIcon = ( - - - - - - -) +export function renderImageIcon() { + return ( + + + + + + + ) +} -export const renderDocumentIcon = ( - - - - - - -) +export function renderDocumentIcon() { + return ( + + + + + + + ) +}