From 5997b2814af4c6371d3525b3210719d8293f7c7d Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Thu, 12 Jan 2023 04:12:36 +0100 Subject: [PATCH] fix: redraw unsplash logo to match the `@sanity/icons` grid Signed-off-by: Cody Olsen --- src/components/Icon.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Icon.tsx b/src/components/Icon.tsx index ad205aa..2837ea7 100644 --- a/src/components/Icon.tsx +++ b/src/components/Icon.tsx @@ -2,9 +2,9 @@ import React from 'react' export default function UnsplashIcon() { return ( - + - + ) }