From 871a85d9343cf49646d13dc455c062efadcb959a Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sat, 12 Feb 2022 11:33:52 +0100 Subject: Beatified code --- src/components/Icons/Sliders.tsx | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'src/components/Icons/Sliders.tsx') diff --git a/src/components/Icons/Sliders.tsx b/src/components/Icons/Sliders.tsx index 9feef34..36c632f 100644 --- a/src/components/Icons/Sliders.tsx +++ b/src/components/Icons/Sliders.tsx @@ -1,10 +1,19 @@ import * as React from "react"; export function Sliders() { - return - - ; + return ( + + + + ); } -- cgit v1.2.3