From 7a200338c717c9d526181752bf3a6d80307a04fd Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Wed, 29 May 2024 10:54:42 +0200 Subject: [PATCH] fix: Git commit icon (#599) --- src/components/icons/GitCommitIcon.tsx | 103 ++++--------------------- 1 file changed, 15 insertions(+), 88 deletions(-) diff --git a/src/components/icons/GitCommitIcon.tsx b/src/components/icons/GitCommitIcon.tsx index 278913b6..f8a529b8 100644 --- a/src/components/icons/GitCommitIcon.tsx +++ b/src/components/icons/GitCommitIcon.tsx @@ -3,96 +3,23 @@ import createIcon from './createIcon' export default createIcon(({ size, color }) => ( - - - - - - - - - - - - - - - - - - - - - - - - - - + + + ))