diff --git a/web/lib/icons/bold-icon.tsx b/web/lib/icons/bold-icon.tsx index f4fec497..eb7c68e2 100644 --- a/web/lib/icons/bold-icon.tsx +++ b/web/lib/icons/bold-icon.tsx @@ -8,9 +8,9 @@ export default function BoldIcon(props: React.SVGProps) { viewBox="0 0 24 24" fill="none" stroke="currentColor" - stroke-width="2" - stroke-linecap="round" - stroke-linejoin="round" + strokeWidth="2" + strokeLinecap="round" + strokeLinejoin="round" {...props} > diff --git a/web/lib/icons/italic-icon.tsx b/web/lib/icons/italic-icon.tsx index d412ed77..f0fb5883 100644 --- a/web/lib/icons/italic-icon.tsx +++ b/web/lib/icons/italic-icon.tsx @@ -8,9 +8,9 @@ export default function ItalicIcon(props: React.SVGProps) { viewBox="0 0 24 24" fill="none" stroke="currentColor" - stroke-width="2" - stroke-linecap="round" - stroke-linejoin="round" + strokeWidth="2" + strokeLinecap="round" + strokeLinejoin="round" {...props} > diff --git a/web/lib/icons/link-icon.tsx b/web/lib/icons/link-icon.tsx index 6323344c..eb96e737 100644 --- a/web/lib/icons/link-icon.tsx +++ b/web/lib/icons/link-icon.tsx @@ -8,9 +8,9 @@ export default function LinkIcon(props: React.SVGProps) { viewBox="0 0 24 24" fill="none" stroke="currentColor" - stroke-width="2" - stroke-linecap="round" - stroke-linejoin="round" + strokeWidth="2" + strokeLinecap="round" + strokeLinejoin="round" {...props} >