From f9bfa402829e2e618d89eef576472c55f7e5cf73 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Tue, 25 Apr 2023 16:23:45 +0300 Subject: [PATCH] feat: sync icons (#15) Co-authored-by: amje --- lib/BellDot.tsx | 13 +++++++------ lib/GearDot.tsx | 7 +++---- svgs/bell-dot.svg | 2 +- svgs/gear-dot.svg | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/BellDot.tsx b/lib/BellDot.tsx index dc207bd..db30c7b 100644 --- a/lib/BellDot.tsx +++ b/lib/BellDot.tsx @@ -9,12 +9,13 @@ const BellDot = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + ); export default BellDot; diff --git a/lib/GearDot.tsx b/lib/GearDot.tsx index 4092a61..8e2f9ad 100644 --- a/lib/GearDot.tsx +++ b/lib/GearDot.tsx @@ -9,13 +9,12 @@ const GearDot = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + diff --git a/svgs/bell-dot.svg b/svgs/bell-dot.svg index ce36c55..dd4cd63 100644 --- a/svgs/bell-dot.svg +++ b/svgs/bell-dot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/gear-dot.svg b/svgs/gear-dot.svg index d5cb691..936242b 100644 --- a/svgs/gear-dot.svg +++ b/svgs/gear-dot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file