refactor(mediaPlaybackSpeed: export icon directly

Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
Nico 2024-06-06 08:58:16 +02:00 committed by GitHub
parent aec59be3f5
commit d2efeff84f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later * SPDX-License-Identifier: GPL-3.0-or-later
*/ */
function SpeedIcon() { export default function SpeedIcon() {
return ( return (
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@ -17,5 +17,3 @@ function SpeedIcon() {
</svg> </svg>
); );
} }
export default SpeedIcon;