From 18b1ef7a35d3570a66d137f51f93e059d4f8ac11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eli=20Jos=C3=A9=20Carrasquero?= Date: Thu, 7 Dec 2023 10:09:29 -0800 Subject: [PATCH] strokeWidth --- example/src/components/ui/logo.tsx | 10 +++++----- src/components/NoRampLogo.tsx | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example/src/components/ui/logo.tsx b/example/src/components/ui/logo.tsx index 73515e2..a12b86e 100644 --- a/example/src/components/ui/logo.tsx +++ b/example/src/components/ui/logo.tsx @@ -1,4 +1,4 @@ -import React from "react"; +import React from 'react'; const Logo = ({ width = 28, height = 28 }) => { return ( @@ -15,24 +15,24 @@ const Logo = ({ width = 28, height = 28 }) => { opacity="0.8" d="M109.849 35.0473C110.374 35.2403 110.726 35.7422 110.726 36.3056V81.0969C110.726 82.024 109.812 82.6668 108.946 82.3609L41.9916 58.7152C41.4579 58.5267 41.0993 58.0208 41.0993 57.4512V11.7213C41.0993 10.7872 42.0256 10.1439 42.8945 10.463L109.849 35.0473ZM85.0011 107.706C85.5266 107.899 85.8777 108.401 85.8777 108.964V153.749C85.8777 154.676 84.9643 155.319 84.0981 155.013L17.1438 131.374C16.6101 131.185 16.2514 130.679 16.2514 130.11V84.3733C16.2514 83.4391 17.1778 82.7958 18.0468 83.115L85.0011 107.706ZM165.507 129.796C165.507 130.363 165.151 130.868 164.62 131.058L97.6655 154.995C96.7983 155.305 95.8809 154.662 95.8809 153.733V108.65C95.8809 108.085 96.2343 107.582 96.7624 107.39L163.717 83.097C164.585 82.782 165.507 83.4251 165.507 84.3571V129.796ZM189.925 57.1373C189.925 57.7049 189.569 58.2096 189.038 58.3995L122.084 82.343C121.217 82.6531 120.299 82.0101 120.299 81.0808V35.9916C120.299 35.4263 120.653 34.9231 121.181 34.7315L188.135 10.445C189.003 10.1301 189.925 10.7732 189.925 11.7051V57.1373Z" stroke="currentColor" - stroke-width="2.75673" + strokeWidth="2.75673" /> diff --git a/src/components/NoRampLogo.tsx b/src/components/NoRampLogo.tsx index 10a6d6a..6c6b9f2 100644 --- a/src/components/NoRampLogo.tsx +++ b/src/components/NoRampLogo.tsx @@ -14,24 +14,24 @@ const NoRampLogo = () => ( opacity="0.8" d="M109.849 35.0473C110.374 35.2403 110.726 35.7422 110.726 36.3056V81.0969C110.726 82.024 109.812 82.6668 108.946 82.3609L41.9916 58.7152C41.4579 58.5267 41.0993 58.0208 41.0993 57.4512V11.7213C41.0993 10.7872 42.0256 10.1439 42.8945 10.463L109.849 35.0473ZM85.0011 107.706C85.5266 107.899 85.8777 108.401 85.8777 108.964V153.749C85.8777 154.676 84.9643 155.319 84.0981 155.013L17.1438 131.374C16.6101 131.185 16.2514 130.679 16.2514 130.11V84.3733C16.2514 83.4391 17.1778 82.7958 18.0468 83.115L85.0011 107.706ZM165.507 129.796C165.507 130.363 165.151 130.868 164.62 131.058L97.6655 154.995C96.7983 155.305 95.8809 154.662 95.8809 153.733V108.65C95.8809 108.085 96.2343 107.582 96.7624 107.39L163.717 83.097C164.585 82.782 165.507 83.4251 165.507 84.3571V129.796ZM189.925 57.1373C189.925 57.7049 189.569 58.2096 189.038 58.3995L122.084 82.343C121.217 82.6531 120.299 82.0101 120.299 81.0808V35.9916C120.299 35.4263 120.653 34.9231 121.181 34.7315L188.135 10.445C189.003 10.1301 189.925 10.7732 189.925 11.7051V57.1373Z" stroke="currentColor" - stroke-width="2.75673" + strokeWidth="2.75673" />