@guardian/stand 0.0.40 → 0.0.42
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/README.md +1 -1
- package/dist/AlertBanner.cjs +5 -9
- package/dist/AlertBanner.d.cts +5 -0
- package/dist/AlertBanner.d.ts +5 -0
- package/dist/AlertBanner.js +3 -2
- package/dist/Avatar.cjs +5 -9
- package/dist/Avatar.d.cts +5 -0
- package/dist/Avatar.d.ts +5 -0
- package/dist/Avatar.js +3 -2
- package/dist/AvatarButton.cjs +3 -7
- package/dist/AvatarButton.d.cts +4 -0
- package/dist/AvatarButton.d.ts +4 -0
- package/dist/AvatarButton.js +2 -1
- package/dist/AvatarLink.cjs +3 -7
- package/dist/AvatarLink.d.cts +4 -0
- package/dist/AvatarLink.d.ts +4 -0
- package/dist/AvatarLink.js +2 -1
- package/dist/Button.cjs +5 -9
- package/dist/Button.d.cts +5 -0
- package/dist/Button.d.ts +5 -0
- package/dist/Button.js +3 -2
- package/dist/Byline.cjs +5 -9
- package/dist/Byline.d.cts +5 -0
- package/dist/Byline.d.ts +5 -0
- package/dist/Byline.js +3 -2
- package/dist/Checkbox.cjs +7 -11
- package/dist/Checkbox.d.cts +6 -0
- package/dist/Checkbox.d.ts +6 -0
- package/dist/Checkbox.js +4 -3
- package/dist/DatePicker.cjs +5 -9
- package/dist/DatePicker.d.cts +5 -0
- package/dist/DatePicker.d.ts +5 -0
- package/dist/DatePicker.js +3 -2
- package/dist/Favicon.cjs +5 -9
- package/dist/Favicon.d.cts +5 -0
- package/dist/Favicon.d.ts +5 -0
- package/dist/Favicon.js +3 -2
- package/dist/Form.cjs +3 -7
- package/dist/Form.d.cts +2 -0
- package/dist/Form.d.ts +2 -0
- package/dist/Form.js +2 -1
- package/dist/Grid.cjs +6 -10
- package/dist/Grid.d.cts +5 -0
- package/dist/Grid.d.ts +5 -0
- package/dist/Grid.js +3 -2
- package/dist/Icon.cjs +5 -9
- package/dist/Icon.d.cts +5 -0
- package/dist/Icon.d.ts +5 -0
- package/dist/Icon.js +3 -2
- package/dist/IconButton.cjs +3 -7
- package/dist/IconButton.d.cts +4 -0
- package/dist/IconButton.d.ts +4 -0
- package/dist/IconButton.js +2 -1
- package/dist/IconLinkButton.cjs +3 -7
- package/dist/IconLinkButton.d.cts +4 -0
- package/dist/IconLinkButton.d.ts +4 -0
- package/dist/IconLinkButton.js +2 -1
- package/dist/InlineMessage.cjs +5 -9
- package/dist/InlineMessage.d.cts +5 -0
- package/dist/InlineMessage.d.ts +5 -0
- package/dist/InlineMessage.js +3 -2
- package/dist/IntendedAudienceSignifier.cjs +5 -9
- package/dist/IntendedAudienceSignifier.d.cts +5 -0
- package/dist/IntendedAudienceSignifier.d.ts +5 -0
- package/dist/IntendedAudienceSignifier.js +3 -2
- package/dist/Layout.cjs +5 -9
- package/dist/Layout.d.cts +5 -0
- package/dist/Layout.d.ts +5 -0
- package/dist/Layout.js +3 -2
- package/dist/Link.cjs +5 -9
- package/dist/Link.d.cts +5 -0
- package/dist/Link.d.ts +5 -0
- package/dist/Link.js +3 -2
- package/dist/LinkButton.cjs +3 -7
- package/dist/LinkButton.d.cts +4 -0
- package/dist/LinkButton.d.ts +4 -0
- package/dist/LinkButton.js +2 -1
- package/dist/Menu.cjs +9 -13
- package/dist/Menu.d.cts +5 -0
- package/dist/Menu.d.ts +5 -0
- package/dist/Menu.js +3 -2
- package/dist/RadioGroup.cjs +6 -10
- package/dist/RadioGroup.d.cts +5 -0
- package/dist/RadioGroup.d.ts +5 -0
- package/dist/RadioGroup.js +3 -2
- package/dist/Select.cjs +6 -10
- package/dist/Select.d.cts +5 -0
- package/dist/Select.d.ts +5 -0
- package/dist/Select.js +3 -2
- package/dist/TagPicker.cjs +11 -15
- package/dist/TagPicker.d.cts +6 -0
- package/dist/TagPicker.d.ts +6 -0
- package/dist/TagPicker.js +6 -5
- package/dist/TextArea.cjs +5 -9
- package/dist/TextArea.d.cts +5 -0
- package/dist/TextArea.d.ts +5 -0
- package/dist/TextArea.js +3 -2
- package/dist/TextInput.cjs +5 -9
- package/dist/TextInput.d.cts +5 -0
- package/dist/TextInput.d.ts +5 -0
- package/dist/TextInput.js +3 -2
- package/dist/TopBar.cjs +13 -17
- package/dist/TopBar.d.cts +14 -0
- package/dist/TopBar.d.ts +14 -0
- package/dist/TopBar.js +6 -5
- package/dist/Typography.cjs +5 -9
- package/dist/Typography.d.cts +5 -0
- package/dist/Typography.d.ts +5 -0
- package/dist/Typography.js +3 -2
- package/dist/UserMenu.cjs +5 -9
- package/dist/UserMenu.d.cts +3 -0
- package/dist/UserMenu.d.ts +3 -0
- package/dist/UserMenu.js +3 -2
- package/dist/_virtual/_rolldown/runtime.cjs +23 -0
- package/dist/components/AlertBanner/AlertBanner.cjs +39 -62
- package/dist/components/AlertBanner/AlertBanner.d.cts +16 -0
- package/dist/components/AlertBanner/AlertBanner.d.ts +16 -0
- package/dist/components/AlertBanner/AlertBanner.js +37 -26
- package/dist/components/AlertBanner/styles.cjs +10 -11
- package/dist/components/AlertBanner/styles.d.cts +8 -0
- package/dist/components/AlertBanner/styles.d.ts +8 -0
- package/dist/components/AlertBanner/styles.js +7 -7
- package/dist/components/AlertBanner/types.d.cts +31 -0
- package/dist/components/AlertBanner/types.d.ts +31 -0
- package/dist/components/Avatar/Avatar.cjs +34 -53
- package/dist/components/Avatar/Avatar.d.cts +15 -0
- package/dist/components/Avatar/Avatar.d.ts +15 -0
- package/dist/components/Avatar/Avatar.js +32 -22
- package/dist/components/Avatar/styles.cjs +10 -11
- package/dist/components/Avatar/styles.d.cts +9 -0
- package/dist/components/Avatar/styles.d.ts +9 -0
- package/dist/components/Avatar/styles.js +6 -6
- package/dist/components/Avatar/types.cjs +12 -13
- package/dist/components/Avatar/types.d.cts +47 -0
- package/dist/components/Avatar/types.d.ts +47 -0
- package/dist/components/Avatar/types.js +12 -11
- package/dist/components/AvatarButton/AvatarButton.cjs +16 -11
- package/dist/components/AvatarButton/AvatarButton.d.cts +6 -0
- package/dist/components/AvatarButton/AvatarButton.d.ts +6 -0
- package/dist/components/AvatarButton/AvatarButton.js +15 -9
- package/dist/components/AvatarButton/styles.cjs +7 -8
- package/dist/components/AvatarButton/styles.d.cts +7 -0
- package/dist/components/AvatarButton/styles.d.ts +7 -0
- package/dist/components/AvatarButton/styles.js +5 -5
- package/dist/components/AvatarButton/types.d.cts +7 -0
- package/dist/components/AvatarButton/types.d.ts +7 -0
- package/dist/components/AvatarLink/AvatarLink.cjs +16 -11
- package/dist/components/AvatarLink/AvatarLink.d.cts +6 -0
- package/dist/components/AvatarLink/AvatarLink.d.ts +6 -0
- package/dist/components/AvatarLink/AvatarLink.js +15 -9
- package/dist/components/AvatarLink/styles.cjs +7 -8
- package/dist/components/AvatarLink/styles.d.cts +7 -0
- package/dist/components/AvatarLink/styles.d.ts +7 -0
- package/dist/components/AvatarLink/styles.js +5 -5
- package/dist/components/AvatarLink/types.d.cts +7 -0
- package/dist/components/AvatarLink/types.d.ts +7 -0
- package/dist/components/Button/Button.cjs +22 -33
- package/dist/components/Button/Button.d.cts +13 -0
- package/dist/components/Button/Button.d.ts +13 -0
- package/dist/components/Button/Button.js +22 -15
- package/dist/components/Button/styles.cjs +11 -12
- package/dist/components/Button/styles.d.cts +9 -0
- package/dist/components/Button/styles.d.ts +9 -0
- package/dist/components/Button/styles.js +6 -6
- package/dist/components/Button/types.d.cts +22 -0
- package/dist/components/Button/types.d.ts +22 -0
- package/dist/components/Byline/Byline.cjs +333 -366
- package/dist/components/Byline/Byline.d.cts +87 -0
- package/dist/{types/components → components}/Byline/Byline.d.ts +30 -26
- package/dist/components/Byline/Byline.js +331 -270
- package/dist/components/Byline/Preview.cjs +32 -42
- package/dist/components/Byline/Preview.js +31 -23
- package/dist/components/Byline/lib.cjs +152 -216
- package/dist/components/Byline/lib.d.cts +23 -0
- package/dist/components/Byline/lib.d.ts +24 -0
- package/dist/components/Byline/lib.js +153 -163
- package/dist/components/Byline/placeholder.cjs +15 -24
- package/dist/components/Byline/placeholder.js +14 -22
- package/dist/components/Byline/plugins.cjs +89 -120
- package/dist/components/Byline/plugins.js +87 -110
- package/dist/components/Byline/schema.cjs +45 -65
- package/dist/components/Byline/schema.js +45 -58
- package/dist/components/Byline/styles.cjs +19 -20
- package/dist/components/Byline/styles.js +13 -13
- package/dist/components/Byline/theme.d.cts +7 -0
- package/dist/components/Byline/theme.d.ts +7 -0
- package/dist/components/Checkbox/Checkbox.cjs +33 -52
- package/dist/components/Checkbox/Checkbox.d.cts +13 -0
- package/dist/components/Checkbox/Checkbox.d.ts +13 -0
- package/dist/components/Checkbox/Checkbox.js +33 -16
- package/dist/components/Checkbox/CheckboxGroup.cjs +30 -33
- package/dist/components/Checkbox/CheckboxGroup.d.cts +10 -0
- package/dist/components/Checkbox/CheckboxGroup.d.ts +10 -0
- package/dist/components/Checkbox/CheckboxGroup.js +29 -25
- package/dist/components/Checkbox/styles.cjs +13 -17
- package/dist/components/Checkbox/styles.d.cts +9 -0
- package/dist/components/Checkbox/styles.d.ts +9 -0
- package/dist/components/Checkbox/styles.js +8 -8
- package/dist/components/Checkbox/types.d.cts +15 -0
- package/dist/components/Checkbox/types.d.ts +15 -0
- package/dist/components/DatePicker/DatePicker.cjs +156 -149
- package/dist/components/DatePicker/DatePicker.d.cts +12 -0
- package/dist/components/DatePicker/DatePicker.d.ts +12 -0
- package/dist/components/DatePicker/DatePicker.js +160 -114
- package/dist/components/DatePicker/styles.cjs +15 -20
- package/dist/components/DatePicker/styles.d.cts +8 -0
- package/dist/components/DatePicker/styles.d.ts +8 -0
- package/dist/components/DatePicker/styles.js +11 -11
- package/dist/components/DatePicker/types.d.cts +23 -0
- package/dist/components/DatePicker/types.d.ts +23 -0
- package/dist/components/Favicon/Favicon.cjs +40 -44
- package/dist/components/Favicon/Favicon.d.cts +6 -0
- package/dist/components/Favicon/Favicon.d.ts +6 -0
- package/dist/components/Favicon/Favicon.js +39 -27
- package/dist/components/Favicon/styles.cjs +11 -12
- package/dist/components/Favicon/styles.d.cts +9 -0
- package/dist/components/Favicon/styles.d.ts +9 -0
- package/dist/components/Favicon/styles.js +7 -7
- package/dist/components/Favicon/types.d.cts +41 -0
- package/dist/components/Favicon/types.d.ts +41 -0
- package/dist/components/Form/Form.cjs +35 -45
- package/dist/components/Form/Form.js +33 -14
- package/dist/components/Form/styles.cjs +16 -24
- package/dist/components/Form/styles.d.cts +8 -0
- package/dist/components/Form/styles.d.ts +8 -0
- package/dist/components/Form/styles.js +8 -8
- package/dist/components/Form/types.cjs +13 -10
- package/dist/components/Form/types.d.cts +38 -0
- package/dist/components/Form/types.d.ts +38 -0
- package/dist/components/Form/types.js +12 -8
- package/dist/components/Grid/Grid.cjs +21 -33
- package/dist/components/Grid/Grid.d.cts +20 -0
- package/dist/components/Grid/Grid.d.ts +20 -0
- package/dist/components/Grid/Grid.js +18 -9
- package/dist/components/Grid/styles.cjs +65 -55
- package/dist/components/Grid/styles.d.cts +9 -0
- package/dist/components/Grid/styles.d.ts +9 -0
- package/dist/components/Grid/styles.js +56 -33
- package/dist/components/Grid/types.d.cts +29 -0
- package/dist/components/Grid/types.d.ts +29 -0
- package/dist/components/Icon/Icon.cjs +34 -41
- package/dist/components/Icon/Icon.d.cts +15 -0
- package/dist/components/Icon/Icon.d.ts +15 -0
- package/dist/components/Icon/Icon.js +32 -13
- package/dist/components/Icon/Styles.cjs +22 -0
- package/dist/components/Icon/Styles.d.cts +7 -0
- package/dist/components/Icon/Styles.d.ts +7 -0
- package/dist/components/Icon/{styles.js → Styles.js} +6 -6
- package/dist/components/Icon/types.d.cts +31 -0
- package/dist/components/Icon/types.d.ts +31 -0
- package/dist/components/IconButton/IconButton.cjs +30 -43
- package/dist/components/IconButton/IconButton.d.cts +14 -0
- package/dist/components/IconButton/IconButton.d.ts +14 -0
- package/dist/components/IconButton/IconButton.js +28 -23
- package/dist/components/IconButton/styles.cjs +5 -7
- package/dist/components/IconButton/styles.d.cts +6 -0
- package/dist/components/IconButton/styles.d.ts +6 -0
- package/dist/components/IconButton/styles.js +3 -3
- package/dist/components/IconButton/types.d.cts +31 -0
- package/dist/components/IconButton/types.d.ts +31 -0
- package/dist/components/IconLinkButton/IconLinkButton.cjs +30 -40
- package/dist/components/IconLinkButton/IconLinkButton.d.cts +14 -0
- package/dist/components/IconLinkButton/IconLinkButton.d.ts +14 -0
- package/dist/components/IconLinkButton/IconLinkButton.js +28 -20
- package/dist/components/IconLinkButton/styles.cjs +5 -7
- package/dist/components/IconLinkButton/styles.d.cts +6 -0
- package/dist/components/IconLinkButton/styles.d.ts +6 -0
- package/dist/components/IconLinkButton/styles.js +3 -3
- package/dist/components/IconLinkButton/types.d.cts +31 -0
- package/dist/components/IconLinkButton/types.d.ts +31 -0
- package/dist/components/InlineMessage/InlineMessage.cjs +34 -62
- package/dist/components/InlineMessage/InlineMessage.d.cts +15 -0
- package/dist/components/InlineMessage/InlineMessage.d.ts +15 -0
- package/dist/components/InlineMessage/InlineMessage.js +32 -24
- package/dist/components/InlineMessage/styles.cjs +8 -9
- package/dist/components/InlineMessage/styles.d.cts +9 -0
- package/dist/components/InlineMessage/styles.d.ts +9 -0
- package/dist/components/InlineMessage/styles.js +6 -6
- package/dist/components/InlineMessage/types.d.cts +25 -0
- package/dist/components/InlineMessage/types.d.ts +25 -0
- package/dist/components/IntendedAudienceSignifier/FlagIcons.cjs +113 -112
- package/dist/components/IntendedAudienceSignifier/FlagIcons.js +112 -8
- package/dist/components/IntendedAudienceSignifier/IntendedAudienceSignifier.cjs +55 -92
- package/dist/components/IntendedAudienceSignifier/IntendedAudienceSignifier.d.cts +13 -0
- package/dist/components/IntendedAudienceSignifier/IntendedAudienceSignifier.d.ts +13 -0
- package/dist/components/IntendedAudienceSignifier/IntendedAudienceSignifier.js +54 -61
- package/dist/components/IntendedAudienceSignifier/styles.cjs +9 -10
- package/dist/components/IntendedAudienceSignifier/styles.d.cts +8 -0
- package/dist/components/IntendedAudienceSignifier/styles.d.ts +8 -0
- package/dist/components/IntendedAudienceSignifier/styles.js +4 -4
- package/dist/components/IntendedAudienceSignifier/types.d.cts +11 -0
- package/dist/components/IntendedAudienceSignifier/types.d.ts +11 -0
- package/dist/components/Layout/Layout.cjs +85 -71
- package/dist/components/Layout/Layout.d.cts +14 -0
- package/dist/components/Layout/Layout.d.ts +14 -0
- package/dist/components/Layout/Layout.js +79 -21
- package/dist/components/Layout/styles.cjs +26 -29
- package/dist/components/Layout/styles.d.cts +13 -0
- package/dist/components/Layout/styles.d.ts +13 -0
- package/dist/components/Layout/styles.js +16 -18
- package/dist/components/Layout/types.d.cts +34 -0
- package/dist/components/Layout/types.d.ts +34 -0
- package/dist/components/Link/Link.cjs +21 -35
- package/dist/components/Link/Link.d.cts +13 -0
- package/dist/components/Link/Link.d.ts +13 -0
- package/dist/components/Link/Link.js +21 -16
- package/dist/components/Link/styles.cjs +7 -8
- package/dist/components/Link/styles.d.cts +9 -0
- package/dist/components/Link/styles.d.ts +9 -0
- package/dist/components/Link/styles.js +5 -5
- package/dist/components/Link/types.d.cts +15 -0
- package/dist/components/Link/types.d.ts +15 -0
- package/dist/components/LinkButton/LinkButton.cjs +22 -33
- package/dist/components/LinkButton/LinkButton.d.cts +13 -0
- package/dist/components/LinkButton/LinkButton.d.ts +13 -0
- package/dist/components/LinkButton/LinkButton.js +20 -13
- package/dist/components/LinkButton/Styles.cjs +7 -0
- package/dist/components/LinkButton/Styles.d.cts +6 -0
- package/dist/components/LinkButton/Styles.d.ts +6 -0
- package/dist/components/LinkButton/{styles.js → Styles.js} +3 -3
- package/dist/components/LinkButton/types.d.cts +22 -0
- package/dist/components/LinkButton/types.d.ts +22 -0
- package/dist/components/Menu/Menu.cjs +119 -186
- package/dist/components/Menu/Menu.d.cts +41 -0
- package/dist/components/Menu/Menu.d.ts +41 -0
- package/dist/components/Menu/Menu.js +117 -61
- package/dist/components/Menu/styles.cjs +24 -25
- package/dist/components/Menu/styles.d.cts +17 -0
- package/dist/components/Menu/styles.d.ts +17 -0
- package/dist/components/Menu/styles.js +5 -5
- package/dist/components/Menu/types.d.cts +67 -0
- package/dist/components/Menu/types.d.ts +67 -0
- package/dist/components/RadioGroup/RadioGroup.cjs +44 -61
- package/dist/components/RadioGroup/RadioGroup.d.cts +19 -0
- package/dist/components/RadioGroup/RadioGroup.d.ts +19 -0
- package/dist/components/RadioGroup/RadioGroup.js +43 -29
- package/dist/components/RadioGroup/styles.cjs +11 -12
- package/dist/components/RadioGroup/styles.d.cts +8 -0
- package/dist/components/RadioGroup/styles.d.ts +8 -0
- package/dist/components/RadioGroup/styles.js +8 -8
- package/dist/components/RadioGroup/types.d.cts +14 -0
- package/dist/components/RadioGroup/types.d.ts +14 -0
- package/dist/components/Select/Select.cjs +43 -51
- package/dist/components/Select/Select.d.cts +15 -0
- package/dist/components/Select/Select.d.ts +15 -0
- package/dist/components/Select/Select.js +43 -35
- package/dist/components/Select/styles.cjs +13 -14
- package/dist/components/Select/styles.d.cts +9 -0
- package/dist/components/Select/styles.d.ts +9 -0
- package/dist/components/Select/styles.js +9 -9
- package/dist/components/Select/types.d.cts +10 -0
- package/dist/components/Select/types.d.ts +10 -0
- package/dist/components/TagPicker/Autocomplete.cjs +146 -102
- package/dist/components/TagPicker/Autocomplete.d.cts +134 -0
- package/dist/{types/components → components}/TagPicker/Autocomplete.d.ts +49 -32
- package/dist/components/TagPicker/Autocomplete.js +145 -21
- package/dist/components/TagPicker/TagAutocomplete.cjs +116 -37
- package/dist/components/TagPicker/TagAutocomplete.d.cts +144 -0
- package/dist/{types/components → components}/TagPicker/TagAutocomplete.d.ts +46 -30
- package/dist/components/TagPicker/TagAutocomplete.js +114 -5
- package/dist/components/TagPicker/TagTable.cjs +212 -188
- package/dist/components/TagPicker/TagTable.d.cts +143 -0
- package/dist/{types/components → components}/TagPicker/TagTable.d.ts +54 -37
- package/dist/components/TagPicker/TagTable.js +210 -75
- package/dist/components/TagPicker/styles.cjs +29 -30
- package/dist/components/TagPicker/styles.js +26 -26
- package/dist/components/TagPicker/types.d.cts +11 -0
- package/dist/components/TagPicker/types.d.ts +11 -0
- package/dist/components/TextArea/TextArea.cjs +23 -33
- package/dist/components/TextArea/TextArea.d.cts +12 -0
- package/dist/components/TextArea/TextArea.d.ts +12 -0
- package/dist/components/TextArea/TextArea.js +23 -11
- package/dist/components/TextArea/styles.cjs +10 -11
- package/dist/components/TextArea/styles.d.cts +8 -0
- package/dist/components/TextArea/styles.d.ts +8 -0
- package/dist/components/TextArea/styles.js +6 -6
- package/dist/components/TextArea/types.d.cts +11 -0
- package/dist/components/TextArea/types.d.ts +11 -0
- package/dist/components/TextInput/TextInput.cjs +23 -33
- package/dist/components/TextInput/TextInput.d.cts +12 -0
- package/dist/components/TextInput/TextInput.d.ts +12 -0
- package/dist/components/TextInput/TextInput.js +21 -9
- package/dist/components/TextInput/styles.cjs +10 -11
- package/dist/components/TextInput/styles.d.cts +8 -0
- package/dist/components/TextInput/styles.d.ts +8 -0
- package/dist/components/TextInput/styles.js +6 -6
- package/dist/components/TextInput/types.d.cts +11 -0
- package/dist/components/TextInput/types.d.ts +11 -0
- package/dist/components/TopBar/TopBar.cjs +150 -223
- package/dist/components/TopBar/TopBar.d.cts +28 -0
- package/dist/components/TopBar/TopBar.d.ts +28 -0
- package/dist/components/TopBar/TopBar.js +143 -101
- package/dist/components/TopBar/TopBarItem/TopBarItem.cjs +13 -30
- package/dist/components/TopBar/TopBarItem/TopBarItem.d.cts +15 -0
- package/dist/components/TopBar/TopBarItem/TopBarItem.d.ts +15 -0
- package/dist/components/TopBar/TopBarItem/TopBarItem.js +11 -10
- package/dist/components/TopBar/TopBarItem/styles.cjs +9 -10
- package/dist/components/TopBar/TopBarItem/styles.d.cts +9 -0
- package/dist/components/TopBar/TopBarItem/styles.d.ts +9 -0
- package/dist/components/TopBar/TopBarItem/styles.js +5 -5
- package/dist/components/TopBar/TopBarItem/types.d.cts +23 -0
- package/dist/components/TopBar/TopBarItem/types.d.ts +23 -0
- package/dist/components/TopBar/TopBarNavigation/TopBarNavigation.cjs +68 -83
- package/dist/components/TopBar/TopBarNavigation/TopBarNavigation.d.cts +21 -0
- package/dist/components/TopBar/TopBarNavigation/TopBarNavigation.d.ts +21 -0
- package/dist/components/TopBar/TopBarNavigation/TopBarNavigation.js +66 -21
- package/dist/components/TopBar/TopBarNavigation/styles.cjs +19 -20
- package/dist/components/TopBar/TopBarNavigation/styles.d.cts +9 -0
- package/dist/components/TopBar/TopBarNavigation/styles.d.ts +9 -0
- package/dist/components/TopBar/TopBarNavigation/styles.js +8 -8
- package/dist/components/TopBar/TopBarNavigation/types.d.cts +53 -0
- package/dist/components/TopBar/TopBarNavigation/types.d.ts +53 -0
- package/dist/components/TopBar/TopBarToolName/TopBarToolName.cjs +65 -89
- package/dist/components/TopBar/TopBarToolName/TopBarToolName.d.cts +10 -0
- package/dist/components/TopBar/TopBarToolName/TopBarToolName.d.ts +10 -0
- package/dist/components/TopBar/TopBarToolName/TopBarToolName.js +62 -24
- package/dist/components/TopBar/TopBarToolName/styles.cjs +28 -33
- package/dist/components/TopBar/TopBarToolName/styles.d.cts +9 -0
- package/dist/components/TopBar/TopBarToolName/styles.d.ts +9 -0
- package/dist/components/TopBar/TopBarToolName/styles.js +15 -15
- package/dist/components/TopBar/TopBarToolName/types.d.cts +44 -0
- package/dist/components/TopBar/TopBarToolName/types.d.ts +44 -0
- package/dist/components/TopBar/styles.cjs +18 -22
- package/dist/components/TopBar/styles.d.cts +9 -0
- package/dist/components/TopBar/styles.d.ts +9 -0
- package/dist/components/TopBar/styles.js +10 -10
- package/dist/components/TopBar/types.d.cts +16 -0
- package/dist/components/TopBar/types.d.ts +16 -0
- package/dist/components/Typography/Typography.cjs +11 -24
- package/dist/components/Typography/Typography.d.cts +17 -0
- package/dist/components/Typography/Typography.d.ts +17 -0
- package/dist/components/Typography/Typography.js +9 -10
- package/dist/components/Typography/styles.cjs +10 -11
- package/dist/components/Typography/styles.d.cts +9 -0
- package/dist/components/Typography/styles.d.ts +9 -0
- package/dist/components/Typography/styles.js +6 -6
- package/dist/components/Typography/types.d.cts +18 -0
- package/dist/components/Typography/types.d.ts +18 -0
- package/dist/components/UserMenu/PreferenceRadioGroup.cjs +34 -51
- package/dist/components/UserMenu/PreferenceRadioGroup.js +32 -16
- package/dist/components/UserMenu/TitleText.cjs +35 -26
- package/dist/components/UserMenu/TitleText.js +33 -19
- package/dist/components/UserMenu/UserMenu.cjs +51 -58
- package/dist/components/UserMenu/UserMenu.d.cts +30 -0
- package/dist/components/UserMenu/UserMenu.d.ts +30 -0
- package/dist/components/UserMenu/UserMenu.js +49 -8
- package/dist/components/UserMenu/defaultOptions.cjs +101 -0
- package/dist/components/UserMenu/defaultOptions.js +99 -0
- package/dist/components/UserMenu/model.d.cts +13 -0
- package/dist/components/UserMenu/model.d.ts +13 -0
- package/dist/components/UserMenu/styles.cjs +18 -19
- package/dist/components/UserMenu/styles.js +17 -17
- package/dist/components/UserMenu/types.d.cts +8 -0
- package/dist/components/UserMenu/types.d.ts +8 -0
- package/dist/fonts/materialSymbolsTypes.d.cts +5 -0
- package/dist/fonts/materialSymbolsTypes.d.ts +5 -0
- package/dist/index.cjs +71 -75
- package/dist/index.d.cts +36 -0
- package/dist/index.d.ts +36 -0
- package/dist/index.js +36 -35
- package/dist/styleD/build/typescript/base/colors.cjs +143 -141
- package/dist/styleD/build/typescript/base/colors.d.cts +147 -0
- package/dist/styleD/build/typescript/base/colors.d.ts +147 -0
- package/dist/styleD/build/typescript/base/colors.js +143 -139
- package/dist/styleD/build/typescript/base/radius.cjs +11 -9
- package/dist/styleD/build/typescript/base/radius.d.cts +15 -0
- package/dist/styleD/build/typescript/base/radius.d.ts +15 -0
- package/dist/styleD/build/typescript/base/radius.js +11 -7
- package/dist/styleD/build/typescript/base/sizing.cjs +25 -23
- package/dist/styleD/build/typescript/base/sizing.d.cts +29 -0
- package/dist/styleD/build/typescript/base/sizing.d.ts +29 -0
- package/dist/styleD/build/typescript/base/sizing.js +25 -21
- package/dist/styleD/build/typescript/base/spacing.cjs +39 -37
- package/dist/styleD/build/typescript/base/spacing.d.cts +43 -0
- package/dist/styleD/build/typescript/base/spacing.d.ts +43 -0
- package/dist/styleD/build/typescript/base/spacing.js +39 -35
- package/dist/styleD/build/typescript/base/typography.cjs +78 -78
- package/dist/styleD/build/typescript/base/typography.d.cts +84 -0
- package/dist/styleD/build/typescript/base/typography.d.ts +84 -0
- package/dist/styleD/build/typescript/base/typography.js +78 -76
- package/dist/styleD/build/typescript/component/alertBanner.cjs +37 -45
- package/dist/styleD/build/typescript/component/alertBanner.d.cts +51 -0
- package/dist/styleD/build/typescript/component/alertBanner.d.ts +51 -0
- package/dist/styleD/build/typescript/component/alertBanner.js +37 -43
- package/dist/styleD/build/typescript/component/autocomplete.cjs +31 -29
- package/dist/styleD/build/typescript/component/autocomplete.d.cts +35 -0
- package/dist/styleD/build/typescript/component/autocomplete.d.ts +35 -0
- package/dist/styleD/build/typescript/component/autocomplete.js +31 -27
- package/dist/styleD/build/typescript/component/avatar.cjs +124 -168
- package/dist/styleD/build/typescript/component/avatar.d.cts +174 -0
- package/dist/styleD/build/typescript/component/avatar.d.ts +174 -0
- package/dist/styleD/build/typescript/component/avatar.js +124 -166
- package/dist/styleD/build/typescript/component/button.cjs +323 -395
- package/dist/styleD/build/typescript/component/button.d.cts +401 -0
- package/dist/styleD/build/typescript/component/button.d.ts +401 -0
- package/dist/styleD/build/typescript/component/button.js +323 -393
- package/dist/styleD/build/typescript/component/byline.cjs +41 -39
- package/dist/styleD/build/typescript/component/byline.d.cts +45 -0
- package/dist/styleD/build/typescript/component/byline.d.ts +45 -0
- package/dist/styleD/build/typescript/component/byline.js +41 -37
- package/dist/styleD/build/typescript/component/checkbox.cjs +87 -97
- package/dist/styleD/build/typescript/component/checkbox.d.cts +103 -0
- package/dist/styleD/build/typescript/component/checkbox.d.ts +103 -0
- package/dist/styleD/build/typescript/component/checkbox.js +87 -95
- package/dist/styleD/build/typescript/component/datePicker.cjs +146 -182
- package/dist/styleD/build/typescript/component/datePicker.d.cts +188 -0
- package/dist/styleD/build/typescript/component/datePicker.d.ts +188 -0
- package/dist/styleD/build/typescript/component/datePicker.js +146 -180
- package/dist/styleD/build/typescript/component/favicon.cjs +19 -17
- package/dist/styleD/build/typescript/component/favicon.d.cts +23 -0
- package/dist/styleD/build/typescript/component/favicon.d.ts +23 -0
- package/dist/styleD/build/typescript/component/favicon.js +19 -15
- package/dist/styleD/build/typescript/component/form.cjs +38 -50
- package/dist/styleD/build/typescript/component/form.d.cts +54 -0
- package/dist/styleD/build/typescript/component/form.d.ts +54 -0
- package/dist/styleD/build/typescript/component/form.js +38 -48
- package/dist/styleD/build/typescript/component/grid.cjs +28 -26
- package/dist/styleD/build/typescript/component/grid.d.cts +32 -0
- package/dist/styleD/build/typescript/component/grid.d.ts +32 -0
- package/dist/styleD/build/typescript/component/grid.js +28 -24
- package/dist/styleD/build/typescript/component/icon.cjs +12 -16
- package/dist/styleD/build/typescript/component/icon.d.cts +22 -0
- package/dist/styleD/build/typescript/component/icon.d.ts +22 -0
- package/dist/styleD/build/typescript/component/icon.js +12 -14
- package/dist/styleD/build/typescript/component/inlineMessage.cjs +22 -26
- package/dist/styleD/build/typescript/component/inlineMessage.d.cts +32 -0
- package/dist/styleD/build/typescript/component/inlineMessage.d.ts +32 -0
- package/dist/styleD/build/typescript/component/inlineMessage.js +22 -24
- package/dist/styleD/build/typescript/component/intendedAudienceSignifier.cjs +31 -29
- package/dist/styleD/build/typescript/component/intendedAudienceSignifier.d.cts +35 -0
- package/dist/styleD/build/typescript/component/intendedAudienceSignifier.d.ts +35 -0
- package/dist/styleD/build/typescript/component/intendedAudienceSignifier.js +31 -27
- package/dist/styleD/build/typescript/component/layout.cjs +43 -47
- package/dist/styleD/build/typescript/component/layout.d.cts +53 -0
- package/dist/styleD/build/typescript/component/layout.d.ts +53 -0
- package/dist/styleD/build/typescript/component/layout.js +43 -45
- package/dist/styleD/build/typescript/component/link.cjs +15 -23
- package/dist/styleD/build/typescript/component/link.d.cts +27 -0
- package/dist/styleD/build/typescript/component/link.d.ts +27 -0
- package/dist/styleD/build/typescript/component/link.js +15 -21
- package/dist/styleD/build/typescript/component/menu.cjs +130 -142
- package/dist/styleD/build/typescript/component/menu.d.cts +148 -0
- package/dist/styleD/build/typescript/component/menu.d.ts +148 -0
- package/dist/styleD/build/typescript/component/menu.js +130 -140
- package/dist/styleD/build/typescript/component/radioGroup.cjs +74 -82
- package/dist/styleD/build/typescript/component/radioGroup.d.cts +88 -0
- package/dist/styleD/build/typescript/component/radioGroup.d.ts +88 -0
- package/dist/styleD/build/typescript/component/radioGroup.js +74 -80
- package/dist/styleD/build/typescript/component/select.cjs +63 -67
- package/dist/styleD/build/typescript/component/select.d.cts +71 -0
- package/dist/styleD/build/typescript/component/select.d.ts +71 -0
- package/dist/styleD/build/typescript/component/select.js +63 -65
- package/dist/styleD/build/typescript/component/tagTable.cjs +52 -50
- package/dist/styleD/build/typescript/component/tagTable.d.cts +56 -0
- package/dist/styleD/build/typescript/component/tagTable.d.ts +56 -0
- package/dist/styleD/build/typescript/component/tagTable.js +52 -48
- package/dist/styleD/build/typescript/component/textArea.cjs +39 -45
- package/dist/styleD/build/typescript/component/textArea.d.cts +51 -0
- package/dist/styleD/build/typescript/component/textArea.d.ts +51 -0
- package/dist/styleD/build/typescript/component/textArea.js +39 -43
- package/dist/styleD/build/typescript/component/textInput.cjs +44 -46
- package/dist/styleD/build/typescript/component/textInput.d.cts +52 -0
- package/dist/styleD/build/typescript/component/textInput.d.ts +52 -0
- package/dist/styleD/build/typescript/component/textInput.js +44 -44
- package/dist/styleD/build/typescript/component/topBar.cjs +166 -192
- package/dist/styleD/build/typescript/component/topBar.d.cts +198 -0
- package/dist/styleD/build/typescript/component/topBar.d.ts +198 -0
- package/dist/styleD/build/typescript/component/topBar.js +166 -190
- package/dist/styleD/build/typescript/component/typography.cjs +6 -6
- package/dist/styleD/build/typescript/component/typography.d.cts +10 -0
- package/dist/styleD/build/typescript/component/typography.d.ts +10 -0
- package/dist/styleD/build/typescript/component/typography.js +6 -4
- package/dist/styleD/build/typescript/component/userMenu.cjs +36 -34
- package/dist/styleD/build/typescript/component/userMenu.d.cts +40 -0
- package/dist/styleD/build/typescript/component/userMenu.d.ts +40 -0
- package/dist/styleD/build/typescript/component/userMenu.js +36 -32
- package/dist/styleD/build/typescript/semantic/breakpoints.cjs +8 -6
- package/dist/styleD/build/typescript/semantic/breakpoints.d.cts +12 -0
- package/dist/styleD/build/typescript/semantic/breakpoints.d.ts +12 -0
- package/dist/styleD/build/typescript/semantic/breakpoints.js +8 -4
- package/dist/styleD/build/typescript/semantic/colors.cjs +82 -80
- package/dist/styleD/build/typescript/semantic/colors.d.cts +86 -0
- package/dist/styleD/build/typescript/semantic/colors.d.ts +86 -0
- package/dist/styleD/build/typescript/semantic/colors.js +82 -78
- package/dist/styleD/build/typescript/semantic/grid.cjs +20 -18
- package/dist/styleD/build/typescript/semantic/grid.d.cts +24 -0
- package/dist/styleD/build/typescript/semantic/grid.d.ts +24 -0
- package/dist/styleD/build/typescript/semantic/grid.js +20 -16
- package/dist/styleD/build/typescript/semantic/shadow.cjs +6 -6
- package/dist/styleD/build/typescript/semantic/shadow.d.cts +10 -0
- package/dist/styleD/build/typescript/semantic/shadow.d.ts +10 -0
- package/dist/styleD/build/typescript/semantic/shadow.js +6 -4
- package/dist/styleD/build/typescript/semantic/sizing.cjs +28 -28
- package/dist/styleD/build/typescript/semantic/sizing.d.cts +34 -0
- package/dist/styleD/build/typescript/semantic/sizing.d.ts +34 -0
- package/dist/styleD/build/typescript/semantic/sizing.js +28 -26
- package/dist/styleD/build/typescript/semantic/typography.cjs +380 -378
- package/dist/styleD/build/typescript/semantic/typography.d.cts +384 -0
- package/dist/styleD/build/typescript/semantic/typography.d.ts +384 -0
- package/dist/styleD/build/typescript/semantic/typography.js +380 -376
- package/dist/styleD/utils/semantic/mq.cjs +48 -31
- package/dist/styleD/utils/semantic/mq.d.cts +56 -0
- package/dist/{types/styleD → styleD}/utils/semantic/mq.d.ts +18 -14
- package/dist/styleD/utils/semantic/mq.js +48 -21
- package/dist/styleD/utils/semantic/typography.cjs +10 -11
- package/dist/styleD/utils/semantic/typography.d.cts +12 -0
- package/dist/styleD/utils/semantic/typography.d.ts +12 -0
- package/dist/styleD/utils/semantic/typography.js +9 -9
- package/dist/util/mergeDeep.cjs +11 -15
- package/dist/util/mergeDeep.js +11 -13
- package/dist/util/reset.cjs +4 -10
- package/dist/util/reset.d.cts +4 -0
- package/dist/util/reset.d.ts +4 -0
- package/dist/util/reset.js +4 -8
- package/dist/util/reset2.cjs +8 -0
- package/dist/util/reset2.js +8 -0
- package/dist/util/types.d.cts +34 -0
- package/dist/util/types.d.ts +34 -0
- package/dist/util/useResize.cjs +24 -31
- package/dist/util/useResize.js +22 -28
- package/dist/utils.cjs +10 -14
- package/dist/utils.d.cts +4 -0
- package/dist/utils.d.ts +4 -0
- package/dist/utils.js +4 -3
- package/package.json +278 -131
- package/dist/components/Icon/styles.cjs +0 -27
- package/dist/components/LinkButton/styles.cjs +0 -9
- package/dist/components/UserMenu/default-options.cjs +0 -109
- package/dist/components/UserMenu/default-options.js +0 -105
- package/dist/types/AlertBanner.d.ts +0 -19
- package/dist/types/Avatar.d.ts +0 -19
- package/dist/types/AvatarButton.d.ts +0 -18
- package/dist/types/AvatarLink.d.ts +0 -18
- package/dist/types/Button.d.ts +0 -20
- package/dist/types/Byline.d.ts +0 -25
- package/dist/types/Checkbox.d.ts +0 -21
- package/dist/types/DatePicker.d.ts +0 -21
- package/dist/types/Favicon.d.ts +0 -19
- package/dist/types/Form.d.ts +0 -8
- package/dist/types/Grid.d.ts +0 -20
- package/dist/types/Icon.d.ts +0 -27
- package/dist/types/IconButton.d.ts +0 -20
- package/dist/types/IconLinkButton.d.ts +0 -20
- package/dist/types/InlineMessage.d.ts +0 -19
- package/dist/types/IntendedAudienceSignifier.d.ts +0 -19
- package/dist/types/Layout.d.ts +0 -20
- package/dist/types/Link.d.ts +0 -19
- package/dist/types/LinkButton.d.ts +0 -20
- package/dist/types/Menu.d.ts +0 -20
- package/dist/types/RadioGroup.d.ts +0 -20
- package/dist/types/Select.d.ts +0 -20
- package/dist/types/TagPicker.d.ts +0 -22
- package/dist/types/TextArea.d.ts +0 -20
- package/dist/types/TextInput.d.ts +0 -20
- package/dist/types/TopBar.d.ts +0 -29
- package/dist/types/Typography.d.ts +0 -19
- package/dist/types/UserMenu.d.ts +0 -18
- package/dist/types/components/AlertBanner/AlertBanner.d.ts +0 -2
- package/dist/types/components/AlertBanner/sandbox.d.ts +0 -5
- package/dist/types/components/AlertBanner/styles.d.ts +0 -9
- package/dist/types/components/AlertBanner/types.d.ts +0 -27
- package/dist/types/components/Avatar/Avatar.d.ts +0 -2
- package/dist/types/components/Avatar/sandbox.d.ts +0 -5
- package/dist/types/components/Avatar/styles.d.ts +0 -9
- package/dist/types/components/Avatar/types.d.ts +0 -45
- package/dist/types/components/AvatarButton/AvatarButton.d.ts +0 -2
- package/dist/types/components/AvatarButton/sandbox.d.ts +0 -5
- package/dist/types/components/AvatarButton/styles.d.ts +0 -6
- package/dist/types/components/AvatarButton/types.d.ts +0 -3
- package/dist/types/components/AvatarLink/AvatarLink.d.ts +0 -2
- package/dist/types/components/AvatarLink/sandbox.d.ts +0 -5
- package/dist/types/components/AvatarLink/styles.d.ts +0 -6
- package/dist/types/components/AvatarLink/types.d.ts +0 -3
- package/dist/types/components/Button/Button.d.ts +0 -2
- package/dist/types/components/Button/sandbox.d.ts +0 -5
- package/dist/types/components/Button/styles.d.ts +0 -8
- package/dist/types/components/Button/types.d.ts +0 -18
- package/dist/types/components/Byline/Preview.d.ts +0 -4
- package/dist/types/components/Byline/contributors-fixture.d.ts +0 -1
- package/dist/types/components/Byline/lib.d.ts +0 -48
- package/dist/types/components/Byline/lib.test.d.ts +0 -1
- package/dist/types/components/Byline/placeholder.d.ts +0 -2
- package/dist/types/components/Byline/plugins.d.ts +0 -4
- package/dist/types/components/Byline/schema.d.ts +0 -2
- package/dist/types/components/Byline/styles.d.ts +0 -13
- package/dist/types/components/Byline/theme.d.ts +0 -3
- package/dist/types/components/Checkbox/Checkbox.d.ts +0 -2
- package/dist/types/components/Checkbox/CheckboxGroup.d.ts +0 -2
- package/dist/types/components/Checkbox/CheckboxGroupSandbox.d.ts +0 -5
- package/dist/types/components/Checkbox/CheckboxSandbox.d.ts +0 -5
- package/dist/types/components/Checkbox/styles.d.ts +0 -10
- package/dist/types/components/Checkbox/types.d.ts +0 -11
- package/dist/types/components/DatePicker/DatePicker.d.ts +0 -2
- package/dist/types/components/DatePicker/sandbox.d.ts +0 -2
- package/dist/types/components/DatePicker/styles.d.ts +0 -11
- package/dist/types/components/DatePicker/types.d.ts +0 -21
- package/dist/types/components/Favicon/Favicon.d.ts +0 -2
- package/dist/types/components/Favicon/sandbox.d.ts +0 -5
- package/dist/types/components/Favicon/styles.d.ts +0 -9
- package/dist/types/components/Favicon/types.d.ts +0 -38
- package/dist/types/components/Form/Form.d.ts +0 -5
- package/dist/types/components/Form/styles.d.ts +0 -13
- package/dist/types/components/Form/types.d.ts +0 -40
- package/dist/types/components/Grid/Grid.d.ts +0 -3
- package/dist/types/components/Grid/sandbox.d.ts +0 -5
- package/dist/types/components/Grid/styles.d.ts +0 -11
- package/dist/types/components/Grid/styles.test.d.ts +0 -1
- package/dist/types/components/Grid/types.d.ts +0 -25
- package/dist/types/components/Icon/Icon.d.ts +0 -2
- package/dist/types/components/Icon/sandbox.d.ts +0 -5
- package/dist/types/components/Icon/styles.d.ts +0 -9
- package/dist/types/components/Icon/types.d.ts +0 -28
- package/dist/types/components/IconButton/IconButton.d.ts +0 -2
- package/dist/types/components/IconButton/sandbox.d.ts +0 -5
- package/dist/types/components/IconButton/styles.d.ts +0 -398
- package/dist/types/components/IconButton/types.d.ts +0 -26
- package/dist/types/components/IconLinkButton/IconLinkButton.d.ts +0 -2
- package/dist/types/components/IconLinkButton/sandbox.d.ts +0 -5
- package/dist/types/components/IconLinkButton/styles.d.ts +0 -398
- package/dist/types/components/IconLinkButton/types.d.ts +0 -26
- package/dist/types/components/InlineMessage/InlineMessage.d.ts +0 -2
- package/dist/types/components/InlineMessage/sandbox.d.ts +0 -5
- package/dist/types/components/InlineMessage/styles.d.ts +0 -9
- package/dist/types/components/InlineMessage/types.d.ts +0 -21
- package/dist/types/components/IntendedAudienceSignifier/FlagIcons.d.ts +0 -5
- package/dist/types/components/IntendedAudienceSignifier/IntendedAudienceSignifier.d.ts +0 -2
- package/dist/types/components/IntendedAudienceSignifier/sandbox.d.ts +0 -5
- package/dist/types/components/IntendedAudienceSignifier/styles.d.ts +0 -8
- package/dist/types/components/IntendedAudienceSignifier/types.d.ts +0 -8
- package/dist/types/components/Layout/Layout.d.ts +0 -11
- package/dist/types/components/Layout/sandbox.d.ts +0 -5
- package/dist/types/components/Layout/styles.d.ts +0 -19
- package/dist/types/components/Layout/types.d.ts +0 -30
- package/dist/types/components/Link/Link.d.ts +0 -2
- package/dist/types/components/Link/sandbox.d.ts +0 -5
- package/dist/types/components/Link/styles.d.ts +0 -7
- package/dist/types/components/Link/types.d.ts +0 -11
- package/dist/types/components/LinkButton/LinkButton.d.ts +0 -2
- package/dist/types/components/LinkButton/sandbox.d.ts +0 -5
- package/dist/types/components/LinkButton/styles.d.ts +0 -398
- package/dist/types/components/LinkButton/types.d.ts +0 -18
- package/dist/types/components/Menu/Menu.d.ts +0 -7
- package/dist/types/components/Menu/sandbox.d.ts +0 -5
- package/dist/types/components/Menu/styles.d.ts +0 -28
- package/dist/types/components/Menu/types.d.ts +0 -63
- package/dist/types/components/RadioGroup/RadioGroup.d.ts +0 -3
- package/dist/types/components/RadioGroup/sandbox.d.ts +0 -5
- package/dist/types/components/RadioGroup/styles.d.ts +0 -9
- package/dist/types/components/RadioGroup/types.d.ts +0 -10
- package/dist/types/components/Select/Select.d.ts +0 -3
- package/dist/types/components/Select/sandbox.d.ts +0 -5
- package/dist/types/components/Select/styles.d.ts +0 -10
- package/dist/types/components/Select/types.d.ts +0 -9
- package/dist/types/components/TagPicker/example-tags.d.ts +0 -2
- package/dist/types/components/TagPicker/styles.d.ts +0 -16
- package/dist/types/components/TagPicker/types.d.ts +0 -64
- package/dist/types/components/TextArea/TextArea.d.ts +0 -2
- package/dist/types/components/TextArea/sandbox.d.ts +0 -5
- package/dist/types/components/TextArea/styles.d.ts +0 -7
- package/dist/types/components/TextArea/types.d.ts +0 -7
- package/dist/types/components/TextInput/TextInput.d.ts +0 -2
- package/dist/types/components/TextInput/sandbox.d.ts +0 -5
- package/dist/types/components/TextInput/styles.d.ts +0 -7
- package/dist/types/components/TextInput/types.d.ts +0 -7
- package/dist/types/components/TopBar/TopBar.d.ts +0 -11
- package/dist/types/components/TopBar/TopBarItem/TopBarItem.d.ts +0 -2
- package/dist/types/components/TopBar/TopBarItem/sandbox.d.ts +0 -5
- package/dist/types/components/TopBar/TopBarItem/styles.d.ts +0 -8
- package/dist/types/components/TopBar/TopBarItem/types.d.ts +0 -19
- package/dist/types/components/TopBar/TopBarNavigation/TopBarNavigation.d.ts +0 -2
- package/dist/types/components/TopBar/TopBarNavigation/sandbox.d.ts +0 -5
- package/dist/types/components/TopBar/TopBarNavigation/styles.d.ts +0 -12
- package/dist/types/components/TopBar/TopBarNavigation/types.d.ts +0 -49
- package/dist/types/components/TopBar/TopBarToolName/TopBarToolName.d.ts +0 -2
- package/dist/types/components/TopBar/TopBarToolName/sandbox.d.ts +0 -5
- package/dist/types/components/TopBar/TopBarToolName/styles.d.ts +0 -16
- package/dist/types/components/TopBar/TopBarToolName/types.d.ts +0 -40
- package/dist/types/components/TopBar/sandbox.d.ts +0 -5
- package/dist/types/components/TopBar/styles.d.ts +0 -15
- package/dist/types/components/TopBar/types.d.ts +0 -12
- package/dist/types/components/Typography/Typography.d.ts +0 -6
- package/dist/types/components/Typography/sandbox.d.ts +0 -5
- package/dist/types/components/Typography/styles.d.ts +0 -8
- package/dist/types/components/Typography/types.d.ts +0 -14
- package/dist/types/components/UserMenu/PreferenceRadioGroup.d.ts +0 -15
- package/dist/types/components/UserMenu/TitleText.d.ts +0 -6
- package/dist/types/components/UserMenu/UserMenu.d.ts +0 -17
- package/dist/types/components/UserMenu/default-options.d.ts +0 -5
- package/dist/types/components/UserMenu/model.d.ts +0 -9
- package/dist/types/components/UserMenu/styles.d.ts +0 -9
- package/dist/types/components/UserMenu/theme.d.ts +0 -3
- package/dist/types/components/UserMenu/types.d.ts +0 -5
- package/dist/types/fonts/material-symbols-types.d.ts +0 -3853
- package/dist/types/index.d.ts +0 -86
- package/dist/types/styleD/build/typescript/base/colors.d.ts +0 -144
- package/dist/types/styleD/build/typescript/base/radius.d.ts +0 -12
- package/dist/types/styleD/build/typescript/base/sizing.d.ts +0 -26
- package/dist/types/styleD/build/typescript/base/spacing.d.ts +0 -40
- package/dist/types/styleD/build/typescript/base/typography.d.ts +0 -81
- package/dist/types/styleD/build/typescript/component/alertBanner.d.ts +0 -48
- package/dist/types/styleD/build/typescript/component/autocomplete.d.ts +0 -32
- package/dist/types/styleD/build/typescript/component/avatar.d.ts +0 -171
- package/dist/types/styleD/build/typescript/component/button.d.ts +0 -398
- package/dist/types/styleD/build/typescript/component/byline.d.ts +0 -42
- package/dist/types/styleD/build/typescript/component/checkbox.d.ts +0 -100
- package/dist/types/styleD/build/typescript/component/datePicker.d.ts +0 -185
- package/dist/types/styleD/build/typescript/component/favicon.d.ts +0 -20
- package/dist/types/styleD/build/typescript/component/form.d.ts +0 -51
- package/dist/types/styleD/build/typescript/component/grid.d.ts +0 -29
- package/dist/types/styleD/build/typescript/component/icon.d.ts +0 -19
- package/dist/types/styleD/build/typescript/component/inlineMessage.d.ts +0 -29
- package/dist/types/styleD/build/typescript/component/intendedAudienceSignifier.d.ts +0 -32
- package/dist/types/styleD/build/typescript/component/layout.d.ts +0 -50
- package/dist/types/styleD/build/typescript/component/link.d.ts +0 -24
- package/dist/types/styleD/build/typescript/component/menu.d.ts +0 -145
- package/dist/types/styleD/build/typescript/component/radioGroup.d.ts +0 -85
- package/dist/types/styleD/build/typescript/component/select.d.ts +0 -68
- package/dist/types/styleD/build/typescript/component/tagTable.d.ts +0 -53
- package/dist/types/styleD/build/typescript/component/templateComponent.d.ts +0 -10
- package/dist/types/styleD/build/typescript/component/textArea.d.ts +0 -48
- package/dist/types/styleD/build/typescript/component/textInput.d.ts +0 -49
- package/dist/types/styleD/build/typescript/component/topBar.d.ts +0 -195
- package/dist/types/styleD/build/typescript/component/typography.d.ts +0 -7
- package/dist/types/styleD/build/typescript/component/userMenu.d.ts +0 -37
- package/dist/types/styleD/build/typescript/semantic/breakpoints.d.ts +0 -9
- package/dist/types/styleD/build/typescript/semantic/colors.d.ts +0 -83
- package/dist/types/styleD/build/typescript/semantic/grid.d.ts +0 -21
- package/dist/types/styleD/build/typescript/semantic/shadow.d.ts +0 -7
- package/dist/types/styleD/build/typescript/semantic/sizing.d.ts +0 -31
- package/dist/types/styleD/build/typescript/semantic/typography.d.ts +0 -381
- package/dist/types/styleD/stories/base/Radius.d.ts +0 -1
- package/dist/types/styleD/stories/base/Sizing.d.ts +0 -1
- package/dist/types/styleD/stories/base/Spacing.d.ts +0 -1
- package/dist/types/styleD/stories/base/Typography.d.ts +0 -1
- package/dist/types/styleD/stories/base/storybookColorPalette.d.ts +0 -19
- package/dist/types/styleD/stories/semantic/Breakpoints.d.ts +0 -15
- package/dist/types/styleD/stories/semantic/Shadow.d.ts +0 -1
- package/dist/types/styleD/stories/semantic/Sizing.d.ts +0 -1
- package/dist/types/styleD/stories/semantic/TypographyPresets.d.ts +0 -1
- package/dist/types/styleD/utils/semantic/mq.test.d.ts +0 -1
- package/dist/types/styleD/utils/semantic/typography.d.ts +0 -9
- package/dist/types/styleD/utils/semantic/typography.test.d.ts +0 -1
- package/dist/types/templates/component/TemplateComponent.d.ts +0 -2
- package/dist/types/templates/component/sandbox.d.ts +0 -5
- package/dist/types/templates/component/styles.d.ts +0 -7
- package/dist/types/templates/component/types.d.ts +0 -5
- package/dist/types/util/mergeDeep.d.ts +0 -1
- package/dist/types/util/reset.d.ts +0 -1
- package/dist/types/util/storybook/sandbox/Sandbox.d.ts +0 -14
- package/dist/types/util/storybook/styles.d.ts +0 -1
- package/dist/types/util/types.d.ts +0 -34
- package/dist/types/util/useResize.d.ts +0 -1
- package/dist/types/utils.d.ts +0 -8
- package/dist/util/reset.css.cjs +0 -5
- package/dist/util/reset.css.js +0 -3
- /package/dist/fonts/{material-symbols-types.ts → materialSymbolsTypes.ts} +0 -0
|
@@ -1,3853 +0,0 @@
|
|
|
1
|
-
type MaterialSymbols = [
|
|
2
|
-
'123',
|
|
3
|
-
'360',
|
|
4
|
-
'10k',
|
|
5
|
-
'10mp',
|
|
6
|
-
'11mp',
|
|
7
|
-
'12mp',
|
|
8
|
-
'13mp',
|
|
9
|
-
'14mp',
|
|
10
|
-
'15mp',
|
|
11
|
-
'16mp',
|
|
12
|
-
'17mp',
|
|
13
|
-
'18_up_rating',
|
|
14
|
-
'18mp',
|
|
15
|
-
'19mp',
|
|
16
|
-
'1k',
|
|
17
|
-
'1k_plus',
|
|
18
|
-
'1x_mobiledata',
|
|
19
|
-
'1x_mobiledata_badge',
|
|
20
|
-
'20mp',
|
|
21
|
-
'21mp',
|
|
22
|
-
'22mp',
|
|
23
|
-
'23mp',
|
|
24
|
-
'24fps_select',
|
|
25
|
-
'24mp',
|
|
26
|
-
'2d',
|
|
27
|
-
'2k',
|
|
28
|
-
'2k_plus',
|
|
29
|
-
'2mp',
|
|
30
|
-
'30fps',
|
|
31
|
-
'30fps_select',
|
|
32
|
-
'3d',
|
|
33
|
-
'3d_rotation',
|
|
34
|
-
'3g_mobiledata',
|
|
35
|
-
'3g_mobiledata_badge',
|
|
36
|
-
'3k',
|
|
37
|
-
'3k_plus',
|
|
38
|
-
'3mp',
|
|
39
|
-
'3p',
|
|
40
|
-
'4g_mobiledata',
|
|
41
|
-
'4g_mobiledata_badge',
|
|
42
|
-
'4g_plus_mobiledata',
|
|
43
|
-
'4k',
|
|
44
|
-
'4k_plus',
|
|
45
|
-
'4mp',
|
|
46
|
-
'50mp',
|
|
47
|
-
'5g',
|
|
48
|
-
'5g_mobiledata_badge',
|
|
49
|
-
'5k',
|
|
50
|
-
'5k_plus',
|
|
51
|
-
'5mp',
|
|
52
|
-
'60fps',
|
|
53
|
-
'60fps_select',
|
|
54
|
-
'6_ft_apart',
|
|
55
|
-
'6k',
|
|
56
|
-
'6k_plus',
|
|
57
|
-
'6mp',
|
|
58
|
-
'7k',
|
|
59
|
-
'7k_plus',
|
|
60
|
-
'7mp',
|
|
61
|
-
'8k',
|
|
62
|
-
'8k_plus',
|
|
63
|
-
'8mp',
|
|
64
|
-
'9k',
|
|
65
|
-
'9k_plus',
|
|
66
|
-
'9mp',
|
|
67
|
-
'abc',
|
|
68
|
-
'ac_unit',
|
|
69
|
-
'accessibility',
|
|
70
|
-
'accessibility_new',
|
|
71
|
-
'accessible',
|
|
72
|
-
'accessible_forward',
|
|
73
|
-
'accessible_menu',
|
|
74
|
-
'account_balance',
|
|
75
|
-
'account_balance_wallet',
|
|
76
|
-
'account_box',
|
|
77
|
-
'account_child',
|
|
78
|
-
'account_child_invert',
|
|
79
|
-
'account_circle',
|
|
80
|
-
'account_circle_off',
|
|
81
|
-
'account_tree',
|
|
82
|
-
'action_key',
|
|
83
|
-
'activity_zone',
|
|
84
|
-
'acupuncture',
|
|
85
|
-
'acute',
|
|
86
|
-
'ad',
|
|
87
|
-
'ad_group',
|
|
88
|
-
'ad_group_off',
|
|
89
|
-
'ad_off',
|
|
90
|
-
'adaptive_audio_mic',
|
|
91
|
-
'adaptive_audio_mic_off',
|
|
92
|
-
'adb',
|
|
93
|
-
'add',
|
|
94
|
-
'add_2',
|
|
95
|
-
'add_a_photo',
|
|
96
|
-
'add_ad',
|
|
97
|
-
'add_alert',
|
|
98
|
-
'add_box',
|
|
99
|
-
'add_business',
|
|
100
|
-
'add_call',
|
|
101
|
-
'add_card',
|
|
102
|
-
'add_chart',
|
|
103
|
-
'add_circle',
|
|
104
|
-
'add_column_left',
|
|
105
|
-
'add_column_right',
|
|
106
|
-
'add_comment',
|
|
107
|
-
'add_diamond',
|
|
108
|
-
'add_home',
|
|
109
|
-
'add_home_work',
|
|
110
|
-
'add_link',
|
|
111
|
-
'add_location',
|
|
112
|
-
'add_location_alt',
|
|
113
|
-
'add_moderator',
|
|
114
|
-
'add_notes',
|
|
115
|
-
'add_photo_alternate',
|
|
116
|
-
'add_reaction',
|
|
117
|
-
'add_road',
|
|
118
|
-
'add_row_above',
|
|
119
|
-
'add_row_below',
|
|
120
|
-
'add_shopping_cart',
|
|
121
|
-
'add_task',
|
|
122
|
-
'add_to_drive',
|
|
123
|
-
'add_to_queue',
|
|
124
|
-
'add_triangle',
|
|
125
|
-
'adf_scanner',
|
|
126
|
-
'adjust',
|
|
127
|
-
'admin_meds',
|
|
128
|
-
'admin_panel_settings',
|
|
129
|
-
'ads_click',
|
|
130
|
-
'agender',
|
|
131
|
-
'agriculture',
|
|
132
|
-
'air',
|
|
133
|
-
'air_freshener',
|
|
134
|
-
'air_purifier',
|
|
135
|
-
'air_purifier_gen',
|
|
136
|
-
'airline_seat_flat',
|
|
137
|
-
'airline_seat_flat_angled',
|
|
138
|
-
'airline_seat_individual_suite',
|
|
139
|
-
'airline_seat_legroom_extra',
|
|
140
|
-
'airline_seat_legroom_normal',
|
|
141
|
-
'airline_seat_legroom_reduced',
|
|
142
|
-
'airline_seat_recline_extra',
|
|
143
|
-
'airline_seat_recline_normal',
|
|
144
|
-
'airline_stops',
|
|
145
|
-
'airlines',
|
|
146
|
-
'airplane_ticket',
|
|
147
|
-
'airplanemode_inactive',
|
|
148
|
-
'airplay',
|
|
149
|
-
'airport_shuttle',
|
|
150
|
-
'airwave',
|
|
151
|
-
'alarm',
|
|
152
|
-
'alarm_add',
|
|
153
|
-
'alarm_off',
|
|
154
|
-
'alarm_on',
|
|
155
|
-
'alarm_pause',
|
|
156
|
-
'alarm_smart_wake',
|
|
157
|
-
'album',
|
|
158
|
-
'align_center',
|
|
159
|
-
'align_end',
|
|
160
|
-
'align_flex_center',
|
|
161
|
-
'align_flex_end',
|
|
162
|
-
'align_flex_start',
|
|
163
|
-
'align_horizontal_center',
|
|
164
|
-
'align_horizontal_left',
|
|
165
|
-
'align_horizontal_right',
|
|
166
|
-
'align_items_stretch',
|
|
167
|
-
'align_justify_center',
|
|
168
|
-
'align_justify_flex_end',
|
|
169
|
-
'align_justify_flex_start',
|
|
170
|
-
'align_justify_space_around',
|
|
171
|
-
'align_justify_space_between',
|
|
172
|
-
'align_justify_space_even',
|
|
173
|
-
'align_justify_stretch',
|
|
174
|
-
'align_self_stretch',
|
|
175
|
-
'align_space_around',
|
|
176
|
-
'align_space_between',
|
|
177
|
-
'align_space_even',
|
|
178
|
-
'align_start',
|
|
179
|
-
'align_stretch',
|
|
180
|
-
'align_vertical_bottom',
|
|
181
|
-
'align_vertical_center',
|
|
182
|
-
'align_vertical_top',
|
|
183
|
-
'all_inbox',
|
|
184
|
-
'all_inclusive',
|
|
185
|
-
'all_match',
|
|
186
|
-
'all_out',
|
|
187
|
-
'allergies',
|
|
188
|
-
'allergy',
|
|
189
|
-
'alt_route',
|
|
190
|
-
'alternate_email',
|
|
191
|
-
'altitude',
|
|
192
|
-
'ambulance',
|
|
193
|
-
'amend',
|
|
194
|
-
'amp_stories',
|
|
195
|
-
'analytics',
|
|
196
|
-
'anchor',
|
|
197
|
-
'android',
|
|
198
|
-
'android_cell_4_bar',
|
|
199
|
-
'android_cell_4_bar_alert',
|
|
200
|
-
'android_cell_4_bar_off',
|
|
201
|
-
'android_cell_4_bar_plus',
|
|
202
|
-
'android_cell_5_bar',
|
|
203
|
-
'android_cell_5_bar_alert',
|
|
204
|
-
'android_cell_5_bar_off',
|
|
205
|
-
'android_cell_5_bar_plus',
|
|
206
|
-
'android_cell_dual_4_bar',
|
|
207
|
-
'android_cell_dual_4_bar_alert',
|
|
208
|
-
'android_cell_dual_4_bar_plus',
|
|
209
|
-
'android_cell_dual_5_bar',
|
|
210
|
-
'android_cell_dual_5_bar_alert',
|
|
211
|
-
'android_cell_dual_5_bar_plus',
|
|
212
|
-
'android_wifi_3_bar',
|
|
213
|
-
'android_wifi_3_bar_alert',
|
|
214
|
-
'android_wifi_3_bar_lock',
|
|
215
|
-
'android_wifi_3_bar_off',
|
|
216
|
-
'android_wifi_3_bar_plus',
|
|
217
|
-
'android_wifi_3_bar_question',
|
|
218
|
-
'android_wifi_4_bar',
|
|
219
|
-
'android_wifi_4_bar_alert',
|
|
220
|
-
'android_wifi_4_bar_lock',
|
|
221
|
-
'android_wifi_4_bar_off',
|
|
222
|
-
'android_wifi_4_bar_plus',
|
|
223
|
-
'android_wifi_4_bar_question',
|
|
224
|
-
'animated_images',
|
|
225
|
-
'animation',
|
|
226
|
-
'antigravity',
|
|
227
|
-
'aod_tablet',
|
|
228
|
-
'aod_watch',
|
|
229
|
-
'apartment',
|
|
230
|
-
'api',
|
|
231
|
-
'apk_document',
|
|
232
|
-
'apk_install',
|
|
233
|
-
'app_badging',
|
|
234
|
-
'app_registration',
|
|
235
|
-
'apparel',
|
|
236
|
-
'approval',
|
|
237
|
-
'approval_delegation',
|
|
238
|
-
'approval_delegation_off',
|
|
239
|
-
'apps',
|
|
240
|
-
'apps_outage',
|
|
241
|
-
'aq',
|
|
242
|
-
'aq_indoor',
|
|
243
|
-
'ar_on_you',
|
|
244
|
-
'ar_stickers',
|
|
245
|
-
'architecture',
|
|
246
|
-
'archive',
|
|
247
|
-
'area_chart',
|
|
248
|
-
'arming_countdown',
|
|
249
|
-
'arrow_and_edge',
|
|
250
|
-
'arrow_back',
|
|
251
|
-
'arrow_back_2',
|
|
252
|
-
'arrow_back_ios',
|
|
253
|
-
'arrow_back_ios_new',
|
|
254
|
-
'arrow_circle_down',
|
|
255
|
-
'arrow_circle_left',
|
|
256
|
-
'arrow_circle_right',
|
|
257
|
-
'arrow_circle_up',
|
|
258
|
-
'arrow_cool_down',
|
|
259
|
-
'arrow_downward',
|
|
260
|
-
'arrow_downward_alt',
|
|
261
|
-
'arrow_drop_down',
|
|
262
|
-
'arrow_drop_down_circle',
|
|
263
|
-
'arrow_drop_up',
|
|
264
|
-
'arrow_forward',
|
|
265
|
-
'arrow_forward_ios',
|
|
266
|
-
'arrow_insert',
|
|
267
|
-
'arrow_left',
|
|
268
|
-
'arrow_left_alt',
|
|
269
|
-
'arrow_menu_close',
|
|
270
|
-
'arrow_menu_open',
|
|
271
|
-
'arrow_or_edge',
|
|
272
|
-
'arrow_outward',
|
|
273
|
-
'arrow_range',
|
|
274
|
-
'arrow_right',
|
|
275
|
-
'arrow_right_alt',
|
|
276
|
-
'arrow_selector_tool',
|
|
277
|
-
'arrow_shape_up',
|
|
278
|
-
'arrow_shape_up_stack',
|
|
279
|
-
'arrow_shape_up_stack_2',
|
|
280
|
-
'arrow_split',
|
|
281
|
-
'arrow_top_left',
|
|
282
|
-
'arrow_top_right',
|
|
283
|
-
'arrow_upload_progress',
|
|
284
|
-
'arrow_upload_ready',
|
|
285
|
-
'arrow_upward',
|
|
286
|
-
'arrow_upward_alt',
|
|
287
|
-
'arrow_warm_up',
|
|
288
|
-
'arrows_input',
|
|
289
|
-
'arrows_left_right_circle',
|
|
290
|
-
'arrows_more_down',
|
|
291
|
-
'arrows_more_up',
|
|
292
|
-
'arrows_output',
|
|
293
|
-
'arrows_outward',
|
|
294
|
-
'arrows_up_down_circle',
|
|
295
|
-
'art_track',
|
|
296
|
-
'article',
|
|
297
|
-
'article_person',
|
|
298
|
-
'article_shortcut',
|
|
299
|
-
'artist',
|
|
300
|
-
'aspect_ratio',
|
|
301
|
-
'assignment',
|
|
302
|
-
'assignment_add',
|
|
303
|
-
'assignment_globe',
|
|
304
|
-
'assignment_ind',
|
|
305
|
-
'assignment_late',
|
|
306
|
-
'assignment_return',
|
|
307
|
-
'assignment_returned',
|
|
308
|
-
'assignment_turned_in',
|
|
309
|
-
'assist_walker',
|
|
310
|
-
'assistant_device',
|
|
311
|
-
'assistant_direction',
|
|
312
|
-
'assistant_navigation',
|
|
313
|
-
'assistant_on_hub',
|
|
314
|
-
'assured_workload',
|
|
315
|
-
'asterisk',
|
|
316
|
-
'atm',
|
|
317
|
-
'atr',
|
|
318
|
-
'attach_email',
|
|
319
|
-
'attach_file',
|
|
320
|
-
'attach_file_add',
|
|
321
|
-
'attach_file_off',
|
|
322
|
-
'attach_money',
|
|
323
|
-
'attachment',
|
|
324
|
-
'attractions',
|
|
325
|
-
'attribution',
|
|
326
|
-
'audio_description',
|
|
327
|
-
'audio_file',
|
|
328
|
-
'audio_video_receiver',
|
|
329
|
-
'auto_awesome_mosaic',
|
|
330
|
-
'auto_awesome_motion',
|
|
331
|
-
'auto_delete',
|
|
332
|
-
'auto_read_pause',
|
|
333
|
-
'auto_read_play',
|
|
334
|
-
'auto_stories',
|
|
335
|
-
'auto_stories_off',
|
|
336
|
-
'auto_towing',
|
|
337
|
-
'auto_transmission',
|
|
338
|
-
'autofps_select',
|
|
339
|
-
'automation',
|
|
340
|
-
'autopause',
|
|
341
|
-
'autoplay',
|
|
342
|
-
'autorenew',
|
|
343
|
-
'autostop',
|
|
344
|
-
'av1',
|
|
345
|
-
'av_timer',
|
|
346
|
-
'avc',
|
|
347
|
-
'avg_pace',
|
|
348
|
-
'avg_time',
|
|
349
|
-
'avocado_bean',
|
|
350
|
-
'award_meal',
|
|
351
|
-
'award_star',
|
|
352
|
-
'azm',
|
|
353
|
-
'b_circle',
|
|
354
|
-
'baby_changing_station',
|
|
355
|
-
'back_hand',
|
|
356
|
-
'back_to_tab',
|
|
357
|
-
'background_dot_large',
|
|
358
|
-
'background_dot_small',
|
|
359
|
-
'background_grid_small',
|
|
360
|
-
'background_replace',
|
|
361
|
-
'backlight_high',
|
|
362
|
-
'backlight_high_off',
|
|
363
|
-
'backlight_low',
|
|
364
|
-
'backpack',
|
|
365
|
-
'backspace',
|
|
366
|
-
'backup',
|
|
367
|
-
'backup_table',
|
|
368
|
-
'badge',
|
|
369
|
-
'badge_critical_battery',
|
|
370
|
-
'badminton',
|
|
371
|
-
'bakery_dining',
|
|
372
|
-
'balance',
|
|
373
|
-
'balcony',
|
|
374
|
-
'ballot',
|
|
375
|
-
'bar_chart',
|
|
376
|
-
'bar_chart_4_bars',
|
|
377
|
-
'bar_chart_off',
|
|
378
|
-
'barcode',
|
|
379
|
-
'barcode_reader',
|
|
380
|
-
'barcode_scanner',
|
|
381
|
-
'barefoot',
|
|
382
|
-
'batch_prediction',
|
|
383
|
-
'bath_bedrock',
|
|
384
|
-
'bath_outdoor',
|
|
385
|
-
'bath_private',
|
|
386
|
-
'bath_public_large',
|
|
387
|
-
'bath_soak',
|
|
388
|
-
'bathroom',
|
|
389
|
-
'bathtub',
|
|
390
|
-
'battery_0_bar',
|
|
391
|
-
'battery_1_bar',
|
|
392
|
-
'battery_2_bar',
|
|
393
|
-
'battery_3_bar',
|
|
394
|
-
'battery_4_bar',
|
|
395
|
-
'battery_5_bar',
|
|
396
|
-
'battery_6_bar',
|
|
397
|
-
'battery_alert',
|
|
398
|
-
'battery_android_0',
|
|
399
|
-
'battery_android_1',
|
|
400
|
-
'battery_android_2',
|
|
401
|
-
'battery_android_3',
|
|
402
|
-
'battery_android_4',
|
|
403
|
-
'battery_android_5',
|
|
404
|
-
'battery_android_6',
|
|
405
|
-
'battery_android_alert',
|
|
406
|
-
'battery_android_bolt',
|
|
407
|
-
'battery_android_frame_1',
|
|
408
|
-
'battery_android_frame_2',
|
|
409
|
-
'battery_android_frame_3',
|
|
410
|
-
'battery_android_frame_4',
|
|
411
|
-
'battery_android_frame_5',
|
|
412
|
-
'battery_android_frame_6',
|
|
413
|
-
'battery_android_frame_alert',
|
|
414
|
-
'battery_android_frame_bolt',
|
|
415
|
-
'battery_android_frame_full',
|
|
416
|
-
'battery_android_frame_plus',
|
|
417
|
-
'battery_android_frame_question',
|
|
418
|
-
'battery_android_frame_share',
|
|
419
|
-
'battery_android_frame_shield',
|
|
420
|
-
'battery_android_full',
|
|
421
|
-
'battery_android_plus',
|
|
422
|
-
'battery_android_question',
|
|
423
|
-
'battery_android_share',
|
|
424
|
-
'battery_android_shield',
|
|
425
|
-
'battery_change',
|
|
426
|
-
'battery_charging_20',
|
|
427
|
-
'battery_charging_30',
|
|
428
|
-
'battery_charging_50',
|
|
429
|
-
'battery_charging_60',
|
|
430
|
-
'battery_charging_80',
|
|
431
|
-
'battery_charging_90',
|
|
432
|
-
'battery_charging_full',
|
|
433
|
-
'battery_error',
|
|
434
|
-
'battery_full',
|
|
435
|
-
'battery_full_alt',
|
|
436
|
-
'battery_horiz_000',
|
|
437
|
-
'battery_horiz_050',
|
|
438
|
-
'battery_horiz_075',
|
|
439
|
-
'battery_low',
|
|
440
|
-
'battery_plus',
|
|
441
|
-
'battery_profile',
|
|
442
|
-
'battery_share',
|
|
443
|
-
'battery_status_good',
|
|
444
|
-
'battery_unknown',
|
|
445
|
-
'battery_very_low',
|
|
446
|
-
'beach_access',
|
|
447
|
-
'bed',
|
|
448
|
-
'bedroom_baby',
|
|
449
|
-
'bedroom_child',
|
|
450
|
-
'bedroom_parent',
|
|
451
|
-
'bedtime',
|
|
452
|
-
'bedtime_off',
|
|
453
|
-
'beenhere',
|
|
454
|
-
'beer_meal',
|
|
455
|
-
'bento',
|
|
456
|
-
'bia',
|
|
457
|
-
'bid_landscape',
|
|
458
|
-
'bid_landscape_disabled',
|
|
459
|
-
'bigtop_updates',
|
|
460
|
-
'bike_dock',
|
|
461
|
-
'bike_lane',
|
|
462
|
-
'bike_scooter',
|
|
463
|
-
'biotech',
|
|
464
|
-
'blanket',
|
|
465
|
-
'blender',
|
|
466
|
-
'blind',
|
|
467
|
-
'blinds',
|
|
468
|
-
'blinds_2',
|
|
469
|
-
'blinds_2_closed',
|
|
470
|
-
'blinds_closed',
|
|
471
|
-
'block',
|
|
472
|
-
'blood_pressure',
|
|
473
|
-
'bloodtype',
|
|
474
|
-
'bluetooth',
|
|
475
|
-
'bluetooth_connected',
|
|
476
|
-
'bluetooth_disabled',
|
|
477
|
-
'bluetooth_drive',
|
|
478
|
-
'bluetooth_searching',
|
|
479
|
-
'blur_circular',
|
|
480
|
-
'blur_linear',
|
|
481
|
-
'blur_medium',
|
|
482
|
-
'blur_off',
|
|
483
|
-
'blur_on',
|
|
484
|
-
'blur_short',
|
|
485
|
-
'boat_bus',
|
|
486
|
-
'boat_railway',
|
|
487
|
-
'body_fat',
|
|
488
|
-
'body_system',
|
|
489
|
-
'bolt',
|
|
490
|
-
'bolt_boost',
|
|
491
|
-
'bomb',
|
|
492
|
-
'book',
|
|
493
|
-
'book_2',
|
|
494
|
-
'book_3',
|
|
495
|
-
'book_4',
|
|
496
|
-
'book_5',
|
|
497
|
-
'book_6',
|
|
498
|
-
'book_ribbon',
|
|
499
|
-
'bookmark',
|
|
500
|
-
'bookmark_add',
|
|
501
|
-
'bookmark_added',
|
|
502
|
-
'bookmark_bag',
|
|
503
|
-
'bookmark_check',
|
|
504
|
-
'bookmark_flag',
|
|
505
|
-
'bookmark_heart',
|
|
506
|
-
'bookmark_manager',
|
|
507
|
-
'bookmark_remove',
|
|
508
|
-
'bookmark_stacks',
|
|
509
|
-
'bookmark_star',
|
|
510
|
-
'bookmarks',
|
|
511
|
-
'books_movies_and_music',
|
|
512
|
-
'border_all',
|
|
513
|
-
'border_bottom',
|
|
514
|
-
'border_clear',
|
|
515
|
-
'border_color',
|
|
516
|
-
'border_horizontal',
|
|
517
|
-
'border_inner',
|
|
518
|
-
'border_left',
|
|
519
|
-
'border_outer',
|
|
520
|
-
'border_right',
|
|
521
|
-
'border_style',
|
|
522
|
-
'border_top',
|
|
523
|
-
'border_vertical',
|
|
524
|
-
'borg',
|
|
525
|
-
'bottom_app_bar',
|
|
526
|
-
'bottom_drawer',
|
|
527
|
-
'bottom_navigation',
|
|
528
|
-
'bottom_panel_close',
|
|
529
|
-
'bottom_panel_open',
|
|
530
|
-
'bottom_right_click',
|
|
531
|
-
'bottom_sheets',
|
|
532
|
-
'box',
|
|
533
|
-
'box_add',
|
|
534
|
-
'box_edit',
|
|
535
|
-
'boy',
|
|
536
|
-
'brand_awareness',
|
|
537
|
-
'brand_family',
|
|
538
|
-
'branding_watermark',
|
|
539
|
-
'breakfast_dining',
|
|
540
|
-
'breaking_news',
|
|
541
|
-
'breaking_news_alt_1',
|
|
542
|
-
'breastfeeding',
|
|
543
|
-
'brick',
|
|
544
|
-
'briefcase_meal',
|
|
545
|
-
'brightness_1',
|
|
546
|
-
'brightness_2',
|
|
547
|
-
'brightness_3',
|
|
548
|
-
'brightness_4',
|
|
549
|
-
'brightness_5',
|
|
550
|
-
'brightness_6',
|
|
551
|
-
'brightness_7',
|
|
552
|
-
'brightness_alert',
|
|
553
|
-
'brightness_auto',
|
|
554
|
-
'brightness_empty',
|
|
555
|
-
'brightness_medium',
|
|
556
|
-
'bring_your_own_ip',
|
|
557
|
-
'broadcast_on_home',
|
|
558
|
-
'broadcast_on_personal',
|
|
559
|
-
'broken_image',
|
|
560
|
-
'browse',
|
|
561
|
-
'browse_activity',
|
|
562
|
-
'browse_gallery',
|
|
563
|
-
'browser_updated',
|
|
564
|
-
'brunch_dining',
|
|
565
|
-
'brush',
|
|
566
|
-
'bubble',
|
|
567
|
-
'bubble_chart',
|
|
568
|
-
'bubbles',
|
|
569
|
-
'bucket_check',
|
|
570
|
-
'bug_report',
|
|
571
|
-
'build',
|
|
572
|
-
'build_circle',
|
|
573
|
-
'bungalow',
|
|
574
|
-
'burst_mode',
|
|
575
|
-
'bus_alert',
|
|
576
|
-
'bus_map_pin',
|
|
577
|
-
'bus_railway',
|
|
578
|
-
'business_center',
|
|
579
|
-
'business_chip',
|
|
580
|
-
'business_messages',
|
|
581
|
-
'buttons_alt',
|
|
582
|
-
'cabin',
|
|
583
|
-
'cable',
|
|
584
|
-
'cable_car',
|
|
585
|
-
'cached',
|
|
586
|
-
'cadence',
|
|
587
|
-
'cake',
|
|
588
|
-
'cake_add',
|
|
589
|
-
'calculate',
|
|
590
|
-
'calendar_add_on',
|
|
591
|
-
'calendar_apps_script',
|
|
592
|
-
'calendar_check',
|
|
593
|
-
'calendar_clock',
|
|
594
|
-
'calendar_lock',
|
|
595
|
-
'calendar_meal',
|
|
596
|
-
'calendar_meal_2',
|
|
597
|
-
'calendar_month',
|
|
598
|
-
'calendar_today',
|
|
599
|
-
'calendar_view_day',
|
|
600
|
-
'calendar_view_month',
|
|
601
|
-
'calendar_view_week',
|
|
602
|
-
'call',
|
|
603
|
-
'call_end',
|
|
604
|
-
'call_log',
|
|
605
|
-
'call_made',
|
|
606
|
-
'call_merge',
|
|
607
|
-
'call_missed',
|
|
608
|
-
'call_missed_outgoing',
|
|
609
|
-
'call_quality',
|
|
610
|
-
'call_received',
|
|
611
|
-
'call_split',
|
|
612
|
-
'call_to_action',
|
|
613
|
-
'camera',
|
|
614
|
-
'camera_indoor',
|
|
615
|
-
'camera_outdoor',
|
|
616
|
-
'camera_roll',
|
|
617
|
-
'camera_video',
|
|
618
|
-
'cameraswitch',
|
|
619
|
-
'campaign',
|
|
620
|
-
'camping',
|
|
621
|
-
'cancel',
|
|
622
|
-
'cancel_presentation',
|
|
623
|
-
'cancel_schedule_send',
|
|
624
|
-
'candle',
|
|
625
|
-
'candlestick_chart',
|
|
626
|
-
'cannabis',
|
|
627
|
-
'captive_portal',
|
|
628
|
-
'capture',
|
|
629
|
-
'car_crash',
|
|
630
|
-
'car_defrost_left',
|
|
631
|
-
'car_defrost_low_left',
|
|
632
|
-
'car_defrost_low_right',
|
|
633
|
-
'car_defrost_mid_left',
|
|
634
|
-
'car_defrost_mid_low_left',
|
|
635
|
-
'car_defrost_mid_low_right',
|
|
636
|
-
'car_defrost_mid_right',
|
|
637
|
-
'car_defrost_right',
|
|
638
|
-
'car_fan_low_left',
|
|
639
|
-
'car_fan_low_mid_left',
|
|
640
|
-
'car_fan_low_right',
|
|
641
|
-
'car_fan_mid_left',
|
|
642
|
-
'car_fan_mid_low_right',
|
|
643
|
-
'car_fan_mid_right',
|
|
644
|
-
'car_fan_recirculate',
|
|
645
|
-
'car_gear',
|
|
646
|
-
'car_lock',
|
|
647
|
-
'car_mirror_heat',
|
|
648
|
-
'car_rental',
|
|
649
|
-
'car_repair',
|
|
650
|
-
'car_tag',
|
|
651
|
-
'card_membership',
|
|
652
|
-
'card_travel',
|
|
653
|
-
'cardio_load',
|
|
654
|
-
'cardiology',
|
|
655
|
-
'cards',
|
|
656
|
-
'cards_stack',
|
|
657
|
-
'cards_star',
|
|
658
|
-
'carpenter',
|
|
659
|
-
'carry_on_bag',
|
|
660
|
-
'carry_on_bag_checked',
|
|
661
|
-
'carry_on_bag_inactive',
|
|
662
|
-
'carry_on_bag_question',
|
|
663
|
-
'cases',
|
|
664
|
-
'casino',
|
|
665
|
-
'cast',
|
|
666
|
-
'cast_connected',
|
|
667
|
-
'cast_for_education',
|
|
668
|
-
'cast_pause',
|
|
669
|
-
'cast_warning',
|
|
670
|
-
'castle',
|
|
671
|
-
'category',
|
|
672
|
-
'category_search',
|
|
673
|
-
'celebration',
|
|
674
|
-
'cell_merge',
|
|
675
|
-
'cell_tower',
|
|
676
|
-
'cell_wifi',
|
|
677
|
-
'center_focus_strong',
|
|
678
|
-
'center_focus_weak',
|
|
679
|
-
'chair',
|
|
680
|
-
'chair_alt',
|
|
681
|
-
'chair_counter',
|
|
682
|
-
'chair_fireplace',
|
|
683
|
-
'chair_umbrella',
|
|
684
|
-
'chalet',
|
|
685
|
-
'change_circle',
|
|
686
|
-
'change_history',
|
|
687
|
-
'charger',
|
|
688
|
-
'chart_data',
|
|
689
|
-
'chat',
|
|
690
|
-
'chat_add_on',
|
|
691
|
-
'chat_apps_script',
|
|
692
|
-
'chat_bubble',
|
|
693
|
-
'chat_bubble_off',
|
|
694
|
-
'chat_dashed',
|
|
695
|
-
'chat_error',
|
|
696
|
-
'chat_info',
|
|
697
|
-
'chat_paste_go',
|
|
698
|
-
'chat_paste_go_2',
|
|
699
|
-
'check',
|
|
700
|
-
'check_alert',
|
|
701
|
-
'check_box',
|
|
702
|
-
'check_box_outline_blank',
|
|
703
|
-
'check_circle',
|
|
704
|
-
'check_circle_unread',
|
|
705
|
-
'check_in_out',
|
|
706
|
-
'check_indeterminate_small',
|
|
707
|
-
'check_small',
|
|
708
|
-
'checkbook',
|
|
709
|
-
'checked_bag',
|
|
710
|
-
'checked_bag_question',
|
|
711
|
-
'checklist',
|
|
712
|
-
'checklist_rtl',
|
|
713
|
-
'checkroom',
|
|
714
|
-
'cheer',
|
|
715
|
-
'chef_hat',
|
|
716
|
-
'chess',
|
|
717
|
-
'chess_bishop',
|
|
718
|
-
'chess_bishop_2',
|
|
719
|
-
'chess_king',
|
|
720
|
-
'chess_king_2',
|
|
721
|
-
'chess_knight',
|
|
722
|
-
'chess_pawn',
|
|
723
|
-
'chess_pawn_2',
|
|
724
|
-
'chess_queen',
|
|
725
|
-
'chess_rook',
|
|
726
|
-
'chevron_backward',
|
|
727
|
-
'chevron_forward',
|
|
728
|
-
'chevron_left',
|
|
729
|
-
'chevron_line_up',
|
|
730
|
-
'chevron_right',
|
|
731
|
-
'child_care',
|
|
732
|
-
'child_friendly',
|
|
733
|
-
'child_hat',
|
|
734
|
-
'chip_extraction',
|
|
735
|
-
'chips',
|
|
736
|
-
'chrome_reader_mode',
|
|
737
|
-
'chromecast_2',
|
|
738
|
-
'chromecast_device',
|
|
739
|
-
'chronic',
|
|
740
|
-
'church',
|
|
741
|
-
'cinematic_blur',
|
|
742
|
-
'circle',
|
|
743
|
-
'circle_circle',
|
|
744
|
-
'circle_notifications',
|
|
745
|
-
'circles',
|
|
746
|
-
'circles_ext',
|
|
747
|
-
'clarify',
|
|
748
|
-
'clean_hands',
|
|
749
|
-
'cleaning',
|
|
750
|
-
'cleaning_bucket',
|
|
751
|
-
'cleaning_services',
|
|
752
|
-
'clear_all',
|
|
753
|
-
'clear_day',
|
|
754
|
-
'climate_mini_split',
|
|
755
|
-
'clinical_notes',
|
|
756
|
-
'clock_arrow_down',
|
|
757
|
-
'clock_arrow_up',
|
|
758
|
-
'clock_loader_10',
|
|
759
|
-
'clock_loader_20',
|
|
760
|
-
'clock_loader_40',
|
|
761
|
-
'clock_loader_60',
|
|
762
|
-
'clock_loader_80',
|
|
763
|
-
'clock_loader_90',
|
|
764
|
-
'close',
|
|
765
|
-
'close_fullscreen',
|
|
766
|
-
'close_small',
|
|
767
|
-
'closed_caption',
|
|
768
|
-
'closed_caption_add',
|
|
769
|
-
'closed_caption_disabled',
|
|
770
|
-
'cloud',
|
|
771
|
-
'cloud_alert',
|
|
772
|
-
'cloud_circle',
|
|
773
|
-
'cloud_done',
|
|
774
|
-
'cloud_download',
|
|
775
|
-
'cloud_lock',
|
|
776
|
-
'cloud_off',
|
|
777
|
-
'cloud_sync',
|
|
778
|
-
'cloud_upload',
|
|
779
|
-
'co2',
|
|
780
|
-
'co_present',
|
|
781
|
-
'code',
|
|
782
|
-
'code_blocks',
|
|
783
|
-
'code_off',
|
|
784
|
-
'code_xml',
|
|
785
|
-
'coffee',
|
|
786
|
-
'coffee_maker',
|
|
787
|
-
'cognition',
|
|
788
|
-
'cognition_2',
|
|
789
|
-
'collapse_all',
|
|
790
|
-
'collapse_content',
|
|
791
|
-
'collections_bookmark',
|
|
792
|
-
'colorize',
|
|
793
|
-
'colors',
|
|
794
|
-
'combine_columns',
|
|
795
|
-
'comedy_mask',
|
|
796
|
-
'comic_bubble',
|
|
797
|
-
'comment',
|
|
798
|
-
'comment_bank',
|
|
799
|
-
'comments_disabled',
|
|
800
|
-
'commit',
|
|
801
|
-
'communication',
|
|
802
|
-
'communities',
|
|
803
|
-
'commute',
|
|
804
|
-
'compare',
|
|
805
|
-
'compare_arrows',
|
|
806
|
-
'compass_calibration',
|
|
807
|
-
'component_exchange',
|
|
808
|
-
'compost',
|
|
809
|
-
'compress',
|
|
810
|
-
'computer',
|
|
811
|
-
'computer_arrow_up',
|
|
812
|
-
'computer_cancel',
|
|
813
|
-
'computer_sound',
|
|
814
|
-
'concierge',
|
|
815
|
-
'conditions',
|
|
816
|
-
'confirmation_number',
|
|
817
|
-
'congenital',
|
|
818
|
-
'connect_without_contact',
|
|
819
|
-
'connected_tv',
|
|
820
|
-
'connecting_airports',
|
|
821
|
-
'construction',
|
|
822
|
-
'contact_emergency',
|
|
823
|
-
'contact_mail',
|
|
824
|
-
'contact_page',
|
|
825
|
-
'contact_phone',
|
|
826
|
-
'contact_support',
|
|
827
|
-
'contactless',
|
|
828
|
-
'contactless_off',
|
|
829
|
-
'contacts',
|
|
830
|
-
'contacts_product',
|
|
831
|
-
'content_copy',
|
|
832
|
-
'content_cut',
|
|
833
|
-
'content_paste',
|
|
834
|
-
'content_paste_go',
|
|
835
|
-
'content_paste_off',
|
|
836
|
-
'content_paste_search',
|
|
837
|
-
'contextual_token',
|
|
838
|
-
'contextual_token_add',
|
|
839
|
-
'contract',
|
|
840
|
-
'contract_delete',
|
|
841
|
-
'contract_edit',
|
|
842
|
-
'contrast',
|
|
843
|
-
'contrast_circle',
|
|
844
|
-
'contrast_rtl_off',
|
|
845
|
-
'contrast_square',
|
|
846
|
-
'control_camera',
|
|
847
|
-
'control_point_duplicate',
|
|
848
|
-
'controller_gen',
|
|
849
|
-
'conversation',
|
|
850
|
-
'conversion_path',
|
|
851
|
-
'conversion_path_off',
|
|
852
|
-
'convert_to_text',
|
|
853
|
-
'conveyor_belt',
|
|
854
|
-
'cookie',
|
|
855
|
-
'cookie_off',
|
|
856
|
-
'cooking',
|
|
857
|
-
'cool_to_dry',
|
|
858
|
-
'copy_all',
|
|
859
|
-
'copyright',
|
|
860
|
-
'coronavirus',
|
|
861
|
-
'corporate_fare',
|
|
862
|
-
'cottage',
|
|
863
|
-
'counter_0',
|
|
864
|
-
'counter_1',
|
|
865
|
-
'counter_2',
|
|
866
|
-
'counter_3',
|
|
867
|
-
'counter_4',
|
|
868
|
-
'counter_5',
|
|
869
|
-
'counter_6',
|
|
870
|
-
'counter_7',
|
|
871
|
-
'counter_8',
|
|
872
|
-
'counter_9',
|
|
873
|
-
'countertops',
|
|
874
|
-
'create_new_folder',
|
|
875
|
-
'credit_card',
|
|
876
|
-
'credit_card_clock',
|
|
877
|
-
'credit_card_gear',
|
|
878
|
-
'credit_card_heart',
|
|
879
|
-
'credit_card_off',
|
|
880
|
-
'credit_score',
|
|
881
|
-
'crib',
|
|
882
|
-
'crisis_alert',
|
|
883
|
-
'crop',
|
|
884
|
-
'crop_16_9',
|
|
885
|
-
'crop_3_2',
|
|
886
|
-
'crop_5_4',
|
|
887
|
-
'crop_7_5',
|
|
888
|
-
'crop_9_16',
|
|
889
|
-
'crop_free',
|
|
890
|
-
'crop_landscape',
|
|
891
|
-
'crop_portrait',
|
|
892
|
-
'crop_rotate',
|
|
893
|
-
'crop_square',
|
|
894
|
-
'crossword',
|
|
895
|
-
'crowdsource',
|
|
896
|
-
'crown',
|
|
897
|
-
'cruelty_free',
|
|
898
|
-
'css',
|
|
899
|
-
'csv',
|
|
900
|
-
'currency_bitcoin',
|
|
901
|
-
'currency_exchange',
|
|
902
|
-
'currency_franc',
|
|
903
|
-
'currency_lira',
|
|
904
|
-
'currency_pound',
|
|
905
|
-
'currency_ruble',
|
|
906
|
-
'currency_rupee',
|
|
907
|
-
'currency_rupee_circle',
|
|
908
|
-
'currency_yen',
|
|
909
|
-
'currency_yuan',
|
|
910
|
-
'curtains',
|
|
911
|
-
'curtains_closed',
|
|
912
|
-
'custom_typography',
|
|
913
|
-
'cycle',
|
|
914
|
-
'cyclone',
|
|
915
|
-
'dangerous',
|
|
916
|
-
'dark_mode',
|
|
917
|
-
'dashboard',
|
|
918
|
-
'dashboard_2',
|
|
919
|
-
'dashboard_2_edit',
|
|
920
|
-
'dashboard_2_gear',
|
|
921
|
-
'dashboard_customize',
|
|
922
|
-
'data_alert',
|
|
923
|
-
'data_array',
|
|
924
|
-
'data_check',
|
|
925
|
-
'data_exploration',
|
|
926
|
-
'data_info_alert',
|
|
927
|
-
'data_loss_prevention',
|
|
928
|
-
'data_object',
|
|
929
|
-
'data_saver_on',
|
|
930
|
-
'data_table',
|
|
931
|
-
'data_thresholding',
|
|
932
|
-
'data_usage',
|
|
933
|
-
'database',
|
|
934
|
-
'database_off',
|
|
935
|
-
'database_search',
|
|
936
|
-
'database_upload',
|
|
937
|
-
'dataset',
|
|
938
|
-
'dataset_linked',
|
|
939
|
-
'date_range',
|
|
940
|
-
'deblur',
|
|
941
|
-
'deceased',
|
|
942
|
-
'decimal_decrease',
|
|
943
|
-
'decimal_increase',
|
|
944
|
-
'deck',
|
|
945
|
-
'dehaze',
|
|
946
|
-
'delete',
|
|
947
|
-
'delete_forever',
|
|
948
|
-
'delete_history',
|
|
949
|
-
'delete_sweep',
|
|
950
|
-
'delivery_truck_bolt',
|
|
951
|
-
'delivery_truck_speed',
|
|
952
|
-
'demography',
|
|
953
|
-
'density_large',
|
|
954
|
-
'density_medium',
|
|
955
|
-
'density_small',
|
|
956
|
-
'dentistry',
|
|
957
|
-
'departure_board',
|
|
958
|
-
'deployed_code',
|
|
959
|
-
'deployed_code_account',
|
|
960
|
-
'deployed_code_alert',
|
|
961
|
-
'deployed_code_history',
|
|
962
|
-
'deployed_code_update',
|
|
963
|
-
'dermatology',
|
|
964
|
-
'description',
|
|
965
|
-
'deselect',
|
|
966
|
-
'design_services',
|
|
967
|
-
'desk',
|
|
968
|
-
'deskphone',
|
|
969
|
-
'desktop_access_disabled',
|
|
970
|
-
'desktop_cloud',
|
|
971
|
-
'desktop_cloud_stack',
|
|
972
|
-
'desktop_landscape',
|
|
973
|
-
'desktop_landscape_add',
|
|
974
|
-
'desktop_mac',
|
|
975
|
-
'desktop_portrait',
|
|
976
|
-
'desktop_windows',
|
|
977
|
-
'destruction',
|
|
978
|
-
'details',
|
|
979
|
-
'detection_and_zone',
|
|
980
|
-
'detection_and_zone_off',
|
|
981
|
-
'detector',
|
|
982
|
-
'detector_alarm',
|
|
983
|
-
'detector_battery',
|
|
984
|
-
'detector_co',
|
|
985
|
-
'detector_offline',
|
|
986
|
-
'detector_smoke',
|
|
987
|
-
'detector_status',
|
|
988
|
-
'developer_board',
|
|
989
|
-
'developer_board_off',
|
|
990
|
-
'developer_guide',
|
|
991
|
-
'developer_mode_tv',
|
|
992
|
-
'device_band',
|
|
993
|
-
'device_hub',
|
|
994
|
-
'device_thermostat',
|
|
995
|
-
'devices',
|
|
996
|
-
'devices_fold',
|
|
997
|
-
'devices_fold_2',
|
|
998
|
-
'devices_off',
|
|
999
|
-
'devices_other',
|
|
1000
|
-
'devices_wearables',
|
|
1001
|
-
'dew_point',
|
|
1002
|
-
'diagnosis',
|
|
1003
|
-
'diagonal_line',
|
|
1004
|
-
'dialer_sip',
|
|
1005
|
-
'dialogs',
|
|
1006
|
-
'dialpad',
|
|
1007
|
-
'diamond',
|
|
1008
|
-
'diamond_shine',
|
|
1009
|
-
'dictionary',
|
|
1010
|
-
'difference',
|
|
1011
|
-
'digital_out_of_home',
|
|
1012
|
-
'digital_wellbeing',
|
|
1013
|
-
'dine_heart',
|
|
1014
|
-
'dine_in',
|
|
1015
|
-
'dine_lamp',
|
|
1016
|
-
'dining',
|
|
1017
|
-
'dinner_dining',
|
|
1018
|
-
'directions',
|
|
1019
|
-
'directions_alt',
|
|
1020
|
-
'directions_alt_off',
|
|
1021
|
-
'directions_bike',
|
|
1022
|
-
'directions_boat',
|
|
1023
|
-
'directions_bus',
|
|
1024
|
-
'directions_car',
|
|
1025
|
-
'directions_off',
|
|
1026
|
-
'directions_railway',
|
|
1027
|
-
'directions_railway_2',
|
|
1028
|
-
'directions_run',
|
|
1029
|
-
'directions_subway',
|
|
1030
|
-
'directions_walk',
|
|
1031
|
-
'directory_sync',
|
|
1032
|
-
'dirty_lens',
|
|
1033
|
-
'disabled_by_default',
|
|
1034
|
-
'disabled_visible',
|
|
1035
|
-
'disc_full',
|
|
1036
|
-
'discover_tune',
|
|
1037
|
-
'dishwasher',
|
|
1038
|
-
'dishwasher_gen',
|
|
1039
|
-
'display_external_input',
|
|
1040
|
-
'display_settings',
|
|
1041
|
-
'distance',
|
|
1042
|
-
'diversity_1',
|
|
1043
|
-
'diversity_2',
|
|
1044
|
-
'diversity_3',
|
|
1045
|
-
'diversity_4',
|
|
1046
|
-
'dns',
|
|
1047
|
-
'do_not_disturb_off',
|
|
1048
|
-
'do_not_disturb_on',
|
|
1049
|
-
'do_not_disturb_on_total_silence',
|
|
1050
|
-
'do_not_step',
|
|
1051
|
-
'do_not_touch',
|
|
1052
|
-
'dock_to_bottom',
|
|
1053
|
-
'dock_to_left',
|
|
1054
|
-
'dock_to_right',
|
|
1055
|
-
'docs',
|
|
1056
|
-
'docs_add_on',
|
|
1057
|
-
'docs_apps_script',
|
|
1058
|
-
'document_scanner',
|
|
1059
|
-
'document_search',
|
|
1060
|
-
'domain',
|
|
1061
|
-
'domain_add',
|
|
1062
|
-
'domain_disabled',
|
|
1063
|
-
'domain_verification',
|
|
1064
|
-
'domain_verification_off',
|
|
1065
|
-
'domino_mask',
|
|
1066
|
-
'done_all',
|
|
1067
|
-
'done_outline',
|
|
1068
|
-
'donut_large',
|
|
1069
|
-
'donut_small',
|
|
1070
|
-
'door_back',
|
|
1071
|
-
'door_front',
|
|
1072
|
-
'door_open',
|
|
1073
|
-
'door_sensor',
|
|
1074
|
-
'door_sliding',
|
|
1075
|
-
'doorbell',
|
|
1076
|
-
'doorbell_3p',
|
|
1077
|
-
'doorbell_chime',
|
|
1078
|
-
'double_arrow',
|
|
1079
|
-
'downhill_skiing',
|
|
1080
|
-
'download',
|
|
1081
|
-
'download_2',
|
|
1082
|
-
'download_done',
|
|
1083
|
-
'download_for_offline',
|
|
1084
|
-
'downloading',
|
|
1085
|
-
'draft',
|
|
1086
|
-
'draft_orders',
|
|
1087
|
-
'drafts',
|
|
1088
|
-
'drag_click',
|
|
1089
|
-
'drag_handle',
|
|
1090
|
-
'drag_indicator',
|
|
1091
|
-
'drag_pan',
|
|
1092
|
-
'draw',
|
|
1093
|
-
'draw_abstract',
|
|
1094
|
-
'draw_collage',
|
|
1095
|
-
'dresser',
|
|
1096
|
-
'drive_export',
|
|
1097
|
-
'drive_file_move',
|
|
1098
|
-
'drive_folder_upload',
|
|
1099
|
-
'drone',
|
|
1100
|
-
'drone_2',
|
|
1101
|
-
'dropdown',
|
|
1102
|
-
'dropper_eye',
|
|
1103
|
-
'dry',
|
|
1104
|
-
'dry_cleaning',
|
|
1105
|
-
'dual_screen',
|
|
1106
|
-
'duo',
|
|
1107
|
-
'dvr',
|
|
1108
|
-
'dynamic_feed',
|
|
1109
|
-
'dynamic_form',
|
|
1110
|
-
'e911_avatar',
|
|
1111
|
-
'e911_emergency',
|
|
1112
|
-
'e_mobiledata',
|
|
1113
|
-
'e_mobiledata_badge',
|
|
1114
|
-
'ear_sound',
|
|
1115
|
-
'earbud_case',
|
|
1116
|
-
'earbud_left',
|
|
1117
|
-
'earbud_right',
|
|
1118
|
-
'earbuds',
|
|
1119
|
-
'earbuds_2',
|
|
1120
|
-
'earbuds_battery',
|
|
1121
|
-
'early_on',
|
|
1122
|
-
'earthquake',
|
|
1123
|
-
'east',
|
|
1124
|
-
'ecg',
|
|
1125
|
-
'ecg_heart',
|
|
1126
|
-
'eco',
|
|
1127
|
-
'eda',
|
|
1128
|
-
'edit',
|
|
1129
|
-
'edit_arrow_down',
|
|
1130
|
-
'edit_arrow_up',
|
|
1131
|
-
'edit_attributes',
|
|
1132
|
-
'edit_audio',
|
|
1133
|
-
'edit_calendar',
|
|
1134
|
-
'edit_document',
|
|
1135
|
-
'edit_location',
|
|
1136
|
-
'edit_location_alt',
|
|
1137
|
-
'edit_note',
|
|
1138
|
-
'edit_notifications',
|
|
1139
|
-
'edit_off',
|
|
1140
|
-
'edit_road',
|
|
1141
|
-
'edit_square',
|
|
1142
|
-
'editor_choice',
|
|
1143
|
-
'egg',
|
|
1144
|
-
'egg_alt',
|
|
1145
|
-
'eject',
|
|
1146
|
-
'elderly',
|
|
1147
|
-
'elderly_woman',
|
|
1148
|
-
'electric_bike',
|
|
1149
|
-
'electric_bolt',
|
|
1150
|
-
'electric_car',
|
|
1151
|
-
'electric_meter',
|
|
1152
|
-
'electric_moped',
|
|
1153
|
-
'electric_rickshaw',
|
|
1154
|
-
'electric_scooter',
|
|
1155
|
-
'electrical_services',
|
|
1156
|
-
'elevation',
|
|
1157
|
-
'elevator',
|
|
1158
|
-
'emergency',
|
|
1159
|
-
'emergency_heat',
|
|
1160
|
-
'emergency_heat_2',
|
|
1161
|
-
'emergency_home',
|
|
1162
|
-
'emergency_recording',
|
|
1163
|
-
'emergency_share',
|
|
1164
|
-
'emergency_share_off',
|
|
1165
|
-
'emoji_food_beverage',
|
|
1166
|
-
'emoji_language',
|
|
1167
|
-
'emoji_nature',
|
|
1168
|
-
'emoji_objects',
|
|
1169
|
-
'emoji_people',
|
|
1170
|
-
'emoji_symbols',
|
|
1171
|
-
'emoji_transportation',
|
|
1172
|
-
'emoticon',
|
|
1173
|
-
'empty_dashboard',
|
|
1174
|
-
'enable',
|
|
1175
|
-
'encrypted',
|
|
1176
|
-
'encrypted_add',
|
|
1177
|
-
'encrypted_add_circle',
|
|
1178
|
-
'encrypted_minus_circle',
|
|
1179
|
-
'encrypted_off',
|
|
1180
|
-
'endocrinology',
|
|
1181
|
-
'energy',
|
|
1182
|
-
'energy_program_saving',
|
|
1183
|
-
'energy_program_time_used',
|
|
1184
|
-
'energy_savings_leaf',
|
|
1185
|
-
'engineering',
|
|
1186
|
-
'enhanced_encryption',
|
|
1187
|
-
'ent',
|
|
1188
|
-
'enterprise',
|
|
1189
|
-
'enterprise_off',
|
|
1190
|
-
'equal',
|
|
1191
|
-
'equalizer',
|
|
1192
|
-
'eraser_size_1',
|
|
1193
|
-
'eraser_size_2',
|
|
1194
|
-
'eraser_size_3',
|
|
1195
|
-
'eraser_size_4',
|
|
1196
|
-
'eraser_size_5',
|
|
1197
|
-
'error',
|
|
1198
|
-
'error_med',
|
|
1199
|
-
'escalator',
|
|
1200
|
-
'escalator_warning',
|
|
1201
|
-
'euro',
|
|
1202
|
-
'euro_symbol',
|
|
1203
|
-
'ev_mobiledata_badge',
|
|
1204
|
-
'ev_shadow',
|
|
1205
|
-
'ev_shadow_add',
|
|
1206
|
-
'ev_shadow_minus',
|
|
1207
|
-
'ev_station',
|
|
1208
|
-
'event',
|
|
1209
|
-
'event_available',
|
|
1210
|
-
'event_busy',
|
|
1211
|
-
'event_list',
|
|
1212
|
-
'event_note',
|
|
1213
|
-
'event_repeat',
|
|
1214
|
-
'event_seat',
|
|
1215
|
-
'event_upcoming',
|
|
1216
|
-
'exclamation',
|
|
1217
|
-
'exercise',
|
|
1218
|
-
'exit_to_app',
|
|
1219
|
-
'expand',
|
|
1220
|
-
'expand_all',
|
|
1221
|
-
'expand_circle_down',
|
|
1222
|
-
'expand_circle_right',
|
|
1223
|
-
'expand_circle_up',
|
|
1224
|
-
'expand_content',
|
|
1225
|
-
'expansion_panels',
|
|
1226
|
-
'experiment',
|
|
1227
|
-
'explicit',
|
|
1228
|
-
'explore',
|
|
1229
|
-
'explore_nearby',
|
|
1230
|
-
'explore_off',
|
|
1231
|
-
'explosion',
|
|
1232
|
-
'export_notes',
|
|
1233
|
-
'exposure',
|
|
1234
|
-
'exposure_neg_1',
|
|
1235
|
-
'exposure_neg_2',
|
|
1236
|
-
'exposure_plus_1',
|
|
1237
|
-
'exposure_plus_2',
|
|
1238
|
-
'exposure_zero',
|
|
1239
|
-
'extension',
|
|
1240
|
-
'extension_off',
|
|
1241
|
-
'eye_tracking',
|
|
1242
|
-
'eyebrow',
|
|
1243
|
-
'eyeglasses',
|
|
1244
|
-
'eyeglasses_2',
|
|
1245
|
-
'eyeglasses_2_sound',
|
|
1246
|
-
'face',
|
|
1247
|
-
'face_2',
|
|
1248
|
-
'face_3',
|
|
1249
|
-
'face_4',
|
|
1250
|
-
'face_5',
|
|
1251
|
-
'face_6',
|
|
1252
|
-
'face_down',
|
|
1253
|
-
'face_left',
|
|
1254
|
-
'face_nod',
|
|
1255
|
-
'face_retouching_off',
|
|
1256
|
-
'face_right',
|
|
1257
|
-
'face_shake',
|
|
1258
|
-
'face_up',
|
|
1259
|
-
'fact_check',
|
|
1260
|
-
'factory',
|
|
1261
|
-
'falling',
|
|
1262
|
-
'familiar_face_and_zone',
|
|
1263
|
-
'family_group',
|
|
1264
|
-
'family_history',
|
|
1265
|
-
'family_home',
|
|
1266
|
-
'family_link',
|
|
1267
|
-
'family_restroom',
|
|
1268
|
-
'family_star',
|
|
1269
|
-
'fan_focus',
|
|
1270
|
-
'fan_indirect',
|
|
1271
|
-
'farsight_digital',
|
|
1272
|
-
'fast_forward',
|
|
1273
|
-
'fast_rewind',
|
|
1274
|
-
'fastfood',
|
|
1275
|
-
'faucet',
|
|
1276
|
-
'favorite',
|
|
1277
|
-
'fax',
|
|
1278
|
-
'feature_search',
|
|
1279
|
-
'featured_play_list',
|
|
1280
|
-
'featured_seasonal_and_gifts',
|
|
1281
|
-
'featured_video',
|
|
1282
|
-
'feedback',
|
|
1283
|
-
'female',
|
|
1284
|
-
'femur',
|
|
1285
|
-
'femur_alt',
|
|
1286
|
-
'fence',
|
|
1287
|
-
'fertile',
|
|
1288
|
-
'festival',
|
|
1289
|
-
'fiber_dvr',
|
|
1290
|
-
'fiber_manual_record',
|
|
1291
|
-
'fiber_new',
|
|
1292
|
-
'fiber_pin',
|
|
1293
|
-
'fiber_smart_record',
|
|
1294
|
-
'file_copy',
|
|
1295
|
-
'file_copy_off',
|
|
1296
|
-
'file_download_off',
|
|
1297
|
-
'file_export',
|
|
1298
|
-
'file_json',
|
|
1299
|
-
'file_map',
|
|
1300
|
-
'file_map_stack',
|
|
1301
|
-
'file_open',
|
|
1302
|
-
'file_png',
|
|
1303
|
-
'file_present',
|
|
1304
|
-
'file_save',
|
|
1305
|
-
'file_save_off',
|
|
1306
|
-
'file_upload_off',
|
|
1307
|
-
'files',
|
|
1308
|
-
'filter',
|
|
1309
|
-
'filter_1',
|
|
1310
|
-
'filter_2',
|
|
1311
|
-
'filter_3',
|
|
1312
|
-
'filter_4',
|
|
1313
|
-
'filter_5',
|
|
1314
|
-
'filter_6',
|
|
1315
|
-
'filter_7',
|
|
1316
|
-
'filter_8',
|
|
1317
|
-
'filter_9',
|
|
1318
|
-
'filter_9_plus',
|
|
1319
|
-
'filter_alt',
|
|
1320
|
-
'filter_alt_off',
|
|
1321
|
-
'filter_arrow_right',
|
|
1322
|
-
'filter_b_and_w',
|
|
1323
|
-
'filter_center_focus',
|
|
1324
|
-
'filter_drama',
|
|
1325
|
-
'filter_frames',
|
|
1326
|
-
'filter_list',
|
|
1327
|
-
'filter_list_off',
|
|
1328
|
-
'filter_none',
|
|
1329
|
-
'filter_retrolux',
|
|
1330
|
-
'filter_tilt_shift',
|
|
1331
|
-
'filter_vintage',
|
|
1332
|
-
'finance',
|
|
1333
|
-
'finance_chip',
|
|
1334
|
-
'finance_mode',
|
|
1335
|
-
'find_in_page',
|
|
1336
|
-
'find_replace',
|
|
1337
|
-
'fingerprint',
|
|
1338
|
-
'fingerprint_off',
|
|
1339
|
-
'fire_check',
|
|
1340
|
-
'fire_extinguisher',
|
|
1341
|
-
'fire_hydrant',
|
|
1342
|
-
'fire_truck',
|
|
1343
|
-
'fireplace',
|
|
1344
|
-
'first_page',
|
|
1345
|
-
'fit_page',
|
|
1346
|
-
'fit_page_height',
|
|
1347
|
-
'fit_page_width',
|
|
1348
|
-
'fit_screen',
|
|
1349
|
-
'fit_width',
|
|
1350
|
-
'fitness_center',
|
|
1351
|
-
'fitness_tracker',
|
|
1352
|
-
'fitness_trackers',
|
|
1353
|
-
'flag',
|
|
1354
|
-
'flag_2',
|
|
1355
|
-
'flag_check',
|
|
1356
|
-
'flag_circle',
|
|
1357
|
-
'flaky',
|
|
1358
|
-
'flare',
|
|
1359
|
-
'flash_auto',
|
|
1360
|
-
'flash_off',
|
|
1361
|
-
'flash_on',
|
|
1362
|
-
'flashlight_off',
|
|
1363
|
-
'flashlight_on',
|
|
1364
|
-
'flatware',
|
|
1365
|
-
'flex_direction',
|
|
1366
|
-
'flex_no_wrap',
|
|
1367
|
-
'flex_wrap',
|
|
1368
|
-
'flight',
|
|
1369
|
-
'flight_class',
|
|
1370
|
-
'flight_land',
|
|
1371
|
-
'flight_takeoff',
|
|
1372
|
-
'flights_and_hotels',
|
|
1373
|
-
'flip',
|
|
1374
|
-
'flip_camera_android',
|
|
1375
|
-
'flip_camera_ios',
|
|
1376
|
-
'flip_to_back',
|
|
1377
|
-
'flip_to_front',
|
|
1378
|
-
'float_landscape_2',
|
|
1379
|
-
'float_portrait_2',
|
|
1380
|
-
'flood',
|
|
1381
|
-
'floor',
|
|
1382
|
-
'floor_lamp',
|
|
1383
|
-
'flowchart',
|
|
1384
|
-
'flowsheet',
|
|
1385
|
-
'fluid',
|
|
1386
|
-
'fluid_balance',
|
|
1387
|
-
'fluid_med',
|
|
1388
|
-
'fluorescent',
|
|
1389
|
-
'flutter',
|
|
1390
|
-
'flutter_dash',
|
|
1391
|
-
'flyover',
|
|
1392
|
-
'fmd_bad',
|
|
1393
|
-
'foggy',
|
|
1394
|
-
'folded_hands',
|
|
1395
|
-
'folder',
|
|
1396
|
-
'folder_check',
|
|
1397
|
-
'folder_check_2',
|
|
1398
|
-
'folder_code',
|
|
1399
|
-
'folder_copy',
|
|
1400
|
-
'folder_data',
|
|
1401
|
-
'folder_delete',
|
|
1402
|
-
'folder_eye',
|
|
1403
|
-
'folder_info',
|
|
1404
|
-
'folder_limited',
|
|
1405
|
-
'folder_managed',
|
|
1406
|
-
'folder_match',
|
|
1407
|
-
'folder_off',
|
|
1408
|
-
'folder_open',
|
|
1409
|
-
'folder_shared',
|
|
1410
|
-
'folder_special',
|
|
1411
|
-
'folder_supervised',
|
|
1412
|
-
'folder_zip',
|
|
1413
|
-
'follow_the_signs',
|
|
1414
|
-
'font_download',
|
|
1415
|
-
'font_download_off',
|
|
1416
|
-
'food_bank',
|
|
1417
|
-
'foot_bones',
|
|
1418
|
-
'footprint',
|
|
1419
|
-
'for_you',
|
|
1420
|
-
'forest',
|
|
1421
|
-
'fork_chart',
|
|
1422
|
-
'fork_left',
|
|
1423
|
-
'fork_right',
|
|
1424
|
-
'fork_spoon',
|
|
1425
|
-
'forklift',
|
|
1426
|
-
'format_align_center',
|
|
1427
|
-
'format_align_justify',
|
|
1428
|
-
'format_align_left',
|
|
1429
|
-
'format_align_right',
|
|
1430
|
-
'format_bold',
|
|
1431
|
-
'format_clear',
|
|
1432
|
-
'format_color_fill',
|
|
1433
|
-
'format_color_reset',
|
|
1434
|
-
'format_color_text',
|
|
1435
|
-
'format_h1',
|
|
1436
|
-
'format_h2',
|
|
1437
|
-
'format_h3',
|
|
1438
|
-
'format_h4',
|
|
1439
|
-
'format_h5',
|
|
1440
|
-
'format_h6',
|
|
1441
|
-
'format_image_back',
|
|
1442
|
-
'format_image_break_left',
|
|
1443
|
-
'format_image_break_right',
|
|
1444
|
-
'format_image_front',
|
|
1445
|
-
'format_image_inline_left',
|
|
1446
|
-
'format_image_inline_right',
|
|
1447
|
-
'format_image_left',
|
|
1448
|
-
'format_image_right',
|
|
1449
|
-
'format_indent_decrease',
|
|
1450
|
-
'format_indent_increase',
|
|
1451
|
-
'format_ink_highlighter',
|
|
1452
|
-
'format_italic',
|
|
1453
|
-
'format_letter_spacing',
|
|
1454
|
-
'format_letter_spacing_2',
|
|
1455
|
-
'format_letter_spacing_standard',
|
|
1456
|
-
'format_letter_spacing_wide',
|
|
1457
|
-
'format_letter_spacing_wider',
|
|
1458
|
-
'format_line_spacing',
|
|
1459
|
-
'format_list_bulleted',
|
|
1460
|
-
'format_list_bulleted_add',
|
|
1461
|
-
'format_list_numbered',
|
|
1462
|
-
'format_list_numbered_rtl',
|
|
1463
|
-
'format_overline',
|
|
1464
|
-
'format_paint',
|
|
1465
|
-
'format_paint_off',
|
|
1466
|
-
'format_paragraph',
|
|
1467
|
-
'format_quote',
|
|
1468
|
-
'format_quote_off',
|
|
1469
|
-
'format_shapes',
|
|
1470
|
-
'format_size',
|
|
1471
|
-
'format_strikethrough',
|
|
1472
|
-
'format_text_clip',
|
|
1473
|
-
'format_text_overflow',
|
|
1474
|
-
'format_text_wrap',
|
|
1475
|
-
'format_textdirection_l_to_r',
|
|
1476
|
-
'format_textdirection_r_to_l',
|
|
1477
|
-
'format_textdirection_vertical',
|
|
1478
|
-
'format_underlined',
|
|
1479
|
-
'format_underlined_squiggle',
|
|
1480
|
-
'forms_add_on',
|
|
1481
|
-
'forms_apps_script',
|
|
1482
|
-
'fort',
|
|
1483
|
-
'forum',
|
|
1484
|
-
'forward',
|
|
1485
|
-
'forward_10',
|
|
1486
|
-
'forward_30',
|
|
1487
|
-
'forward_5',
|
|
1488
|
-
'forward_circle',
|
|
1489
|
-
'forward_media',
|
|
1490
|
-
'forward_to_inbox',
|
|
1491
|
-
'foundation',
|
|
1492
|
-
'fragrance',
|
|
1493
|
-
'frame_bug',
|
|
1494
|
-
'frame_exclamation',
|
|
1495
|
-
'frame_inspect',
|
|
1496
|
-
'frame_person',
|
|
1497
|
-
'frame_person_mic',
|
|
1498
|
-
'frame_person_off',
|
|
1499
|
-
'frame_reload',
|
|
1500
|
-
'frame_source',
|
|
1501
|
-
'free_cancellation',
|
|
1502
|
-
'front_hand',
|
|
1503
|
-
'front_loader',
|
|
1504
|
-
'full_coverage',
|
|
1505
|
-
'full_hd',
|
|
1506
|
-
'full_stacked_bar_chart',
|
|
1507
|
-
'fullscreen',
|
|
1508
|
-
'fullscreen_exit',
|
|
1509
|
-
'fullscreen_portrait',
|
|
1510
|
-
'function',
|
|
1511
|
-
'functions',
|
|
1512
|
-
'funicular',
|
|
1513
|
-
'g_mobiledata',
|
|
1514
|
-
'g_mobiledata_badge',
|
|
1515
|
-
'g_translate',
|
|
1516
|
-
'gallery_thumbnail',
|
|
1517
|
-
'game_bumper_left',
|
|
1518
|
-
'game_bumper_right',
|
|
1519
|
-
'game_button_l',
|
|
1520
|
-
'game_button_l1',
|
|
1521
|
-
'game_button_l2',
|
|
1522
|
-
'game_button_r',
|
|
1523
|
-
'game_button_r1',
|
|
1524
|
-
'game_button_r2',
|
|
1525
|
-
'game_button_zl',
|
|
1526
|
-
'game_button_zr',
|
|
1527
|
-
'game_stick_l3',
|
|
1528
|
-
'game_stick_left',
|
|
1529
|
-
'game_stick_r3',
|
|
1530
|
-
'game_stick_right',
|
|
1531
|
-
'game_trigger_left',
|
|
1532
|
-
'game_trigger_right',
|
|
1533
|
-
'gamepad',
|
|
1534
|
-
'gamepad_circle_down',
|
|
1535
|
-
'gamepad_circle_left',
|
|
1536
|
-
'gamepad_circle_right',
|
|
1537
|
-
'gamepad_circle_up',
|
|
1538
|
-
'gamepad_down',
|
|
1539
|
-
'gamepad_left',
|
|
1540
|
-
'gamepad_right',
|
|
1541
|
-
'gamepad_up',
|
|
1542
|
-
'garage',
|
|
1543
|
-
'garage_check',
|
|
1544
|
-
'garage_door',
|
|
1545
|
-
'garage_door_open',
|
|
1546
|
-
'garage_home',
|
|
1547
|
-
'garage_money',
|
|
1548
|
-
'garden_cart',
|
|
1549
|
-
'gas_meter',
|
|
1550
|
-
'gastroenterology',
|
|
1551
|
-
'gate',
|
|
1552
|
-
'gavel',
|
|
1553
|
-
'general_device',
|
|
1554
|
-
'genetics',
|
|
1555
|
-
'genres',
|
|
1556
|
-
'gesture',
|
|
1557
|
-
'gesture_select',
|
|
1558
|
-
'gif',
|
|
1559
|
-
'gif_2',
|
|
1560
|
-
'gif_box',
|
|
1561
|
-
'girl',
|
|
1562
|
-
'gite',
|
|
1563
|
-
'glass_cup',
|
|
1564
|
-
'globe',
|
|
1565
|
-
'globe_2_cancel',
|
|
1566
|
-
'globe_2_question',
|
|
1567
|
-
'globe_asia',
|
|
1568
|
-
'globe_book',
|
|
1569
|
-
'globe_location_pin',
|
|
1570
|
-
'globe_uk',
|
|
1571
|
-
'glucose',
|
|
1572
|
-
'glyphs',
|
|
1573
|
-
'go_to_line',
|
|
1574
|
-
'golf_course',
|
|
1575
|
-
'gondola_lift',
|
|
1576
|
-
'google_home_devices',
|
|
1577
|
-
'google_tv_remote',
|
|
1578
|
-
'google_wifi',
|
|
1579
|
-
'gpp_bad',
|
|
1580
|
-
'gpp_maybe',
|
|
1581
|
-
'gradient',
|
|
1582
|
-
'grading',
|
|
1583
|
-
'grain',
|
|
1584
|
-
'graph_1',
|
|
1585
|
-
'graph_2',
|
|
1586
|
-
'graph_3',
|
|
1587
|
-
'graph_4',
|
|
1588
|
-
'graph_5',
|
|
1589
|
-
'graph_6',
|
|
1590
|
-
'graph_7',
|
|
1591
|
-
'graph_8',
|
|
1592
|
-
'graphic_eq',
|
|
1593
|
-
'graphic_eq_off',
|
|
1594
|
-
'grass',
|
|
1595
|
-
'grid_3x3',
|
|
1596
|
-
'grid_3x3_off',
|
|
1597
|
-
'grid_4x4',
|
|
1598
|
-
'grid_goldenratio',
|
|
1599
|
-
'grid_guides',
|
|
1600
|
-
'grid_layout_side',
|
|
1601
|
-
'grid_off',
|
|
1602
|
-
'grid_on',
|
|
1603
|
-
'grid_view',
|
|
1604
|
-
'grocery',
|
|
1605
|
-
'group',
|
|
1606
|
-
'group_add',
|
|
1607
|
-
'group_off',
|
|
1608
|
-
'group_remove',
|
|
1609
|
-
'group_search',
|
|
1610
|
-
'group_work',
|
|
1611
|
-
'grouped_bar_chart',
|
|
1612
|
-
'groups',
|
|
1613
|
-
'groups_2',
|
|
1614
|
-
'groups_3',
|
|
1615
|
-
'guardian',
|
|
1616
|
-
'gynecology',
|
|
1617
|
-
'h_mobiledata',
|
|
1618
|
-
'h_mobiledata_badge',
|
|
1619
|
-
'h_plus_mobiledata',
|
|
1620
|
-
'h_plus_mobiledata_badge',
|
|
1621
|
-
'hail',
|
|
1622
|
-
'hallway',
|
|
1623
|
-
'hanami_dango',
|
|
1624
|
-
'hand_bones',
|
|
1625
|
-
'hand_gesture',
|
|
1626
|
-
'hand_gesture_off',
|
|
1627
|
-
'hand_meal',
|
|
1628
|
-
'hand_package',
|
|
1629
|
-
'handheld_controller',
|
|
1630
|
-
'handshake',
|
|
1631
|
-
'handyman',
|
|
1632
|
-
'hangout_video',
|
|
1633
|
-
'hangout_video_off',
|
|
1634
|
-
'hard_disk',
|
|
1635
|
-
'hard_drive',
|
|
1636
|
-
'hard_drive_2',
|
|
1637
|
-
'hardware',
|
|
1638
|
-
'hd',
|
|
1639
|
-
'hdr_auto',
|
|
1640
|
-
'hdr_auto_select',
|
|
1641
|
-
'hdr_enhanced_select',
|
|
1642
|
-
'hdr_off',
|
|
1643
|
-
'hdr_off_select',
|
|
1644
|
-
'hdr_on',
|
|
1645
|
-
'hdr_on_select',
|
|
1646
|
-
'hdr_plus',
|
|
1647
|
-
'hdr_plus_off',
|
|
1648
|
-
'hdr_strong',
|
|
1649
|
-
'hdr_weak',
|
|
1650
|
-
'head_mounted_device',
|
|
1651
|
-
'headphones',
|
|
1652
|
-
'headphones_battery',
|
|
1653
|
-
'headset_mic',
|
|
1654
|
-
'headset_off',
|
|
1655
|
-
'healing',
|
|
1656
|
-
'health_and_beauty',
|
|
1657
|
-
'health_and_safety',
|
|
1658
|
-
'health_cross',
|
|
1659
|
-
'health_metrics',
|
|
1660
|
-
'heap_snapshot_large',
|
|
1661
|
-
'heap_snapshot_multiple',
|
|
1662
|
-
'heap_snapshot_thumbnail',
|
|
1663
|
-
'hearing',
|
|
1664
|
-
'hearing_aid',
|
|
1665
|
-
'hearing_aid_disabled',
|
|
1666
|
-
'hearing_aid_disabled_left',
|
|
1667
|
-
'hearing_aid_left',
|
|
1668
|
-
'hearing_disabled',
|
|
1669
|
-
'heart_broken',
|
|
1670
|
-
'heart_check',
|
|
1671
|
-
'heart_minus',
|
|
1672
|
-
'heart_plus',
|
|
1673
|
-
'heart_smile',
|
|
1674
|
-
'heat',
|
|
1675
|
-
'heat_pump',
|
|
1676
|
-
'heat_pump_balance',
|
|
1677
|
-
'height',
|
|
1678
|
-
'helicopter',
|
|
1679
|
-
'help',
|
|
1680
|
-
'help_center',
|
|
1681
|
-
'help_clinic',
|
|
1682
|
-
'hematology',
|
|
1683
|
-
'hevc',
|
|
1684
|
-
'hexagon',
|
|
1685
|
-
'hide',
|
|
1686
|
-
'hide_image',
|
|
1687
|
-
'hide_source',
|
|
1688
|
-
'high_chair',
|
|
1689
|
-
'high_density',
|
|
1690
|
-
'high_quality',
|
|
1691
|
-
'high_res',
|
|
1692
|
-
'highlight',
|
|
1693
|
-
'highlight_keyboard_focus',
|
|
1694
|
-
'highlight_mouse_cursor',
|
|
1695
|
-
'highlight_text_cursor',
|
|
1696
|
-
'highlighter_size_1',
|
|
1697
|
-
'highlighter_size_2',
|
|
1698
|
-
'highlighter_size_3',
|
|
1699
|
-
'highlighter_size_4',
|
|
1700
|
-
'highlighter_size_5',
|
|
1701
|
-
'hiking',
|
|
1702
|
-
'history',
|
|
1703
|
-
'history_2',
|
|
1704
|
-
'history_edu',
|
|
1705
|
-
'history_off',
|
|
1706
|
-
'history_toggle_off',
|
|
1707
|
-
'hive',
|
|
1708
|
-
'hls',
|
|
1709
|
-
'hls_off',
|
|
1710
|
-
'holiday_village',
|
|
1711
|
-
'home',
|
|
1712
|
-
'home_and_garden',
|
|
1713
|
-
'home_app_logo',
|
|
1714
|
-
'home_health',
|
|
1715
|
-
'home_improvement_and_tools',
|
|
1716
|
-
'home_iot_device',
|
|
1717
|
-
'home_max',
|
|
1718
|
-
'home_max_dots',
|
|
1719
|
-
'home_mini',
|
|
1720
|
-
'home_pin',
|
|
1721
|
-
'home_repair_service',
|
|
1722
|
-
'home_speaker',
|
|
1723
|
-
'home_storage',
|
|
1724
|
-
'home_storage_gear',
|
|
1725
|
-
'home_work',
|
|
1726
|
-
'horizontal_align_center',
|
|
1727
|
-
'horizontal_align_left',
|
|
1728
|
-
'horizontal_align_right',
|
|
1729
|
-
'horizontal_distribute',
|
|
1730
|
-
'horizontal_rule',
|
|
1731
|
-
'horizontal_split',
|
|
1732
|
-
'host',
|
|
1733
|
-
'hot_tub',
|
|
1734
|
-
'hotel',
|
|
1735
|
-
'hotel_class',
|
|
1736
|
-
'hourglass',
|
|
1737
|
-
'hourglass_arrow_down',
|
|
1738
|
-
'hourglass_arrow_up',
|
|
1739
|
-
'hourglass_bottom',
|
|
1740
|
-
'hourglass_check',
|
|
1741
|
-
'hourglass_disabled',
|
|
1742
|
-
'hourglass_empty',
|
|
1743
|
-
'hourglass_pause',
|
|
1744
|
-
'hourglass_top',
|
|
1745
|
-
'house',
|
|
1746
|
-
'house_siding',
|
|
1747
|
-
'house_with_shield',
|
|
1748
|
-
'houseboat',
|
|
1749
|
-
'household_supplies',
|
|
1750
|
-
'hov',
|
|
1751
|
-
'how_to_reg',
|
|
1752
|
-
'how_to_vote',
|
|
1753
|
-
'hr_resting',
|
|
1754
|
-
'html',
|
|
1755
|
-
'http',
|
|
1756
|
-
'hub',
|
|
1757
|
-
'humerus',
|
|
1758
|
-
'humerus_alt',
|
|
1759
|
-
'humidity_high',
|
|
1760
|
-
'humidity_indoor',
|
|
1761
|
-
'humidity_low',
|
|
1762
|
-
'humidity_mid',
|
|
1763
|
-
'humidity_percentage',
|
|
1764
|
-
'hvac',
|
|
1765
|
-
'hvac_max_defrost',
|
|
1766
|
-
'ice_skating',
|
|
1767
|
-
'icecream',
|
|
1768
|
-
'id_card',
|
|
1769
|
-
'identity_aware_proxy',
|
|
1770
|
-
'identity_platform',
|
|
1771
|
-
'ifl',
|
|
1772
|
-
'iframe',
|
|
1773
|
-
'iframe_off',
|
|
1774
|
-
'image',
|
|
1775
|
-
'image_arrow_up',
|
|
1776
|
-
'image_aspect_ratio',
|
|
1777
|
-
'image_inset',
|
|
1778
|
-
'image_search',
|
|
1779
|
-
'imagesearch_roller',
|
|
1780
|
-
'imagesmode',
|
|
1781
|
-
'immunology',
|
|
1782
|
-
'import_contacts',
|
|
1783
|
-
'important_devices',
|
|
1784
|
-
'in_home_mode',
|
|
1785
|
-
'inactive_order',
|
|
1786
|
-
'inbox',
|
|
1787
|
-
'inbox_customize',
|
|
1788
|
-
'inbox_text',
|
|
1789
|
-
'inbox_text_asterisk',
|
|
1790
|
-
'inbox_text_person',
|
|
1791
|
-
'inbox_text_share',
|
|
1792
|
-
'incomplete_circle',
|
|
1793
|
-
'indeterminate_check_box',
|
|
1794
|
-
'indeterminate_question_box',
|
|
1795
|
-
'info',
|
|
1796
|
-
'info_i',
|
|
1797
|
-
'infrared',
|
|
1798
|
-
'ink_eraser',
|
|
1799
|
-
'ink_eraser_off',
|
|
1800
|
-
'ink_highlighter',
|
|
1801
|
-
'ink_highlighter_move',
|
|
1802
|
-
'ink_marker',
|
|
1803
|
-
'ink_pen',
|
|
1804
|
-
'ink_selection',
|
|
1805
|
-
'inpatient',
|
|
1806
|
-
'input',
|
|
1807
|
-
'input_circle',
|
|
1808
|
-
'insert_chart',
|
|
1809
|
-
'insert_page_break',
|
|
1810
|
-
'insert_text',
|
|
1811
|
-
'install_desktop',
|
|
1812
|
-
'instant_mix',
|
|
1813
|
-
'integration_instructions',
|
|
1814
|
-
'interactive_space',
|
|
1815
|
-
'interests',
|
|
1816
|
-
'interpreter_mode',
|
|
1817
|
-
'inventory',
|
|
1818
|
-
'inventory_2',
|
|
1819
|
-
'invert_colors',
|
|
1820
|
-
'invert_colors_off',
|
|
1821
|
-
'ios',
|
|
1822
|
-
'ios_share',
|
|
1823
|
-
'iron',
|
|
1824
|
-
'jamboard_kiosk',
|
|
1825
|
-
'japanese_curry',
|
|
1826
|
-
'japanese_flag',
|
|
1827
|
-
'javascript',
|
|
1828
|
-
'join',
|
|
1829
|
-
'join_inner',
|
|
1830
|
-
'join_left',
|
|
1831
|
-
'join_right',
|
|
1832
|
-
'joystick',
|
|
1833
|
-
'jump_to_element',
|
|
1834
|
-
'kanji_alcohol',
|
|
1835
|
-
'kayaking',
|
|
1836
|
-
'kebab_dining',
|
|
1837
|
-
'keep',
|
|
1838
|
-
'keep_off',
|
|
1839
|
-
'keep_public',
|
|
1840
|
-
'kettle',
|
|
1841
|
-
'key',
|
|
1842
|
-
'key_off',
|
|
1843
|
-
'key_vertical',
|
|
1844
|
-
'key_visualizer',
|
|
1845
|
-
'keyboard',
|
|
1846
|
-
'keyboard_alt',
|
|
1847
|
-
'keyboard_arrow_down',
|
|
1848
|
-
'keyboard_arrow_left',
|
|
1849
|
-
'keyboard_arrow_right',
|
|
1850
|
-
'keyboard_arrow_up',
|
|
1851
|
-
'keyboard_backspace',
|
|
1852
|
-
'keyboard_capslock',
|
|
1853
|
-
'keyboard_capslock_badge',
|
|
1854
|
-
'keyboard_command_key',
|
|
1855
|
-
'keyboard_control_key',
|
|
1856
|
-
'keyboard_double_arrow_down',
|
|
1857
|
-
'keyboard_double_arrow_left',
|
|
1858
|
-
'keyboard_double_arrow_right',
|
|
1859
|
-
'keyboard_double_arrow_up',
|
|
1860
|
-
'keyboard_external_input',
|
|
1861
|
-
'keyboard_full',
|
|
1862
|
-
'keyboard_hide',
|
|
1863
|
-
'keyboard_keys',
|
|
1864
|
-
'keyboard_lock',
|
|
1865
|
-
'keyboard_lock_off',
|
|
1866
|
-
'keyboard_off',
|
|
1867
|
-
'keyboard_onscreen',
|
|
1868
|
-
'keyboard_option_key',
|
|
1869
|
-
'keyboard_previous_language',
|
|
1870
|
-
'keyboard_return',
|
|
1871
|
-
'keyboard_tab',
|
|
1872
|
-
'keyboard_tab_rtl',
|
|
1873
|
-
'kid_star',
|
|
1874
|
-
'king_bed',
|
|
1875
|
-
'kitchen',
|
|
1876
|
-
'kitesurfing',
|
|
1877
|
-
'lab_panel',
|
|
1878
|
-
'lab_profile',
|
|
1879
|
-
'lab_research',
|
|
1880
|
-
'label',
|
|
1881
|
-
'label_important',
|
|
1882
|
-
'label_off',
|
|
1883
|
-
'labs',
|
|
1884
|
-
'lan',
|
|
1885
|
-
'landscape',
|
|
1886
|
-
'landscape_2',
|
|
1887
|
-
'landscape_2_edit',
|
|
1888
|
-
'landscape_2_off',
|
|
1889
|
-
'landslide',
|
|
1890
|
-
'language',
|
|
1891
|
-
'language_chinese_array',
|
|
1892
|
-
'language_chinese_cangjie',
|
|
1893
|
-
'language_chinese_dayi',
|
|
1894
|
-
'language_chinese_pinyin',
|
|
1895
|
-
'language_chinese_quick',
|
|
1896
|
-
'language_chinese_wubi',
|
|
1897
|
-
'language_french',
|
|
1898
|
-
'language_gb_english',
|
|
1899
|
-
'language_international',
|
|
1900
|
-
'language_japanese_kana',
|
|
1901
|
-
'language_korean_latin',
|
|
1902
|
-
'language_pinyin',
|
|
1903
|
-
'language_spanish',
|
|
1904
|
-
'language_us',
|
|
1905
|
-
'language_us_colemak',
|
|
1906
|
-
'language_us_dvorak',
|
|
1907
|
-
'laps',
|
|
1908
|
-
'laptop_car',
|
|
1909
|
-
'laptop_chromebook',
|
|
1910
|
-
'laptop_mac',
|
|
1911
|
-
'laptop_windows',
|
|
1912
|
-
'lasso_select',
|
|
1913
|
-
'last_page',
|
|
1914
|
-
'laundry',
|
|
1915
|
-
'layers',
|
|
1916
|
-
'layers_clear',
|
|
1917
|
-
'lda',
|
|
1918
|
-
'leaderboard',
|
|
1919
|
-
'leak_add',
|
|
1920
|
-
'leak_remove',
|
|
1921
|
-
'left_click',
|
|
1922
|
-
'left_panel_close',
|
|
1923
|
-
'left_panel_open',
|
|
1924
|
-
'legend_toggle',
|
|
1925
|
-
'lens_blur',
|
|
1926
|
-
'letter_switch',
|
|
1927
|
-
'library_add',
|
|
1928
|
-
'library_add_check',
|
|
1929
|
-
'library_books',
|
|
1930
|
-
'library_music',
|
|
1931
|
-
'license',
|
|
1932
|
-
'lift_to_talk',
|
|
1933
|
-
'light',
|
|
1934
|
-
'light_group',
|
|
1935
|
-
'light_group_2',
|
|
1936
|
-
'light_mode',
|
|
1937
|
-
'light_off',
|
|
1938
|
-
'lightbulb',
|
|
1939
|
-
'lightbulb_2',
|
|
1940
|
-
'lightbulb_circle',
|
|
1941
|
-
'lightning_stand',
|
|
1942
|
-
'lightstrip',
|
|
1943
|
-
'line_axis',
|
|
1944
|
-
'line_curve',
|
|
1945
|
-
'line_end',
|
|
1946
|
-
'line_end_arrow',
|
|
1947
|
-
'line_end_arrow_notch',
|
|
1948
|
-
'line_end_circle',
|
|
1949
|
-
'line_end_diamond',
|
|
1950
|
-
'line_end_square',
|
|
1951
|
-
'line_start',
|
|
1952
|
-
'line_start_arrow',
|
|
1953
|
-
'line_start_arrow_notch',
|
|
1954
|
-
'line_start_circle',
|
|
1955
|
-
'line_start_diamond',
|
|
1956
|
-
'line_start_square',
|
|
1957
|
-
'line_style',
|
|
1958
|
-
'line_weight',
|
|
1959
|
-
'linear_scale',
|
|
1960
|
-
'link',
|
|
1961
|
-
'link_2',
|
|
1962
|
-
'link_off',
|
|
1963
|
-
'linked_camera',
|
|
1964
|
-
'linked_services',
|
|
1965
|
-
'lips',
|
|
1966
|
-
'liquor',
|
|
1967
|
-
'list',
|
|
1968
|
-
'list_alt',
|
|
1969
|
-
'list_alt_add',
|
|
1970
|
-
'list_alt_check',
|
|
1971
|
-
'lists',
|
|
1972
|
-
'live_help',
|
|
1973
|
-
'live_tv',
|
|
1974
|
-
'living',
|
|
1975
|
-
'local_activity',
|
|
1976
|
-
'local_atm',
|
|
1977
|
-
'local_bar',
|
|
1978
|
-
'local_cafe',
|
|
1979
|
-
'local_car_wash',
|
|
1980
|
-
'local_convenience_store',
|
|
1981
|
-
'local_dining',
|
|
1982
|
-
'local_drink',
|
|
1983
|
-
'local_fire_department',
|
|
1984
|
-
'local_florist',
|
|
1985
|
-
'local_gas_station',
|
|
1986
|
-
'local_hospital',
|
|
1987
|
-
'local_laundry_service',
|
|
1988
|
-
'local_library',
|
|
1989
|
-
'local_mall',
|
|
1990
|
-
'local_parking',
|
|
1991
|
-
'local_pharmacy',
|
|
1992
|
-
'local_pizza',
|
|
1993
|
-
'local_police',
|
|
1994
|
-
'local_post_office',
|
|
1995
|
-
'local_see',
|
|
1996
|
-
'local_shipping',
|
|
1997
|
-
'local_taxi',
|
|
1998
|
-
'location_away',
|
|
1999
|
-
'location_chip',
|
|
2000
|
-
'location_city',
|
|
2001
|
-
'location_disabled',
|
|
2002
|
-
'location_home',
|
|
2003
|
-
'location_off',
|
|
2004
|
-
'location_on',
|
|
2005
|
-
'location_searching',
|
|
2006
|
-
'lock',
|
|
2007
|
-
'lock_clock',
|
|
2008
|
-
'lock_open',
|
|
2009
|
-
'lock_open_circle',
|
|
2010
|
-
'lock_open_right',
|
|
2011
|
-
'lock_person',
|
|
2012
|
-
'lock_reset',
|
|
2013
|
-
'login',
|
|
2014
|
-
'logo_dev',
|
|
2015
|
-
'logout',
|
|
2016
|
-
'looks',
|
|
2017
|
-
'looks_3',
|
|
2018
|
-
'looks_4',
|
|
2019
|
-
'looks_5',
|
|
2020
|
-
'looks_6',
|
|
2021
|
-
'looks_one',
|
|
2022
|
-
'looks_two',
|
|
2023
|
-
'loupe',
|
|
2024
|
-
'low_density',
|
|
2025
|
-
'low_priority',
|
|
2026
|
-
'lowercase',
|
|
2027
|
-
'loyalty',
|
|
2028
|
-
'lte_mobiledata',
|
|
2029
|
-
'lte_mobiledata_badge',
|
|
2030
|
-
'lte_plus_mobiledata',
|
|
2031
|
-
'lte_plus_mobiledata_badge',
|
|
2032
|
-
'luggage',
|
|
2033
|
-
'lunch_dining',
|
|
2034
|
-
'lyrics',
|
|
2035
|
-
'macro_auto',
|
|
2036
|
-
'macro_off',
|
|
2037
|
-
'magnification_large',
|
|
2038
|
-
'magnification_small',
|
|
2039
|
-
'magnify_docked',
|
|
2040
|
-
'magnify_fullscreen',
|
|
2041
|
-
'mail',
|
|
2042
|
-
'mail_asterisk',
|
|
2043
|
-
'mail_lock',
|
|
2044
|
-
'mail_off',
|
|
2045
|
-
'mail_shield',
|
|
2046
|
-
'male',
|
|
2047
|
-
'man',
|
|
2048
|
-
'man_2',
|
|
2049
|
-
'man_3',
|
|
2050
|
-
'man_4',
|
|
2051
|
-
'manage_accounts',
|
|
2052
|
-
'manage_history',
|
|
2053
|
-
'manage_search',
|
|
2054
|
-
'manga',
|
|
2055
|
-
'manufacturing',
|
|
2056
|
-
'map',
|
|
2057
|
-
'map_pin_heart',
|
|
2058
|
-
'map_pin_review',
|
|
2059
|
-
'map_search',
|
|
2060
|
-
'maps_ugc',
|
|
2061
|
-
'margin',
|
|
2062
|
-
'mark_as_unread',
|
|
2063
|
-
'mark_chat_read',
|
|
2064
|
-
'mark_chat_unread',
|
|
2065
|
-
'mark_email_read',
|
|
2066
|
-
'mark_email_unread',
|
|
2067
|
-
'mark_unread_chat_alt',
|
|
2068
|
-
'markdown',
|
|
2069
|
-
'markdown_copy',
|
|
2070
|
-
'markdown_paste',
|
|
2071
|
-
'markunread_mailbox',
|
|
2072
|
-
'masked_transitions',
|
|
2073
|
-
'masked_transitions_add',
|
|
2074
|
-
'masks',
|
|
2075
|
-
'massage',
|
|
2076
|
-
'match_case',
|
|
2077
|
-
'match_case_off',
|
|
2078
|
-
'match_word',
|
|
2079
|
-
'matter',
|
|
2080
|
-
'maximize',
|
|
2081
|
-
'meal_dinner',
|
|
2082
|
-
'meal_lunch',
|
|
2083
|
-
'measuring_tape',
|
|
2084
|
-
'media_bluetooth_off',
|
|
2085
|
-
'media_bluetooth_on',
|
|
2086
|
-
'media_link',
|
|
2087
|
-
'media_output',
|
|
2088
|
-
'media_output_off',
|
|
2089
|
-
'mediation',
|
|
2090
|
-
'medical_information',
|
|
2091
|
-
'medical_mask',
|
|
2092
|
-
'medical_services',
|
|
2093
|
-
'medication',
|
|
2094
|
-
'medication_liquid',
|
|
2095
|
-
'meeting_room',
|
|
2096
|
-
'memory',
|
|
2097
|
-
'memory_alt',
|
|
2098
|
-
'menstrual_health',
|
|
2099
|
-
'menu',
|
|
2100
|
-
'menu_book',
|
|
2101
|
-
'menu_book_2',
|
|
2102
|
-
'menu_open',
|
|
2103
|
-
'merge',
|
|
2104
|
-
'merge_type',
|
|
2105
|
-
'metabolism',
|
|
2106
|
-
'metro',
|
|
2107
|
-
'mfg_nest_yale_lock',
|
|
2108
|
-
'mic',
|
|
2109
|
-
'mic_alert',
|
|
2110
|
-
'mic_double',
|
|
2111
|
-
'mic_external_off',
|
|
2112
|
-
'mic_external_on',
|
|
2113
|
-
'mic_gear',
|
|
2114
|
-
'mic_off',
|
|
2115
|
-
'microbiology',
|
|
2116
|
-
'microwave',
|
|
2117
|
-
'microwave_gen',
|
|
2118
|
-
'military_tech',
|
|
2119
|
-
'mimo',
|
|
2120
|
-
'mimo_disconnect',
|
|
2121
|
-
'mindfulness',
|
|
2122
|
-
'minimize',
|
|
2123
|
-
'minor_crash',
|
|
2124
|
-
'mintmark',
|
|
2125
|
-
'missed_video_call',
|
|
2126
|
-
'missing_controller',
|
|
2127
|
-
'mist',
|
|
2128
|
-
'mitre',
|
|
2129
|
-
'mixture_med',
|
|
2130
|
-
'mms',
|
|
2131
|
-
'mobile',
|
|
2132
|
-
'mobile_2',
|
|
2133
|
-
'mobile_3',
|
|
2134
|
-
'mobile_alert',
|
|
2135
|
-
'mobile_arrow_down',
|
|
2136
|
-
'mobile_arrow_right',
|
|
2137
|
-
'mobile_arrow_up_right',
|
|
2138
|
-
'mobile_block',
|
|
2139
|
-
'mobile_camera',
|
|
2140
|
-
'mobile_camera_front',
|
|
2141
|
-
'mobile_camera_rear',
|
|
2142
|
-
'mobile_cancel',
|
|
2143
|
-
'mobile_cast',
|
|
2144
|
-
'mobile_charge',
|
|
2145
|
-
'mobile_chat',
|
|
2146
|
-
'mobile_check',
|
|
2147
|
-
'mobile_code',
|
|
2148
|
-
'mobile_dots',
|
|
2149
|
-
'mobile_gear',
|
|
2150
|
-
'mobile_hand',
|
|
2151
|
-
'mobile_hand_left',
|
|
2152
|
-
'mobile_hand_left_off',
|
|
2153
|
-
'mobile_hand_off',
|
|
2154
|
-
'mobile_info',
|
|
2155
|
-
'mobile_landscape',
|
|
2156
|
-
'mobile_layout',
|
|
2157
|
-
'mobile_lock_landscape',
|
|
2158
|
-
'mobile_lock_portrait',
|
|
2159
|
-
'mobile_loupe',
|
|
2160
|
-
'mobile_menu',
|
|
2161
|
-
'mobile_off',
|
|
2162
|
-
'mobile_question',
|
|
2163
|
-
'mobile_rotate',
|
|
2164
|
-
'mobile_rotate_lock',
|
|
2165
|
-
'mobile_screensaver',
|
|
2166
|
-
'mobile_sensor_hi',
|
|
2167
|
-
'mobile_sensor_lo',
|
|
2168
|
-
'mobile_share',
|
|
2169
|
-
'mobile_share_stack',
|
|
2170
|
-
'mobile_sound',
|
|
2171
|
-
'mobile_sound_2',
|
|
2172
|
-
'mobile_sound_off',
|
|
2173
|
-
'mobile_speaker',
|
|
2174
|
-
'mobile_text',
|
|
2175
|
-
'mobile_text_2',
|
|
2176
|
-
'mobile_theft',
|
|
2177
|
-
'mobile_ticket',
|
|
2178
|
-
'mobile_unlock',
|
|
2179
|
-
'mobile_vibrate',
|
|
2180
|
-
'mobile_wrench',
|
|
2181
|
-
'mobiledata_arrows',
|
|
2182
|
-
'mobiledata_off',
|
|
2183
|
-
'mode_comment',
|
|
2184
|
-
'mode_cool',
|
|
2185
|
-
'mode_cool_off',
|
|
2186
|
-
'mode_dual',
|
|
2187
|
-
'mode_fan',
|
|
2188
|
-
'mode_fan_2',
|
|
2189
|
-
'mode_fan_off',
|
|
2190
|
-
'mode_heat',
|
|
2191
|
-
'mode_heat_cool',
|
|
2192
|
-
'mode_heat_off',
|
|
2193
|
-
'mode_night',
|
|
2194
|
-
'mode_of_travel',
|
|
2195
|
-
'mode_off_on',
|
|
2196
|
-
'mode_standby',
|
|
2197
|
-
'model_training',
|
|
2198
|
-
'modeling',
|
|
2199
|
-
'money',
|
|
2200
|
-
'money_bag',
|
|
2201
|
-
'money_off',
|
|
2202
|
-
'money_range',
|
|
2203
|
-
'monitor',
|
|
2204
|
-
'monitor_heart',
|
|
2205
|
-
'monitor_weight',
|
|
2206
|
-
'monitor_weight_gain',
|
|
2207
|
-
'monitor_weight_loss',
|
|
2208
|
-
'monitoring',
|
|
2209
|
-
'monochrome_photos',
|
|
2210
|
-
'monorail',
|
|
2211
|
-
'mood',
|
|
2212
|
-
'mood_bad',
|
|
2213
|
-
'mood_heart',
|
|
2214
|
-
'moon_stars',
|
|
2215
|
-
'mop',
|
|
2216
|
-
'moped',
|
|
2217
|
-
'moped_package',
|
|
2218
|
-
'more',
|
|
2219
|
-
'more_down',
|
|
2220
|
-
'more_horiz',
|
|
2221
|
-
'more_time',
|
|
2222
|
-
'more_up',
|
|
2223
|
-
'more_vert',
|
|
2224
|
-
'mosque',
|
|
2225
|
-
'motion_blur',
|
|
2226
|
-
'motion_mode',
|
|
2227
|
-
'motion_photos_auto',
|
|
2228
|
-
'motion_photos_on',
|
|
2229
|
-
'motion_photos_paused',
|
|
2230
|
-
'motion_play',
|
|
2231
|
-
'motion_sensor_active',
|
|
2232
|
-
'motion_sensor_alert',
|
|
2233
|
-
'motion_sensor_idle',
|
|
2234
|
-
'motion_sensor_urgent',
|
|
2235
|
-
'motorcycle',
|
|
2236
|
-
'mountain_flag',
|
|
2237
|
-
'mountain_steam',
|
|
2238
|
-
'mouse',
|
|
2239
|
-
'mouse_lock',
|
|
2240
|
-
'mouse_lock_off',
|
|
2241
|
-
'move',
|
|
2242
|
-
'move_down',
|
|
2243
|
-
'move_group',
|
|
2244
|
-
'move_item',
|
|
2245
|
-
'move_location',
|
|
2246
|
-
'move_selection_down',
|
|
2247
|
-
'move_selection_left',
|
|
2248
|
-
'move_selection_right',
|
|
2249
|
-
'move_selection_up',
|
|
2250
|
-
'move_to_inbox',
|
|
2251
|
-
'move_up',
|
|
2252
|
-
'moved_location',
|
|
2253
|
-
'movie',
|
|
2254
|
-
'movie_edit',
|
|
2255
|
-
'movie_edit_off',
|
|
2256
|
-
'movie_info',
|
|
2257
|
-
'movie_off',
|
|
2258
|
-
'movie_speaker',
|
|
2259
|
-
'moving',
|
|
2260
|
-
'moving_beds',
|
|
2261
|
-
'moving_ministry',
|
|
2262
|
-
'mp',
|
|
2263
|
-
'multicooker',
|
|
2264
|
-
'multiline_chart',
|
|
2265
|
-
'multimodal_hand_eye',
|
|
2266
|
-
'multiple_airports',
|
|
2267
|
-
'multiple_stop',
|
|
2268
|
-
'museum',
|
|
2269
|
-
'music_cast',
|
|
2270
|
-
'music_history',
|
|
2271
|
-
'music_note',
|
|
2272
|
-
'music_note_2',
|
|
2273
|
-
'music_note_add',
|
|
2274
|
-
'music_off',
|
|
2275
|
-
'music_video',
|
|
2276
|
-
'my_location',
|
|
2277
|
-
'mystery',
|
|
2278
|
-
'nat',
|
|
2279
|
-
'nature',
|
|
2280
|
-
'nature_people',
|
|
2281
|
-
'navigation',
|
|
2282
|
-
'near_me',
|
|
2283
|
-
'near_me_disabled',
|
|
2284
|
-
'nearby',
|
|
2285
|
-
'nearby_error',
|
|
2286
|
-
'nearby_off',
|
|
2287
|
-
'nephrology',
|
|
2288
|
-
'nest_audio',
|
|
2289
|
-
'nest_cam_floodlight',
|
|
2290
|
-
'nest_cam_indoor',
|
|
2291
|
-
'nest_cam_iq',
|
|
2292
|
-
'nest_cam_iq_outdoor',
|
|
2293
|
-
'nest_cam_magnet_mount',
|
|
2294
|
-
'nest_cam_outdoor',
|
|
2295
|
-
'nest_cam_stand',
|
|
2296
|
-
'nest_cam_wall_mount',
|
|
2297
|
-
'nest_cam_wired_stand',
|
|
2298
|
-
'nest_clock_farsight_analog',
|
|
2299
|
-
'nest_clock_farsight_digital',
|
|
2300
|
-
'nest_connect',
|
|
2301
|
-
'nest_detect',
|
|
2302
|
-
'nest_display',
|
|
2303
|
-
'nest_display_max',
|
|
2304
|
-
'nest_doorbell_visitor',
|
|
2305
|
-
'nest_eco_leaf',
|
|
2306
|
-
'nest_farsight_cool',
|
|
2307
|
-
'nest_farsight_dual',
|
|
2308
|
-
'nest_farsight_eco',
|
|
2309
|
-
'nest_farsight_heat',
|
|
2310
|
-
'nest_farsight_seasonal',
|
|
2311
|
-
'nest_farsight_weather',
|
|
2312
|
-
'nest_found_savings',
|
|
2313
|
-
'nest_heat_link_e',
|
|
2314
|
-
'nest_heat_link_gen_3',
|
|
2315
|
-
'nest_hello_doorbell',
|
|
2316
|
-
'nest_mini',
|
|
2317
|
-
'nest_multi_room',
|
|
2318
|
-
'nest_protect',
|
|
2319
|
-
'nest_remote_comfort_sensor',
|
|
2320
|
-
'nest_secure_alarm',
|
|
2321
|
-
'nest_sunblock',
|
|
2322
|
-
'nest_tag',
|
|
2323
|
-
'nest_thermostat',
|
|
2324
|
-
'nest_thermostat_e_eu',
|
|
2325
|
-
'nest_thermostat_gen_3',
|
|
2326
|
-
'nest_thermostat_sensor',
|
|
2327
|
-
'nest_thermostat_sensor_eu',
|
|
2328
|
-
'nest_thermostat_zirconium_eu',
|
|
2329
|
-
'nest_true_radiant',
|
|
2330
|
-
'nest_wake_on_approach',
|
|
2331
|
-
'nest_wake_on_press',
|
|
2332
|
-
'nest_wifi_point',
|
|
2333
|
-
'nest_wifi_pro',
|
|
2334
|
-
'nest_wifi_pro_2',
|
|
2335
|
-
'nest_wifi_router',
|
|
2336
|
-
'network_cell',
|
|
2337
|
-
'network_check',
|
|
2338
|
-
'network_intel_node',
|
|
2339
|
-
'network_intelligence',
|
|
2340
|
-
'network_intelligence_history',
|
|
2341
|
-
'network_intelligence_update',
|
|
2342
|
-
'network_locked',
|
|
2343
|
-
'network_manage',
|
|
2344
|
-
'network_node',
|
|
2345
|
-
'network_ping',
|
|
2346
|
-
'network_wifi',
|
|
2347
|
-
'network_wifi_1_bar',
|
|
2348
|
-
'network_wifi_1_bar_locked',
|
|
2349
|
-
'network_wifi_2_bar',
|
|
2350
|
-
'network_wifi_2_bar_locked',
|
|
2351
|
-
'network_wifi_3_bar',
|
|
2352
|
-
'network_wifi_3_bar_locked',
|
|
2353
|
-
'network_wifi_locked',
|
|
2354
|
-
'neurology',
|
|
2355
|
-
'new_label',
|
|
2356
|
-
'new_window',
|
|
2357
|
-
'news',
|
|
2358
|
-
'newsmode',
|
|
2359
|
-
'newspaper',
|
|
2360
|
-
'newsstand',
|
|
2361
|
-
'next_plan',
|
|
2362
|
-
'next_week',
|
|
2363
|
-
'nfc',
|
|
2364
|
-
'nfc_off',
|
|
2365
|
-
'night_shelter',
|
|
2366
|
-
'night_sight_auto',
|
|
2367
|
-
'night_sight_auto_off',
|
|
2368
|
-
'night_sight_max',
|
|
2369
|
-
'nightlife',
|
|
2370
|
-
'nightlight',
|
|
2371
|
-
'no_accounts',
|
|
2372
|
-
'no_adult_content',
|
|
2373
|
-
'no_backpack',
|
|
2374
|
-
'no_crash',
|
|
2375
|
-
'no_drinks',
|
|
2376
|
-
'no_encryption',
|
|
2377
|
-
'no_flash',
|
|
2378
|
-
'no_food',
|
|
2379
|
-
'no_luggage',
|
|
2380
|
-
'no_meals',
|
|
2381
|
-
'no_meeting_room',
|
|
2382
|
-
'no_photography',
|
|
2383
|
-
'no_sim',
|
|
2384
|
-
'no_sound',
|
|
2385
|
-
'no_stroller',
|
|
2386
|
-
'no_transfer',
|
|
2387
|
-
'noise_aware',
|
|
2388
|
-
'noise_control_off',
|
|
2389
|
-
'noise_control_on',
|
|
2390
|
-
'nordic_walking',
|
|
2391
|
-
'north',
|
|
2392
|
-
'north_east',
|
|
2393
|
-
'north_west',
|
|
2394
|
-
'not_accessible',
|
|
2395
|
-
'not_accessible_forward',
|
|
2396
|
-
'not_listed_location',
|
|
2397
|
-
'not_started',
|
|
2398
|
-
'note_add',
|
|
2399
|
-
'note_alt',
|
|
2400
|
-
'note_stack',
|
|
2401
|
-
'note_stack_add',
|
|
2402
|
-
'notes',
|
|
2403
|
-
'notification_add',
|
|
2404
|
-
'notification_audio',
|
|
2405
|
-
'notification_audio_off',
|
|
2406
|
-
'notification_important',
|
|
2407
|
-
'notification_multiple',
|
|
2408
|
-
'notification_settings',
|
|
2409
|
-
'notification_sound',
|
|
2410
|
-
'notifications',
|
|
2411
|
-
'notifications_active',
|
|
2412
|
-
'notifications_off',
|
|
2413
|
-
'notifications_paused',
|
|
2414
|
-
'notifications_unread',
|
|
2415
|
-
'numbers',
|
|
2416
|
-
'nutrition',
|
|
2417
|
-
'ods',
|
|
2418
|
-
'odt',
|
|
2419
|
-
'offline_pin',
|
|
2420
|
-
'offline_pin_off',
|
|
2421
|
-
'oil_barrel',
|
|
2422
|
-
'okonomiyaki',
|
|
2423
|
-
'on_device_training',
|
|
2424
|
-
'on_hub_device',
|
|
2425
|
-
'oncology',
|
|
2426
|
-
'online_prediction',
|
|
2427
|
-
'onsen',
|
|
2428
|
-
'opacity',
|
|
2429
|
-
'open_in_browser',
|
|
2430
|
-
'open_in_full',
|
|
2431
|
-
'open_in_new',
|
|
2432
|
-
'open_in_new_down',
|
|
2433
|
-
'open_in_new_off',
|
|
2434
|
-
'open_jam',
|
|
2435
|
-
'open_run',
|
|
2436
|
-
'open_with',
|
|
2437
|
-
'ophthalmology',
|
|
2438
|
-
'oral_disease',
|
|
2439
|
-
'orbit',
|
|
2440
|
-
'order_approve',
|
|
2441
|
-
'order_play',
|
|
2442
|
-
'orders',
|
|
2443
|
-
'orthopedics',
|
|
2444
|
-
'other_admission',
|
|
2445
|
-
'other_houses',
|
|
2446
|
-
'outbound',
|
|
2447
|
-
'outbox',
|
|
2448
|
-
'outbox_alt',
|
|
2449
|
-
'outdoor_garden',
|
|
2450
|
-
'outdoor_grill',
|
|
2451
|
-
'outgoing_mail',
|
|
2452
|
-
'outlet',
|
|
2453
|
-
'outpatient',
|
|
2454
|
-
'outpatient_med',
|
|
2455
|
-
'output',
|
|
2456
|
-
'output_circle',
|
|
2457
|
-
'oven',
|
|
2458
|
-
'oven_gen',
|
|
2459
|
-
'overview',
|
|
2460
|
-
'overview_key',
|
|
2461
|
-
'owl',
|
|
2462
|
-
'oxygen_saturation',
|
|
2463
|
-
'p2p',
|
|
2464
|
-
'pace',
|
|
2465
|
-
'pacemaker',
|
|
2466
|
-
'package',
|
|
2467
|
-
'package_2',
|
|
2468
|
-
'padding',
|
|
2469
|
-
'padel',
|
|
2470
|
-
'page_control',
|
|
2471
|
-
'page_footer',
|
|
2472
|
-
'page_header',
|
|
2473
|
-
'page_info',
|
|
2474
|
-
'page_menu_ios',
|
|
2475
|
-
'pageless',
|
|
2476
|
-
'pages',
|
|
2477
|
-
'pageview',
|
|
2478
|
-
'paid',
|
|
2479
|
-
'palette',
|
|
2480
|
-
'pallet',
|
|
2481
|
-
'pan_tool',
|
|
2482
|
-
'pan_tool_alt',
|
|
2483
|
-
'pan_zoom',
|
|
2484
|
-
'panorama',
|
|
2485
|
-
'panorama_horizontal',
|
|
2486
|
-
'panorama_photosphere',
|
|
2487
|
-
'panorama_vertical',
|
|
2488
|
-
'panorama_wide_angle',
|
|
2489
|
-
'paragliding',
|
|
2490
|
-
'parent_child_dining',
|
|
2491
|
-
'park',
|
|
2492
|
-
'parking_meter',
|
|
2493
|
-
'parking_sign',
|
|
2494
|
-
'parking_valet',
|
|
2495
|
-
'partly_cloudy_day',
|
|
2496
|
-
'partly_cloudy_night',
|
|
2497
|
-
'partner_exchange',
|
|
2498
|
-
'partner_heart',
|
|
2499
|
-
'partner_reports',
|
|
2500
|
-
'party_mode',
|
|
2501
|
-
'passkey',
|
|
2502
|
-
'passport',
|
|
2503
|
-
'password',
|
|
2504
|
-
'password_2',
|
|
2505
|
-
'password_2_off',
|
|
2506
|
-
'patient_list',
|
|
2507
|
-
'pattern',
|
|
2508
|
-
'pause',
|
|
2509
|
-
'pause_circle',
|
|
2510
|
-
'pause_presentation',
|
|
2511
|
-
'payment_arrow_down',
|
|
2512
|
-
'payment_card',
|
|
2513
|
-
'payments',
|
|
2514
|
-
'pedal_bike',
|
|
2515
|
-
'pediatrics',
|
|
2516
|
-
'pen_size_1',
|
|
2517
|
-
'pen_size_2',
|
|
2518
|
-
'pen_size_3',
|
|
2519
|
-
'pen_size_4',
|
|
2520
|
-
'pen_size_5',
|
|
2521
|
-
'pending',
|
|
2522
|
-
'pending_actions',
|
|
2523
|
-
'pentagon',
|
|
2524
|
-
'percent',
|
|
2525
|
-
'percent_discount',
|
|
2526
|
-
'pergola',
|
|
2527
|
-
'perm_camera_mic',
|
|
2528
|
-
'perm_contact_calendar',
|
|
2529
|
-
'perm_data_setting',
|
|
2530
|
-
'perm_media',
|
|
2531
|
-
'perm_phone_msg',
|
|
2532
|
-
'perm_scan_wifi',
|
|
2533
|
-
'person',
|
|
2534
|
-
'person_2',
|
|
2535
|
-
'person_3',
|
|
2536
|
-
'person_4',
|
|
2537
|
-
'person_add',
|
|
2538
|
-
'person_add_disabled',
|
|
2539
|
-
'person_alert',
|
|
2540
|
-
'person_apron',
|
|
2541
|
-
'person_book',
|
|
2542
|
-
'person_cancel',
|
|
2543
|
-
'person_celebrate',
|
|
2544
|
-
'person_check',
|
|
2545
|
-
'person_edit',
|
|
2546
|
-
'person_heart',
|
|
2547
|
-
'person_off',
|
|
2548
|
-
'person_pin',
|
|
2549
|
-
'person_pin_circle',
|
|
2550
|
-
'person_play',
|
|
2551
|
-
'person_raised_hand',
|
|
2552
|
-
'person_remove',
|
|
2553
|
-
'person_search',
|
|
2554
|
-
'person_shield',
|
|
2555
|
-
'person_text',
|
|
2556
|
-
'personal_bag',
|
|
2557
|
-
'personal_bag_off',
|
|
2558
|
-
'personal_bag_question',
|
|
2559
|
-
'personal_injury',
|
|
2560
|
-
'personal_places',
|
|
2561
|
-
'pest_control',
|
|
2562
|
-
'pest_control_rodent',
|
|
2563
|
-
'pet_supplies',
|
|
2564
|
-
'pets',
|
|
2565
|
-
'phishing',
|
|
2566
|
-
'phone_bluetooth_speaker',
|
|
2567
|
-
'phone_callback',
|
|
2568
|
-
'phone_cancel',
|
|
2569
|
-
'phone_disabled',
|
|
2570
|
-
'phone_enabled',
|
|
2571
|
-
'phone_forwarded',
|
|
2572
|
-
'phone_in_talk',
|
|
2573
|
-
'phone_locked',
|
|
2574
|
-
'phone_missed',
|
|
2575
|
-
'phone_paused',
|
|
2576
|
-
'photo',
|
|
2577
|
-
'photo_album',
|
|
2578
|
-
'photo_auto_merge',
|
|
2579
|
-
'photo_camera',
|
|
2580
|
-
'photo_camera_back',
|
|
2581
|
-
'photo_camera_front',
|
|
2582
|
-
'photo_frame',
|
|
2583
|
-
'photo_library',
|
|
2584
|
-
'photo_prints',
|
|
2585
|
-
'photo_size_select_large',
|
|
2586
|
-
'photo_size_select_small',
|
|
2587
|
-
'php',
|
|
2588
|
-
'physical_therapy',
|
|
2589
|
-
'piano',
|
|
2590
|
-
'piano_off',
|
|
2591
|
-
'pickleball',
|
|
2592
|
-
'picture_as_pdf',
|
|
2593
|
-
'picture_in_picture',
|
|
2594
|
-
'picture_in_picture_alt',
|
|
2595
|
-
'picture_in_picture_center',
|
|
2596
|
-
'picture_in_picture_large',
|
|
2597
|
-
'picture_in_picture_medium',
|
|
2598
|
-
'picture_in_picture_mobile',
|
|
2599
|
-
'picture_in_picture_off',
|
|
2600
|
-
'picture_in_picture_small',
|
|
2601
|
-
'pie_chart',
|
|
2602
|
-
'pill',
|
|
2603
|
-
'pill_off',
|
|
2604
|
-
'pin',
|
|
2605
|
-
'pin_drop',
|
|
2606
|
-
'pin_end',
|
|
2607
|
-
'pin_invoke',
|
|
2608
|
-
'pinboard',
|
|
2609
|
-
'pinboard_unread',
|
|
2610
|
-
'pinch',
|
|
2611
|
-
'pinch_zoom_in',
|
|
2612
|
-
'pinch_zoom_out',
|
|
2613
|
-
'pip',
|
|
2614
|
-
'pip_exit',
|
|
2615
|
-
'pivot_table_chart',
|
|
2616
|
-
'place_item',
|
|
2617
|
-
'plagiarism',
|
|
2618
|
-
'plane_contrails',
|
|
2619
|
-
'planet',
|
|
2620
|
-
'planner_banner_ad_pt',
|
|
2621
|
-
'planner_review',
|
|
2622
|
-
'play_arrow',
|
|
2623
|
-
'play_circle',
|
|
2624
|
-
'play_disabled',
|
|
2625
|
-
'play_for_work',
|
|
2626
|
-
'play_lesson',
|
|
2627
|
-
'play_pause',
|
|
2628
|
-
'playground',
|
|
2629
|
-
'playground_2',
|
|
2630
|
-
'playing_cards',
|
|
2631
|
-
'playlist_add',
|
|
2632
|
-
'playlist_add_check',
|
|
2633
|
-
'playlist_add_check_circle',
|
|
2634
|
-
'playlist_add_circle',
|
|
2635
|
-
'playlist_play',
|
|
2636
|
-
'playlist_remove',
|
|
2637
|
-
'plug_connect',
|
|
2638
|
-
'plumbing',
|
|
2639
|
-
'podcasts',
|
|
2640
|
-
'podiatry',
|
|
2641
|
-
'podium',
|
|
2642
|
-
'point_of_sale',
|
|
2643
|
-
'point_scan',
|
|
2644
|
-
'poker_chip',
|
|
2645
|
-
'policy',
|
|
2646
|
-
'policy_alert',
|
|
2647
|
-
'polyline',
|
|
2648
|
-
'polymer',
|
|
2649
|
-
'pool',
|
|
2650
|
-
'portable_wifi_off',
|
|
2651
|
-
'position_bottom_left',
|
|
2652
|
-
'position_bottom_right',
|
|
2653
|
-
'position_top_right',
|
|
2654
|
-
'post',
|
|
2655
|
-
'post_add',
|
|
2656
|
-
'potted_plant',
|
|
2657
|
-
'power',
|
|
2658
|
-
'power_input',
|
|
2659
|
-
'power_off',
|
|
2660
|
-
'power_settings_circle',
|
|
2661
|
-
'power_settings_new',
|
|
2662
|
-
'prayer_times',
|
|
2663
|
-
'precision_manufacturing',
|
|
2664
|
-
'pregnancy',
|
|
2665
|
-
'pregnant_woman',
|
|
2666
|
-
'preliminary',
|
|
2667
|
-
'prescriptions',
|
|
2668
|
-
'present_to_all',
|
|
2669
|
-
'preview',
|
|
2670
|
-
'preview_off',
|
|
2671
|
-
'price_change',
|
|
2672
|
-
'price_check',
|
|
2673
|
-
'print',
|
|
2674
|
-
'print_add',
|
|
2675
|
-
'print_connect',
|
|
2676
|
-
'print_disabled',
|
|
2677
|
-
'print_error',
|
|
2678
|
-
'print_lock',
|
|
2679
|
-
'priority',
|
|
2680
|
-
'priority_high',
|
|
2681
|
-
'privacy',
|
|
2682
|
-
'privacy_tip',
|
|
2683
|
-
'private_connectivity',
|
|
2684
|
-
'problem',
|
|
2685
|
-
'procedure',
|
|
2686
|
-
'process_chart',
|
|
2687
|
-
'production_quantity_limits',
|
|
2688
|
-
'productivity',
|
|
2689
|
-
'progress_activity',
|
|
2690
|
-
'prompt_suggestion',
|
|
2691
|
-
'propane',
|
|
2692
|
-
'propane_tank',
|
|
2693
|
-
'psychiatry',
|
|
2694
|
-
'psychology',
|
|
2695
|
-
'psychology_alt',
|
|
2696
|
-
'public',
|
|
2697
|
-
'public_off',
|
|
2698
|
-
'publish',
|
|
2699
|
-
'published_with_changes',
|
|
2700
|
-
'pulmonology',
|
|
2701
|
-
'pulse_alert',
|
|
2702
|
-
'punch_clock',
|
|
2703
|
-
'qr_code',
|
|
2704
|
-
'qr_code_2',
|
|
2705
|
-
'qr_code_2_add',
|
|
2706
|
-
'qr_code_scanner',
|
|
2707
|
-
'query_stats',
|
|
2708
|
-
'question_exchange',
|
|
2709
|
-
'question_mark',
|
|
2710
|
-
'queue_music',
|
|
2711
|
-
'queue_play_next',
|
|
2712
|
-
'quick_phrases',
|
|
2713
|
-
'quick_reference',
|
|
2714
|
-
'quick_reference_all',
|
|
2715
|
-
'quick_reorder',
|
|
2716
|
-
'quickreply',
|
|
2717
|
-
'quiz',
|
|
2718
|
-
'r_mobiledata',
|
|
2719
|
-
'radar',
|
|
2720
|
-
'radio',
|
|
2721
|
-
'radio_button_checked',
|
|
2722
|
-
'radio_button_partial',
|
|
2723
|
-
'radio_button_unchecked',
|
|
2724
|
-
'radiology',
|
|
2725
|
-
'railway_alert',
|
|
2726
|
-
'railway_alert_2',
|
|
2727
|
-
'rainy',
|
|
2728
|
-
'rainy_heavy',
|
|
2729
|
-
'rainy_light',
|
|
2730
|
-
'rainy_snow',
|
|
2731
|
-
'ramen_dining',
|
|
2732
|
-
'ramp_left',
|
|
2733
|
-
'ramp_right',
|
|
2734
|
-
'range_hood',
|
|
2735
|
-
'rate_review',
|
|
2736
|
-
'raven',
|
|
2737
|
-
'raw_off',
|
|
2738
|
-
'raw_on',
|
|
2739
|
-
'read_more',
|
|
2740
|
-
'readiness_score',
|
|
2741
|
-
'real_estate_agent',
|
|
2742
|
-
'rear_camera',
|
|
2743
|
-
'rebase',
|
|
2744
|
-
'rebase_edit',
|
|
2745
|
-
'receipt',
|
|
2746
|
-
'receipt_long',
|
|
2747
|
-
'receipt_long_off',
|
|
2748
|
-
'recent_actors',
|
|
2749
|
-
'recent_patient',
|
|
2750
|
-
'recenter',
|
|
2751
|
-
'recommend',
|
|
2752
|
-
'record_voice_over',
|
|
2753
|
-
'rectangle',
|
|
2754
|
-
'rectangle_add',
|
|
2755
|
-
'recycling',
|
|
2756
|
-
'redeem',
|
|
2757
|
-
'redo',
|
|
2758
|
-
'reduce_capacity',
|
|
2759
|
-
'refresh',
|
|
2760
|
-
'regular_expression',
|
|
2761
|
-
'relax',
|
|
2762
|
-
'release_alert',
|
|
2763
|
-
'remember_me',
|
|
2764
|
-
'reminder',
|
|
2765
|
-
'remote_gen',
|
|
2766
|
-
'remove',
|
|
2767
|
-
'remove_done',
|
|
2768
|
-
'remove_from_queue',
|
|
2769
|
-
'remove_moderator',
|
|
2770
|
-
'remove_road',
|
|
2771
|
-
'remove_selection',
|
|
2772
|
-
'remove_shopping_cart',
|
|
2773
|
-
'reopen_window',
|
|
2774
|
-
'reorder',
|
|
2775
|
-
'repartition',
|
|
2776
|
-
'repeat',
|
|
2777
|
-
'repeat_on',
|
|
2778
|
-
'repeat_one',
|
|
2779
|
-
'repeat_one_on',
|
|
2780
|
-
'replace_audio',
|
|
2781
|
-
'replace_image',
|
|
2782
|
-
'replace_video',
|
|
2783
|
-
'replay',
|
|
2784
|
-
'replay_10',
|
|
2785
|
-
'replay_30',
|
|
2786
|
-
'replay_5',
|
|
2787
|
-
'reply',
|
|
2788
|
-
'reply_all',
|
|
2789
|
-
'report',
|
|
2790
|
-
'report_off',
|
|
2791
|
-
'request_page',
|
|
2792
|
-
'request_quote',
|
|
2793
|
-
'reset_brightness',
|
|
2794
|
-
'reset_exposure',
|
|
2795
|
-
'reset_focus',
|
|
2796
|
-
'reset_image',
|
|
2797
|
-
'reset_iso',
|
|
2798
|
-
'reset_settings',
|
|
2799
|
-
'reset_shadow',
|
|
2800
|
-
'reset_shutter_speed',
|
|
2801
|
-
'reset_tv',
|
|
2802
|
-
'reset_white_balance',
|
|
2803
|
-
'reset_wrench',
|
|
2804
|
-
'resize',
|
|
2805
|
-
'resize_window',
|
|
2806
|
-
'respiratory_rate',
|
|
2807
|
-
'responsive_layout',
|
|
2808
|
-
'rest_area',
|
|
2809
|
-
'restart_alt',
|
|
2810
|
-
'restaurant',
|
|
2811
|
-
'restore_from_trash',
|
|
2812
|
-
'restore_page',
|
|
2813
|
-
'resume',
|
|
2814
|
-
'reviews',
|
|
2815
|
-
'rewarded_ads',
|
|
2816
|
-
'rheumatology',
|
|
2817
|
-
'rib_cage',
|
|
2818
|
-
'rice_bowl',
|
|
2819
|
-
'right_click',
|
|
2820
|
-
'right_panel_close',
|
|
2821
|
-
'right_panel_open',
|
|
2822
|
-
'ring_volume',
|
|
2823
|
-
'ripples',
|
|
2824
|
-
'road',
|
|
2825
|
-
'robot',
|
|
2826
|
-
'robot_2',
|
|
2827
|
-
'rocket',
|
|
2828
|
-
'rocket_launch',
|
|
2829
|
-
'roller_shades',
|
|
2830
|
-
'roller_shades_closed',
|
|
2831
|
-
'roller_skating',
|
|
2832
|
-
'roofing',
|
|
2833
|
-
'room_preferences',
|
|
2834
|
-
'room_service',
|
|
2835
|
-
'rotate_90_degrees_ccw',
|
|
2836
|
-
'rotate_90_degrees_cw',
|
|
2837
|
-
'rotate_auto',
|
|
2838
|
-
'rotate_left',
|
|
2839
|
-
'rotate_right',
|
|
2840
|
-
'roundabout_left',
|
|
2841
|
-
'roundabout_right',
|
|
2842
|
-
'rounded_corner',
|
|
2843
|
-
'route',
|
|
2844
|
-
'router',
|
|
2845
|
-
'router_off',
|
|
2846
|
-
'routine',
|
|
2847
|
-
'rowing',
|
|
2848
|
-
'rss_feed',
|
|
2849
|
-
'rsvp',
|
|
2850
|
-
'rtt',
|
|
2851
|
-
'rubric',
|
|
2852
|
-
'rule',
|
|
2853
|
-
'rule_folder',
|
|
2854
|
-
'rule_settings',
|
|
2855
|
-
'run_circle',
|
|
2856
|
-
'running_with_errors',
|
|
2857
|
-
'rv_hookup',
|
|
2858
|
-
'safety_check',
|
|
2859
|
-
'safety_check_off',
|
|
2860
|
-
'safety_divider',
|
|
2861
|
-
'sailing',
|
|
2862
|
-
'salinity',
|
|
2863
|
-
'sanitizer',
|
|
2864
|
-
'satellite',
|
|
2865
|
-
'satellite_alt',
|
|
2866
|
-
'sauna',
|
|
2867
|
-
'save',
|
|
2868
|
-
'save_as',
|
|
2869
|
-
'save_clock',
|
|
2870
|
-
'saved_search',
|
|
2871
|
-
'savings',
|
|
2872
|
-
'scale',
|
|
2873
|
-
'scan',
|
|
2874
|
-
'scan_delete',
|
|
2875
|
-
'scanner',
|
|
2876
|
-
'scatter_plot',
|
|
2877
|
-
'scene',
|
|
2878
|
-
'schedule',
|
|
2879
|
-
'schedule_send',
|
|
2880
|
-
'schema',
|
|
2881
|
-
'school',
|
|
2882
|
-
'science',
|
|
2883
|
-
'science_off',
|
|
2884
|
-
'scooter',
|
|
2885
|
-
'score',
|
|
2886
|
-
'scoreboard',
|
|
2887
|
-
'screen_record',
|
|
2888
|
-
'screen_rotation_alt',
|
|
2889
|
-
'screen_rotation_up',
|
|
2890
|
-
'screen_search_desktop',
|
|
2891
|
-
'screen_share',
|
|
2892
|
-
'screenshot_frame',
|
|
2893
|
-
'screenshot_frame_2',
|
|
2894
|
-
'screenshot_keyboard',
|
|
2895
|
-
'screenshot_monitor',
|
|
2896
|
-
'screenshot_region',
|
|
2897
|
-
'screenshot_tablet',
|
|
2898
|
-
'script',
|
|
2899
|
-
'scrollable_header',
|
|
2900
|
-
'scuba_diving',
|
|
2901
|
-
'sd',
|
|
2902
|
-
'sd_card',
|
|
2903
|
-
'sd_card_alert',
|
|
2904
|
-
'sdk',
|
|
2905
|
-
'search',
|
|
2906
|
-
'search_activity',
|
|
2907
|
-
'search_check',
|
|
2908
|
-
'search_check_2',
|
|
2909
|
-
'search_gear',
|
|
2910
|
-
'search_hands_free',
|
|
2911
|
-
'search_insights',
|
|
2912
|
-
'search_off',
|
|
2913
|
-
'seat_cool_left',
|
|
2914
|
-
'seat_cool_right',
|
|
2915
|
-
'seat_heat_left',
|
|
2916
|
-
'seat_heat_right',
|
|
2917
|
-
'seat_vent_left',
|
|
2918
|
-
'seat_vent_right',
|
|
2919
|
-
'security',
|
|
2920
|
-
'security_key',
|
|
2921
|
-
'segment',
|
|
2922
|
-
'select',
|
|
2923
|
-
'select_all',
|
|
2924
|
-
'select_check_box',
|
|
2925
|
-
'select_to_speak',
|
|
2926
|
-
'select_window',
|
|
2927
|
-
'select_window_2',
|
|
2928
|
-
'select_window_off',
|
|
2929
|
-
'self_care',
|
|
2930
|
-
'self_improvement',
|
|
2931
|
-
'sell',
|
|
2932
|
-
'sell_cloud',
|
|
2933
|
-
'send',
|
|
2934
|
-
'send_and_archive',
|
|
2935
|
-
'send_money',
|
|
2936
|
-
'send_time_extension',
|
|
2937
|
-
'sensor_door',
|
|
2938
|
-
'sensor_occupied',
|
|
2939
|
-
'sensor_window',
|
|
2940
|
-
'sensors',
|
|
2941
|
-
'sensors_krx',
|
|
2942
|
-
'sensors_krx_off',
|
|
2943
|
-
'sensors_off',
|
|
2944
|
-
'sentiment_calm',
|
|
2945
|
-
'sentiment_content',
|
|
2946
|
-
'sentiment_dissatisfied',
|
|
2947
|
-
'sentiment_excited',
|
|
2948
|
-
'sentiment_extremely_dissatisfied',
|
|
2949
|
-
'sentiment_frustrated',
|
|
2950
|
-
'sentiment_neutral',
|
|
2951
|
-
'sentiment_sad',
|
|
2952
|
-
'sentiment_satisfied',
|
|
2953
|
-
'sentiment_stressed',
|
|
2954
|
-
'sentiment_very_dissatisfied',
|
|
2955
|
-
'sentiment_very_satisfied',
|
|
2956
|
-
'sentiment_worried',
|
|
2957
|
-
'serif',
|
|
2958
|
-
'server_person',
|
|
2959
|
-
'service_toolbox',
|
|
2960
|
-
'set_meal',
|
|
2961
|
-
'settings',
|
|
2962
|
-
'settings_accessibility',
|
|
2963
|
-
'settings_account_box',
|
|
2964
|
-
'settings_alert',
|
|
2965
|
-
'settings_applications',
|
|
2966
|
-
'settings_b_roll',
|
|
2967
|
-
'settings_backup_restore',
|
|
2968
|
-
'settings_bluetooth',
|
|
2969
|
-
'settings_brightness',
|
|
2970
|
-
'settings_cinematic_blur',
|
|
2971
|
-
'settings_ethernet',
|
|
2972
|
-
'settings_heart',
|
|
2973
|
-
'settings_input_antenna',
|
|
2974
|
-
'settings_input_component',
|
|
2975
|
-
'settings_input_hdmi',
|
|
2976
|
-
'settings_input_svideo',
|
|
2977
|
-
'settings_motion_mode',
|
|
2978
|
-
'settings_night_sight',
|
|
2979
|
-
'settings_overscan',
|
|
2980
|
-
'settings_panorama',
|
|
2981
|
-
'settings_phone',
|
|
2982
|
-
'settings_photo_camera',
|
|
2983
|
-
'settings_power',
|
|
2984
|
-
'settings_remote',
|
|
2985
|
-
'settings_seating',
|
|
2986
|
-
'settings_slow_motion',
|
|
2987
|
-
'settings_system_daydream',
|
|
2988
|
-
'settings_timelapse',
|
|
2989
|
-
'settings_video_camera',
|
|
2990
|
-
'settings_voice',
|
|
2991
|
-
'settop_component',
|
|
2992
|
-
'severe_cold',
|
|
2993
|
-
'shades',
|
|
2994
|
-
'shades_closed',
|
|
2995
|
-
'shadow',
|
|
2996
|
-
'shadow_add',
|
|
2997
|
-
'shadow_minus',
|
|
2998
|
-
'shape_line',
|
|
2999
|
-
'shapes',
|
|
3000
|
-
'share',
|
|
3001
|
-
'share_eta',
|
|
3002
|
-
'share_location',
|
|
3003
|
-
'share_off',
|
|
3004
|
-
'share_reviews',
|
|
3005
|
-
'share_windows',
|
|
3006
|
-
'shaved_ice',
|
|
3007
|
-
'sheets_rtl',
|
|
3008
|
-
'shelf_auto_hide',
|
|
3009
|
-
'shelf_position',
|
|
3010
|
-
'shelves',
|
|
3011
|
-
'shield',
|
|
3012
|
-
'shield_lock',
|
|
3013
|
-
'shield_locked',
|
|
3014
|
-
'shield_moon',
|
|
3015
|
-
'shield_person',
|
|
3016
|
-
'shield_question',
|
|
3017
|
-
'shield_toggle',
|
|
3018
|
-
'shield_watch',
|
|
3019
|
-
'shield_with_heart',
|
|
3020
|
-
'shield_with_house',
|
|
3021
|
-
'shift',
|
|
3022
|
-
'shift_lock',
|
|
3023
|
-
'shift_lock_off',
|
|
3024
|
-
'shoe_cleats',
|
|
3025
|
-
'shop',
|
|
3026
|
-
'shop_two',
|
|
3027
|
-
'shopping_bag',
|
|
3028
|
-
'shopping_bag_speed',
|
|
3029
|
-
'shopping_basket',
|
|
3030
|
-
'shopping_cart',
|
|
3031
|
-
'shopping_cart_checkout',
|
|
3032
|
-
'shopping_cart_off',
|
|
3033
|
-
'shoppingmode',
|
|
3034
|
-
'short_stay',
|
|
3035
|
-
'short_text',
|
|
3036
|
-
'show_chart',
|
|
3037
|
-
'shower',
|
|
3038
|
-
'shuffle',
|
|
3039
|
-
'shuffle_on',
|
|
3040
|
-
'shutter_speed',
|
|
3041
|
-
'shutter_speed_add',
|
|
3042
|
-
'shutter_speed_minus',
|
|
3043
|
-
'sick',
|
|
3044
|
-
'side_navigation',
|
|
3045
|
-
'sign_language',
|
|
3046
|
-
'signal_cellular_0_bar',
|
|
3047
|
-
'signal_cellular_1_bar',
|
|
3048
|
-
'signal_cellular_2_bar',
|
|
3049
|
-
'signal_cellular_3_bar',
|
|
3050
|
-
'signal_cellular_4_bar',
|
|
3051
|
-
'signal_cellular_add',
|
|
3052
|
-
'signal_cellular_alt',
|
|
3053
|
-
'signal_cellular_alt_1_bar',
|
|
3054
|
-
'signal_cellular_alt_2_bar',
|
|
3055
|
-
'signal_cellular_alt_off',
|
|
3056
|
-
'signal_cellular_connected_no_internet_0_bar',
|
|
3057
|
-
'signal_cellular_connected_no_internet_4_bar',
|
|
3058
|
-
'signal_cellular_nodata',
|
|
3059
|
-
'signal_cellular_null',
|
|
3060
|
-
'signal_cellular_off',
|
|
3061
|
-
'signal_cellular_pause',
|
|
3062
|
-
'signal_disconnected',
|
|
3063
|
-
'signal_wifi_0_bar',
|
|
3064
|
-
'signal_wifi_4_bar',
|
|
3065
|
-
'signal_wifi_bad',
|
|
3066
|
-
'signal_wifi_off',
|
|
3067
|
-
'signal_wifi_statusbar_not_connected',
|
|
3068
|
-
'signal_wifi_statusbar_null',
|
|
3069
|
-
'signature',
|
|
3070
|
-
'signpost',
|
|
3071
|
-
'sim_card',
|
|
3072
|
-
'sim_card_download',
|
|
3073
|
-
'simulation',
|
|
3074
|
-
'single_bed',
|
|
3075
|
-
'sip',
|
|
3076
|
-
'siren',
|
|
3077
|
-
'siren_check',
|
|
3078
|
-
'siren_open',
|
|
3079
|
-
'siren_question',
|
|
3080
|
-
'skateboarding',
|
|
3081
|
-
'skeleton',
|
|
3082
|
-
'skillet',
|
|
3083
|
-
'skillet_cooktop',
|
|
3084
|
-
'skip_next',
|
|
3085
|
-
'skip_previous',
|
|
3086
|
-
'skull',
|
|
3087
|
-
'skull_list',
|
|
3088
|
-
'slab_serif',
|
|
3089
|
-
'sledding',
|
|
3090
|
-
'sleep_score',
|
|
3091
|
-
'slide_library',
|
|
3092
|
-
'sliders',
|
|
3093
|
-
'slideshow',
|
|
3094
|
-
'slow_motion_video',
|
|
3095
|
-
'smart_card_reader',
|
|
3096
|
-
'smart_card_reader_off',
|
|
3097
|
-
'smart_display',
|
|
3098
|
-
'smart_outlet',
|
|
3099
|
-
'smart_toy',
|
|
3100
|
-
'smb_share',
|
|
3101
|
-
'smoke_free',
|
|
3102
|
-
'smoking_rooms',
|
|
3103
|
-
'sms',
|
|
3104
|
-
'snippet_folder',
|
|
3105
|
-
'snooze',
|
|
3106
|
-
'snowboarding',
|
|
3107
|
-
'snowflake',
|
|
3108
|
-
'snowing',
|
|
3109
|
-
'snowing_heavy',
|
|
3110
|
-
'snowmobile',
|
|
3111
|
-
'snowshoeing',
|
|
3112
|
-
'soap',
|
|
3113
|
-
'soba',
|
|
3114
|
-
'social_distance',
|
|
3115
|
-
'social_leaderboard',
|
|
3116
|
-
'solar_power',
|
|
3117
|
-
'solo_dining',
|
|
3118
|
-
'sort',
|
|
3119
|
-
'sort_by_alpha',
|
|
3120
|
-
'sos',
|
|
3121
|
-
'sound_detection_dog_barking',
|
|
3122
|
-
'sound_detection_glass_break',
|
|
3123
|
-
'sound_detection_loud_sound',
|
|
3124
|
-
'sound_sampler',
|
|
3125
|
-
'soundbar',
|
|
3126
|
-
'soup_kitchen',
|
|
3127
|
-
'source_environment',
|
|
3128
|
-
'source_notes',
|
|
3129
|
-
'south',
|
|
3130
|
-
'south_america',
|
|
3131
|
-
'south_east',
|
|
3132
|
-
'south_west',
|
|
3133
|
-
'spa',
|
|
3134
|
-
'space_bar',
|
|
3135
|
-
'space_dashboard',
|
|
3136
|
-
'space_dashboard_2',
|
|
3137
|
-
'spatial_audio',
|
|
3138
|
-
'spatial_audio_off',
|
|
3139
|
-
'spatial_speaker',
|
|
3140
|
-
'spatial_tracking',
|
|
3141
|
-
'speaker',
|
|
3142
|
-
'speaker_2',
|
|
3143
|
-
'speaker_group',
|
|
3144
|
-
'speaker_notes',
|
|
3145
|
-
'speaker_notes_off',
|
|
3146
|
-
'speaker_phone',
|
|
3147
|
-
'special_character',
|
|
3148
|
-
'specific_gravity',
|
|
3149
|
-
'speech_to_text',
|
|
3150
|
-
'speed',
|
|
3151
|
-
'speed_0_25',
|
|
3152
|
-
'speed_0_2x',
|
|
3153
|
-
'speed_0_5',
|
|
3154
|
-
'speed_0_5x',
|
|
3155
|
-
'speed_0_75',
|
|
3156
|
-
'speed_0_7x',
|
|
3157
|
-
'speed_1_2',
|
|
3158
|
-
'speed_1_25',
|
|
3159
|
-
'speed_1_2x',
|
|
3160
|
-
'speed_1_5',
|
|
3161
|
-
'speed_1_5x',
|
|
3162
|
-
'speed_1_75',
|
|
3163
|
-
'speed_1_7x',
|
|
3164
|
-
'speed_2x',
|
|
3165
|
-
'speed_camera',
|
|
3166
|
-
'spellcheck',
|
|
3167
|
-
'split_scene',
|
|
3168
|
-
'split_scene_down',
|
|
3169
|
-
'split_scene_left',
|
|
3170
|
-
'split_scene_right',
|
|
3171
|
-
'split_scene_up',
|
|
3172
|
-
'splitscreen',
|
|
3173
|
-
'splitscreen_add',
|
|
3174
|
-
'splitscreen_bottom',
|
|
3175
|
-
'splitscreen_landscape',
|
|
3176
|
-
'splitscreen_landscape_add',
|
|
3177
|
-
'splitscreen_left',
|
|
3178
|
-
'splitscreen_portrait',
|
|
3179
|
-
'splitscreen_right',
|
|
3180
|
-
'splitscreen_top',
|
|
3181
|
-
'splitscreen_vertical_add',
|
|
3182
|
-
'spo2',
|
|
3183
|
-
'spoke',
|
|
3184
|
-
'sports',
|
|
3185
|
-
'sports_and_outdoors',
|
|
3186
|
-
'sports_bar',
|
|
3187
|
-
'sports_baseball',
|
|
3188
|
-
'sports_basketball',
|
|
3189
|
-
'sports_cricket',
|
|
3190
|
-
'sports_esports',
|
|
3191
|
-
'sports_football',
|
|
3192
|
-
'sports_golf',
|
|
3193
|
-
'sports_gymnastics',
|
|
3194
|
-
'sports_handball',
|
|
3195
|
-
'sports_hockey',
|
|
3196
|
-
'sports_kabaddi',
|
|
3197
|
-
'sports_martial_arts',
|
|
3198
|
-
'sports_mma',
|
|
3199
|
-
'sports_motorsports',
|
|
3200
|
-
'sports_rugby',
|
|
3201
|
-
'sports_score',
|
|
3202
|
-
'sports_soccer',
|
|
3203
|
-
'sports_tennis',
|
|
3204
|
-
'sports_volleyball',
|
|
3205
|
-
'sprinkler',
|
|
3206
|
-
'sprint',
|
|
3207
|
-
'sql',
|
|
3208
|
-
'square',
|
|
3209
|
-
'square_circle',
|
|
3210
|
-
'square_dot',
|
|
3211
|
-
'square_foot',
|
|
3212
|
-
'ssid_chart',
|
|
3213
|
-
'stack',
|
|
3214
|
-
'stack_group',
|
|
3215
|
-
'stack_hexagon',
|
|
3216
|
-
'stack_off',
|
|
3217
|
-
'stack_star',
|
|
3218
|
-
'stacked_bar_chart',
|
|
3219
|
-
'stacked_email',
|
|
3220
|
-
'stacked_inbox',
|
|
3221
|
-
'stacked_line_chart',
|
|
3222
|
-
'stacks',
|
|
3223
|
-
'stadia_controller',
|
|
3224
|
-
'stadium',
|
|
3225
|
-
'stairs',
|
|
3226
|
-
'stairs_2',
|
|
3227
|
-
'star',
|
|
3228
|
-
'star_half',
|
|
3229
|
-
'star_rate',
|
|
3230
|
-
'star_rate_half',
|
|
3231
|
-
'star_shine',
|
|
3232
|
-
'stars',
|
|
3233
|
-
'stars_2',
|
|
3234
|
-
'start',
|
|
3235
|
-
'stat_0',
|
|
3236
|
-
'stat_1',
|
|
3237
|
-
'stat_2',
|
|
3238
|
-
'stat_3',
|
|
3239
|
-
'stat_minus_1',
|
|
3240
|
-
'stat_minus_2',
|
|
3241
|
-
'stat_minus_3',
|
|
3242
|
-
'steering_wheel_heat',
|
|
3243
|
-
'step',
|
|
3244
|
-
'step_into',
|
|
3245
|
-
'step_out',
|
|
3246
|
-
'step_over',
|
|
3247
|
-
'steppers',
|
|
3248
|
-
'steps',
|
|
3249
|
-
'stethoscope',
|
|
3250
|
-
'stethoscope_arrow',
|
|
3251
|
-
'stethoscope_check',
|
|
3252
|
-
'sticker',
|
|
3253
|
-
'sticker_add',
|
|
3254
|
-
'sticky_note',
|
|
3255
|
-
'sticky_note_2',
|
|
3256
|
-
'stock_media',
|
|
3257
|
-
'stockpot',
|
|
3258
|
-
'stop',
|
|
3259
|
-
'stop_circle',
|
|
3260
|
-
'stop_screen_share',
|
|
3261
|
-
'storage',
|
|
3262
|
-
'store',
|
|
3263
|
-
'storefront',
|
|
3264
|
-
'storm',
|
|
3265
|
-
'straight',
|
|
3266
|
-
'straighten',
|
|
3267
|
-
'strategy',
|
|
3268
|
-
'stream',
|
|
3269
|
-
'streetview',
|
|
3270
|
-
'stress_management',
|
|
3271
|
-
'strikethrough_s',
|
|
3272
|
-
'stroke_full',
|
|
3273
|
-
'stroke_partial',
|
|
3274
|
-
'stroller',
|
|
3275
|
-
'style',
|
|
3276
|
-
'styler',
|
|
3277
|
-
'stylus',
|
|
3278
|
-
'stylus_brush',
|
|
3279
|
-
'stylus_fountain_pen',
|
|
3280
|
-
'stylus_highlighter',
|
|
3281
|
-
'stylus_laser_pointer',
|
|
3282
|
-
'stylus_note',
|
|
3283
|
-
'stylus_pen',
|
|
3284
|
-
'stylus_pencil',
|
|
3285
|
-
'subdirectory_arrow_left',
|
|
3286
|
-
'subdirectory_arrow_right',
|
|
3287
|
-
'subheader',
|
|
3288
|
-
'subject',
|
|
3289
|
-
'subscript',
|
|
3290
|
-
'subscriptions',
|
|
3291
|
-
'subtitles',
|
|
3292
|
-
'subtitles_gear',
|
|
3293
|
-
'subtitles_off',
|
|
3294
|
-
'subway',
|
|
3295
|
-
'subway_walk',
|
|
3296
|
-
'subwoofer',
|
|
3297
|
-
'summarize',
|
|
3298
|
-
'sunny',
|
|
3299
|
-
'sunny_snowing',
|
|
3300
|
-
'superscript',
|
|
3301
|
-
'supervised_user_circle',
|
|
3302
|
-
'supervised_user_circle_off',
|
|
3303
|
-
'supervisor_account',
|
|
3304
|
-
'support',
|
|
3305
|
-
'support_agent',
|
|
3306
|
-
'surfing',
|
|
3307
|
-
'surgical',
|
|
3308
|
-
'surround_sound',
|
|
3309
|
-
'swap_calls',
|
|
3310
|
-
'swap_driving_apps',
|
|
3311
|
-
'swap_driving_apps_wheel',
|
|
3312
|
-
'swap_horiz',
|
|
3313
|
-
'swap_horizontal_circle',
|
|
3314
|
-
'swap_vert',
|
|
3315
|
-
'swap_vertical_circle',
|
|
3316
|
-
'sweep',
|
|
3317
|
-
'swipe',
|
|
3318
|
-
'swipe_down',
|
|
3319
|
-
'swipe_down_alt',
|
|
3320
|
-
'swipe_left',
|
|
3321
|
-
'swipe_left_2',
|
|
3322
|
-
'swipe_left_alt',
|
|
3323
|
-
'swipe_right',
|
|
3324
|
-
'swipe_right_2',
|
|
3325
|
-
'swipe_right_alt',
|
|
3326
|
-
'swipe_up',
|
|
3327
|
-
'swipe_up_alt',
|
|
3328
|
-
'swipe_vertical',
|
|
3329
|
-
'switch',
|
|
3330
|
-
'switch_access',
|
|
3331
|
-
'switch_access_2',
|
|
3332
|
-
'switch_access_3',
|
|
3333
|
-
'switch_access_shortcut',
|
|
3334
|
-
'switch_access_shortcut_add',
|
|
3335
|
-
'switch_account',
|
|
3336
|
-
'switch_camera',
|
|
3337
|
-
'switch_left',
|
|
3338
|
-
'switch_off',
|
|
3339
|
-
'switch_right',
|
|
3340
|
-
'switch_video',
|
|
3341
|
-
'switches',
|
|
3342
|
-
'sword_rose',
|
|
3343
|
-
'swords',
|
|
3344
|
-
'symptoms',
|
|
3345
|
-
'synagogue',
|
|
3346
|
-
'sync',
|
|
3347
|
-
'sync_alt',
|
|
3348
|
-
'sync_arrow_down',
|
|
3349
|
-
'sync_arrow_up',
|
|
3350
|
-
'sync_desktop',
|
|
3351
|
-
'sync_disabled',
|
|
3352
|
-
'sync_lock',
|
|
3353
|
-
'sync_problem',
|
|
3354
|
-
'sync_saved_locally',
|
|
3355
|
-
'sync_saved_locally_off',
|
|
3356
|
-
'syringe',
|
|
3357
|
-
'system_update_alt',
|
|
3358
|
-
'tab',
|
|
3359
|
-
'tab_close',
|
|
3360
|
-
'tab_close_inactive',
|
|
3361
|
-
'tab_close_right',
|
|
3362
|
-
'tab_duplicate',
|
|
3363
|
-
'tab_group',
|
|
3364
|
-
'tab_inactive',
|
|
3365
|
-
'tab_move',
|
|
3366
|
-
'tab_new_right',
|
|
3367
|
-
'tab_recent',
|
|
3368
|
-
'tab_search',
|
|
3369
|
-
'tab_unselected',
|
|
3370
|
-
'table',
|
|
3371
|
-
'table_bar',
|
|
3372
|
-
'table_chart',
|
|
3373
|
-
'table_chart_view',
|
|
3374
|
-
'table_convert',
|
|
3375
|
-
'table_edit',
|
|
3376
|
-
'table_eye',
|
|
3377
|
-
'table_lamp',
|
|
3378
|
-
'table_large',
|
|
3379
|
-
'table_restaurant',
|
|
3380
|
-
'table_rows',
|
|
3381
|
-
'table_rows_narrow',
|
|
3382
|
-
'table_sign',
|
|
3383
|
-
'table_view',
|
|
3384
|
-
'tablet',
|
|
3385
|
-
'tablet_android',
|
|
3386
|
-
'tablet_camera',
|
|
3387
|
-
'tablet_mac',
|
|
3388
|
-
'tabs',
|
|
3389
|
-
'tactic',
|
|
3390
|
-
'tag',
|
|
3391
|
-
'takeout_dining',
|
|
3392
|
-
'takeout_dining_2',
|
|
3393
|
-
'tamper_detection_off',
|
|
3394
|
-
'tamper_detection_on',
|
|
3395
|
-
'tapas',
|
|
3396
|
-
'target',
|
|
3397
|
-
'task',
|
|
3398
|
-
'task_alt',
|
|
3399
|
-
'tatami_seat',
|
|
3400
|
-
'taunt',
|
|
3401
|
-
'taxi_alert',
|
|
3402
|
-
'team_dashboard',
|
|
3403
|
-
'temp_preferences_eco',
|
|
3404
|
-
'temple_buddhist',
|
|
3405
|
-
'temple_hindu',
|
|
3406
|
-
'tenancy',
|
|
3407
|
-
'terminal',
|
|
3408
|
-
'terminal_2',
|
|
3409
|
-
'text_ad',
|
|
3410
|
-
'text_ad_off',
|
|
3411
|
-
'text_compare',
|
|
3412
|
-
'text_decrease',
|
|
3413
|
-
'text_fields',
|
|
3414
|
-
'text_fields_alt',
|
|
3415
|
-
'text_format',
|
|
3416
|
-
'text_increase',
|
|
3417
|
-
'text_rotate_up',
|
|
3418
|
-
'text_rotate_vertical',
|
|
3419
|
-
'text_rotation_angledown',
|
|
3420
|
-
'text_rotation_angleup',
|
|
3421
|
-
'text_rotation_down',
|
|
3422
|
-
'text_rotation_none',
|
|
3423
|
-
'text_select_end',
|
|
3424
|
-
'text_select_jump_to_beginning',
|
|
3425
|
-
'text_select_jump_to_end',
|
|
3426
|
-
'text_select_move_back_character',
|
|
3427
|
-
'text_select_move_back_word',
|
|
3428
|
-
'text_select_move_down',
|
|
3429
|
-
'text_select_move_forward_character',
|
|
3430
|
-
'text_select_move_forward_word',
|
|
3431
|
-
'text_select_move_up',
|
|
3432
|
-
'text_select_start',
|
|
3433
|
-
'text_snippet',
|
|
3434
|
-
'text_to_speech',
|
|
3435
|
-
'text_up',
|
|
3436
|
-
'texture',
|
|
3437
|
-
'texture_add',
|
|
3438
|
-
'texture_minus',
|
|
3439
|
-
'theater_comedy',
|
|
3440
|
-
'theaters',
|
|
3441
|
-
'thermometer',
|
|
3442
|
-
'thermometer_add',
|
|
3443
|
-
'thermometer_alert',
|
|
3444
|
-
'thermometer_gain',
|
|
3445
|
-
'thermometer_loss',
|
|
3446
|
-
'thermometer_minus',
|
|
3447
|
-
'thermostat',
|
|
3448
|
-
'thermostat_arrow_down',
|
|
3449
|
-
'thermostat_arrow_up',
|
|
3450
|
-
'thermostat_auto',
|
|
3451
|
-
'thermostat_carbon',
|
|
3452
|
-
'things_to_do',
|
|
3453
|
-
'thread_unread',
|
|
3454
|
-
'threat_intelligence',
|
|
3455
|
-
'thumb_down',
|
|
3456
|
-
'thumb_up',
|
|
3457
|
-
'thumbnail_bar',
|
|
3458
|
-
'thumbs_up_double',
|
|
3459
|
-
'thumbs_up_down',
|
|
3460
|
-
'thunderstorm',
|
|
3461
|
-
'tibia',
|
|
3462
|
-
'tibia_alt',
|
|
3463
|
-
'tile_large',
|
|
3464
|
-
'tile_medium',
|
|
3465
|
-
'tile_small',
|
|
3466
|
-
'time_auto',
|
|
3467
|
-
'timelapse',
|
|
3468
|
-
'timeline',
|
|
3469
|
-
'timer',
|
|
3470
|
-
'timer_1',
|
|
3471
|
-
'timer_10',
|
|
3472
|
-
'timer_10_alt_1',
|
|
3473
|
-
'timer_10_select',
|
|
3474
|
-
'timer_2',
|
|
3475
|
-
'timer_3',
|
|
3476
|
-
'timer_3_alt_1',
|
|
3477
|
-
'timer_3_select',
|
|
3478
|
-
'timer_5',
|
|
3479
|
-
'timer_5_shutter',
|
|
3480
|
-
'timer_arrow_down',
|
|
3481
|
-
'timer_arrow_up',
|
|
3482
|
-
'timer_off',
|
|
3483
|
-
'timer_pause',
|
|
3484
|
-
'timer_play',
|
|
3485
|
-
'tire_repair',
|
|
3486
|
-
'title',
|
|
3487
|
-
'titlecase',
|
|
3488
|
-
'toast',
|
|
3489
|
-
'toc',
|
|
3490
|
-
'today',
|
|
3491
|
-
'toggle_off',
|
|
3492
|
-
'toggle_on',
|
|
3493
|
-
'token',
|
|
3494
|
-
'toll',
|
|
3495
|
-
'tonality',
|
|
3496
|
-
'tonality_2',
|
|
3497
|
-
'toolbar',
|
|
3498
|
-
'tools_flat_head',
|
|
3499
|
-
'tools_installation_kit',
|
|
3500
|
-
'tools_ladder',
|
|
3501
|
-
'tools_level',
|
|
3502
|
-
'tools_phillips',
|
|
3503
|
-
'tools_pliers_wire_stripper',
|
|
3504
|
-
'tools_power_drill',
|
|
3505
|
-
'tooltip',
|
|
3506
|
-
'tooltip_2',
|
|
3507
|
-
'top_panel_close',
|
|
3508
|
-
'top_panel_open',
|
|
3509
|
-
'topic',
|
|
3510
|
-
'tornado',
|
|
3511
|
-
'total_dissolved_solids',
|
|
3512
|
-
'touch_app',
|
|
3513
|
-
'touch_double',
|
|
3514
|
-
'touch_long',
|
|
3515
|
-
'touch_triple',
|
|
3516
|
-
'touchpad_mouse',
|
|
3517
|
-
'touchpad_mouse_off',
|
|
3518
|
-
'tour',
|
|
3519
|
-
'toys',
|
|
3520
|
-
'toys_and_games',
|
|
3521
|
-
'toys_fan',
|
|
3522
|
-
'track_changes',
|
|
3523
|
-
'trackpad_input',
|
|
3524
|
-
'trackpad_input_2',
|
|
3525
|
-
'trackpad_input_3',
|
|
3526
|
-
'traffic',
|
|
3527
|
-
'traffic_jam',
|
|
3528
|
-
'trail_length',
|
|
3529
|
-
'trail_length_medium',
|
|
3530
|
-
'trail_length_short',
|
|
3531
|
-
'train',
|
|
3532
|
-
'tram',
|
|
3533
|
-
'transfer_within_a_station',
|
|
3534
|
-
'transform',
|
|
3535
|
-
'transgender',
|
|
3536
|
-
'transit_enterexit',
|
|
3537
|
-
'transit_ticket',
|
|
3538
|
-
'transition_chop',
|
|
3539
|
-
'transition_dissolve',
|
|
3540
|
-
'transition_fade',
|
|
3541
|
-
'transition_push',
|
|
3542
|
-
'transition_slide',
|
|
3543
|
-
'translate',
|
|
3544
|
-
'translate_indic',
|
|
3545
|
-
'transportation',
|
|
3546
|
-
'travel',
|
|
3547
|
-
'travel_explore',
|
|
3548
|
-
'travel_luggage_and_bags',
|
|
3549
|
-
'trending_down',
|
|
3550
|
-
'trending_flat',
|
|
3551
|
-
'trending_up',
|
|
3552
|
-
'triangle_circle',
|
|
3553
|
-
'trip',
|
|
3554
|
-
'trip_origin',
|
|
3555
|
-
'trolley',
|
|
3556
|
-
'trolley_cable_car',
|
|
3557
|
-
'trophy',
|
|
3558
|
-
'troubleshoot',
|
|
3559
|
-
'tsunami',
|
|
3560
|
-
'tsv',
|
|
3561
|
-
'tty',
|
|
3562
|
-
'tune',
|
|
3563
|
-
'turn_left',
|
|
3564
|
-
'turn_right',
|
|
3565
|
-
'turn_sharp_left',
|
|
3566
|
-
'turn_sharp_right',
|
|
3567
|
-
'turn_slight_left',
|
|
3568
|
-
'turn_slight_right',
|
|
3569
|
-
'tv',
|
|
3570
|
-
'tv_displays',
|
|
3571
|
-
'tv_gen',
|
|
3572
|
-
'tv_guide',
|
|
3573
|
-
'tv_next',
|
|
3574
|
-
'tv_off',
|
|
3575
|
-
'tv_options_edit_channels',
|
|
3576
|
-
'tv_options_input_settings',
|
|
3577
|
-
'tv_remote',
|
|
3578
|
-
'tv_signin',
|
|
3579
|
-
'tv_with_assistant',
|
|
3580
|
-
'two_pager',
|
|
3581
|
-
'two_pager_store',
|
|
3582
|
-
'two_wheeler',
|
|
3583
|
-
'type_specimen',
|
|
3584
|
-
'u_turn_left',
|
|
3585
|
-
'u_turn_right',
|
|
3586
|
-
'udon',
|
|
3587
|
-
'ulna_radius',
|
|
3588
|
-
'ulna_radius_alt',
|
|
3589
|
-
'umbrella',
|
|
3590
|
-
'unarchive',
|
|
3591
|
-
'undereye',
|
|
3592
|
-
'undo',
|
|
3593
|
-
'unfold_less',
|
|
3594
|
-
'unfold_less_double',
|
|
3595
|
-
'unfold_more',
|
|
3596
|
-
'unfold_more_double',
|
|
3597
|
-
'ungroup',
|
|
3598
|
-
'universal_currency',
|
|
3599
|
-
'universal_currency_alt',
|
|
3600
|
-
'universal_local',
|
|
3601
|
-
'unknown_2',
|
|
3602
|
-
'unknown_5',
|
|
3603
|
-
'unknown_7',
|
|
3604
|
-
'unknown_document',
|
|
3605
|
-
'unknown_med',
|
|
3606
|
-
'unlicense',
|
|
3607
|
-
'unpaved_road',
|
|
3608
|
-
'unpublished',
|
|
3609
|
-
'unsubscribe',
|
|
3610
|
-
'upcoming',
|
|
3611
|
-
'update',
|
|
3612
|
-
'update_disabled',
|
|
3613
|
-
'upgrade',
|
|
3614
|
-
'upi_pay',
|
|
3615
|
-
'upload',
|
|
3616
|
-
'upload_2',
|
|
3617
|
-
'upload_file',
|
|
3618
|
-
'uppercase',
|
|
3619
|
-
'urology',
|
|
3620
|
-
'usb',
|
|
3621
|
-
'usb_off',
|
|
3622
|
-
'user_attributes',
|
|
3623
|
-
'vaccines',
|
|
3624
|
-
'vacuum',
|
|
3625
|
-
'vacuum_2',
|
|
3626
|
-
'vacuum_2_on',
|
|
3627
|
-
'valve',
|
|
3628
|
-
'vape_free',
|
|
3629
|
-
'vaping_rooms',
|
|
3630
|
-
'variable_add',
|
|
3631
|
-
'variable_insert',
|
|
3632
|
-
'variable_remove',
|
|
3633
|
-
'variables',
|
|
3634
|
-
'ventilator',
|
|
3635
|
-
'verified',
|
|
3636
|
-
'verified_off',
|
|
3637
|
-
'verified_user',
|
|
3638
|
-
'vertical_align_bottom',
|
|
3639
|
-
'vertical_align_center',
|
|
3640
|
-
'vertical_align_top',
|
|
3641
|
-
'vertical_distribute',
|
|
3642
|
-
'vertical_shades',
|
|
3643
|
-
'vertical_shades_closed',
|
|
3644
|
-
'vertical_split',
|
|
3645
|
-
'video_call',
|
|
3646
|
-
'video_camera_back',
|
|
3647
|
-
'video_camera_back_add',
|
|
3648
|
-
'video_camera_front',
|
|
3649
|
-
'video_camera_front_off',
|
|
3650
|
-
'video_chat',
|
|
3651
|
-
'video_file',
|
|
3652
|
-
'video_label',
|
|
3653
|
-
'video_library',
|
|
3654
|
-
'video_search',
|
|
3655
|
-
'video_settings',
|
|
3656
|
-
'video_stable',
|
|
3657
|
-
'video_template',
|
|
3658
|
-
'videocam',
|
|
3659
|
-
'videocam_alert',
|
|
3660
|
-
'videocam_off',
|
|
3661
|
-
'videogame_asset',
|
|
3662
|
-
'videogame_asset_off',
|
|
3663
|
-
'view_agenda',
|
|
3664
|
-
'view_apps',
|
|
3665
|
-
'view_array',
|
|
3666
|
-
'view_carousel',
|
|
3667
|
-
'view_column',
|
|
3668
|
-
'view_column_2',
|
|
3669
|
-
'view_comfy',
|
|
3670
|
-
'view_comfy_alt',
|
|
3671
|
-
'view_compact',
|
|
3672
|
-
'view_compact_alt',
|
|
3673
|
-
'view_cozy',
|
|
3674
|
-
'view_day',
|
|
3675
|
-
'view_headline',
|
|
3676
|
-
'view_in_ar',
|
|
3677
|
-
'view_in_ar_off',
|
|
3678
|
-
'view_kanban',
|
|
3679
|
-
'view_list',
|
|
3680
|
-
'view_module',
|
|
3681
|
-
'view_object_track',
|
|
3682
|
-
'view_quilt',
|
|
3683
|
-
'view_real_size',
|
|
3684
|
-
'view_sidebar',
|
|
3685
|
-
'view_stream',
|
|
3686
|
-
'view_timeline',
|
|
3687
|
-
'view_week',
|
|
3688
|
-
'vignette',
|
|
3689
|
-
'vignette_2',
|
|
3690
|
-
'villa',
|
|
3691
|
-
'visibility',
|
|
3692
|
-
'visibility_lock',
|
|
3693
|
-
'visibility_off',
|
|
3694
|
-
'vital_signs',
|
|
3695
|
-
'vo2_max',
|
|
3696
|
-
'voice_chat',
|
|
3697
|
-
'voice_chat_off',
|
|
3698
|
-
'voice_over_off',
|
|
3699
|
-
'voice_selection',
|
|
3700
|
-
'voice_selection_off',
|
|
3701
|
-
'voicemail',
|
|
3702
|
-
'voicemail_2',
|
|
3703
|
-
'volcano',
|
|
3704
|
-
'volume_down',
|
|
3705
|
-
'volume_mute',
|
|
3706
|
-
'volume_off',
|
|
3707
|
-
'volume_up',
|
|
3708
|
-
'volunteer_activism',
|
|
3709
|
-
'voting_chip',
|
|
3710
|
-
'vpn_key',
|
|
3711
|
-
'vpn_key_alert',
|
|
3712
|
-
'vpn_key_off',
|
|
3713
|
-
'vpn_lock',
|
|
3714
|
-
'vpn_lock_2',
|
|
3715
|
-
'vr180_create2d',
|
|
3716
|
-
'vr180_create2d_off',
|
|
3717
|
-
'vrpano',
|
|
3718
|
-
'wall_art',
|
|
3719
|
-
'wall_lamp',
|
|
3720
|
-
'wallet',
|
|
3721
|
-
'wallpaper',
|
|
3722
|
-
'wallpaper_slideshow',
|
|
3723
|
-
'wand_shine',
|
|
3724
|
-
'wand_stars',
|
|
3725
|
-
'ward',
|
|
3726
|
-
'warehouse',
|
|
3727
|
-
'warning',
|
|
3728
|
-
'warning_off',
|
|
3729
|
-
'wash',
|
|
3730
|
-
'washoku',
|
|
3731
|
-
'watch',
|
|
3732
|
-
'watch_alert',
|
|
3733
|
-
'watch_arrow',
|
|
3734
|
-
'watch_arrow_down',
|
|
3735
|
-
'watch_button_press',
|
|
3736
|
-
'watch_check',
|
|
3737
|
-
'watch_lock',
|
|
3738
|
-
'watch_off',
|
|
3739
|
-
'watch_screentime',
|
|
3740
|
-
'watch_vibration',
|
|
3741
|
-
'watch_wake',
|
|
3742
|
-
'water',
|
|
3743
|
-
'water_bottle',
|
|
3744
|
-
'water_bottle_large',
|
|
3745
|
-
'water_damage',
|
|
3746
|
-
'water_do',
|
|
3747
|
-
'water_drop',
|
|
3748
|
-
'water_drops',
|
|
3749
|
-
'water_ec',
|
|
3750
|
-
'water_full',
|
|
3751
|
-
'water_heater',
|
|
3752
|
-
'water_lock',
|
|
3753
|
-
'water_loss',
|
|
3754
|
-
'water_lux',
|
|
3755
|
-
'water_medium',
|
|
3756
|
-
'water_orp',
|
|
3757
|
-
'water_ph',
|
|
3758
|
-
'water_pump',
|
|
3759
|
-
'water_voc',
|
|
3760
|
-
'waterfall_chart',
|
|
3761
|
-
'waves',
|
|
3762
|
-
'waving_hand',
|
|
3763
|
-
'wb_auto',
|
|
3764
|
-
'wb_incandescent',
|
|
3765
|
-
'wb_iridescent',
|
|
3766
|
-
'wb_shade',
|
|
3767
|
-
'wb_sunny',
|
|
3768
|
-
'wb_twilight',
|
|
3769
|
-
'wc',
|
|
3770
|
-
'weather_hail',
|
|
3771
|
-
'weather_mix',
|
|
3772
|
-
'weather_snowy',
|
|
3773
|
-
'web',
|
|
3774
|
-
'web_asset',
|
|
3775
|
-
'web_asset_off',
|
|
3776
|
-
'web_stories',
|
|
3777
|
-
'web_traffic',
|
|
3778
|
-
'webhook',
|
|
3779
|
-
'weekend',
|
|
3780
|
-
'weight',
|
|
3781
|
-
'west',
|
|
3782
|
-
'whatshot',
|
|
3783
|
-
'wheat',
|
|
3784
|
-
'wheelchair_pickup',
|
|
3785
|
-
'where_to_vote',
|
|
3786
|
-
'widget_medium',
|
|
3787
|
-
'widget_menu',
|
|
3788
|
-
'widget_small',
|
|
3789
|
-
'widget_width',
|
|
3790
|
-
'widgets',
|
|
3791
|
-
'width_full',
|
|
3792
|
-
'width_normal',
|
|
3793
|
-
'width_wide',
|
|
3794
|
-
'wifi',
|
|
3795
|
-
'wifi_1_bar',
|
|
3796
|
-
'wifi_2_bar',
|
|
3797
|
-
'wifi_add',
|
|
3798
|
-
'wifi_calling',
|
|
3799
|
-
'wifi_calling_bar_1',
|
|
3800
|
-
'wifi_calling_bar_2',
|
|
3801
|
-
'wifi_calling_bar_3',
|
|
3802
|
-
'wifi_channel',
|
|
3803
|
-
'wifi_find',
|
|
3804
|
-
'wifi_home',
|
|
3805
|
-
'wifi_lock',
|
|
3806
|
-
'wifi_notification',
|
|
3807
|
-
'wifi_off',
|
|
3808
|
-
'wifi_password',
|
|
3809
|
-
'wifi_protected_setup',
|
|
3810
|
-
'wifi_proxy',
|
|
3811
|
-
'wifi_tethering',
|
|
3812
|
-
'wifi_tethering_error',
|
|
3813
|
-
'wifi_tethering_off',
|
|
3814
|
-
'wind_power',
|
|
3815
|
-
'window',
|
|
3816
|
-
'window_closed',
|
|
3817
|
-
'window_open',
|
|
3818
|
-
'window_sensor',
|
|
3819
|
-
'windshield_defrost_auto',
|
|
3820
|
-
'windshield_defrost_front',
|
|
3821
|
-
'windshield_defrost_rear',
|
|
3822
|
-
'windshield_heat_front',
|
|
3823
|
-
'wine_bar',
|
|
3824
|
-
'woman',
|
|
3825
|
-
'woman_2',
|
|
3826
|
-
'work',
|
|
3827
|
-
'work_alert',
|
|
3828
|
-
'work_history',
|
|
3829
|
-
'work_update',
|
|
3830
|
-
'workspace_premium',
|
|
3831
|
-
'workspaces',
|
|
3832
|
-
'wounds_injuries',
|
|
3833
|
-
'wrap_text',
|
|
3834
|
-
'wrist',
|
|
3835
|
-
'wrong_location',
|
|
3836
|
-
'wysiwyg',
|
|
3837
|
-
'x_circle',
|
|
3838
|
-
'y_circle',
|
|
3839
|
-
'yakitori',
|
|
3840
|
-
'yard',
|
|
3841
|
-
'yoshoku',
|
|
3842
|
-
'your_trips',
|
|
3843
|
-
'youtube_searched_for',
|
|
3844
|
-
'zone_person_alert',
|
|
3845
|
-
'zone_person_idle',
|
|
3846
|
-
'zone_person_urgent',
|
|
3847
|
-
'zoom_in',
|
|
3848
|
-
'zoom_in_map',
|
|
3849
|
-
'zoom_out',
|
|
3850
|
-
'zoom_out_map'
|
|
3851
|
-
];
|
|
3852
|
-
export type MaterialSymbol = MaterialSymbols[number];
|
|
3853
|
-
export {};
|