diff --git a/packages/calcite-components/src/components.d.ts b/packages/calcite-components/src/components.d.ts
index e7bbf26472e..7a7c23f9af6 100644
--- a/packages/calcite-components/src/components.d.ts
+++ b/packages/calcite-components/src/components.d.ts
@@ -9,185 +9,87 @@ import { Alignment, Appearance, CollapseDirection, FlipContext, IconType, Kind,
import { RequestedItem } from "./components/accordion/interfaces";
import { IconName } from "./components/icon/interfaces";
import { RequestedItem as RequestedItem1 } from "./components/accordion-item/interfaces";
-import { ActionMessages } from "./components/action/assets/action/t9n";
import { FlipPlacement, LogicalPlacement, MenuPlacement, OverlayPositioning, ReferenceElement } from "./utils/floating-ui";
-import { ActionBarMessages } from "./components/action-bar/assets/action-bar/t9n";
import { Columns } from "./components/action-group/interfaces";
-import { ActionGroupMessages } from "./components/action-group/assets/action-group/t9n";
-import { ActionPadMessages } from "./components/action-pad/assets/action-pad/t9n";
import { AlertDuration, Sync } from "./components/alert/interfaces";
import { NumberingSystem } from "./utils/locale";
-import { AlertMessages } from "./components/alert/assets/alert/t9n";
import { HeadingLevel } from "./components/functional/Heading";
-import { BlockMessages } from "./components/block/assets/block/t9n";
import { BlockSectionToggleDisplay } from "./components/block-section/interfaces";
-import { BlockSectionMessages } from "./components/block-section/assets/block-section/t9n";
import { ButtonAlignment, DropdownIconType } from "./components/button/interfaces";
-import { ButtonMessages } from "./components/button/assets/button/t9n";
-import { CardMessages } from "./components/card/assets/card/t9n";
import { ArrowType, AutoplayType } from "./components/carousel/interfaces";
-import { CarouselMessages } from "./components/carousel/assets/carousel/t9n";
import { MutableValidityState } from "./utils/form";
-import { ChipMessages } from "./components/chip/assets/chip/t9n";
import { ColorValue, InternalColor } from "./components/color-picker/interfaces";
import { Format } from "./components/color-picker/utils";
-import { ColorPickerMessages } from "./components/color-picker/assets/color-picker/t9n";
import { ComboboxChildElement, SelectionDisplay } from "./components/combobox/interfaces";
-import { ComboboxMessages } from "./components/combobox/assets/combobox/t9n";
-import { DatePickerMessages } from "./components/date-picker/assets/date-picker/t9n";
import { DateLocaleData } from "./components/date-picker/utils";
import { HoverRange } from "./utils/date";
import { RequestedItem as RequestedItem2 } from "./components/dropdown-group/interfaces";
import { ItemKeyboardEvent } from "./components/dropdown/interfaces";
-import { FilterMessages } from "./components/filter/assets/filter/t9n";
import { FlowItemLikeElement } from "./components/flow/interfaces";
-import { FlowItemMessages } from "./components/flow-item/assets/flow-item/t9n";
import { ColorStop, DataSeries } from "./components/graph/interfaces";
-import { HandleMessages } from "./components/handle/assets/handle/t9n";
import { HandleChange, HandleNudge } from "./components/handle/interfaces";
-import { InlineEditableMessages } from "./components/inline-editable/assets/inline-editable/t9n";
import { InputPlacement } from "./components/input/interfaces";
-import { InputMessages } from "./components/input/assets/input/t9n";
-import { InputDatePickerMessages } from "./components/input-date-picker/assets/input-date-picker/t9n";
-import { InputNumberMessages } from "./components/input-number/assets/input-number/t9n";
-import { InputTextMessages } from "./components/input-text/assets/input-text/t9n";
-import { InputTimePickerMessages } from "./components/input-time-picker/assets/input-time-picker/t9n";
-import { TimePickerMessages } from "./components/time-picker/assets/time-picker/t9n";
-import { InputTimeZoneMessages } from "./components/input-time-zone/assets/input-time-zone/t9n";
import { OffsetStyle, TimeZoneMode } from "./components/input-time-zone/interfaces";
import { ListDragDetail } from "./components/list/interfaces";
import { ItemData } from "./components/list-item/interfaces";
-import { ListMessages } from "./components/list/assets/list/t9n";
import { SelectionAppearance } from "./components/list/resources";
-import { ListItemMessages } from "./components/list-item/assets/list-item/t9n";
-import { MenuMessages } from "./components/menu/assets/menu/t9n";
-import { MenuItemMessages } from "./components/menu-item/assets/menu-item/t9n";
import { MenuItemCustomEvent } from "./components/menu-item/interfaces";
import { MeterFillType, MeterLabelType } from "./components/meter/interfaces";
-import { ModalMessages } from "./components/modal/assets/modal/t9n";
-import { NoticeMessages } from "./components/notice/assets/notice/t9n";
-import { PaginationMessages } from "./components/pagination/assets/pagination/t9n";
-import { PanelMessages } from "./components/panel/assets/panel/t9n";
import { ItemData as ItemData1, ListFocusId } from "./components/pick-list/shared-list-logic";
import { ICON_TYPES } from "./components/pick-list/resources";
-import { PickListItemMessages } from "./components/pick-list-item/assets/pick-list-item/t9n";
-import { PopoverMessages } from "./components/popover/assets/popover/t9n";
-import { RatingMessages } from "./components/rating/assets/rating/t9n";
-import { ScrimMessages } from "./components/scrim/assets/scrim/t9n";
import { DisplayMode } from "./components/sheet/interfaces";
import { DisplayMode as DisplayMode1 } from "./components/shell-panel/interfaces";
-import { ShellPanelMessages } from "./components/shell-panel/assets/shell-panel/t9n";
import { DragDetail } from "./utils/sortableComponent";
import { StepperItemChangeEventDetail, StepperItemEventDetail, StepperItemKeyEventDetail, StepperLayout } from "./components/stepper/interfaces";
-import { StepperMessages } from "./components/stepper/assets/stepper/t9n";
-import { StepperItemMessages } from "./components/stepper-item/assets/stepper-item/t9n";
import { TabID, TabLayout, TabPosition } from "./components/tabs/interfaces";
-import { TabNavMessages } from "./components/tab-nav/assets/tab-nav/t9n";
import { TabChangeEventDetail, TabCloseEventDetail } from "./components/tab/interfaces";
-import { TabTitleMessages } from "./components/tab-title/assets/tab-title/t9n";
import { RowType, TableInteractionMode, TableLayout, TableRowFocusEvent, TableSelectionDisplay } from "./components/table/interfaces";
-import { TableMessages } from "./components/table/assets/table/t9n";
-import { TableCellMessages } from "./components/table-cell/assets/table-cell/t9n";
-import { TableHeaderMessages } from "./components/table-header/assets/table-header/t9n";
-import { TextAreaMessages } from "./components/text-area/assets/text-area/t9n";
import { TileSelectType } from "./components/tile-select/interfaces";
import { TileSelectGroupLayout } from "./components/tile-select-group/interfaces";
-import { TipMessages } from "./components/tip/assets/tip/t9n";
-import { TipManagerMessages } from "./components/tip-manager/assets/tip-manager/t9n";
import { TreeItemSelectDetail } from "./components/tree-item/interfaces";
-import { ValueListMessages } from "./components/value-list/assets/value-list/t9n";
import { ListItemAndHandle } from "./components/value-list-item/interfaces";
export { Alignment, Appearance, CollapseDirection, FlipContext, IconType, Kind, Layout, LogicalFlowPosition, Position, Scale, SelectionAppearance as SelectionAppearance1, SelectionMode, Status, Width } from "./components/interfaces";
export { RequestedItem } from "./components/accordion/interfaces";
export { IconName } from "./components/icon/interfaces";
export { RequestedItem as RequestedItem1 } from "./components/accordion-item/interfaces";
-export { ActionMessages } from "./components/action/assets/action/t9n";
export { FlipPlacement, LogicalPlacement, MenuPlacement, OverlayPositioning, ReferenceElement } from "./utils/floating-ui";
-export { ActionBarMessages } from "./components/action-bar/assets/action-bar/t9n";
export { Columns } from "./components/action-group/interfaces";
-export { ActionGroupMessages } from "./components/action-group/assets/action-group/t9n";
-export { ActionPadMessages } from "./components/action-pad/assets/action-pad/t9n";
export { AlertDuration, Sync } from "./components/alert/interfaces";
export { NumberingSystem } from "./utils/locale";
-export { AlertMessages } from "./components/alert/assets/alert/t9n";
export { HeadingLevel } from "./components/functional/Heading";
-export { BlockMessages } from "./components/block/assets/block/t9n";
export { BlockSectionToggleDisplay } from "./components/block-section/interfaces";
-export { BlockSectionMessages } from "./components/block-section/assets/block-section/t9n";
export { ButtonAlignment, DropdownIconType } from "./components/button/interfaces";
-export { ButtonMessages } from "./components/button/assets/button/t9n";
-export { CardMessages } from "./components/card/assets/card/t9n";
export { ArrowType, AutoplayType } from "./components/carousel/interfaces";
-export { CarouselMessages } from "./components/carousel/assets/carousel/t9n";
export { MutableValidityState } from "./utils/form";
-export { ChipMessages } from "./components/chip/assets/chip/t9n";
export { ColorValue, InternalColor } from "./components/color-picker/interfaces";
export { Format } from "./components/color-picker/utils";
-export { ColorPickerMessages } from "./components/color-picker/assets/color-picker/t9n";
export { ComboboxChildElement, SelectionDisplay } from "./components/combobox/interfaces";
-export { ComboboxMessages } from "./components/combobox/assets/combobox/t9n";
-export { DatePickerMessages } from "./components/date-picker/assets/date-picker/t9n";
export { DateLocaleData } from "./components/date-picker/utils";
export { HoverRange } from "./utils/date";
export { RequestedItem as RequestedItem2 } from "./components/dropdown-group/interfaces";
export { ItemKeyboardEvent } from "./components/dropdown/interfaces";
-export { FilterMessages } from "./components/filter/assets/filter/t9n";
export { FlowItemLikeElement } from "./components/flow/interfaces";
-export { FlowItemMessages } from "./components/flow-item/assets/flow-item/t9n";
export { ColorStop, DataSeries } from "./components/graph/interfaces";
-export { HandleMessages } from "./components/handle/assets/handle/t9n";
export { HandleChange, HandleNudge } from "./components/handle/interfaces";
-export { InlineEditableMessages } from "./components/inline-editable/assets/inline-editable/t9n";
export { InputPlacement } from "./components/input/interfaces";
-export { InputMessages } from "./components/input/assets/input/t9n";
-export { InputDatePickerMessages } from "./components/input-date-picker/assets/input-date-picker/t9n";
-export { InputNumberMessages } from "./components/input-number/assets/input-number/t9n";
-export { InputTextMessages } from "./components/input-text/assets/input-text/t9n";
-export { InputTimePickerMessages } from "./components/input-time-picker/assets/input-time-picker/t9n";
-export { TimePickerMessages } from "./components/time-picker/assets/time-picker/t9n";
-export { InputTimeZoneMessages } from "./components/input-time-zone/assets/input-time-zone/t9n";
export { OffsetStyle, TimeZoneMode } from "./components/input-time-zone/interfaces";
export { ListDragDetail } from "./components/list/interfaces";
export { ItemData } from "./components/list-item/interfaces";
-export { ListMessages } from "./components/list/assets/list/t9n";
export { SelectionAppearance } from "./components/list/resources";
-export { ListItemMessages } from "./components/list-item/assets/list-item/t9n";
-export { MenuMessages } from "./components/menu/assets/menu/t9n";
-export { MenuItemMessages } from "./components/menu-item/assets/menu-item/t9n";
export { MenuItemCustomEvent } from "./components/menu-item/interfaces";
export { MeterFillType, MeterLabelType } from "./components/meter/interfaces";
-export { ModalMessages } from "./components/modal/assets/modal/t9n";
-export { NoticeMessages } from "./components/notice/assets/notice/t9n";
-export { PaginationMessages } from "./components/pagination/assets/pagination/t9n";
-export { PanelMessages } from "./components/panel/assets/panel/t9n";
export { ItemData as ItemData1, ListFocusId } from "./components/pick-list/shared-list-logic";
export { ICON_TYPES } from "./components/pick-list/resources";
-export { PickListItemMessages } from "./components/pick-list-item/assets/pick-list-item/t9n";
-export { PopoverMessages } from "./components/popover/assets/popover/t9n";
-export { RatingMessages } from "./components/rating/assets/rating/t9n";
-export { ScrimMessages } from "./components/scrim/assets/scrim/t9n";
export { DisplayMode } from "./components/sheet/interfaces";
export { DisplayMode as DisplayMode1 } from "./components/shell-panel/interfaces";
-export { ShellPanelMessages } from "./components/shell-panel/assets/shell-panel/t9n";
export { DragDetail } from "./utils/sortableComponent";
export { StepperItemChangeEventDetail, StepperItemEventDetail, StepperItemKeyEventDetail, StepperLayout } from "./components/stepper/interfaces";
-export { StepperMessages } from "./components/stepper/assets/stepper/t9n";
-export { StepperItemMessages } from "./components/stepper-item/assets/stepper-item/t9n";
export { TabID, TabLayout, TabPosition } from "./components/tabs/interfaces";
-export { TabNavMessages } from "./components/tab-nav/assets/tab-nav/t9n";
export { TabChangeEventDetail, TabCloseEventDetail } from "./components/tab/interfaces";
-export { TabTitleMessages } from "./components/tab-title/assets/tab-title/t9n";
export { RowType, TableInteractionMode, TableLayout, TableRowFocusEvent, TableSelectionDisplay } from "./components/table/interfaces";
-export { TableMessages } from "./components/table/assets/table/t9n";
-export { TableCellMessages } from "./components/table-cell/assets/table-cell/t9n";
-export { TableHeaderMessages } from "./components/table-header/assets/table-header/t9n";
-export { TextAreaMessages } from "./components/text-area/assets/text-area/t9n";
export { TileSelectType } from "./components/tile-select/interfaces";
export { TileSelectGroupLayout } from "./components/tile-select-group/interfaces";
-export { TipMessages } from "./components/tip/assets/tip/t9n";
-export { TipManagerMessages } from "./components/tip-manager/assets/tip-manager/t9n";
export { TreeItemSelectDetail } from "./components/tree-item/interfaces";
-export { ValueListMessages } from "./components/value-list/assets/value-list/t9n";
export { ListItemAndHandle } from "./components/value-list-item/interfaces";
export namespace Components {
interface CalciteAccordion {
diff --git a/packages/calcite-components/src/components/accordion-item/readme.md b/packages/calcite-components/src/components/accordion-item/readme.md
index 28b9df1fa4b..4c717c0853a 100644
--- a/packages/calcite-components/src/components/accordion-item/readme.md
+++ b/packages/calcite-components/src/components/accordion-item/readme.md
@@ -6,14 +6,14 @@ For comprehensive guidance on using and implementing `calcite-accordion-item`, r
## Properties
-| Property | Attribute | Description | Type | Default |
-| ------------- | --------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `description` | `description` | Specifies a description for the component. | `string` | `undefined` |
-| `expanded` | `expanded` | When `true`, the component is expanded. | `boolean` | `false` |
-| `heading` | `heading` | Specifies heading text for the component. | `string` | `undefined` |
-| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
-| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| Property | Attribute | Description | Type | Default |
+| ------------- | --------------- | ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `description` | `description` | Specifies a description for the component. | `string` | `undefined` |
+| `expanded` | `expanded` | When `true`, the component is expanded. | `boolean` | `false` |
+| `heading` | `heading` | Specifies heading text for the component. | `string` | `undefined` |
+| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
+| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
## Methods
diff --git a/packages/calcite-components/src/components/action/readme.md b/packages/calcite-components/src/components/action/readme.md
index 08e1444516f..fb79c36cb5d 100755
--- a/packages/calcite-components/src/components/action/readme.md
+++ b/packages/calcite-components/src/components/action/readme.md
@@ -6,22 +6,22 @@ For comprehensive guidance on using and implementing `calcite-action`, refer to
## Properties
-| Property | Attribute | Description | Type | Default |
-| ------------------- | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `active` | `active` | When `true`, the component is highlighted. | `boolean` | `false` |
-| `alignment` | `alignment` | Specifies the horizontal alignment of button elements with text content. | `"center" \| "end" \| "start"` | `undefined` |
-| `appearance` | `appearance` | Specifies the appearance of the component. | `"solid" \| "transparent"` | `"solid"` |
-| `compact` | `compact` | When `true`, the side padding of the component is reduced. Compact mode is used internally by components, e.g. `calcite-block-section`. | `boolean` | `false` |
-| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
-| `icon` | `icon` | Specifies an icon to display. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
-| `indicator` | `indicator` | When `true`, displays a visual indicator. | `boolean` | `false` |
-| `label` | `label` | Specifies the label of the component. If no label is provided, the label inherits what's provided for the `text` prop. | `string` | `undefined` |
-| `loading` | `loading` | When `true`, a busy indicator is displayed. | `boolean` | `false` |
-| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `ActionMessages` | `undefined` |
-| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
-| `text` *(required)* | `text` | Specifies text that accompanies the icon. | `string` | `undefined` |
-| `textEnabled` | `text-enabled` | Indicates whether the text is displayed. | `boolean` | `false` |
+| Property | Attribute | Description | Type | Default |
+| ------------------- | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `active` | `active` | When `true`, the component is highlighted. | `boolean` | `false` |
+| `alignment` | `alignment` | Specifies the horizontal alignment of button elements with text content. | `"center" \| "end" \| "start"` | `undefined` |
+| `appearance` | `appearance` | Specifies the appearance of the component. | `"solid" \| "transparent"` | `"solid"` |
+| `compact` | `compact` | When `true`, the side padding of the component is reduced. Compact mode is used internally by components, e.g. `calcite-block-section`. | `boolean` | `false` |
+| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
+| `icon` | `icon` | Specifies an icon to display. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
+| `indicator` | `indicator` | When `true`, displays a visual indicator. | `boolean` | `false` |
+| `label` | `label` | Specifies the label of the component. If no label is provided, the label inherits what's provided for the `text` prop. | `string` | `undefined` |
+| `loading` | `loading` | When `true`, a busy indicator is displayed. | `boolean` | `false` |
+| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `ActionMessages` | `undefined` |
+| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
+| `text` *(required)* | `text` | Specifies text that accompanies the icon. | `string` | `undefined` |
+| `textEnabled` | `text-enabled` | Indicates whether the text is displayed. | `boolean` | `false` |
## Methods
diff --git a/packages/calcite-components/src/components/block-section/readme.md b/packages/calcite-components/src/components/block-section/readme.md
index 7dfdebf4cd8..2039d8daa41 100644
--- a/packages/calcite-components/src/components/block-section/readme.md
+++ b/packages/calcite-components/src/components/block-section/readme.md
@@ -6,16 +6,16 @@ For comprehensive guidance on using and implementing `calcite-block-section`, re
## Properties
-| Property | Attribute | Description | Type | Default |
-| ------------------ | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
-| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `BlockSectionMessages` | `undefined` |
-| `open` | `open` | When `true`, expands the component and its contents. | `boolean` | `false` |
-| `status` | `status` | **[DEPRECATED]** Use `icon-start` instead.
Displays a status-related indicator icon. | `"idle" \| "invalid" \| "valid"` | `undefined` |
-| `text` | `text` | The component header text. | `string` | `undefined` |
-| `toggleDisplay` | `toggle-display` | Specifies how the component's toggle is displayed, where: `"button"` sets the toggle to a selectable header, and `"switch"` sets the toggle to a switch. | `"button" \| "switch"` | `"button"` |
+| Property | Attribute | Description | Type | Default |
+| ------------------ | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
+| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `BlockSectionMessages` | `undefined` |
+| `open` | `open` | When `true`, expands the component and its contents. | `boolean` | `false` |
+| `status` | `status` | **[DEPRECATED]** Use `icon-start` instead.
Displays a status-related indicator icon. | `"idle" \| "invalid" \| "valid"` | `undefined` |
+| `text` | `text` | The component header text. | `string` | `undefined` |
+| `toggleDisplay` | `toggle-display` | Specifies how the component's toggle is displayed, where: `"button"` sets the toggle to a selectable header, and `"switch"` sets the toggle to a switch. | `"button" \| "switch"` | `"button"` |
## Events
diff --git a/packages/calcite-components/src/components/block/readme.md b/packages/calcite-components/src/components/block/readme.md
index 48c3c41302b..d1c160ed5bf 100644
--- a/packages/calcite-components/src/components/block/readme.md
+++ b/packages/calcite-components/src/components/block/readme.md
@@ -6,22 +6,22 @@ For comprehensive guidance on using and implementing `calcite-block`, refer to t
## Properties
-| Property | Attribute | Description | Type | Default |
-| ---------------------- | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------ |
-| `collapsible` | `collapsible` | When `true`, the component is collapsible. | `boolean` | `false` |
-| `description` | `description` | A description for the component, which displays below the heading. | `string` | `undefined` |
-| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
-| `dragHandle` | `drag-handle` | When `true`, displays a drag handle in the header. | `boolean` | `false` |
-| `heading` *(required)* | `heading` | The component header text. | `string` | `undefined` |
-| `headingLevel` | `heading-level` | Specifies the heading level of the component's `heading` for proper document structure, without affecting visual styling. | `1 \| 2 \| 3 \| 4 \| 5 \| 6` | `undefined` |
-| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
-| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `loading` | `loading` | When `true`, a busy indicator is displayed. | `boolean` | `false` |
-| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `BlockMessages` | `undefined` |
-| `open` | `open` | When `true`, expands the component and its contents. | `boolean` | `false` |
-| `overlayPositioning` | `overlay-positioning` | Determines the type of positioning to use for the overlaid content. Using `"absolute"` will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout. `"fixed"` should be used to escape an overflowing parent container, or when the reference element's `position` CSS property is `"fixed"`. | `"absolute" \| "fixed"` | `"absolute"` |
-| `status` | `status` | **[DEPRECATED]** Use `icon-start` instead.
Displays a status-related indicator icon. | `"idle" \| "invalid" \| "valid"` | `undefined` |
+| Property | Attribute | Description | Type | Default |
+| ---------------------- | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
+| `collapsible` | `collapsible` | When `true`, the component is collapsible. | `boolean` | `false` |
+| `description` | `description` | A description for the component, which displays below the heading. | `string` | `undefined` |
+| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
+| `dragHandle` | `drag-handle` | When `true`, displays a drag handle in the header. | `boolean` | `false` |
+| `heading` *(required)* | `heading` | The component header text. | `string` | `undefined` |
+| `headingLevel` | `heading-level` | Specifies the heading level of the component's `heading` for proper document structure, without affecting visual styling. | `1 \| 2 \| 3 \| 4 \| 5 \| 6` | `undefined` |
+| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
+| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `loading` | `loading` | When `true`, a busy indicator is displayed. | `boolean` | `false` |
+| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `BlockMessages` | `undefined` |
+| `open` | `open` | When `true`, expands the component and its contents. | `boolean` | `false` |
+| `overlayPositioning` | `overlay-positioning` | Determines the type of positioning to use for the overlaid content. Using `"absolute"` will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout. `"fixed"` should be used to escape an overflowing parent container, or when the reference element's `position` CSS property is `"fixed"`. | `"absolute" \| "fixed"` | `"absolute"` |
+| `status` | `status` | **[DEPRECATED]** Use `icon-start` instead.
Displays a status-related indicator icon. | `"idle" \| "invalid" \| "valid"` | `undefined` |
## Events
diff --git a/packages/calcite-components/src/components/button/readme.md b/packages/calcite-components/src/components/button/readme.md
index b9f37334032..fc62e04e56b 100644
--- a/packages/calcite-components/src/components/button/readme.md
+++ b/packages/calcite-components/src/components/button/readme.md
@@ -6,29 +6,29 @@ For comprehensive guidance on using and implementing `calcite-button`, refer to
## Properties
-| Property | Attribute | Description | Type | Default |
-| ------------------ | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `alignment` | `alignment` | Specifies the alignment of the component's elements. | `"center" \| "end" \| "icon-end-space-between" \| "icon-start-space-between" \| "space-between" \| "start"` | `"center"` |
-| `appearance` | `appearance` | Specifies the appearance style of the component. | `"outline" \| "outline-fill" \| "solid" \| "transparent"` | `"solid"` |
-| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
-| `download` | `download` | Prompts the user to save the linked URL instead of navigating to it. Can be used with or without a value: Without a value, the browser will suggest a filename/extension See . | `boolean \| string` | `false` |
-| `form` | `form` | The `id` of the form that will be associated with the component. When not set, the component will be associated with its ancestor form element, if any. | `string` | `undefined` |
-| `href` | `href` | Specifies the URL of the linked resource, which can be set as an absolute or relative path. | `string` | `undefined` |
-| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
-| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `kind` | `kind` | Specifies the kind of the component, which will apply to the border and background if applicable. | `"brand" \| "danger" \| "inverse" \| "neutral"` | `"brand"` |
-| `label` | `label` | Accessible name for the component. | `string` | `undefined` |
-| `loading` | `loading` | When `true`, a busy indicator is displayed and interaction is disabled. | `boolean` | `false` |
-| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `ButtonMessages` | `undefined` |
-| `name` | `name` | Specifies the name of the component on form submission. | `string` | `undefined` |
-| `rel` | `rel` | Defines the relationship between the `href` value and the current document. | `string` | `undefined` |
-| `round` | `round` | When `true`, adds a round style to the component. | `boolean` | `false` |
-| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
-| `splitChild` | `split-child` | Specifies if the component is a child of a `calcite-split-button`. | `"primary" \| "secondary" \| boolean` | `false` |
-| `target` | `target` | Specifies where to open the linked document defined in the `href` property. | `string` | `undefined` |
-| `type` | `type` | Specifies the default behavior of the component. | `string` | `"button"` |
-| `width` | `width` | Specifies the width of the component. | `"auto" \| "full" \| "half"` | `"auto"` |
+| Property | Attribute | Description | Type | Default |
+| ------------------ | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `alignment` | `alignment` | Specifies the alignment of the component's elements. | `"center" \| "end" \| "icon-end-space-between" \| "icon-start-space-between" \| "space-between" \| "start"` | `"center"` |
+| `appearance` | `appearance` | Specifies the appearance style of the component. | `"outline" \| "outline-fill" \| "solid" \| "transparent"` | `"solid"` |
+| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
+| `download` | `download` | Prompts the user to save the linked URL instead of navigating to it. Can be used with or without a value: Without a value, the browser will suggest a filename/extension See . | `boolean \| string` | `false` |
+| `form` | `form` | The `id` of the form that will be associated with the component. When not set, the component will be associated with its ancestor form element, if any. | `string` | `undefined` |
+| `href` | `href` | Specifies the URL of the linked resource, which can be set as an absolute or relative path. | `string` | `undefined` |
+| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
+| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `kind` | `kind` | Specifies the kind of the component, which will apply to the border and background if applicable. | `"brand" \| "danger" \| "inverse" \| "neutral"` | `"brand"` |
+| `label` | `label` | Accessible name for the component. | `string` | `undefined` |
+| `loading` | `loading` | When `true`, a busy indicator is displayed and interaction is disabled. | `boolean` | `false` |
+| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `ButtonMessages` | `undefined` |
+| `name` | `name` | Specifies the name of the component on form submission. | `string` | `undefined` |
+| `rel` | `rel` | Defines the relationship between the `href` value and the current document. | `string` | `undefined` |
+| `round` | `round` | When `true`, adds a round style to the component. | `boolean` | `false` |
+| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
+| `splitChild` | `split-child` | Specifies if the component is a child of a `calcite-split-button`. | `"primary" \| "secondary" \| boolean` | `false` |
+| `target` | `target` | Specifies where to open the linked document defined in the `href` property. | `string` | `undefined` |
+| `type` | `type` | Specifies the default behavior of the component. | `string` | `"button"` |
+| `width` | `width` | Specifies the width of the component. | `"auto" \| "full" \| "half"` | `"auto"` |
## Methods
diff --git a/packages/calcite-components/src/components/chip/readme.md b/packages/calcite-components/src/components/chip/readme.md
index a9f433291f0..2f8f6f57ce1 100644
--- a/packages/calcite-components/src/components/chip/readme.md
+++ b/packages/calcite-components/src/components/chip/readme.md
@@ -6,20 +6,20 @@ For comprehensive guidance on using and implementing `calcite-chip`, refer to th
## Properties
-| Property | Attribute | Description | Type | Default |
-| -------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `appearance` | `appearance` | Specifies the appearance style of the component. | `"outline" \| "outline-fill" \| "solid"` | `"solid"` |
-| `closable` | `closable` | When `true`, a close button is added to the component. | `boolean` | `false` |
-| `closed` | `closed` | When `true`, hides the component. | `boolean` | `false` |
-| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
-| `icon` | `icon` | Specifies an icon to display. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
-| `kind` | `kind` | Specifies the kind of the component, which will apply to border and background if applicable. | `"brand" \| "inverse" \| "neutral"` | `"neutral"` |
-| `label` | `label` | Accessible name for the component. | `string` | `undefined` |
-| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `ChipMessages` | `undefined` |
-| `scale` | `scale` | Specifies the size of the component. When contained in a parent `calcite-chip-group` inherits the parent's `scale` value. | `"l" \| "m" \| "s"` | `"m"` |
-| `selected` | `selected` | When `true`, the component is selected. | `boolean` | `false` |
-| `value` *(required)* | `value` | The component's value. | `any` | `undefined` |
+| Property | Attribute | Description | Type | Default |
+| -------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `appearance` | `appearance` | Specifies the appearance style of the component. | `"outline" \| "outline-fill" \| "solid"` | `"solid"` |
+| `closable` | `closable` | When `true`, a close button is added to the component. | `boolean` | `false` |
+| `closed` | `closed` | When `true`, hides the component. | `boolean` | `false` |
+| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
+| `icon` | `icon` | Specifies an icon to display. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
+| `kind` | `kind` | Specifies the kind of the component, which will apply to border and background if applicable. | `"brand" \| "inverse" \| "neutral"` | `"neutral"` |
+| `label` | `label` | Accessible name for the component. | `string` | `undefined` |
+| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `ChipMessages` | `undefined` |
+| `scale` | `scale` | Specifies the size of the component. When contained in a parent `calcite-chip-group` inherits the parent's `scale` value. | `"l" \| "m" \| "s"` | `"m"` |
+| `selected` | `selected` | When `true`, the component is selected. | `boolean` | `false` |
+| `value` *(required)* | `value` | The component's value. | `any` | `undefined` |
## Events
diff --git a/packages/calcite-components/src/components/combobox-item/readme.md b/packages/calcite-components/src/components/combobox-item/readme.md
index d89a29242a2..e8eb239f076 100644
--- a/packages/calcite-components/src/components/combobox-item/readme.md
+++ b/packages/calcite-components/src/components/combobox-item/readme.md
@@ -6,18 +6,20 @@ For comprehensive guidance on using and implementing `calcite-combobox-item`, re
## Properties
-| Property | Attribute | Description | Type | Default |
-| ------------------------ | ----------------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `active` | `active` | When `true`, the component is active. | `boolean` | `false` |
-| `ancestors` | -- | Specifies the parent and grandparent items, which are set on `calcite-combobox`. | `ComboboxChildElement[]` | `undefined` |
-| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
-| `filterDisabled` | `filter-disabled` | When `true`, omits the component from the `calcite-combobox` filtered search results. | `boolean` | `undefined` |
-| `guid` | `guid` | The `id` attribute of the component. When omitted, a globally unique identifier is used. | `string` | `guid()` |
-| `icon` | `icon` | Specifies an icon to display. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
-| `selected` | `selected` | When `true`, the component is selected. | `boolean` | `false` |
-| `textLabel` *(required)* | `text-label` | The component's text. | `string` | `undefined` |
-| `value` *(required)* | `value` | The component's value. | `any` | `undefined` |
+| Property | Attribute | Description | Type | Default |
+| ------------------------ | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `active` | `active` | When `true`, the component is active. | `boolean` | `false` |
+| `ancestors` | -- | Specifies the parent and grandparent items, which are set on `calcite-combobox`. | `ComboboxChildElement[]` | `undefined` |
+| `description` | `description` | A description for the component, which displays below the label. | `string` | `undefined` |
+| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
+| `filterDisabled` | `filter-disabled` | When `true`, omits the component from the `calcite-combobox` filtered search results. | `boolean` | `undefined` |
+| `guid` | `guid` | The `id` attribute of the component. When omitted, a globally unique identifier is used. | `string` | `guid()` |
+| `icon` | `icon` | Specifies an icon to display. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
+| `selected` | `selected` | When `true`, the component is selected. | `boolean` | `false` |
+| `shortHeading` | `short-heading` | The component's short heading. When provided, the short heading will be displayed in the component's selection. It is recommended to use 5 characters or fewer. | `string` | `undefined` |
+| `textLabel` *(required)* | `text-label` | The component's text. | `string` | `undefined` |
+| `value` *(required)* | `value` | The component's value. | `any` | `undefined` |
## Events
@@ -27,9 +29,10 @@ For comprehensive guidance on using and implementing `calcite-combobox-item`, re
## Slots
-| Slot | Description |
-| ---- | -------------------------------------------------- |
-| | A slot for adding nested `calcite-combobox-item`s. |
+| Slot | Description |
+| --------------- | ------------------------------------------------------------------------ |
+| | A slot for adding nested `calcite-combobox-item`s. |
+| `"content-end"` | A slot for adding non-actionable elements after the component's content. |
## Dependencies
diff --git a/packages/calcite-components/src/components/combobox/readme.md b/packages/calcite-components/src/components/combobox/readme.md
index 4827e0700e2..b624f4c8e10 100644
--- a/packages/calcite-components/src/components/combobox/readme.md
+++ b/packages/calcite-components/src/components/combobox/readme.md
@@ -6,35 +6,35 @@ For comprehensive guidance on using and implementing `calcite-combobox`, refer t
## Properties
-| Property | Attribute | Description | Type | Default |
-| ------------------------ | --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `allowCustomValues` | `allow-custom-values` | When `true`, allows entry of custom values, which are not in the original set of items. | `boolean` | `undefined` |
-| `clearDisabled` | `clear-disabled` | When `true`, the value-clearing will be disabled. | `boolean` | `false` |
-| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
-| `filterText` | `filter-text` | Text for the component's filter input field. | `string` | `""` |
-| `filteredItems` | -- | Specifies the component's filtered items. | `HTMLCalciteComboboxItemElement[]` | `[]` |
-| `flipPlacements` | -- | Defines the available placements that can be used when a flip occurs. | `FlipPlacement[]` | `undefined` |
-| `form` | `form` | The `id` of the form that will be associated with the component. When not set, the component will be associated with its ancestor form element, if any. | `string` | `undefined` |
-| `label` *(required)* | `label` | Accessible name for the component. | `string` | `undefined` |
-| `maxItems` | `max-items` | Specifies the maximum number of `calcite-combobox-item`s (including nested children) to display before displaying a scrollbar. | `number` | `0` |
-| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `ComboboxMessages` | `undefined` |
-| `name` | `name` | Specifies the name of the component. Required to pass the component's `value` on form submission. | `string` | `undefined` |
-| `open` | `open` | When `true`, displays and positions the component. | `boolean` | `false` |
-| `overlayPositioning` | `overlay-positioning` | Determines the type of positioning to use for the overlaid content. Using `"absolute"` will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout. `"fixed"` should be used to escape an overflowing parent container, or when the reference element's `position` CSS property is `"fixed"`. | `"absolute" \| "fixed"` | `"absolute"` |
-| `placeholder` | `placeholder` | Specifies the placeholder text for the input. | `string` | `undefined` |
-| `placeholderIcon` | `placeholder-icon` | Specifies the placeholder icon for the input. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `placeholderIconFlipRtl` | `placeholder-icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
-| `readOnly` | `read-only` | When `true`, the component's value can be read, but controls are not accessible and the value cannot be modified. | `boolean` | `false` |
-| `required` | `required` | When `true`, the component must have a value in order for the form to submit. | `boolean` | `false` |
-| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
-| `selectedItems` | -- | Specifies the component's selected items. | `HTMLCalciteComboboxItemElement[]` | `[]` |
-| `selectionDisplay` | `selection-display` | When `selectionMode` is `"ancestors"` or `"multiple"`, specifies the display of multiple `calcite-combobox-item` selections, where: `"all"` displays all selections with individual `calcite-chip`s, `"fit"` displays individual `calcite-chip`s that scale to the component's size, including a non-closable `calcite-chip`, which provides the number of additional `calcite-combobox-item` selections not visually displayed, and `"single"` displays one `calcite-chip` with the total number of selections. | `"all" \| "fit" \| "single"` | `"all"` |
-| `selectionMode` | `selection-mode` | Specifies the selection mode of the component, where: `"multiple"` allows any number of selections, `"single"` allows only one selection, `"single-persist"` allows one selection and prevents de-selection, and `"ancestors"` allows multiple selections, but shows ancestors of selected items as selected, with only deepest children shown in chips. | `"ancestors" \| "multiple" \| "single" \| "single-persist"` | `"multiple"` |
-| `status` | `status` | Specifies the status of the input field, which determines message and icons. | `"idle" \| "invalid" \| "valid"` | `"idle"` |
-| `validationIcon` | `validation-icon` | Specifies the validation icon to display under the component. | `boolean \| IconName` | `undefined` |
-| `validationMessage` | `validation-message` | Specifies the validation message to display under the component. | `string` | `undefined` |
-| `validity` | -- | The current validation state of the component. | `{ valid: boolean; badInput: boolean; customError: boolean; patternMismatch: boolean; rangeOverflow: boolean; rangeUnderflow: boolean; stepMismatch: boolean; tooLong: boolean; tooShort: boolean; typeMismatch: boolean; valueMissing: boolean; }` | `{ valid: false, badInput: false, customError: false, patternMismatch: false, rangeOverflow: false, rangeUnderflow: false, stepMismatch: false, tooLong: false, tooShort: false, typeMismatch: false, valueMissing: false, }` |
-| `value` | `value` | The component's value(s) from the selected `calcite-combobox-item`(s). | `string \| string[]` | `null` |
+| Property | Attribute | Description | Type | Default |
+| ------------------------ | --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `allowCustomValues` | `allow-custom-values` | When `true`, allows entry of custom values, which are not in the original set of items. | `boolean` | `undefined` |
+| `clearDisabled` | `clear-disabled` | When `true`, the value-clearing will be disabled. | `boolean` | `false` |
+| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
+| `filterText` | `filter-text` | Text for the component's filter input field. | `string` | `""` |
+| `filteredItems` | -- | Specifies the component's filtered items. | `HTMLCalciteComboboxItemElement[]` | `[]` |
+| `flipPlacements` | -- | Defines the available placements that can be used when a flip occurs. | `FlipPlacement[]` | `undefined` |
+| `form` | `form` | The `id` of the form that will be associated with the component. When not set, the component will be associated with its ancestor form element, if any. | `string` | `undefined` |
+| `label` *(required)* | `label` | Accessible name for the component. | `string` | `undefined` |
+| `maxItems` | `max-items` | Specifies the maximum number of `calcite-combobox-item`s (including nested children) to display before displaying a scrollbar. | `number` | `0` |
+| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `ComboboxMessages` | `undefined` |
+| `name` | `name` | Specifies the name of the component. Required to pass the component's `value` on form submission. | `string` | `undefined` |
+| `open` | `open` | When `true`, displays and positions the component. | `boolean` | `false` |
+| `overlayPositioning` | `overlay-positioning` | Determines the type of positioning to use for the overlaid content. Using `"absolute"` will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout. `"fixed"` should be used to escape an overflowing parent container, or when the reference element's `position` CSS property is `"fixed"`. | `"absolute" \| "fixed"` | `"absolute"` |
+| `placeholder` | `placeholder` | Specifies the placeholder text for the input. | `string` | `undefined` |
+| `placeholderIcon` | `placeholder-icon` | Specifies the placeholder icon for the input. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `placeholderIconFlipRtl` | `placeholder-icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
+| `readOnly` | `read-only` | When `true`, the component's value can be read, but controls are not accessible and the value cannot be modified. | `boolean` | `false` |
+| `required` | `required` | When `true`, the component must have a value in order for the form to submit. | `boolean` | `false` |
+| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
+| `selectedItems` | -- | Specifies the component's selected items. | `HTMLCalciteComboboxItemElement[]` | `[]` |
+| `selectionDisplay` | `selection-display` | When `selectionMode` is `"ancestors"` or `"multiple"`, specifies the display of multiple `calcite-combobox-item` selections, where: `"all"` displays all selections with individual `calcite-chip`s, `"fit"` displays individual `calcite-chip`s that scale to the component's size, including a non-closable `calcite-chip`, which provides the number of additional `calcite-combobox-item` selections not visually displayed, and `"single"` displays one `calcite-chip` with the total number of selections. | `"all" \| "fit" \| "single"` | `"all"` |
+| `selectionMode` | `selection-mode` | Specifies the selection mode of the component, where: `"multiple"` allows any number of selections, `"single"` allows only one selection, `"single-persist"` allows one selection and prevents de-selection, and `"ancestors"` allows multiple selections, but shows ancestors of selected items as selected, with only deepest children shown in chips. | `"ancestors" \| "multiple" \| "single" \| "single-persist"` | `"multiple"` |
+| `status` | `status` | Specifies the status of the input field, which determines message and icons. | `"idle" \| "invalid" \| "valid"` | `"idle"` |
+| `validationIcon` | `validation-icon` | Specifies the validation icon to display under the component. | `boolean \| IconName` | `undefined` |
+| `validationMessage` | `validation-message` | Specifies the validation message to display under the component. | `string` | `undefined` |
+| `validity` | -- | The current validation state of the component. | `{ valid: boolean; badInput: boolean; customError: boolean; patternMismatch: boolean; rangeOverflow: boolean; rangeUnderflow: boolean; stepMismatch: boolean; tooLong: boolean; tooShort: boolean; typeMismatch: boolean; valueMissing: boolean; }` | `{ valid: false, badInput: false, customError: false, patternMismatch: false, rangeOverflow: false, rangeUnderflow: false, stepMismatch: false, tooLong: false, tooShort: false, typeMismatch: false, valueMissing: false, }` |
+| `value` | `value` | The component's value(s) from the selected `calcite-combobox-item`(s). | `string \| string[]` | `null` |
## Events
diff --git a/packages/calcite-components/src/components/dropdown-item/readme.md b/packages/calcite-components/src/components/dropdown-item/readme.md
index 27605f69356..a420e1dc4be 100644
--- a/packages/calcite-components/src/components/dropdown-item/readme.md
+++ b/packages/calcite-components/src/components/dropdown-item/readme.md
@@ -6,17 +6,17 @@ For comprehensive guidance on using and implementing `calcite-dropdown-item`, re
## Properties
-| Property | Attribute | Description | Type | Default |
-| ------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
-| `href` | `href` | Specifies the URL of the linked resource, which can be set as an absolute or relative path. Determines if the component will render as an anchor. | `string` | `undefined` |
-| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
-| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `label` | `label` | Accessible name for the component. | `string` | `undefined` |
-| `rel` | `rel` | Specifies the relationship to the linked document defined in `href`. | `string` | `undefined` |
-| `selected` | `selected` | When `true`, the component is selected. | `boolean` | `false` |
-| `target` | `target` | Specifies the frame or window to open the linked document. | `string` | `undefined` |
+| Property | Attribute | Description | Type | Default |
+| ------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
+| `href` | `href` | Specifies the URL of the linked resource, which can be set as an absolute or relative path. Determines if the component will render as an anchor. | `string` | `undefined` |
+| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
+| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `label` | `label` | Accessible name for the component. | `string` | `undefined` |
+| `rel` | `rel` | Specifies the relationship to the linked document defined in `href`. | `string` | `undefined` |
+| `selected` | `selected` | When `true`, the component is selected. | `boolean` | `false` |
+| `target` | `target` | Specifies the frame or window to open the linked document. | `string` | `undefined` |
## Events
diff --git a/packages/calcite-components/src/components/fab/readme.md b/packages/calcite-components/src/components/fab/readme.md
index 7aa7a5f9a6c..4a6b02785ee 100644
--- a/packages/calcite-components/src/components/fab/readme.md
+++ b/packages/calcite-components/src/components/fab/readme.md
@@ -6,18 +6,18 @@ For comprehensive guidance on using and implementing `calcite-fab`, refer to the
## Properties
-| Property | Attribute | Description | Type | Default |
-| ------------- | --------------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------ |
-| `appearance` | `appearance` | Specifies the appearance style of the component. | `"outline-fill" \| "solid"` | `"solid"` |
-| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
-| `icon` | `icon` | Specifies an icon to display. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `ICONS.plus` |
-| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
-| `kind` | `kind` | Specifies the kind of the component, which will apply to border and background. | `"brand" \| "danger" \| "inverse" \| "neutral"` | `"brand"` |
-| `label` | `label` | Accessible name for the component. | `string` | `undefined` |
-| `loading` | `loading` | When `true`, a busy indicator is displayed. | `boolean` | `false` |
-| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
-| `text` | `text` | Specifies text to accompany the component's icon. | `string` | `undefined` |
-| `textEnabled` | `text-enabled` | When `true`, displays the `text` value in the component. | `boolean` | `false` |
+| Property | Attribute | Description | Type | Default |
+| ------------- | --------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
+| `appearance` | `appearance` | Specifies the appearance style of the component. | `"outline-fill" \| "solid"` | `"solid"` |
+| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
+| `icon` | `icon` | Specifies an icon to display. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `ICONS.plus` |
+| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
+| `kind` | `kind` | Specifies the kind of the component, which will apply to border and background. | `"brand" \| "danger" \| "inverse" \| "neutral"` | `"brand"` |
+| `label` | `label` | Accessible name for the component. | `string` | `undefined` |
+| `loading` | `loading` | When `true`, a busy indicator is displayed. | `boolean` | `false` |
+| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
+| `text` | `text` | Specifies text to accompany the component's icon. | `string` | `undefined` |
+| `textEnabled` | `text-enabled` | When `true`, displays the `text` value in the component. | `boolean` | `false` |
## Methods
diff --git a/packages/calcite-components/src/components/flow-item/readme.md b/packages/calcite-components/src/components/flow-item/readme.md
index 69e9be9affb..f96c2b824b2 100644
--- a/packages/calcite-components/src/components/flow-item/readme.md
+++ b/packages/calcite-components/src/components/flow-item/readme.md
@@ -9,6 +9,7 @@ For comprehensive guidance on using and implementing `calcite-flow-item`, refer
| Property | Attribute | Description | Type | Default |
| -------------------- | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | ------------ |
| `beforeBack` | -- | When provided, the method will be called before it is removed from its parent `calcite-flow`. | `() => Promise` | `undefined` |
+| `beforeClose` | -- | Passes a function to run before the component closes. | `() => Promise` | `undefined` |
| `closable` | `closable` | When `true`, displays a close button in the trailing side of the component's header. | `boolean` | `false` |
| `closed` | `closed` | When `true`, the component will be hidden. | `boolean` | `false` |
| `collapsed` | `collapsed` | When `true`, hides the component's content area. | `boolean` | `false` |
@@ -66,6 +67,7 @@ promise.
| ------------------------ | ------------------------------------------------------------------------------------------------------------ |
| | A slot for adding custom content. |
| `"action-bar"` | A slot for adding a `calcite-action-bar` to the component. |
+| `"alerts"` | A slot for adding `calcite-alert`s to the component. |
| `"content-bottom"` | A slot for adding content below the unnamed (default) slot and above the footer slot (if populated) |
| `"content-top"` | A slot for adding content above the unnamed (default) slot and below the action-bar slot (if populated). |
| `"fab"` | A slot for adding a `calcite-fab` (floating action button) to perform an action. |
diff --git a/packages/calcite-components/src/components/icon/readme.md b/packages/calcite-components/src/components/icon/readme.md
index 193df8f7031..3c352237ad9 100644
--- a/packages/calcite-components/src/components/icon/readme.md
+++ b/packages/calcite-components/src/components/icon/readme.md
@@ -6,12 +6,12 @@ For comprehensive guidance on using and implementing `calcite-icon`, refer to th
## Properties
-| Property | Attribute | Description | Type | Default |
-| ----------- | ------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `flipRtl` | `flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
-| `icon` | `icon` | Displays a specific icon. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `null` |
-| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
-| `textLabel` | `text-label` | Accessible name for the component. It is recommended to set this value if your icon is semantic. | `string` | `undefined` |
+| Property | Attribute | Description | Type | Default |
+| ----------- | ------------ | ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `flipRtl` | `flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
+| `icon` | `icon` | Displays a specific icon. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `null` |
+| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
+| `textLabel` | `text-label` | Accessible name for the component. It is recommended to set this value if your icon is semantic. | `string` | `undefined` |
## CSS Custom Properties
diff --git a/packages/calcite-components/src/components/link/readme.md b/packages/calcite-components/src/components/link/readme.md
index 2b631400308..fc0cd62c9e3 100644
--- a/packages/calcite-components/src/components/link/readme.md
+++ b/packages/calcite-components/src/components/link/readme.md
@@ -6,16 +6,16 @@ For comprehensive guidance on using and implementing `calcite-link`, refer to th
## Properties
-| Property | Attribute | Description | Type | Default |
-| ------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
-| `download` | `download` | Prompts the user to save the linked URL instead of navigating to it. Can be used with or without a value: Without a value, the browser will suggest a filename/extension See . | `boolean \| string` | `false` |
-| `href` | `href` | Specifies the URL of the linked resource, which can be set as an absolute or relative path. | `string` | `undefined` |
-| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
-| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `rel` | `rel` | Specifies the relationship to the linked document defined in `href`. | `string` | `undefined` |
-| `target` | `target` | Specifies the frame or window to open the linked document. | `string` | `undefined` |
+| Property | Attribute | Description | Type | Default |
+| ------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
+| `download` | `download` | Prompts the user to save the linked URL instead of navigating to it. Can be used with or without a value: Without a value, the browser will suggest a filename/extension See . | `boolean \| string` | `false` |
+| `href` | `href` | Specifies the URL of the linked resource, which can be set as an absolute or relative path. | `string` | `undefined` |
+| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
+| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `rel` | `rel` | Specifies the relationship to the linked document defined in `href`. | `string` | `undefined` |
+| `target` | `target` | Specifies the frame or window to open the linked document. | `string` | `undefined` |
## Methods
diff --git a/packages/calcite-components/src/components/menu-item/readme.md b/packages/calcite-components/src/components/menu-item/readme.md
index 4be806804dd..d3b13340a9f 100644
--- a/packages/calcite-components/src/components/menu-item/readme.md
+++ b/packages/calcite-components/src/components/menu-item/readme.md
@@ -6,20 +6,20 @@ For comprehensive guidance on using and implementing `calcite-menu-item`, refer
## Properties
-| Property | Attribute | Description | Type | Default |
-| -------------------- | ------------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `active` | `active` | When `true`, the component is highlighted. | `boolean` | `undefined` |
-| `breadcrumb` | `breadcrumb` | When `true`, the component displays a breadcrumb trail for use as a navigational aid. | `boolean` | `undefined` |
-| `href` | `href` | Specifies the URL destination of the component, which can be set as an absolute or relative path. | `string` | `undefined` |
-| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
-| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `label` *(required)* | `label` | Accessible name for the component. | `string` | `undefined` |
-| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `MenuItemMessages` | `undefined` |
-| `open` | `open` | When `true`, the component will display any slotted `calcite-menu-item` in an open overflow menu. | `boolean` | `false` |
-| `rel` | `rel` | Defines the relationship between the `href` value and the current document. | `string` | `undefined` |
-| `target` | `target` | Specifies where to open the linked document defined in the `href` property. | `string` | `undefined` |
-| `text` | `text` | Specifies the text to display. | `string` | `undefined` |
+| Property | Attribute | Description | Type | Default |
+| -------------------- | ------------------- | ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `active` | `active` | When `true`, the component is highlighted. | `boolean` | `undefined` |
+| `breadcrumb` | `breadcrumb` | When `true`, the component displays a breadcrumb trail for use as a navigational aid. | `boolean` | `undefined` |
+| `href` | `href` | Specifies the URL destination of the component, which can be set as an absolute or relative path. | `string` | `undefined` |
+| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
+| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `label` *(required)* | `label` | Accessible name for the component. | `string` | `undefined` |
+| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `MenuItemMessages` | `undefined` |
+| `open` | `open` | When `true`, the component will display any slotted `calcite-menu-item` in an open overflow menu. | `boolean` | `false` |
+| `rel` | `rel` | Defines the relationship between the `href` value and the current document. | `string` | `undefined` |
+| `target` | `target` | Specifies where to open the linked document defined in the `href` property. | `string` | `undefined` |
+| `text` | `text` | Specifies the text to display. | `string` | `undefined` |
## Events
diff --git a/packages/calcite-components/src/components/navigation-logo/readme.md b/packages/calcite-components/src/components/navigation-logo/readme.md
index 4b6cf3eb0c3..f0be053d1fd 100644
--- a/packages/calcite-components/src/components/navigation-logo/readme.md
+++ b/packages/calcite-components/src/components/navigation-logo/readme.md
@@ -6,19 +6,19 @@ For comprehensive guidance on using and implementing `calcite-navigation-logo`,
## Properties
-| Property | Attribute | Description | Type | Default |
-| -------------- | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `active` | `active` | When `true`, the component is highlighted. | `boolean` | `undefined` |
-| `description` | `description` | A description for the component, which displays below the `heading`. | `string` | `undefined` |
-| `heading` | `heading` | Specifies heading text for the component, such as a product or organization name. | `string` | `undefined` |
-| `headingLevel` | `heading-level` | Specifies the heading level of the component's heading for proper document structure, without affecting visual styling. | `1 \| 2 \| 3 \| 4 \| 5 \| 6` | `undefined` |
-| `href` | `href` | Specifies the URL destination of the component, which can be set as an absolute or relative path. | `string` | `undefined` |
-| `icon` | `icon` | Specifies an icon to display. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
-| `label` | `label` | Describes the appearance or function of the `thumbnail`. If no label is provided, context will not be provided to assistive technologies. | `string` | `undefined` |
-| `rel` | `rel` | Defines the relationship between the `href` value and the current document. | `string` | `undefined` |
-| `target` | `target` | Specifies where to open the linked document defined in the `href` property. | `string` | `undefined` |
-| `thumbnail` | `thumbnail` | Specifies the `src` to an image. | `string` | `undefined` |
+| Property | Attribute | Description | Type | Default |
+| -------------- | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `active` | `active` | When `true`, the component is highlighted. | `boolean` | `undefined` |
+| `description` | `description` | A description for the component, which displays below the `heading`. | `string` | `undefined` |
+| `heading` | `heading` | Specifies heading text for the component, such as a product or organization name. | `string` | `undefined` |
+| `headingLevel` | `heading-level` | Specifies the heading level of the component's heading for proper document structure, without affecting visual styling. | `1 \| 2 \| 3 \| 4 \| 5 \| 6` | `undefined` |
+| `href` | `href` | Specifies the URL destination of the component, which can be set as an absolute or relative path. | `string` | `undefined` |
+| `icon` | `icon` | Specifies an icon to display. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
+| `label` | `label` | Describes the appearance or function of the `thumbnail`. If no label is provided, context will not be provided to assistive technologies. | `string` | `undefined` |
+| `rel` | `rel` | Defines the relationship between the `href` value and the current document. | `string` | `undefined` |
+| `target` | `target` | Specifies where to open the linked document defined in the `href` property. | `string` | `undefined` |
+| `thumbnail` | `thumbnail` | Specifies the `src` to an image. | `string` | `undefined` |
## Methods
diff --git a/packages/calcite-components/src/components/panel/readme.md b/packages/calcite-components/src/components/panel/readme.md
index c34ebb69d89..61f41974169 100644
--- a/packages/calcite-components/src/components/panel/readme.md
+++ b/packages/calcite-components/src/components/panel/readme.md
@@ -8,6 +8,7 @@ For comprehensive guidance on using and implementing `calcite-panel`, refer to t
| Property | Attribute | Description | Type | Default |
| -------------------- | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | ------------ |
+| `beforeClose` | -- | Passes a function to run before the component closes. | `() => Promise` | `undefined` |
| `closable` | `closable` | When `true`, displays a close button in the trailing side of the header. | `boolean` | `false` |
| `closed` | `closed` | When `true`, the component will be hidden. | `boolean` | `false` |
| `collapsed` | `collapsed` | When `true`, hides the component's content area. | `boolean` | `false` |
@@ -62,6 +63,7 @@ Type: `Promise`
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| | A slot for adding custom content. |
| `"action-bar"` | A slot for adding a `calcite-action-bar` to the component. |
+| `"alerts"` | A slot for adding `calcite-alert`s to the component. |
| `"content-bottom"` | A slot for adding content below the unnamed (default) slot and above the footer slot (if populated) |
| `"content-top"` | A slot for adding content above the unnamed (default) slot and below the action-bar slot (if populated). |
| `"fab"` | A slot for adding a `calcite-fab` (floating action button) to perform an action. |
diff --git a/packages/calcite-components/src/components/segmented-control-item/readme.md b/packages/calcite-components/src/components/segmented-control-item/readme.md
index f416fc32c2e..2c15b3a2229 100644
--- a/packages/calcite-components/src/components/segmented-control-item/readme.md
+++ b/packages/calcite-components/src/components/segmented-control-item/readme.md
@@ -6,13 +6,13 @@ For comprehensive guidance on using and implementing `calcite-segmented-control-
## Properties
-| Property | Attribute | Description | Type | Default |
-| ------------- | --------------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `checked` | `checked` | When `true`, the component is checked. | `boolean` | `false` |
-| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
-| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `value` | `value` | The component's value. | `any` | `undefined` |
+| Property | Attribute | Description | Type | Default |
+| ------------- | --------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `checked` | `checked` | When `true`, the component is checked. | `boolean` | `false` |
+| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
+| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `value` | `value` | The component's value. | `any` | `undefined` |
## Dependencies
diff --git a/packages/calcite-components/src/components/split-button/readme.md b/packages/calcite-components/src/components/split-button/readme.md
index a3b26c0060e..07a30731b40 100644
--- a/packages/calcite-components/src/components/split-button/readme.md
+++ b/packages/calcite-components/src/components/split-button/readme.md
@@ -6,24 +6,24 @@ For comprehensive guidance on using and implementing `calcite-split-button`, ref
## Properties
-| Property | Attribute | Description | Type | Default |
-| -------------------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- |
-| `appearance` | `appearance` | Specifies the appearance style of the component. | `"outline" \| "outline-fill" \| "solid" \| "transparent"` | `"solid"` |
-| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
-| `dropdownIconType` | `dropdown-icon-type` | Specifies the icon used for the dropdown menu. | `"caret" \| "chevron" \| "ellipsis" \| "overflow"` | `"chevron"` |
-| `dropdownLabel` | `dropdown-label` | Accessible name for the dropdown menu. | `string` | `undefined` |
-| `flipPlacements` | -- | Defines the available placements that can be used when a flip occurs. | `FlipPlacement[]` | `undefined` |
-| `kind` | `kind` | Specifies the kind of the component, which will apply to border and background, if applicable. | `"brand" \| "danger" \| "inverse" \| "neutral"` | `"brand"` |
-| `loading` | `loading` | When `true`, a busy indicator is displayed on the primary button. | `boolean` | `false` |
-| `overlayPositioning` | `overlay-positioning` | Determines the type of positioning to use for the overlaid content. Using `"absolute"` will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout. `"fixed"` should be used to escape an overflowing parent container, or when the reference element's `position` CSS property is `"fixed"`. | `"absolute" \| "fixed"` | `"absolute"` |
-| `placement` | `placement` | Determines where the component will be positioned relative to the container element. | `"bottom" \| "bottom-end" \| "bottom-start" \| "top" \| "top-end" \| "top-start"` | `"bottom-end"` |
-| `primaryIconEnd` | `primary-icon-end` | Specifies an icon to display at the end of the primary button. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `primaryIconFlipRtl` | `primary-icon-flip-rtl` | Displays the `primaryIconStart` and/or `primaryIconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
-| `primaryIconStart` | `primary-icon-start` | Specifies an icon to display at the start of the primary button. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `primaryLabel` | `primary-label` | Accessible name for the primary button. | `string` | `undefined` |
-| `primaryText` | `primary-text` | Text displayed in the primary button. | `string` | `undefined` |
-| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
-| `width` | `width` | Specifies the width of the component. | `"auto" \| "full" \| "half"` | `"auto"` |
+| Property | Attribute | Description | Type | Default |
+| -------------------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
+| `appearance` | `appearance` | Specifies the appearance style of the component. | `"outline" \| "outline-fill" \| "solid" \| "transparent"` | `"solid"` |
+| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
+| `dropdownIconType` | `dropdown-icon-type` | Specifies the icon used for the dropdown menu. | `"caret" \| "chevron" \| "ellipsis" \| "overflow"` | `"chevron"` |
+| `dropdownLabel` | `dropdown-label` | Accessible name for the dropdown menu. | `string` | `undefined` |
+| `flipPlacements` | -- | Defines the available placements that can be used when a flip occurs. | `FlipPlacement[]` | `undefined` |
+| `kind` | `kind` | Specifies the kind of the component, which will apply to border and background, if applicable. | `"brand" \| "danger" \| "inverse" \| "neutral"` | `"brand"` |
+| `loading` | `loading` | When `true`, a busy indicator is displayed on the primary button. | `boolean` | `false` |
+| `overlayPositioning` | `overlay-positioning` | Determines the type of positioning to use for the overlaid content. Using `"absolute"` will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout. `"fixed"` should be used to escape an overflowing parent container, or when the reference element's `position` CSS property is `"fixed"`. | `"absolute" \| "fixed"` | `"absolute"` |
+| `placement` | `placement` | Determines where the component will be positioned relative to the container element. | `"bottom" \| "bottom-end" \| "bottom-start" \| "top" \| "top-end" \| "top-start"` | `"bottom-end"` |
+| `primaryIconEnd` | `primary-icon-end` | Specifies an icon to display at the end of the primary button. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `primaryIconFlipRtl` | `primary-icon-flip-rtl` | Displays the `primaryIconStart` and/or `primaryIconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
+| `primaryIconStart` | `primary-icon-start` | Specifies an icon to display at the start of the primary button. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `primaryLabel` | `primary-label` | Accessible name for the primary button. | `string` | `undefined` |
+| `primaryText` | `primary-text` | Text displayed in the primary button. | `string` | `undefined` |
+| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
+| `width` | `width` | Specifies the width of the component. | `"auto" \| "full" \| "half"` | `"auto"` |
## Events
diff --git a/packages/calcite-components/src/components/tab-title/readme.md b/packages/calcite-components/src/components/tab-title/readme.md
index 731dc3944f6..3070b794d2c 100644
--- a/packages/calcite-components/src/components/tab-title/readme.md
+++ b/packages/calcite-components/src/components/tab-title/readme.md
@@ -6,17 +6,17 @@ For comprehensive guidance on using and implementing `calcite-tab-title`, refer
## Properties
-| Property | Attribute | Description | Type | Default |
-| ------------------ | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `closable` | `closable` | When `true`, a close button is added to the component. | `boolean` | `false` |
-| `closed` | `closed` | When `true`, does not display or position the component. | `boolean` | `false` |
-| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
-| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
-| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `TabTitleMessages` | `undefined` |
-| `selected` | `selected` | When `true`, the component and its respective `calcite-tab` contents are selected. Only one tab can be selected within the `calcite-tabs` parent. | `boolean` | `false` |
-| `tab` | `tab` | Specifies a unique name for the component. When specified, use the same value on the `calcite-tab`. | `string` | `undefined` |
+| Property | Attribute | Description | Type | Default |
+| ------------------ | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `closable` | `closable` | When `true`, a close button is added to the component. | `boolean` | `false` |
+| `closed` | `closed` | When `true`, does not display or position the component. | `boolean` | `false` |
+| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
+| `iconEnd` | `icon-end` | Specifies an icon to display at the end of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | Displays the `iconStart` and/or `iconEnd` as flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
+| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `messageOverrides` | `message-overrides` | Use this property to override individual strings used by the component. | `TabTitleMessages` | `undefined` |
+| `selected` | `selected` | When `true`, the component and its respective `calcite-tab` contents are selected. Only one tab can be selected within the `calcite-tabs` parent. | `boolean` | `false` |
+| `tab` | `tab` | Specifies a unique name for the component. When specified, use the same value on the `calcite-tab`. | `string` | `undefined` |
## Events
diff --git a/packages/calcite-components/src/components/tile-select/readme.md b/packages/calcite-components/src/components/tile-select/readme.md
index 9e9993d79c0..e2067c5b9da 100644
--- a/packages/calcite-components/src/components/tile-select/readme.md
+++ b/packages/calcite-components/src/components/tile-select/readme.md
@@ -8,20 +8,20 @@ For comprehensive guidance on using and implementing `calcite-tile-select`, refe
## Properties
-| Property | Attribute | Description | Type | Default |
-| ---------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `checked` | `checked` | When `true`, the component is checked. | `boolean` | `false` |
-| `description` | `description` | A description for the component, which displays below the heading. | `string` | `undefined` |
-| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
-| `heading` | `heading` | The component header text, which displays between the icon and description. | `string` | `undefined` |
-| `icon` | `icon` | Specifies an icon to display. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
-| `inputAlignment` | `input-alignment` | When `inputEnabled` is `true`, specifies the placement of the interactive input on the component. | `"end" \| "start"` | `"start"` |
-| `inputEnabled` | `input-enabled` | When `true`, displays an interactive input based on the `type` property. | `boolean` | `false` |
-| `name` | `name` | Specifies the name of the component on form submission. | `any` | `undefined` |
-| `type` | `type` | Specifies the selection mode of the component, where: `"radio"` is for single selection, and `"checkbox"` is for multiple selections. | `"checkbox" \| "radio"` | `"radio"` |
-| `value` | `value` | The component's value. | `any` | `undefined` |
-| `width` | `width` | Specifies the width of the component. | `"auto" \| "full"` | `"auto"` |
+| Property | Attribute | Description | Type | Default |
+| ---------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `checked` | `checked` | When `true`, the component is checked. | `boolean` | `false` |
+| `description` | `description` | A description for the component, which displays below the heading. | `string` | `undefined` |
+| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
+| `heading` | `heading` | The component header text, which displays between the icon and description. | `string` | `undefined` |
+| `icon` | `icon` | Specifies an icon to display. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
+| `inputAlignment` | `input-alignment` | When `inputEnabled` is `true`, specifies the placement of the interactive input on the component. | `"end" \| "start"` | `"start"` |
+| `inputEnabled` | `input-enabled` | When `true`, displays an interactive input based on the `type` property. | `boolean` | `false` |
+| `name` | `name` | Specifies the name of the component on form submission. | `any` | `undefined` |
+| `type` | `type` | Specifies the selection mode of the component, where: `"radio"` is for single selection, and `"checkbox"` is for multiple selections. | `"checkbox" \| "radio"` | `"radio"` |
+| `value` | `value` | The component's value. | `any` | `undefined` |
+| `width` | `width` | Specifies the width of the component. | `"auto" \| "full"` | `"auto"` |
## Events
diff --git a/packages/calcite-components/src/components/tile/readme.md b/packages/calcite-components/src/components/tile/readme.md
index b2caf410833..caf9377870a 100644
--- a/packages/calcite-components/src/components/tile/readme.md
+++ b/packages/calcite-components/src/components/tile/readme.md
@@ -6,20 +6,20 @@ For comprehensive guidance on using and implementing `calcite-tile`, refer to th
## Properties
-| Property | Attribute | Description | Type | Default |
-| ------------- | --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `active` | `active` | **[DEPRECATED]**
When `true`, the component is active. | `boolean` | `false` |
-| `alignment` | `alignment` | Specifies the alignment of the Tile's content. | `"center" \| "start"` | `"start"` |
-| `description` | `description` | A description for the component, which displays below the heading. | `string` | `undefined` |
-| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
-| `embed` | `embed` | **[DEPRECATED]** No longer necessary.
The component's embed mode. When `true`, renders without a border and padding for use by other components. | `boolean` | `false` |
-| `heading` | `heading` | The component header text, which displays between the icon and description. | `string` | `undefined` |
-| `href` | `href` | When embed is `"false"`, the URL for the component. | `string` | `undefined` |
-| `icon` | `icon` | Specifies an icon to display. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
-| `label` | `label` | Accessible name for the component. | `string` | `undefined` |
-| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
-| `selected` | `selected` | When `true` and the parent's `selectionMode` is `"single"`, `"single-persist"', or`"multiple"`, the component is selected. | `boolean` | `false` |
+| Property | Attribute | Description | Type | Default |
+| ------------- | --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `active` | `active` | **[DEPRECATED]**
When `true`, the component is active. | `boolean` | `false` |
+| `alignment` | `alignment` | Specifies the alignment of the Tile's content. | `"center" \| "start"` | `"start"` |
+| `description` | `description` | A description for the component, which displays below the heading. | `string` | `undefined` |
+| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
+| `embed` | `embed` | **[DEPRECATED]** No longer necessary.
The component's embed mode. When `true`, renders without a border and padding for use by other components. | `boolean` | `false` |
+| `heading` | `heading` | The component header text, which displays between the icon and description. | `string` | `undefined` |
+| `href` | `href` | When embed is `"false"`, the URL for the component. | `string` | `undefined` |
+| `icon` | `icon` | Specifies an icon to display. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `boolean` | `false` |
+| `label` | `label` | Accessible name for the component. | `string` | `undefined` |
+| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
+| `selected` | `selected` | When `true` and the parent's `selectionMode` is `"single"`, `"single-persist"', or`"multiple"`, the component is selected. | `boolean` | `false` |
## Events
diff --git a/packages/calcite-components/src/components/tree-item/readme.md b/packages/calcite-components/src/components/tree-item/readme.md
index d694715b556..299bc8c79ad 100644
--- a/packages/calcite-components/src/components/tree-item/readme.md
+++ b/packages/calcite-components/src/components/tree-item/readme.md
@@ -6,13 +6,13 @@ For comprehensive guidance on using and implementing `calcite-tree-item`, refer
## Properties
-| Property | Attribute | Description | Type | Default |
-| ------------- | --------------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
-| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
-| `expanded` | `expanded` | When `true`, the component is expanded. | `boolean` | `false` |
-| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
-| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
-| `selected` | `selected` | When `true`, the component is selected. | `boolean` | `false` |
+| Property | Attribute | Description | Type | Default |
+| ------------- | --------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `disabled` | `disabled` | When `true`, interaction is prevented and the component is displayed with lower opacity. | `boolean` | `false` |
+| `expanded` | `expanded` | When `true`, the component is expanded. | `boolean` | `false` |
+| `iconFlipRtl` | `icon-flip-rtl` | When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). | `"both" \| "end" \| "start"` | `undefined` |
+| `iconStart` | `icon-start` | Specifies an icon to display at the start of the component. | `CamelCaseIcons \| "date-time" \| "i12-x" \| "i14-x" \| "i18-x" \| "i1-x" \| "i2-d-explore" \| "i2-x" \| "i360-view" \| "i3-d-glasses" \| "i4-x" \| "i8-x" \| "a-z" \| "a-z-down" \| "a-z-up" \| "a3-landscape" \| "a3-portrait" \| "a4-landscape" \| "a4-portrait" \| "absolute-direction" \| "absolute-elevation" \| "access-string-results" \| "activity-monitor" \| "actual-size" \| "add-and-update-features" \| "add-constant" \| "add-features" \| "add-in" \| "add-in-edit" \| "add-in-new" \| "add-layer" \| "add-layer-service" \| "add-raster-variable" \| "add-rasters" \| "add-reaction" \| "add-text" \| "add-to-model" \| "address-book" \| "alert-off-circle-f" \| "all-servers" \| "analysis-overlay" \| "annotate-tool" \| "ansi-a-landscape" \| "ansi-a-portrait" \| "ansi-b-landscape" \| "ansi-b-portrait" \| "antenna-height" \| "app-gear" \| "app-launcher" \| "app-run" \| "app-update" \| "apply-changes" \| "apply-selection-to-existing-view" \| "arcgis-data-store" \| "arcgis-online" \| "arrow-bold-down" \| "arrow-bold-left" \| "arrow-bold-right" \| "arrow-bold-up" \| "arrow-circle-down" \| "arrow-circle-down-f" \| "arrow-double-diagonal1" \| "arrow-double-diagonal2" \| "arrow-double-horizontal" \| "arrow-double-vertical" \| "arrow-down" \| "arrow-down-left" \| "arrow-down-right" \| "arrow-left" \| "arrow-right" \| "arrow-right-left" \| "arrow-up" \| "arrow-up-down" \| "arrow-up-left" \| "arrow-up-right" \| "asterisk-large" \| "asterisk-small" \| "attachment-plus" \| "auto-layout" \| "battery-charging" \| "bear-left" \| "bear-right" \| "beginning-f" \| "bell-f" \| "bell-off" \| "bookmark-f" \| "border-radius-fully-rounded" \| "border-radius-rounded" \| "border-radius-sharp" \| "box-chart" \| "box-chart-series" \| "brackets-curly" \| "break-recurrence" \| "bring-forward" \| "bring-to-front" \| "browser-map" \| "brush-mark" \| "brush-mark-plus" \| "brush-tip" \| "bullet-point" \| "bullet-point-large" \| "camera-flash-off" \| "camera-flash-on" \| "camera-plus" \| "camera-switch-front-back" \| "camera-unlock" \| "caret-double-horizontal" \| "caret-double-vertical" \| "caret-down" \| "caret-left" \| "caret-right" \| "caret-square-down" \| "caret-square-left" \| "caret-square-right" \| "caret-square-up" \| "caret-up" \| "catalog-dataset" \| "center-align" \| "center-horizontal" \| "center-vertical" \| "change-detection" \| "change-font-size" \| "chart-gear" \| "chart-magnifying-glass" \| "check-circle" \| "check-circle-f" \| "check-extent" \| "check-layer" \| "check-shield" \| "check-square" \| "check-square-f" \| "chevron-down" \| "chevron-down-left" \| "chevron-down-right" \| "chevron-end" \| "chevron-left" \| "chevron-right" \| "chevron-start" \| "chevron-up" \| "chevron-up-left" \| "chevron-up-right" \| "chevrons-down" \| "chevrons-left" \| "chevrons-right" \| "chevrons-up" \| "chord-diagram" \| "circle-f" \| "circle-area" \| "circle-disallowed" \| "circle-inset-large" \| "circle-inset-medium" \| "circle-inset-small" \| "circle-pause" \| "circle-pause-f" \| "circle-stop" \| "circle-stop-f" \| "classify-objects" \| "classify-pixels" \| "clear-selection" \| "clipboard-brackets" \| "clock-down" \| "clock-forward" \| "clock-up" \| "cloud-data" \| "cloud-server" \| "code-branch" \| "code-branch-edit" \| "collaboration-distributed" \| "collaboration-user" \| "color-coded-map" \| "color-correction" \| "column-settings" \| "community-link-chart-layout" \| "compass-needle" \| "compass-north-circle" \| "conditional-rules" \| "conditional-rules-path" \| "conference-room" \| "configure-editing" \| "configure-grid-unit" \| "configure-popup" \| "content-full" \| "content-inline" \| "content-large" \| "content-medium" \| "content-minimal" \| "content-none" \| "content-side-by-side" \| "content-small" \| "contingent-values" \| "coordinate-system" \| "copy-to-clipboard" \| "credit-card" \| "cursor-click" \| "cursor-lock" \| "cursor-marquee" \| "cursor-minus" \| "cursor-plus" \| "cursor-selection" \| "custom-print" \| "cut-and-fill-volume-calculation" \| "data-card" \| "data-check" \| "data-clock-chart" \| "data-cloud" \| "data-folder" \| "data-magnifying-glass" \| "data-raster" \| "debug-script" \| "decrease-link-chart-symbol-size" \| "deep-learning" \| "deep-learning-project" \| "derived-value" \| "developer-credentials" \| "diamond-inset-large" \| "diamond-inset-medium" \| "diamond-inset-small" \| "dimensions-unit" \| "dimensions-wall" \| "display-selection-lock" \| "display-selection-unlock" \| "dissolve-features" \| "distance-type" \| "distribute-height-evenly" \| "distribute-width-evenly" \| "dock-bottom" \| "dock-left" \| "dock-right" \| "double-float" \| "download-to" \| "drive-time" \| "drive-time-largest" \| "drive-time-smallest" \| "drive-time-threshold" \| "drive-time-x-bar" \| "driving-distance" \| "driving-time" \| "drone-fixed-wing" \| "drone-flying-wing" \| "drone-quadcopter" \| "drone-quadcopter-top" \| "edit-attributes" \| "edit-geometry" \| "elevator-down" \| "elevator-up" \| "ellipsis-circle" \| "email-address" \| "embedded-card" \| "embedded-content" \| "embedded-live-content" \| "employee-id" \| "enable-disable-feature-selection" \| "end-f" \| "escalator-down" \| "escalator-up" \| "exclamation-mark-circle" \| "exclamation-mark-circle-f" \| "exclamation-mark-triangle" \| "exclamation-mark-triangle-f" \| "exclamation-point" \| "exclamation-point-f" \| "exit-highway-left" \| "exit-highway-right" \| "expression-defined-color" \| "extend-trim" \| "extent-filter" \| "face-id" \| "feature-details" \| "feature-layer" \| "file-archive" \| "file-cad" \| "file-code" \| "file-csv" \| "file-data" \| "file-ecd" \| "file-excel" \| "file-gpx" \| "file-image" \| "file-kml" \| "file-magnifying-glass" \| "file-pdf" \| "file-pdf-plus" \| "file-pitemx" \| "file-ppt" \| "file-report" \| "file-report-generic" \| "file-shape" \| "file-sound" \| "file-sqlite" \| "file-text" \| "file-user" \| "file-video" \| "file-word" \| "file-xml" \| "file-zip" \| "files-csv-collection" \| "filter-expand" \| "find-path" \| "flip-vertical" \| "floor-plan" \| "folder-f" \| "folder-archive" \| "folder-magnifying-glass" \| "folder-move" \| "folder-new" \| "folder-open" \| "folder-open-f" \| "folder-plus" \| "folder-star" \| "folder-video" \| "follow-pause" \| "follow-play" \| "force-directed-link-chart-layout" \| "fork-left" \| "fork-middle" \| "fork-right" \| "form-dropdown" \| "form-elements" \| "form-field" \| "form-field-multiline" \| "form-field-off" \| "forward-f" \| "four-by-one-grid" \| "four-by-three-grid" \| "four-by-two-grid" \| "frame-export" \| "freehand-area" \| "full-screen" \| "full-screen-exit" \| "function-editor" \| "gauge-summary" \| "geoanalytics-server" \| "geoevent-server" \| "geographic-link-chart-layout" \| "geonet-question" \| "gis-server" \| "gps-off" \| "gps-on" \| "gps-on-f" \| "graph-axis" \| "graph-bar100-stacked" \| "graph-bar" \| "graph-bar-side-by-side" \| "graph-bar-stacked" \| "graph-box-mean-lines" \| "graph-box-side-by-side" \| "graph-guides" \| "graph-histogram" \| "graph-line-series" \| "graph-moving-average" \| "graph-pie-slice" \| "graph-scatter-plot" \| "graph-time-series" \| "grid-diamond" \| "grid-hexagon" \| "grid-triangle" \| "grid-unit" \| "ground-control-point" \| "group-form" \| "group-form-plus" \| "group-items" \| "group-layers" \| "group-layout-elements" \| "group-x" \| "h3-hexagon" \| "handle-vertical" \| "heading-layout" \| "heading-rtl" \| "heart-f" \| "heat-chart" \| "heavy-rain" \| "heavy-snow" \| "hexagon2-inset-large" \| "hexagon2-inset-medium" \| "hexagon2-inset-small" \| "hexagon-inset-large" \| "hexagon-inset-medium" \| "hexagon-inset-small" \| "hide-derived-value" \| "hide-empty" \| "hide-layers" \| "hide-parameters" \| "hierarchical-link-chart-layout" \| "highlighter-tip" \| "highway-change" \| "highway-change-right" \| "hillshade-effect" \| "horizontal-distribute" \| "hourglass-active" \| "hourglass-expired" \| "image-chips" \| "image-collection-explorer" \| "image-display-order" \| "image-layer" \| "image-magnifying-glass" \| "image-mensuration" \| "image-pin" \| "image-plus" \| "image-segmentation" \| "image-server" \| "image-space" \| "image-unit" \| "increase-link-chart-symbol-size" \| "information-f" \| "information-letter" \| "initiative-template" \| "joined-view-layer" \| "knowledge-graph" \| "knowledge-graph-dashboard" \| "knowledge-graph-data-model" \| "knowledge-graph-data-store" \| "knowledge-graph-export" \| "knowledge-graph-import" \| "knowledge-graph-new" \| "knowledge-graph-relationship" \| "knowledge-layer" \| "knowledge-server" \| "knowledge-studio" \| "label-off" \| "language-translate" \| "lasso-select" \| "layer-basemap" \| "layer-broken" \| "layer-filter" \| "layer-graphics" \| "layer-hide" \| "layer-kml" \| "layer-line" \| "layer-line-service" \| "layer-map" \| "layer-map-service" \| "layer-points" \| "layer-polygon" \| "layer-polygon-service" \| "layer-service" \| "layer-settings" \| "layer-zoom-to" \| "layers-editable" \| "layers-f" \| "layers-reference" \| "layout-compact" \| "layout-horizontal" \| "layout-spacious" \| "layout-vertical" \| "left-align" \| "left-edge" \| "left-left" \| "left-right" \| "legend-left" \| "legend-plus" \| "legend-right" \| "light-rain" \| "light-snow" \| "line-check" \| "line-dashed" \| "line-dotted" \| "line-of-sight" \| "line-solid" \| "line-straight" \| "link-chart" \| "link-chart-expand" \| "link-chart-from-template" \| "list-bullet" \| "list-button" \| "list-check" \| "list-check-all" \| "list-merge" \| "list-number" \| "list-number-rtl" \| "list-radio" \| "list-rectangle" \| "list-show-all" \| "livestream-video-layer" \| "location-sharing" \| "location-sharing-f" \| "location-sharing-off" \| "lock-f" \| "ltr-elements-align" \| "ltr-paragraph-align" \| "magnifying-glass" \| "magnifying-glass-minus" \| "magnifying-glass-plus" \| "map-contents" \| "map-from-template" \| "map-level-settings" \| "map-pin" \| "map-space" \| "mask-inside" \| "mask-outside" \| "maximum-graph" \| "maximum-territory-distance" \| "measure-area" \| "measure-building-height-shadow" \| "measure-building-height-top-base" \| "measure-building-height-top-shadow" \| "measure-line" \| "media-layer" \| "mega-phone" \| "members-brackets" \| "merge-details" \| "merge-on-highway" \| "merge-on-highway-right" \| "merge-units" \| "microphone-plus" \| "min-distance-between-centers" \| "minimum-graph" \| "minus-circle" \| "minus-circle-f" \| "minus-square" \| "minus-square-f" \| "miscellaneous-collection" \| "mission-server" \| "mobile-off" \| "mobile-vibrate" \| "model-edit" \| "modify-associations" \| "move-from-basemap" \| "move-to-basemap" \| "move-up" \| "move-up-all" \| "multidimensional-raster" \| "multiple-variables" \| "music-note" \| "new-link-chart" \| "new-model" \| "new-raster-function-template" \| "new-training" \| "no-attachment" \| "no-image" \| "no-map" \| "nodes-link" \| "nodes-merge" \| "nodes-unlink" \| "nodes-unmerge" \| "notebook-server" \| "notebook-snapshot" \| "notepad-add" \| "notepad-edit" \| "number-circle1" \| "number-circle1-f" \| "number-circle2" \| "number-circle2-f" \| "number-circle3" \| "number-circle3-f" \| "number-circle4" \| "number-circle4-f" \| "number-circle5" \| "number-circle5-f" \| "number-circle6" \| "number-circle6-f" \| "number-circle7" \| "number-circle7-f" \| "number-circle8" \| "number-circle8-f" \| "number-circle9" \| "number-circle9-f" \| "number-of-territories" \| "object-detection" \| "objectstore-data-store" \| "on-the-ground-elevation" \| "open-book" \| "oriented-imagery-layer" \| "oriented-imagery-widget" \| "overlap-features" \| "overwrite-features" \| "overwrite-project" \| "paint-bucket" \| "palette-check" \| "pan-drag" \| "parcel-layer" \| "partly-cloudy" \| "paste-with-attribute" \| "paste-without-attribute" \| "pause-f" \| "pen-mark" \| "pen-mark-plus" \| "pen-tip" \| "pencil-mark" \| "pencil-mark-plus" \| "pencil-square" \| "pencil-tip" \| "personal-homepage" \| "pie-chart" \| "pin-plus" \| "pin-tear" \| "pin-tear-f" \| "play-f" \| "plus-circle" \| "plus-square" \| "point-line" \| "polygon-area" \| "polygon-line-check" \| "polygon-select" \| "polygon-vertices" \| "pop-up1" \| "pop-up-blank" \| "pop-up-blank-f" \| "premium-content-user-credit" \| "presentation-x" \| "print-preview" \| "processing-templates" \| "profile-variables" \| "project-mission" \| "project-template" \| "puzzle-piece" \| "qr-code" \| "qt-code" \| "question-f" \| "question-mark" \| "radial-tree-link-chart-layout" \| "rain-snow" \| "rain-thunder" \| "ramp-left" \| "ramp-right" \| "raster-analysis" \| "raster-function" \| "raster-function-template" \| "raster-function-template-play" \| "read-only-non-editable" \| "rectangle-area" \| "rectangle-plus" \| "recycle-bin" \| "refresh-f" \| "relational-data-store" \| "relative-direction" \| "relative-to-ground-elevation" \| "relative-to-scene-elevation" \| "remove-from-list" \| "remove-linkchart" \| "reorder-cards" \| "reorder-grid" \| "reorder-stack" \| "replace-image" \| "reshape-add-geometry" \| "reshape-subtract-geometry" \| "reshape-tool" \| "resize-area" \| "reverse-f" \| "ribbon-rosette" \| "right-align" \| "right-angle" \| "right-edge" \| "right-left" \| "right-right" \| "rings-largest" \| "rings-smallest" \| "rings-threshold" \| "rings-x-bar" \| "road-sign" \| "rotate-device" \| "round-about" \| "round-about-right" \| "rounded-rectangle" \| "route-from" \| "route-to" \| "rss-f" \| "rtl-elements-align" \| "rtl-paragraph-align" \| "running-outline" \| "rural-driving-distance" \| "rural-driving-time" \| "satellite0-f" \| "satellite1-f" \| "satellite2-f" \| "satellite3-f" \| "save-as" \| "scan-area" \| "scan-barcode" \| "scan-corridor" \| "scan-crosshatch" \| "scan-perimeter" \| "scan-vertical" \| "screenshot-mode" \| "select-by-attributes" \| "select-category" \| "select-column" \| "select-range" \| "select-visible" \| "selected-items-filter" \| "selection-filter" \| "selection-manager" \| "selection-set" \| "selection-x" \| "send-backwards" \| "send-to-back" \| "serial-port" \| "server-lock" \| "share-ios" \| "sharp-left" \| "sharp-right" \| "shield-coin" \| "shopping-cart" \| "show-all-parameters" \| "show-column" \| "show-derived-value" \| "show-multiple-layers-at-a-time" \| "show-one-layer-at-a-time" \| "show-required-parameters" \| "sign-in" \| "sign-out" \| "simple-link-chart-layout" \| "sky-plot" \| "sliders-horizontal" \| "smart-camera" \| "smart-form" \| "smart-tree-link-chart-layout" \| "snap-to-grid" \| "snap-to-pixel" \| "snap-to-point" \| "snow-thunder" \| "sort-ascending" \| "sort-ascending-arrow" \| "sort-descending" \| "sort-descending-arrow" \| "sound-low" \| "sound-off" \| "sound-unavailable" \| "spatiotemporal-data-store" \| "speech-bubble" \| "speech-bubble-check" \| "speech-bubble-exclamation" \| "speech-bubble-like" \| "speech-bubble-plus" \| "speech-bubble-social" \| "speech-bubbles" \| "split-features" \| "split-geometry" \| "split-units" \| "square-f" \| "square-area" \| "square-inset-large" \| "square-inset-medium" \| "square-inset-small" \| "stairs-down" \| "stairs-up" \| "star-f" \| "star-circle" \| "stop-square" \| "stop-square-f" \| "stored-as-new-query" \| "stored-query" \| "sub-fields" \| "subheading-rtl" \| "suitability-analysis-output" \| "summarize-center-and-dispersion1" \| "summarize-center-and-dispersion2" \| "summarize-center-and-dispersion3" \| "system-management" \| "tabbed-view" \| "take-pedestrian-ramp" \| "territory-buffer-distance" \| "test-data" \| "text-bold" \| "text-button" \| "text-dashed-underline" \| "text-large" \| "text-medium" \| "text-paragraph-large" \| "text-small" \| "text-solid-underline" \| "three-by-one-grid" \| "three-by-three-grid" \| "three-by-two-grid" \| "thumbs-down" \| "thumbs-up" \| "tile-cache-data-store" \| "tile-layer" \| "tiled-imagery-layer" \| "time-filter" \| "time-zone" \| "toggle-off" \| "toggle-on" \| "tour-pin-tear" \| "transverse-hexagon" \| "trapezoid-area" \| "trucking-distance" \| "trucking-time" \| "u-turn" \| "u-turn-right" \| "ungroup-items" \| "ungroup-layers" \| "ungroup-layout-elements" \| "update-features" \| "update-project" \| "upload-to" \| "urban-model" \| "usb-security-key" \| "user-calendar" \| "user-down" \| "user-key" \| "user-minus" \| "user-plus" \| "user-to-device" \| "user-up" \| "user-x" \| "utility-network" \| "utility-network-trace" \| "validate-utility-network-topology" \| "vertex-check" \| "vertex-edit" \| "vertex-gps" \| "vertex-move" \| "vertex-plus" \| "vertex-x" \| "vertical-distribute" \| "video-layer" \| "video-plus" \| "video-server" \| "video-single-server" \| "video-web" \| "view-associations" \| "view-hide" \| "view-mixed" \| "view-visible" \| "walk-through-door" \| "walking-distance" \| "walking-time" \| "widgets-group" \| "widgets-source" \| "widgets-tabs" \| "workflow-diagram" \| "workflow-manager-server" \| "x-axis-guide" \| "x-bar" \| "x-circle" \| "x-circle-f" \| "x-octagon" \| "x-octagon-f" \| "y-axis-guide" \| "zoom-in-fixed" \| "zoom-out-fixed" \| "zoom-to-object"` | `undefined` |
+| `selected` | `selected` | When `true`, the component is selected. | `boolean` | `false` |
## Slots