@@ -110,7 +110,7 @@ export const SFileItem = (props: SFileItemProps) => {
110110 onLeftExecute = { handleLeDelete }
111111 dragLeftChildren = {
112112 < span class = "block w-[calc(100%-0.25rem)] h-full overflow-hidden bg-red p-1 box-border rd-1" >
113- < span class = "block w-full h-full i-hugeicons:delete-02 bg-white " />
113+ < span class = "block w-full h-full i-tabler:trash bg-white " />
114114 </ span >
115115 }
116116 >
@@ -125,7 +125,7 @@ export const SFileItem = (props: SFileItemProps) => {
125125 < span class = "block absolute bg-blue rd-1 top-0 left-0 w-full h-full opacity-40" />
126126 </ Show >
127127 < Show when = { showPlayingIcon ( ) } >
128- < span class = "block i-hugeicons:arrow -right-double absolute text-gray-500 left-3" />
128+ < span class = "block i-tabler:chevrons -right absolute text-gray-500 left-3" />
129129 </ Show >
130130 < span class = "relative block text-gray b-r-solid b-r-.25 b-r-gray-300 pr-2" >
131131 < span class = { indexStyle ( { playing : showPlayingIcon ( ) } ) } >
@@ -146,12 +146,10 @@ export const SFileItem = (props: SFileItemProps) => {
146146 </ span >
147147 < Show
148148 when = { innerProps . inProgress }
149- fallback = { < span class = "w-5 h-5 flex-shrink-0" /> }
149+ fallback = { < span class = "w-5 h-5 flex-shrink-0 i-tabler:piano " /> }
150150 >
151151 < span class = "scale-140 inline-flex origin-center flex-shrink-0" >
152- < span
153- class = { cx ( 'inline-block i-hugeicons:loading-02 text-black' , 'animate-spin' ) }
154- />
152+ < span class = { cx ( 'inline-block i-tabler:loader-2 text-black' , 'animate-spin' ) } />
155153 </ span >
156154 </ Show >
157155 < Show when = { innerProps . ext && innerProps . ext !== 'midi' && ! innerProps . inProgress } >
0 commit comments