mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
refactor(mediaPlaybackSpeed: export icon directly
Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
parent
aec59be3f5
commit
d2efeff84f
1 changed files with 1 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
function SpeedIcon() {
|
||||
export default function SpeedIcon() {
|
||||
return (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
@ -17,5 +17,3 @@ function SpeedIcon() {
|
|||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
export default SpeedIcon;
|
||||
|
|
Loading…
Reference in a new issue