diff --git a/packages/design-system/lib/components/Icons/Nucleo/Amenities_Facilities/bathroom-cabinet-2.tsx b/packages/design-system/lib/components/Icons/Nucleo/Amenities_Facilities/bathroom-cabinet-2.tsx
index f233dfdbd..017b3a9bd 100644
--- a/packages/design-system/lib/components/Icons/Nucleo/Amenities_Facilities/bathroom-cabinet-2.tsx
+++ b/packages/design-system/lib/components/Icons/Nucleo/Amenities_Facilities/bathroom-cabinet-2.tsx
@@ -2,7 +2,7 @@ import type { NucleoIconProps } from '../../icon'
import { getNucleoIconProps } from '../utils'
function BathroomCabinet2(props: NucleoIconProps) {
- const { fill, strokewidth, ...iconProps } = getNucleoIconProps(props)
+ const { fill, strokeWidth, ...iconProps } = getNucleoIconProps(props)
return (
diff --git a/packages/design-system/lib/components/Icons/Nucleo/Amenities_Facilities/conference-room.tsx b/packages/design-system/lib/components/Icons/Nucleo/Amenities_Facilities/conference-room.tsx
index 5fd3e8d44..2d0ee9bbc 100644
--- a/packages/design-system/lib/components/Icons/Nucleo/Amenities_Facilities/conference-room.tsx
+++ b/packages/design-system/lib/components/Icons/Nucleo/Amenities_Facilities/conference-room.tsx
@@ -2,7 +2,7 @@ import type { NucleoIconProps } from '../../icon'
import { getNucleoIconProps } from '../utils'
function ConferenceRoom(props: NucleoIconProps) {
- const { fill, strokewidth, ...iconProps } = getNucleoIconProps(props)
+ const { fill, strokeWidth, ...iconProps } = getNucleoIconProps(props)
return (
diff --git a/packages/design-system/lib/components/Icons/Nucleo/Amenities_Facilities/door-2.tsx b/packages/design-system/lib/components/Icons/Nucleo/Amenities_Facilities/door-2.tsx
index f8a1a3fa9..feb4f8017 100644
--- a/packages/design-system/lib/components/Icons/Nucleo/Amenities_Facilities/door-2.tsx
+++ b/packages/design-system/lib/components/Icons/Nucleo/Amenities_Facilities/door-2.tsx
@@ -2,7 +2,7 @@ import type { NucleoIconProps } from '../../icon'
import { getNucleoIconProps } from '../utils'
function Door2(props: NucleoIconProps) {
- const { fill, strokewidth, ...iconProps } = getNucleoIconProps(props)
+ const { fill, strokeWidth, ...iconProps } = getNucleoIconProps(props)
return (