diff --git a/modules/layers/src/icon-layer/icon-layer.ts b/modules/layers/src/icon-layer/icon-layer.ts index 8bb5b33e15d..8f86ec84f56 100644 --- a/modules/layers/src/icon-layer/icon-layer.ts +++ b/modules/layers/src/icon-layer/icon-layer.ts @@ -46,7 +46,7 @@ type _IconLayerProps = { /** * The dimension to scale the image */ - sizeBasis: 'height' | 'width'; + sizeBasis?: 'height' | 'width'; /** * The minimum size in pixels. When using non-pixel `sizeUnits`, this prop can be used to prevent the icon from getting too small when zoomed out. */