From 007b20bfb6c0da7c2b2bd0f63d0d6680225a7185 Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Thu, 17 Apr 2025 06:45:43 +0000 Subject: [PATCH] Merged in chore/svg-prop-warnings (pull request #1830) fix attribute casing for svgs in jsx to get rid of warnings * fix attribute casing for svgs in jsx to get rid of warnings Approved-by: Erik Tiekstra --- .../lib/components/Icons/Illustrations/BreakfastBuffet.tsx | 4 ++-- .../lib/components/Icons/Illustrations/NoBreakfastBuffet.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/design-system/lib/components/Icons/Illustrations/BreakfastBuffet.tsx b/packages/design-system/lib/components/Icons/Illustrations/BreakfastBuffet.tsx index 358ffdc39..bdcf1b6c5 100644 --- a/packages/design-system/lib/components/Icons/Illustrations/BreakfastBuffet.tsx +++ b/packages/design-system/lib/components/Icons/Illustrations/BreakfastBuffet.tsx @@ -23,8 +23,8 @@ export default function BreakfastBuffetIcon(props: IllustrationProps) { fill="#26201E" /> diff --git a/packages/design-system/lib/components/Icons/Illustrations/NoBreakfastBuffet.tsx b/packages/design-system/lib/components/Icons/Illustrations/NoBreakfastBuffet.tsx index 46763d2b3..2c984b638 100644 --- a/packages/design-system/lib/components/Icons/Illustrations/NoBreakfastBuffet.tsx +++ b/packages/design-system/lib/components/Icons/Illustrations/NoBreakfastBuffet.tsx @@ -15,8 +15,8 @@ export default function NoBreakfastBuffetIcon(props: IllustrationProps) { fill="#26201E" />