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/Sun.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'src/components/Icons/Sun.tsx') diff --git a/src/components/Icons/Sun.tsx b/src/components/Icons/Sun.tsx index 93a5187..f1e37a6 100644 --- a/src/components/Icons/Sun.tsx +++ b/src/components/Icons/Sun.tsx @@ -1,9 +1,16 @@ import * as React from "react"; export function Sun() { - return - - ; + return ( + + + + ); } -- cgit v1.2.3