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