|
|
@@ -212,9 +212,7 @@ export const AudioFilePreview = React.forwardRef<AudioFilePreviewDerivedComponen |
|
|
|
<svg |
|
|
|
aria-label="Pause" |
|
|
|
viewBox="0 0 24 24" |
|
|
|
className="w-6 h-6 fill-none stroke-current stroke-2" |
|
|
|
strokeLinecap="round" |
|
|
|
strokeLinejoin="round" |
|
|
|
className="w-6 h-6 fill-none stroke-current stroke-2 linecap-round linejoin-round" |
|
|
|
> |
|
|
|
<rect |
|
|
|
x="6" |
|
|
@@ -234,9 +232,7 @@ export const AudioFilePreview = React.forwardRef<AudioFilePreviewDerivedComponen |
|
|
|
<svg |
|
|
|
aria-label="Play" |
|
|
|
viewBox="0 0 24 24" |
|
|
|
className="w-6 h-6 fill-none stroke-current stroke-2" |
|
|
|
strokeLinecap="round" |
|
|
|
strokeLinejoin="round" |
|
|
|
className="w-6 h-6 fill-none stroke-current stroke-2 linecap-round linejoin-round" |
|
|
|
> |
|
|
|
<polygon points="5 3 19 12 5 21 5 3" /> |
|
|
|
</svg> |
|
|
|