@react-md/core 1.0.0-next.0 → 1.0.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +65 -0
- package/coverage/clover.xml +3 -1118
- package/coverage/coverage-final.json +1 -7
- package/coverage/lcov-report/CircularProgress.tsx.html +799 -0
- package/coverage/lcov-report/DefaultToastRenderer.tsx.html +166 -112
- package/coverage/lcov-report/Dialog.tsx.html +1309 -0
- package/coverage/lcov-report/DialogContent.tsx.html +178 -0
- package/coverage/lcov-report/DialogFooter.tsx.html +169 -0
- package/coverage/lcov-report/LinearProgress.tsx.html +658 -0
- package/coverage/lcov-report/MaterialIcon.tsx.html +36 -42
- package/coverage/lcov-report/MaterialSymbol.tsx.html +240 -222
- package/coverage/lcov-report/MenuItemInputToggle.tsx.html +979 -0
- package/coverage/lcov-report/MenuItemSeparator.tsx.html +223 -0
- package/coverage/lcov-report/MenuItemTextField.tsx.html +289 -0
- package/coverage/lcov-report/Snackbar.tsx.html +360 -402
- package/coverage/lcov-report/Switch.tsx.html +535 -0
- package/coverage/lcov-report/SwitchTrack.tsx.html +262 -0
- package/coverage/lcov-report/Table.tsx.html +457 -0
- package/coverage/lcov-report/TableCell.tsx.html +982 -0
- package/coverage/lcov-report/TableCheckbox.tsx.html +709 -0
- package/coverage/lcov-report/TableContainer.tsx.html +220 -0
- package/coverage/lcov-report/TableFooter.tsx.html +502 -0
- package/coverage/lcov-report/TableHeader.tsx.html +541 -0
- package/coverage/lcov-report/TableRadio.tsx.html +670 -0
- package/coverage/lcov-report/TableRow.tsx.html +289 -0
- package/coverage/lcov-report/Toast.tsx.html +868 -0
- package/coverage/lcov-report/ToastManager.tsx.html +1783 -0
- package/coverage/lcov-report/ToastManagerProvider.tsx.html +216 -216
- package/coverage/lcov-report/Tooltip.tsx.html +98 -155
- package/coverage/lcov-report/avatar/Avatar.tsx.html +37 -31
- package/coverage/lcov-report/avatar/index.html +22 -7
- package/coverage/lcov-report/avatar/styles.ts.html +268 -0
- package/coverage/lcov-report/button/AsyncButton.tsx.html +217 -10
- package/coverage/lcov-report/button/Button.tsx.html +95 -83
- package/coverage/lcov-report/button/index.html +12 -12
- package/coverage/lcov-report/config.ts.html +33 -18
- package/coverage/lcov-report/cssUtils.ts.html +143 -65
- package/coverage/lcov-report/dialog/Dialog.tsx.html +170 -167
- package/coverage/lcov-report/dialog/DialogContent.tsx.html +178 -0
- package/coverage/lcov-report/dialog/DialogFooter.tsx.html +169 -0
- package/coverage/lcov-report/dialog/DialogHeader.tsx.html +148 -0
- package/coverage/lcov-report/dialog/DialogTitle.tsx.html +256 -0
- package/coverage/lcov-report/dialog/index.html +18 -33
- package/coverage/lcov-report/dialog/styles.ts.html +439 -0
- package/coverage/lcov-report/form/MenuItemInputToggle.tsx.html +36 -24
- package/coverage/lcov-report/form/MenuItemTextField.tsx.html +12 -9
- package/coverage/lcov-report/form/SliderValueTooltip.tsx.html +319 -0
- package/coverage/lcov-report/form/Switch.tsx.html +310 -385
- package/coverage/lcov-report/form/SwitchTrack.tsx.html +98 -71
- package/coverage/lcov-report/form/index.html +20 -245
- package/coverage/lcov-report/form/switchStyles.ts.html +172 -0
- package/coverage/lcov-report/form/useRadioGroup.ts.html +79 -79
- package/coverage/lcov-report/hoverMode/index.html +116 -0
- package/coverage/lcov-report/hoverMode/useHoverMode.ts.html +676 -0
- package/coverage/lcov-report/icon/FontIcon.tsx.html +37 -46
- package/coverage/lcov-report/icon/index.html +12 -12
- package/coverage/lcov-report/icon/styles.ts.html +41 -104
- package/coverage/lcov-report/iconConfig.tsx.html +973 -0
- package/coverage/lcov-report/index.html +11 -101
- package/coverage/lcov-report/link/Link.tsx.html +358 -0
- package/coverage/lcov-report/link/index.html +20 -20
- package/coverage/lcov-report/list/ListItemLink.tsx.html +29 -35
- package/coverage/lcov-report/list/index.html +8 -38
- package/coverage/lcov-report/materialConfig.ts.html +703 -0
- package/coverage/lcov-report/media-queries/appSize.ts.html +1 -1
- package/coverage/lcov-report/media-queries/index.html +10 -10
- package/coverage/lcov-report/menu/DropdownMenu.tsx.html +976 -0
- package/coverage/lcov-report/menu/Menu.tsx.html +111 -60
- package/coverage/lcov-report/menu/MenuConfigurationProvider.tsx.html +637 -0
- package/coverage/lcov-report/menu/MenuSheet.tsx.html +37 -13
- package/coverage/lcov-report/menu/index.html +35 -65
- package/coverage/lcov-report/menu/menuConfig.ts.html +118 -0
- package/coverage/lcov-report/progress/CircularProgress.tsx.html +799 -0
- package/coverage/lcov-report/progress/LinearProgress.tsx.html +100 -94
- package/coverage/lcov-report/progress/index.html +22 -7
- package/coverage/lcov-report/snackbar/Snackbar.tsx.html +55 -97
- package/coverage/lcov-report/snackbar/Toast.tsx.html +546 -501
- package/coverage/lcov-report/snackbar/ToastManager.tsx.html +269 -269
- package/coverage/lcov-report/snackbar/ToastManagerProvider.tsx.html +23 -23
- package/coverage/lcov-report/snackbar/index.html +59 -14
- package/coverage/lcov-report/snackbar/snackbarStyles.ts.html +12 -87
- package/coverage/lcov-report/snackbar/toastStyles.ts.html +206 -146
- package/coverage/lcov-report/snackbar/useCurrentToastActions.ts.html +226 -0
- package/coverage/lcov-report/snackbarStyles.ts.html +46 -121
- package/coverage/lcov-report/src/CoreProviders.tsx.html +20 -20
- package/coverage/lcov-report/src/NoSsr.tsx.html +1 -1
- package/coverage/lcov-report/src/SsrProvider.tsx.html +10 -10
- package/coverage/lcov-report/src/app-bar/AppBar.tsx.html +65 -65
- package/coverage/lcov-report/src/app-bar/AppBarTitle.tsx.html +1 -1
- package/coverage/lcov-report/src/app-bar/index.html +20 -5
- package/coverage/lcov-report/src/avatar/Avatar.tsx.html +36 -27
- package/coverage/lcov-report/src/avatar/index.html +22 -7
- package/coverage/lcov-report/src/avatar/styles.ts.html +77 -8
- package/coverage/lcov-report/src/badge/Badge.tsx.html +1 -1
- package/coverage/lcov-report/src/badge/index.html +1 -1
- package/coverage/lcov-report/src/box/Box.tsx.html +1 -1
- package/coverage/lcov-report/src/box/index.html +10 -25
- package/coverage/lcov-report/src/box/styles.ts.html +103 -49
- package/coverage/lcov-report/src/button/AsyncButton.tsx.html +833 -284
- package/coverage/lcov-report/src/button/Button.tsx.html +87 -87
- package/coverage/lcov-report/src/button/ButtonUnstyled.tsx.html +1 -1
- package/coverage/lcov-report/src/button/FloatingActionButton.tsx.html +39 -39
- package/coverage/lcov-report/src/button/buttonStyles.ts.html +59 -59
- package/coverage/lcov-report/src/button/buttonUnstyledStyles.ts.html +1 -1
- package/coverage/lcov-report/src/button/index.html +23 -8
- package/coverage/lcov-report/src/card/Card.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardContent.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardFooter.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardHeader.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardSubtitle.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardTitle.tsx.html +1 -1
- package/coverage/lcov-report/src/card/index.html +95 -5
- package/coverage/lcov-report/src/card/styles.ts.html +1 -1
- package/coverage/lcov-report/src/chip/Chip.tsx.html +1 -1
- package/coverage/lcov-report/src/chip/index.html +1 -1
- package/coverage/lcov-report/src/chip/styles.ts.html +1 -1
- package/coverage/lcov-report/src/cssUtils.ts.html +68 -59
- package/coverage/lcov-report/src/delegateEvent.ts.html +84 -84
- package/coverage/lcov-report/src/dialog/Dialog.tsx.html +158 -155
- package/coverage/lcov-report/src/dialog/DialogContainer.tsx.html +27 -27
- package/coverage/lcov-report/src/dialog/DialogContent.tsx.html +72 -72
- package/coverage/lcov-report/src/dialog/DialogFooter.tsx.html +14 -14
- package/coverage/lcov-report/src/dialog/DialogHeader.tsx.html +9 -9
- package/coverage/lcov-report/src/dialog/DialogTitle.tsx.html +124 -124
- package/coverage/lcov-report/src/dialog/FixedDialog.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/NestedDialogProvider.ts.html +3 -3
- package/coverage/lcov-report/src/dialog/index.html +21 -21
- package/coverage/lcov-report/src/dialog/styles.ts.html +61 -61
- package/coverage/lcov-report/src/divider/Divider.tsx.html +24 -24
- package/coverage/lcov-report/src/divider/index.html +21 -6
- package/coverage/lcov-report/src/divider/styles.ts.html +11 -11
- package/coverage/lcov-report/src/draggable/index.html +5 -5
- package/coverage/lcov-report/src/draggable/useDraggable.ts.html +322 -322
- package/coverage/lcov-report/src/draggable/utils.ts.html +81 -81
- package/coverage/lcov-report/src/expansion-panel/ExpansionList.tsx.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/ExpansionPanel.tsx.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/ExpansionPanelHeader.tsx.html +11 -20
- package/coverage/lcov-report/src/expansion-panel/index.html +25 -10
- package/coverage/lcov-report/src/expansion-panel/useExpansionList.ts.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/useExpansionPanels.ts.html +1 -1
- package/coverage/lcov-report/src/focus/index.html +23 -23
- package/coverage/lcov-report/src/focus/useFocusContainer.ts.html +142 -121
- package/coverage/lcov-report/src/focus/utils.ts.html +37 -37
- package/coverage/lcov-report/src/form/Checkbox.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Fieldset.tsx.html +1 -1
- package/coverage/lcov-report/src/form/FileInput.tsx.html +133 -139
- package/coverage/lcov-report/src/form/Form.tsx.html +1 -1
- package/coverage/lcov-report/src/form/FormMessage.tsx.html +126 -264
- package/coverage/lcov-report/src/form/FormMessageContainer.tsx.html +42 -45
- package/coverage/lcov-report/src/form/FormMessageCounter.tsx.html +1 -1
- package/coverage/lcov-report/src/form/InputToggle.tsx.html +7 -16
- package/coverage/lcov-report/src/form/InputToggleIcon.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Label.tsx.html +102 -102
- package/coverage/lcov-report/src/form/Legend.tsx.html +1 -1
- package/coverage/lcov-report/src/form/MenuItemCheckbox.tsx.html +11 -5
- package/coverage/lcov-report/src/form/MenuItemFileInput.tsx.html +3 -3
- package/coverage/lcov-report/src/form/MenuItemInputToggle.tsx.html +21 -9
- package/coverage/lcov-report/src/form/MenuItemRadio.tsx.html +11 -5
- package/coverage/lcov-report/src/form/MenuItemSwitch.tsx.html +1 -1
- package/coverage/lcov-report/src/form/MenuItemTextField.tsx.html +13 -4
- package/coverage/lcov-report/src/form/NativeSelect.tsx.html +20 -5
- package/coverage/lcov-report/src/form/OptGroup.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Option.tsx.html +4 -4
- package/coverage/lcov-report/src/form/Password.tsx.html +3 -3
- package/coverage/lcov-report/src/form/Radio.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Select.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SelectValue.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Slider.tsx.html +129 -9
- package/coverage/lcov-report/src/form/SliderContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderMark.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderMarkLabel.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderThumb.tsx.html +43 -7
- package/coverage/lcov-report/src/form/SliderTrack.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderValueMarks.tsx.html +11 -5
- package/coverage/lcov-report/src/form/SliderValueTooltip.tsx.html +2 -2
- package/coverage/lcov-report/src/form/Switch.tsx.html +310 -373
- package/coverage/lcov-report/src/form/SwitchTrack.tsx.html +99 -69
- package/coverage/lcov-report/src/form/TextArea.tsx.html +21 -9
- package/coverage/lcov-report/src/form/TextField.tsx.html +16 -10
- package/coverage/lcov-report/src/form/TextFieldAddon.tsx.html +14 -26
- package/coverage/lcov-report/src/form/TextFieldContainer.tsx.html +28 -10
- package/coverage/lcov-report/src/form/TextFieldContainerStyles.ts.html +17 -8
- package/coverage/lcov-report/src/form/fileUtils.ts.html +3 -3
- package/coverage/lcov-report/src/form/formConfig.ts.html +18 -18
- package/coverage/lcov-report/src/form/formMessageStyles.ts.html +40 -40
- package/coverage/lcov-report/src/form/index.html +14 -164
- package/coverage/lcov-report/src/form/inputToggleStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/nativeSelectStyles.ts.html +34 -7
- package/coverage/lcov-report/src/form/optionStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/passwordStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/selectStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/selectUtils.ts.html +6 -9
- package/coverage/lcov-report/src/form/sliderUtils.ts.html +20 -14
- package/coverage/lcov-report/src/form/switchStyles.ts.html +68 -68
- package/coverage/lcov-report/src/form/textAreaStyles.ts.html +3 -3
- package/coverage/lcov-report/src/form/textFieldStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/useCheckboxGroup.ts.html +2 -2
- package/coverage/lcov-report/src/form/useFileUpload.ts.html +28 -19
- package/coverage/lcov-report/src/form/useListboxProvider.ts.html +5 -8
- package/coverage/lcov-report/src/form/useNumberField.ts.html +10 -10
- package/coverage/lcov-report/src/form/useRadioGroup.ts.html +22 -7
- package/coverage/lcov-report/src/form/useRangeSlider.ts.html +3 -3
- package/coverage/lcov-report/src/form/useResizingTextArea.ts.html +523 -0
- package/coverage/lcov-report/src/form/useSlider.ts.html +2 -2
- package/coverage/lcov-report/src/form/useTextField.ts.html +32 -26
- package/coverage/lcov-report/src/form/utils.ts.html +2 -2
- package/coverage/lcov-report/src/form/validation.ts.html +2 -2
- package/coverage/lcov-report/src/hoverMode/index.html +1 -1
- package/coverage/lcov-report/src/hoverMode/useHoverMode.ts.html +95 -95
- package/coverage/lcov-report/src/hoverMode/useHoverModeProvider.ts.html +3 -3
- package/coverage/lcov-report/src/icon/FontIcon.tsx.html +34 -43
- package/coverage/lcov-report/src/icon/IconRotator.tsx.html +1 -1
- package/coverage/lcov-report/src/icon/MaterialIcon.tsx.html +36 -42
- package/coverage/lcov-report/src/icon/MaterialSymbol.tsx.html +240 -222
- package/coverage/lcov-report/src/icon/SVGIcon.tsx.html +1 -1
- package/coverage/lcov-report/src/icon/TextIconSpacing.tsx.html +33 -33
- package/coverage/lcov-report/src/icon/iconConfig.tsx.html +973 -0
- package/coverage/lcov-report/src/icon/index.html +149 -14
- package/coverage/lcov-report/src/icon/material.ts.html +748 -58
- package/coverage/lcov-report/src/icon/materialConfig.ts.html +703 -0
- package/coverage/lcov-report/src/icon/styles.ts.html +47 -110
- package/coverage/lcov-report/src/index.html +8 -8
- package/coverage/lcov-report/src/interaction/Ripple.tsx.html +60 -60
- package/coverage/lcov-report/src/interaction/RippleContainer.tsx.html +41 -47
- package/coverage/lcov-report/src/interaction/UserInteractionModeProvider.tsx.html +240 -240
- package/coverage/lcov-report/src/interaction/config.ts.html +7 -7
- package/coverage/lcov-report/src/interaction/index.html +100 -10
- package/coverage/lcov-report/src/interaction/useElementInteraction.tsx.html +146 -146
- package/coverage/lcov-report/src/interaction/useHigherContrastChildren.tsx.html +17 -17
- package/coverage/lcov-report/src/interaction/utils.ts.html +171 -171
- package/coverage/lcov-report/src/layout/LayoutAppBar.tsx.html +1 -1
- package/coverage/lcov-report/src/layout/LayoutNav.tsx.html +60 -60
- package/coverage/lcov-report/src/layout/LayoutWindowSplitter.tsx.html +1 -1
- package/coverage/lcov-report/src/layout/Main.tsx.html +1 -1
- package/coverage/lcov-report/src/layout/index.html +200 -5
- package/coverage/lcov-report/src/layout/layoutNavStyles.ts.html +5 -5
- package/coverage/lcov-report/src/layout/layoutWindowSplitterStyles.ts.html +1 -1
- package/coverage/lcov-report/src/layout/mainStyles.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useExpandableLayout.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useHorizontalLayoutTransition.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useLayoutAppBarHeight.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useLayoutTree.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useLayoutWindowSplitter.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useMainTabIndex.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useResizableLayout.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useTemporaryLayout.ts.html +3 -3
- package/coverage/lcov-report/src/link/Link.tsx.html +39 -9
- package/coverage/lcov-report/src/link/SkipToMainContent.tsx.html +1 -1
- package/coverage/lcov-report/src/link/index.html +16 -16
- package/coverage/lcov-report/src/link/styles.ts.html +1 -1
- package/coverage/lcov-report/src/list/List.tsx.html +33 -33
- package/coverage/lcov-report/src/list/ListItem.tsx.html +534 -534
- package/coverage/lcov-report/src/list/ListItemAddon.tsx.html +33 -33
- package/coverage/lcov-report/src/list/ListItemChildren.tsx.html +77 -77
- package/coverage/lcov-report/src/list/ListItemLink.tsx.html +2 -2
- package/coverage/lcov-report/src/list/ListItemText.tsx.html +35 -35
- package/coverage/lcov-report/src/list/ListSubheader.tsx.html +1 -1
- package/coverage/lcov-report/src/list/getListItemHeight.ts.html +33 -33
- package/coverage/lcov-report/src/list/index.html +128 -8
- package/coverage/lcov-report/src/list/listItemStyles.ts.html +1 -1
- package/coverage/lcov-report/src/media-queries/AppSizeProvider.tsx.html +59 -59
- package/coverage/lcov-report/src/media-queries/appSize.ts.html +1 -1
- package/coverage/lcov-report/src/media-queries/index.html +20 -5
- package/coverage/lcov-report/src/media-queries/useMediaQuery.ts.html +24 -24
- package/coverage/lcov-report/src/menu/DropdownMenu.tsx.html +73 -16
- package/coverage/lcov-report/src/menu/Menu.tsx.html +66 -33
- package/coverage/lcov-report/src/menu/MenuBar.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuButton.tsx.html +3 -3
- package/coverage/lcov-report/src/menu/MenuConfigurationProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItem.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItemButton.tsx.html +3 -3
- package/coverage/lcov-report/src/menu/MenuItemGroup.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItemSeparator.tsx.html +6 -36
- package/coverage/lcov-report/src/menu/MenuSheet.tsx.html +34 -7
- package/coverage/lcov-report/src/menu/MenuVisibilityProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuWidget.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuWidgetKeyboardProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/index.html +69 -24
- package/coverage/lcov-report/src/menu/useContextMenu.ts.html +1 -1
- package/coverage/lcov-report/src/menu/useMenuBarProvider.ts.html +1 -1
- package/coverage/lcov-report/src/menu/utils.ts.html +10 -10
- package/coverage/lcov-report/src/movement/constants.ts.html +1 -1
- package/coverage/lcov-report/src/movement/findMatchIndex.ts.html +1 -1
- package/coverage/lcov-report/src/movement/index.html +53 -8
- package/coverage/lcov-report/src/movement/useKeyboardMovementProvider.ts.html +92 -92
- package/coverage/lcov-report/src/movement/utils.ts.html +1 -1
- package/coverage/lcov-report/src/overlay/Overlay.tsx.html +64 -64
- package/coverage/lcov-report/src/overlay/index.html +1 -1
- package/coverage/lcov-report/src/overlay/overlayStyles.ts.html +28 -28
- package/coverage/lcov-report/src/portal/Portal.tsx.html +9 -9
- package/coverage/lcov-report/src/portal/PortalContainerProvider.tsx.html +29 -29
- package/coverage/lcov-report/src/portal/index.html +20 -5
- package/coverage/lcov-report/src/positioning/constants.ts.html +1 -1
- package/coverage/lcov-report/src/positioning/createHorizontalPosition.ts.html +63 -63
- package/coverage/lcov-report/src/positioning/createVerticalPosition.ts.html +65 -65
- package/coverage/lcov-report/src/positioning/getFixedPosition.ts.html +94 -94
- package/coverage/lcov-report/src/positioning/index.html +70 -10
- package/coverage/lcov-report/src/positioning/useFixedPositioning.ts.html +200 -200
- package/coverage/lcov-report/src/positioning/utils.ts.html +111 -111
- package/coverage/lcov-report/src/progress/CircularProgress.tsx.html +501 -456
- package/coverage/lcov-report/src/progress/LinearProgress.tsx.html +419 -338
- package/coverage/lcov-report/src/progress/getProgressA11y.ts.html +1 -1
- package/coverage/lcov-report/src/progress/index.html +32 -32
- package/coverage/lcov-report/src/responsive-item/ResponsiveItemContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/responsive-item/ResponsiveItemOverlay.tsx.html +1 -1
- package/coverage/lcov-report/src/responsive-item/index.html +20 -5
- package/coverage/lcov-report/src/responsive-item/styles.ts.html +1 -1
- package/coverage/lcov-report/src/scroll/ScrollLock.tsx.html +1 -1
- package/coverage/lcov-report/src/scroll/getScrollbarWidth.ts.html +25 -25
- package/coverage/lcov-report/src/scroll/index.html +5 -5
- package/coverage/lcov-report/src/scroll/useScrollLock.ts.html +27 -27
- package/coverage/lcov-report/src/segmented-button/SegmentedButton.tsx.html +4 -4
- package/coverage/lcov-report/src/segmented-button/SegmentedButtonContainer.tsx.html +29 -8
- package/coverage/lcov-report/src/segmented-button/index.html +50 -5
- package/coverage/lcov-report/src/segmented-button/segmentedButtonContainerStyles.ts.html +15 -6
- package/coverage/lcov-report/src/segmented-button/segmentedButtonStyles.ts.html +1 -1
- package/coverage/lcov-report/src/sheet/Sheet.tsx.html +1 -1
- package/coverage/lcov-report/src/sheet/index.html +20 -5
- package/coverage/lcov-report/src/sheet/styles.ts.html +28 -28
- package/coverage/lcov-report/src/snackbar/DefaultToastRenderer.tsx.html +8 -5
- package/coverage/lcov-report/src/snackbar/Snackbar.tsx.html +7 -133
- package/coverage/lcov-report/src/snackbar/Toast.tsx.html +2 -2
- package/coverage/lcov-report/src/snackbar/ToastActionButton.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/ToastCloseButton.tsx.html +3 -3
- package/coverage/lcov-report/src/snackbar/ToastContent.tsx.html +7 -115
- package/coverage/lcov-report/src/snackbar/ToastManager.tsx.html +1783 -0
- package/coverage/lcov-report/src/snackbar/ToastManagerProvider.tsx.html +16 -1696
- package/coverage/lcov-report/src/snackbar/index.html +159 -9
- package/coverage/lcov-report/src/snackbar/snackbarStyles.ts.html +214 -0
- package/coverage/lcov-report/src/snackbar/toastContentStyles.ts.html +196 -0
- package/coverage/lcov-report/src/snackbar/toastStyles.ts.html +1 -1
- package/coverage/lcov-report/src/snackbar/useCurrentToastActions.ts.html +1 -1
- package/coverage/lcov-report/src/suspense/CircularProgressSuspense.tsx.html +57 -6
- package/coverage/lcov-report/src/suspense/NullSuspense.tsx.html +1 -1
- package/coverage/lcov-report/src/suspense/index.html +7 -22
- package/coverage/lcov-report/src/table/Table.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableBody.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableCell.tsx.html +20 -35
- package/coverage/lcov-report/src/table/TableCellContent.tsx.html +2 -2
- package/coverage/lcov-report/src/table/TableCheckbox.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableConfigurationProvider.tsx.html +6 -12
- package/coverage/lcov-report/src/table/TableContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableContainerProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableFooter.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableHeader.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableRow.tsx.html +1 -1
- package/coverage/lcov-report/src/table/index.html +113 -8
- package/coverage/lcov-report/src/tabs/Tab.tsx.html +69 -69
- package/coverage/lcov-report/src/tabs/TabList.tsx.html +92 -92
- package/coverage/lcov-report/src/tabs/TabListScrollButton.tsx.html +61 -61
- package/coverage/lcov-report/src/tabs/index.html +143 -8
- package/coverage/lcov-report/src/tabs/tabIndicatorStyles.ts.html +157 -0
- package/coverage/lcov-report/src/tabs/tabListScrollButtonStyles.ts.html +226 -0
- package/coverage/lcov-report/src/tabs/tabListStyles.ts.html +241 -0
- package/coverage/lcov-report/src/tabs/tabStyles.ts.html +17 -17
- package/coverage/lcov-report/src/tabs/useTabList.ts.html +94 -94
- package/coverage/lcov-report/src/tabs/useTabs.ts.html +54 -54
- package/coverage/lcov-report/src/tabs/utils.ts.html +3 -3
- package/coverage/lcov-report/src/test-utils/IntersectionObserver.ts.html +1 -1
- package/coverage/lcov-report/src/test-utils/ResizeObserver.ts.html +1 -1
- package/coverage/lcov-report/src/test-utils/data-testid.ts.html +100 -0
- package/coverage/lcov-report/src/test-utils/drag.ts.html +1 -1
- package/coverage/lcov-report/src/test-utils/index.html +114 -9
- package/coverage/lcov-report/src/test-utils/jest-setup.ts.html +21 -9
- package/coverage/lcov-report/src/test-utils/matchMedia.ts.html +4 -4
- package/coverage/lcov-report/src/test-utils/polyfills/IntersectionObserver.ts.html +4 -4
- package/coverage/lcov-report/src/test-utils/polyfills/ResizeObserver.ts.html +3 -3
- package/coverage/lcov-report/src/test-utils/polyfills/index.html +1 -1
- package/coverage/lcov-report/src/test-utils/polyfills/matchMedia.ts.html +6 -6
- package/coverage/lcov-report/src/test-utils/polyfills/offsetParent.ts.html +14 -14
- package/coverage/lcov-report/src/test-utils/polyfills/scrollIntoView.ts.html +5 -5
- package/coverage/lcov-report/src/test-utils/render.tsx.html +21 -21
- package/coverage/lcov-report/src/test-utils/timers.ts.html +1 -1
- package/coverage/lcov-report/src/theme/LocalStorageColorSchemeProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/theme/ThemeProvider.tsx.html +22 -4
- package/coverage/lcov-report/src/theme/colors.ts.html +1 -1
- package/coverage/lcov-report/src/theme/cssVars.ts.html +1 -1
- package/coverage/lcov-report/src/theme/index.html +71 -11
- package/coverage/lcov-report/src/theme/useCSSVariables.ts.html +1 -1
- package/coverage/lcov-report/src/theme/useColorScheme.ts.html +1 -1
- package/coverage/lcov-report/src/theme/useColorSchemeMetaTag.ts.html +1 -1
- package/coverage/lcov-report/src/theme/useColorSchemeProvider.ts.html +1 -1
- package/coverage/lcov-report/src/theme/usePrefersColorScheme.ts.html +1 -1
- package/coverage/lcov-report/src/theme/utils.ts.html +58 -58
- package/coverage/lcov-report/src/tooltip/Tooltip.tsx.html +98 -74
- package/coverage/lcov-report/src/tooltip/TooltipHoverModeProvider.tsx.html +60 -6
- package/coverage/lcov-report/src/tooltip/constants.ts.html +1 -1
- package/coverage/lcov-report/src/tooltip/index.html +72 -27
- package/coverage/lcov-report/src/tooltip/tooltipStyles.ts.html +18 -18
- package/coverage/lcov-report/src/tooltip/useOverflowTooltip.ts.html +196 -196
- package/coverage/lcov-report/src/tooltip/useTooltip.ts.html +511 -211
- package/coverage/lcov-report/src/tooltip/useTooltipPosition.ts.html +29 -29
- package/coverage/lcov-report/src/tooltip/utils.ts.html +23 -23
- package/coverage/lcov-report/src/transition/CSSTransition.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/Collapse.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/CrossFade.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/ScaleTransition.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/SkeletonPlaceholder.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/Slide.tsx.html +46 -46
- package/coverage/lcov-report/src/transition/SlideContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/collapseStyles.ts.html +13 -13
- package/coverage/lcov-report/src/transition/config.ts.html +187 -0
- package/coverage/lcov-report/src/transition/index.html +295 -10
- package/coverage/lcov-report/src/transition/maxWidthTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useCSSTransition.ts.html +69 -69
- package/coverage/lcov-report/src/transition/useCarousel.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useCollapseTransition.ts.html +99 -99
- package/coverage/lcov-report/src/transition/useCrossFadeTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useMaxWidthTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useScaleTransition.ts.html +18 -18
- package/coverage/lcov-report/src/transition/useSkeletonPlaceholder.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useSlideTransition.ts.html +20 -20
- package/coverage/lcov-report/src/transition/useTransition.ts.html +277 -250
- package/coverage/lcov-report/src/transition/utils.ts.html +68 -68
- package/coverage/lcov-report/src/tree/DefaultTreeItemRenderer.tsx.html +2 -2
- package/coverage/lcov-report/src/tree/Tree.tsx.html +24 -36
- package/coverage/lcov-report/src/tree/TreeGroup.tsx.html +45 -45
- package/coverage/lcov-report/src/tree/TreeItem.tsx.html +213 -216
- package/coverage/lcov-report/src/tree/TreeItemExpander.tsx.html +3 -3
- package/coverage/lcov-report/src/tree/TreeProvider.tsx.html +29 -11
- package/coverage/lcov-report/src/tree/index.html +114 -9
- package/coverage/lcov-report/src/tree/styles.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTree.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeExpansion.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeItems.ts.html +10 -13
- package/coverage/lcov-report/src/tree/useTreeMovement.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeSelection.ts.html +1 -1
- package/coverage/lcov-report/src/tree/utils.ts.html +1 -1
- package/coverage/lcov-report/src/typography/SrOnly.tsx.html +26 -26
- package/coverage/lcov-report/src/typography/TextContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/typography/Typography.tsx.html +71 -71
- package/coverage/lcov-report/src/typography/WritingDirectionProvider.tsx.html +75 -75
- package/coverage/lcov-report/src/typography/index.html +64 -19
- package/coverage/lcov-report/src/useAsyncAction.ts.html +25 -25
- package/coverage/lcov-report/src/useDebouncedFunction.ts.html +1 -1
- package/coverage/lcov-report/src/useDropzone.ts.html +1 -1
- package/coverage/lcov-report/src/useEnsuredId.ts.html +8 -8
- package/coverage/lcov-report/src/useEnsuredRef.ts.html +22 -19
- package/coverage/lcov-report/src/useEnsuredState.ts.html +18 -18
- package/coverage/lcov-report/src/useHtmlClassName.ts.html +1 -1
- package/coverage/lcov-report/src/useIntersectionObserver.ts.html +32 -32
- package/coverage/lcov-report/src/useIsomorphicLayoutEffect.ts.html +1 -1
- package/coverage/lcov-report/src/useLocalStorage.ts.html +225 -225
- package/coverage/lcov-report/src/useOrientation.ts.html +32 -32
- package/coverage/lcov-report/src/usePageInactive.ts.html +25 -25
- package/coverage/lcov-report/src/useResizeListener.ts.html +1 -1
- package/coverage/lcov-report/src/useResizeObserver.ts.html +28 -28
- package/coverage/lcov-report/src/useThrottledFunction.ts.html +1 -1
- package/coverage/lcov-report/src/useToggle.ts.html +18 -18
- package/coverage/lcov-report/src/useUnmounted.ts.html +11 -11
- package/coverage/lcov-report/src/useWindowSize.ts.html +1 -1
- package/coverage/lcov-report/src/utils/RenderRecursively.tsx.html +1 -1
- package/coverage/lcov-report/src/utils/alphaNumericSort.ts.html +1 -1
- package/coverage/lcov-report/src/utils/applyRef.ts.html +11 -11
- package/coverage/lcov-report/src/utils/bem.ts.html +50 -50
- package/coverage/lcov-report/src/utils/filters.ts.html +1 -1
- package/coverage/lcov-report/src/utils/getClientPosition.ts.html +1 -1
- package/coverage/lcov-report/src/utils/getPercentage.ts.html +36 -36
- package/coverage/lcov-report/src/utils/getRangeDefaultValue.ts.html +1 -1
- package/coverage/lcov-report/src/utils/getRangeSteps.ts.html +1 -1
- package/coverage/lcov-report/src/utils/identity.ts.html +1 -1
- package/coverage/lcov-report/src/utils/index.html +212 -17
- package/coverage/lcov-report/src/utils/isElementVisible.ts.html +14 -14
- package/coverage/lcov-report/src/utils/loop.ts.html +1 -1
- package/coverage/lcov-report/src/utils/nearest.ts.html +1 -1
- package/coverage/lcov-report/src/utils/parseCssLengthUnit.ts.html +41 -41
- package/coverage/lcov-report/src/utils/randomInt.ts.html +1 -1
- package/coverage/lcov-report/src/utils/wait.ts.html +1 -1
- package/coverage/lcov-report/src/utils/withinRange.ts.html +1 -1
- package/coverage/lcov-report/src/window-splitter/WindowSplitter.tsx.html +1 -1
- package/coverage/lcov-report/src/window-splitter/index.html +1 -1
- package/coverage/lcov-report/src/window-splitter/useWindowSplitter.ts.html +1 -1
- package/coverage/lcov-report/styles.ts.html +134 -320
- package/coverage/lcov-report/switchStyles.ts.html +172 -0
- package/coverage/lcov-report/table/Table.tsx.html +526 -0
- package/coverage/lcov-report/table/TableBody.tsx.html +280 -0
- package/coverage/lcov-report/table/TableCell.tsx.html +159 -168
- package/coverage/lcov-report/table/TableCheckbox.tsx.html +10 -13
- package/coverage/lcov-report/table/TableRadio.tsx.html +670 -0
- package/coverage/lcov-report/table/TableRow.tsx.html +370 -0
- package/coverage/lcov-report/table/index.html +62 -32
- package/coverage/lcov-report/tableCellStyles.ts.html +334 -0
- package/coverage/lcov-report/tableContainerStyles.ts.html +142 -0
- package/coverage/lcov-report/tableFooterStyles.ts.html +157 -0
- package/coverage/lcov-report/tableHeaderStyles.ts.html +163 -0
- package/coverage/lcov-report/tableRowStyles.ts.html +169 -0
- package/coverage/lcov-report/tableStyles.ts.html +157 -0
- package/coverage/lcov-report/tabs/Tab.tsx.html +502 -0
- package/coverage/lcov-report/tabs/TabList.tsx.html +796 -0
- package/coverage/lcov-report/tabs/index.html +62 -17
- package/coverage/lcov-report/tabs/useTabs.ts.html +1567 -0
- package/coverage/lcov-report/tabs/utils.ts.html +337 -0
- package/coverage/lcov-report/test-utils/index.html +20 -20
- package/coverage/lcov-report/test-utils/jest-setup.ts.html +124 -0
- package/coverage/lcov-report/tooltip/Tooltip.tsx.html +98 -74
- package/coverage/lcov-report/tooltip/TooltipHoverModeProvider.tsx.html +167 -11
- package/coverage/lcov-report/tooltip/constants.ts.html +1 -1
- package/coverage/lcov-report/tooltip/index.html +32 -17
- package/coverage/lcov-report/tooltip/tooltipStyles.ts.html +181 -0
- package/coverage/lcov-report/tooltip/useTooltip.ts.html +490 -190
- package/coverage/lcov-report/tooltipStyles.ts.html +181 -0
- package/coverage/lcov-report/transition/config.ts.html +187 -0
- package/coverage/lcov-report/transition/index.html +9 -24
- package/coverage/lcov-report/transition/useTransition.ts.html +943 -0
- package/coverage/lcov-report/tree/Tree.tsx.html +24 -36
- package/coverage/lcov-report/tree/TreeItem.tsx.html +213 -216
- package/coverage/lcov-report/tree/TreeProvider.tsx.html +55 -10
- package/coverage/lcov-report/tree/index.html +14 -59
- package/coverage/lcov-report/typography/Typography.tsx.html +108 -402
- package/coverage/lcov-report/typography/WritingDirectionProvider.tsx.html +781 -0
- package/coverage/lcov-report/typography/index.html +8 -8
- package/coverage/lcov-report/useTooltip.ts.html +651 -375
- package/coverage/lcov-report/useTransition.ts.html +934 -0
- package/coverage/lcov-report/utils/index.html +24 -39
- package/coverage/lcov-report/utils/isElementVisible.ts.html +14 -14
- package/coverage/lcov-report/utils/parseCssLengthUnit.ts.html +19 -19
- package/coverage/lcov.info +0 -1176
- package/dist/_core.scss +39 -2
- package/dist/_utils.scss +57 -0
- package/dist/app-bar/_app-bar.scss +15 -23
- package/dist/avatar/Avatar.d.ts +2 -15
- package/dist/avatar/Avatar.js +3 -2
- package/dist/avatar/Avatar.js.map +1 -1
- package/dist/avatar/_avatar.scss +30 -37
- package/dist/avatar/styles.d.ts +20 -2
- package/dist/avatar/styles.js +4 -1
- package/dist/avatar/styles.js.map +1 -1
- package/dist/badge/_badge.scss +71 -44
- package/dist/box/_box.scss +18 -29
- package/dist/button/AsyncButton.d.ts +29 -0
- package/dist/button/AsyncButton.js +14 -1
- package/dist/button/AsyncButton.js.map +1 -1
- package/dist/button/_button.scss +50 -62
- package/dist/card/_card.scss +14 -23
- package/dist/chip/_chip.scss +33 -62
- package/dist/chip/styles.d.ts +1 -1
- package/dist/chip/styles.js +3 -4
- package/dist/chip/styles.js.map +1 -1
- package/dist/cssUtils.d.ts +1 -0
- package/dist/cssUtils.js +1 -1
- package/dist/cssUtils.js.map +1 -1
- package/dist/dialog/Dialog.d.ts +1 -1
- package/dist/dialog/Dialog.js +2 -1
- package/dist/dialog/Dialog.js.map +1 -1
- package/dist/dialog/_dialog.scss +95 -93
- package/dist/divider/Divider.d.ts +0 -1
- package/dist/divider/Divider.js.map +1 -1
- package/dist/divider/_divider.scss +33 -43
- package/dist/focus/useFocusContainer.d.ts +8 -8
- package/dist/focus/useFocusContainer.js +11 -10
- package/dist/focus/useFocusContainer.js.map +1 -1
- package/dist/form/Label.d.ts +5 -5
- package/dist/form/Label.js.map +1 -1
- package/dist/form/MenuItemInputToggle.js +2 -2
- package/dist/form/MenuItemInputToggle.js.map +1 -1
- package/dist/form/MenuItemTextField.d.ts +2 -0
- package/dist/form/MenuItemTextField.js.map +1 -1
- package/dist/form/Slider.d.ts +41 -5
- package/dist/form/Slider.js +2 -1
- package/dist/form/Slider.js.map +1 -1
- package/dist/form/SliderThumb.d.ts +7 -2
- package/dist/form/SliderThumb.js +4 -2
- package/dist/form/SliderThumb.js.map +1 -1
- package/dist/form/SliderValueMarks.js +1 -1
- package/dist/form/SliderValueMarks.js.map +1 -1
- package/dist/form/SliderValueTooltip.js +1 -1
- package/dist/form/SliderValueTooltip.js.map +1 -1
- package/dist/form/Switch.d.ts +3 -2
- package/dist/form/Switch.js +7 -26
- package/dist/form/Switch.js.map +1 -1
- package/dist/form/SwitchTrack.d.ts +2 -1
- package/dist/form/SwitchTrack.js +8 -4
- package/dist/form/SwitchTrack.js.map +1 -1
- package/dist/form/TextArea.js +1 -1
- package/dist/form/TextArea.js.map +1 -1
- package/dist/form/TextFieldContainerStyles.d.ts +7 -7
- package/dist/form/TextFieldContainerStyles.js.map +1 -1
- package/dist/form/_form.scss +241 -237
- package/dist/form/switchStyles.d.ts +1 -0
- package/dist/form/switchStyles.js +2 -1
- package/dist/form/switchStyles.js.map +1 -1
- package/dist/form/textAreaStyles.d.ts +2 -2
- package/dist/form/textAreaStyles.js.map +1 -1
- package/dist/form/types.d.ts +0 -2
- package/dist/form/types.js.map +1 -1
- package/dist/hoverMode/useHoverMode.d.ts +2 -2
- package/dist/hoverMode/useHoverMode.js +1 -1
- package/dist/hoverMode/useHoverMode.js.map +1 -1
- package/dist/icon/FontIcon.d.ts +2 -1
- package/dist/icon/FontIcon.js +4 -5
- package/dist/icon/FontIcon.js.map +1 -1
- package/dist/icon/MaterialIcon.d.ts +2 -2
- package/dist/icon/MaterialIcon.js +3 -6
- package/dist/icon/MaterialIcon.js.map +1 -1
- package/dist/icon/MaterialSymbol.d.ts +15 -8
- package/dist/icon/MaterialSymbol.js +15 -11
- package/dist/icon/MaterialSymbol.js.map +1 -1
- package/dist/icon/_icon.scss +31 -47
- package/dist/icon/iconConfig.js.map +1 -1
- package/dist/icon/material.d.ts +1 -1
- package/dist/icon/material.js.map +1 -1
- package/dist/icon/{MaterialSymbolsProvider.d.ts → materialConfig.d.ts} +25 -14
- package/dist/icon/materialConfig.js +29 -0
- package/dist/icon/materialConfig.js.map +1 -0
- package/dist/icon/styles.d.ts +0 -15
- package/dist/icon/styles.js +2 -4
- package/dist/icon/styles.js.map +1 -1
- package/dist/index.d.ts +8 -6
- package/dist/index.js +8 -6
- package/dist/index.js.map +1 -1
- package/dist/interaction/_interaction.scss +47 -57
- package/dist/layout/_layout.scss +14 -19
- package/dist/link/Link.d.ts +12 -6
- package/dist/link/Link.js +1 -2
- package/dist/link/Link.js.map +1 -1
- package/dist/link/_link.scss +15 -23
- package/dist/list/ListItemLink.d.ts +1 -1
- package/dist/list/ListItemLink.js.map +1 -1
- package/dist/list/_list.scss +53 -63
- package/dist/menu/DropdownMenu.d.ts +12 -1
- package/dist/menu/DropdownMenu.js +13 -4
- package/dist/menu/DropdownMenu.js.map +1 -1
- package/dist/menu/Menu.d.ts +8 -0
- package/dist/menu/Menu.js +2 -1
- package/dist/menu/Menu.js.map +1 -1
- package/dist/menu/MenuItemSeparator.d.ts +1 -2
- package/dist/menu/MenuItemSeparator.js +2 -8
- package/dist/menu/MenuItemSeparator.js.map +1 -1
- package/dist/menu/MenuSheet.d.ts +6 -1
- package/dist/menu/MenuSheet.js.map +1 -1
- package/dist/menu/_menu.scss +16 -27
- package/dist/overlay/_overlay.scss +14 -19
- package/dist/progress/CircularProgress.d.ts +5 -4
- package/dist/progress/CircularProgress.js +3 -3
- package/dist/progress/CircularProgress.js.map +1 -1
- package/dist/progress/LinearProgress.d.ts +7 -5
- package/dist/progress/LinearProgress.js +4 -3
- package/dist/progress/LinearProgress.js.map +1 -1
- package/dist/progress/_progress.scss +25 -30
- package/dist/segmented-button/_segmented-button.scss +37 -43
- package/dist/sheet/_sheet.scss +24 -42
- package/dist/snackbar/DefaultToastRenderer.js +1 -1
- package/dist/snackbar/DefaultToastRenderer.js.map +1 -1
- package/dist/snackbar/Snackbar.d.ts +1 -3
- package/dist/snackbar/Snackbar.js +2 -3
- package/dist/snackbar/Snackbar.js.map +1 -1
- package/dist/snackbar/Toast.d.ts +1 -1
- package/dist/snackbar/Toast.js +5 -1
- package/dist/snackbar/Toast.js.map +1 -1
- package/dist/snackbar/ToastManager.d.ts +2 -1
- package/dist/snackbar/ToastManager.js +1 -1
- package/dist/snackbar/ToastManager.js.map +1 -1
- package/dist/snackbar/_snackbar.scss +15 -23
- package/dist/suspense/CircularProgressSuspense.d.ts +4 -0
- package/dist/suspense/CircularProgressSuspense.js +3 -1
- package/dist/suspense/CircularProgressSuspense.js.map +1 -1
- package/dist/table/Table.d.ts +0 -12
- package/dist/table/Table.js +1 -12
- package/dist/table/Table.js.map +1 -1
- package/dist/table/TableCell.d.ts +13 -38
- package/dist/table/TableCell.js +7 -15
- package/dist/table/TableCell.js.map +1 -1
- package/dist/table/TableCellContent.d.ts +9 -0
- package/dist/table/TableCellContent.js +2 -1
- package/dist/table/TableCellContent.js.map +1 -1
- package/dist/table/TableCheckbox.d.ts +2 -2
- package/dist/table/TableCheckbox.js +3 -3
- package/dist/table/TableCheckbox.js.map +1 -1
- package/dist/table/TableContainer.d.ts +0 -6
- package/dist/table/TableContainer.js +1 -6
- package/dist/table/TableContainer.js.map +1 -1
- package/dist/table/TableFooter.d.ts +7 -1
- package/dist/table/TableFooter.js +17 -16
- package/dist/table/TableFooter.js.map +1 -1
- package/dist/table/TableHeader.d.ts +7 -14
- package/dist/table/TableHeader.js +6 -14
- package/dist/table/TableHeader.js.map +1 -1
- package/dist/table/TableRadio.d.ts +106 -0
- package/dist/table/TableRadio.js +106 -0
- package/dist/table/TableRadio.js.map +1 -0
- package/dist/table/TableRow.d.ts +0 -10
- package/dist/table/TableRow.js +1 -12
- package/dist/table/TableRow.js.map +1 -1
- package/dist/table/_table.scss +71 -88
- package/dist/table/tableCellStyles.d.ts +33 -0
- package/dist/table/tableCellStyles.js +15 -0
- package/dist/table/tableCellStyles.js.map +1 -0
- package/dist/table/tableContainerStyles.d.ts +10 -0
- package/dist/table/tableContainerStyles.js +9 -0
- package/dist/table/tableContainerStyles.js.map +1 -0
- package/dist/table/tableFooterStyles.d.ts +10 -0
- package/dist/table/tableFooterStyles.js +12 -0
- package/dist/table/tableFooterStyles.js.map +1 -0
- package/dist/table/tableHeaderStyles.d.ts +10 -0
- package/dist/table/tableHeaderStyles.js +13 -0
- package/dist/table/tableHeaderStyles.js.map +1 -0
- package/dist/table/tableRowStyles.d.ts +10 -0
- package/dist/table/tableRowStyles.js +14 -0
- package/dist/table/tableRowStyles.js.map +1 -0
- package/dist/table/tableStyles.d.ts +12 -0
- package/dist/table/tableStyles.js +14 -0
- package/dist/table/tableStyles.js.map +1 -0
- package/dist/table/types.d.ts +28 -15
- package/dist/table/types.js.map +1 -1
- package/dist/tabs/_tabs.scss +27 -30
- package/dist/test-utils/data-testid.js +2 -0
- package/dist/test-utils/data-testid.js.map +1 -0
- package/dist/test-utils/jest-setup.js +3 -0
- package/dist/test-utils/jest-setup.js.map +1 -1
- package/dist/theme/ThemeProvider.d.ts +5 -0
- package/dist/theme/ThemeProvider.js.map +1 -1
- package/dist/theme/_theme.scss +31 -89
- package/dist/tooltip/Tooltip.d.ts +13 -6
- package/dist/tooltip/Tooltip.js +2 -2
- package/dist/tooltip/Tooltip.js.map +1 -1
- package/dist/tooltip/TooltipHoverModeProvider.d.ts +15 -0
- package/dist/tooltip/TooltipHoverModeProvider.js.map +1 -1
- package/dist/tooltip/_tooltip.scss +17 -25
- package/dist/tooltip/tooltipStyles.d.ts +2 -1
- package/dist/tooltip/tooltipStyles.js +2 -2
- package/dist/tooltip/tooltipStyles.js.map +1 -1
- package/dist/tooltip/useTooltip.d.ts +71 -8
- package/dist/tooltip/useTooltip.js +68 -7
- package/dist/tooltip/useTooltip.js.map +1 -1
- package/dist/transition/_transition.scss +38 -37
- package/dist/transition/config.d.ts +22 -0
- package/dist/transition/config.js +16 -0
- package/dist/transition/config.js.map +1 -0
- package/dist/transition/useTransition.js +15 -6
- package/dist/transition/useTransition.js.map +1 -1
- package/dist/tree/DefaultTreeItemRenderer.d.ts +1 -1
- package/dist/tree/DefaultTreeItemRenderer.js.map +1 -1
- package/dist/tree/Tree.d.ts +1 -1
- package/dist/tree/Tree.js +18 -21
- package/dist/tree/Tree.js.map +1 -1
- package/dist/tree/TreeItem.js +1 -3
- package/dist/tree/TreeItem.js.map +1 -1
- package/dist/tree/TreeProvider.d.ts +2 -0
- package/dist/tree/TreeProvider.js +3 -1
- package/dist/tree/TreeProvider.js.map +1 -1
- package/dist/tree/_tree.scss +102 -109
- package/dist/typography/_typography.scss +17 -22
- package/dist/window-splitter/_window-splitter.scss +19 -45
- package/package.json +20 -17
- package/src/__tests__/NoSsr.tsx +5 -5
- package/src/__tests__/useAsyncAction.tsx +14 -6
- package/src/__tests__/useDebouncedFunction.tsx +6 -3
- package/src/__tests__/useDropzone.tsx +10 -10
- package/src/__tests__/useEnsuredId.tsx +5 -5
- package/src/__tests__/useEnsuredState.tsx +1 -2
- package/src/__tests__/useLocalStorage.tsx +21 -21
- package/src/__tests__/useResizeObserver.tsx +2 -0
- package/src/__tests__/useThrottledFunction.tsx +9 -8
- package/src/__tests__/useToggle.tsx +10 -10
- package/src/_core.scss +39 -2
- package/src/_utils.scss +57 -0
- package/src/app-bar/__tests__/AppBar.tsx +15 -15
- package/src/app-bar/__tests__/AppBarTitle.tsx +3 -5
- package/src/app-bar/_app-bar.scss +15 -23
- package/src/avatar/Avatar.tsx +12 -20
- package/src/avatar/__tests__/Avatar.tsx +6 -6
- package/src/avatar/_avatar.scss +30 -37
- package/src/avatar/styles.ts +27 -4
- package/src/badge/__tests__/Badge.tsx +3 -3
- package/src/badge/_badge.scss +71 -44
- package/src/box/_box.scss +18 -29
- package/src/button/AsyncButton.tsx +71 -4
- package/src/button/__tests__/AsyncButton.tsx +2 -0
- package/src/button/__tests__/Button.tsx +12 -12
- package/src/button/__tests__/ButtonUnstyled.tsx +3 -3
- package/src/button/__tests__/__snapshots__/AsyncButton.tsx.snap +31 -8
- package/src/button/_button.scss +50 -62
- package/src/card/__tests__/Card.tsx +3 -3
- package/src/card/__tests__/CardContent.tsx +3 -3
- package/src/card/__tests__/CardFooter.tsx +3 -3
- package/src/card/__tests__/CardHeader.tsx +5 -5
- package/src/card/__tests__/CardSubtitle.tsx +3 -3
- package/src/card/__tests__/CardTitle.tsx +3 -3
- package/src/card/_card.scss +14 -23
- package/src/chip/__tests__/Chip.tsx +20 -22
- package/src/chip/__tests__/__snapshots__/Chip.tsx.snap +3 -3
- package/src/chip/__tests__/__snapshots__/styles.ts.snap +1 -1
- package/src/chip/_chip.scss +33 -62
- package/src/chip/styles.ts +4 -5
- package/src/cssUtils.ts +4 -1
- package/src/dialog/Dialog.tsx +5 -4
- package/src/dialog/__tests__/Dialog.tsx +316 -0
- package/src/dialog/__tests__/DialogContent.tsx +53 -0
- package/src/dialog/__tests__/DialogFooter.tsx +70 -0
- package/src/dialog/__tests__/DialogHeader.tsx +37 -0
- package/src/dialog/__tests__/DialogTitle.tsx +41 -0
- package/src/dialog/__tests__/__snapshots__/Dialog.tsx.snap +84 -0
- package/src/dialog/__tests__/__snapshots__/DialogContent.tsx.snap +36 -0
- package/src/dialog/__tests__/__snapshots__/DialogFooter.tsx.snap +186 -0
- package/src/dialog/__tests__/__snapshots__/DialogHeader.tsx.snap +18 -0
- package/src/dialog/__tests__/__snapshots__/DialogTitle.tsx.snap +26 -0
- package/src/dialog/_dialog.scss +95 -93
- package/src/divider/Divider.tsx +0 -1
- package/src/divider/__tests__/Divider.tsx +3 -3
- package/src/divider/_divider.scss +33 -43
- package/src/draggable/__tests__/useDraggable.tsx +35 -39
- package/src/expansion-panel/__tests__/ExpansionPanel.tsx +28 -23
- package/src/focus/__tests__/useFocusContainer.tsx +280 -0
- package/src/focus/useFocusContainer.ts +17 -10
- package/src/form/Label.tsx +5 -5
- package/src/form/MenuItemInputToggle.tsx +6 -2
- package/src/form/MenuItemTextField.tsx +3 -0
- package/src/form/Slider.tsx +45 -5
- package/src/form/SliderThumb.tsx +15 -3
- package/src/form/SliderValueMarks.tsx +3 -1
- package/src/form/SliderValueTooltip.tsx +1 -1
- package/src/form/Switch.tsx +6 -27
- package/src/form/SwitchTrack.tsx +12 -2
- package/src/form/TextArea.tsx +1 -1
- package/src/form/TextFieldContainerStyles.ts +7 -7
- package/src/form/__tests__/Checkbox.tsx +5 -5
- package/src/form/__tests__/Fieldset.tsx +3 -3
- package/src/form/__tests__/FileInput.tsx +2 -2
- package/src/form/__tests__/Label.tsx +3 -3
- package/src/form/__tests__/Legend.tsx +3 -3
- package/src/form/__tests__/Radio.tsx +3 -3
- package/src/form/__tests__/Switch.tsx +152 -0
- package/src/form/__tests__/__snapshots__/Switch.tsx.snap +428 -0
- package/src/form/__tests__/__snapshots__/useCheckboxGroup.tsx.snap +1 -1
- package/src/form/__tests__/__snapshots__/useRadioGroup.tsx.snap +1 -1
- package/src/form/__tests__/useCheckboxGroup.tsx +33 -33
- package/src/form/__tests__/useFileUpload.tsx +41 -33
- package/src/form/__tests__/useRadioGroup.tsx +25 -25
- package/src/form/_form.scss +241 -237
- package/src/form/switchStyles.ts +3 -3
- package/src/form/textAreaStyles.ts +2 -2
- package/src/form/types.ts +0 -2
- package/src/hoverMode/useHoverMode.ts +4 -4
- package/src/icon/FontIcon.tsx +2 -5
- package/src/icon/MaterialIcon.tsx +4 -6
- package/src/icon/MaterialSymbol.tsx +18 -12
- package/src/icon/__tests__/FontIcon.tsx +7 -11
- package/src/icon/__tests__/IconRotator.tsx +4 -4
- package/src/icon/__tests__/MaterialIcon.tsx +79 -0
- package/src/icon/__tests__/MaterialSymbol.tsx +100 -0
- package/src/icon/__tests__/SVGIcon.tsx +6 -5
- package/src/icon/__tests__/TextIconSpacing.tsx +15 -17
- package/src/icon/__tests__/__snapshots__/IconRotator.tsx.snap +6 -6
- package/src/icon/__tests__/__snapshots__/MaterialIcon.tsx.snap +82 -0
- package/src/icon/__tests__/__snapshots__/MaterialSymbol.tsx.snap +42 -0
- package/src/icon/_icon.scss +31 -47
- package/src/icon/iconConfig.tsx +1 -0
- package/src/icon/material.ts +284 -54
- package/src/icon/{MaterialSymbolsProvider.tsx → materialConfig.ts} +49 -67
- package/src/icon/styles.ts +0 -21
- package/src/index.ts +8 -6
- package/src/interaction/__tests__/UserInteractionModeProvider.tsx +3 -3
- package/src/interaction/_interaction.scss +47 -57
- package/src/layout/__tests__/useExpandableLayout.tsx +12 -1
- package/src/layout/__tests__/useLayoutTree.tsx +6 -1
- package/src/layout/__tests__/useResizableLayout.tsx +13 -1
- package/src/layout/__tests__/useTemporaryLayout.tsx +6 -1
- package/src/layout/_layout.scss +14 -19
- package/src/link/Link.tsx +15 -5
- package/src/link/__tests__/Link.tsx +3 -3
- package/src/link/__tests__/SkipToMainContent.tsx +11 -14
- package/src/link/_link.scss +15 -23
- package/src/list/ListItemLink.tsx +1 -1
- package/src/list/__tests__/List.tsx +7 -7
- package/src/list/__tests__/ListItem.tsx +17 -16
- package/src/list/__tests__/ListItemLink.tsx +7 -7
- package/src/list/__tests__/ListSubheader.tsx +5 -5
- package/src/list/_list.scss +53 -63
- package/src/menu/DropdownMenu.tsx +23 -4
- package/src/menu/Menu.tsx +11 -0
- package/src/menu/MenuItemSeparator.tsx +2 -12
- package/src/menu/MenuSheet.tsx +10 -1
- package/src/menu/__tests__/DropdownMenu.tsx +74 -65
- package/src/menu/__tests__/MenuBar.tsx +57 -48
- package/src/menu/__tests__/MenuVisibilityProvider.tsx +3 -3
- package/src/menu/_menu.scss +16 -27
- package/src/overlay/__tests__/Overlay.tsx +37 -35
- package/src/overlay/_overlay.scss +14 -19
- package/src/portal/__tests__/PortalContainerProvider.node.tsx +1 -0
- package/src/portal/__tests__/PortalContainerProvider.tsx +9 -9
- package/src/positioning/__tests__/useFixedPositioning.tsx +20 -14
- package/src/progress/CircularProgress.tsx +5 -4
- package/src/progress/LinearProgress.tsx +88 -86
- package/src/progress/__tests__/CircularProgress.tsx +49 -27
- package/src/progress/__tests__/LinearProgress.tsx +40 -25
- package/src/progress/__tests__/__snapshots__/CircularProgress.tsx.snap +21 -0
- package/src/progress/__tests__/__snapshots__/LinearProgress.tsx.snap +20 -0
- package/src/progress/_progress.scss +25 -30
- package/src/segmented-button/_segmented-button.scss +37 -43
- package/src/sheet/_sheet.scss +24 -42
- package/src/snackbar/DefaultToastRenderer.tsx +1 -1
- package/src/snackbar/Snackbar.tsx +17 -25
- package/src/snackbar/Toast.tsx +7 -2
- package/src/snackbar/ToastManager.tsx +3 -2
- package/src/snackbar/__tests__/Snackbar.tsx +13 -12
- package/src/snackbar/__tests__/Toast.tsx +8 -3
- package/src/snackbar/__tests__/ToastActionButton.tsx +2 -2
- package/src/snackbar/__tests__/ToastCloseButton.tsx +2 -2
- package/src/snackbar/__tests__/ToastManagerProvider.tsx +28 -42
- package/src/snackbar/__tests__/__snapshots__/Snackbar.tsx.snap +127 -27
- package/src/snackbar/__tests__/__snapshots__/ToastManagerProvider.tsx.snap +23 -8
- package/src/snackbar/_snackbar.scss +15 -23
- package/src/suspense/CircularProgressSuspense.tsx +19 -2
- package/src/table/Table.tsx +1 -24
- package/src/table/TableCell.tsx +22 -85
- package/src/table/TableCellContent.tsx +20 -2
- package/src/table/TableCheckbox.tsx +3 -3
- package/src/table/TableContainer.tsx +1 -8
- package/src/table/TableFooter.tsx +30 -23
- package/src/table/TableHeader.tsx +23 -40
- package/src/table/TableRadio.tsx +195 -0
- package/src/table/TableRow.tsx +1 -28
- package/src/table/__tests__/Table.tsx +4 -10
- package/src/table/__tests__/TableBody.tsx +3 -3
- package/src/table/__tests__/TableCheckbox.tsx +10 -11
- package/src/table/__tests__/TableContainer.tsx +3 -3
- package/src/table/__tests__/TableRadio.tsx +112 -0
- package/src/table/__tests__/TableRow.tsx +4 -10
- package/src/table/__tests__/__snapshots__/Table.tsx.snap +249 -251
- package/src/table/__tests__/__snapshots__/TableBody.tsx.snap +3 -3
- package/src/table/__tests__/__snapshots__/TableCheckbox.tsx.snap +4 -4
- package/src/table/__tests__/__snapshots__/TableRadio.tsx.snap +138 -0
- package/src/table/__tests__/__snapshots__/TableRow.tsx.snap +4 -6
- package/src/table/__tests__/__snapshots__/tableContainerStyles.ts.snap +3 -0
- package/src/table/__tests__/__snapshots__/tableRowStyles.ts.snap +3 -0
- package/src/table/__tests__/__snapshots__/tableStyles.ts.snap +3 -0
- package/src/table/__tests__/tableContainerStyles.ts +8 -0
- package/src/table/__tests__/tableRowStyles.ts +8 -0
- package/src/table/__tests__/tableStyles.ts +8 -0
- package/src/table/_table.scss +71 -88
- package/src/table/tableCellStyles.ts +83 -0
- package/src/table/tableContainerStyles.ts +19 -0
- package/src/table/tableFooterStyles.ts +27 -0
- package/src/table/tableHeaderStyles.ts +29 -0
- package/src/table/tableRowStyles.ts +28 -0
- package/src/table/tableStyles.ts +24 -0
- package/src/table/types.ts +33 -15
- package/src/tabs/__tests__/Tab.tsx +3 -3
- package/src/tabs/__tests__/TabList.tsx +50 -40
- package/src/tabs/__tests__/useTabs.tsx +27 -24
- package/src/tabs/_tabs.scss +27 -30
- package/src/test-utils/data-testid.ts +5 -0
- package/src/test-utils/jest-setup.ts +4 -0
- package/src/theme/ThemeProvider.tsx +6 -0
- package/src/theme/__tests__/LocalStorageColorSchemeProvider.tsx +4 -4
- package/src/theme/__tests__/useCSSVariables.tsx +4 -4
- package/src/theme/_theme.scss +31 -89
- package/src/tooltip/Tooltip.tsx +17 -9
- package/src/tooltip/TooltipHoverModeProvider.tsx +18 -0
- package/src/tooltip/__tests__/Tooltip.tsx +147 -104
- package/src/tooltip/__tests__/TooltipHoverModeProvider.tsx +8 -3
- package/src/tooltip/__tests__/__snapshots__/Tooltip.tsx.snap +0 -33
- package/src/tooltip/_tooltip.scss +17 -25
- package/src/tooltip/tooltipStyles.ts +4 -4
- package/src/tooltip/useTooltip.ts +119 -19
- package/src/transition/__tests__/CSSTransition.tsx +12 -6
- package/src/transition/__tests__/Collapse.tsx +19 -17
- package/src/transition/__tests__/CrossFade.tsx +20 -17
- package/src/transition/__tests__/ScaleTransition.tsx +18 -14
- package/src/transition/__tests__/useCSSTransition.tsx +18 -14
- package/src/transition/__tests__/useCollapseTransition.tsx +25 -21
- package/src/transition/__tests__/useCrossFadeTransition.tsx +20 -16
- package/src/transition/__tests__/useScaleTransition.tsx +18 -12
- package/src/transition/__tests__/useTransition.tsx +165 -68
- package/src/transition/_transition.scss +38 -37
- package/src/transition/config.ts +34 -0
- package/src/transition/useTransition.ts +15 -6
- package/src/tree/DefaultTreeItemRenderer.tsx +1 -1
- package/src/tree/Tree.tsx +20 -24
- package/src/tree/TreeItem.tsx +2 -3
- package/src/tree/TreeProvider.tsx +6 -0
- package/src/tree/__tests__/Tree.tsx +7 -2
- package/src/tree/__tests__/TreeGroup.tsx +1 -0
- package/src/tree/__tests__/TreeItemExpander.tsx +1 -0
- package/src/tree/_tree.scss +102 -109
- package/src/typography/__tests__/TextContainer.tsx +3 -3
- package/src/typography/__tests__/Typography.tsx +10 -12
- package/src/typography/__tests__/WritingDirectionProvider.tsx +7 -7
- package/src/typography/_typography.scss +17 -22
- package/src/window-splitter/_window-splitter.scss +19 -45
- package/dist/divider/VerticalDivider.d.ts +0 -32
- package/dist/divider/VerticalDivider.js +0 -40
- package/dist/divider/VerticalDivider.js.map +0 -1
- package/dist/divider/useVerticalDividerHeight.d.ts +0 -37
- package/dist/divider/useVerticalDividerHeight.js +0 -40
- package/dist/divider/useVerticalDividerHeight.js.map +0 -1
- package/dist/icon/MaterialIconsProvider.d.ts +0 -12
- package/dist/icon/MaterialIconsProvider.js +0 -17
- package/dist/icon/MaterialIconsProvider.js.map +0 -1
- package/dist/icon/MaterialSymbolsProvider.js +0 -60
- package/dist/icon/MaterialSymbolsProvider.js.map +0 -1
- package/dist/link/LinkProvider.d.ts +0 -29
- package/dist/link/LinkProvider.js +0 -26
- package/dist/link/LinkProvider.js.map +0 -1
- package/dist/tooltip/useOverflowTooltip.d.ts +0 -61
- package/dist/tooltip/useOverflowTooltip.js +0 -71
- package/dist/tooltip/useOverflowTooltip.js.map +0 -1
- package/src/divider/VerticalDivider.tsx +0 -50
- package/src/divider/__tests__/VerticalDivider.tsx +0 -35
- package/src/divider/__tests__/__snapshots__/VerticalDivider.tsx.snap +0 -41
- package/src/divider/useVerticalDividerHeight.ts +0 -72
- package/src/icon/MaterialIconsProvider.ts +0 -23
- package/src/link/LinkProvider.tsx +0 -51
- package/src/tooltip/__tests__/useOverflowTooltip.tsx +0 -77
- package/src/tooltip/useOverflowTooltip.ts +0 -93
package/src/icon/material.ts
CHANGED
|
@@ -2237,6 +2237,7 @@ export type MaterialSymbolName =
|
|
|
2237
2237
|
| "22mp"
|
|
2238
2238
|
| "23mp"
|
|
2239
2239
|
| "24mp"
|
|
2240
|
+
| "2d"
|
|
2240
2241
|
| "2k"
|
|
2241
2242
|
| "2k_plus"
|
|
2242
2243
|
| "2mp"
|
|
@@ -2291,11 +2292,15 @@ export type MaterialSymbolName =
|
|
|
2291
2292
|
| "account_tree"
|
|
2292
2293
|
| "activity_zone"
|
|
2293
2294
|
| "acute"
|
|
2295
|
+
| "ad"
|
|
2296
|
+
| "ad_group"
|
|
2297
|
+
| "ad_group_off"
|
|
2294
2298
|
| "ad_off"
|
|
2295
2299
|
| "ad_units"
|
|
2296
2300
|
| "adb"
|
|
2297
2301
|
| "add"
|
|
2298
2302
|
| "add_a_photo"
|
|
2303
|
+
| "add_ad"
|
|
2299
2304
|
| "add_alert"
|
|
2300
2305
|
| "add_box"
|
|
2301
2306
|
| "add_business"
|
|
@@ -2387,7 +2392,6 @@ export type MaterialSymbolName =
|
|
|
2387
2392
|
| "alt_route"
|
|
2388
2393
|
| "alternate_email"
|
|
2389
2394
|
| "altitude"
|
|
2390
|
-
| "ambient_screen"
|
|
2391
2395
|
| "ambulance"
|
|
2392
2396
|
| "amend"
|
|
2393
2397
|
| "amp_stories"
|
|
@@ -2404,16 +2408,21 @@ export type MaterialSymbolName =
|
|
|
2404
2408
|
| "apk_install"
|
|
2405
2409
|
| "app_badging"
|
|
2406
2410
|
| "app_blocking"
|
|
2411
|
+
| "app_promo"
|
|
2407
2412
|
| "app_registration"
|
|
2408
2413
|
| "app_shortcut"
|
|
2409
2414
|
| "approval"
|
|
2410
2415
|
| "approval_delegation"
|
|
2411
2416
|
| "apps"
|
|
2412
2417
|
| "apps_outage"
|
|
2418
|
+
| "aq"
|
|
2419
|
+
| "aq_indoor"
|
|
2420
|
+
| "ar_on_you"
|
|
2413
2421
|
| "architecture"
|
|
2414
2422
|
| "archive"
|
|
2415
2423
|
| "area_chart"
|
|
2416
2424
|
| "arming_countdown"
|
|
2425
|
+
| "arrow_and_edge"
|
|
2417
2426
|
| "arrow_back"
|
|
2418
2427
|
| "arrow_back_ios"
|
|
2419
2428
|
| "arrow_back_ios_new"
|
|
@@ -2422,6 +2431,7 @@ export type MaterialSymbolName =
|
|
|
2422
2431
|
| "arrow_circle_right"
|
|
2423
2432
|
| "arrow_circle_up"
|
|
2424
2433
|
| "arrow_downward"
|
|
2434
|
+
| "arrow_downward_alt"
|
|
2425
2435
|
| "arrow_drop_down"
|
|
2426
2436
|
| "arrow_drop_down_circle"
|
|
2427
2437
|
| "arrow_drop_up"
|
|
@@ -2429,19 +2439,24 @@ export type MaterialSymbolName =
|
|
|
2429
2439
|
| "arrow_forward_ios"
|
|
2430
2440
|
| "arrow_insert"
|
|
2431
2441
|
| "arrow_left"
|
|
2442
|
+
| "arrow_left_alt"
|
|
2443
|
+
| "arrow_or_edge"
|
|
2432
2444
|
| "arrow_outward"
|
|
2433
2445
|
| "arrow_range"
|
|
2434
2446
|
| "arrow_right"
|
|
2435
2447
|
| "arrow_right_alt"
|
|
2436
2448
|
| "arrow_selector_tool"
|
|
2449
|
+
| "arrow_split"
|
|
2437
2450
|
| "arrow_top_left"
|
|
2438
2451
|
| "arrow_top_right"
|
|
2439
2452
|
| "arrow_upward"
|
|
2453
|
+
| "arrow_upward_alt"
|
|
2440
2454
|
| "arrows_more_down"
|
|
2441
2455
|
| "arrows_more_up"
|
|
2442
2456
|
| "arrows_outward"
|
|
2443
2457
|
| "art_track"
|
|
2444
2458
|
| "article"
|
|
2459
|
+
| "article_shortcut"
|
|
2445
2460
|
| "aspect_ratio"
|
|
2446
2461
|
| "assignment"
|
|
2447
2462
|
| "assignment_add"
|
|
@@ -2451,13 +2466,10 @@ export type MaterialSymbolName =
|
|
|
2451
2466
|
| "assignment_returned"
|
|
2452
2467
|
| "assignment_turned_in"
|
|
2453
2468
|
| "assist_walker"
|
|
2454
|
-
| "assistant"
|
|
2455
2469
|
| "assistant_direction"
|
|
2456
2470
|
| "assistant_navigation"
|
|
2457
2471
|
| "assistant_on_hub"
|
|
2458
2472
|
| "assured_workload"
|
|
2459
|
-
| "astrophotography_auto"
|
|
2460
|
-
| "astrophotography_off"
|
|
2461
2473
|
| "atm"
|
|
2462
2474
|
| "atr"
|
|
2463
2475
|
| "attach_email"
|
|
@@ -2467,35 +2479,25 @@ export type MaterialSymbolName =
|
|
|
2467
2479
|
| "attachment"
|
|
2468
2480
|
| "attractions"
|
|
2469
2481
|
| "attribution"
|
|
2482
|
+
| "audio_description"
|
|
2470
2483
|
| "audio_file"
|
|
2471
|
-
| "
|
|
2472
|
-
| "auto_awesome"
|
|
2484
|
+
| "audio_video_receiver"
|
|
2473
2485
|
| "auto_awesome_mosaic"
|
|
2474
2486
|
| "auto_awesome_motion"
|
|
2475
2487
|
| "auto_delete"
|
|
2476
|
-
| "auto_detect_voice"
|
|
2477
|
-
| "auto_fix"
|
|
2478
|
-
| "auto_fix_high"
|
|
2479
|
-
| "auto_fix_normal"
|
|
2480
|
-
| "auto_fix_off"
|
|
2481
|
-
| "auto_graph"
|
|
2482
|
-
| "auto_label"
|
|
2483
|
-
| "auto_meeting_room"
|
|
2484
|
-
| "auto_mode"
|
|
2485
2488
|
| "auto_read_pause"
|
|
2486
2489
|
| "auto_read_play"
|
|
2487
|
-
| "auto_schedule"
|
|
2488
2490
|
| "auto_stories"
|
|
2489
|
-
| "
|
|
2491
|
+
| "auto_transmission"
|
|
2490
2492
|
| "autofps_select"
|
|
2491
2493
|
| "autopause"
|
|
2492
|
-
| "autopay"
|
|
2493
2494
|
| "autoplay"
|
|
2494
2495
|
| "autorenew"
|
|
2495
2496
|
| "autostop"
|
|
2496
2497
|
| "av_timer"
|
|
2497
2498
|
| "avg_pace"
|
|
2498
2499
|
| "avg_time"
|
|
2500
|
+
| "award_star"
|
|
2499
2501
|
| "azm"
|
|
2500
2502
|
| "baby_changing_station"
|
|
2501
2503
|
| "back_hand"
|
|
@@ -2529,17 +2531,11 @@ export type MaterialSymbolName =
|
|
|
2529
2531
|
| "bathtub"
|
|
2530
2532
|
| "battery_0_bar"
|
|
2531
2533
|
| "battery_1_bar"
|
|
2532
|
-
| "battery_20"
|
|
2533
2534
|
| "battery_2_bar"
|
|
2534
|
-
| "battery_30"
|
|
2535
2535
|
| "battery_3_bar"
|
|
2536
2536
|
| "battery_4_bar"
|
|
2537
|
-
| "battery_50"
|
|
2538
2537
|
| "battery_5_bar"
|
|
2539
|
-
| "battery_60"
|
|
2540
2538
|
| "battery_6_bar"
|
|
2541
|
-
| "battery_80"
|
|
2542
|
-
| "battery_90"
|
|
2543
2539
|
| "battery_alert"
|
|
2544
2540
|
| "battery_change"
|
|
2545
2541
|
| "battery_charging_20"
|
|
@@ -2562,9 +2558,6 @@ export type MaterialSymbolName =
|
|
|
2562
2558
|
| "battery_share"
|
|
2563
2559
|
| "battery_status_good"
|
|
2564
2560
|
| "battery_unknown"
|
|
2565
|
-
| "battery_vert_005"
|
|
2566
|
-
| "battery_vert_020"
|
|
2567
|
-
| "battery_vert_050"
|
|
2568
2561
|
| "battery_very_low"
|
|
2569
2562
|
| "beach_access"
|
|
2570
2563
|
| "bed"
|
|
@@ -2576,6 +2569,8 @@ export type MaterialSymbolName =
|
|
|
2576
2569
|
| "beenhere"
|
|
2577
2570
|
| "bento"
|
|
2578
2571
|
| "bia"
|
|
2572
|
+
| "bid_landscape"
|
|
2573
|
+
| "bid_landscape_disabled"
|
|
2579
2574
|
| "bike_scooter"
|
|
2580
2575
|
| "biotech"
|
|
2581
2576
|
| "blanket"
|
|
@@ -2600,7 +2595,12 @@ export type MaterialSymbolName =
|
|
|
2600
2595
|
| "body_fat"
|
|
2601
2596
|
| "body_system"
|
|
2602
2597
|
| "bolt"
|
|
2598
|
+
| "bomb"
|
|
2603
2599
|
| "book"
|
|
2600
|
+
| "book_2"
|
|
2601
|
+
| "book_3"
|
|
2602
|
+
| "book_4"
|
|
2603
|
+
| "book_5"
|
|
2604
2604
|
| "book_online"
|
|
2605
2605
|
| "bookmark"
|
|
2606
2606
|
| "bookmark_add"
|
|
@@ -2620,12 +2620,21 @@ export type MaterialSymbolName =
|
|
|
2620
2620
|
| "border_style"
|
|
2621
2621
|
| "border_top"
|
|
2622
2622
|
| "border_vertical"
|
|
2623
|
+
| "bottom_app_bar"
|
|
2624
|
+
| "bottom_drawer"
|
|
2625
|
+
| "bottom_navigation"
|
|
2623
2626
|
| "bottom_panel_close"
|
|
2624
2627
|
| "bottom_panel_open"
|
|
2625
2628
|
| "bottom_right_click"
|
|
2629
|
+
| "bottom_sheets"
|
|
2630
|
+
| "box"
|
|
2631
|
+
| "box_add"
|
|
2632
|
+
| "box_edit"
|
|
2626
2633
|
| "boy"
|
|
2634
|
+
| "brand_awareness"
|
|
2627
2635
|
| "branding_watermark"
|
|
2628
2636
|
| "breakfast_dining"
|
|
2637
|
+
| "breaking_news"
|
|
2629
2638
|
| "breaking_news_alt_1"
|
|
2630
2639
|
| "breastfeeding"
|
|
2631
2640
|
| "brightness_1"
|
|
@@ -2635,6 +2644,7 @@ export type MaterialSymbolName =
|
|
|
2635
2644
|
| "brightness_5"
|
|
2636
2645
|
| "brightness_6"
|
|
2637
2646
|
| "brightness_7"
|
|
2647
|
+
| "brightness_alert"
|
|
2638
2648
|
| "brightness_auto"
|
|
2639
2649
|
| "brightness_empty"
|
|
2640
2650
|
| "brightness_high"
|
|
@@ -2644,11 +2654,13 @@ export type MaterialSymbolName =
|
|
|
2644
2654
|
| "broadcast_on_home"
|
|
2645
2655
|
| "broadcast_on_personal"
|
|
2646
2656
|
| "broken_image"
|
|
2657
|
+
| "browse"
|
|
2647
2658
|
| "browse_activity"
|
|
2648
2659
|
| "browse_gallery"
|
|
2649
2660
|
| "browser_updated"
|
|
2650
2661
|
| "brunch_dining"
|
|
2651
2662
|
| "brush"
|
|
2663
|
+
| "bubble"
|
|
2652
2664
|
| "bubble_chart"
|
|
2653
2665
|
| "bubbles"
|
|
2654
2666
|
| "bug_report"
|
|
@@ -2659,6 +2671,8 @@ export type MaterialSymbolName =
|
|
|
2659
2671
|
| "bus_alert"
|
|
2660
2672
|
| "business_center"
|
|
2661
2673
|
| "business_chip"
|
|
2674
|
+
| "business_messages"
|
|
2675
|
+
| "buttons_alt"
|
|
2662
2676
|
| "cabin"
|
|
2663
2677
|
| "cable"
|
|
2664
2678
|
| "cached"
|
|
@@ -2667,6 +2681,7 @@ export type MaterialSymbolName =
|
|
|
2667
2681
|
| "calculate"
|
|
2668
2682
|
| "calendar_add_on"
|
|
2669
2683
|
| "calendar_apps_script"
|
|
2684
|
+
| "calendar_clock"
|
|
2670
2685
|
| "calendar_month"
|
|
2671
2686
|
| "calendar_today"
|
|
2672
2687
|
| "calendar_view_day"
|
|
@@ -2684,7 +2699,6 @@ export type MaterialSymbolName =
|
|
|
2684
2699
|
| "call_split"
|
|
2685
2700
|
| "call_to_action"
|
|
2686
2701
|
| "camera"
|
|
2687
|
-
| "camera_enhance"
|
|
2688
2702
|
| "camera_front"
|
|
2689
2703
|
| "camera_indoor"
|
|
2690
2704
|
| "camera_outdoor"
|
|
@@ -2697,6 +2711,7 @@ export type MaterialSymbolName =
|
|
|
2697
2711
|
| "cancel"
|
|
2698
2712
|
| "cancel_presentation"
|
|
2699
2713
|
| "cancel_schedule_send"
|
|
2714
|
+
| "candle"
|
|
2700
2715
|
| "candlestick_chart"
|
|
2701
2716
|
| "captive_portal"
|
|
2702
2717
|
| "capture"
|
|
@@ -2706,12 +2721,15 @@ export type MaterialSymbolName =
|
|
|
2706
2721
|
| "card_membership"
|
|
2707
2722
|
| "card_travel"
|
|
2708
2723
|
| "cardiology"
|
|
2724
|
+
| "cards"
|
|
2709
2725
|
| "carpenter"
|
|
2710
2726
|
| "cases"
|
|
2711
2727
|
| "casino"
|
|
2712
2728
|
| "cast"
|
|
2713
2729
|
| "cast_connected"
|
|
2714
2730
|
| "cast_for_education"
|
|
2731
|
+
| "cast_pause"
|
|
2732
|
+
| "cast_warning"
|
|
2715
2733
|
| "castle"
|
|
2716
2734
|
| "category"
|
|
2717
2735
|
| "celebration"
|
|
@@ -2745,11 +2763,13 @@ export type MaterialSymbolName =
|
|
|
2745
2763
|
| "checklist_rtl"
|
|
2746
2764
|
| "checkroom"
|
|
2747
2765
|
| "cheer"
|
|
2766
|
+
| "chess"
|
|
2748
2767
|
| "chevron_left"
|
|
2749
2768
|
| "chevron_right"
|
|
2750
2769
|
| "child_care"
|
|
2751
2770
|
| "child_friendly"
|
|
2752
2771
|
| "chip_extraction"
|
|
2772
|
+
| "chips"
|
|
2753
2773
|
| "chrome_reader_mode"
|
|
2754
2774
|
| "chromecast_2"
|
|
2755
2775
|
| "chromecast_device"
|
|
@@ -2758,6 +2778,8 @@ export type MaterialSymbolName =
|
|
|
2758
2778
|
| "cinematic_blur"
|
|
2759
2779
|
| "circle"
|
|
2760
2780
|
| "circle_notifications"
|
|
2781
|
+
| "circles"
|
|
2782
|
+
| "circles_ext"
|
|
2761
2783
|
| "clarify"
|
|
2762
2784
|
| "clean_hands"
|
|
2763
2785
|
| "cleaning_bucket"
|
|
@@ -2782,10 +2804,8 @@ export type MaterialSymbolName =
|
|
|
2782
2804
|
| "cloud_done"
|
|
2783
2805
|
| "cloud_download"
|
|
2784
2806
|
| "cloud_off"
|
|
2785
|
-
| "cloud_queue"
|
|
2786
2807
|
| "cloud_sync"
|
|
2787
2808
|
| "cloud_upload"
|
|
2788
|
-
| "cloudy"
|
|
2789
2809
|
| "cloudy_snowing"
|
|
2790
2810
|
| "co2"
|
|
2791
2811
|
| "co_present"
|
|
@@ -2795,13 +2815,17 @@ export type MaterialSymbolName =
|
|
|
2795
2815
|
| "coffee"
|
|
2796
2816
|
| "coffee_maker"
|
|
2797
2817
|
| "cognition"
|
|
2818
|
+
| "collapse_all"
|
|
2798
2819
|
| "collections_bookmark"
|
|
2799
2820
|
| "colorize"
|
|
2821
|
+
| "colors"
|
|
2822
|
+
| "comic_bubble"
|
|
2800
2823
|
| "comment"
|
|
2801
2824
|
| "comment_bank"
|
|
2802
2825
|
| "comments_disabled"
|
|
2803
2826
|
| "commit"
|
|
2804
2827
|
| "communication"
|
|
2828
|
+
| "communities"
|
|
2805
2829
|
| "commute"
|
|
2806
2830
|
| "compare"
|
|
2807
2831
|
| "compare_arrows"
|
|
@@ -2810,6 +2834,7 @@ export type MaterialSymbolName =
|
|
|
2810
2834
|
| "compost"
|
|
2811
2835
|
| "compress"
|
|
2812
2836
|
| "computer"
|
|
2837
|
+
| "concierge"
|
|
2813
2838
|
| "conditions"
|
|
2814
2839
|
| "confirmation_number"
|
|
2815
2840
|
| "congenital"
|
|
@@ -2831,6 +2856,9 @@ export type MaterialSymbolName =
|
|
|
2831
2856
|
| "content_paste_go"
|
|
2832
2857
|
| "content_paste_off"
|
|
2833
2858
|
| "content_paste_search"
|
|
2859
|
+
| "contract"
|
|
2860
|
+
| "contract_delete"
|
|
2861
|
+
| "contract_edit"
|
|
2834
2862
|
| "contrast"
|
|
2835
2863
|
| "contrast_rtl_off"
|
|
2836
2864
|
| "control_camera"
|
|
@@ -2870,13 +2898,17 @@ export type MaterialSymbolName =
|
|
|
2870
2898
|
| "crop_3_2"
|
|
2871
2899
|
| "crop_5_4"
|
|
2872
2900
|
| "crop_7_5"
|
|
2901
|
+
| "crop_9_16"
|
|
2873
2902
|
| "crop_free"
|
|
2874
2903
|
| "crop_landscape"
|
|
2875
2904
|
| "crop_portrait"
|
|
2876
2905
|
| "crop_rotate"
|
|
2877
2906
|
| "crop_square"
|
|
2907
|
+
| "crossword"
|
|
2908
|
+
| "crowdsource"
|
|
2878
2909
|
| "cruelty_free"
|
|
2879
2910
|
| "css"
|
|
2911
|
+
| "csv"
|
|
2880
2912
|
| "currency_bitcoin"
|
|
2881
2913
|
| "currency_exchange"
|
|
2882
2914
|
| "currency_franc"
|
|
@@ -2888,6 +2920,7 @@ export type MaterialSymbolName =
|
|
|
2888
2920
|
| "currency_yuan"
|
|
2889
2921
|
| "curtains"
|
|
2890
2922
|
| "curtains_closed"
|
|
2923
|
+
| "custom_typography"
|
|
2891
2924
|
| "cut"
|
|
2892
2925
|
| "cycle"
|
|
2893
2926
|
| "cyclone"
|
|
@@ -2900,8 +2933,10 @@ export type MaterialSymbolName =
|
|
|
2900
2933
|
| "data_check"
|
|
2901
2934
|
| "data_exploration"
|
|
2902
2935
|
| "data_info_alert"
|
|
2936
|
+
| "data_loss_prevention"
|
|
2903
2937
|
| "data_object"
|
|
2904
2938
|
| "data_saver_on"
|
|
2939
|
+
| "data_table"
|
|
2905
2940
|
| "data_thresholding"
|
|
2906
2941
|
| "data_usage"
|
|
2907
2942
|
| "database"
|
|
@@ -2924,6 +2959,9 @@ export type MaterialSymbolName =
|
|
|
2924
2959
|
| "dentistry"
|
|
2925
2960
|
| "departure_board"
|
|
2926
2961
|
| "deployed_code"
|
|
2962
|
+
| "deployed_code_alert"
|
|
2963
|
+
| "deployed_code_history"
|
|
2964
|
+
| "deployed_code_update"
|
|
2927
2965
|
| "dermatology"
|
|
2928
2966
|
| "description"
|
|
2929
2967
|
| "deselect"
|
|
@@ -2933,6 +2971,7 @@ export type MaterialSymbolName =
|
|
|
2933
2971
|
| "desktop_access_disabled"
|
|
2934
2972
|
| "desktop_mac"
|
|
2935
2973
|
| "desktop_windows"
|
|
2974
|
+
| "destruction"
|
|
2936
2975
|
| "details"
|
|
2937
2976
|
| "detection_and_zone"
|
|
2938
2977
|
| "detector"
|
|
@@ -2944,7 +2983,9 @@ export type MaterialSymbolName =
|
|
|
2944
2983
|
| "detector_status"
|
|
2945
2984
|
| "developer_board"
|
|
2946
2985
|
| "developer_board_off"
|
|
2986
|
+
| "developer_guide"
|
|
2947
2987
|
| "developer_mode"
|
|
2988
|
+
| "developer_mode_tv"
|
|
2948
2989
|
| "device_hub"
|
|
2949
2990
|
| "device_reset"
|
|
2950
2991
|
| "device_thermostat"
|
|
@@ -2957,8 +2998,10 @@ export type MaterialSymbolName =
|
|
|
2957
2998
|
| "dew_point"
|
|
2958
2999
|
| "diagnosis"
|
|
2959
3000
|
| "dialer_sip"
|
|
3001
|
+
| "dialogs"
|
|
2960
3002
|
| "dialpad"
|
|
2961
3003
|
| "diamond"
|
|
3004
|
+
| "dictionary"
|
|
2962
3005
|
| "difference"
|
|
2963
3006
|
| "digital_out_of_home"
|
|
2964
3007
|
| "dining"
|
|
@@ -2975,6 +3018,7 @@ export type MaterialSymbolName =
|
|
|
2975
3018
|
| "directions_run"
|
|
2976
3019
|
| "directions_subway"
|
|
2977
3020
|
| "directions_walk"
|
|
3021
|
+
| "directory_sync"
|
|
2978
3022
|
| "dirty_lens"
|
|
2979
3023
|
| "disabled_by_default"
|
|
2980
3024
|
| "disabled_visible"
|
|
@@ -3006,6 +3050,7 @@ export type MaterialSymbolName =
|
|
|
3006
3050
|
| "domain_disabled"
|
|
3007
3051
|
| "domain_verification"
|
|
3008
3052
|
| "domain_verification_off"
|
|
3053
|
+
| "domino_mask"
|
|
3009
3054
|
| "done"
|
|
3010
3055
|
| "done_all"
|
|
3011
3056
|
| "done_outline"
|
|
@@ -3038,6 +3083,7 @@ export type MaterialSymbolName =
|
|
|
3038
3083
|
| "dresser"
|
|
3039
3084
|
| "drive_file_move"
|
|
3040
3085
|
| "drive_folder_upload"
|
|
3086
|
+
| "dropdown"
|
|
3041
3087
|
| "dry"
|
|
3042
3088
|
| "dry_cleaning"
|
|
3043
3089
|
| "dual_screen"
|
|
@@ -3091,6 +3137,8 @@ export type MaterialSymbolName =
|
|
|
3091
3137
|
| "emergency_home"
|
|
3092
3138
|
| "emergency_recording"
|
|
3093
3139
|
| "emergency_share"
|
|
3140
|
+
| "emergency_share_off"
|
|
3141
|
+
| "emoji_events"
|
|
3094
3142
|
| "emoji_flags"
|
|
3095
3143
|
| "emoji_food_beverage"
|
|
3096
3144
|
| "emoji_nature"
|
|
@@ -3101,6 +3149,7 @@ export type MaterialSymbolName =
|
|
|
3101
3149
|
| "emoticon"
|
|
3102
3150
|
| "empty_dashboard"
|
|
3103
3151
|
| "enable"
|
|
3152
|
+
| "encrypted"
|
|
3104
3153
|
| "endocrinology"
|
|
3105
3154
|
| "energy_program_saving"
|
|
3106
3155
|
| "energy_program_time_used"
|
|
@@ -3119,6 +3168,8 @@ export type MaterialSymbolName =
|
|
|
3119
3168
|
| "ev_charger"
|
|
3120
3169
|
| "ev_mobiledata_badge"
|
|
3121
3170
|
| "ev_shadow"
|
|
3171
|
+
| "ev_shadow_add"
|
|
3172
|
+
| "ev_shadow_minus"
|
|
3122
3173
|
| "ev_station"
|
|
3123
3174
|
| "event"
|
|
3124
3175
|
| "event_available"
|
|
@@ -3132,7 +3183,10 @@ export type MaterialSymbolName =
|
|
|
3132
3183
|
| "exercise"
|
|
3133
3184
|
| "exit_to_app"
|
|
3134
3185
|
| "expand"
|
|
3186
|
+
| "expand_all"
|
|
3135
3187
|
| "expand_circle_down"
|
|
3188
|
+
| "expand_circle_right"
|
|
3189
|
+
| "expand_circle_up"
|
|
3136
3190
|
| "expand_content"
|
|
3137
3191
|
| "expand_less"
|
|
3138
3192
|
| "expand_more"
|
|
@@ -3156,22 +3210,26 @@ export type MaterialSymbolName =
|
|
|
3156
3210
|
| "face_4"
|
|
3157
3211
|
| "face_5"
|
|
3158
3212
|
| "face_6"
|
|
3159
|
-
| "face_retouching_natural"
|
|
3160
3213
|
| "face_retouching_off"
|
|
3161
3214
|
| "fact_check"
|
|
3162
3215
|
| "factory"
|
|
3216
|
+
| "falling"
|
|
3163
3217
|
| "familiar_face_and_zone"
|
|
3164
3218
|
| "family_history"
|
|
3219
|
+
| "family_link"
|
|
3165
3220
|
| "family_restroom"
|
|
3221
|
+
| "farsight_digital"
|
|
3166
3222
|
| "fast_forward"
|
|
3167
3223
|
| "fast_rewind"
|
|
3168
3224
|
| "fastfood"
|
|
3169
3225
|
| "faucet"
|
|
3170
3226
|
| "favorite"
|
|
3171
3227
|
| "fax"
|
|
3228
|
+
| "feature_search"
|
|
3172
3229
|
| "featured_play_list"
|
|
3173
3230
|
| "featured_video"
|
|
3174
3231
|
| "feed"
|
|
3232
|
+
| "feedback"
|
|
3175
3233
|
| "female"
|
|
3176
3234
|
| "femur"
|
|
3177
3235
|
| "femur_alt"
|
|
@@ -3212,6 +3270,7 @@ export type MaterialSymbolName =
|
|
|
3212
3270
|
| "filter_none"
|
|
3213
3271
|
| "filter_tilt_shift"
|
|
3214
3272
|
| "filter_vintage"
|
|
3273
|
+
| "finance"
|
|
3215
3274
|
| "finance_chip"
|
|
3216
3275
|
| "find_in_page"
|
|
3217
3276
|
| "find_replace"
|
|
@@ -3242,6 +3301,7 @@ export type MaterialSymbolName =
|
|
|
3242
3301
|
| "flight_class"
|
|
3243
3302
|
| "flight_land"
|
|
3244
3303
|
| "flight_takeoff"
|
|
3304
|
+
| "flightsmode"
|
|
3245
3305
|
| "flip"
|
|
3246
3306
|
| "flip_camera_android"
|
|
3247
3307
|
| "flip_camera_ios"
|
|
@@ -3255,11 +3315,14 @@ export type MaterialSymbolName =
|
|
|
3255
3315
|
| "fluid_balance"
|
|
3256
3316
|
| "fluid_med"
|
|
3257
3317
|
| "fluorescent"
|
|
3318
|
+
| "flutter"
|
|
3258
3319
|
| "flutter_dash"
|
|
3259
3320
|
| "fmd_bad"
|
|
3260
3321
|
| "foggy"
|
|
3322
|
+
| "folded_hands"
|
|
3261
3323
|
| "folder"
|
|
3262
3324
|
| "folder_copy"
|
|
3325
|
+
| "folder_data"
|
|
3263
3326
|
| "folder_delete"
|
|
3264
3327
|
| "folder_managed"
|
|
3265
3328
|
| "folder_off"
|
|
@@ -3300,6 +3363,10 @@ export type MaterialSymbolName =
|
|
|
3300
3363
|
| "format_ink_highlighter"
|
|
3301
3364
|
| "format_italic"
|
|
3302
3365
|
| "format_letter_spacing"
|
|
3366
|
+
| "format_letter_spacing_2"
|
|
3367
|
+
| "format_letter_spacing_standard"
|
|
3368
|
+
| "format_letter_spacing_wide"
|
|
3369
|
+
| "format_letter_spacing_wider"
|
|
3303
3370
|
| "format_line_spacing"
|
|
3304
3371
|
| "format_list_bulleted"
|
|
3305
3372
|
| "format_list_bulleted_add"
|
|
@@ -3339,6 +3406,8 @@ export type MaterialSymbolName =
|
|
|
3339
3406
|
| "free_cancellation"
|
|
3340
3407
|
| "front_hand"
|
|
3341
3408
|
| "front_loader"
|
|
3409
|
+
| "full_coverage"
|
|
3410
|
+
| "full_hd"
|
|
3342
3411
|
| "full_stacked_bar_chart"
|
|
3343
3412
|
| "fullscreen"
|
|
3344
3413
|
| "fullscreen_exit"
|
|
@@ -3346,6 +3415,7 @@ export type MaterialSymbolName =
|
|
|
3346
3415
|
| "functions"
|
|
3347
3416
|
| "g_mobiledata"
|
|
3348
3417
|
| "g_mobiledata_badge"
|
|
3418
|
+
| "g_translate"
|
|
3349
3419
|
| "gallery_thumbnail"
|
|
3350
3420
|
| "gamepad"
|
|
3351
3421
|
| "garage"
|
|
@@ -3355,8 +3425,8 @@ export type MaterialSymbolName =
|
|
|
3355
3425
|
| "gastroenterology"
|
|
3356
3426
|
| "gate"
|
|
3357
3427
|
| "gavel"
|
|
3358
|
-
| "generating_tokens"
|
|
3359
3428
|
| "genetics"
|
|
3429
|
+
| "genres"
|
|
3360
3430
|
| "gesture"
|
|
3361
3431
|
| "gesture_select"
|
|
3362
3432
|
| "gif"
|
|
@@ -3364,12 +3434,14 @@ export type MaterialSymbolName =
|
|
|
3364
3434
|
| "girl"
|
|
3365
3435
|
| "gite"
|
|
3366
3436
|
| "glass_cup"
|
|
3437
|
+
| "globe"
|
|
3367
3438
|
| "globe_asia"
|
|
3368
3439
|
| "globe_uk"
|
|
3369
3440
|
| "glucose"
|
|
3370
3441
|
| "glyphs"
|
|
3371
3442
|
| "go_to_line"
|
|
3372
3443
|
| "golf_course"
|
|
3444
|
+
| "google_tv_remote"
|
|
3373
3445
|
| "google_wifi"
|
|
3374
3446
|
| "gpp_bad"
|
|
3375
3447
|
| "gpp_maybe"
|
|
@@ -3402,10 +3474,13 @@ export type MaterialSymbolName =
|
|
|
3402
3474
|
| "h_plus_mobiledata"
|
|
3403
3475
|
| "h_plus_mobiledata_badge"
|
|
3404
3476
|
| "hail"
|
|
3477
|
+
| "hallway"
|
|
3405
3478
|
| "hand_bones"
|
|
3406
3479
|
| "hand_gesture"
|
|
3407
3480
|
| "handshake"
|
|
3408
3481
|
| "handyman"
|
|
3482
|
+
| "hangout_video"
|
|
3483
|
+
| "hangout_video_off"
|
|
3409
3484
|
| "hard_drive"
|
|
3410
3485
|
| "hard_drive_2"
|
|
3411
3486
|
| "hardware"
|
|
@@ -3433,11 +3508,14 @@ export type MaterialSymbolName =
|
|
|
3433
3508
|
| "hearing"
|
|
3434
3509
|
| "hearing_disabled"
|
|
3435
3510
|
| "heart_broken"
|
|
3511
|
+
| "heart_check"
|
|
3436
3512
|
| "heart_minus"
|
|
3437
3513
|
| "heart_plus"
|
|
3514
|
+
| "heat"
|
|
3438
3515
|
| "heat_pump"
|
|
3439
3516
|
| "heat_pump_balance"
|
|
3440
3517
|
| "height"
|
|
3518
|
+
| "helicopter"
|
|
3441
3519
|
| "help"
|
|
3442
3520
|
| "help_center"
|
|
3443
3521
|
| "help_clinic"
|
|
@@ -3449,6 +3527,7 @@ export type MaterialSymbolName =
|
|
|
3449
3527
|
| "hide_source"
|
|
3450
3528
|
| "high_density"
|
|
3451
3529
|
| "high_quality"
|
|
3530
|
+
| "high_res"
|
|
3452
3531
|
| "highlight"
|
|
3453
3532
|
| "highlighter_size_1"
|
|
3454
3533
|
| "highlighter_size_2"
|
|
@@ -3481,10 +3560,10 @@ export type MaterialSymbolName =
|
|
|
3481
3560
|
| "hot_tub"
|
|
3482
3561
|
| "hotel"
|
|
3483
3562
|
| "hotel_class"
|
|
3563
|
+
| "hourglass"
|
|
3484
3564
|
| "hourglass_bottom"
|
|
3485
3565
|
| "hourglass_disabled"
|
|
3486
3566
|
| "hourglass_empty"
|
|
3487
|
-
| "hourglass_full"
|
|
3488
3567
|
| "hourglass_top"
|
|
3489
3568
|
| "house"
|
|
3490
3569
|
| "house_siding"
|
|
@@ -3499,12 +3578,14 @@ export type MaterialSymbolName =
|
|
|
3499
3578
|
| "humerus"
|
|
3500
3579
|
| "humerus_alt"
|
|
3501
3580
|
| "humidity_high"
|
|
3581
|
+
| "humidity_indoor"
|
|
3502
3582
|
| "humidity_low"
|
|
3503
3583
|
| "humidity_mid"
|
|
3504
3584
|
| "humidity_percentage"
|
|
3505
3585
|
| "hvac"
|
|
3506
3586
|
| "ice_skating"
|
|
3507
3587
|
| "icecream"
|
|
3588
|
+
| "ifl"
|
|
3508
3589
|
| "iframe"
|
|
3509
3590
|
| "iframe_off"
|
|
3510
3591
|
| "image"
|
|
@@ -3522,17 +3603,24 @@ export type MaterialSymbolName =
|
|
|
3522
3603
|
| "inbox_customize"
|
|
3523
3604
|
| "incomplete_circle"
|
|
3524
3605
|
| "indeterminate_check_box"
|
|
3606
|
+
| "indeterminate_question_box"
|
|
3525
3607
|
| "info"
|
|
3608
|
+
| "info_i"
|
|
3526
3609
|
| "infrared"
|
|
3610
|
+
| "ink_eraser"
|
|
3611
|
+
| "ink_eraser_off"
|
|
3612
|
+
| "ink_highlighter"
|
|
3613
|
+
| "ink_marker"
|
|
3614
|
+
| "ink_pen"
|
|
3527
3615
|
| "inpatient"
|
|
3528
3616
|
| "input"
|
|
3529
3617
|
| "input_circle"
|
|
3530
3618
|
| "insert_chart"
|
|
3531
3619
|
| "insert_page_break"
|
|
3532
3620
|
| "insert_text"
|
|
3533
|
-
| "insights"
|
|
3534
3621
|
| "install_desktop"
|
|
3535
3622
|
| "install_mobile"
|
|
3623
|
+
| "instant_mix"
|
|
3536
3624
|
| "integration_instructions"
|
|
3537
3625
|
| "interactive_space"
|
|
3538
3626
|
| "interests"
|
|
@@ -3543,12 +3631,13 @@ export type MaterialSymbolName =
|
|
|
3543
3631
|
| "invert_colors_off"
|
|
3544
3632
|
| "ios_share"
|
|
3545
3633
|
| "iron"
|
|
3634
|
+
| "jamboard_kiosk"
|
|
3546
3635
|
| "javascript"
|
|
3547
3636
|
| "join"
|
|
3548
|
-
| "join_full"
|
|
3549
3637
|
| "join_inner"
|
|
3550
3638
|
| "join_left"
|
|
3551
3639
|
| "join_right"
|
|
3640
|
+
| "joystick"
|
|
3552
3641
|
| "jump_to_element"
|
|
3553
3642
|
| "kayaking"
|
|
3554
3643
|
| "kebab_dining"
|
|
@@ -3608,6 +3697,7 @@ export type MaterialSymbolName =
|
|
|
3608
3697
|
| "language_international"
|
|
3609
3698
|
| "language_korean_latin"
|
|
3610
3699
|
| "language_pinyin"
|
|
3700
|
+
| "language_spanish"
|
|
3611
3701
|
| "language_us"
|
|
3612
3702
|
| "language_us_colemak"
|
|
3613
3703
|
| "language_us_dvorak"
|
|
@@ -3615,8 +3705,8 @@ export type MaterialSymbolName =
|
|
|
3615
3705
|
| "laptop_chromebook"
|
|
3616
3706
|
| "laptop_mac"
|
|
3617
3707
|
| "laptop_windows"
|
|
3708
|
+
| "lasso_select"
|
|
3618
3709
|
| "last_page"
|
|
3619
|
-
| "launcher_assistant_on"
|
|
3620
3710
|
| "laundry"
|
|
3621
3711
|
| "layers"
|
|
3622
3712
|
| "layers_clear"
|
|
@@ -3661,10 +3751,12 @@ export type MaterialSymbolName =
|
|
|
3661
3751
|
| "link"
|
|
3662
3752
|
| "link_off"
|
|
3663
3753
|
| "linked_camera"
|
|
3754
|
+
| "linked_services"
|
|
3664
3755
|
| "liquor"
|
|
3665
3756
|
| "list"
|
|
3666
3757
|
| "list_alt"
|
|
3667
3758
|
| "list_alt_add"
|
|
3759
|
+
| "lists"
|
|
3668
3760
|
| "live_help"
|
|
3669
3761
|
| "live_tv"
|
|
3670
3762
|
| "living"
|
|
@@ -3691,7 +3783,6 @@ export type MaterialSymbolName =
|
|
|
3691
3783
|
| "local_see"
|
|
3692
3784
|
| "local_shipping"
|
|
3693
3785
|
| "local_taxi"
|
|
3694
|
-
| "location_automation"
|
|
3695
3786
|
| "location_away"
|
|
3696
3787
|
| "location_chip"
|
|
3697
3788
|
| "location_city"
|
|
@@ -3729,9 +3820,6 @@ export type MaterialSymbolName =
|
|
|
3729
3820
|
| "lyrics"
|
|
3730
3821
|
| "macro_auto"
|
|
3731
3822
|
| "macro_off"
|
|
3732
|
-
| "magic_button"
|
|
3733
|
-
| "magic_exchange"
|
|
3734
|
-
| "magic_tether"
|
|
3735
3823
|
| "magnification_large"
|
|
3736
3824
|
| "magnification_small"
|
|
3737
3825
|
| "magnify_docked"
|
|
@@ -3746,6 +3834,7 @@ export type MaterialSymbolName =
|
|
|
3746
3834
|
| "manage_accounts"
|
|
3747
3835
|
| "manage_history"
|
|
3748
3836
|
| "manage_search"
|
|
3837
|
+
| "manga"
|
|
3749
3838
|
| "map"
|
|
3750
3839
|
| "maps_ugc"
|
|
3751
3840
|
| "margin"
|
|
@@ -3755,7 +3844,11 @@ export type MaterialSymbolName =
|
|
|
3755
3844
|
| "mark_email_read"
|
|
3756
3845
|
| "mark_email_unread"
|
|
3757
3846
|
| "mark_unread_chat_alt"
|
|
3847
|
+
| "markdown"
|
|
3848
|
+
| "markdown_copy"
|
|
3849
|
+
| "markdown_paste"
|
|
3758
3850
|
| "markunread_mailbox"
|
|
3851
|
+
| "masked_transitions"
|
|
3759
3852
|
| "masks"
|
|
3760
3853
|
| "match_case"
|
|
3761
3854
|
| "match_word"
|
|
@@ -3783,6 +3876,7 @@ export type MaterialSymbolName =
|
|
|
3783
3876
|
| "metabolism"
|
|
3784
3877
|
| "mfg_nest_yale_lock"
|
|
3785
3878
|
| "mic"
|
|
3879
|
+
| "mic_double"
|
|
3786
3880
|
| "mic_external_off"
|
|
3787
3881
|
| "mic_external_on"
|
|
3788
3882
|
| "mic_off"
|
|
@@ -3790,10 +3884,14 @@ export type MaterialSymbolName =
|
|
|
3790
3884
|
| "microwave"
|
|
3791
3885
|
| "microwave_gen"
|
|
3792
3886
|
| "military_tech"
|
|
3887
|
+
| "mimo"
|
|
3888
|
+
| "mimo_disconnect"
|
|
3793
3889
|
| "mindfulness"
|
|
3794
3890
|
| "minimize"
|
|
3795
3891
|
| "minor_crash"
|
|
3796
3892
|
| "missed_video_call"
|
|
3893
|
+
| "mist"
|
|
3894
|
+
| "mitre"
|
|
3797
3895
|
| "mixture_med"
|
|
3798
3896
|
| "mms"
|
|
3799
3897
|
| "mobile_friendly"
|
|
@@ -3803,6 +3901,7 @@ export type MaterialSymbolName =
|
|
|
3803
3901
|
| "mode_comment"
|
|
3804
3902
|
| "mode_cool"
|
|
3805
3903
|
| "mode_cool_off"
|
|
3904
|
+
| "mode_dual"
|
|
3806
3905
|
| "mode_fan"
|
|
3807
3906
|
| "mode_fan_off"
|
|
3808
3907
|
| "mode_heat"
|
|
@@ -3837,16 +3936,19 @@ export type MaterialSymbolName =
|
|
|
3837
3936
|
| "motion_mode"
|
|
3838
3937
|
| "motion_photos_auto"
|
|
3839
3938
|
| "motion_photos_off"
|
|
3939
|
+
| "motion_photos_on"
|
|
3840
3940
|
| "motion_photos_paused"
|
|
3841
3941
|
| "motion_sensor_active"
|
|
3842
3942
|
| "motion_sensor_alert"
|
|
3843
3943
|
| "motion_sensor_idle"
|
|
3844
3944
|
| "motion_sensor_urgent"
|
|
3845
3945
|
| "motorcycle"
|
|
3946
|
+
| "mountain_flag"
|
|
3846
3947
|
| "mouse"
|
|
3847
3948
|
| "move"
|
|
3848
3949
|
| "move_down"
|
|
3849
3950
|
| "move_group"
|
|
3951
|
+
| "move_item"
|
|
3850
3952
|
| "move_location"
|
|
3851
3953
|
| "move_selection_down"
|
|
3852
3954
|
| "move_selection_left"
|
|
@@ -3854,9 +3956,10 @@ export type MaterialSymbolName =
|
|
|
3854
3956
|
| "move_selection_up"
|
|
3855
3957
|
| "move_to_inbox"
|
|
3856
3958
|
| "move_up"
|
|
3959
|
+
| "moved_location"
|
|
3857
3960
|
| "movie"
|
|
3858
3961
|
| "movie_edit"
|
|
3859
|
-
| "
|
|
3962
|
+
| "movie_info"
|
|
3860
3963
|
| "moving"
|
|
3861
3964
|
| "moving_beds"
|
|
3862
3965
|
| "moving_ministry"
|
|
@@ -3869,6 +3972,7 @@ export type MaterialSymbolName =
|
|
|
3869
3972
|
| "music_off"
|
|
3870
3973
|
| "music_video"
|
|
3871
3974
|
| "my_location"
|
|
3975
|
+
| "mystery"
|
|
3872
3976
|
| "nat"
|
|
3873
3977
|
| "nature"
|
|
3874
3978
|
| "nature_people"
|
|
@@ -3877,6 +3981,7 @@ export type MaterialSymbolName =
|
|
|
3877
3981
|
| "navigation"
|
|
3878
3982
|
| "near_me"
|
|
3879
3983
|
| "near_me_disabled"
|
|
3984
|
+
| "nearby"
|
|
3880
3985
|
| "nearby_error"
|
|
3881
3986
|
| "nearby_off"
|
|
3882
3987
|
| "nephrology"
|
|
@@ -3900,17 +4005,19 @@ export type MaterialSymbolName =
|
|
|
3900
4005
|
| "nest_eco_leaf"
|
|
3901
4006
|
| "nest_farsight_weather"
|
|
3902
4007
|
| "nest_found_savings"
|
|
4008
|
+
| "nest_gale_wifi"
|
|
3903
4009
|
| "nest_heat_link_e"
|
|
3904
4010
|
| "nest_heat_link_gen_3"
|
|
3905
4011
|
| "nest_hello_doorbell"
|
|
3906
|
-
| "nest_locator_tag"
|
|
3907
4012
|
| "nest_mini"
|
|
3908
4013
|
| "nest_multi_room"
|
|
4014
|
+
| "nest_protect"
|
|
3909
4015
|
| "nest_remote"
|
|
3910
4016
|
| "nest_remote_comfort_sensor"
|
|
3911
4017
|
| "nest_secure_alarm"
|
|
3912
4018
|
| "nest_sunblock"
|
|
3913
4019
|
| "nest_tag"
|
|
4020
|
+
| "nest_thermostat"
|
|
3914
4021
|
| "nest_thermostat_e_eu"
|
|
3915
4022
|
| "nest_thermostat_gen_3"
|
|
3916
4023
|
| "nest_thermostat_sensor"
|
|
@@ -3919,24 +4026,31 @@ export type MaterialSymbolName =
|
|
|
3919
4026
|
| "nest_true_radiant"
|
|
3920
4027
|
| "nest_wake_on_approach"
|
|
3921
4028
|
| "nest_wake_on_press"
|
|
3922
|
-
| "nest_wifi_gale"
|
|
3923
|
-
| "nest_wifi_mistral"
|
|
3924
4029
|
| "nest_wifi_point"
|
|
3925
|
-
| "
|
|
4030
|
+
| "nest_wifi_pro"
|
|
4031
|
+
| "nest_wifi_pro_2"
|
|
3926
4032
|
| "nest_wifi_router"
|
|
3927
4033
|
| "network_cell"
|
|
3928
4034
|
| "network_check"
|
|
4035
|
+
| "network_intelligence_history"
|
|
4036
|
+
| "network_intelligence_update"
|
|
3929
4037
|
| "network_locked"
|
|
3930
4038
|
| "network_manage"
|
|
4039
|
+
| "network_node"
|
|
3931
4040
|
| "network_ping"
|
|
3932
4041
|
| "network_wifi"
|
|
3933
4042
|
| "network_wifi_1_bar"
|
|
4043
|
+
| "network_wifi_1_bar_locked"
|
|
3934
4044
|
| "network_wifi_2_bar"
|
|
4045
|
+
| "network_wifi_2_bar_locked"
|
|
3935
4046
|
| "network_wifi_3_bar"
|
|
4047
|
+
| "network_wifi_3_bar_locked"
|
|
3936
4048
|
| "neurology"
|
|
3937
4049
|
| "new_label"
|
|
3938
4050
|
| "new_releases"
|
|
3939
4051
|
| "new_window"
|
|
4052
|
+
| "news"
|
|
4053
|
+
| "newsmode"
|
|
3940
4054
|
| "newspaper"
|
|
3941
4055
|
| "next_plan"
|
|
3942
4056
|
| "next_week"
|
|
@@ -3947,7 +4061,6 @@ export type MaterialSymbolName =
|
|
|
3947
4061
|
| "night_sight_max"
|
|
3948
4062
|
| "nightlife"
|
|
3949
4063
|
| "nightlight"
|
|
3950
|
-
| "nightlight_off"
|
|
3951
4064
|
| "nights_stay"
|
|
3952
4065
|
| "no_accounts"
|
|
3953
4066
|
| "no_adult_content"
|
|
@@ -3962,6 +4075,7 @@ export type MaterialSymbolName =
|
|
|
3962
4075
|
| "no_meeting_room"
|
|
3963
4076
|
| "no_photography"
|
|
3964
4077
|
| "no_sim"
|
|
4078
|
+
| "no_sound"
|
|
3965
4079
|
| "no_stroller"
|
|
3966
4080
|
| "no_transfer"
|
|
3967
4081
|
| "noise_aware"
|
|
@@ -3972,20 +4086,26 @@ export type MaterialSymbolName =
|
|
|
3972
4086
|
| "north_east"
|
|
3973
4087
|
| "north_west"
|
|
3974
4088
|
| "not_accessible"
|
|
4089
|
+
| "not_accessible_forward"
|
|
3975
4090
|
| "not_listed_location"
|
|
3976
4091
|
| "not_started"
|
|
3977
4092
|
| "note"
|
|
3978
4093
|
| "note_add"
|
|
3979
4094
|
| "note_alt"
|
|
4095
|
+
| "note_stack"
|
|
4096
|
+
| "note_stack_add"
|
|
3980
4097
|
| "notes"
|
|
3981
4098
|
| "notification_add"
|
|
3982
4099
|
| "notification_important"
|
|
4100
|
+
| "notification_multiple"
|
|
3983
4101
|
| "notifications"
|
|
3984
4102
|
| "notifications_active"
|
|
3985
4103
|
| "notifications_off"
|
|
3986
4104
|
| "notifications_paused"
|
|
3987
4105
|
| "numbers"
|
|
3988
4106
|
| "nutrition"
|
|
4107
|
+
| "ods"
|
|
4108
|
+
| "odt"
|
|
3989
4109
|
| "offline_bolt"
|
|
3990
4110
|
| "offline_pin"
|
|
3991
4111
|
| "offline_share"
|
|
@@ -4000,6 +4120,8 @@ export type MaterialSymbolName =
|
|
|
4000
4120
|
| "open_in_new"
|
|
4001
4121
|
| "open_in_new_down"
|
|
4002
4122
|
| "open_in_new_off"
|
|
4123
|
+
| "open_in_phone"
|
|
4124
|
+
| "open_jam"
|
|
4003
4125
|
| "open_with"
|
|
4004
4126
|
| "ophthalmology"
|
|
4005
4127
|
| "oral_disease"
|
|
@@ -4010,6 +4132,7 @@ export type MaterialSymbolName =
|
|
|
4010
4132
|
| "other_houses"
|
|
4011
4133
|
| "outbound"
|
|
4012
4134
|
| "outbox"
|
|
4135
|
+
| "outbox_alt"
|
|
4013
4136
|
| "outdoor_garden"
|
|
4014
4137
|
| "outdoor_grill"
|
|
4015
4138
|
| "outgoing_mail"
|
|
@@ -4025,7 +4148,10 @@ export type MaterialSymbolName =
|
|
|
4025
4148
|
| "pace"
|
|
4026
4149
|
| "pacemaker"
|
|
4027
4150
|
| "package"
|
|
4151
|
+
| "package_2"
|
|
4028
4152
|
| "padding"
|
|
4153
|
+
| "page_control"
|
|
4154
|
+
| "page_info"
|
|
4029
4155
|
| "pages"
|
|
4030
4156
|
| "pageview"
|
|
4031
4157
|
| "paid"
|
|
@@ -4045,7 +4171,9 @@ export type MaterialSymbolName =
|
|
|
4045
4171
|
| "partly_cloudy_day"
|
|
4046
4172
|
| "partly_cloudy_night"
|
|
4047
4173
|
| "partner_exchange"
|
|
4174
|
+
| "partner_reports"
|
|
4048
4175
|
| "party_mode"
|
|
4176
|
+
| "passkey"
|
|
4049
4177
|
| "password"
|
|
4050
4178
|
| "patient_list"
|
|
4051
4179
|
| "pattern"
|
|
@@ -4078,16 +4206,23 @@ export type MaterialSymbolName =
|
|
|
4078
4206
|
| "person_4"
|
|
4079
4207
|
| "person_add"
|
|
4080
4208
|
| "person_add_disabled"
|
|
4209
|
+
| "person_alert"
|
|
4210
|
+
| "person_apron"
|
|
4211
|
+
| "person_book"
|
|
4212
|
+
| "person_cancel"
|
|
4081
4213
|
| "person_celebrate"
|
|
4214
|
+
| "person_check"
|
|
4082
4215
|
| "person_off"
|
|
4083
4216
|
| "person_pin"
|
|
4084
4217
|
| "person_pin_circle"
|
|
4085
4218
|
| "person_play"
|
|
4219
|
+
| "person_raised_hand"
|
|
4086
4220
|
| "person_remove"
|
|
4087
4221
|
| "person_search"
|
|
4088
4222
|
| "personal_injury"
|
|
4089
4223
|
| "pest_control"
|
|
4090
4224
|
| "pest_control_rodent"
|
|
4225
|
+
| "pet_supplies"
|
|
4091
4226
|
| "pets"
|
|
4092
4227
|
| "phishing"
|
|
4093
4228
|
| "phone_android"
|
|
@@ -4112,9 +4247,9 @@ export type MaterialSymbolName =
|
|
|
4112
4247
|
| "photo_camera"
|
|
4113
4248
|
| "photo_camera_back"
|
|
4114
4249
|
| "photo_camera_front"
|
|
4115
|
-
| "photo_filter"
|
|
4116
4250
|
| "photo_frame"
|
|
4117
4251
|
| "photo_library"
|
|
4252
|
+
| "photo_prints"
|
|
4118
4253
|
| "photo_size_select_large"
|
|
4119
4254
|
| "photo_size_select_small"
|
|
4120
4255
|
| "php"
|
|
@@ -4124,6 +4259,10 @@ export type MaterialSymbolName =
|
|
|
4124
4259
|
| "picture_as_pdf"
|
|
4125
4260
|
| "picture_in_picture"
|
|
4126
4261
|
| "picture_in_picture_alt"
|
|
4262
|
+
| "picture_in_picture_center"
|
|
4263
|
+
| "picture_in_picture_large"
|
|
4264
|
+
| "picture_in_picture_medium"
|
|
4265
|
+
| "picture_in_picture_small"
|
|
4127
4266
|
| "pie_chart"
|
|
4128
4267
|
| "pill"
|
|
4129
4268
|
| "pill_off"
|
|
@@ -4139,6 +4278,7 @@ export type MaterialSymbolName =
|
|
|
4139
4278
|
| "pivot_table_chart"
|
|
4140
4279
|
| "place_item"
|
|
4141
4280
|
| "plagiarism"
|
|
4281
|
+
| "planner_banner_ad_pt"
|
|
4142
4282
|
| "play_arrow"
|
|
4143
4283
|
| "play_circle"
|
|
4144
4284
|
| "play_disabled"
|
|
@@ -4146,6 +4286,7 @@ export type MaterialSymbolName =
|
|
|
4146
4286
|
| "play_lesson"
|
|
4147
4287
|
| "play_pause"
|
|
4148
4288
|
| "play_shapes"
|
|
4289
|
+
| "playing_cards"
|
|
4149
4290
|
| "playlist_add"
|
|
4150
4291
|
| "playlist_add_check"
|
|
4151
4292
|
| "playlist_add_check_circle"
|
|
@@ -4166,15 +4307,16 @@ export type MaterialSymbolName =
|
|
|
4166
4307
|
| "position_bottom_left"
|
|
4167
4308
|
| "position_bottom_right"
|
|
4168
4309
|
| "position_top_right"
|
|
4310
|
+
| "post"
|
|
4169
4311
|
| "post_add"
|
|
4170
4312
|
| "potted_plant"
|
|
4171
4313
|
| "power"
|
|
4172
4314
|
| "power_input"
|
|
4173
4315
|
| "power_off"
|
|
4174
|
-
| "power_rounded"
|
|
4175
4316
|
| "power_settings_new"
|
|
4176
4317
|
| "prayer_times"
|
|
4177
4318
|
| "precision_manufacturing"
|
|
4319
|
+
| "pregnancy"
|
|
4178
4320
|
| "pregnant_woman"
|
|
4179
4321
|
| "preliminary"
|
|
4180
4322
|
| "prescriptions"
|
|
@@ -4199,6 +4341,7 @@ export type MaterialSymbolName =
|
|
|
4199
4341
|
| "process_chart"
|
|
4200
4342
|
| "production_quantity_limits"
|
|
4201
4343
|
| "productivity"
|
|
4344
|
+
| "progress_activity"
|
|
4202
4345
|
| "propane"
|
|
4203
4346
|
| "propane_tank"
|
|
4204
4347
|
| "psychiatry"
|
|
@@ -4231,15 +4374,20 @@ export type MaterialSymbolName =
|
|
|
4231
4374
|
| "radar"
|
|
4232
4375
|
| "radio"
|
|
4233
4376
|
| "radio_button_checked"
|
|
4377
|
+
| "radio_button_partial"
|
|
4234
4378
|
| "radio_button_unchecked"
|
|
4235
4379
|
| "radiology"
|
|
4236
4380
|
| "railway_alert"
|
|
4237
4381
|
| "rainy"
|
|
4382
|
+
| "rainy_heavy"
|
|
4383
|
+
| "rainy_light"
|
|
4384
|
+
| "rainy_snow"
|
|
4238
4385
|
| "ramen_dining"
|
|
4239
4386
|
| "ramp_left"
|
|
4240
4387
|
| "ramp_right"
|
|
4241
4388
|
| "range_hood"
|
|
4242
4389
|
| "rate_review"
|
|
4390
|
+
| "raven"
|
|
4243
4391
|
| "raw_off"
|
|
4244
4392
|
| "raw_on"
|
|
4245
4393
|
| "read_more"
|
|
@@ -4264,12 +4412,14 @@ export type MaterialSymbolName =
|
|
|
4264
4412
|
| "relax"
|
|
4265
4413
|
| "release_alert"
|
|
4266
4414
|
| "remember_me"
|
|
4415
|
+
| "reminder"
|
|
4267
4416
|
| "remote_gen"
|
|
4268
4417
|
| "remove"
|
|
4269
4418
|
| "remove_done"
|
|
4270
4419
|
| "remove_from_queue"
|
|
4271
4420
|
| "remove_moderator"
|
|
4272
4421
|
| "remove_road"
|
|
4422
|
+
| "remove_selection"
|
|
4273
4423
|
| "remove_shopping_cart"
|
|
4274
4424
|
| "reopen_window"
|
|
4275
4425
|
| "reorder"
|
|
@@ -4290,6 +4440,7 @@ export type MaterialSymbolName =
|
|
|
4290
4440
|
| "request_quote"
|
|
4291
4441
|
| "reset_image"
|
|
4292
4442
|
| "reset_tv"
|
|
4443
|
+
| "reset_wrench"
|
|
4293
4444
|
| "resize"
|
|
4294
4445
|
| "respiratory_rate"
|
|
4295
4446
|
| "restart_alt"
|
|
@@ -4299,6 +4450,7 @@ export type MaterialSymbolName =
|
|
|
4299
4450
|
| "restore_page"
|
|
4300
4451
|
| "resume"
|
|
4301
4452
|
| "reviews"
|
|
4453
|
+
| "rewarded_ads"
|
|
4302
4454
|
| "rheumatology"
|
|
4303
4455
|
| "rib_cage"
|
|
4304
4456
|
| "rice_bowl"
|
|
@@ -4306,7 +4458,9 @@ export type MaterialSymbolName =
|
|
|
4306
4458
|
| "right_panel_close"
|
|
4307
4459
|
| "right_panel_open"
|
|
4308
4460
|
| "ring_volume"
|
|
4461
|
+
| "ripples"
|
|
4309
4462
|
| "robot"
|
|
4463
|
+
| "robot_2"
|
|
4310
4464
|
| "rocket"
|
|
4311
4465
|
| "rocket_launch"
|
|
4312
4466
|
| "roller_shades"
|
|
@@ -4336,6 +4490,7 @@ export type MaterialSymbolName =
|
|
|
4336
4490
|
| "running_with_errors"
|
|
4337
4491
|
| "rv_hookup"
|
|
4338
4492
|
| "safety_check"
|
|
4493
|
+
| "safety_check_off"
|
|
4339
4494
|
| "safety_divider"
|
|
4340
4495
|
| "sailing"
|
|
4341
4496
|
| "salinity"
|
|
@@ -4358,6 +4513,7 @@ export type MaterialSymbolName =
|
|
|
4358
4513
|
| "schema"
|
|
4359
4514
|
| "school"
|
|
4360
4515
|
| "science"
|
|
4516
|
+
| "science_off"
|
|
4361
4517
|
| "score"
|
|
4362
4518
|
| "scoreboard"
|
|
4363
4519
|
| "screen_lock_landscape"
|
|
@@ -4375,6 +4531,7 @@ export type MaterialSymbolName =
|
|
|
4375
4531
|
| "screenshot_monitor"
|
|
4376
4532
|
| "screenshot_region"
|
|
4377
4533
|
| "screenshot_tablet"
|
|
4534
|
+
| "scrollable_header"
|
|
4378
4535
|
| "scuba_diving"
|
|
4379
4536
|
| "sd"
|
|
4380
4537
|
| "sd_card"
|
|
@@ -4390,17 +4547,21 @@ export type MaterialSymbolName =
|
|
|
4390
4547
|
| "select_all"
|
|
4391
4548
|
| "select_check_box"
|
|
4392
4549
|
| "select_to_speak"
|
|
4550
|
+
| "select_window"
|
|
4551
|
+
| "select_window_off"
|
|
4393
4552
|
| "self_care"
|
|
4394
4553
|
| "self_improvement"
|
|
4395
4554
|
| "sell"
|
|
4396
4555
|
| "send"
|
|
4397
4556
|
| "send_and_archive"
|
|
4557
|
+
| "send_money"
|
|
4398
4558
|
| "send_time_extension"
|
|
4399
4559
|
| "send_to_mobile"
|
|
4400
4560
|
| "sensor_door"
|
|
4401
4561
|
| "sensor_occupied"
|
|
4402
4562
|
| "sensor_window"
|
|
4403
4563
|
| "sensors"
|
|
4564
|
+
| "sensors_krx"
|
|
4404
4565
|
| "sensors_off"
|
|
4405
4566
|
| "sentiment_calm"
|
|
4406
4567
|
| "sentiment_content"
|
|
@@ -4421,10 +4582,12 @@ export type MaterialSymbolName =
|
|
|
4421
4582
|
| "settings_account_box"
|
|
4422
4583
|
| "settings_alert"
|
|
4423
4584
|
| "settings_applications"
|
|
4585
|
+
| "settings_b_roll"
|
|
4424
4586
|
| "settings_backup_restore"
|
|
4425
4587
|
| "settings_bluetooth"
|
|
4426
4588
|
| "settings_brightness"
|
|
4427
4589
|
| "settings_cell"
|
|
4590
|
+
| "settings_cinematic_blur"
|
|
4428
4591
|
| "settings_ethernet"
|
|
4429
4592
|
| "settings_input_antenna"
|
|
4430
4593
|
| "settings_input_component"
|
|
@@ -4438,23 +4601,30 @@ export type MaterialSymbolName =
|
|
|
4438
4601
|
| "settings_photo_camera"
|
|
4439
4602
|
| "settings_power"
|
|
4440
4603
|
| "settings_remote"
|
|
4441
|
-
| "
|
|
4604
|
+
| "settings_slow_motion"
|
|
4442
4605
|
| "settings_system_daydream"
|
|
4606
|
+
| "settings_timelapse"
|
|
4607
|
+
| "settings_video_camera"
|
|
4443
4608
|
| "settings_voice"
|
|
4444
4609
|
| "settop_component"
|
|
4445
4610
|
| "severe_cold"
|
|
4611
|
+
| "shadow"
|
|
4612
|
+
| "shadow_add"
|
|
4613
|
+
| "shadow_minus"
|
|
4446
4614
|
| "shape_line"
|
|
4447
4615
|
| "shapes"
|
|
4448
4616
|
| "share"
|
|
4449
4617
|
| "share_location"
|
|
4450
4618
|
| "share_off"
|
|
4451
4619
|
| "share_reviews"
|
|
4620
|
+
| "share_windows"
|
|
4452
4621
|
| "sheets_rtl"
|
|
4453
4622
|
| "shelf_auto_hide"
|
|
4454
4623
|
| "shelf_position"
|
|
4455
4624
|
| "shelves"
|
|
4456
4625
|
| "shield"
|
|
4457
4626
|
| "shield_lock"
|
|
4627
|
+
| "shield_locked"
|
|
4458
4628
|
| "shield_moon"
|
|
4459
4629
|
| "shield_person"
|
|
4460
4630
|
| "shield_with_heart"
|
|
@@ -4474,7 +4644,10 @@ export type MaterialSymbolName =
|
|
|
4474
4644
|
| "shuffle"
|
|
4475
4645
|
| "shuffle_on"
|
|
4476
4646
|
| "shutter_speed"
|
|
4647
|
+
| "shutter_speed_add"
|
|
4648
|
+
| "shutter_speed_minus"
|
|
4477
4649
|
| "sick"
|
|
4650
|
+
| "side_navigation"
|
|
4478
4651
|
| "sign_language"
|
|
4479
4652
|
| "signal_cellular_0_bar"
|
|
4480
4653
|
| "signal_cellular_1_bar"
|
|
@@ -4490,6 +4663,7 @@ export type MaterialSymbolName =
|
|
|
4490
4663
|
| "signal_cellular_nodata"
|
|
4491
4664
|
| "signal_cellular_null"
|
|
4492
4665
|
| "signal_cellular_off"
|
|
4666
|
+
| "signal_cellular_pause"
|
|
4493
4667
|
| "signal_disconnected"
|
|
4494
4668
|
| "signal_wifi_0_bar"
|
|
4495
4669
|
| "signal_wifi_4_bar"
|
|
@@ -4505,16 +4679,17 @@ export type MaterialSymbolName =
|
|
|
4505
4679
|
| "sip"
|
|
4506
4680
|
| "skateboarding"
|
|
4507
4681
|
| "skeleton"
|
|
4682
|
+
| "skillet"
|
|
4683
|
+
| "skillet_cooktop"
|
|
4508
4684
|
| "skip_next"
|
|
4509
4685
|
| "skip_previous"
|
|
4510
4686
|
| "skull"
|
|
4511
4687
|
| "sledding"
|
|
4512
|
-
| "sleep"
|
|
4513
4688
|
| "sleep_score"
|
|
4514
4689
|
| "slide_library"
|
|
4690
|
+
| "sliders"
|
|
4515
4691
|
| "slideshow"
|
|
4516
4692
|
| "slow_motion_video"
|
|
4517
|
-
| "smart_button"
|
|
4518
4693
|
| "smart_display"
|
|
4519
4694
|
| "smart_outlet"
|
|
4520
4695
|
| "smart_screen"
|
|
@@ -4524,11 +4699,11 @@ export type MaterialSymbolName =
|
|
|
4524
4699
|
| "smoke_free"
|
|
4525
4700
|
| "smoking_rooms"
|
|
4526
4701
|
| "sms"
|
|
4527
|
-
| "sms_failed"
|
|
4528
4702
|
| "snippet_folder"
|
|
4529
4703
|
| "snooze"
|
|
4530
4704
|
| "snowboarding"
|
|
4531
4705
|
| "snowing"
|
|
4706
|
+
| "snowing_heavy"
|
|
4532
4707
|
| "snowmobile"
|
|
4533
4708
|
| "snowshoeing"
|
|
4534
4709
|
| "soap"
|
|
@@ -4596,7 +4771,12 @@ export type MaterialSymbolName =
|
|
|
4596
4771
|
| "square"
|
|
4597
4772
|
| "square_foot"
|
|
4598
4773
|
| "ssid_chart"
|
|
4774
|
+
| "stack"
|
|
4775
|
+
| "stack_off"
|
|
4776
|
+
| "stack_star"
|
|
4599
4777
|
| "stacked_bar_chart"
|
|
4778
|
+
| "stacked_email"
|
|
4779
|
+
| "stacked_inbox"
|
|
4600
4780
|
| "stacked_line_chart"
|
|
4601
4781
|
| "stadia_controller"
|
|
4602
4782
|
| "stadium"
|
|
@@ -4607,6 +4787,12 @@ export type MaterialSymbolName =
|
|
|
4607
4787
|
| "star_rate_half"
|
|
4608
4788
|
| "stars"
|
|
4609
4789
|
| "start"
|
|
4790
|
+
| "stat_1"
|
|
4791
|
+
| "stat_2"
|
|
4792
|
+
| "stat_3"
|
|
4793
|
+
| "stat_minus_1"
|
|
4794
|
+
| "stat_minus_2"
|
|
4795
|
+
| "stat_minus_3"
|
|
4610
4796
|
| "stay_current_landscape"
|
|
4611
4797
|
| "stay_current_portrait"
|
|
4612
4798
|
| "stay_primary_landscape"
|
|
@@ -4615,11 +4801,15 @@ export type MaterialSymbolName =
|
|
|
4615
4801
|
| "step_into"
|
|
4616
4802
|
| "step_out"
|
|
4617
4803
|
| "step_over"
|
|
4804
|
+
| "steppers"
|
|
4618
4805
|
| "steps"
|
|
4619
4806
|
| "stethoscope"
|
|
4620
4807
|
| "stethoscope_arrow"
|
|
4621
4808
|
| "stethoscope_check"
|
|
4809
|
+
| "sticky_note"
|
|
4622
4810
|
| "sticky_note_2"
|
|
4811
|
+
| "stock_media"
|
|
4812
|
+
| "stockpot"
|
|
4623
4813
|
| "stop"
|
|
4624
4814
|
| "stop_circle"
|
|
4625
4815
|
| "stop_screen_share"
|
|
@@ -4629,6 +4819,7 @@ export type MaterialSymbolName =
|
|
|
4629
4819
|
| "storm"
|
|
4630
4820
|
| "straight"
|
|
4631
4821
|
| "straighten"
|
|
4822
|
+
| "strategy"
|
|
4632
4823
|
| "stream"
|
|
4633
4824
|
| "stream_apps"
|
|
4634
4825
|
| "streetview"
|
|
@@ -4639,9 +4830,12 @@ export type MaterialSymbolName =
|
|
|
4639
4830
|
| "stroller"
|
|
4640
4831
|
| "style"
|
|
4641
4832
|
| "styler"
|
|
4833
|
+
| "stylus"
|
|
4642
4834
|
| "stylus_laser_pointer"
|
|
4835
|
+
| "stylus_note"
|
|
4643
4836
|
| "subdirectory_arrow_left"
|
|
4644
4837
|
| "subdirectory_arrow_right"
|
|
4838
|
+
| "subheader"
|
|
4645
4839
|
| "subject"
|
|
4646
4840
|
| "subscript"
|
|
4647
4841
|
| "subscriptions"
|
|
@@ -4653,6 +4847,7 @@ export type MaterialSymbolName =
|
|
|
4653
4847
|
| "sunny_snowing"
|
|
4654
4848
|
| "superscript"
|
|
4655
4849
|
| "supervised_user_circle"
|
|
4850
|
+
| "supervised_user_circle_off"
|
|
4656
4851
|
| "supervisor_account"
|
|
4657
4852
|
| "support"
|
|
4658
4853
|
| "support_agent"
|
|
@@ -4660,10 +4855,12 @@ export type MaterialSymbolName =
|
|
|
4660
4855
|
| "surgical"
|
|
4661
4856
|
| "surround_sound"
|
|
4662
4857
|
| "swap_calls"
|
|
4858
|
+
| "swap_driving_apps_wheel"
|
|
4663
4859
|
| "swap_horiz"
|
|
4664
4860
|
| "swap_horizontal_circle"
|
|
4665
4861
|
| "swap_vert"
|
|
4666
4862
|
| "swap_vertical_circle"
|
|
4863
|
+
| "sweep"
|
|
4667
4864
|
| "swipe"
|
|
4668
4865
|
| "swipe_down"
|
|
4669
4866
|
| "swipe_down_alt"
|
|
@@ -4683,6 +4880,8 @@ export type MaterialSymbolName =
|
|
|
4683
4880
|
| "switch_left"
|
|
4684
4881
|
| "switch_right"
|
|
4685
4882
|
| "switch_video"
|
|
4883
|
+
| "switches"
|
|
4884
|
+
| "sword_rose"
|
|
4686
4885
|
| "swords"
|
|
4687
4886
|
| "symptoms"
|
|
4688
4887
|
| "synagogue"
|
|
@@ -4716,23 +4915,26 @@ export type MaterialSymbolName =
|
|
|
4716
4915
|
| "tablet"
|
|
4717
4916
|
| "tablet_android"
|
|
4718
4917
|
| "tablet_mac"
|
|
4918
|
+
| "tabs"
|
|
4919
|
+
| "tactic"
|
|
4719
4920
|
| "tag"
|
|
4720
4921
|
| "takeout_dining"
|
|
4721
4922
|
| "tamper_detection_off"
|
|
4722
4923
|
| "tamper_detection_on"
|
|
4723
4924
|
| "tap_and_play"
|
|
4724
4925
|
| "tapas"
|
|
4926
|
+
| "target"
|
|
4725
4927
|
| "task"
|
|
4726
4928
|
| "task_alt"
|
|
4727
4929
|
| "taunt"
|
|
4728
4930
|
| "taxi_alert"
|
|
4729
4931
|
| "team_dashboard"
|
|
4730
|
-
| "temp_preferences_custom"
|
|
4731
4932
|
| "temp_preferences_eco"
|
|
4732
4933
|
| "temple_buddhist"
|
|
4733
4934
|
| "temple_hindu"
|
|
4734
4935
|
| "tenancy"
|
|
4735
4936
|
| "terminal"
|
|
4937
|
+
| "text_ad"
|
|
4736
4938
|
| "text_decrease"
|
|
4737
4939
|
| "text_fields"
|
|
4738
4940
|
| "text_format"
|
|
@@ -4756,11 +4958,15 @@ export type MaterialSymbolName =
|
|
|
4756
4958
|
| "text_snippet"
|
|
4757
4959
|
| "text_to_speech"
|
|
4758
4960
|
| "texture"
|
|
4961
|
+
| "texture_add"
|
|
4962
|
+
| "texture_minus"
|
|
4759
4963
|
| "theater_comedy"
|
|
4760
4964
|
| "theaters"
|
|
4761
4965
|
| "thermometer"
|
|
4966
|
+
| "thermometer_add"
|
|
4762
4967
|
| "thermometer_gain"
|
|
4763
4968
|
| "thermometer_loss"
|
|
4969
|
+
| "thermometer_minus"
|
|
4764
4970
|
| "thermostat"
|
|
4765
4971
|
| "thermostat_auto"
|
|
4766
4972
|
| "thermostat_carbon"
|
|
@@ -4782,9 +4988,9 @@ export type MaterialSymbolName =
|
|
|
4782
4988
|
| "timer_3_alt_1"
|
|
4783
4989
|
| "timer_3_select"
|
|
4784
4990
|
| "timer_off"
|
|
4785
|
-
| "tips_and_updates"
|
|
4786
4991
|
| "tire_repair"
|
|
4787
4992
|
| "title"
|
|
4993
|
+
| "toast"
|
|
4788
4994
|
| "toc"
|
|
4789
4995
|
| "today"
|
|
4790
4996
|
| "toggle_off"
|
|
@@ -4792,6 +4998,7 @@ export type MaterialSymbolName =
|
|
|
4792
4998
|
| "token"
|
|
4793
4999
|
| "toll"
|
|
4794
5000
|
| "tonality"
|
|
5001
|
+
| "toolbar"
|
|
4795
5002
|
| "tools_flat_head"
|
|
4796
5003
|
| "tools_installation_kit"
|
|
4797
5004
|
| "tools_ladder"
|
|
@@ -4799,6 +5006,7 @@ export type MaterialSymbolName =
|
|
|
4799
5006
|
| "tools_phillips"
|
|
4800
5007
|
| "tools_pliers_wire_stripper"
|
|
4801
5008
|
| "tools_power_drill"
|
|
5009
|
+
| "tooltip"
|
|
4802
5010
|
| "top_panel_close"
|
|
4803
5011
|
| "top_panel_open"
|
|
4804
5012
|
| "topic"
|
|
@@ -4823,13 +5031,17 @@ export type MaterialSymbolName =
|
|
|
4823
5031
|
| "transit_enterexit"
|
|
4824
5032
|
| "translate"
|
|
4825
5033
|
| "transportation"
|
|
5034
|
+
| "travel"
|
|
4826
5035
|
| "travel_explore"
|
|
4827
5036
|
| "trending_down"
|
|
4828
5037
|
| "trending_flat"
|
|
4829
5038
|
| "trending_up"
|
|
4830
5039
|
| "trip_origin"
|
|
4831
5040
|
| "trolley"
|
|
5041
|
+
| "trophy"
|
|
5042
|
+
| "troubleshoot"
|
|
4832
5043
|
| "tsunami"
|
|
5044
|
+
| "tsv"
|
|
4833
5045
|
| "tty"
|
|
4834
5046
|
| "tune"
|
|
4835
5047
|
| "turn_left"
|
|
@@ -4840,7 +5052,11 @@ export type MaterialSymbolName =
|
|
|
4840
5052
|
| "turn_slight_right"
|
|
4841
5053
|
| "tv"
|
|
4842
5054
|
| "tv_gen"
|
|
5055
|
+
| "tv_guide"
|
|
4843
5056
|
| "tv_off"
|
|
5057
|
+
| "tv_options_edit_channels"
|
|
5058
|
+
| "tv_remote"
|
|
5059
|
+
| "tv_signin"
|
|
4844
5060
|
| "tv_with_assistant"
|
|
4845
5061
|
| "two_wheeler"
|
|
4846
5062
|
| "type_specimen"
|
|
@@ -4856,6 +5072,9 @@ export type MaterialSymbolName =
|
|
|
4856
5072
|
| "unfold_more"
|
|
4857
5073
|
| "unfold_more_double"
|
|
4858
5074
|
| "ungroup"
|
|
5075
|
+
| "universal_currency_alt"
|
|
5076
|
+
| "unknown_2"
|
|
5077
|
+
| "unknown_5"
|
|
4859
5078
|
| "unknown_document"
|
|
4860
5079
|
| "unknown_med"
|
|
4861
5080
|
| "unpublished"
|
|
@@ -4893,6 +5112,7 @@ export type MaterialSymbolName =
|
|
|
4893
5112
|
| "video_file"
|
|
4894
5113
|
| "video_label"
|
|
4895
5114
|
| "video_library"
|
|
5115
|
+
| "video_search"
|
|
4896
5116
|
| "video_settings"
|
|
4897
5117
|
| "video_stable"
|
|
4898
5118
|
| "videocam"
|
|
@@ -4912,6 +5132,7 @@ export type MaterialSymbolName =
|
|
|
4912
5132
|
| "view_day"
|
|
4913
5133
|
| "view_headline"
|
|
4914
5134
|
| "view_in_ar"
|
|
5135
|
+
| "view_in_ar_off"
|
|
4915
5136
|
| "view_kanban"
|
|
4916
5137
|
| "view_list"
|
|
4917
5138
|
| "view_module"
|
|
@@ -4928,6 +5149,7 @@ export type MaterialSymbolName =
|
|
|
4928
5149
|
| "vital_signs"
|
|
4929
5150
|
| "voice_chat"
|
|
4930
5151
|
| "voice_over_off"
|
|
5152
|
+
| "voice_selection"
|
|
4931
5153
|
| "voicemail"
|
|
4932
5154
|
| "volcano"
|
|
4933
5155
|
| "volume_down"
|
|
@@ -4941,7 +5163,10 @@ export type MaterialSymbolName =
|
|
|
4941
5163
|
| "vpn_key_alert"
|
|
4942
5164
|
| "vpn_key_off"
|
|
4943
5165
|
| "vpn_lock"
|
|
5166
|
+
| "vr180_create2d"
|
|
5167
|
+
| "vr180_create2d_off"
|
|
4944
5168
|
| "vrpano"
|
|
5169
|
+
| "wall_art"
|
|
4945
5170
|
| "wall_lamp"
|
|
4946
5171
|
| "wallet"
|
|
4947
5172
|
| "wallpaper"
|
|
@@ -4971,6 +5196,7 @@ export type MaterialSymbolName =
|
|
|
4971
5196
|
| "water_medium"
|
|
4972
5197
|
| "water_orp"
|
|
4973
5198
|
| "water_ph"
|
|
5199
|
+
| "water_pump"
|
|
4974
5200
|
| "water_voc"
|
|
4975
5201
|
| "waterfall_chart"
|
|
4976
5202
|
| "waves"
|
|
@@ -4983,6 +5209,7 @@ export type MaterialSymbolName =
|
|
|
4983
5209
|
| "wb_twilight"
|
|
4984
5210
|
| "wc"
|
|
4985
5211
|
| "weather_hail"
|
|
5212
|
+
| "weather_mix"
|
|
4986
5213
|
| "weather_snowy"
|
|
4987
5214
|
| "web"
|
|
4988
5215
|
| "web_asset"
|
|
@@ -5029,7 +5256,9 @@ export type MaterialSymbolName =
|
|
|
5029
5256
|
| "woman"
|
|
5030
5257
|
| "woman_2"
|
|
5031
5258
|
| "work"
|
|
5259
|
+
| "work_alert"
|
|
5032
5260
|
| "work_history"
|
|
5261
|
+
| "work_update"
|
|
5033
5262
|
| "workspace_premium"
|
|
5034
5263
|
| "workspaces"
|
|
5035
5264
|
| "wounds_injuries"
|
|
@@ -5038,6 +5267,7 @@ export type MaterialSymbolName =
|
|
|
5038
5267
|
| "wrong_location"
|
|
5039
5268
|
| "wysiwyg"
|
|
5040
5269
|
| "yard"
|
|
5270
|
+
| "your_trips"
|
|
5041
5271
|
| "youtube_activity"
|
|
5042
5272
|
| "youtube_searched_for"
|
|
5043
5273
|
| "zone_person_alert"
|