@firecms/ui 3.0.0-alpha.50
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/LICENSE +21 -0
- package/README.md +175 -0
- package/dist/components/Alert.d.ts +10 -0
- package/dist/components/Autocomplete.d.ts +19 -0
- package/dist/components/Avatar.d.ts +9 -0
- package/dist/components/Badge.d.ts +9 -0
- package/dist/components/BooleanSwitch.d.ts +14 -0
- package/dist/components/BooleanSwitchWithLabel.d.ts +14 -0
- package/dist/components/Button.d.ts +11 -0
- package/dist/components/Card.d.ts +7 -0
- package/dist/components/CenteredView.d.ts +7 -0
- package/dist/components/Checkbox.d.ts +9 -0
- package/dist/components/Chip.d.ts +22 -0
- package/dist/components/CircularProgress.d.ts +5 -0
- package/dist/components/Collapse.d.ts +9 -0
- package/dist/components/Container.d.ts +8 -0
- package/dist/components/DateTimeField.d.ts +19 -0
- package/dist/components/DebouncedTextField.d.ts +2 -0
- package/dist/components/Dialog.d.ts +28 -0
- package/dist/components/DialogActions.d.ts +7 -0
- package/dist/components/DialogContent.d.ts +6 -0
- package/dist/components/ExpandablePanel.d.ts +11 -0
- package/dist/components/FileUpload.d.ts +23 -0
- package/dist/components/IconButton.d.ts +11 -0
- package/dist/components/InfoLabel.d.ts +5 -0
- package/dist/components/InputLabel.d.ts +11 -0
- package/dist/components/LoadingButton.d.ts +7 -0
- package/dist/components/Markdown.d.ts +9 -0
- package/dist/components/Menu.d.ts +14 -0
- package/dist/components/MultiSelect.d.ts +39 -0
- package/dist/components/Paper.d.ts +5 -0
- package/dist/components/Popover.d.ts +21 -0
- package/dist/components/SearchBar.d.ts +10 -0
- package/dist/components/Select.d.ts +42 -0
- package/dist/components/Sheet.d.ts +10 -0
- package/dist/components/Skeleton.d.ts +6 -0
- package/dist/components/Spinner.d.ts +1 -0
- package/dist/components/Table.d.ts +34 -0
- package/dist/components/Tabs.d.ts +14 -0
- package/dist/components/TextField.d.ts +23 -0
- package/dist/components/TextareaAutosize.d.ts +74 -0
- package/dist/components/Tooltip.d.ts +12 -0
- package/dist/components/Typography.d.ts +35 -0
- package/dist/components/common/SelectInputLabel.d.ts +4 -0
- package/dist/components/index.d.ts +41 -0
- package/dist/icons/GitHubIcon.d.ts +2 -0
- package/dist/icons/Icon.d.ts +13 -0
- package/dist/icons/components/AbcIcon.d.ts +5 -0
- package/dist/icons/components/AcUnitIcon.d.ts +5 -0
- package/dist/icons/components/AccessAlarmIcon.d.ts +5 -0
- package/dist/icons/components/AccessAlarmsIcon.d.ts +5 -0
- package/dist/icons/components/AccessTimeFilledIcon.d.ts +5 -0
- package/dist/icons/components/AccessTimeIcon.d.ts +5 -0
- package/dist/icons/components/AccessibilityIcon.d.ts +5 -0
- package/dist/icons/components/AccessibilityNewIcon.d.ts +5 -0
- package/dist/icons/components/AccessibleForwardIcon.d.ts +5 -0
- package/dist/icons/components/AccessibleIcon.d.ts +5 -0
- package/dist/icons/components/AccountBalanceIcon.d.ts +5 -0
- package/dist/icons/components/AccountBalanceWalletIcon.d.ts +5 -0
- package/dist/icons/components/AccountBoxIcon.d.ts +5 -0
- package/dist/icons/components/AccountCircleIcon.d.ts +5 -0
- package/dist/icons/components/AccountTreeIcon.d.ts +5 -0
- package/dist/icons/components/AdUnitsIcon.d.ts +5 -0
- package/dist/icons/components/AdbIcon.d.ts +5 -0
- package/dist/icons/components/AddAPhotoIcon.d.ts +5 -0
- package/dist/icons/components/AddAlarmIcon.d.ts +5 -0
- package/dist/icons/components/AddAlertIcon.d.ts +5 -0
- package/dist/icons/components/AddBoxIcon.d.ts +5 -0
- package/dist/icons/components/AddBusinessIcon.d.ts +5 -0
- package/dist/icons/components/AddCardIcon.d.ts +5 -0
- package/dist/icons/components/AddChartIcon.d.ts +5 -0
- package/dist/icons/components/AddCircleIcon.d.ts +5 -0
- package/dist/icons/components/AddCircleOutlineIcon.d.ts +5 -0
- package/dist/icons/components/AddCommentIcon.d.ts +5 -0
- package/dist/icons/components/AddHomeIcon.d.ts +5 -0
- package/dist/icons/components/AddHomeWorkIcon.d.ts +5 -0
- package/dist/icons/components/AddIcCallIcon.d.ts +5 -0
- package/dist/icons/components/AddIcon.d.ts +5 -0
- package/dist/icons/components/AddLinkIcon.d.ts +5 -0
- package/dist/icons/components/AddLocationAltIcon.d.ts +5 -0
- package/dist/icons/components/AddLocationIcon.d.ts +5 -0
- package/dist/icons/components/AddModeratorIcon.d.ts +5 -0
- package/dist/icons/components/AddPhotoAlternateIcon.d.ts +5 -0
- package/dist/icons/components/AddReactionIcon.d.ts +5 -0
- package/dist/icons/components/AddRoadIcon.d.ts +5 -0
- package/dist/icons/components/AddShoppingCartIcon.d.ts +5 -0
- package/dist/icons/components/AddTaskIcon.d.ts +5 -0
- package/dist/icons/components/AddToDriveIcon.d.ts +5 -0
- package/dist/icons/components/AddToHomeScreenIcon.d.ts +5 -0
- package/dist/icons/components/AddToPhotosIcon.d.ts +5 -0
- package/dist/icons/components/AddToQueueIcon.d.ts +5 -0
- package/dist/icons/components/AdfScannerIcon.d.ts +5 -0
- package/dist/icons/components/AdjustIcon.d.ts +5 -0
- package/dist/icons/components/AdminPanelSettingsIcon.d.ts +5 -0
- package/dist/icons/components/AdsClickIcon.d.ts +5 -0
- package/dist/icons/components/AgricultureIcon.d.ts +5 -0
- package/dist/icons/components/AirIcon.d.ts +5 -0
- package/dist/icons/components/AirlineSeatFlatAngledIcon.d.ts +5 -0
- package/dist/icons/components/AirlineSeatFlatIcon.d.ts +5 -0
- package/dist/icons/components/AirlineSeatIndividualSuiteIcon.d.ts +5 -0
- package/dist/icons/components/AirlineSeatLegroomExtraIcon.d.ts +5 -0
- package/dist/icons/components/AirlineSeatLegroomNormalIcon.d.ts +5 -0
- package/dist/icons/components/AirlineSeatLegroomReducedIcon.d.ts +5 -0
- package/dist/icons/components/AirlineSeatReclineExtraIcon.d.ts +5 -0
- package/dist/icons/components/AirlineSeatReclineNormalIcon.d.ts +5 -0
- package/dist/icons/components/AirlineStopsIcon.d.ts +5 -0
- package/dist/icons/components/AirlinesIcon.d.ts +5 -0
- package/dist/icons/components/AirplaneTicketIcon.d.ts +5 -0
- package/dist/icons/components/AirplanemodeActiveIcon.d.ts +5 -0
- package/dist/icons/components/AirplanemodeInactiveIcon.d.ts +5 -0
- package/dist/icons/components/AirplayIcon.d.ts +5 -0
- package/dist/icons/components/AirportShuttleIcon.d.ts +5 -0
- package/dist/icons/components/AlarmAddIcon.d.ts +5 -0
- package/dist/icons/components/AlarmIcon.d.ts +5 -0
- package/dist/icons/components/AlarmOffIcon.d.ts +5 -0
- package/dist/icons/components/AlarmOnIcon.d.ts +5 -0
- package/dist/icons/components/AlbumIcon.d.ts +5 -0
- package/dist/icons/components/AlignHorizontalCenterIcon.d.ts +5 -0
- package/dist/icons/components/AlignHorizontalLeftIcon.d.ts +5 -0
- package/dist/icons/components/AlignHorizontalRightIcon.d.ts +5 -0
- package/dist/icons/components/AlignVerticalBottomIcon.d.ts +5 -0
- package/dist/icons/components/AlignVerticalCenterIcon.d.ts +5 -0
- package/dist/icons/components/AlignVerticalTopIcon.d.ts +5 -0
- package/dist/icons/components/AllInboxIcon.d.ts +5 -0
- package/dist/icons/components/AllInclusiveIcon.d.ts +5 -0
- package/dist/icons/components/AllOutIcon.d.ts +5 -0
- package/dist/icons/components/AltRouteIcon.d.ts +5 -0
- package/dist/icons/components/AlternateEmailIcon.d.ts +5 -0
- package/dist/icons/components/AnalyticsIcon.d.ts +5 -0
- package/dist/icons/components/AnchorIcon.d.ts +5 -0
- package/dist/icons/components/AndroidIcon.d.ts +5 -0
- package/dist/icons/components/AnimationIcon.d.ts +5 -0
- package/dist/icons/components/AnnouncementIcon.d.ts +5 -0
- package/dist/icons/components/AodIcon.d.ts +5 -0
- package/dist/icons/components/ApartmentIcon.d.ts +5 -0
- package/dist/icons/components/ApiIcon.d.ts +5 -0
- package/dist/icons/components/AppBlockingIcon.d.ts +5 -0
- package/dist/icons/components/AppRegistrationIcon.d.ts +5 -0
- package/dist/icons/components/AppSettingsAltIcon.d.ts +5 -0
- package/dist/icons/components/AppShortcutIcon.d.ts +5 -0
- package/dist/icons/components/ApprovalIcon.d.ts +5 -0
- package/dist/icons/components/AppsIcon.d.ts +5 -0
- package/dist/icons/components/AppsOutageIcon.d.ts +5 -0
- package/dist/icons/components/ArchitectureIcon.d.ts +5 -0
- package/dist/icons/components/ArchiveIcon.d.ts +5 -0
- package/dist/icons/components/AreaChartIcon.d.ts +5 -0
- package/dist/icons/components/ArrowBackIcon.d.ts +5 -0
- package/dist/icons/components/ArrowBackIosIcon.d.ts +5 -0
- package/dist/icons/components/ArrowBackIosNewIcon.d.ts +5 -0
- package/dist/icons/components/ArrowCircleDownIcon.d.ts +5 -0
- package/dist/icons/components/ArrowCircleLeftIcon.d.ts +5 -0
- package/dist/icons/components/ArrowCircleRightIcon.d.ts +5 -0
- package/dist/icons/components/ArrowCircleUpIcon.d.ts +5 -0
- package/dist/icons/components/ArrowDownwardIcon.d.ts +5 -0
- package/dist/icons/components/ArrowDropDownCircleIcon.d.ts +5 -0
- package/dist/icons/components/ArrowDropDownIcon.d.ts +5 -0
- package/dist/icons/components/ArrowDropUpIcon.d.ts +5 -0
- package/dist/icons/components/ArrowForwardIcon.d.ts +5 -0
- package/dist/icons/components/ArrowForwardIosIcon.d.ts +5 -0
- package/dist/icons/components/ArrowLeftIcon.d.ts +5 -0
- package/dist/icons/components/ArrowOutwardIcon.d.ts +5 -0
- package/dist/icons/components/ArrowRightAltIcon.d.ts +5 -0
- package/dist/icons/components/ArrowRightIcon.d.ts +5 -0
- package/dist/icons/components/ArrowUpwardIcon.d.ts +5 -0
- package/dist/icons/components/ArtTrackIcon.d.ts +5 -0
- package/dist/icons/components/ArticleIcon.d.ts +5 -0
- package/dist/icons/components/AspectRatioIcon.d.ts +5 -0
- package/dist/icons/components/AssessmentIcon.d.ts +5 -0
- package/dist/icons/components/AssignmentIcon.d.ts +5 -0
- package/dist/icons/components/AssignmentIndIcon.d.ts +5 -0
- package/dist/icons/components/AssignmentLateIcon.d.ts +5 -0
- package/dist/icons/components/AssignmentReturnIcon.d.ts +5 -0
- package/dist/icons/components/AssignmentReturnedIcon.d.ts +5 -0
- package/dist/icons/components/AssignmentTurnedInIcon.d.ts +5 -0
- package/dist/icons/components/AssistWalkerIcon.d.ts +5 -0
- package/dist/icons/components/AssistantDirectionIcon.d.ts +5 -0
- package/dist/icons/components/AssistantIcon.d.ts +5 -0
- package/dist/icons/components/AssistantPhotoIcon.d.ts +5 -0
- package/dist/icons/components/AssuredWorkloadIcon.d.ts +5 -0
- package/dist/icons/components/AtmIcon.d.ts +5 -0
- package/dist/icons/components/AttachEmailIcon.d.ts +5 -0
- package/dist/icons/components/AttachFileIcon.d.ts +5 -0
- package/dist/icons/components/AttachMoneyIcon.d.ts +5 -0
- package/dist/icons/components/AttachmentIcon.d.ts +5 -0
- package/dist/icons/components/AttractionsIcon.d.ts +5 -0
- package/dist/icons/components/AttributionIcon.d.ts +5 -0
- package/dist/icons/components/AudioFileIcon.d.ts +5 -0
- package/dist/icons/components/AudiotrackIcon.d.ts +5 -0
- package/dist/icons/components/AutoAwesomeIcon.d.ts +5 -0
- package/dist/icons/components/AutoAwesomeMosaicIcon.d.ts +5 -0
- package/dist/icons/components/AutoAwesomeMotionIcon.d.ts +5 -0
- package/dist/icons/components/AutoDeleteIcon.d.ts +5 -0
- package/dist/icons/components/AutoFixHighIcon.d.ts +5 -0
- package/dist/icons/components/AutoFixNormalIcon.d.ts +5 -0
- package/dist/icons/components/AutoFixOffIcon.d.ts +5 -0
- package/dist/icons/components/AutoGraphIcon.d.ts +5 -0
- package/dist/icons/components/AutoModeIcon.d.ts +5 -0
- package/dist/icons/components/AutoStoriesIcon.d.ts +5 -0
- package/dist/icons/components/AutofpsSelectIcon.d.ts +5 -0
- package/dist/icons/components/AutorenewIcon.d.ts +5 -0
- package/dist/icons/components/AvTimerIcon.d.ts +5 -0
- package/dist/icons/components/BabyChangingStationIcon.d.ts +5 -0
- package/dist/icons/components/BackHandIcon.d.ts +5 -0
- package/dist/icons/components/BackpackIcon.d.ts +5 -0
- package/dist/icons/components/BackspaceIcon.d.ts +5 -0
- package/dist/icons/components/BackupIcon.d.ts +5 -0
- package/dist/icons/components/BackupTableIcon.d.ts +5 -0
- package/dist/icons/components/BadgeIcon.d.ts +5 -0
- package/dist/icons/components/BakeryDiningIcon.d.ts +5 -0
- package/dist/icons/components/BalanceIcon.d.ts +5 -0
- package/dist/icons/components/BalconyIcon.d.ts +5 -0
- package/dist/icons/components/BallotIcon.d.ts +5 -0
- package/dist/icons/components/BarChartIcon.d.ts +5 -0
- package/dist/icons/components/BatchPredictionIcon.d.ts +5 -0
- package/dist/icons/components/BathroomIcon.d.ts +5 -0
- package/dist/icons/components/BathtubIcon.d.ts +5 -0
- package/dist/icons/components/Battery0BarIcon.d.ts +5 -0
- package/dist/icons/components/Battery1BarIcon.d.ts +5 -0
- package/dist/icons/components/Battery2BarIcon.d.ts +5 -0
- package/dist/icons/components/Battery3BarIcon.d.ts +5 -0
- package/dist/icons/components/Battery4BarIcon.d.ts +5 -0
- package/dist/icons/components/Battery5BarIcon.d.ts +5 -0
- package/dist/icons/components/Battery6BarIcon.d.ts +5 -0
- package/dist/icons/components/BatteryAlertIcon.d.ts +5 -0
- package/dist/icons/components/BatteryChargingFullIcon.d.ts +5 -0
- package/dist/icons/components/BatteryFullIcon.d.ts +5 -0
- package/dist/icons/components/BatterySaverIcon.d.ts +5 -0
- package/dist/icons/components/BatteryStdIcon.d.ts +5 -0
- package/dist/icons/components/BatteryUnknownIcon.d.ts +5 -0
- package/dist/icons/components/BeachAccessIcon.d.ts +5 -0
- package/dist/icons/components/BedIcon.d.ts +5 -0
- package/dist/icons/components/BedroomBabyIcon.d.ts +5 -0
- package/dist/icons/components/BedroomChildIcon.d.ts +5 -0
- package/dist/icons/components/BedroomParentIcon.d.ts +5 -0
- package/dist/icons/components/BedtimeIcon.d.ts +5 -0
- package/dist/icons/components/BedtimeOffIcon.d.ts +5 -0
- package/dist/icons/components/BeenhereIcon.d.ts +5 -0
- package/dist/icons/components/BentoIcon.d.ts +5 -0
- package/dist/icons/components/BikeScooterIcon.d.ts +5 -0
- package/dist/icons/components/BiotechIcon.d.ts +5 -0
- package/dist/icons/components/BlenderIcon.d.ts +5 -0
- package/dist/icons/components/BlindIcon.d.ts +5 -0
- package/dist/icons/components/BlindsClosedIcon.d.ts +5 -0
- package/dist/icons/components/BlindsIcon.d.ts +5 -0
- package/dist/icons/components/BlockIcon.d.ts +5 -0
- package/dist/icons/components/BloodtypeIcon.d.ts +5 -0
- package/dist/icons/components/BluetoothAudioIcon.d.ts +5 -0
- package/dist/icons/components/BluetoothConnectedIcon.d.ts +5 -0
- package/dist/icons/components/BluetoothDisabledIcon.d.ts +5 -0
- package/dist/icons/components/BluetoothDriveIcon.d.ts +5 -0
- package/dist/icons/components/BluetoothIcon.d.ts +5 -0
- package/dist/icons/components/BluetoothSearchingIcon.d.ts +5 -0
- package/dist/icons/components/BlurCircularIcon.d.ts +5 -0
- package/dist/icons/components/BlurLinearIcon.d.ts +5 -0
- package/dist/icons/components/BlurOffIcon.d.ts +5 -0
- package/dist/icons/components/BlurOnIcon.d.ts +5 -0
- package/dist/icons/components/BoltIcon.d.ts +5 -0
- package/dist/icons/components/BookIcon.d.ts +5 -0
- package/dist/icons/components/BookOnlineIcon.d.ts +5 -0
- package/dist/icons/components/BookmarkAddIcon.d.ts +5 -0
- package/dist/icons/components/BookmarkAddedIcon.d.ts +5 -0
- package/dist/icons/components/BookmarkBorderIcon.d.ts +5 -0
- package/dist/icons/components/BookmarkIcon.d.ts +5 -0
- package/dist/icons/components/BookmarkRemoveIcon.d.ts +5 -0
- package/dist/icons/components/BookmarksIcon.d.ts +5 -0
- package/dist/icons/components/BorderAllIcon.d.ts +5 -0
- package/dist/icons/components/BorderBottomIcon.d.ts +5 -0
- package/dist/icons/components/BorderClearIcon.d.ts +5 -0
- package/dist/icons/components/BorderColorIcon.d.ts +5 -0
- package/dist/icons/components/BorderHorizontalIcon.d.ts +5 -0
- package/dist/icons/components/BorderInnerIcon.d.ts +5 -0
- package/dist/icons/components/BorderLeftIcon.d.ts +5 -0
- package/dist/icons/components/BorderOuterIcon.d.ts +5 -0
- package/dist/icons/components/BorderRightIcon.d.ts +5 -0
- package/dist/icons/components/BorderStyleIcon.d.ts +5 -0
- package/dist/icons/components/BorderTopIcon.d.ts +5 -0
- package/dist/icons/components/BorderVerticalIcon.d.ts +5 -0
- package/dist/icons/components/BoyIcon.d.ts +5 -0
- package/dist/icons/components/BrandingWatermarkIcon.d.ts +5 -0
- package/dist/icons/components/BreakfastDiningIcon.d.ts +5 -0
- package/dist/icons/components/Brightness1Icon.d.ts +5 -0
- package/dist/icons/components/Brightness2Icon.d.ts +5 -0
- package/dist/icons/components/Brightness3Icon.d.ts +5 -0
- package/dist/icons/components/Brightness4Icon.d.ts +5 -0
- package/dist/icons/components/Brightness5Icon.d.ts +5 -0
- package/dist/icons/components/Brightness6Icon.d.ts +5 -0
- package/dist/icons/components/Brightness7Icon.d.ts +5 -0
- package/dist/icons/components/BrightnessAutoIcon.d.ts +5 -0
- package/dist/icons/components/BrightnessHighIcon.d.ts +5 -0
- package/dist/icons/components/BrightnessLowIcon.d.ts +5 -0
- package/dist/icons/components/BrightnessMediumIcon.d.ts +5 -0
- package/dist/icons/components/BroadcastOnHomeIcon.d.ts +5 -0
- package/dist/icons/components/BroadcastOnPersonalIcon.d.ts +5 -0
- package/dist/icons/components/BrokenImageIcon.d.ts +5 -0
- package/dist/icons/components/BrowseGalleryIcon.d.ts +5 -0
- package/dist/icons/components/BrowserNotSupportedIcon.d.ts +5 -0
- package/dist/icons/components/BrowserUpdatedIcon.d.ts +5 -0
- package/dist/icons/components/BrunchDiningIcon.d.ts +5 -0
- package/dist/icons/components/BrushIcon.d.ts +5 -0
- package/dist/icons/components/BubbleChartIcon.d.ts +5 -0
- package/dist/icons/components/BugReportIcon.d.ts +5 -0
- package/dist/icons/components/BuildCircleIcon.d.ts +5 -0
- package/dist/icons/components/BuildIcon.d.ts +5 -0
- package/dist/icons/components/BungalowIcon.d.ts +5 -0
- package/dist/icons/components/BurstModeIcon.d.ts +5 -0
- package/dist/icons/components/BusAlertIcon.d.ts +5 -0
- package/dist/icons/components/BusinessCenterIcon.d.ts +5 -0
- package/dist/icons/components/BusinessIcon.d.ts +5 -0
- package/dist/icons/components/CabinIcon.d.ts +5 -0
- package/dist/icons/components/CableIcon.d.ts +5 -0
- package/dist/icons/components/CachedIcon.d.ts +5 -0
- package/dist/icons/components/CakeIcon.d.ts +5 -0
- package/dist/icons/components/CalculateIcon.d.ts +5 -0
- package/dist/icons/components/CalendarMonthIcon.d.ts +5 -0
- package/dist/icons/components/CalendarTodayIcon.d.ts +5 -0
- package/dist/icons/components/CalendarViewDayIcon.d.ts +5 -0
- package/dist/icons/components/CalendarViewMonthIcon.d.ts +5 -0
- package/dist/icons/components/CalendarViewWeekIcon.d.ts +5 -0
- package/dist/icons/components/CallEndIcon.d.ts +5 -0
- package/dist/icons/components/CallIcon.d.ts +5 -0
- package/dist/icons/components/CallMadeIcon.d.ts +5 -0
- package/dist/icons/components/CallMergeIcon.d.ts +5 -0
- package/dist/icons/components/CallMissedIcon.d.ts +5 -0
- package/dist/icons/components/CallMissedOutgoingIcon.d.ts +5 -0
- package/dist/icons/components/CallReceivedIcon.d.ts +5 -0
- package/dist/icons/components/CallSplitIcon.d.ts +5 -0
- package/dist/icons/components/CallToActionIcon.d.ts +5 -0
- package/dist/icons/components/CameraAltIcon.d.ts +5 -0
- package/dist/icons/components/CameraEnhanceIcon.d.ts +5 -0
- package/dist/icons/components/CameraFrontIcon.d.ts +5 -0
- package/dist/icons/components/CameraIcon.d.ts +5 -0
- package/dist/icons/components/CameraIndoorIcon.d.ts +5 -0
- package/dist/icons/components/CameraOutdoorIcon.d.ts +5 -0
- package/dist/icons/components/CameraRearIcon.d.ts +5 -0
- package/dist/icons/components/CameraRollIcon.d.ts +5 -0
- package/dist/icons/components/CameraswitchIcon.d.ts +5 -0
- package/dist/icons/components/CampaignIcon.d.ts +5 -0
- package/dist/icons/components/CancelIcon.d.ts +5 -0
- package/dist/icons/components/CancelPresentationIcon.d.ts +5 -0
- package/dist/icons/components/CancelScheduleSendIcon.d.ts +5 -0
- package/dist/icons/components/CandlestickChartIcon.d.ts +5 -0
- package/dist/icons/components/CarCrashIcon.d.ts +5 -0
- package/dist/icons/components/CarRentalIcon.d.ts +5 -0
- package/dist/icons/components/CarRepairIcon.d.ts +5 -0
- package/dist/icons/components/CardGiftcardIcon.d.ts +5 -0
- package/dist/icons/components/CardMembershipIcon.d.ts +5 -0
- package/dist/icons/components/CardTravelIcon.d.ts +5 -0
- package/dist/icons/components/CarpenterIcon.d.ts +5 -0
- package/dist/icons/components/CasesIcon.d.ts +5 -0
- package/dist/icons/components/CasinoIcon.d.ts +5 -0
- package/dist/icons/components/CastConnectedIcon.d.ts +5 -0
- package/dist/icons/components/CastForEducationIcon.d.ts +5 -0
- package/dist/icons/components/CastIcon.d.ts +5 -0
- package/dist/icons/components/CastleIcon.d.ts +5 -0
- package/dist/icons/components/CatchingPokemonIcon.d.ts +5 -0
- package/dist/icons/components/CategoryIcon.d.ts +5 -0
- package/dist/icons/components/CelebrationIcon.d.ts +5 -0
- package/dist/icons/components/CellTowerIcon.d.ts +5 -0
- package/dist/icons/components/CellWifiIcon.d.ts +5 -0
- package/dist/icons/components/CenterFocusStrongIcon.d.ts +5 -0
- package/dist/icons/components/CenterFocusWeakIcon.d.ts +5 -0
- package/dist/icons/components/ChairAltIcon.d.ts +5 -0
- package/dist/icons/components/ChairIcon.d.ts +5 -0
- package/dist/icons/components/ChaletIcon.d.ts +5 -0
- package/dist/icons/components/ChangeCircleIcon.d.ts +5 -0
- package/dist/icons/components/ChangeHistoryIcon.d.ts +5 -0
- package/dist/icons/components/ChargingStationIcon.d.ts +5 -0
- package/dist/icons/components/ChatBubbleIcon.d.ts +5 -0
- package/dist/icons/components/ChatBubbleOutlineIcon.d.ts +5 -0
- package/dist/icons/components/ChatIcon.d.ts +5 -0
- package/dist/icons/components/CheckBoxIcon.d.ts +5 -0
- package/dist/icons/components/CheckBoxOutlineBlankIcon.d.ts +5 -0
- package/dist/icons/components/CheckCircleIcon.d.ts +5 -0
- package/dist/icons/components/CheckCircleOutlineIcon.d.ts +5 -0
- package/dist/icons/components/CheckIcon.d.ts +5 -0
- package/dist/icons/components/ChecklistIcon.d.ts +5 -0
- package/dist/icons/components/ChecklistRtlIcon.d.ts +5 -0
- package/dist/icons/components/CheckroomIcon.d.ts +5 -0
- package/dist/icons/components/ChevronLeftIcon.d.ts +5 -0
- package/dist/icons/components/ChevronRightIcon.d.ts +5 -0
- package/dist/icons/components/ChildCareIcon.d.ts +5 -0
- package/dist/icons/components/ChildFriendlyIcon.d.ts +5 -0
- package/dist/icons/components/ChromeReaderModeIcon.d.ts +5 -0
- package/dist/icons/components/ChurchIcon.d.ts +5 -0
- package/dist/icons/components/CircleIcon.d.ts +5 -0
- package/dist/icons/components/CircleNotificationsIcon.d.ts +5 -0
- package/dist/icons/components/ClassIcon.d.ts +5 -0
- package/dist/icons/components/CleanHandsIcon.d.ts +5 -0
- package/dist/icons/components/CleaningServicesIcon.d.ts +5 -0
- package/dist/icons/components/ClearAllIcon.d.ts +5 -0
- package/dist/icons/components/ClearIcon.d.ts +5 -0
- package/dist/icons/components/CloseFullscreenIcon.d.ts +5 -0
- package/dist/icons/components/CloseIcon.d.ts +5 -0
- package/dist/icons/components/ClosedCaptionDisabledIcon.d.ts +5 -0
- package/dist/icons/components/ClosedCaptionIcon.d.ts +5 -0
- package/dist/icons/components/ClosedCaptionOffIcon.d.ts +5 -0
- package/dist/icons/components/CloudCircleIcon.d.ts +5 -0
- package/dist/icons/components/CloudDoneIcon.d.ts +5 -0
- package/dist/icons/components/CloudDownloadIcon.d.ts +5 -0
- package/dist/icons/components/CloudIcon.d.ts +5 -0
- package/dist/icons/components/CloudOffIcon.d.ts +5 -0
- package/dist/icons/components/CloudQueueIcon.d.ts +5 -0
- package/dist/icons/components/CloudSyncIcon.d.ts +5 -0
- package/dist/icons/components/CloudUploadIcon.d.ts +5 -0
- package/dist/icons/components/Co2Icon.d.ts +5 -0
- package/dist/icons/components/CoPresentIcon.d.ts +5 -0
- package/dist/icons/components/CodeIcon.d.ts +5 -0
- package/dist/icons/components/CodeOffIcon.d.ts +5 -0
- package/dist/icons/components/CoffeeIcon.d.ts +5 -0
- package/dist/icons/components/CoffeeMakerIcon.d.ts +5 -0
- package/dist/icons/components/CollectionsBookmarkIcon.d.ts +5 -0
- package/dist/icons/components/CollectionsIcon.d.ts +5 -0
- package/dist/icons/components/ColorLensIcon.d.ts +5 -0
- package/dist/icons/components/ColorizeIcon.d.ts +5 -0
- package/dist/icons/components/CommentBankIcon.d.ts +5 -0
- package/dist/icons/components/CommentIcon.d.ts +5 -0
- package/dist/icons/components/CommentsDisabledIcon.d.ts +5 -0
- package/dist/icons/components/CommitIcon.d.ts +5 -0
- package/dist/icons/components/CommuteIcon.d.ts +5 -0
- package/dist/icons/components/CompareArrowsIcon.d.ts +5 -0
- package/dist/icons/components/CompareIcon.d.ts +5 -0
- package/dist/icons/components/CompassCalibrationIcon.d.ts +5 -0
- package/dist/icons/components/CompostIcon.d.ts +5 -0
- package/dist/icons/components/CompressIcon.d.ts +5 -0
- package/dist/icons/components/ComputerIcon.d.ts +5 -0
- package/dist/icons/components/ConfirmationNumberIcon.d.ts +5 -0
- package/dist/icons/components/ConnectWithoutContactIcon.d.ts +5 -0
- package/dist/icons/components/ConnectedTvIcon.d.ts +5 -0
- package/dist/icons/components/ConnectingAirportsIcon.d.ts +5 -0
- package/dist/icons/components/ConstructionIcon.d.ts +5 -0
- package/dist/icons/components/ContactEmergencyIcon.d.ts +5 -0
- package/dist/icons/components/ContactMailIcon.d.ts +5 -0
- package/dist/icons/components/ContactPageIcon.d.ts +5 -0
- package/dist/icons/components/ContactPhoneIcon.d.ts +5 -0
- package/dist/icons/components/ContactSupportIcon.d.ts +5 -0
- package/dist/icons/components/ContactlessIcon.d.ts +5 -0
- package/dist/icons/components/ContactsIcon.d.ts +5 -0
- package/dist/icons/components/ContentCopyIcon.d.ts +5 -0
- package/dist/icons/components/ContentCutIcon.d.ts +5 -0
- package/dist/icons/components/ContentPasteGoIcon.d.ts +5 -0
- package/dist/icons/components/ContentPasteIcon.d.ts +5 -0
- package/dist/icons/components/ContentPasteOffIcon.d.ts +5 -0
- package/dist/icons/components/ContentPasteSearchIcon.d.ts +5 -0
- package/dist/icons/components/ContrastIcon.d.ts +5 -0
- package/dist/icons/components/ControlCameraIcon.d.ts +5 -0
- package/dist/icons/components/ControlPointDuplicateIcon.d.ts +5 -0
- package/dist/icons/components/ControlPointIcon.d.ts +5 -0
- package/dist/icons/components/CookieIcon.d.ts +5 -0
- package/dist/icons/components/CopyAllIcon.d.ts +5 -0
- package/dist/icons/components/CopyrightIcon.d.ts +5 -0
- package/dist/icons/components/CoronavirusIcon.d.ts +5 -0
- package/dist/icons/components/CorporateFareIcon.d.ts +5 -0
- package/dist/icons/components/CottageIcon.d.ts +5 -0
- package/dist/icons/components/CountertopsIcon.d.ts +5 -0
- package/dist/icons/components/CreateIcon.d.ts +5 -0
- package/dist/icons/components/CreateNewFolderIcon.d.ts +5 -0
- package/dist/icons/components/CreditCardIcon.d.ts +5 -0
- package/dist/icons/components/CreditCardOffIcon.d.ts +5 -0
- package/dist/icons/components/CreditScoreIcon.d.ts +5 -0
- package/dist/icons/components/CribIcon.d.ts +5 -0
- package/dist/icons/components/CrisisAlertIcon.d.ts +5 -0
- package/dist/icons/components/Crop169Icon.d.ts +5 -0
- package/dist/icons/components/Crop32Icon.d.ts +5 -0
- package/dist/icons/components/Crop54Icon.d.ts +5 -0
- package/dist/icons/components/Crop75Icon.d.ts +5 -0
- package/dist/icons/components/CropDinIcon.d.ts +5 -0
- package/dist/icons/components/CropFreeIcon.d.ts +5 -0
- package/dist/icons/components/CropIcon.d.ts +5 -0
- package/dist/icons/components/CropLandscapeIcon.d.ts +5 -0
- package/dist/icons/components/CropOriginalIcon.d.ts +5 -0
- package/dist/icons/components/CropPortraitIcon.d.ts +5 -0
- package/dist/icons/components/CropRotateIcon.d.ts +5 -0
- package/dist/icons/components/CropSquareIcon.d.ts +5 -0
- package/dist/icons/components/CrueltyFreeIcon.d.ts +5 -0
- package/dist/icons/components/CssIcon.d.ts +5 -0
- package/dist/icons/components/CurrencyBitcoinIcon.d.ts +5 -0
- package/dist/icons/components/CurrencyExchangeIcon.d.ts +5 -0
- package/dist/icons/components/CurrencyFrancIcon.d.ts +5 -0
- package/dist/icons/components/CurrencyLiraIcon.d.ts +5 -0
- package/dist/icons/components/CurrencyPoundIcon.d.ts +5 -0
- package/dist/icons/components/CurrencyRubleIcon.d.ts +5 -0
- package/dist/icons/components/CurrencyRupeeIcon.d.ts +5 -0
- package/dist/icons/components/CurrencyYenIcon.d.ts +5 -0
- package/dist/icons/components/CurrencyYuanIcon.d.ts +5 -0
- package/dist/icons/components/CurtainsClosedIcon.d.ts +5 -0
- package/dist/icons/components/CurtainsIcon.d.ts +5 -0
- package/dist/icons/components/CycloneIcon.d.ts +5 -0
- package/dist/icons/components/DangerousIcon.d.ts +5 -0
- package/dist/icons/components/DarkModeIcon.d.ts +5 -0
- package/dist/icons/components/DashboardCustomizeIcon.d.ts +5 -0
- package/dist/icons/components/DashboardIcon.d.ts +5 -0
- package/dist/icons/components/DataArrayIcon.d.ts +5 -0
- package/dist/icons/components/DataExplorationIcon.d.ts +5 -0
- package/dist/icons/components/DataObjectIcon.d.ts +5 -0
- package/dist/icons/components/DataSaverOffIcon.d.ts +5 -0
- package/dist/icons/components/DataSaverOnIcon.d.ts +5 -0
- package/dist/icons/components/DataThresholdingIcon.d.ts +5 -0
- package/dist/icons/components/DataUsageIcon.d.ts +5 -0
- package/dist/icons/components/DatasetIcon.d.ts +5 -0
- package/dist/icons/components/DatasetLinkedIcon.d.ts +5 -0
- package/dist/icons/components/DateRangeIcon.d.ts +5 -0
- package/dist/icons/components/DeblurIcon.d.ts +5 -0
- package/dist/icons/components/DeckIcon.d.ts +5 -0
- package/dist/icons/components/DehazeIcon.d.ts +5 -0
- package/dist/icons/components/DeleteForeverIcon.d.ts +5 -0
- package/dist/icons/components/DeleteIcon.d.ts +5 -0
- package/dist/icons/components/DeleteOutlineIcon.d.ts +5 -0
- package/dist/icons/components/DeleteSweepIcon.d.ts +5 -0
- package/dist/icons/components/DeliveryDiningIcon.d.ts +5 -0
- package/dist/icons/components/DensityLargeIcon.d.ts +5 -0
- package/dist/icons/components/DensityMediumIcon.d.ts +5 -0
- package/dist/icons/components/DensitySmallIcon.d.ts +5 -0
- package/dist/icons/components/DepartureBoardIcon.d.ts +5 -0
- package/dist/icons/components/DescriptionIcon.d.ts +5 -0
- package/dist/icons/components/DeselectIcon.d.ts +5 -0
- package/dist/icons/components/DesignServicesIcon.d.ts +5 -0
- package/dist/icons/components/DeskIcon.d.ts +5 -0
- package/dist/icons/components/DesktopAccessDisabledIcon.d.ts +5 -0
- package/dist/icons/components/DesktopMacIcon.d.ts +5 -0
- package/dist/icons/components/DesktopWindowsIcon.d.ts +5 -0
- package/dist/icons/components/DetailsIcon.d.ts +5 -0
- package/dist/icons/components/DeveloperBoardIcon.d.ts +5 -0
- package/dist/icons/components/DeveloperBoardOffIcon.d.ts +5 -0
- package/dist/icons/components/DeveloperModeIcon.d.ts +5 -0
- package/dist/icons/components/DeviceHubIcon.d.ts +5 -0
- package/dist/icons/components/DeviceThermostatIcon.d.ts +5 -0
- package/dist/icons/components/DeviceUnknownIcon.d.ts +5 -0
- package/dist/icons/components/DevicesFoldIcon.d.ts +5 -0
- package/dist/icons/components/DevicesIcon.d.ts +5 -0
- package/dist/icons/components/DevicesOtherIcon.d.ts +5 -0
- package/dist/icons/components/DialerSipIcon.d.ts +5 -0
- package/dist/icons/components/DialpadIcon.d.ts +5 -0
- package/dist/icons/components/DiamondIcon.d.ts +5 -0
- package/dist/icons/components/DifferenceIcon.d.ts +5 -0
- package/dist/icons/components/DiningIcon.d.ts +5 -0
- package/dist/icons/components/DinnerDiningIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsBikeIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsBoatFilledIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsBoatIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsBusFilledIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsBusIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsCarFilledIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsCarIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsOffIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsRailwayFilledIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsRailwayIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsRunIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsSubwayFilledIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsSubwayIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsTransitFilledIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsTransitIcon.d.ts +5 -0
- package/dist/icons/components/DirectionsWalkIcon.d.ts +5 -0
- package/dist/icons/components/DirtyLensIcon.d.ts +5 -0
- package/dist/icons/components/DisabledByDefaultIcon.d.ts +5 -0
- package/dist/icons/components/DisabledVisibleIcon.d.ts +5 -0
- package/dist/icons/components/DiscFullIcon.d.ts +5 -0
- package/dist/icons/components/DiscountIcon.d.ts +5 -0
- package/dist/icons/components/DisplaySettingsIcon.d.ts +5 -0
- package/dist/icons/components/Diversity1Icon.d.ts +5 -0
- package/dist/icons/components/Diversity2Icon.d.ts +5 -0
- package/dist/icons/components/Diversity3Icon.d.ts +5 -0
- package/dist/icons/components/DnsIcon.d.ts +5 -0
- package/dist/icons/components/DoDisturbAltIcon.d.ts +5 -0
- package/dist/icons/components/DoDisturbIcon.d.ts +5 -0
- package/dist/icons/components/DoDisturbOffIcon.d.ts +5 -0
- package/dist/icons/components/DoDisturbOnIcon.d.ts +5 -0
- package/dist/icons/components/DoNotDisturbAltIcon.d.ts +5 -0
- package/dist/icons/components/DoNotDisturbIcon.d.ts +5 -0
- package/dist/icons/components/DoNotDisturbOffIcon.d.ts +5 -0
- package/dist/icons/components/DoNotDisturbOnIcon.d.ts +5 -0
- package/dist/icons/components/DoNotDisturbOnTotalSilenceIcon.d.ts +5 -0
- package/dist/icons/components/DoNotStepIcon.d.ts +5 -0
- package/dist/icons/components/DoNotTouchIcon.d.ts +5 -0
- package/dist/icons/components/DockIcon.d.ts +5 -0
- package/dist/icons/components/DocumentScannerIcon.d.ts +5 -0
- package/dist/icons/components/DomainAddIcon.d.ts +5 -0
- package/dist/icons/components/DomainDisabledIcon.d.ts +5 -0
- package/dist/icons/components/DomainIcon.d.ts +5 -0
- package/dist/icons/components/DomainVerificationIcon.d.ts +5 -0
- package/dist/icons/components/DoneAllIcon.d.ts +5 -0
- package/dist/icons/components/DoneIcon.d.ts +5 -0
- package/dist/icons/components/DoneOutlineIcon.d.ts +5 -0
- package/dist/icons/components/DonutLargeIcon.d.ts +5 -0
- package/dist/icons/components/DonutSmallIcon.d.ts +5 -0
- package/dist/icons/components/DoorBackIcon.d.ts +5 -0
- package/dist/icons/components/DoorFrontIcon.d.ts +5 -0
- package/dist/icons/components/DoorSlidingIcon.d.ts +5 -0
- package/dist/icons/components/DoorbellIcon.d.ts +5 -0
- package/dist/icons/components/DoubleArrowIcon.d.ts +5 -0
- package/dist/icons/components/DownhillSkiingIcon.d.ts +5 -0
- package/dist/icons/components/DownloadDoneIcon.d.ts +5 -0
- package/dist/icons/components/DownloadForOfflineIcon.d.ts +5 -0
- package/dist/icons/components/DownloadIcon.d.ts +5 -0
- package/dist/icons/components/DownloadingIcon.d.ts +5 -0
- package/dist/icons/components/DraftsIcon.d.ts +5 -0
- package/dist/icons/components/DragHandleIcon.d.ts +5 -0
- package/dist/icons/components/DragIndicatorIcon.d.ts +5 -0
- package/dist/icons/components/DrawIcon.d.ts +5 -0
- package/dist/icons/components/DriveEtaIcon.d.ts +5 -0
- package/dist/icons/components/DriveFileMoveIcon.d.ts +5 -0
- package/dist/icons/components/DriveFileMoveRtlIcon.d.ts +5 -0
- package/dist/icons/components/DriveFileRenameOutlineIcon.d.ts +5 -0
- package/dist/icons/components/DriveFolderUploadIcon.d.ts +5 -0
- package/dist/icons/components/DryCleaningIcon.d.ts +5 -0
- package/dist/icons/components/DryIcon.d.ts +5 -0
- package/dist/icons/components/DuoIcon.d.ts +5 -0
- package/dist/icons/components/DvrIcon.d.ts +5 -0
- package/dist/icons/components/DynamicFeedIcon.d.ts +5 -0
- package/dist/icons/components/DynamicFormIcon.d.ts +5 -0
- package/dist/icons/components/EMobiledataIcon.d.ts +5 -0
- package/dist/icons/components/EarbudsBatteryIcon.d.ts +5 -0
- package/dist/icons/components/EarbudsIcon.d.ts +5 -0
- package/dist/icons/components/EastIcon.d.ts +5 -0
- package/dist/icons/components/EdgesensorHighIcon.d.ts +5 -0
- package/dist/icons/components/EdgesensorLowIcon.d.ts +5 -0
- package/dist/icons/components/EditAttributesIcon.d.ts +5 -0
- package/dist/icons/components/EditCalendarIcon.d.ts +5 -0
- package/dist/icons/components/EditIcon.d.ts +5 -0
- package/dist/icons/components/EditLocationAltIcon.d.ts +5 -0
- package/dist/icons/components/EditLocationIcon.d.ts +5 -0
- package/dist/icons/components/EditNoteIcon.d.ts +5 -0
- package/dist/icons/components/EditNotificationsIcon.d.ts +5 -0
- package/dist/icons/components/EditOffIcon.d.ts +5 -0
- package/dist/icons/components/EditRoadIcon.d.ts +5 -0
- package/dist/icons/components/EggAltIcon.d.ts +5 -0
- package/dist/icons/components/EggIcon.d.ts +5 -0
- package/dist/icons/components/EjectIcon.d.ts +5 -0
- package/dist/icons/components/ElderlyIcon.d.ts +5 -0
- package/dist/icons/components/ElderlyWomanIcon.d.ts +5 -0
- package/dist/icons/components/ElectricBikeIcon.d.ts +5 -0
- package/dist/icons/components/ElectricBoltIcon.d.ts +5 -0
- package/dist/icons/components/ElectricCarIcon.d.ts +5 -0
- package/dist/icons/components/ElectricMeterIcon.d.ts +5 -0
- package/dist/icons/components/ElectricMopedIcon.d.ts +5 -0
- package/dist/icons/components/ElectricRickshawIcon.d.ts +5 -0
- package/dist/icons/components/ElectricScooterIcon.d.ts +5 -0
- package/dist/icons/components/ElectricalServicesIcon.d.ts +5 -0
- package/dist/icons/components/ElevatorIcon.d.ts +5 -0
- package/dist/icons/components/EmailIcon.d.ts +5 -0
- package/dist/icons/components/EmergencyIcon.d.ts +5 -0
- package/dist/icons/components/EmergencyRecordingIcon.d.ts +5 -0
- package/dist/icons/components/EmergencyShareIcon.d.ts +5 -0
- package/dist/icons/components/EmojiEmotionsIcon.d.ts +5 -0
- package/dist/icons/components/EmojiEventsIcon.d.ts +5 -0
- package/dist/icons/components/EmojiFoodBeverageIcon.d.ts +5 -0
- package/dist/icons/components/EmojiNatureIcon.d.ts +5 -0
- package/dist/icons/components/EmojiObjectsIcon.d.ts +5 -0
- package/dist/icons/components/EmojiPeopleIcon.d.ts +5 -0
- package/dist/icons/components/EmojiSymbolsIcon.d.ts +5 -0
- package/dist/icons/components/EmojiTransportationIcon.d.ts +5 -0
- package/dist/icons/components/EnergySavingsLeafIcon.d.ts +5 -0
- package/dist/icons/components/EngineeringIcon.d.ts +5 -0
- package/dist/icons/components/EnhancedEncryptionIcon.d.ts +5 -0
- package/dist/icons/components/EqualizerIcon.d.ts +5 -0
- package/dist/icons/components/ErrorIcon.d.ts +5 -0
- package/dist/icons/components/ErrorOutlineIcon.d.ts +5 -0
- package/dist/icons/components/EscalatorIcon.d.ts +5 -0
- package/dist/icons/components/EscalatorWarningIcon.d.ts +5 -0
- package/dist/icons/components/EuroIcon.d.ts +5 -0
- package/dist/icons/components/EuroSymbolIcon.d.ts +5 -0
- package/dist/icons/components/EvStationIcon.d.ts +5 -0
- package/dist/icons/components/EventAvailableIcon.d.ts +5 -0
- package/dist/icons/components/EventBusyIcon.d.ts +5 -0
- package/dist/icons/components/EventIcon.d.ts +5 -0
- package/dist/icons/components/EventNoteIcon.d.ts +5 -0
- package/dist/icons/components/EventRepeatIcon.d.ts +5 -0
- package/dist/icons/components/EventSeatIcon.d.ts +5 -0
- package/dist/icons/components/ExitToAppIcon.d.ts +5 -0
- package/dist/icons/components/ExpandCircleDownIcon.d.ts +5 -0
- package/dist/icons/components/ExpandIcon.d.ts +5 -0
- package/dist/icons/components/ExpandLessIcon.d.ts +5 -0
- package/dist/icons/components/ExpandMoreIcon.d.ts +5 -0
- package/dist/icons/components/ExplicitIcon.d.ts +5 -0
- package/dist/icons/components/ExploreIcon.d.ts +5 -0
- package/dist/icons/components/ExploreOffIcon.d.ts +5 -0
- package/dist/icons/components/ExposureIcon.d.ts +5 -0
- package/dist/icons/components/ExposureNeg1Icon.d.ts +5 -0
- package/dist/icons/components/ExposureNeg2Icon.d.ts +5 -0
- package/dist/icons/components/ExposurePlus1Icon.d.ts +5 -0
- package/dist/icons/components/ExposurePlus2Icon.d.ts +5 -0
- package/dist/icons/components/ExposureZeroIcon.d.ts +5 -0
- package/dist/icons/components/ExtensionIcon.d.ts +5 -0
- package/dist/icons/components/ExtensionOffIcon.d.ts +5 -0
- package/dist/icons/components/Face2Icon.d.ts +5 -0
- package/dist/icons/components/Face3Icon.d.ts +5 -0
- package/dist/icons/components/Face4Icon.d.ts +5 -0
- package/dist/icons/components/Face5Icon.d.ts +5 -0
- package/dist/icons/components/Face6Icon.d.ts +5 -0
- package/dist/icons/components/FaceIcon.d.ts +5 -0
- package/dist/icons/components/FaceRetouchingNaturalIcon.d.ts +5 -0
- package/dist/icons/components/FaceRetouchingOffIcon.d.ts +5 -0
- package/dist/icons/components/FactCheckIcon.d.ts +5 -0
- package/dist/icons/components/FactoryIcon.d.ts +5 -0
- package/dist/icons/components/FamilyRestroomIcon.d.ts +5 -0
- package/dist/icons/components/FastForwardIcon.d.ts +5 -0
- package/dist/icons/components/FastRewindIcon.d.ts +5 -0
- package/dist/icons/components/FastfoodIcon.d.ts +5 -0
- package/dist/icons/components/FavoriteBorderIcon.d.ts +5 -0
- package/dist/icons/components/FavoriteIcon.d.ts +5 -0
- package/dist/icons/components/FaxIcon.d.ts +5 -0
- package/dist/icons/components/FeaturedPlayListIcon.d.ts +5 -0
- package/dist/icons/components/FeaturedVideoIcon.d.ts +5 -0
- package/dist/icons/components/FeedIcon.d.ts +5 -0
- package/dist/icons/components/FeedbackIcon.d.ts +5 -0
- package/dist/icons/components/FemaleIcon.d.ts +5 -0
- package/dist/icons/components/FenceIcon.d.ts +5 -0
- package/dist/icons/components/FestivalIcon.d.ts +5 -0
- package/dist/icons/components/FiberDvrIcon.d.ts +5 -0
- package/dist/icons/components/FiberManualRecordIcon.d.ts +5 -0
- package/dist/icons/components/FiberNewIcon.d.ts +5 -0
- package/dist/icons/components/FiberPinIcon.d.ts +5 -0
- package/dist/icons/components/FiberSmartRecordIcon.d.ts +5 -0
- package/dist/icons/components/FileCopyIcon.d.ts +5 -0
- package/dist/icons/components/FileDownloadDoneIcon.d.ts +5 -0
- package/dist/icons/components/FileDownloadIcon.d.ts +5 -0
- package/dist/icons/components/FileDownloadOffIcon.d.ts +5 -0
- package/dist/icons/components/FileOpenIcon.d.ts +5 -0
- package/dist/icons/components/FilePresentIcon.d.ts +5 -0
- package/dist/icons/components/FileUploadIcon.d.ts +5 -0
- package/dist/icons/components/Filter1Icon.d.ts +5 -0
- package/dist/icons/components/Filter2Icon.d.ts +5 -0
- package/dist/icons/components/Filter3Icon.d.ts +5 -0
- package/dist/icons/components/Filter4Icon.d.ts +5 -0
- package/dist/icons/components/Filter5Icon.d.ts +5 -0
- package/dist/icons/components/Filter6Icon.d.ts +5 -0
- package/dist/icons/components/Filter7Icon.d.ts +5 -0
- package/dist/icons/components/Filter8Icon.d.ts +5 -0
- package/dist/icons/components/Filter9Icon.d.ts +5 -0
- package/dist/icons/components/Filter9PlusIcon.d.ts +5 -0
- package/dist/icons/components/FilterAltIcon.d.ts +5 -0
- package/dist/icons/components/FilterAltOffIcon.d.ts +5 -0
- package/dist/icons/components/FilterBAndWIcon.d.ts +5 -0
- package/dist/icons/components/FilterCenterFocusIcon.d.ts +5 -0
- package/dist/icons/components/FilterDramaIcon.d.ts +5 -0
- package/dist/icons/components/FilterFramesIcon.d.ts +5 -0
- package/dist/icons/components/FilterHdrIcon.d.ts +5 -0
- package/dist/icons/components/FilterIcon.d.ts +5 -0
- package/dist/icons/components/FilterListIcon.d.ts +5 -0
- package/dist/icons/components/FilterListOffIcon.d.ts +5 -0
- package/dist/icons/components/FilterNoneIcon.d.ts +5 -0
- package/dist/icons/components/FilterTiltShiftIcon.d.ts +5 -0
- package/dist/icons/components/FilterVintageIcon.d.ts +5 -0
- package/dist/icons/components/FindInPageIcon.d.ts +5 -0
- package/dist/icons/components/FindReplaceIcon.d.ts +5 -0
- package/dist/icons/components/FingerprintIcon.d.ts +5 -0
- package/dist/icons/components/FireExtinguisherIcon.d.ts +5 -0
- package/dist/icons/components/FireHydrantAltIcon.d.ts +5 -0
- package/dist/icons/components/FireTruckIcon.d.ts +5 -0
- package/dist/icons/components/FireplaceIcon.d.ts +5 -0
- package/dist/icons/components/FirstPageIcon.d.ts +5 -0
- package/dist/icons/components/FitScreenIcon.d.ts +5 -0
- package/dist/icons/components/FitbitIcon.d.ts +5 -0
- package/dist/icons/components/FitnessCenterIcon.d.ts +5 -0
- package/dist/icons/components/FlagCircleIcon.d.ts +5 -0
- package/dist/icons/components/FlagIcon.d.ts +5 -0
- package/dist/icons/components/FlakyIcon.d.ts +5 -0
- package/dist/icons/components/FlareIcon.d.ts +5 -0
- package/dist/icons/components/FlashAutoIcon.d.ts +5 -0
- package/dist/icons/components/FlashOffIcon.d.ts +5 -0
- package/dist/icons/components/FlashOnIcon.d.ts +5 -0
- package/dist/icons/components/FlashlightOffIcon.d.ts +5 -0
- package/dist/icons/components/FlashlightOnIcon.d.ts +5 -0
- package/dist/icons/components/FlatwareIcon.d.ts +5 -0
- package/dist/icons/components/FlightClassIcon.d.ts +5 -0
- package/dist/icons/components/FlightIcon.d.ts +5 -0
- package/dist/icons/components/FlightLandIcon.d.ts +5 -0
- package/dist/icons/components/FlightTakeoffIcon.d.ts +5 -0
- package/dist/icons/components/FlipCameraAndroidIcon.d.ts +5 -0
- package/dist/icons/components/FlipCameraIosIcon.d.ts +5 -0
- package/dist/icons/components/FlipIcon.d.ts +5 -0
- package/dist/icons/components/FlipToBackIcon.d.ts +5 -0
- package/dist/icons/components/FlipToFrontIcon.d.ts +5 -0
- package/dist/icons/components/FloodIcon.d.ts +5 -0
- package/dist/icons/components/FluorescentIcon.d.ts +5 -0
- package/dist/icons/components/FlutterDashIcon.d.ts +5 -0
- package/dist/icons/components/FmdBadIcon.d.ts +5 -0
- package/dist/icons/components/FmdGoodIcon.d.ts +5 -0
- package/dist/icons/components/FolderCopyIcon.d.ts +5 -0
- package/dist/icons/components/FolderDeleteIcon.d.ts +5 -0
- package/dist/icons/components/FolderIcon.d.ts +5 -0
- package/dist/icons/components/FolderOffIcon.d.ts +5 -0
- package/dist/icons/components/FolderOpenIcon.d.ts +5 -0
- package/dist/icons/components/FolderSharedIcon.d.ts +5 -0
- package/dist/icons/components/FolderSpecialIcon.d.ts +5 -0
- package/dist/icons/components/FolderZipIcon.d.ts +5 -0
- package/dist/icons/components/FollowTheSignsIcon.d.ts +5 -0
- package/dist/icons/components/FontDownloadIcon.d.ts +5 -0
- package/dist/icons/components/FontDownloadOffIcon.d.ts +5 -0
- package/dist/icons/components/FoodBankIcon.d.ts +5 -0
- package/dist/icons/components/ForestIcon.d.ts +5 -0
- package/dist/icons/components/ForkLeftIcon.d.ts +5 -0
- package/dist/icons/components/ForkRightIcon.d.ts +5 -0
- package/dist/icons/components/FormatAlignCenterIcon.d.ts +5 -0
- package/dist/icons/components/FormatAlignJustifyIcon.d.ts +5 -0
- package/dist/icons/components/FormatAlignLeftIcon.d.ts +5 -0
- package/dist/icons/components/FormatAlignRightIcon.d.ts +5 -0
- package/dist/icons/components/FormatBoldIcon.d.ts +5 -0
- package/dist/icons/components/FormatClearIcon.d.ts +5 -0
- package/dist/icons/components/FormatColorFillIcon.d.ts +5 -0
- package/dist/icons/components/FormatColorResetIcon.d.ts +5 -0
- package/dist/icons/components/FormatColorTextIcon.d.ts +5 -0
- package/dist/icons/components/FormatIndentDecreaseIcon.d.ts +5 -0
- package/dist/icons/components/FormatIndentIncreaseIcon.d.ts +5 -0
- package/dist/icons/components/FormatItalicIcon.d.ts +5 -0
- package/dist/icons/components/FormatLineSpacingIcon.d.ts +5 -0
- package/dist/icons/components/FormatListBulletedIcon.d.ts +5 -0
- package/dist/icons/components/FormatListNumberedIcon.d.ts +5 -0
- package/dist/icons/components/FormatListNumberedRtlIcon.d.ts +5 -0
- package/dist/icons/components/FormatOverlineIcon.d.ts +5 -0
- package/dist/icons/components/FormatPaintIcon.d.ts +5 -0
- package/dist/icons/components/FormatQuoteIcon.d.ts +5 -0
- package/dist/icons/components/FormatShapesIcon.d.ts +5 -0
- package/dist/icons/components/FormatSizeIcon.d.ts +5 -0
- package/dist/icons/components/FormatStrikethroughIcon.d.ts +5 -0
- package/dist/icons/components/FormatTextdirectionLToRIcon.d.ts +5 -0
- package/dist/icons/components/FormatTextdirectionRToLIcon.d.ts +5 -0
- package/dist/icons/components/FormatUnderlinedIcon.d.ts +5 -0
- package/dist/icons/components/FortIcon.d.ts +5 -0
- package/dist/icons/components/ForumIcon.d.ts +5 -0
- package/dist/icons/components/Forward10Icon.d.ts +5 -0
- package/dist/icons/components/Forward30Icon.d.ts +5 -0
- package/dist/icons/components/Forward5Icon.d.ts +5 -0
- package/dist/icons/components/ForwardIcon.d.ts +5 -0
- package/dist/icons/components/ForwardToInboxIcon.d.ts +5 -0
- package/dist/icons/components/FoundationIcon.d.ts +5 -0
- package/dist/icons/components/FreeBreakfastIcon.d.ts +5 -0
- package/dist/icons/components/FreeCancellationIcon.d.ts +5 -0
- package/dist/icons/components/FrontHandIcon.d.ts +5 -0
- package/dist/icons/components/FullscreenExitIcon.d.ts +5 -0
- package/dist/icons/components/FullscreenIcon.d.ts +5 -0
- package/dist/icons/components/FunctionsIcon.d.ts +5 -0
- package/dist/icons/components/GMobiledataIcon.d.ts +5 -0
- package/dist/icons/components/GTranslateIcon.d.ts +5 -0
- package/dist/icons/components/GamepadIcon.d.ts +5 -0
- package/dist/icons/components/GamesIcon.d.ts +5 -0
- package/dist/icons/components/GarageIcon.d.ts +5 -0
- package/dist/icons/components/GasMeterIcon.d.ts +5 -0
- package/dist/icons/components/GavelIcon.d.ts +5 -0
- package/dist/icons/components/GeneratingTokensIcon.d.ts +5 -0
- package/dist/icons/components/GestureIcon.d.ts +5 -0
- package/dist/icons/components/GetAppIcon.d.ts +5 -0
- package/dist/icons/components/GifBoxIcon.d.ts +5 -0
- package/dist/icons/components/GifIcon.d.ts +5 -0
- package/dist/icons/components/GirlIcon.d.ts +5 -0
- package/dist/icons/components/GiteIcon.d.ts +5 -0
- package/dist/icons/components/GolfCourseIcon.d.ts +5 -0
- package/dist/icons/components/GppBadIcon.d.ts +5 -0
- package/dist/icons/components/GppGoodIcon.d.ts +5 -0
- package/dist/icons/components/GppMaybeIcon.d.ts +5 -0
- package/dist/icons/components/GpsFixedIcon.d.ts +5 -0
- package/dist/icons/components/GpsNotFixedIcon.d.ts +5 -0
- package/dist/icons/components/GpsOffIcon.d.ts +5 -0
- package/dist/icons/components/GradeIcon.d.ts +5 -0
- package/dist/icons/components/GradientIcon.d.ts +5 -0
- package/dist/icons/components/GradingIcon.d.ts +5 -0
- package/dist/icons/components/GrainIcon.d.ts +5 -0
- package/dist/icons/components/GraphicEqIcon.d.ts +5 -0
- package/dist/icons/components/GrassIcon.d.ts +5 -0
- package/dist/icons/components/Grid3x3Icon.d.ts +5 -0
- package/dist/icons/components/Grid4x4Icon.d.ts +5 -0
- package/dist/icons/components/GridGoldenratioIcon.d.ts +5 -0
- package/dist/icons/components/GridOffIcon.d.ts +5 -0
- package/dist/icons/components/GridOnIcon.d.ts +5 -0
- package/dist/icons/components/GridViewIcon.d.ts +5 -0
- package/dist/icons/components/GroupAddIcon.d.ts +5 -0
- package/dist/icons/components/GroupIcon.d.ts +5 -0
- package/dist/icons/components/GroupOffIcon.d.ts +5 -0
- package/dist/icons/components/GroupRemoveIcon.d.ts +5 -0
- package/dist/icons/components/GroupWorkIcon.d.ts +5 -0
- package/dist/icons/components/Groups2Icon.d.ts +5 -0
- package/dist/icons/components/Groups3Icon.d.ts +5 -0
- package/dist/icons/components/GroupsIcon.d.ts +5 -0
- package/dist/icons/components/HMobiledataIcon.d.ts +5 -0
- package/dist/icons/components/HPlusMobiledataIcon.d.ts +5 -0
- package/dist/icons/components/HailIcon.d.ts +5 -0
- package/dist/icons/components/HandshakeIcon.d.ts +5 -0
- package/dist/icons/components/HandymanIcon.d.ts +5 -0
- package/dist/icons/components/HardwareIcon.d.ts +5 -0
- package/dist/icons/components/HdIcon.d.ts +5 -0
- package/dist/icons/components/HdrAutoIcon.d.ts +5 -0
- package/dist/icons/components/HdrAutoSelectIcon.d.ts +5 -0
- package/dist/icons/components/HdrEnhancedSelectIcon.d.ts +5 -0
- package/dist/icons/components/HdrOffIcon.d.ts +5 -0
- package/dist/icons/components/HdrOffSelectIcon.d.ts +5 -0
- package/dist/icons/components/HdrOnIcon.d.ts +5 -0
- package/dist/icons/components/HdrOnSelectIcon.d.ts +5 -0
- package/dist/icons/components/HdrPlusIcon.d.ts +5 -0
- package/dist/icons/components/HdrStrongIcon.d.ts +5 -0
- package/dist/icons/components/HdrWeakIcon.d.ts +5 -0
- package/dist/icons/components/HeadphonesBatteryIcon.d.ts +5 -0
- package/dist/icons/components/HeadphonesIcon.d.ts +5 -0
- package/dist/icons/components/HeadsetIcon.d.ts +5 -0
- package/dist/icons/components/HeadsetMicIcon.d.ts +5 -0
- package/dist/icons/components/HeadsetOffIcon.d.ts +5 -0
- package/dist/icons/components/HealingIcon.d.ts +5 -0
- package/dist/icons/components/HealthAndSafetyIcon.d.ts +5 -0
- package/dist/icons/components/HearingDisabledIcon.d.ts +5 -0
- package/dist/icons/components/HearingIcon.d.ts +5 -0
- package/dist/icons/components/HeartBrokenIcon.d.ts +5 -0
- package/dist/icons/components/HeatPumpIcon.d.ts +5 -0
- package/dist/icons/components/HeightIcon.d.ts +5 -0
- package/dist/icons/components/HelpCenterIcon.d.ts +5 -0
- package/dist/icons/components/HelpIcon.d.ts +5 -0
- package/dist/icons/components/HelpOutlineIcon.d.ts +5 -0
- package/dist/icons/components/HevcIcon.d.ts +5 -0
- package/dist/icons/components/HexagonIcon.d.ts +5 -0
- package/dist/icons/components/HideImageIcon.d.ts +5 -0
- package/dist/icons/components/HideSourceIcon.d.ts +5 -0
- package/dist/icons/components/HighQualityIcon.d.ts +5 -0
- package/dist/icons/components/HighlightAltIcon.d.ts +5 -0
- package/dist/icons/components/HighlightIcon.d.ts +5 -0
- package/dist/icons/components/HighlightOffIcon.d.ts +5 -0
- package/dist/icons/components/HikingIcon.d.ts +5 -0
- package/dist/icons/components/HistoryEduIcon.d.ts +5 -0
- package/dist/icons/components/HistoryIcon.d.ts +5 -0
- package/dist/icons/components/HistoryToggleOffIcon.d.ts +5 -0
- package/dist/icons/components/HiveIcon.d.ts +5 -0
- package/dist/icons/components/HlsIcon.d.ts +5 -0
- package/dist/icons/components/HlsOffIcon.d.ts +5 -0
- package/dist/icons/components/HolidayVillageIcon.d.ts +5 -0
- package/dist/icons/components/HomeIcon.d.ts +5 -0
- package/dist/icons/components/HomeMaxIcon.d.ts +5 -0
- package/dist/icons/components/HomeMiniIcon.d.ts +5 -0
- package/dist/icons/components/HomeRepairServiceIcon.d.ts +5 -0
- package/dist/icons/components/HomeWorkIcon.d.ts +5 -0
- package/dist/icons/components/HorizontalDistributeIcon.d.ts +5 -0
- package/dist/icons/components/HorizontalRuleIcon.d.ts +5 -0
- package/dist/icons/components/HorizontalSplitIcon.d.ts +5 -0
- package/dist/icons/components/HotTubIcon.d.ts +5 -0
- package/dist/icons/components/HotelClassIcon.d.ts +5 -0
- package/dist/icons/components/HotelIcon.d.ts +5 -0
- package/dist/icons/components/HourglassBottomIcon.d.ts +5 -0
- package/dist/icons/components/HourglassDisabledIcon.d.ts +5 -0
- package/dist/icons/components/HourglassEmptyIcon.d.ts +5 -0
- package/dist/icons/components/HourglassFullIcon.d.ts +5 -0
- package/dist/icons/components/HourglassTopIcon.d.ts +5 -0
- package/dist/icons/components/HouseIcon.d.ts +5 -0
- package/dist/icons/components/HouseSidingIcon.d.ts +5 -0
- package/dist/icons/components/HouseboatIcon.d.ts +5 -0
- package/dist/icons/components/HowToRegIcon.d.ts +5 -0
- package/dist/icons/components/HowToVoteIcon.d.ts +5 -0
- package/dist/icons/components/HtmlIcon.d.ts +5 -0
- package/dist/icons/components/HttpIcon.d.ts +5 -0
- package/dist/icons/components/HttpsIcon.d.ts +5 -0
- package/dist/icons/components/HubIcon.d.ts +5 -0
- package/dist/icons/components/HvacIcon.d.ts +5 -0
- package/dist/icons/components/IceSkatingIcon.d.ts +5 -0
- package/dist/icons/components/IcecreamIcon.d.ts +5 -0
- package/dist/icons/components/ImageAspectRatioIcon.d.ts +5 -0
- package/dist/icons/components/ImageIcon.d.ts +5 -0
- package/dist/icons/components/ImageNotSupportedIcon.d.ts +5 -0
- package/dist/icons/components/ImageSearchIcon.d.ts +5 -0
- package/dist/icons/components/ImagesearchRollerIcon.d.ts +5 -0
- package/dist/icons/components/ImportContactsIcon.d.ts +5 -0
- package/dist/icons/components/ImportExportIcon.d.ts +5 -0
- package/dist/icons/components/ImportantDevicesIcon.d.ts +5 -0
- package/dist/icons/components/InboxIcon.d.ts +5 -0
- package/dist/icons/components/IncompleteCircleIcon.d.ts +5 -0
- package/dist/icons/components/IndeterminateCheckBoxIcon.d.ts +5 -0
- package/dist/icons/components/InfoIcon.d.ts +5 -0
- package/dist/icons/components/InputIcon.d.ts +5 -0
- package/dist/icons/components/InsertChartIcon.d.ts +5 -0
- package/dist/icons/components/InsertChartOutlinedIcon.d.ts +5 -0
- package/dist/icons/components/InsertCommentIcon.d.ts +5 -0
- package/dist/icons/components/InsertDriveFileIcon.d.ts +5 -0
- package/dist/icons/components/InsertEmoticonIcon.d.ts +5 -0
- package/dist/icons/components/InsertInvitationIcon.d.ts +5 -0
- package/dist/icons/components/InsertLinkIcon.d.ts +5 -0
- package/dist/icons/components/InsertPageBreakIcon.d.ts +5 -0
- package/dist/icons/components/InsertPhotoIcon.d.ts +5 -0
- package/dist/icons/components/InsightsIcon.d.ts +5 -0
- package/dist/icons/components/InstallDesktopIcon.d.ts +5 -0
- package/dist/icons/components/InstallMobileIcon.d.ts +5 -0
- package/dist/icons/components/IntegrationInstructionsIcon.d.ts +5 -0
- package/dist/icons/components/InterestsIcon.d.ts +5 -0
- package/dist/icons/components/InterpreterModeIcon.d.ts +5 -0
- package/dist/icons/components/Inventory2Icon.d.ts +5 -0
- package/dist/icons/components/InventoryIcon.d.ts +5 -0
- package/dist/icons/components/InvertColorsIcon.d.ts +5 -0
- package/dist/icons/components/InvertColorsOffIcon.d.ts +5 -0
- package/dist/icons/components/IosShareIcon.d.ts +5 -0
- package/dist/icons/components/IronIcon.d.ts +5 -0
- package/dist/icons/components/IsoIcon.d.ts +5 -0
- package/dist/icons/components/JavascriptIcon.d.ts +5 -0
- package/dist/icons/components/JoinFullIcon.d.ts +5 -0
- package/dist/icons/components/JoinInnerIcon.d.ts +5 -0
- package/dist/icons/components/JoinLeftIcon.d.ts +5 -0
- package/dist/icons/components/JoinRightIcon.d.ts +5 -0
- package/dist/icons/components/KayakingIcon.d.ts +5 -0
- package/dist/icons/components/KebabDiningIcon.d.ts +5 -0
- package/dist/icons/components/KeyIcon.d.ts +5 -0
- package/dist/icons/components/KeyOffIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardAltIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardArrowDownIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardArrowLeftIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardArrowRightIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardArrowUpIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardBackspaceIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardCapslockIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardCommandKeyIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardControlKeyIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardDoubleArrowDownIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardDoubleArrowLeftIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardDoubleArrowRightIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardDoubleArrowUpIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardHideIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardOptionKeyIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardReturnIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardTabIcon.d.ts +5 -0
- package/dist/icons/components/KeyboardVoiceIcon.d.ts +5 -0
- package/dist/icons/components/KingBedIcon.d.ts +5 -0
- package/dist/icons/components/KitchenIcon.d.ts +5 -0
- package/dist/icons/components/KitesurfingIcon.d.ts +5 -0
- package/dist/icons/components/LabelIcon.d.ts +5 -0
- package/dist/icons/components/LabelImportantIcon.d.ts +5 -0
- package/dist/icons/components/LabelOffIcon.d.ts +5 -0
- package/dist/icons/components/LanIcon.d.ts +5 -0
- package/dist/icons/components/LandscapeIcon.d.ts +5 -0
- package/dist/icons/components/LandslideIcon.d.ts +5 -0
- package/dist/icons/components/LanguageIcon.d.ts +5 -0
- package/dist/icons/components/LaptopChromebookIcon.d.ts +5 -0
- package/dist/icons/components/LaptopIcon.d.ts +5 -0
- package/dist/icons/components/LaptopMacIcon.d.ts +5 -0
- package/dist/icons/components/LaptopWindowsIcon.d.ts +5 -0
- package/dist/icons/components/LastPageIcon.d.ts +5 -0
- package/dist/icons/components/LaunchIcon.d.ts +5 -0
- package/dist/icons/components/LayersClearIcon.d.ts +5 -0
- package/dist/icons/components/LayersIcon.d.ts +5 -0
- package/dist/icons/components/LeaderboardIcon.d.ts +5 -0
- package/dist/icons/components/LeakAddIcon.d.ts +5 -0
- package/dist/icons/components/LeakRemoveIcon.d.ts +5 -0
- package/dist/icons/components/LegendToggleIcon.d.ts +5 -0
- package/dist/icons/components/LensBlurIcon.d.ts +5 -0
- package/dist/icons/components/LensIcon.d.ts +5 -0
- package/dist/icons/components/LibraryAddCheckIcon.d.ts +5 -0
- package/dist/icons/components/LibraryAddIcon.d.ts +5 -0
- package/dist/icons/components/LibraryBooksIcon.d.ts +5 -0
- package/dist/icons/components/LibraryMusicIcon.d.ts +5 -0
- package/dist/icons/components/LightIcon.d.ts +5 -0
- package/dist/icons/components/LightModeIcon.d.ts +5 -0
- package/dist/icons/components/LightbulbCircleIcon.d.ts +5 -0
- package/dist/icons/components/LightbulbIcon.d.ts +5 -0
- package/dist/icons/components/LineAxisIcon.d.ts +5 -0
- package/dist/icons/components/LineStyleIcon.d.ts +5 -0
- package/dist/icons/components/LineWeightIcon.d.ts +5 -0
- package/dist/icons/components/LinearScaleIcon.d.ts +5 -0
- package/dist/icons/components/LinkIcon.d.ts +5 -0
- package/dist/icons/components/LinkOffIcon.d.ts +5 -0
- package/dist/icons/components/LinkedCameraIcon.d.ts +5 -0
- package/dist/icons/components/LiquorIcon.d.ts +5 -0
- package/dist/icons/components/ListAltIcon.d.ts +5 -0
- package/dist/icons/components/ListIcon.d.ts +5 -0
- package/dist/icons/components/LiveHelpIcon.d.ts +5 -0
- package/dist/icons/components/LiveTvIcon.d.ts +5 -0
- package/dist/icons/components/LivingIcon.d.ts +5 -0
- package/dist/icons/components/LocalActivityIcon.d.ts +5 -0
- package/dist/icons/components/LocalAirportIcon.d.ts +5 -0
- package/dist/icons/components/LocalAtmIcon.d.ts +5 -0
- package/dist/icons/components/LocalBarIcon.d.ts +5 -0
- package/dist/icons/components/LocalCafeIcon.d.ts +5 -0
- package/dist/icons/components/LocalCarWashIcon.d.ts +5 -0
- package/dist/icons/components/LocalConvenienceStoreIcon.d.ts +5 -0
- package/dist/icons/components/LocalDiningIcon.d.ts +5 -0
- package/dist/icons/components/LocalDrinkIcon.d.ts +5 -0
- package/dist/icons/components/LocalFireDepartmentIcon.d.ts +5 -0
- package/dist/icons/components/LocalFloristIcon.d.ts +5 -0
- package/dist/icons/components/LocalGasStationIcon.d.ts +5 -0
- package/dist/icons/components/LocalGroceryStoreIcon.d.ts +5 -0
- package/dist/icons/components/LocalHospitalIcon.d.ts +5 -0
- package/dist/icons/components/LocalHotelIcon.d.ts +5 -0
- package/dist/icons/components/LocalLaundryServiceIcon.d.ts +5 -0
- package/dist/icons/components/LocalLibraryIcon.d.ts +5 -0
- package/dist/icons/components/LocalMallIcon.d.ts +5 -0
- package/dist/icons/components/LocalMoviesIcon.d.ts +5 -0
- package/dist/icons/components/LocalOfferIcon.d.ts +5 -0
- package/dist/icons/components/LocalParkingIcon.d.ts +5 -0
- package/dist/icons/components/LocalPharmacyIcon.d.ts +5 -0
- package/dist/icons/components/LocalPhoneIcon.d.ts +5 -0
- package/dist/icons/components/LocalPizzaIcon.d.ts +5 -0
- package/dist/icons/components/LocalPlayIcon.d.ts +5 -0
- package/dist/icons/components/LocalPoliceIcon.d.ts +5 -0
- package/dist/icons/components/LocalPostOfficeIcon.d.ts +5 -0
- package/dist/icons/components/LocalPrintshopIcon.d.ts +5 -0
- package/dist/icons/components/LocalSeeIcon.d.ts +5 -0
- package/dist/icons/components/LocalShippingIcon.d.ts +5 -0
- package/dist/icons/components/LocalTaxiIcon.d.ts +5 -0
- package/dist/icons/components/LocationCityIcon.d.ts +5 -0
- package/dist/icons/components/LocationDisabledIcon.d.ts +5 -0
- package/dist/icons/components/LocationOffIcon.d.ts +5 -0
- package/dist/icons/components/LocationOnIcon.d.ts +5 -0
- package/dist/icons/components/LocationSearchingIcon.d.ts +5 -0
- package/dist/icons/components/LockClockIcon.d.ts +5 -0
- package/dist/icons/components/LockIcon.d.ts +5 -0
- package/dist/icons/components/LockOpenIcon.d.ts +5 -0
- package/dist/icons/components/LockPersonIcon.d.ts +5 -0
- package/dist/icons/components/LockResetIcon.d.ts +5 -0
- package/dist/icons/components/LoginIcon.d.ts +5 -0
- package/dist/icons/components/LogoDevIcon.d.ts +5 -0
- package/dist/icons/components/LogoutIcon.d.ts +5 -0
- package/dist/icons/components/Looks3Icon.d.ts +5 -0
- package/dist/icons/components/Looks4Icon.d.ts +5 -0
- package/dist/icons/components/Looks5Icon.d.ts +5 -0
- package/dist/icons/components/Looks6Icon.d.ts +5 -0
- package/dist/icons/components/LooksIcon.d.ts +5 -0
- package/dist/icons/components/LooksOneIcon.d.ts +5 -0
- package/dist/icons/components/LooksTwoIcon.d.ts +5 -0
- package/dist/icons/components/LoopIcon.d.ts +5 -0
- package/dist/icons/components/LoupeIcon.d.ts +5 -0
- package/dist/icons/components/LowPriorityIcon.d.ts +5 -0
- package/dist/icons/components/LoyaltyIcon.d.ts +5 -0
- package/dist/icons/components/LteMobiledataIcon.d.ts +5 -0
- package/dist/icons/components/LtePlusMobiledataIcon.d.ts +5 -0
- package/dist/icons/components/LuggageIcon.d.ts +5 -0
- package/dist/icons/components/LunchDiningIcon.d.ts +5 -0
- package/dist/icons/components/LyricsIcon.d.ts +5 -0
- package/dist/icons/components/MacroOffIcon.d.ts +5 -0
- package/dist/icons/components/MailIcon.d.ts +5 -0
- package/dist/icons/components/MailLockIcon.d.ts +5 -0
- package/dist/icons/components/MailOutlineIcon.d.ts +5 -0
- package/dist/icons/components/MaleIcon.d.ts +5 -0
- package/dist/icons/components/Man2Icon.d.ts +5 -0
- package/dist/icons/components/Man3Icon.d.ts +5 -0
- package/dist/icons/components/Man4Icon.d.ts +5 -0
- package/dist/icons/components/ManIcon.d.ts +5 -0
- package/dist/icons/components/ManageAccountsIcon.d.ts +5 -0
- package/dist/icons/components/ManageHistoryIcon.d.ts +5 -0
- package/dist/icons/components/ManageSearchIcon.d.ts +5 -0
- package/dist/icons/components/MapIcon.d.ts +5 -0
- package/dist/icons/components/MapsHomeWorkIcon.d.ts +5 -0
- package/dist/icons/components/MapsUgcIcon.d.ts +5 -0
- package/dist/icons/components/MarginIcon.d.ts +5 -0
- package/dist/icons/components/MarkAsUnreadIcon.d.ts +5 -0
- package/dist/icons/components/MarkChatReadIcon.d.ts +5 -0
- package/dist/icons/components/MarkChatUnreadIcon.d.ts +5 -0
- package/dist/icons/components/MarkEmailReadIcon.d.ts +5 -0
- package/dist/icons/components/MarkEmailUnreadIcon.d.ts +5 -0
- package/dist/icons/components/MarkUnreadChatAltIcon.d.ts +5 -0
- package/dist/icons/components/MarkunreadIcon.d.ts +5 -0
- package/dist/icons/components/MarkunreadMailboxIcon.d.ts +5 -0
- package/dist/icons/components/MasksIcon.d.ts +5 -0
- package/dist/icons/components/MaximizeIcon.d.ts +5 -0
- package/dist/icons/components/MediaBluetoothOffIcon.d.ts +5 -0
- package/dist/icons/components/MediaBluetoothOnIcon.d.ts +5 -0
- package/dist/icons/components/MediationIcon.d.ts +5 -0
- package/dist/icons/components/MedicalInformationIcon.d.ts +5 -0
- package/dist/icons/components/MedicalServicesIcon.d.ts +5 -0
- package/dist/icons/components/MedicationIcon.d.ts +5 -0
- package/dist/icons/components/MedicationLiquidIcon.d.ts +5 -0
- package/dist/icons/components/MeetingRoomIcon.d.ts +5 -0
- package/dist/icons/components/MemoryIcon.d.ts +5 -0
- package/dist/icons/components/MenuBookIcon.d.ts +5 -0
- package/dist/icons/components/MenuIcon.d.ts +5 -0
- package/dist/icons/components/MenuOpenIcon.d.ts +5 -0
- package/dist/icons/components/MergeIcon.d.ts +5 -0
- package/dist/icons/components/MergeTypeIcon.d.ts +5 -0
- package/dist/icons/components/MessageIcon.d.ts +5 -0
- package/dist/icons/components/MicExternalOffIcon.d.ts +5 -0
- package/dist/icons/components/MicExternalOnIcon.d.ts +5 -0
- package/dist/icons/components/MicIcon.d.ts +5 -0
- package/dist/icons/components/MicNoneIcon.d.ts +5 -0
- package/dist/icons/components/MicOffIcon.d.ts +5 -0
- package/dist/icons/components/MicrowaveIcon.d.ts +5 -0
- package/dist/icons/components/MilitaryTechIcon.d.ts +5 -0
- package/dist/icons/components/MinimizeIcon.d.ts +5 -0
- package/dist/icons/components/MinorCrashIcon.d.ts +5 -0
- package/dist/icons/components/MiscellaneousServicesIcon.d.ts +5 -0
- package/dist/icons/components/MissedVideoCallIcon.d.ts +5 -0
- package/dist/icons/components/MmsIcon.d.ts +5 -0
- package/dist/icons/components/MobileFriendlyIcon.d.ts +5 -0
- package/dist/icons/components/MobileOffIcon.d.ts +5 -0
- package/dist/icons/components/MobileScreenShareIcon.d.ts +5 -0
- package/dist/icons/components/MobiledataOffIcon.d.ts +5 -0
- package/dist/icons/components/ModeCommentIcon.d.ts +5 -0
- package/dist/icons/components/ModeEditIcon.d.ts +5 -0
- package/dist/icons/components/ModeEditOutlineIcon.d.ts +5 -0
- package/dist/icons/components/ModeFanOffIcon.d.ts +5 -0
- package/dist/icons/components/ModeIcon.d.ts +5 -0
- package/dist/icons/components/ModeNightIcon.d.ts +5 -0
- package/dist/icons/components/ModeOfTravelIcon.d.ts +5 -0
- package/dist/icons/components/ModeStandbyIcon.d.ts +5 -0
- package/dist/icons/components/ModelTrainingIcon.d.ts +5 -0
- package/dist/icons/components/MonetizationOnIcon.d.ts +5 -0
- package/dist/icons/components/MoneyIcon.d.ts +5 -0
- package/dist/icons/components/MoneyOffCsredIcon.d.ts +5 -0
- package/dist/icons/components/MoneyOffIcon.d.ts +5 -0
- package/dist/icons/components/MonitorHeartIcon.d.ts +5 -0
- package/dist/icons/components/MonitorIcon.d.ts +5 -0
- package/dist/icons/components/MonitorWeightIcon.d.ts +5 -0
- package/dist/icons/components/MonochromePhotosIcon.d.ts +5 -0
- package/dist/icons/components/MoodBadIcon.d.ts +5 -0
- package/dist/icons/components/MoodIcon.d.ts +5 -0
- package/dist/icons/components/MopedIcon.d.ts +5 -0
- package/dist/icons/components/MoreHorizIcon.d.ts +5 -0
- package/dist/icons/components/MoreIcon.d.ts +5 -0
- package/dist/icons/components/MoreTimeIcon.d.ts +5 -0
- package/dist/icons/components/MoreVertIcon.d.ts +5 -0
- package/dist/icons/components/MosqueIcon.d.ts +5 -0
- package/dist/icons/components/MotionPhotosAutoIcon.d.ts +5 -0
- package/dist/icons/components/MotionPhotosOffIcon.d.ts +5 -0
- package/dist/icons/components/MotionPhotosOnIcon.d.ts +5 -0
- package/dist/icons/components/MotionPhotosPauseIcon.d.ts +5 -0
- package/dist/icons/components/MotionPhotosPausedIcon.d.ts +5 -0
- package/dist/icons/components/MouseIcon.d.ts +5 -0
- package/dist/icons/components/MoveDownIcon.d.ts +5 -0
- package/dist/icons/components/MoveToInboxIcon.d.ts +5 -0
- package/dist/icons/components/MoveUpIcon.d.ts +5 -0
- package/dist/icons/components/MovieCreationIcon.d.ts +5 -0
- package/dist/icons/components/MovieFilterIcon.d.ts +5 -0
- package/dist/icons/components/MovieIcon.d.ts +5 -0
- package/dist/icons/components/MovingIcon.d.ts +5 -0
- package/dist/icons/components/MpIcon.d.ts +5 -0
- package/dist/icons/components/MultilineChartIcon.d.ts +5 -0
- package/dist/icons/components/MultipleStopIcon.d.ts +5 -0
- package/dist/icons/components/MuseumIcon.d.ts +5 -0
- package/dist/icons/components/MusicNoteIcon.d.ts +5 -0
- package/dist/icons/components/MusicOffIcon.d.ts +5 -0
- package/dist/icons/components/MusicVideoIcon.d.ts +5 -0
- package/dist/icons/components/MyLocationIcon.d.ts +5 -0
- package/dist/icons/components/NatIcon.d.ts +5 -0
- package/dist/icons/components/NatureIcon.d.ts +5 -0
- package/dist/icons/components/NaturePeopleIcon.d.ts +5 -0
- package/dist/icons/components/NavigateBeforeIcon.d.ts +5 -0
- package/dist/icons/components/NavigateNextIcon.d.ts +5 -0
- package/dist/icons/components/NavigationIcon.d.ts +5 -0
- package/dist/icons/components/NearMeDisabledIcon.d.ts +5 -0
- package/dist/icons/components/NearMeIcon.d.ts +5 -0
- package/dist/icons/components/NearbyErrorIcon.d.ts +5 -0
- package/dist/icons/components/NearbyOffIcon.d.ts +5 -0
- package/dist/icons/components/NestCamWiredStandIcon.d.ts +5 -0
- package/dist/icons/components/NetworkCellIcon.d.ts +5 -0
- package/dist/icons/components/NetworkCheckIcon.d.ts +5 -0
- package/dist/icons/components/NetworkLockedIcon.d.ts +5 -0
- package/dist/icons/components/NetworkPingIcon.d.ts +5 -0
- package/dist/icons/components/NetworkWifi1BarIcon.d.ts +5 -0
- package/dist/icons/components/NetworkWifi2BarIcon.d.ts +5 -0
- package/dist/icons/components/NetworkWifi3BarIcon.d.ts +5 -0
- package/dist/icons/components/NetworkWifiIcon.d.ts +5 -0
- package/dist/icons/components/NewLabelIcon.d.ts +5 -0
- package/dist/icons/components/NewReleasesIcon.d.ts +5 -0
- package/dist/icons/components/NewspaperIcon.d.ts +5 -0
- package/dist/icons/components/NextPlanIcon.d.ts +5 -0
- package/dist/icons/components/NextWeekIcon.d.ts +5 -0
- package/dist/icons/components/NfcIcon.d.ts +5 -0
- package/dist/icons/components/NightShelterIcon.d.ts +5 -0
- package/dist/icons/components/NightlifeIcon.d.ts +5 -0
- package/dist/icons/components/NightlightIcon.d.ts +5 -0
- package/dist/icons/components/NightlightRoundIcon.d.ts +5 -0
- package/dist/icons/components/NightsStayIcon.d.ts +5 -0
- package/dist/icons/components/NoAccountsIcon.d.ts +5 -0
- package/dist/icons/components/NoAdultContentIcon.d.ts +5 -0
- package/dist/icons/components/NoBackpackIcon.d.ts +5 -0
- package/dist/icons/components/NoCellIcon.d.ts +5 -0
- package/dist/icons/components/NoCrashIcon.d.ts +5 -0
- package/dist/icons/components/NoDrinksIcon.d.ts +5 -0
- package/dist/icons/components/NoEncryptionGmailerrorredIcon.d.ts +5 -0
- package/dist/icons/components/NoEncryptionIcon.d.ts +5 -0
- package/dist/icons/components/NoFlashIcon.d.ts +5 -0
- package/dist/icons/components/NoFoodIcon.d.ts +5 -0
- package/dist/icons/components/NoLuggageIcon.d.ts +5 -0
- package/dist/icons/components/NoMealsIcon.d.ts +5 -0
- package/dist/icons/components/NoMeetingRoomIcon.d.ts +5 -0
- package/dist/icons/components/NoPhotographyIcon.d.ts +5 -0
- package/dist/icons/components/NoSimIcon.d.ts +5 -0
- package/dist/icons/components/NoStrollerIcon.d.ts +5 -0
- package/dist/icons/components/NoTransferIcon.d.ts +5 -0
- package/dist/icons/components/NoiseAwareIcon.d.ts +5 -0
- package/dist/icons/components/NoiseControlOffIcon.d.ts +5 -0
- package/dist/icons/components/NordicWalkingIcon.d.ts +5 -0
- package/dist/icons/components/NorthEastIcon.d.ts +5 -0
- package/dist/icons/components/NorthIcon.d.ts +5 -0
- package/dist/icons/components/NorthWestIcon.d.ts +5 -0
- package/dist/icons/components/NotAccessibleIcon.d.ts +5 -0
- package/dist/icons/components/NotInterestedIcon.d.ts +5 -0
- package/dist/icons/components/NotListedLocationIcon.d.ts +5 -0
- package/dist/icons/components/NotStartedIcon.d.ts +5 -0
- package/dist/icons/components/NoteAddIcon.d.ts +5 -0
- package/dist/icons/components/NoteAltIcon.d.ts +5 -0
- package/dist/icons/components/NoteIcon.d.ts +5 -0
- package/dist/icons/components/NotesIcon.d.ts +5 -0
- package/dist/icons/components/NotificationAddIcon.d.ts +5 -0
- package/dist/icons/components/NotificationImportantIcon.d.ts +5 -0
- package/dist/icons/components/NotificationsActiveIcon.d.ts +5 -0
- package/dist/icons/components/NotificationsIcon.d.ts +5 -0
- package/dist/icons/components/NotificationsNoneIcon.d.ts +5 -0
- package/dist/icons/components/NotificationsOffIcon.d.ts +5 -0
- package/dist/icons/components/NotificationsPausedIcon.d.ts +5 -0
- package/dist/icons/components/NumbersIcon.d.ts +5 -0
- package/dist/icons/components/OfflineBoltIcon.d.ts +5 -0
- package/dist/icons/components/OfflinePinIcon.d.ts +5 -0
- package/dist/icons/components/OfflineShareIcon.d.ts +5 -0
- package/dist/icons/components/OilBarrelIcon.d.ts +5 -0
- package/dist/icons/components/OnDeviceTrainingIcon.d.ts +5 -0
- package/dist/icons/components/OndemandVideoIcon.d.ts +5 -0
- package/dist/icons/components/OnlinePredictionIcon.d.ts +5 -0
- package/dist/icons/components/OpacityIcon.d.ts +5 -0
- package/dist/icons/components/OpenInBrowserIcon.d.ts +5 -0
- package/dist/icons/components/OpenInFullIcon.d.ts +5 -0
- package/dist/icons/components/OpenInNewIcon.d.ts +5 -0
- package/dist/icons/components/OpenInNewOffIcon.d.ts +5 -0
- package/dist/icons/components/OpenWithIcon.d.ts +5 -0
- package/dist/icons/components/OtherHousesIcon.d.ts +5 -0
- package/dist/icons/components/OutboundIcon.d.ts +5 -0
- package/dist/icons/components/OutboxIcon.d.ts +5 -0
- package/dist/icons/components/OutdoorGrillIcon.d.ts +5 -0
- package/dist/icons/components/OutletIcon.d.ts +5 -0
- package/dist/icons/components/OutlinedFlagIcon.d.ts +5 -0
- package/dist/icons/components/OutputIcon.d.ts +5 -0
- package/dist/icons/components/PaddingIcon.d.ts +5 -0
- package/dist/icons/components/PagesIcon.d.ts +5 -0
- package/dist/icons/components/PageviewIcon.d.ts +5 -0
- package/dist/icons/components/PaidIcon.d.ts +5 -0
- package/dist/icons/components/PaletteIcon.d.ts +5 -0
- package/dist/icons/components/PanToolAltIcon.d.ts +5 -0
- package/dist/icons/components/PanToolIcon.d.ts +5 -0
- package/dist/icons/components/PanoramaFishEyeIcon.d.ts +5 -0
- package/dist/icons/components/PanoramaHorizontalIcon.d.ts +5 -0
- package/dist/icons/components/PanoramaHorizontalSelectIcon.d.ts +5 -0
- package/dist/icons/components/PanoramaIcon.d.ts +5 -0
- package/dist/icons/components/PanoramaPhotosphereIcon.d.ts +5 -0
- package/dist/icons/components/PanoramaPhotosphereSelectIcon.d.ts +5 -0
- package/dist/icons/components/PanoramaVerticalIcon.d.ts +5 -0
- package/dist/icons/components/PanoramaVerticalSelectIcon.d.ts +5 -0
- package/dist/icons/components/PanoramaWideAngleIcon.d.ts +5 -0
- package/dist/icons/components/PanoramaWideAngleSelectIcon.d.ts +5 -0
- package/dist/icons/components/ParaglidingIcon.d.ts +5 -0
- package/dist/icons/components/ParkIcon.d.ts +5 -0
- package/dist/icons/components/PartyModeIcon.d.ts +5 -0
- package/dist/icons/components/PasswordIcon.d.ts +5 -0
- package/dist/icons/components/PatternIcon.d.ts +5 -0
- package/dist/icons/components/PauseCircleFilledIcon.d.ts +5 -0
- package/dist/icons/components/PauseCircleIcon.d.ts +5 -0
- package/dist/icons/components/PauseCircleOutlineIcon.d.ts +5 -0
- package/dist/icons/components/PauseIcon.d.ts +5 -0
- package/dist/icons/components/PausePresentationIcon.d.ts +5 -0
- package/dist/icons/components/PaymentIcon.d.ts +5 -0
- package/dist/icons/components/PaymentsIcon.d.ts +5 -0
- package/dist/icons/components/PedalBikeIcon.d.ts +5 -0
- package/dist/icons/components/PendingActionsIcon.d.ts +5 -0
- package/dist/icons/components/PendingIcon.d.ts +5 -0
- package/dist/icons/components/PentagonIcon.d.ts +5 -0
- package/dist/icons/components/PeopleAltIcon.d.ts +5 -0
- package/dist/icons/components/PeopleIcon.d.ts +5 -0
- package/dist/icons/components/PeopleOutlineIcon.d.ts +5 -0
- package/dist/icons/components/PercentIcon.d.ts +5 -0
- package/dist/icons/components/PermCameraMicIcon.d.ts +5 -0
- package/dist/icons/components/PermContactCalendarIcon.d.ts +5 -0
- package/dist/icons/components/PermDataSettingIcon.d.ts +5 -0
- package/dist/icons/components/PermDeviceInformationIcon.d.ts +5 -0
- package/dist/icons/components/PermIdentityIcon.d.ts +5 -0
- package/dist/icons/components/PermMediaIcon.d.ts +5 -0
- package/dist/icons/components/PermPhoneMsgIcon.d.ts +5 -0
- package/dist/icons/components/PermScanWifiIcon.d.ts +5 -0
- package/dist/icons/components/Person2Icon.d.ts +5 -0
- package/dist/icons/components/Person3Icon.d.ts +5 -0
- package/dist/icons/components/Person4Icon.d.ts +5 -0
- package/dist/icons/components/PersonAddAlt1Icon.d.ts +5 -0
- package/dist/icons/components/PersonAddAltIcon.d.ts +5 -0
- package/dist/icons/components/PersonAddDisabledIcon.d.ts +5 -0
- package/dist/icons/components/PersonAddIcon.d.ts +5 -0
- package/dist/icons/components/PersonIcon.d.ts +5 -0
- package/dist/icons/components/PersonOffIcon.d.ts +5 -0
- package/dist/icons/components/PersonOutlineIcon.d.ts +5 -0
- package/dist/icons/components/PersonPinCircleIcon.d.ts +5 -0
- package/dist/icons/components/PersonPinIcon.d.ts +5 -0
- package/dist/icons/components/PersonRemoveAlt1Icon.d.ts +5 -0
- package/dist/icons/components/PersonRemoveIcon.d.ts +5 -0
- package/dist/icons/components/PersonSearchIcon.d.ts +5 -0
- package/dist/icons/components/PersonalInjuryIcon.d.ts +5 -0
- package/dist/icons/components/PersonalVideoIcon.d.ts +5 -0
- package/dist/icons/components/PestControlIcon.d.ts +5 -0
- package/dist/icons/components/PestControlRodentIcon.d.ts +5 -0
- package/dist/icons/components/PetsIcon.d.ts +5 -0
- package/dist/icons/components/PhishingIcon.d.ts +5 -0
- package/dist/icons/components/PhoneAndroidIcon.d.ts +5 -0
- package/dist/icons/components/PhoneBluetoothSpeakerIcon.d.ts +5 -0
- package/dist/icons/components/PhoneCallbackIcon.d.ts +5 -0
- package/dist/icons/components/PhoneDisabledIcon.d.ts +5 -0
- package/dist/icons/components/PhoneEnabledIcon.d.ts +5 -0
- package/dist/icons/components/PhoneForwardedIcon.d.ts +5 -0
- package/dist/icons/components/PhoneIcon.d.ts +5 -0
- package/dist/icons/components/PhoneIphoneIcon.d.ts +5 -0
- package/dist/icons/components/PhoneLockedIcon.d.ts +5 -0
- package/dist/icons/components/PhoneMissedIcon.d.ts +5 -0
- package/dist/icons/components/PhonePausedIcon.d.ts +5 -0
- package/dist/icons/components/PhonelinkEraseIcon.d.ts +5 -0
- package/dist/icons/components/PhonelinkIcon.d.ts +5 -0
- package/dist/icons/components/PhonelinkLockIcon.d.ts +5 -0
- package/dist/icons/components/PhonelinkOffIcon.d.ts +5 -0
- package/dist/icons/components/PhonelinkRingIcon.d.ts +5 -0
- package/dist/icons/components/PhonelinkSetupIcon.d.ts +5 -0
- package/dist/icons/components/PhotoAlbumIcon.d.ts +5 -0
- package/dist/icons/components/PhotoCameraBackIcon.d.ts +5 -0
- package/dist/icons/components/PhotoCameraFrontIcon.d.ts +5 -0
- package/dist/icons/components/PhotoCameraIcon.d.ts +5 -0
- package/dist/icons/components/PhotoFilterIcon.d.ts +5 -0
- package/dist/icons/components/PhotoIcon.d.ts +5 -0
- package/dist/icons/components/PhotoLibraryIcon.d.ts +5 -0
- package/dist/icons/components/PhotoSizeSelectActualIcon.d.ts +5 -0
- package/dist/icons/components/PhotoSizeSelectLargeIcon.d.ts +5 -0
- package/dist/icons/components/PhotoSizeSelectSmallIcon.d.ts +5 -0
- package/dist/icons/components/PhpIcon.d.ts +5 -0
- package/dist/icons/components/PianoIcon.d.ts +5 -0
- package/dist/icons/components/PianoOffIcon.d.ts +5 -0
- package/dist/icons/components/PictureAsPdfIcon.d.ts +5 -0
- package/dist/icons/components/PictureInPictureAltIcon.d.ts +5 -0
- package/dist/icons/components/PictureInPictureIcon.d.ts +5 -0
- package/dist/icons/components/PieChartIcon.d.ts +5 -0
- package/dist/icons/components/PieChartOutlineIcon.d.ts +5 -0
- package/dist/icons/components/PinDropIcon.d.ts +5 -0
- package/dist/icons/components/PinEndIcon.d.ts +5 -0
- package/dist/icons/components/PinIcon.d.ts +5 -0
- package/dist/icons/components/PinInvokeIcon.d.ts +5 -0
- package/dist/icons/components/PinchIcon.d.ts +5 -0
- package/dist/icons/components/PivotTableChartIcon.d.ts +5 -0
- package/dist/icons/components/PixIcon.d.ts +5 -0
- package/dist/icons/components/PlaceIcon.d.ts +5 -0
- package/dist/icons/components/PlagiarismIcon.d.ts +5 -0
- package/dist/icons/components/PlayArrowIcon.d.ts +5 -0
- package/dist/icons/components/PlayCircleFilledIcon.d.ts +5 -0
- package/dist/icons/components/PlayCircleIcon.d.ts +5 -0
- package/dist/icons/components/PlayCircleOutlineIcon.d.ts +5 -0
- package/dist/icons/components/PlayDisabledIcon.d.ts +5 -0
- package/dist/icons/components/PlayForWorkIcon.d.ts +5 -0
- package/dist/icons/components/PlayLessonIcon.d.ts +5 -0
- package/dist/icons/components/PlaylistAddCheckCircleIcon.d.ts +5 -0
- package/dist/icons/components/PlaylistAddCheckIcon.d.ts +5 -0
- package/dist/icons/components/PlaylistAddCircleIcon.d.ts +5 -0
- package/dist/icons/components/PlaylistAddIcon.d.ts +5 -0
- package/dist/icons/components/PlaylistPlayIcon.d.ts +5 -0
- package/dist/icons/components/PlaylistRemoveIcon.d.ts +5 -0
- package/dist/icons/components/PlumbingIcon.d.ts +5 -0
- package/dist/icons/components/PlusOneIcon.d.ts +5 -0
- package/dist/icons/components/PodcastsIcon.d.ts +5 -0
- package/dist/icons/components/PointOfSaleIcon.d.ts +5 -0
- package/dist/icons/components/PolicyIcon.d.ts +5 -0
- package/dist/icons/components/PollIcon.d.ts +5 -0
- package/dist/icons/components/PolylineIcon.d.ts +5 -0
- package/dist/icons/components/PolymerIcon.d.ts +5 -0
- package/dist/icons/components/PoolIcon.d.ts +5 -0
- package/dist/icons/components/PortableWifiOffIcon.d.ts +5 -0
- package/dist/icons/components/PortraitIcon.d.ts +5 -0
- package/dist/icons/components/PostAddIcon.d.ts +5 -0
- package/dist/icons/components/PowerIcon.d.ts +5 -0
- package/dist/icons/components/PowerInputIcon.d.ts +5 -0
- package/dist/icons/components/PowerOffIcon.d.ts +5 -0
- package/dist/icons/components/PowerSettingsNewIcon.d.ts +5 -0
- package/dist/icons/components/PrecisionManufacturingIcon.d.ts +5 -0
- package/dist/icons/components/PregnantWomanIcon.d.ts +5 -0
- package/dist/icons/components/PresentToAllIcon.d.ts +5 -0
- package/dist/icons/components/PreviewIcon.d.ts +5 -0
- package/dist/icons/components/PriceChangeIcon.d.ts +5 -0
- package/dist/icons/components/PriceCheckIcon.d.ts +5 -0
- package/dist/icons/components/PrintDisabledIcon.d.ts +5 -0
- package/dist/icons/components/PrintIcon.d.ts +5 -0
- package/dist/icons/components/PriorityHighIcon.d.ts +5 -0
- package/dist/icons/components/PrivacyTipIcon.d.ts +5 -0
- package/dist/icons/components/PrivateConnectivityIcon.d.ts +5 -0
- package/dist/icons/components/ProductionQuantityLimitsIcon.d.ts +5 -0
- package/dist/icons/components/PropaneIcon.d.ts +5 -0
- package/dist/icons/components/PropaneTankIcon.d.ts +5 -0
- package/dist/icons/components/PsychologyAltIcon.d.ts +5 -0
- package/dist/icons/components/PsychologyIcon.d.ts +5 -0
- package/dist/icons/components/PublicIcon.d.ts +5 -0
- package/dist/icons/components/PublicOffIcon.d.ts +5 -0
- package/dist/icons/components/PublishIcon.d.ts +5 -0
- package/dist/icons/components/PublishedWithChangesIcon.d.ts +5 -0
- package/dist/icons/components/PunchClockIcon.d.ts +5 -0
- package/dist/icons/components/PushPinIcon.d.ts +5 -0
- package/dist/icons/components/QrCode2Icon.d.ts +5 -0
- package/dist/icons/components/QrCodeIcon.d.ts +5 -0
- package/dist/icons/components/QrCodeScannerIcon.d.ts +5 -0
- package/dist/icons/components/QueryBuilderIcon.d.ts +5 -0
- package/dist/icons/components/QueryStatsIcon.d.ts +5 -0
- package/dist/icons/components/QuestionAnswerIcon.d.ts +5 -0
- package/dist/icons/components/QuestionMarkIcon.d.ts +5 -0
- package/dist/icons/components/QueueIcon.d.ts +5 -0
- package/dist/icons/components/QueueMusicIcon.d.ts +5 -0
- package/dist/icons/components/QueuePlayNextIcon.d.ts +5 -0
- package/dist/icons/components/QuickreplyIcon.d.ts +5 -0
- package/dist/icons/components/QuizIcon.d.ts +5 -0
- package/dist/icons/components/RMobiledataIcon.d.ts +5 -0
- package/dist/icons/components/RadarIcon.d.ts +5 -0
- package/dist/icons/components/RadioButtonCheckedIcon.d.ts +5 -0
- package/dist/icons/components/RadioButtonUncheckedIcon.d.ts +5 -0
- package/dist/icons/components/RadioIcon.d.ts +5 -0
- package/dist/icons/components/RailwayAlertIcon.d.ts +5 -0
- package/dist/icons/components/RamenDiningIcon.d.ts +5 -0
- package/dist/icons/components/RampLeftIcon.d.ts +5 -0
- package/dist/icons/components/RampRightIcon.d.ts +5 -0
- package/dist/icons/components/RateReviewIcon.d.ts +5 -0
- package/dist/icons/components/RawOffIcon.d.ts +5 -0
- package/dist/icons/components/RawOnIcon.d.ts +5 -0
- package/dist/icons/components/ReadMoreIcon.d.ts +5 -0
- package/dist/icons/components/RealEstateAgentIcon.d.ts +5 -0
- package/dist/icons/components/ReceiptIcon.d.ts +5 -0
- package/dist/icons/components/ReceiptLongIcon.d.ts +5 -0
- package/dist/icons/components/RecentActorsIcon.d.ts +5 -0
- package/dist/icons/components/RecommendIcon.d.ts +5 -0
- package/dist/icons/components/RecordVoiceOverIcon.d.ts +5 -0
- package/dist/icons/components/RectangleIcon.d.ts +5 -0
- package/dist/icons/components/RecyclingIcon.d.ts +5 -0
- package/dist/icons/components/RedeemIcon.d.ts +5 -0
- package/dist/icons/components/RedoIcon.d.ts +5 -0
- package/dist/icons/components/ReduceCapacityIcon.d.ts +5 -0
- package/dist/icons/components/RefreshIcon.d.ts +5 -0
- package/dist/icons/components/RememberMeIcon.d.ts +5 -0
- package/dist/icons/components/RemoveCircleIcon.d.ts +5 -0
- package/dist/icons/components/RemoveCircleOutlineIcon.d.ts +5 -0
- package/dist/icons/components/RemoveDoneIcon.d.ts +5 -0
- package/dist/icons/components/RemoveFromQueueIcon.d.ts +5 -0
- package/dist/icons/components/RemoveIcon.d.ts +5 -0
- package/dist/icons/components/RemoveModeratorIcon.d.ts +5 -0
- package/dist/icons/components/RemoveRedEyeIcon.d.ts +5 -0
- package/dist/icons/components/RemoveRoadIcon.d.ts +5 -0
- package/dist/icons/components/RemoveShoppingCartIcon.d.ts +5 -0
- package/dist/icons/components/ReorderIcon.d.ts +5 -0
- package/dist/icons/components/RepartitionIcon.d.ts +5 -0
- package/dist/icons/components/RepeatIcon.d.ts +5 -0
- package/dist/icons/components/RepeatOnIcon.d.ts +5 -0
- package/dist/icons/components/RepeatOneIcon.d.ts +5 -0
- package/dist/icons/components/RepeatOneOnIcon.d.ts +5 -0
- package/dist/icons/components/Replay10Icon.d.ts +5 -0
- package/dist/icons/components/Replay30Icon.d.ts +5 -0
- package/dist/icons/components/Replay5Icon.d.ts +5 -0
- package/dist/icons/components/ReplayCircleFilledIcon.d.ts +5 -0
- package/dist/icons/components/ReplayIcon.d.ts +5 -0
- package/dist/icons/components/ReplyAllIcon.d.ts +5 -0
- package/dist/icons/components/ReplyIcon.d.ts +5 -0
- package/dist/icons/components/ReportGmailerrorredIcon.d.ts +5 -0
- package/dist/icons/components/ReportIcon.d.ts +5 -0
- package/dist/icons/components/ReportOffIcon.d.ts +5 -0
- package/dist/icons/components/ReportProblemIcon.d.ts +5 -0
- package/dist/icons/components/RequestPageIcon.d.ts +5 -0
- package/dist/icons/components/RequestQuoteIcon.d.ts +5 -0
- package/dist/icons/components/ResetTvIcon.d.ts +5 -0
- package/dist/icons/components/RestartAltIcon.d.ts +5 -0
- package/dist/icons/components/RestaurantIcon.d.ts +5 -0
- package/dist/icons/components/RestaurantMenuIcon.d.ts +5 -0
- package/dist/icons/components/RestoreFromTrashIcon.d.ts +5 -0
- package/dist/icons/components/RestoreIcon.d.ts +5 -0
- package/dist/icons/components/RestorePageIcon.d.ts +5 -0
- package/dist/icons/components/ReviewsIcon.d.ts +5 -0
- package/dist/icons/components/RiceBowlIcon.d.ts +5 -0
- package/dist/icons/components/RingVolumeIcon.d.ts +5 -0
- package/dist/icons/components/RocketIcon.d.ts +5 -0
- package/dist/icons/components/RocketLaunchIcon.d.ts +5 -0
- package/dist/icons/components/RollerShadesClosedIcon.d.ts +5 -0
- package/dist/icons/components/RollerShadesIcon.d.ts +5 -0
- package/dist/icons/components/RollerSkatingIcon.d.ts +5 -0
- package/dist/icons/components/RoofingIcon.d.ts +5 -0
- package/dist/icons/components/RoomIcon.d.ts +5 -0
- package/dist/icons/components/RoomPreferencesIcon.d.ts +5 -0
- package/dist/icons/components/RoomServiceIcon.d.ts +5 -0
- package/dist/icons/components/Rotate90DegreesCcwIcon.d.ts +5 -0
- package/dist/icons/components/Rotate90DegreesCwIcon.d.ts +5 -0
- package/dist/icons/components/RotateLeftIcon.d.ts +5 -0
- package/dist/icons/components/RotateRightIcon.d.ts +5 -0
- package/dist/icons/components/RoundaboutLeftIcon.d.ts +5 -0
- package/dist/icons/components/RoundaboutRightIcon.d.ts +5 -0
- package/dist/icons/components/RoundedCornerIcon.d.ts +5 -0
- package/dist/icons/components/RouteIcon.d.ts +5 -0
- package/dist/icons/components/RouterIcon.d.ts +5 -0
- package/dist/icons/components/RowingIcon.d.ts +5 -0
- package/dist/icons/components/RssFeedIcon.d.ts +5 -0
- package/dist/icons/components/RsvpIcon.d.ts +5 -0
- package/dist/icons/components/RttIcon.d.ts +5 -0
- package/dist/icons/components/RuleFolderIcon.d.ts +5 -0
- package/dist/icons/components/RuleIcon.d.ts +5 -0
- package/dist/icons/components/RunCircleIcon.d.ts +5 -0
- package/dist/icons/components/RunningWithErrorsIcon.d.ts +5 -0
- package/dist/icons/components/RvHookupIcon.d.ts +5 -0
- package/dist/icons/components/SafetyCheckIcon.d.ts +5 -0
- package/dist/icons/components/SafetyDividerIcon.d.ts +5 -0
- package/dist/icons/components/SailingIcon.d.ts +5 -0
- package/dist/icons/components/SanitizerIcon.d.ts +5 -0
- package/dist/icons/components/SatelliteAltIcon.d.ts +5 -0
- package/dist/icons/components/SatelliteIcon.d.ts +5 -0
- package/dist/icons/components/SaveAltIcon.d.ts +5 -0
- package/dist/icons/components/SaveAsIcon.d.ts +5 -0
- package/dist/icons/components/SaveIcon.d.ts +5 -0
- package/dist/icons/components/SavedSearchIcon.d.ts +5 -0
- package/dist/icons/components/SavingsIcon.d.ts +5 -0
- package/dist/icons/components/ScaleIcon.d.ts +5 -0
- package/dist/icons/components/ScannerIcon.d.ts +5 -0
- package/dist/icons/components/ScatterPlotIcon.d.ts +5 -0
- package/dist/icons/components/ScheduleIcon.d.ts +5 -0
- package/dist/icons/components/ScheduleSendIcon.d.ts +5 -0
- package/dist/icons/components/SchemaIcon.d.ts +5 -0
- package/dist/icons/components/SchoolIcon.d.ts +5 -0
- package/dist/icons/components/ScienceIcon.d.ts +5 -0
- package/dist/icons/components/ScoreIcon.d.ts +5 -0
- package/dist/icons/components/ScoreboardIcon.d.ts +5 -0
- package/dist/icons/components/ScreenLockLandscapeIcon.d.ts +5 -0
- package/dist/icons/components/ScreenLockPortraitIcon.d.ts +5 -0
- package/dist/icons/components/ScreenLockRotationIcon.d.ts +5 -0
- package/dist/icons/components/ScreenRotationAltIcon.d.ts +5 -0
- package/dist/icons/components/ScreenRotationIcon.d.ts +5 -0
- package/dist/icons/components/ScreenSearchDesktopIcon.d.ts +5 -0
- package/dist/icons/components/ScreenShareIcon.d.ts +5 -0
- package/dist/icons/components/ScreenshotIcon.d.ts +5 -0
- package/dist/icons/components/ScreenshotMonitorIcon.d.ts +5 -0
- package/dist/icons/components/ScubaDivingIcon.d.ts +5 -0
- package/dist/icons/components/SdCardAlertIcon.d.ts +5 -0
- package/dist/icons/components/SdCardIcon.d.ts +5 -0
- package/dist/icons/components/SdIcon.d.ts +5 -0
- package/dist/icons/components/SdStorageIcon.d.ts +5 -0
- package/dist/icons/components/SearchIcon.d.ts +5 -0
- package/dist/icons/components/SearchOffIcon.d.ts +5 -0
- package/dist/icons/components/SecurityIcon.d.ts +5 -0
- package/dist/icons/components/SecurityUpdateGoodIcon.d.ts +5 -0
- package/dist/icons/components/SecurityUpdateIcon.d.ts +5 -0
- package/dist/icons/components/SecurityUpdateWarningIcon.d.ts +5 -0
- package/dist/icons/components/SegmentIcon.d.ts +5 -0
- package/dist/icons/components/SelectAllIcon.d.ts +5 -0
- package/dist/icons/components/SelfImprovementIcon.d.ts +5 -0
- package/dist/icons/components/SellIcon.d.ts +5 -0
- package/dist/icons/components/SendAndArchiveIcon.d.ts +5 -0
- package/dist/icons/components/SendIcon.d.ts +5 -0
- package/dist/icons/components/SendTimeExtensionIcon.d.ts +5 -0
- package/dist/icons/components/SendToMobileIcon.d.ts +5 -0
- package/dist/icons/components/SensorDoorIcon.d.ts +5 -0
- package/dist/icons/components/SensorOccupiedIcon.d.ts +5 -0
- package/dist/icons/components/SensorWindowIcon.d.ts +5 -0
- package/dist/icons/components/SensorsIcon.d.ts +5 -0
- package/dist/icons/components/SensorsOffIcon.d.ts +5 -0
- package/dist/icons/components/SentimentDissatisfiedIcon.d.ts +5 -0
- package/dist/icons/components/SentimentNeutralIcon.d.ts +5 -0
- package/dist/icons/components/SentimentSatisfiedAltIcon.d.ts +5 -0
- package/dist/icons/components/SentimentSatisfiedIcon.d.ts +5 -0
- package/dist/icons/components/SentimentVeryDissatisfiedIcon.d.ts +5 -0
- package/dist/icons/components/SentimentVerySatisfiedIcon.d.ts +5 -0
- package/dist/icons/components/SetMealIcon.d.ts +5 -0
- package/dist/icons/components/SettingsAccessibilityIcon.d.ts +5 -0
- package/dist/icons/components/SettingsApplicationsIcon.d.ts +5 -0
- package/dist/icons/components/SettingsBackupRestoreIcon.d.ts +5 -0
- package/dist/icons/components/SettingsBluetoothIcon.d.ts +5 -0
- package/dist/icons/components/SettingsBrightnessIcon.d.ts +5 -0
- package/dist/icons/components/SettingsCellIcon.d.ts +5 -0
- package/dist/icons/components/SettingsEthernetIcon.d.ts +5 -0
- package/dist/icons/components/SettingsIcon.d.ts +5 -0
- package/dist/icons/components/SettingsInputAntennaIcon.d.ts +5 -0
- package/dist/icons/components/SettingsInputComponentIcon.d.ts +5 -0
- package/dist/icons/components/SettingsInputCompositeIcon.d.ts +5 -0
- package/dist/icons/components/SettingsInputHdmiIcon.d.ts +5 -0
- package/dist/icons/components/SettingsInputSvideoIcon.d.ts +5 -0
- package/dist/icons/components/SettingsOverscanIcon.d.ts +5 -0
- package/dist/icons/components/SettingsPhoneIcon.d.ts +5 -0
- package/dist/icons/components/SettingsPowerIcon.d.ts +5 -0
- package/dist/icons/components/SettingsRemoteIcon.d.ts +5 -0
- package/dist/icons/components/SettingsSuggestIcon.d.ts +5 -0
- package/dist/icons/components/SettingsSystemDaydreamIcon.d.ts +5 -0
- package/dist/icons/components/SettingsVoiceIcon.d.ts +5 -0
- package/dist/icons/components/SevereColdIcon.d.ts +5 -0
- package/dist/icons/components/ShapeLineIcon.d.ts +5 -0
- package/dist/icons/components/ShareIcon.d.ts +5 -0
- package/dist/icons/components/ShareLocationIcon.d.ts +5 -0
- package/dist/icons/components/ShieldIcon.d.ts +5 -0
- package/dist/icons/components/ShieldMoonIcon.d.ts +5 -0
- package/dist/icons/components/Shop2Icon.d.ts +5 -0
- package/dist/icons/components/ShopIcon.d.ts +5 -0
- package/dist/icons/components/ShopTwoIcon.d.ts +5 -0
- package/dist/icons/components/ShoppingBagIcon.d.ts +5 -0
- package/dist/icons/components/ShoppingBasketIcon.d.ts +5 -0
- package/dist/icons/components/ShoppingCartCheckoutIcon.d.ts +5 -0
- package/dist/icons/components/ShoppingCartIcon.d.ts +5 -0
- package/dist/icons/components/ShortTextIcon.d.ts +5 -0
- package/dist/icons/components/ShortcutIcon.d.ts +5 -0
- package/dist/icons/components/ShowChartIcon.d.ts +5 -0
- package/dist/icons/components/ShowerIcon.d.ts +5 -0
- package/dist/icons/components/ShuffleIcon.d.ts +5 -0
- package/dist/icons/components/ShuffleOnIcon.d.ts +5 -0
- package/dist/icons/components/ShutterSpeedIcon.d.ts +5 -0
- package/dist/icons/components/SickIcon.d.ts +5 -0
- package/dist/icons/components/SignLanguageIcon.d.ts +5 -0
- package/dist/icons/components/SignalCellular0BarIcon.d.ts +5 -0
- package/dist/icons/components/SignalCellular4BarIcon.d.ts +5 -0
- package/dist/icons/components/SignalCellularAlt1BarIcon.d.ts +5 -0
- package/dist/icons/components/SignalCellularAlt2BarIcon.d.ts +5 -0
- package/dist/icons/components/SignalCellularAltIcon.d.ts +5 -0
- package/dist/icons/components/SignalCellularConnectedNoInternet0BarIcon.d.ts +5 -0
- package/dist/icons/components/SignalCellularConnectedNoInternet4BarIcon.d.ts +5 -0
- package/dist/icons/components/SignalCellularNoSimIcon.d.ts +5 -0
- package/dist/icons/components/SignalCellularNodataIcon.d.ts +5 -0
- package/dist/icons/components/SignalCellularNullIcon.d.ts +5 -0
- package/dist/icons/components/SignalCellularOffIcon.d.ts +5 -0
- package/dist/icons/components/SignalWifi0BarIcon.d.ts +5 -0
- package/dist/icons/components/SignalWifi4BarIcon.d.ts +5 -0
- package/dist/icons/components/SignalWifi4BarLockIcon.d.ts +5 -0
- package/dist/icons/components/SignalWifiBadIcon.d.ts +5 -0
- package/dist/icons/components/SignalWifiConnectedNoInternet4Icon.d.ts +5 -0
- package/dist/icons/components/SignalWifiOffIcon.d.ts +5 -0
- package/dist/icons/components/SignalWifiStatusbar4BarIcon.d.ts +5 -0
- package/dist/icons/components/SignalWifiStatusbarConnectedNoInternet4Icon.d.ts +5 -0
- package/dist/icons/components/SignalWifiStatusbarNullIcon.d.ts +5 -0
- package/dist/icons/components/SignpostIcon.d.ts +5 -0
- package/dist/icons/components/SimCardAlertIcon.d.ts +5 -0
- package/dist/icons/components/SimCardDownloadIcon.d.ts +5 -0
- package/dist/icons/components/SimCardIcon.d.ts +5 -0
- package/dist/icons/components/SingleBedIcon.d.ts +5 -0
- package/dist/icons/components/SipIcon.d.ts +5 -0
- package/dist/icons/components/SkateboardingIcon.d.ts +5 -0
- package/dist/icons/components/SkipNextIcon.d.ts +5 -0
- package/dist/icons/components/SkipPreviousIcon.d.ts +5 -0
- package/dist/icons/components/SleddingIcon.d.ts +5 -0
- package/dist/icons/components/SlideshowIcon.d.ts +5 -0
- package/dist/icons/components/SlowMotionVideoIcon.d.ts +5 -0
- package/dist/icons/components/SmartButtonIcon.d.ts +5 -0
- package/dist/icons/components/SmartDisplayIcon.d.ts +5 -0
- package/dist/icons/components/SmartScreenIcon.d.ts +5 -0
- package/dist/icons/components/SmartToyIcon.d.ts +5 -0
- package/dist/icons/components/SmartphoneIcon.d.ts +5 -0
- package/dist/icons/components/SmokeFreeIcon.d.ts +5 -0
- package/dist/icons/components/SmokingRoomsIcon.d.ts +5 -0
- package/dist/icons/components/SmsFailedIcon.d.ts +5 -0
- package/dist/icons/components/SmsIcon.d.ts +5 -0
- package/dist/icons/components/SnippetFolderIcon.d.ts +5 -0
- package/dist/icons/components/SnoozeIcon.d.ts +5 -0
- package/dist/icons/components/SnowboardingIcon.d.ts +5 -0
- package/dist/icons/components/SnowmobileIcon.d.ts +5 -0
- package/dist/icons/components/SnowshoeingIcon.d.ts +5 -0
- package/dist/icons/components/SoapIcon.d.ts +5 -0
- package/dist/icons/components/SocialDistanceIcon.d.ts +5 -0
- package/dist/icons/components/SolarPowerIcon.d.ts +5 -0
- package/dist/icons/components/SortByAlphaIcon.d.ts +5 -0
- package/dist/icons/components/SortIcon.d.ts +5 -0
- package/dist/icons/components/SosIcon.d.ts +5 -0
- package/dist/icons/components/SoupKitchenIcon.d.ts +5 -0
- package/dist/icons/components/SourceIcon.d.ts +5 -0
- package/dist/icons/components/SouthAmericaIcon.d.ts +5 -0
- package/dist/icons/components/SouthEastIcon.d.ts +5 -0
- package/dist/icons/components/SouthIcon.d.ts +5 -0
- package/dist/icons/components/SouthWestIcon.d.ts +5 -0
- package/dist/icons/components/SpaIcon.d.ts +5 -0
- package/dist/icons/components/SpaceBarIcon.d.ts +5 -0
- package/dist/icons/components/SpaceDashboardIcon.d.ts +5 -0
- package/dist/icons/components/SpatialAudioIcon.d.ts +5 -0
- package/dist/icons/components/SpatialAudioOffIcon.d.ts +5 -0
- package/dist/icons/components/SpatialTrackingIcon.d.ts +5 -0
- package/dist/icons/components/SpeakerGroupIcon.d.ts +5 -0
- package/dist/icons/components/SpeakerIcon.d.ts +5 -0
- package/dist/icons/components/SpeakerNotesIcon.d.ts +5 -0
- package/dist/icons/components/SpeakerNotesOffIcon.d.ts +5 -0
- package/dist/icons/components/SpeakerPhoneIcon.d.ts +5 -0
- package/dist/icons/components/SpeedIcon.d.ts +5 -0
- package/dist/icons/components/SpellcheckIcon.d.ts +5 -0
- package/dist/icons/components/SplitscreenIcon.d.ts +5 -0
- package/dist/icons/components/SpokeIcon.d.ts +5 -0
- package/dist/icons/components/SportsBarIcon.d.ts +5 -0
- package/dist/icons/components/SportsBaseballIcon.d.ts +5 -0
- package/dist/icons/components/SportsBasketballIcon.d.ts +5 -0
- package/dist/icons/components/SportsCricketIcon.d.ts +5 -0
- package/dist/icons/components/SportsEsportsIcon.d.ts +5 -0
- package/dist/icons/components/SportsFootballIcon.d.ts +5 -0
- package/dist/icons/components/SportsGolfIcon.d.ts +5 -0
- package/dist/icons/components/SportsGymnasticsIcon.d.ts +5 -0
- package/dist/icons/components/SportsHandballIcon.d.ts +5 -0
- package/dist/icons/components/SportsHockeyIcon.d.ts +5 -0
- package/dist/icons/components/SportsIcon.d.ts +5 -0
- package/dist/icons/components/SportsKabaddiIcon.d.ts +5 -0
- package/dist/icons/components/SportsMartialArtsIcon.d.ts +5 -0
- package/dist/icons/components/SportsMmaIcon.d.ts +5 -0
- package/dist/icons/components/SportsMotorsportsIcon.d.ts +5 -0
- package/dist/icons/components/SportsRugbyIcon.d.ts +5 -0
- package/dist/icons/components/SportsScoreIcon.d.ts +5 -0
- package/dist/icons/components/SportsSoccerIcon.d.ts +5 -0
- package/dist/icons/components/SportsTennisIcon.d.ts +5 -0
- package/dist/icons/components/SportsVolleyballIcon.d.ts +5 -0
- package/dist/icons/components/SquareFootIcon.d.ts +5 -0
- package/dist/icons/components/SquareIcon.d.ts +5 -0
- package/dist/icons/components/SsidChartIcon.d.ts +5 -0
- package/dist/icons/components/StackedBarChartIcon.d.ts +5 -0
- package/dist/icons/components/StackedLineChartIcon.d.ts +5 -0
- package/dist/icons/components/StadiumIcon.d.ts +5 -0
- package/dist/icons/components/StairsIcon.d.ts +5 -0
- package/dist/icons/components/StarBorderIcon.d.ts +5 -0
- package/dist/icons/components/StarBorderPurple500Icon.d.ts +5 -0
- package/dist/icons/components/StarHalfIcon.d.ts +5 -0
- package/dist/icons/components/StarIcon.d.ts +5 -0
- package/dist/icons/components/StarOutlineIcon.d.ts +5 -0
- package/dist/icons/components/StarPurple500Icon.d.ts +5 -0
- package/dist/icons/components/StarRateIcon.d.ts +5 -0
- package/dist/icons/components/StarsIcon.d.ts +5 -0
- package/dist/icons/components/StartIcon.d.ts +5 -0
- package/dist/icons/components/StayCurrentLandscapeIcon.d.ts +5 -0
- package/dist/icons/components/StayCurrentPortraitIcon.d.ts +5 -0
- package/dist/icons/components/StayPrimaryLandscapeIcon.d.ts +5 -0
- package/dist/icons/components/StayPrimaryPortraitIcon.d.ts +5 -0
- package/dist/icons/components/StickyNote2Icon.d.ts +5 -0
- package/dist/icons/components/StopCircleIcon.d.ts +5 -0
- package/dist/icons/components/StopIcon.d.ts +5 -0
- package/dist/icons/components/StopScreenShareIcon.d.ts +5 -0
- package/dist/icons/components/StorageIcon.d.ts +5 -0
- package/dist/icons/components/StoreIcon.d.ts +5 -0
- package/dist/icons/components/StoreMallDirectoryIcon.d.ts +5 -0
- package/dist/icons/components/StorefrontIcon.d.ts +5 -0
- package/dist/icons/components/StormIcon.d.ts +5 -0
- package/dist/icons/components/StraightIcon.d.ts +5 -0
- package/dist/icons/components/StraightenIcon.d.ts +5 -0
- package/dist/icons/components/StreamIcon.d.ts +5 -0
- package/dist/icons/components/StreetviewIcon.d.ts +5 -0
- package/dist/icons/components/StrikethroughSIcon.d.ts +5 -0
- package/dist/icons/components/StrollerIcon.d.ts +5 -0
- package/dist/icons/components/StyleIcon.d.ts +5 -0
- package/dist/icons/components/SubdirectoryArrowLeftIcon.d.ts +5 -0
- package/dist/icons/components/SubdirectoryArrowRightIcon.d.ts +5 -0
- package/dist/icons/components/SubjectIcon.d.ts +5 -0
- package/dist/icons/components/SubscriptIcon.d.ts +5 -0
- package/dist/icons/components/SubscriptionsIcon.d.ts +5 -0
- package/dist/icons/components/SubtitlesIcon.d.ts +5 -0
- package/dist/icons/components/SubtitlesOffIcon.d.ts +5 -0
- package/dist/icons/components/SubwayIcon.d.ts +5 -0
- package/dist/icons/components/SummarizeIcon.d.ts +5 -0
- package/dist/icons/components/SuperscriptIcon.d.ts +5 -0
- package/dist/icons/components/SupervisedUserCircleIcon.d.ts +5 -0
- package/dist/icons/components/SupervisorAccountIcon.d.ts +5 -0
- package/dist/icons/components/SupportAgentIcon.d.ts +5 -0
- package/dist/icons/components/SupportIcon.d.ts +5 -0
- package/dist/icons/components/SurfingIcon.d.ts +5 -0
- package/dist/icons/components/SurroundSoundIcon.d.ts +5 -0
- package/dist/icons/components/SwapCallsIcon.d.ts +5 -0
- package/dist/icons/components/SwapHorizIcon.d.ts +5 -0
- package/dist/icons/components/SwapHorizontalCircleIcon.d.ts +5 -0
- package/dist/icons/components/SwapVertIcon.d.ts +5 -0
- package/dist/icons/components/SwapVerticalCircleIcon.d.ts +5 -0
- package/dist/icons/components/SwipeDownAltIcon.d.ts +5 -0
- package/dist/icons/components/SwipeDownIcon.d.ts +5 -0
- package/dist/icons/components/SwipeIcon.d.ts +5 -0
- package/dist/icons/components/SwipeLeftAltIcon.d.ts +5 -0
- package/dist/icons/components/SwipeLeftIcon.d.ts +5 -0
- package/dist/icons/components/SwipeRightAltIcon.d.ts +5 -0
- package/dist/icons/components/SwipeRightIcon.d.ts +5 -0
- package/dist/icons/components/SwipeUpAltIcon.d.ts +5 -0
- package/dist/icons/components/SwipeUpIcon.d.ts +5 -0
- package/dist/icons/components/SwipeVerticalIcon.d.ts +5 -0
- package/dist/icons/components/SwitchAccessShortcutAddIcon.d.ts +5 -0
- package/dist/icons/components/SwitchAccessShortcutIcon.d.ts +5 -0
- package/dist/icons/components/SwitchAccountIcon.d.ts +5 -0
- package/dist/icons/components/SwitchCameraIcon.d.ts +5 -0
- package/dist/icons/components/SwitchLeftIcon.d.ts +5 -0
- package/dist/icons/components/SwitchRightIcon.d.ts +5 -0
- package/dist/icons/components/SwitchVideoIcon.d.ts +5 -0
- package/dist/icons/components/SynagogueIcon.d.ts +5 -0
- package/dist/icons/components/SyncAltIcon.d.ts +5 -0
- package/dist/icons/components/SyncDisabledIcon.d.ts +5 -0
- package/dist/icons/components/SyncIcon.d.ts +5 -0
- package/dist/icons/components/SyncLockIcon.d.ts +5 -0
- package/dist/icons/components/SyncProblemIcon.d.ts +5 -0
- package/dist/icons/components/SystemSecurityUpdateGoodIcon.d.ts +5 -0
- package/dist/icons/components/SystemSecurityUpdateIcon.d.ts +5 -0
- package/dist/icons/components/SystemSecurityUpdateWarningIcon.d.ts +5 -0
- package/dist/icons/components/SystemUpdateAltIcon.d.ts +5 -0
- package/dist/icons/components/SystemUpdateIcon.d.ts +5 -0
- package/dist/icons/components/TabIcon.d.ts +5 -0
- package/dist/icons/components/TabUnselectedIcon.d.ts +5 -0
- package/dist/icons/components/TableBarIcon.d.ts +5 -0
- package/dist/icons/components/TableChartIcon.d.ts +5 -0
- package/dist/icons/components/TableRestaurantIcon.d.ts +5 -0
- package/dist/icons/components/TableRowsIcon.d.ts +5 -0
- package/dist/icons/components/TableViewIcon.d.ts +5 -0
- package/dist/icons/components/TabletAndroidIcon.d.ts +5 -0
- package/dist/icons/components/TabletIcon.d.ts +5 -0
- package/dist/icons/components/TabletMacIcon.d.ts +5 -0
- package/dist/icons/components/TagFacesIcon.d.ts +5 -0
- package/dist/icons/components/TagIcon.d.ts +5 -0
- package/dist/icons/components/TakeoutDiningIcon.d.ts +5 -0
- package/dist/icons/components/TapAndPlayIcon.d.ts +5 -0
- package/dist/icons/components/TapasIcon.d.ts +5 -0
- package/dist/icons/components/TaskAltIcon.d.ts +5 -0
- package/dist/icons/components/TaskIcon.d.ts +5 -0
- package/dist/icons/components/TaxiAlertIcon.d.ts +5 -0
- package/dist/icons/components/TempleBuddhistIcon.d.ts +5 -0
- package/dist/icons/components/TempleHinduIcon.d.ts +5 -0
- package/dist/icons/components/TerminalIcon.d.ts +5 -0
- package/dist/icons/components/TerrainIcon.d.ts +5 -0
- package/dist/icons/components/TextDecreaseIcon.d.ts +5 -0
- package/dist/icons/components/TextFieldsIcon.d.ts +5 -0
- package/dist/icons/components/TextFormatIcon.d.ts +5 -0
- package/dist/icons/components/TextIncreaseIcon.d.ts +5 -0
- package/dist/icons/components/TextRotateUpIcon.d.ts +5 -0
- package/dist/icons/components/TextRotateVerticalIcon.d.ts +5 -0
- package/dist/icons/components/TextRotationAngledownIcon.d.ts +5 -0
- package/dist/icons/components/TextRotationAngleupIcon.d.ts +5 -0
- package/dist/icons/components/TextRotationDownIcon.d.ts +5 -0
- package/dist/icons/components/TextRotationNoneIcon.d.ts +5 -0
- package/dist/icons/components/TextSnippetIcon.d.ts +5 -0
- package/dist/icons/components/TextsmsIcon.d.ts +5 -0
- package/dist/icons/components/TextureIcon.d.ts +5 -0
- package/dist/icons/components/TheaterComedyIcon.d.ts +5 -0
- package/dist/icons/components/TheatersIcon.d.ts +5 -0
- package/dist/icons/components/ThermostatAutoIcon.d.ts +5 -0
- package/dist/icons/components/ThermostatIcon.d.ts +5 -0
- package/dist/icons/components/ThumbDownAltIcon.d.ts +5 -0
- package/dist/icons/components/ThumbDownIcon.d.ts +5 -0
- package/dist/icons/components/ThumbDownOffAltIcon.d.ts +5 -0
- package/dist/icons/components/ThumbUpAltIcon.d.ts +5 -0
- package/dist/icons/components/ThumbUpIcon.d.ts +5 -0
- package/dist/icons/components/ThumbUpOffAltIcon.d.ts +5 -0
- package/dist/icons/components/ThumbsUpDownIcon.d.ts +5 -0
- package/dist/icons/components/ThunderstormIcon.d.ts +5 -0
- package/dist/icons/components/TimeToLeaveIcon.d.ts +5 -0
- package/dist/icons/components/TimelapseIcon.d.ts +5 -0
- package/dist/icons/components/TimelineIcon.d.ts +5 -0
- package/dist/icons/components/Timer10Icon.d.ts +5 -0
- package/dist/icons/components/Timer10SelectIcon.d.ts +5 -0
- package/dist/icons/components/Timer3Icon.d.ts +5 -0
- package/dist/icons/components/Timer3SelectIcon.d.ts +5 -0
- package/dist/icons/components/TimerIcon.d.ts +5 -0
- package/dist/icons/components/TimerOffIcon.d.ts +5 -0
- package/dist/icons/components/TipsAndUpdatesIcon.d.ts +5 -0
- package/dist/icons/components/TireRepairIcon.d.ts +5 -0
- package/dist/icons/components/TitleIcon.d.ts +5 -0
- package/dist/icons/components/TocIcon.d.ts +5 -0
- package/dist/icons/components/TodayIcon.d.ts +5 -0
- package/dist/icons/components/ToggleOffIcon.d.ts +5 -0
- package/dist/icons/components/ToggleOnIcon.d.ts +5 -0
- package/dist/icons/components/TokenIcon.d.ts +5 -0
- package/dist/icons/components/TollIcon.d.ts +5 -0
- package/dist/icons/components/TonalityIcon.d.ts +5 -0
- package/dist/icons/components/TopicIcon.d.ts +5 -0
- package/dist/icons/components/TornadoIcon.d.ts +5 -0
- package/dist/icons/components/TouchAppIcon.d.ts +5 -0
- package/dist/icons/components/TourIcon.d.ts +5 -0
- package/dist/icons/components/ToysIcon.d.ts +5 -0
- package/dist/icons/components/TrackChangesIcon.d.ts +5 -0
- package/dist/icons/components/TrafficIcon.d.ts +5 -0
- package/dist/icons/components/TrainIcon.d.ts +5 -0
- package/dist/icons/components/TramIcon.d.ts +5 -0
- package/dist/icons/components/TranscribeIcon.d.ts +5 -0
- package/dist/icons/components/TransferWithinAStationIcon.d.ts +5 -0
- package/dist/icons/components/TransformIcon.d.ts +5 -0
- package/dist/icons/components/TransgenderIcon.d.ts +5 -0
- package/dist/icons/components/TransitEnterexitIcon.d.ts +5 -0
- package/dist/icons/components/TranslateIcon.d.ts +5 -0
- package/dist/icons/components/TravelExploreIcon.d.ts +5 -0
- package/dist/icons/components/TrendingDownIcon.d.ts +5 -0
- package/dist/icons/components/TrendingFlatIcon.d.ts +5 -0
- package/dist/icons/components/TrendingUpIcon.d.ts +5 -0
- package/dist/icons/components/TripOriginIcon.d.ts +5 -0
- package/dist/icons/components/TroubleshootIcon.d.ts +5 -0
- package/dist/icons/components/TryIcon.d.ts +5 -0
- package/dist/icons/components/TsunamiIcon.d.ts +5 -0
- package/dist/icons/components/TtyIcon.d.ts +5 -0
- package/dist/icons/components/TuneIcon.d.ts +5 -0
- package/dist/icons/components/TungstenIcon.d.ts +5 -0
- package/dist/icons/components/TurnLeftIcon.d.ts +5 -0
- package/dist/icons/components/TurnRightIcon.d.ts +5 -0
- package/dist/icons/components/TurnSharpLeftIcon.d.ts +5 -0
- package/dist/icons/components/TurnSharpRightIcon.d.ts +5 -0
- package/dist/icons/components/TurnSlightLeftIcon.d.ts +5 -0
- package/dist/icons/components/TurnSlightRightIcon.d.ts +5 -0
- package/dist/icons/components/TurnedInIcon.d.ts +5 -0
- package/dist/icons/components/TurnedInNotIcon.d.ts +5 -0
- package/dist/icons/components/TvIcon.d.ts +5 -0
- package/dist/icons/components/TvOffIcon.d.ts +5 -0
- package/dist/icons/components/TwoWheelerIcon.d.ts +5 -0
- package/dist/icons/components/TypeSpecimenIcon.d.ts +5 -0
- package/dist/icons/components/UTurnLeftIcon.d.ts +5 -0
- package/dist/icons/components/UTurnRightIcon.d.ts +5 -0
- package/dist/icons/components/UmbrellaIcon.d.ts +5 -0
- package/dist/icons/components/UnarchiveIcon.d.ts +5 -0
- package/dist/icons/components/UndoIcon.d.ts +5 -0
- package/dist/icons/components/UnfoldLessDoubleIcon.d.ts +5 -0
- package/dist/icons/components/UnfoldLessIcon.d.ts +5 -0
- package/dist/icons/components/UnfoldMoreDoubleIcon.d.ts +5 -0
- package/dist/icons/components/UnfoldMoreIcon.d.ts +5 -0
- package/dist/icons/components/UnpublishedIcon.d.ts +5 -0
- package/dist/icons/components/UnsubscribeIcon.d.ts +5 -0
- package/dist/icons/components/UpcomingIcon.d.ts +5 -0
- package/dist/icons/components/UpdateDisabledIcon.d.ts +5 -0
- package/dist/icons/components/UpdateIcon.d.ts +5 -0
- package/dist/icons/components/UpgradeIcon.d.ts +5 -0
- package/dist/icons/components/UploadFileIcon.d.ts +5 -0
- package/dist/icons/components/UploadIcon.d.ts +5 -0
- package/dist/icons/components/UsbIcon.d.ts +5 -0
- package/dist/icons/components/UsbOffIcon.d.ts +5 -0
- package/dist/icons/components/VaccinesIcon.d.ts +5 -0
- package/dist/icons/components/VapeFreeIcon.d.ts +5 -0
- package/dist/icons/components/VapingRoomsIcon.d.ts +5 -0
- package/dist/icons/components/VerifiedIcon.d.ts +5 -0
- package/dist/icons/components/VerifiedUserIcon.d.ts +5 -0
- package/dist/icons/components/VerticalAlignBottomIcon.d.ts +5 -0
- package/dist/icons/components/VerticalAlignCenterIcon.d.ts +5 -0
- package/dist/icons/components/VerticalAlignTopIcon.d.ts +5 -0
- package/dist/icons/components/VerticalDistributeIcon.d.ts +5 -0
- package/dist/icons/components/VerticalShadesClosedIcon.d.ts +5 -0
- package/dist/icons/components/VerticalShadesIcon.d.ts +5 -0
- package/dist/icons/components/VerticalSplitIcon.d.ts +5 -0
- package/dist/icons/components/VibrationIcon.d.ts +5 -0
- package/dist/icons/components/VideoCallIcon.d.ts +5 -0
- package/dist/icons/components/VideoCameraBackIcon.d.ts +5 -0
- package/dist/icons/components/VideoCameraFrontIcon.d.ts +5 -0
- package/dist/icons/components/VideoChatIcon.d.ts +5 -0
- package/dist/icons/components/VideoFileIcon.d.ts +5 -0
- package/dist/icons/components/VideoLabelIcon.d.ts +5 -0
- package/dist/icons/components/VideoLibraryIcon.d.ts +5 -0
- package/dist/icons/components/VideoSettingsIcon.d.ts +5 -0
- package/dist/icons/components/VideoStableIcon.d.ts +5 -0
- package/dist/icons/components/VideocamIcon.d.ts +5 -0
- package/dist/icons/components/VideocamOffIcon.d.ts +5 -0
- package/dist/icons/components/VideogameAssetIcon.d.ts +5 -0
- package/dist/icons/components/VideogameAssetOffIcon.d.ts +5 -0
- package/dist/icons/components/ViewAgendaIcon.d.ts +5 -0
- package/dist/icons/components/ViewArrayIcon.d.ts +5 -0
- package/dist/icons/components/ViewCarouselIcon.d.ts +5 -0
- package/dist/icons/components/ViewColumnIcon.d.ts +5 -0
- package/dist/icons/components/ViewComfyAltIcon.d.ts +5 -0
- package/dist/icons/components/ViewComfyIcon.d.ts +5 -0
- package/dist/icons/components/ViewCompactAltIcon.d.ts +5 -0
- package/dist/icons/components/ViewCompactIcon.d.ts +5 -0
- package/dist/icons/components/ViewCozyIcon.d.ts +5 -0
- package/dist/icons/components/ViewDayIcon.d.ts +5 -0
- package/dist/icons/components/ViewHeadlineIcon.d.ts +5 -0
- package/dist/icons/components/ViewInArIcon.d.ts +5 -0
- package/dist/icons/components/ViewKanbanIcon.d.ts +5 -0
- package/dist/icons/components/ViewListIcon.d.ts +5 -0
- package/dist/icons/components/ViewModuleIcon.d.ts +5 -0
- package/dist/icons/components/ViewQuiltIcon.d.ts +5 -0
- package/dist/icons/components/ViewSidebarIcon.d.ts +5 -0
- package/dist/icons/components/ViewStreamIcon.d.ts +5 -0
- package/dist/icons/components/ViewTimelineIcon.d.ts +5 -0
- package/dist/icons/components/ViewWeekIcon.d.ts +5 -0
- package/dist/icons/components/VignetteIcon.d.ts +5 -0
- package/dist/icons/components/VillaIcon.d.ts +5 -0
- package/dist/icons/components/VisibilityIcon.d.ts +5 -0
- package/dist/icons/components/VisibilityOffIcon.d.ts +5 -0
- package/dist/icons/components/VoiceChatIcon.d.ts +5 -0
- package/dist/icons/components/VoiceOverOffIcon.d.ts +5 -0
- package/dist/icons/components/VoicemailIcon.d.ts +5 -0
- package/dist/icons/components/VolcanoIcon.d.ts +5 -0
- package/dist/icons/components/VolumeDownIcon.d.ts +5 -0
- package/dist/icons/components/VolumeMuteIcon.d.ts +5 -0
- package/dist/icons/components/VolumeOffIcon.d.ts +5 -0
- package/dist/icons/components/VolumeUpIcon.d.ts +5 -0
- package/dist/icons/components/VolunteerActivismIcon.d.ts +5 -0
- package/dist/icons/components/VpnKeyIcon.d.ts +5 -0
- package/dist/icons/components/VpnKeyOffIcon.d.ts +5 -0
- package/dist/icons/components/VpnLockIcon.d.ts +5 -0
- package/dist/icons/components/VrpanoIcon.d.ts +5 -0
- package/dist/icons/components/WalletIcon.d.ts +5 -0
- package/dist/icons/components/WallpaperIcon.d.ts +5 -0
- package/dist/icons/components/WarehouseIcon.d.ts +5 -0
- package/dist/icons/components/WarningAmberIcon.d.ts +5 -0
- package/dist/icons/components/WarningIcon.d.ts +5 -0
- package/dist/icons/components/WashIcon.d.ts +5 -0
- package/dist/icons/components/WatchIcon.d.ts +5 -0
- package/dist/icons/components/WatchLaterIcon.d.ts +5 -0
- package/dist/icons/components/WatchOffIcon.d.ts +5 -0
- package/dist/icons/components/WaterDamageIcon.d.ts +5 -0
- package/dist/icons/components/WaterDropIcon.d.ts +5 -0
- package/dist/icons/components/WaterIcon.d.ts +5 -0
- package/dist/icons/components/WaterfallChartIcon.d.ts +5 -0
- package/dist/icons/components/WavesIcon.d.ts +5 -0
- package/dist/icons/components/WavingHandIcon.d.ts +5 -0
- package/dist/icons/components/WbAutoIcon.d.ts +5 -0
- package/dist/icons/components/WbCloudyIcon.d.ts +5 -0
- package/dist/icons/components/WbIncandescentIcon.d.ts +5 -0
- package/dist/icons/components/WbIridescentIcon.d.ts +5 -0
- package/dist/icons/components/WbShadeIcon.d.ts +5 -0
- package/dist/icons/components/WbSunnyIcon.d.ts +5 -0
- package/dist/icons/components/WbTwilightIcon.d.ts +5 -0
- package/dist/icons/components/WcIcon.d.ts +5 -0
- package/dist/icons/components/WebAssetIcon.d.ts +5 -0
- package/dist/icons/components/WebAssetOffIcon.d.ts +5 -0
- package/dist/icons/components/WebIcon.d.ts +5 -0
- package/dist/icons/components/WebStoriesIcon.d.ts +5 -0
- package/dist/icons/components/WebhookIcon.d.ts +5 -0
- package/dist/icons/components/WeekendIcon.d.ts +5 -0
- package/dist/icons/components/WestIcon.d.ts +5 -0
- package/dist/icons/components/WhatshotIcon.d.ts +5 -0
- package/dist/icons/components/WheelchairPickupIcon.d.ts +5 -0
- package/dist/icons/components/WhereToVoteIcon.d.ts +5 -0
- package/dist/icons/components/WidgetsIcon.d.ts +5 -0
- package/dist/icons/components/WidthFullIcon.d.ts +5 -0
- package/dist/icons/components/WidthNormalIcon.d.ts +5 -0
- package/dist/icons/components/WidthWideIcon.d.ts +5 -0
- package/dist/icons/components/Wifi1BarIcon.d.ts +5 -0
- package/dist/icons/components/Wifi2BarIcon.d.ts +5 -0
- package/dist/icons/components/WifiCalling3Icon.d.ts +5 -0
- package/dist/icons/components/WifiCallingIcon.d.ts +5 -0
- package/dist/icons/components/WifiChannelIcon.d.ts +5 -0
- package/dist/icons/components/WifiFindIcon.d.ts +5 -0
- package/dist/icons/components/WifiIcon.d.ts +5 -0
- package/dist/icons/components/WifiLockIcon.d.ts +5 -0
- package/dist/icons/components/WifiOffIcon.d.ts +5 -0
- package/dist/icons/components/WifiPasswordIcon.d.ts +5 -0
- package/dist/icons/components/WifiProtectedSetupIcon.d.ts +5 -0
- package/dist/icons/components/WifiTetheringErrorIcon.d.ts +5 -0
- package/dist/icons/components/WifiTetheringIcon.d.ts +5 -0
- package/dist/icons/components/WifiTetheringOffIcon.d.ts +5 -0
- package/dist/icons/components/WindPowerIcon.d.ts +5 -0
- package/dist/icons/components/WindowIcon.d.ts +5 -0
- package/dist/icons/components/WineBarIcon.d.ts +5 -0
- package/dist/icons/components/Woman2Icon.d.ts +5 -0
- package/dist/icons/components/WomanIcon.d.ts +5 -0
- package/dist/icons/components/WorkHistoryIcon.d.ts +5 -0
- package/dist/icons/components/WorkIcon.d.ts +5 -0
- package/dist/icons/components/WorkOffIcon.d.ts +5 -0
- package/dist/icons/components/WorkOutlineIcon.d.ts +5 -0
- package/dist/icons/components/WorkspacePremiumIcon.d.ts +5 -0
- package/dist/icons/components/WorkspacesIcon.d.ts +5 -0
- package/dist/icons/components/WrapTextIcon.d.ts +5 -0
- package/dist/icons/components/WrongLocationIcon.d.ts +5 -0
- package/dist/icons/components/WysiwygIcon.d.ts +5 -0
- package/dist/icons/components/YardIcon.d.ts +5 -0
- package/dist/icons/components/YoutubeSearchedForIcon.d.ts +5 -0
- package/dist/icons/components/ZoomInIcon.d.ts +5 -0
- package/dist/icons/components/ZoomInMapIcon.d.ts +5 -0
- package/dist/icons/components/ZoomOutIcon.d.ts +5 -0
- package/dist/icons/components/ZoomOutMapIcon.d.ts +5 -0
- package/dist/icons/components/_10kIcon.d.ts +5 -0
- package/dist/icons/components/_10mpIcon.d.ts +5 -0
- package/dist/icons/components/_11mpIcon.d.ts +5 -0
- package/dist/icons/components/_123Icon.d.ts +5 -0
- package/dist/icons/components/_12mpIcon.d.ts +5 -0
- package/dist/icons/components/_13mpIcon.d.ts +5 -0
- package/dist/icons/components/_14mpIcon.d.ts +5 -0
- package/dist/icons/components/_15mpIcon.d.ts +5 -0
- package/dist/icons/components/_16mpIcon.d.ts +5 -0
- package/dist/icons/components/_17mpIcon.d.ts +5 -0
- package/dist/icons/components/_18UpRatingIcon.d.ts +5 -0
- package/dist/icons/components/_18mpIcon.d.ts +5 -0
- package/dist/icons/components/_19mpIcon.d.ts +5 -0
- package/dist/icons/components/_1kIcon.d.ts +5 -0
- package/dist/icons/components/_1kPlusIcon.d.ts +5 -0
- package/dist/icons/components/_1xMobiledataIcon.d.ts +5 -0
- package/dist/icons/components/_20mpIcon.d.ts +5 -0
- package/dist/icons/components/_21mpIcon.d.ts +5 -0
- package/dist/icons/components/_22mpIcon.d.ts +5 -0
- package/dist/icons/components/_23mpIcon.d.ts +5 -0
- package/dist/icons/components/_24mpIcon.d.ts +5 -0
- package/dist/icons/components/_2kIcon.d.ts +5 -0
- package/dist/icons/components/_2kPlusIcon.d.ts +5 -0
- package/dist/icons/components/_2mpIcon.d.ts +5 -0
- package/dist/icons/components/_30fpsIcon.d.ts +5 -0
- package/dist/icons/components/_30fpsSelectIcon.d.ts +5 -0
- package/dist/icons/components/_360Icon.d.ts +5 -0
- package/dist/icons/components/_3dRotationIcon.d.ts +5 -0
- package/dist/icons/components/_3gMobiledataIcon.d.ts +5 -0
- package/dist/icons/components/_3kIcon.d.ts +5 -0
- package/dist/icons/components/_3kPlusIcon.d.ts +5 -0
- package/dist/icons/components/_3mpIcon.d.ts +5 -0
- package/dist/icons/components/_3pIcon.d.ts +5 -0
- package/dist/icons/components/_4gMobiledataIcon.d.ts +5 -0
- package/dist/icons/components/_4gPlusMobiledataIcon.d.ts +5 -0
- package/dist/icons/components/_4kIcon.d.ts +5 -0
- package/dist/icons/components/_4kPlusIcon.d.ts +5 -0
- package/dist/icons/components/_4mpIcon.d.ts +5 -0
- package/dist/icons/components/_5gIcon.d.ts +5 -0
- package/dist/icons/components/_5kIcon.d.ts +5 -0
- package/dist/icons/components/_5kPlusIcon.d.ts +5 -0
- package/dist/icons/components/_5mpIcon.d.ts +5 -0
- package/dist/icons/components/_60fpsIcon.d.ts +5 -0
- package/dist/icons/components/_60fpsSelectIcon.d.ts +5 -0
- package/dist/icons/components/_6FtApartIcon.d.ts +5 -0
- package/dist/icons/components/_6kIcon.d.ts +5 -0
- package/dist/icons/components/_6kPlusIcon.d.ts +5 -0
- package/dist/icons/components/_6mpIcon.d.ts +5 -0
- package/dist/icons/components/_7kIcon.d.ts +5 -0
- package/dist/icons/components/_7kPlusIcon.d.ts +5 -0
- package/dist/icons/components/_7mpIcon.d.ts +5 -0
- package/dist/icons/components/_8kIcon.d.ts +5 -0
- package/dist/icons/components/_8kPlusIcon.d.ts +5 -0
- package/dist/icons/components/_8mpIcon.d.ts +5 -0
- package/dist/icons/components/_9kIcon.d.ts +5 -0
- package/dist/icons/components/_9kPlusIcon.d.ts +5 -0
- package/dist/icons/components/_9mpIcon.d.ts +5 -0
- package/dist/icons/generateIcons.d.ts +1 -0
- package/dist/icons/icon_keys.d.ts +2 -0
- package/dist/icons/index.d.ts +2125 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.es.js +14094 -0
- package/dist/index.es.js.map +1 -0
- package/dist/index.umd.js +1024 -0
- package/dist/index.umd.js.map +1 -0
- package/dist/styles.d.ts +12 -0
- package/dist/util/cn.d.ts +2 -0
- package/dist/util/debounce.d.ts +10 -0
- package/dist/util/index.d.ts +4 -0
- package/dist/util/useInjectStyles.d.ts +7 -0
- package/dist/util/useOutsideAlerter.d.ts +5 -0
- package/package.json +122 -0
- package/src/components/Alert.tsx +53 -0
- package/src/components/Autocomplete.tsx +86 -0
- package/src/components/Avatar.tsx +37 -0
- package/src/components/Badge.tsx +40 -0
- package/src/components/BooleanSwitch.tsx +78 -0
- package/src/components/BooleanSwitchWithLabel.tsx +100 -0
- package/src/components/Button.tsx +74 -0
- package/src/components/Card.tsx +35 -0
- package/src/components/CenteredView.tsx +24 -0
- package/src/components/Checkbox.tsx +74 -0
- package/src/components/Chip.tsx +112 -0
- package/src/components/CircularProgress.tsx +48 -0
- package/src/components/Collapse.tsx +62 -0
- package/src/components/Container.tsx +50 -0
- package/src/components/DateTimeField.tsx +987 -0
- package/src/components/DebouncedTextField.tsx +31 -0
- package/src/components/Dialog.tsx +108 -0
- package/src/components/DialogActions.tsx +27 -0
- package/src/components/DialogContent.tsx +23 -0
- package/src/components/ExpandablePanel.tsx +114 -0
- package/src/components/FileUpload.tsx +100 -0
- package/src/components/IconButton.tsx +69 -0
- package/src/components/InfoLabel.tsx +23 -0
- package/src/components/InputLabel.tsx +37 -0
- package/src/components/LoadingButton.tsx +32 -0
- package/src/components/Markdown.tsx +29 -0
- package/src/components/Menu.tsx +58 -0
- package/src/components/MultiSelect.tsx +225 -0
- package/src/components/Paper.tsx +21 -0
- package/src/components/Popover.tsx +140 -0
- package/src/components/SearchBar.tsx +85 -0
- package/src/components/Select.tsx +261 -0
- package/src/components/Sheet.tsx +80 -0
- package/src/components/Skeleton.tsx +24 -0
- package/src/components/Spinner.tsx +16 -0
- package/src/components/Table.tsx +143 -0
- package/src/components/Tabs.tsx +60 -0
- package/src/components/TextField.tsx +166 -0
- package/src/components/TextareaAutosize.tsx +367 -0
- package/src/components/Tooltip.tsx +123 -0
- package/src/components/Typography.tsx +104 -0
- package/src/components/common/SelectInputLabel.tsx +8 -0
- package/src/components/index.tsx +42 -0
- package/src/icons/GitHubIcon.tsx +13 -0
- package/src/icons/Icon.tsx +63 -0
- package/src/icons/components/AbcIcon.tsx +8 -0
- package/src/icons/components/AcUnitIcon.tsx +8 -0
- package/src/icons/components/AccessAlarmIcon.tsx +8 -0
- package/src/icons/components/AccessAlarmsIcon.tsx +8 -0
- package/src/icons/components/AccessTimeFilledIcon.tsx +8 -0
- package/src/icons/components/AccessTimeIcon.tsx +8 -0
- package/src/icons/components/AccessibilityIcon.tsx +8 -0
- package/src/icons/components/AccessibilityNewIcon.tsx +8 -0
- package/src/icons/components/AccessibleForwardIcon.tsx +8 -0
- package/src/icons/components/AccessibleIcon.tsx +8 -0
- package/src/icons/components/AccountBalanceIcon.tsx +8 -0
- package/src/icons/components/AccountBalanceWalletIcon.tsx +8 -0
- package/src/icons/components/AccountBoxIcon.tsx +8 -0
- package/src/icons/components/AccountCircleIcon.tsx +8 -0
- package/src/icons/components/AccountTreeIcon.tsx +8 -0
- package/src/icons/components/AdUnitsIcon.tsx +8 -0
- package/src/icons/components/AdbIcon.tsx +8 -0
- package/src/icons/components/AddAPhotoIcon.tsx +8 -0
- package/src/icons/components/AddAlarmIcon.tsx +8 -0
- package/src/icons/components/AddAlertIcon.tsx +8 -0
- package/src/icons/components/AddBoxIcon.tsx +8 -0
- package/src/icons/components/AddBusinessIcon.tsx +8 -0
- package/src/icons/components/AddCardIcon.tsx +8 -0
- package/src/icons/components/AddChartIcon.tsx +8 -0
- package/src/icons/components/AddCircleIcon.tsx +8 -0
- package/src/icons/components/AddCircleOutlineIcon.tsx +8 -0
- package/src/icons/components/AddCommentIcon.tsx +8 -0
- package/src/icons/components/AddHomeIcon.tsx +8 -0
- package/src/icons/components/AddHomeWorkIcon.tsx +8 -0
- package/src/icons/components/AddIcCallIcon.tsx +8 -0
- package/src/icons/components/AddIcon.tsx +8 -0
- package/src/icons/components/AddLinkIcon.tsx +8 -0
- package/src/icons/components/AddLocationAltIcon.tsx +8 -0
- package/src/icons/components/AddLocationIcon.tsx +8 -0
- package/src/icons/components/AddModeratorIcon.tsx +8 -0
- package/src/icons/components/AddPhotoAlternateIcon.tsx +8 -0
- package/src/icons/components/AddReactionIcon.tsx +8 -0
- package/src/icons/components/AddRoadIcon.tsx +8 -0
- package/src/icons/components/AddShoppingCartIcon.tsx +8 -0
- package/src/icons/components/AddTaskIcon.tsx +8 -0
- package/src/icons/components/AddToDriveIcon.tsx +8 -0
- package/src/icons/components/AddToHomeScreenIcon.tsx +8 -0
- package/src/icons/components/AddToPhotosIcon.tsx +8 -0
- package/src/icons/components/AddToQueueIcon.tsx +8 -0
- package/src/icons/components/AdfScannerIcon.tsx +8 -0
- package/src/icons/components/AdjustIcon.tsx +8 -0
- package/src/icons/components/AdminPanelSettingsIcon.tsx +8 -0
- package/src/icons/components/AdsClickIcon.tsx +8 -0
- package/src/icons/components/AgricultureIcon.tsx +8 -0
- package/src/icons/components/AirIcon.tsx +8 -0
- package/src/icons/components/AirlineSeatFlatAngledIcon.tsx +8 -0
- package/src/icons/components/AirlineSeatFlatIcon.tsx +8 -0
- package/src/icons/components/AirlineSeatIndividualSuiteIcon.tsx +8 -0
- package/src/icons/components/AirlineSeatLegroomExtraIcon.tsx +8 -0
- package/src/icons/components/AirlineSeatLegroomNormalIcon.tsx +8 -0
- package/src/icons/components/AirlineSeatLegroomReducedIcon.tsx +8 -0
- package/src/icons/components/AirlineSeatReclineExtraIcon.tsx +8 -0
- package/src/icons/components/AirlineSeatReclineNormalIcon.tsx +8 -0
- package/src/icons/components/AirlineStopsIcon.tsx +8 -0
- package/src/icons/components/AirlinesIcon.tsx +8 -0
- package/src/icons/components/AirplaneTicketIcon.tsx +8 -0
- package/src/icons/components/AirplanemodeActiveIcon.tsx +8 -0
- package/src/icons/components/AirplanemodeInactiveIcon.tsx +8 -0
- package/src/icons/components/AirplayIcon.tsx +8 -0
- package/src/icons/components/AirportShuttleIcon.tsx +8 -0
- package/src/icons/components/AlarmAddIcon.tsx +8 -0
- package/src/icons/components/AlarmIcon.tsx +8 -0
- package/src/icons/components/AlarmOffIcon.tsx +8 -0
- package/src/icons/components/AlarmOnIcon.tsx +8 -0
- package/src/icons/components/AlbumIcon.tsx +8 -0
- package/src/icons/components/AlignHorizontalCenterIcon.tsx +8 -0
- package/src/icons/components/AlignHorizontalLeftIcon.tsx +8 -0
- package/src/icons/components/AlignHorizontalRightIcon.tsx +8 -0
- package/src/icons/components/AlignVerticalBottomIcon.tsx +8 -0
- package/src/icons/components/AlignVerticalCenterIcon.tsx +8 -0
- package/src/icons/components/AlignVerticalTopIcon.tsx +8 -0
- package/src/icons/components/AllInboxIcon.tsx +8 -0
- package/src/icons/components/AllInclusiveIcon.tsx +8 -0
- package/src/icons/components/AllOutIcon.tsx +8 -0
- package/src/icons/components/AltRouteIcon.tsx +8 -0
- package/src/icons/components/AlternateEmailIcon.tsx +8 -0
- package/src/icons/components/AnalyticsIcon.tsx +8 -0
- package/src/icons/components/AnchorIcon.tsx +8 -0
- package/src/icons/components/AndroidIcon.tsx +8 -0
- package/src/icons/components/AnimationIcon.tsx +8 -0
- package/src/icons/components/AnnouncementIcon.tsx +8 -0
- package/src/icons/components/AodIcon.tsx +8 -0
- package/src/icons/components/ApartmentIcon.tsx +8 -0
- package/src/icons/components/ApiIcon.tsx +8 -0
- package/src/icons/components/AppBlockingIcon.tsx +8 -0
- package/src/icons/components/AppRegistrationIcon.tsx +8 -0
- package/src/icons/components/AppSettingsAltIcon.tsx +8 -0
- package/src/icons/components/AppShortcutIcon.tsx +8 -0
- package/src/icons/components/ApprovalIcon.tsx +8 -0
- package/src/icons/components/AppsIcon.tsx +8 -0
- package/src/icons/components/AppsOutageIcon.tsx +8 -0
- package/src/icons/components/ArchitectureIcon.tsx +8 -0
- package/src/icons/components/ArchiveIcon.tsx +8 -0
- package/src/icons/components/AreaChartIcon.tsx +8 -0
- package/src/icons/components/ArrowBackIcon.tsx +8 -0
- package/src/icons/components/ArrowBackIosIcon.tsx +8 -0
- package/src/icons/components/ArrowBackIosNewIcon.tsx +8 -0
- package/src/icons/components/ArrowCircleDownIcon.tsx +8 -0
- package/src/icons/components/ArrowCircleLeftIcon.tsx +8 -0
- package/src/icons/components/ArrowCircleRightIcon.tsx +8 -0
- package/src/icons/components/ArrowCircleUpIcon.tsx +8 -0
- package/src/icons/components/ArrowDownwardIcon.tsx +8 -0
- package/src/icons/components/ArrowDropDownCircleIcon.tsx +8 -0
- package/src/icons/components/ArrowDropDownIcon.tsx +8 -0
- package/src/icons/components/ArrowDropUpIcon.tsx +8 -0
- package/src/icons/components/ArrowForwardIcon.tsx +8 -0
- package/src/icons/components/ArrowForwardIosIcon.tsx +8 -0
- package/src/icons/components/ArrowLeftIcon.tsx +8 -0
- package/src/icons/components/ArrowOutwardIcon.tsx +8 -0
- package/src/icons/components/ArrowRightAltIcon.tsx +8 -0
- package/src/icons/components/ArrowRightIcon.tsx +8 -0
- package/src/icons/components/ArrowUpwardIcon.tsx +8 -0
- package/src/icons/components/ArtTrackIcon.tsx +8 -0
- package/src/icons/components/ArticleIcon.tsx +8 -0
- package/src/icons/components/AspectRatioIcon.tsx +8 -0
- package/src/icons/components/AssessmentIcon.tsx +8 -0
- package/src/icons/components/AssignmentIcon.tsx +8 -0
- package/src/icons/components/AssignmentIndIcon.tsx +8 -0
- package/src/icons/components/AssignmentLateIcon.tsx +8 -0
- package/src/icons/components/AssignmentReturnIcon.tsx +8 -0
- package/src/icons/components/AssignmentReturnedIcon.tsx +8 -0
- package/src/icons/components/AssignmentTurnedInIcon.tsx +8 -0
- package/src/icons/components/AssistWalkerIcon.tsx +8 -0
- package/src/icons/components/AssistantDirectionIcon.tsx +8 -0
- package/src/icons/components/AssistantIcon.tsx +8 -0
- package/src/icons/components/AssistantPhotoIcon.tsx +8 -0
- package/src/icons/components/AssuredWorkloadIcon.tsx +8 -0
- package/src/icons/components/AtmIcon.tsx +8 -0
- package/src/icons/components/AttachEmailIcon.tsx +8 -0
- package/src/icons/components/AttachFileIcon.tsx +8 -0
- package/src/icons/components/AttachMoneyIcon.tsx +8 -0
- package/src/icons/components/AttachmentIcon.tsx +8 -0
- package/src/icons/components/AttractionsIcon.tsx +8 -0
- package/src/icons/components/AttributionIcon.tsx +8 -0
- package/src/icons/components/AudioFileIcon.tsx +8 -0
- package/src/icons/components/AudiotrackIcon.tsx +8 -0
- package/src/icons/components/AutoAwesomeIcon.tsx +8 -0
- package/src/icons/components/AutoAwesomeMosaicIcon.tsx +8 -0
- package/src/icons/components/AutoAwesomeMotionIcon.tsx +8 -0
- package/src/icons/components/AutoDeleteIcon.tsx +8 -0
- package/src/icons/components/AutoFixHighIcon.tsx +8 -0
- package/src/icons/components/AutoFixNormalIcon.tsx +8 -0
- package/src/icons/components/AutoFixOffIcon.tsx +8 -0
- package/src/icons/components/AutoGraphIcon.tsx +8 -0
- package/src/icons/components/AutoModeIcon.tsx +8 -0
- package/src/icons/components/AutoStoriesIcon.tsx +8 -0
- package/src/icons/components/AutofpsSelectIcon.tsx +8 -0
- package/src/icons/components/AutorenewIcon.tsx +8 -0
- package/src/icons/components/AvTimerIcon.tsx +8 -0
- package/src/icons/components/BabyChangingStationIcon.tsx +8 -0
- package/src/icons/components/BackHandIcon.tsx +8 -0
- package/src/icons/components/BackpackIcon.tsx +8 -0
- package/src/icons/components/BackspaceIcon.tsx +8 -0
- package/src/icons/components/BackupIcon.tsx +8 -0
- package/src/icons/components/BackupTableIcon.tsx +8 -0
- package/src/icons/components/BadgeIcon.tsx +8 -0
- package/src/icons/components/BakeryDiningIcon.tsx +8 -0
- package/src/icons/components/BalanceIcon.tsx +8 -0
- package/src/icons/components/BalconyIcon.tsx +8 -0
- package/src/icons/components/BallotIcon.tsx +8 -0
- package/src/icons/components/BarChartIcon.tsx +8 -0
- package/src/icons/components/BatchPredictionIcon.tsx +8 -0
- package/src/icons/components/BathroomIcon.tsx +8 -0
- package/src/icons/components/BathtubIcon.tsx +8 -0
- package/src/icons/components/Battery0BarIcon.tsx +8 -0
- package/src/icons/components/Battery1BarIcon.tsx +8 -0
- package/src/icons/components/Battery2BarIcon.tsx +8 -0
- package/src/icons/components/Battery3BarIcon.tsx +8 -0
- package/src/icons/components/Battery4BarIcon.tsx +8 -0
- package/src/icons/components/Battery5BarIcon.tsx +8 -0
- package/src/icons/components/Battery6BarIcon.tsx +8 -0
- package/src/icons/components/BatteryAlertIcon.tsx +8 -0
- package/src/icons/components/BatteryChargingFullIcon.tsx +8 -0
- package/src/icons/components/BatteryFullIcon.tsx +8 -0
- package/src/icons/components/BatterySaverIcon.tsx +8 -0
- package/src/icons/components/BatteryStdIcon.tsx +8 -0
- package/src/icons/components/BatteryUnknownIcon.tsx +8 -0
- package/src/icons/components/BeachAccessIcon.tsx +8 -0
- package/src/icons/components/BedIcon.tsx +8 -0
- package/src/icons/components/BedroomBabyIcon.tsx +8 -0
- package/src/icons/components/BedroomChildIcon.tsx +8 -0
- package/src/icons/components/BedroomParentIcon.tsx +8 -0
- package/src/icons/components/BedtimeIcon.tsx +8 -0
- package/src/icons/components/BedtimeOffIcon.tsx +8 -0
- package/src/icons/components/BeenhereIcon.tsx +8 -0
- package/src/icons/components/BentoIcon.tsx +8 -0
- package/src/icons/components/BikeScooterIcon.tsx +8 -0
- package/src/icons/components/BiotechIcon.tsx +8 -0
- package/src/icons/components/BlenderIcon.tsx +8 -0
- package/src/icons/components/BlindIcon.tsx +8 -0
- package/src/icons/components/BlindsClosedIcon.tsx +8 -0
- package/src/icons/components/BlindsIcon.tsx +8 -0
- package/src/icons/components/BlockIcon.tsx +8 -0
- package/src/icons/components/BloodtypeIcon.tsx +8 -0
- package/src/icons/components/BluetoothAudioIcon.tsx +8 -0
- package/src/icons/components/BluetoothConnectedIcon.tsx +8 -0
- package/src/icons/components/BluetoothDisabledIcon.tsx +8 -0
- package/src/icons/components/BluetoothDriveIcon.tsx +8 -0
- package/src/icons/components/BluetoothIcon.tsx +8 -0
- package/src/icons/components/BluetoothSearchingIcon.tsx +8 -0
- package/src/icons/components/BlurCircularIcon.tsx +8 -0
- package/src/icons/components/BlurLinearIcon.tsx +8 -0
- package/src/icons/components/BlurOffIcon.tsx +8 -0
- package/src/icons/components/BlurOnIcon.tsx +8 -0
- package/src/icons/components/BoltIcon.tsx +8 -0
- package/src/icons/components/BookIcon.tsx +8 -0
- package/src/icons/components/BookOnlineIcon.tsx +8 -0
- package/src/icons/components/BookmarkAddIcon.tsx +8 -0
- package/src/icons/components/BookmarkAddedIcon.tsx +8 -0
- package/src/icons/components/BookmarkBorderIcon.tsx +8 -0
- package/src/icons/components/BookmarkIcon.tsx +8 -0
- package/src/icons/components/BookmarkRemoveIcon.tsx +8 -0
- package/src/icons/components/BookmarksIcon.tsx +8 -0
- package/src/icons/components/BorderAllIcon.tsx +8 -0
- package/src/icons/components/BorderBottomIcon.tsx +8 -0
- package/src/icons/components/BorderClearIcon.tsx +8 -0
- package/src/icons/components/BorderColorIcon.tsx +8 -0
- package/src/icons/components/BorderHorizontalIcon.tsx +8 -0
- package/src/icons/components/BorderInnerIcon.tsx +8 -0
- package/src/icons/components/BorderLeftIcon.tsx +8 -0
- package/src/icons/components/BorderOuterIcon.tsx +8 -0
- package/src/icons/components/BorderRightIcon.tsx +8 -0
- package/src/icons/components/BorderStyleIcon.tsx +8 -0
- package/src/icons/components/BorderTopIcon.tsx +8 -0
- package/src/icons/components/BorderVerticalIcon.tsx +8 -0
- package/src/icons/components/BoyIcon.tsx +8 -0
- package/src/icons/components/BrandingWatermarkIcon.tsx +8 -0
- package/src/icons/components/BreakfastDiningIcon.tsx +8 -0
- package/src/icons/components/Brightness1Icon.tsx +8 -0
- package/src/icons/components/Brightness2Icon.tsx +8 -0
- package/src/icons/components/Brightness3Icon.tsx +8 -0
- package/src/icons/components/Brightness4Icon.tsx +8 -0
- package/src/icons/components/Brightness5Icon.tsx +8 -0
- package/src/icons/components/Brightness6Icon.tsx +8 -0
- package/src/icons/components/Brightness7Icon.tsx +8 -0
- package/src/icons/components/BrightnessAutoIcon.tsx +8 -0
- package/src/icons/components/BrightnessHighIcon.tsx +8 -0
- package/src/icons/components/BrightnessLowIcon.tsx +8 -0
- package/src/icons/components/BrightnessMediumIcon.tsx +8 -0
- package/src/icons/components/BroadcastOnHomeIcon.tsx +8 -0
- package/src/icons/components/BroadcastOnPersonalIcon.tsx +8 -0
- package/src/icons/components/BrokenImageIcon.tsx +8 -0
- package/src/icons/components/BrowseGalleryIcon.tsx +8 -0
- package/src/icons/components/BrowserNotSupportedIcon.tsx +8 -0
- package/src/icons/components/BrowserUpdatedIcon.tsx +8 -0
- package/src/icons/components/BrunchDiningIcon.tsx +8 -0
- package/src/icons/components/BrushIcon.tsx +8 -0
- package/src/icons/components/BubbleChartIcon.tsx +8 -0
- package/src/icons/components/BugReportIcon.tsx +8 -0
- package/src/icons/components/BuildCircleIcon.tsx +8 -0
- package/src/icons/components/BuildIcon.tsx +8 -0
- package/src/icons/components/BungalowIcon.tsx +8 -0
- package/src/icons/components/BurstModeIcon.tsx +8 -0
- package/src/icons/components/BusAlertIcon.tsx +8 -0
- package/src/icons/components/BusinessCenterIcon.tsx +8 -0
- package/src/icons/components/BusinessIcon.tsx +8 -0
- package/src/icons/components/CabinIcon.tsx +8 -0
- package/src/icons/components/CableIcon.tsx +8 -0
- package/src/icons/components/CachedIcon.tsx +8 -0
- package/src/icons/components/CakeIcon.tsx +8 -0
- package/src/icons/components/CalculateIcon.tsx +8 -0
- package/src/icons/components/CalendarMonthIcon.tsx +8 -0
- package/src/icons/components/CalendarTodayIcon.tsx +8 -0
- package/src/icons/components/CalendarViewDayIcon.tsx +8 -0
- package/src/icons/components/CalendarViewMonthIcon.tsx +8 -0
- package/src/icons/components/CalendarViewWeekIcon.tsx +8 -0
- package/src/icons/components/CallEndIcon.tsx +8 -0
- package/src/icons/components/CallIcon.tsx +8 -0
- package/src/icons/components/CallMadeIcon.tsx +8 -0
- package/src/icons/components/CallMergeIcon.tsx +8 -0
- package/src/icons/components/CallMissedIcon.tsx +8 -0
- package/src/icons/components/CallMissedOutgoingIcon.tsx +8 -0
- package/src/icons/components/CallReceivedIcon.tsx +8 -0
- package/src/icons/components/CallSplitIcon.tsx +8 -0
- package/src/icons/components/CallToActionIcon.tsx +8 -0
- package/src/icons/components/CameraAltIcon.tsx +8 -0
- package/src/icons/components/CameraEnhanceIcon.tsx +8 -0
- package/src/icons/components/CameraFrontIcon.tsx +8 -0
- package/src/icons/components/CameraIcon.tsx +8 -0
- package/src/icons/components/CameraIndoorIcon.tsx +8 -0
- package/src/icons/components/CameraOutdoorIcon.tsx +8 -0
- package/src/icons/components/CameraRearIcon.tsx +8 -0
- package/src/icons/components/CameraRollIcon.tsx +8 -0
- package/src/icons/components/CameraswitchIcon.tsx +8 -0
- package/src/icons/components/CampaignIcon.tsx +8 -0
- package/src/icons/components/CancelIcon.tsx +8 -0
- package/src/icons/components/CancelPresentationIcon.tsx +8 -0
- package/src/icons/components/CancelScheduleSendIcon.tsx +8 -0
- package/src/icons/components/CandlestickChartIcon.tsx +8 -0
- package/src/icons/components/CarCrashIcon.tsx +8 -0
- package/src/icons/components/CarRentalIcon.tsx +8 -0
- package/src/icons/components/CarRepairIcon.tsx +8 -0
- package/src/icons/components/CardGiftcardIcon.tsx +8 -0
- package/src/icons/components/CardMembershipIcon.tsx +8 -0
- package/src/icons/components/CardTravelIcon.tsx +8 -0
- package/src/icons/components/CarpenterIcon.tsx +8 -0
- package/src/icons/components/CasesIcon.tsx +8 -0
- package/src/icons/components/CasinoIcon.tsx +8 -0
- package/src/icons/components/CastConnectedIcon.tsx +8 -0
- package/src/icons/components/CastForEducationIcon.tsx +8 -0
- package/src/icons/components/CastIcon.tsx +8 -0
- package/src/icons/components/CastleIcon.tsx +8 -0
- package/src/icons/components/CatchingPokemonIcon.tsx +8 -0
- package/src/icons/components/CategoryIcon.tsx +8 -0
- package/src/icons/components/CelebrationIcon.tsx +8 -0
- package/src/icons/components/CellTowerIcon.tsx +8 -0
- package/src/icons/components/CellWifiIcon.tsx +8 -0
- package/src/icons/components/CenterFocusStrongIcon.tsx +8 -0
- package/src/icons/components/CenterFocusWeakIcon.tsx +8 -0
- package/src/icons/components/ChairAltIcon.tsx +8 -0
- package/src/icons/components/ChairIcon.tsx +8 -0
- package/src/icons/components/ChaletIcon.tsx +8 -0
- package/src/icons/components/ChangeCircleIcon.tsx +8 -0
- package/src/icons/components/ChangeHistoryIcon.tsx +8 -0
- package/src/icons/components/ChargingStationIcon.tsx +8 -0
- package/src/icons/components/ChatBubbleIcon.tsx +8 -0
- package/src/icons/components/ChatBubbleOutlineIcon.tsx +8 -0
- package/src/icons/components/ChatIcon.tsx +8 -0
- package/src/icons/components/CheckBoxIcon.tsx +8 -0
- package/src/icons/components/CheckBoxOutlineBlankIcon.tsx +8 -0
- package/src/icons/components/CheckCircleIcon.tsx +8 -0
- package/src/icons/components/CheckCircleOutlineIcon.tsx +8 -0
- package/src/icons/components/CheckIcon.tsx +8 -0
- package/src/icons/components/ChecklistIcon.tsx +8 -0
- package/src/icons/components/ChecklistRtlIcon.tsx +8 -0
- package/src/icons/components/CheckroomIcon.tsx +8 -0
- package/src/icons/components/ChevronLeftIcon.tsx +8 -0
- package/src/icons/components/ChevronRightIcon.tsx +8 -0
- package/src/icons/components/ChildCareIcon.tsx +8 -0
- package/src/icons/components/ChildFriendlyIcon.tsx +8 -0
- package/src/icons/components/ChromeReaderModeIcon.tsx +8 -0
- package/src/icons/components/ChurchIcon.tsx +8 -0
- package/src/icons/components/CircleIcon.tsx +8 -0
- package/src/icons/components/CircleNotificationsIcon.tsx +8 -0
- package/src/icons/components/ClassIcon.tsx +8 -0
- package/src/icons/components/CleanHandsIcon.tsx +8 -0
- package/src/icons/components/CleaningServicesIcon.tsx +8 -0
- package/src/icons/components/ClearAllIcon.tsx +8 -0
- package/src/icons/components/ClearIcon.tsx +8 -0
- package/src/icons/components/CloseFullscreenIcon.tsx +8 -0
- package/src/icons/components/CloseIcon.tsx +8 -0
- package/src/icons/components/ClosedCaptionDisabledIcon.tsx +8 -0
- package/src/icons/components/ClosedCaptionIcon.tsx +8 -0
- package/src/icons/components/ClosedCaptionOffIcon.tsx +8 -0
- package/src/icons/components/CloudCircleIcon.tsx +8 -0
- package/src/icons/components/CloudDoneIcon.tsx +8 -0
- package/src/icons/components/CloudDownloadIcon.tsx +8 -0
- package/src/icons/components/CloudIcon.tsx +8 -0
- package/src/icons/components/CloudOffIcon.tsx +8 -0
- package/src/icons/components/CloudQueueIcon.tsx +8 -0
- package/src/icons/components/CloudSyncIcon.tsx +8 -0
- package/src/icons/components/CloudUploadIcon.tsx +8 -0
- package/src/icons/components/Co2Icon.tsx +8 -0
- package/src/icons/components/CoPresentIcon.tsx +8 -0
- package/src/icons/components/CodeIcon.tsx +8 -0
- package/src/icons/components/CodeOffIcon.tsx +8 -0
- package/src/icons/components/CoffeeIcon.tsx +8 -0
- package/src/icons/components/CoffeeMakerIcon.tsx +8 -0
- package/src/icons/components/CollectionsBookmarkIcon.tsx +8 -0
- package/src/icons/components/CollectionsIcon.tsx +8 -0
- package/src/icons/components/ColorLensIcon.tsx +8 -0
- package/src/icons/components/ColorizeIcon.tsx +8 -0
- package/src/icons/components/CommentBankIcon.tsx +8 -0
- package/src/icons/components/CommentIcon.tsx +8 -0
- package/src/icons/components/CommentsDisabledIcon.tsx +8 -0
- package/src/icons/components/CommitIcon.tsx +8 -0
- package/src/icons/components/CommuteIcon.tsx +8 -0
- package/src/icons/components/CompareArrowsIcon.tsx +8 -0
- package/src/icons/components/CompareIcon.tsx +8 -0
- package/src/icons/components/CompassCalibrationIcon.tsx +8 -0
- package/src/icons/components/CompostIcon.tsx +8 -0
- package/src/icons/components/CompressIcon.tsx +8 -0
- package/src/icons/components/ComputerIcon.tsx +8 -0
- package/src/icons/components/ConfirmationNumberIcon.tsx +8 -0
- package/src/icons/components/ConnectWithoutContactIcon.tsx +8 -0
- package/src/icons/components/ConnectedTvIcon.tsx +8 -0
- package/src/icons/components/ConnectingAirportsIcon.tsx +8 -0
- package/src/icons/components/ConstructionIcon.tsx +8 -0
- package/src/icons/components/ContactEmergencyIcon.tsx +8 -0
- package/src/icons/components/ContactMailIcon.tsx +8 -0
- package/src/icons/components/ContactPageIcon.tsx +8 -0
- package/src/icons/components/ContactPhoneIcon.tsx +8 -0
- package/src/icons/components/ContactSupportIcon.tsx +8 -0
- package/src/icons/components/ContactlessIcon.tsx +8 -0
- package/src/icons/components/ContactsIcon.tsx +8 -0
- package/src/icons/components/ContentCopyIcon.tsx +8 -0
- package/src/icons/components/ContentCutIcon.tsx +8 -0
- package/src/icons/components/ContentPasteGoIcon.tsx +8 -0
- package/src/icons/components/ContentPasteIcon.tsx +8 -0
- package/src/icons/components/ContentPasteOffIcon.tsx +8 -0
- package/src/icons/components/ContentPasteSearchIcon.tsx +8 -0
- package/src/icons/components/ContrastIcon.tsx +8 -0
- package/src/icons/components/ControlCameraIcon.tsx +8 -0
- package/src/icons/components/ControlPointDuplicateIcon.tsx +8 -0
- package/src/icons/components/ControlPointIcon.tsx +8 -0
- package/src/icons/components/CookieIcon.tsx +8 -0
- package/src/icons/components/CopyAllIcon.tsx +8 -0
- package/src/icons/components/CopyrightIcon.tsx +8 -0
- package/src/icons/components/CoronavirusIcon.tsx +8 -0
- package/src/icons/components/CorporateFareIcon.tsx +8 -0
- package/src/icons/components/CottageIcon.tsx +8 -0
- package/src/icons/components/CountertopsIcon.tsx +8 -0
- package/src/icons/components/CreateIcon.tsx +8 -0
- package/src/icons/components/CreateNewFolderIcon.tsx +8 -0
- package/src/icons/components/CreditCardIcon.tsx +8 -0
- package/src/icons/components/CreditCardOffIcon.tsx +8 -0
- package/src/icons/components/CreditScoreIcon.tsx +8 -0
- package/src/icons/components/CribIcon.tsx +8 -0
- package/src/icons/components/CrisisAlertIcon.tsx +8 -0
- package/src/icons/components/Crop169Icon.tsx +8 -0
- package/src/icons/components/Crop32Icon.tsx +8 -0
- package/src/icons/components/Crop54Icon.tsx +8 -0
- package/src/icons/components/Crop75Icon.tsx +8 -0
- package/src/icons/components/CropDinIcon.tsx +8 -0
- package/src/icons/components/CropFreeIcon.tsx +8 -0
- package/src/icons/components/CropIcon.tsx +8 -0
- package/src/icons/components/CropLandscapeIcon.tsx +8 -0
- package/src/icons/components/CropOriginalIcon.tsx +8 -0
- package/src/icons/components/CropPortraitIcon.tsx +8 -0
- package/src/icons/components/CropRotateIcon.tsx +8 -0
- package/src/icons/components/CropSquareIcon.tsx +8 -0
- package/src/icons/components/CrueltyFreeIcon.tsx +8 -0
- package/src/icons/components/CssIcon.tsx +8 -0
- package/src/icons/components/CurrencyBitcoinIcon.tsx +8 -0
- package/src/icons/components/CurrencyExchangeIcon.tsx +8 -0
- package/src/icons/components/CurrencyFrancIcon.tsx +8 -0
- package/src/icons/components/CurrencyLiraIcon.tsx +8 -0
- package/src/icons/components/CurrencyPoundIcon.tsx +8 -0
- package/src/icons/components/CurrencyRubleIcon.tsx +8 -0
- package/src/icons/components/CurrencyRupeeIcon.tsx +8 -0
- package/src/icons/components/CurrencyYenIcon.tsx +8 -0
- package/src/icons/components/CurrencyYuanIcon.tsx +8 -0
- package/src/icons/components/CurtainsClosedIcon.tsx +8 -0
- package/src/icons/components/CurtainsIcon.tsx +8 -0
- package/src/icons/components/CycloneIcon.tsx +8 -0
- package/src/icons/components/DangerousIcon.tsx +8 -0
- package/src/icons/components/DarkModeIcon.tsx +8 -0
- package/src/icons/components/DashboardCustomizeIcon.tsx +8 -0
- package/src/icons/components/DashboardIcon.tsx +8 -0
- package/src/icons/components/DataArrayIcon.tsx +8 -0
- package/src/icons/components/DataExplorationIcon.tsx +8 -0
- package/src/icons/components/DataObjectIcon.tsx +8 -0
- package/src/icons/components/DataSaverOffIcon.tsx +8 -0
- package/src/icons/components/DataSaverOnIcon.tsx +8 -0
- package/src/icons/components/DataThresholdingIcon.tsx +8 -0
- package/src/icons/components/DataUsageIcon.tsx +8 -0
- package/src/icons/components/DatasetIcon.tsx +8 -0
- package/src/icons/components/DatasetLinkedIcon.tsx +8 -0
- package/src/icons/components/DateRangeIcon.tsx +8 -0
- package/src/icons/components/DeblurIcon.tsx +8 -0
- package/src/icons/components/DeckIcon.tsx +8 -0
- package/src/icons/components/DehazeIcon.tsx +8 -0
- package/src/icons/components/DeleteForeverIcon.tsx +8 -0
- package/src/icons/components/DeleteIcon.tsx +8 -0
- package/src/icons/components/DeleteOutlineIcon.tsx +8 -0
- package/src/icons/components/DeleteSweepIcon.tsx +8 -0
- package/src/icons/components/DeliveryDiningIcon.tsx +8 -0
- package/src/icons/components/DensityLargeIcon.tsx +8 -0
- package/src/icons/components/DensityMediumIcon.tsx +8 -0
- package/src/icons/components/DensitySmallIcon.tsx +8 -0
- package/src/icons/components/DepartureBoardIcon.tsx +8 -0
- package/src/icons/components/DescriptionIcon.tsx +8 -0
- package/src/icons/components/DeselectIcon.tsx +8 -0
- package/src/icons/components/DesignServicesIcon.tsx +8 -0
- package/src/icons/components/DeskIcon.tsx +8 -0
- package/src/icons/components/DesktopAccessDisabledIcon.tsx +8 -0
- package/src/icons/components/DesktopMacIcon.tsx +8 -0
- package/src/icons/components/DesktopWindowsIcon.tsx +8 -0
- package/src/icons/components/DetailsIcon.tsx +8 -0
- package/src/icons/components/DeveloperBoardIcon.tsx +8 -0
- package/src/icons/components/DeveloperBoardOffIcon.tsx +8 -0
- package/src/icons/components/DeveloperModeIcon.tsx +8 -0
- package/src/icons/components/DeviceHubIcon.tsx +8 -0
- package/src/icons/components/DeviceThermostatIcon.tsx +8 -0
- package/src/icons/components/DeviceUnknownIcon.tsx +8 -0
- package/src/icons/components/DevicesFoldIcon.tsx +8 -0
- package/src/icons/components/DevicesIcon.tsx +8 -0
- package/src/icons/components/DevicesOtherIcon.tsx +8 -0
- package/src/icons/components/DialerSipIcon.tsx +8 -0
- package/src/icons/components/DialpadIcon.tsx +8 -0
- package/src/icons/components/DiamondIcon.tsx +8 -0
- package/src/icons/components/DifferenceIcon.tsx +8 -0
- package/src/icons/components/DiningIcon.tsx +8 -0
- package/src/icons/components/DinnerDiningIcon.tsx +8 -0
- package/src/icons/components/DirectionsBikeIcon.tsx +8 -0
- package/src/icons/components/DirectionsBoatFilledIcon.tsx +8 -0
- package/src/icons/components/DirectionsBoatIcon.tsx +8 -0
- package/src/icons/components/DirectionsBusFilledIcon.tsx +8 -0
- package/src/icons/components/DirectionsBusIcon.tsx +8 -0
- package/src/icons/components/DirectionsCarFilledIcon.tsx +8 -0
- package/src/icons/components/DirectionsCarIcon.tsx +8 -0
- package/src/icons/components/DirectionsIcon.tsx +8 -0
- package/src/icons/components/DirectionsOffIcon.tsx +8 -0
- package/src/icons/components/DirectionsRailwayFilledIcon.tsx +8 -0
- package/src/icons/components/DirectionsRailwayIcon.tsx +8 -0
- package/src/icons/components/DirectionsRunIcon.tsx +8 -0
- package/src/icons/components/DirectionsSubwayFilledIcon.tsx +8 -0
- package/src/icons/components/DirectionsSubwayIcon.tsx +8 -0
- package/src/icons/components/DirectionsTransitFilledIcon.tsx +8 -0
- package/src/icons/components/DirectionsTransitIcon.tsx +8 -0
- package/src/icons/components/DirectionsWalkIcon.tsx +8 -0
- package/src/icons/components/DirtyLensIcon.tsx +8 -0
- package/src/icons/components/DisabledByDefaultIcon.tsx +8 -0
- package/src/icons/components/DisabledVisibleIcon.tsx +8 -0
- package/src/icons/components/DiscFullIcon.tsx +8 -0
- package/src/icons/components/DiscountIcon.tsx +8 -0
- package/src/icons/components/DisplaySettingsIcon.tsx +8 -0
- package/src/icons/components/Diversity1Icon.tsx +8 -0
- package/src/icons/components/Diversity2Icon.tsx +8 -0
- package/src/icons/components/Diversity3Icon.tsx +8 -0
- package/src/icons/components/DnsIcon.tsx +8 -0
- package/src/icons/components/DoDisturbAltIcon.tsx +8 -0
- package/src/icons/components/DoDisturbIcon.tsx +8 -0
- package/src/icons/components/DoDisturbOffIcon.tsx +8 -0
- package/src/icons/components/DoDisturbOnIcon.tsx +8 -0
- package/src/icons/components/DoNotDisturbAltIcon.tsx +8 -0
- package/src/icons/components/DoNotDisturbIcon.tsx +8 -0
- package/src/icons/components/DoNotDisturbOffIcon.tsx +8 -0
- package/src/icons/components/DoNotDisturbOnIcon.tsx +8 -0
- package/src/icons/components/DoNotDisturbOnTotalSilenceIcon.tsx +8 -0
- package/src/icons/components/DoNotStepIcon.tsx +8 -0
- package/src/icons/components/DoNotTouchIcon.tsx +8 -0
- package/src/icons/components/DockIcon.tsx +8 -0
- package/src/icons/components/DocumentScannerIcon.tsx +8 -0
- package/src/icons/components/DomainAddIcon.tsx +8 -0
- package/src/icons/components/DomainDisabledIcon.tsx +8 -0
- package/src/icons/components/DomainIcon.tsx +8 -0
- package/src/icons/components/DomainVerificationIcon.tsx +8 -0
- package/src/icons/components/DoneAllIcon.tsx +8 -0
- package/src/icons/components/DoneIcon.tsx +8 -0
- package/src/icons/components/DoneOutlineIcon.tsx +8 -0
- package/src/icons/components/DonutLargeIcon.tsx +8 -0
- package/src/icons/components/DonutSmallIcon.tsx +8 -0
- package/src/icons/components/DoorBackIcon.tsx +8 -0
- package/src/icons/components/DoorFrontIcon.tsx +8 -0
- package/src/icons/components/DoorSlidingIcon.tsx +8 -0
- package/src/icons/components/DoorbellIcon.tsx +8 -0
- package/src/icons/components/DoubleArrowIcon.tsx +8 -0
- package/src/icons/components/DownhillSkiingIcon.tsx +8 -0
- package/src/icons/components/DownloadDoneIcon.tsx +8 -0
- package/src/icons/components/DownloadForOfflineIcon.tsx +8 -0
- package/src/icons/components/DownloadIcon.tsx +8 -0
- package/src/icons/components/DownloadingIcon.tsx +8 -0
- package/src/icons/components/DraftsIcon.tsx +8 -0
- package/src/icons/components/DragHandleIcon.tsx +8 -0
- package/src/icons/components/DragIndicatorIcon.tsx +8 -0
- package/src/icons/components/DrawIcon.tsx +8 -0
- package/src/icons/components/DriveEtaIcon.tsx +8 -0
- package/src/icons/components/DriveFileMoveIcon.tsx +8 -0
- package/src/icons/components/DriveFileMoveRtlIcon.tsx +8 -0
- package/src/icons/components/DriveFileRenameOutlineIcon.tsx +8 -0
- package/src/icons/components/DriveFolderUploadIcon.tsx +8 -0
- package/src/icons/components/DryCleaningIcon.tsx +8 -0
- package/src/icons/components/DryIcon.tsx +8 -0
- package/src/icons/components/DuoIcon.tsx +8 -0
- package/src/icons/components/DvrIcon.tsx +8 -0
- package/src/icons/components/DynamicFeedIcon.tsx +8 -0
- package/src/icons/components/DynamicFormIcon.tsx +8 -0
- package/src/icons/components/EMobiledataIcon.tsx +8 -0
- package/src/icons/components/EarbudsBatteryIcon.tsx +8 -0
- package/src/icons/components/EarbudsIcon.tsx +8 -0
- package/src/icons/components/EastIcon.tsx +8 -0
- package/src/icons/components/EdgesensorHighIcon.tsx +8 -0
- package/src/icons/components/EdgesensorLowIcon.tsx +8 -0
- package/src/icons/components/EditAttributesIcon.tsx +8 -0
- package/src/icons/components/EditCalendarIcon.tsx +8 -0
- package/src/icons/components/EditIcon.tsx +8 -0
- package/src/icons/components/EditLocationAltIcon.tsx +8 -0
- package/src/icons/components/EditLocationIcon.tsx +8 -0
- package/src/icons/components/EditNoteIcon.tsx +8 -0
- package/src/icons/components/EditNotificationsIcon.tsx +8 -0
- package/src/icons/components/EditOffIcon.tsx +8 -0
- package/src/icons/components/EditRoadIcon.tsx +8 -0
- package/src/icons/components/EggAltIcon.tsx +8 -0
- package/src/icons/components/EggIcon.tsx +8 -0
- package/src/icons/components/EjectIcon.tsx +8 -0
- package/src/icons/components/ElderlyIcon.tsx +8 -0
- package/src/icons/components/ElderlyWomanIcon.tsx +8 -0
- package/src/icons/components/ElectricBikeIcon.tsx +8 -0
- package/src/icons/components/ElectricBoltIcon.tsx +8 -0
- package/src/icons/components/ElectricCarIcon.tsx +8 -0
- package/src/icons/components/ElectricMeterIcon.tsx +8 -0
- package/src/icons/components/ElectricMopedIcon.tsx +8 -0
- package/src/icons/components/ElectricRickshawIcon.tsx +8 -0
- package/src/icons/components/ElectricScooterIcon.tsx +8 -0
- package/src/icons/components/ElectricalServicesIcon.tsx +8 -0
- package/src/icons/components/ElevatorIcon.tsx +8 -0
- package/src/icons/components/EmailIcon.tsx +8 -0
- package/src/icons/components/EmergencyIcon.tsx +8 -0
- package/src/icons/components/EmergencyRecordingIcon.tsx +8 -0
- package/src/icons/components/EmergencyShareIcon.tsx +8 -0
- package/src/icons/components/EmojiEmotionsIcon.tsx +8 -0
- package/src/icons/components/EmojiEventsIcon.tsx +8 -0
- package/src/icons/components/EmojiFoodBeverageIcon.tsx +8 -0
- package/src/icons/components/EmojiNatureIcon.tsx +8 -0
- package/src/icons/components/EmojiObjectsIcon.tsx +8 -0
- package/src/icons/components/EmojiPeopleIcon.tsx +8 -0
- package/src/icons/components/EmojiSymbolsIcon.tsx +8 -0
- package/src/icons/components/EmojiTransportationIcon.tsx +8 -0
- package/src/icons/components/EnergySavingsLeafIcon.tsx +8 -0
- package/src/icons/components/EngineeringIcon.tsx +8 -0
- package/src/icons/components/EnhancedEncryptionIcon.tsx +8 -0
- package/src/icons/components/EqualizerIcon.tsx +8 -0
- package/src/icons/components/ErrorIcon.tsx +8 -0
- package/src/icons/components/ErrorOutlineIcon.tsx +8 -0
- package/src/icons/components/EscalatorIcon.tsx +8 -0
- package/src/icons/components/EscalatorWarningIcon.tsx +8 -0
- package/src/icons/components/EuroIcon.tsx +8 -0
- package/src/icons/components/EuroSymbolIcon.tsx +8 -0
- package/src/icons/components/EvStationIcon.tsx +8 -0
- package/src/icons/components/EventAvailableIcon.tsx +8 -0
- package/src/icons/components/EventBusyIcon.tsx +8 -0
- package/src/icons/components/EventIcon.tsx +8 -0
- package/src/icons/components/EventNoteIcon.tsx +8 -0
- package/src/icons/components/EventRepeatIcon.tsx +8 -0
- package/src/icons/components/EventSeatIcon.tsx +8 -0
- package/src/icons/components/ExitToAppIcon.tsx +8 -0
- package/src/icons/components/ExpandCircleDownIcon.tsx +8 -0
- package/src/icons/components/ExpandIcon.tsx +8 -0
- package/src/icons/components/ExpandLessIcon.tsx +8 -0
- package/src/icons/components/ExpandMoreIcon.tsx +8 -0
- package/src/icons/components/ExplicitIcon.tsx +8 -0
- package/src/icons/components/ExploreIcon.tsx +8 -0
- package/src/icons/components/ExploreOffIcon.tsx +8 -0
- package/src/icons/components/ExposureIcon.tsx +8 -0
- package/src/icons/components/ExposureNeg1Icon.tsx +8 -0
- package/src/icons/components/ExposureNeg2Icon.tsx +8 -0
- package/src/icons/components/ExposurePlus1Icon.tsx +8 -0
- package/src/icons/components/ExposurePlus2Icon.tsx +8 -0
- package/src/icons/components/ExposureZeroIcon.tsx +8 -0
- package/src/icons/components/ExtensionIcon.tsx +8 -0
- package/src/icons/components/ExtensionOffIcon.tsx +8 -0
- package/src/icons/components/Face2Icon.tsx +8 -0
- package/src/icons/components/Face3Icon.tsx +8 -0
- package/src/icons/components/Face4Icon.tsx +8 -0
- package/src/icons/components/Face5Icon.tsx +8 -0
- package/src/icons/components/Face6Icon.tsx +8 -0
- package/src/icons/components/FaceIcon.tsx +8 -0
- package/src/icons/components/FaceRetouchingNaturalIcon.tsx +8 -0
- package/src/icons/components/FaceRetouchingOffIcon.tsx +8 -0
- package/src/icons/components/FactCheckIcon.tsx +8 -0
- package/src/icons/components/FactoryIcon.tsx +8 -0
- package/src/icons/components/FamilyRestroomIcon.tsx +8 -0
- package/src/icons/components/FastForwardIcon.tsx +8 -0
- package/src/icons/components/FastRewindIcon.tsx +8 -0
- package/src/icons/components/FastfoodIcon.tsx +8 -0
- package/src/icons/components/FavoriteBorderIcon.tsx +8 -0
- package/src/icons/components/FavoriteIcon.tsx +8 -0
- package/src/icons/components/FaxIcon.tsx +8 -0
- package/src/icons/components/FeaturedPlayListIcon.tsx +8 -0
- package/src/icons/components/FeaturedVideoIcon.tsx +8 -0
- package/src/icons/components/FeedIcon.tsx +8 -0
- package/src/icons/components/FeedbackIcon.tsx +8 -0
- package/src/icons/components/FemaleIcon.tsx +8 -0
- package/src/icons/components/FenceIcon.tsx +8 -0
- package/src/icons/components/FestivalIcon.tsx +8 -0
- package/src/icons/components/FiberDvrIcon.tsx +8 -0
- package/src/icons/components/FiberManualRecordIcon.tsx +8 -0
- package/src/icons/components/FiberNewIcon.tsx +8 -0
- package/src/icons/components/FiberPinIcon.tsx +8 -0
- package/src/icons/components/FiberSmartRecordIcon.tsx +8 -0
- package/src/icons/components/FileCopyIcon.tsx +8 -0
- package/src/icons/components/FileDownloadDoneIcon.tsx +8 -0
- package/src/icons/components/FileDownloadIcon.tsx +8 -0
- package/src/icons/components/FileDownloadOffIcon.tsx +8 -0
- package/src/icons/components/FileOpenIcon.tsx +8 -0
- package/src/icons/components/FilePresentIcon.tsx +8 -0
- package/src/icons/components/FileUploadIcon.tsx +8 -0
- package/src/icons/components/Filter1Icon.tsx +8 -0
- package/src/icons/components/Filter2Icon.tsx +8 -0
- package/src/icons/components/Filter3Icon.tsx +8 -0
- package/src/icons/components/Filter4Icon.tsx +8 -0
- package/src/icons/components/Filter5Icon.tsx +8 -0
- package/src/icons/components/Filter6Icon.tsx +8 -0
- package/src/icons/components/Filter7Icon.tsx +8 -0
- package/src/icons/components/Filter8Icon.tsx +8 -0
- package/src/icons/components/Filter9Icon.tsx +8 -0
- package/src/icons/components/Filter9PlusIcon.tsx +8 -0
- package/src/icons/components/FilterAltIcon.tsx +8 -0
- package/src/icons/components/FilterAltOffIcon.tsx +8 -0
- package/src/icons/components/FilterBAndWIcon.tsx +8 -0
- package/src/icons/components/FilterCenterFocusIcon.tsx +8 -0
- package/src/icons/components/FilterDramaIcon.tsx +8 -0
- package/src/icons/components/FilterFramesIcon.tsx +8 -0
- package/src/icons/components/FilterHdrIcon.tsx +8 -0
- package/src/icons/components/FilterIcon.tsx +8 -0
- package/src/icons/components/FilterListIcon.tsx +8 -0
- package/src/icons/components/FilterListOffIcon.tsx +8 -0
- package/src/icons/components/FilterNoneIcon.tsx +8 -0
- package/src/icons/components/FilterTiltShiftIcon.tsx +8 -0
- package/src/icons/components/FilterVintageIcon.tsx +8 -0
- package/src/icons/components/FindInPageIcon.tsx +8 -0
- package/src/icons/components/FindReplaceIcon.tsx +8 -0
- package/src/icons/components/FingerprintIcon.tsx +8 -0
- package/src/icons/components/FireExtinguisherIcon.tsx +8 -0
- package/src/icons/components/FireHydrantAltIcon.tsx +8 -0
- package/src/icons/components/FireTruckIcon.tsx +8 -0
- package/src/icons/components/FireplaceIcon.tsx +8 -0
- package/src/icons/components/FirstPageIcon.tsx +8 -0
- package/src/icons/components/FitScreenIcon.tsx +8 -0
- package/src/icons/components/FitbitIcon.tsx +8 -0
- package/src/icons/components/FitnessCenterIcon.tsx +8 -0
- package/src/icons/components/FlagCircleIcon.tsx +8 -0
- package/src/icons/components/FlagIcon.tsx +8 -0
- package/src/icons/components/FlakyIcon.tsx +8 -0
- package/src/icons/components/FlareIcon.tsx +8 -0
- package/src/icons/components/FlashAutoIcon.tsx +8 -0
- package/src/icons/components/FlashOffIcon.tsx +8 -0
- package/src/icons/components/FlashOnIcon.tsx +8 -0
- package/src/icons/components/FlashlightOffIcon.tsx +8 -0
- package/src/icons/components/FlashlightOnIcon.tsx +8 -0
- package/src/icons/components/FlatwareIcon.tsx +8 -0
- package/src/icons/components/FlightClassIcon.tsx +8 -0
- package/src/icons/components/FlightIcon.tsx +8 -0
- package/src/icons/components/FlightLandIcon.tsx +8 -0
- package/src/icons/components/FlightTakeoffIcon.tsx +8 -0
- package/src/icons/components/FlipCameraAndroidIcon.tsx +8 -0
- package/src/icons/components/FlipCameraIosIcon.tsx +8 -0
- package/src/icons/components/FlipIcon.tsx +8 -0
- package/src/icons/components/FlipToBackIcon.tsx +8 -0
- package/src/icons/components/FlipToFrontIcon.tsx +8 -0
- package/src/icons/components/FloodIcon.tsx +8 -0
- package/src/icons/components/FluorescentIcon.tsx +8 -0
- package/src/icons/components/FlutterDashIcon.tsx +8 -0
- package/src/icons/components/FmdBadIcon.tsx +8 -0
- package/src/icons/components/FmdGoodIcon.tsx +8 -0
- package/src/icons/components/FolderCopyIcon.tsx +8 -0
- package/src/icons/components/FolderDeleteIcon.tsx +8 -0
- package/src/icons/components/FolderIcon.tsx +8 -0
- package/src/icons/components/FolderOffIcon.tsx +8 -0
- package/src/icons/components/FolderOpenIcon.tsx +8 -0
- package/src/icons/components/FolderSharedIcon.tsx +8 -0
- package/src/icons/components/FolderSpecialIcon.tsx +8 -0
- package/src/icons/components/FolderZipIcon.tsx +8 -0
- package/src/icons/components/FollowTheSignsIcon.tsx +8 -0
- package/src/icons/components/FontDownloadIcon.tsx +8 -0
- package/src/icons/components/FontDownloadOffIcon.tsx +8 -0
- package/src/icons/components/FoodBankIcon.tsx +8 -0
- package/src/icons/components/ForestIcon.tsx +8 -0
- package/src/icons/components/ForkLeftIcon.tsx +8 -0
- package/src/icons/components/ForkRightIcon.tsx +8 -0
- package/src/icons/components/FormatAlignCenterIcon.tsx +8 -0
- package/src/icons/components/FormatAlignJustifyIcon.tsx +8 -0
- package/src/icons/components/FormatAlignLeftIcon.tsx +8 -0
- package/src/icons/components/FormatAlignRightIcon.tsx +8 -0
- package/src/icons/components/FormatBoldIcon.tsx +8 -0
- package/src/icons/components/FormatClearIcon.tsx +8 -0
- package/src/icons/components/FormatColorFillIcon.tsx +8 -0
- package/src/icons/components/FormatColorResetIcon.tsx +8 -0
- package/src/icons/components/FormatColorTextIcon.tsx +8 -0
- package/src/icons/components/FormatIndentDecreaseIcon.tsx +8 -0
- package/src/icons/components/FormatIndentIncreaseIcon.tsx +8 -0
- package/src/icons/components/FormatItalicIcon.tsx +8 -0
- package/src/icons/components/FormatLineSpacingIcon.tsx +8 -0
- package/src/icons/components/FormatListBulletedIcon.tsx +8 -0
- package/src/icons/components/FormatListNumberedIcon.tsx +8 -0
- package/src/icons/components/FormatListNumberedRtlIcon.tsx +8 -0
- package/src/icons/components/FormatOverlineIcon.tsx +8 -0
- package/src/icons/components/FormatPaintIcon.tsx +8 -0
- package/src/icons/components/FormatQuoteIcon.tsx +8 -0
- package/src/icons/components/FormatShapesIcon.tsx +8 -0
- package/src/icons/components/FormatSizeIcon.tsx +8 -0
- package/src/icons/components/FormatStrikethroughIcon.tsx +8 -0
- package/src/icons/components/FormatTextdirectionLToRIcon.tsx +8 -0
- package/src/icons/components/FormatTextdirectionRToLIcon.tsx +8 -0
- package/src/icons/components/FormatUnderlinedIcon.tsx +8 -0
- package/src/icons/components/FortIcon.tsx +8 -0
- package/src/icons/components/ForumIcon.tsx +8 -0
- package/src/icons/components/Forward10Icon.tsx +8 -0
- package/src/icons/components/Forward30Icon.tsx +8 -0
- package/src/icons/components/Forward5Icon.tsx +8 -0
- package/src/icons/components/ForwardIcon.tsx +8 -0
- package/src/icons/components/ForwardToInboxIcon.tsx +8 -0
- package/src/icons/components/FoundationIcon.tsx +8 -0
- package/src/icons/components/FreeBreakfastIcon.tsx +8 -0
- package/src/icons/components/FreeCancellationIcon.tsx +8 -0
- package/src/icons/components/FrontHandIcon.tsx +8 -0
- package/src/icons/components/FullscreenExitIcon.tsx +8 -0
- package/src/icons/components/FullscreenIcon.tsx +8 -0
- package/src/icons/components/FunctionsIcon.tsx +8 -0
- package/src/icons/components/GMobiledataIcon.tsx +8 -0
- package/src/icons/components/GTranslateIcon.tsx +8 -0
- package/src/icons/components/GamepadIcon.tsx +8 -0
- package/src/icons/components/GamesIcon.tsx +8 -0
- package/src/icons/components/GarageIcon.tsx +8 -0
- package/src/icons/components/GasMeterIcon.tsx +8 -0
- package/src/icons/components/GavelIcon.tsx +8 -0
- package/src/icons/components/GeneratingTokensIcon.tsx +8 -0
- package/src/icons/components/GestureIcon.tsx +8 -0
- package/src/icons/components/GetAppIcon.tsx +8 -0
- package/src/icons/components/GifBoxIcon.tsx +8 -0
- package/src/icons/components/GifIcon.tsx +8 -0
- package/src/icons/components/GirlIcon.tsx +8 -0
- package/src/icons/components/GiteIcon.tsx +8 -0
- package/src/icons/components/GolfCourseIcon.tsx +8 -0
- package/src/icons/components/GppBadIcon.tsx +8 -0
- package/src/icons/components/GppGoodIcon.tsx +8 -0
- package/src/icons/components/GppMaybeIcon.tsx +8 -0
- package/src/icons/components/GpsFixedIcon.tsx +8 -0
- package/src/icons/components/GpsNotFixedIcon.tsx +8 -0
- package/src/icons/components/GpsOffIcon.tsx +8 -0
- package/src/icons/components/GradeIcon.tsx +8 -0
- package/src/icons/components/GradientIcon.tsx +8 -0
- package/src/icons/components/GradingIcon.tsx +8 -0
- package/src/icons/components/GrainIcon.tsx +8 -0
- package/src/icons/components/GraphicEqIcon.tsx +8 -0
- package/src/icons/components/GrassIcon.tsx +8 -0
- package/src/icons/components/Grid3x3Icon.tsx +8 -0
- package/src/icons/components/Grid4x4Icon.tsx +8 -0
- package/src/icons/components/GridGoldenratioIcon.tsx +8 -0
- package/src/icons/components/GridOffIcon.tsx +8 -0
- package/src/icons/components/GridOnIcon.tsx +8 -0
- package/src/icons/components/GridViewIcon.tsx +8 -0
- package/src/icons/components/GroupAddIcon.tsx +8 -0
- package/src/icons/components/GroupIcon.tsx +8 -0
- package/src/icons/components/GroupOffIcon.tsx +8 -0
- package/src/icons/components/GroupRemoveIcon.tsx +8 -0
- package/src/icons/components/GroupWorkIcon.tsx +8 -0
- package/src/icons/components/Groups2Icon.tsx +8 -0
- package/src/icons/components/Groups3Icon.tsx +8 -0
- package/src/icons/components/GroupsIcon.tsx +8 -0
- package/src/icons/components/HMobiledataIcon.tsx +8 -0
- package/src/icons/components/HPlusMobiledataIcon.tsx +8 -0
- package/src/icons/components/HailIcon.tsx +8 -0
- package/src/icons/components/HandshakeIcon.tsx +8 -0
- package/src/icons/components/HandymanIcon.tsx +8 -0
- package/src/icons/components/HardwareIcon.tsx +8 -0
- package/src/icons/components/HdIcon.tsx +8 -0
- package/src/icons/components/HdrAutoIcon.tsx +8 -0
- package/src/icons/components/HdrAutoSelectIcon.tsx +8 -0
- package/src/icons/components/HdrEnhancedSelectIcon.tsx +8 -0
- package/src/icons/components/HdrOffIcon.tsx +8 -0
- package/src/icons/components/HdrOffSelectIcon.tsx +8 -0
- package/src/icons/components/HdrOnIcon.tsx +8 -0
- package/src/icons/components/HdrOnSelectIcon.tsx +8 -0
- package/src/icons/components/HdrPlusIcon.tsx +8 -0
- package/src/icons/components/HdrStrongIcon.tsx +8 -0
- package/src/icons/components/HdrWeakIcon.tsx +8 -0
- package/src/icons/components/HeadphonesBatteryIcon.tsx +8 -0
- package/src/icons/components/HeadphonesIcon.tsx +8 -0
- package/src/icons/components/HeadsetIcon.tsx +8 -0
- package/src/icons/components/HeadsetMicIcon.tsx +8 -0
- package/src/icons/components/HeadsetOffIcon.tsx +8 -0
- package/src/icons/components/HealingIcon.tsx +8 -0
- package/src/icons/components/HealthAndSafetyIcon.tsx +8 -0
- package/src/icons/components/HearingDisabledIcon.tsx +8 -0
- package/src/icons/components/HearingIcon.tsx +8 -0
- package/src/icons/components/HeartBrokenIcon.tsx +8 -0
- package/src/icons/components/HeatPumpIcon.tsx +8 -0
- package/src/icons/components/HeightIcon.tsx +8 -0
- package/src/icons/components/HelpCenterIcon.tsx +8 -0
- package/src/icons/components/HelpIcon.tsx +8 -0
- package/src/icons/components/HelpOutlineIcon.tsx +8 -0
- package/src/icons/components/HevcIcon.tsx +8 -0
- package/src/icons/components/HexagonIcon.tsx +8 -0
- package/src/icons/components/HideImageIcon.tsx +8 -0
- package/src/icons/components/HideSourceIcon.tsx +8 -0
- package/src/icons/components/HighQualityIcon.tsx +8 -0
- package/src/icons/components/HighlightAltIcon.tsx +8 -0
- package/src/icons/components/HighlightIcon.tsx +8 -0
- package/src/icons/components/HighlightOffIcon.tsx +8 -0
- package/src/icons/components/HikingIcon.tsx +8 -0
- package/src/icons/components/HistoryEduIcon.tsx +8 -0
- package/src/icons/components/HistoryIcon.tsx +8 -0
- package/src/icons/components/HistoryToggleOffIcon.tsx +8 -0
- package/src/icons/components/HiveIcon.tsx +8 -0
- package/src/icons/components/HlsIcon.tsx +8 -0
- package/src/icons/components/HlsOffIcon.tsx +8 -0
- package/src/icons/components/HolidayVillageIcon.tsx +8 -0
- package/src/icons/components/HomeIcon.tsx +8 -0
- package/src/icons/components/HomeMaxIcon.tsx +8 -0
- package/src/icons/components/HomeMiniIcon.tsx +8 -0
- package/src/icons/components/HomeRepairServiceIcon.tsx +8 -0
- package/src/icons/components/HomeWorkIcon.tsx +8 -0
- package/src/icons/components/HorizontalDistributeIcon.tsx +8 -0
- package/src/icons/components/HorizontalRuleIcon.tsx +8 -0
- package/src/icons/components/HorizontalSplitIcon.tsx +8 -0
- package/src/icons/components/HotTubIcon.tsx +8 -0
- package/src/icons/components/HotelClassIcon.tsx +8 -0
- package/src/icons/components/HotelIcon.tsx +8 -0
- package/src/icons/components/HourglassBottomIcon.tsx +8 -0
- package/src/icons/components/HourglassDisabledIcon.tsx +8 -0
- package/src/icons/components/HourglassEmptyIcon.tsx +8 -0
- package/src/icons/components/HourglassFullIcon.tsx +8 -0
- package/src/icons/components/HourglassTopIcon.tsx +8 -0
- package/src/icons/components/HouseIcon.tsx +8 -0
- package/src/icons/components/HouseSidingIcon.tsx +8 -0
- package/src/icons/components/HouseboatIcon.tsx +8 -0
- package/src/icons/components/HowToRegIcon.tsx +8 -0
- package/src/icons/components/HowToVoteIcon.tsx +8 -0
- package/src/icons/components/HtmlIcon.tsx +8 -0
- package/src/icons/components/HttpIcon.tsx +8 -0
- package/src/icons/components/HttpsIcon.tsx +8 -0
- package/src/icons/components/HubIcon.tsx +8 -0
- package/src/icons/components/HvacIcon.tsx +8 -0
- package/src/icons/components/IceSkatingIcon.tsx +8 -0
- package/src/icons/components/IcecreamIcon.tsx +8 -0
- package/src/icons/components/ImageAspectRatioIcon.tsx +8 -0
- package/src/icons/components/ImageIcon.tsx +8 -0
- package/src/icons/components/ImageNotSupportedIcon.tsx +8 -0
- package/src/icons/components/ImageSearchIcon.tsx +8 -0
- package/src/icons/components/ImagesearchRollerIcon.tsx +8 -0
- package/src/icons/components/ImportContactsIcon.tsx +8 -0
- package/src/icons/components/ImportExportIcon.tsx +8 -0
- package/src/icons/components/ImportantDevicesIcon.tsx +8 -0
- package/src/icons/components/InboxIcon.tsx +8 -0
- package/src/icons/components/IncompleteCircleIcon.tsx +8 -0
- package/src/icons/components/IndeterminateCheckBoxIcon.tsx +8 -0
- package/src/icons/components/InfoIcon.tsx +8 -0
- package/src/icons/components/InputIcon.tsx +8 -0
- package/src/icons/components/InsertChartIcon.tsx +8 -0
- package/src/icons/components/InsertChartOutlinedIcon.tsx +8 -0
- package/src/icons/components/InsertCommentIcon.tsx +8 -0
- package/src/icons/components/InsertDriveFileIcon.tsx +8 -0
- package/src/icons/components/InsertEmoticonIcon.tsx +8 -0
- package/src/icons/components/InsertInvitationIcon.tsx +8 -0
- package/src/icons/components/InsertLinkIcon.tsx +8 -0
- package/src/icons/components/InsertPageBreakIcon.tsx +8 -0
- package/src/icons/components/InsertPhotoIcon.tsx +8 -0
- package/src/icons/components/InsightsIcon.tsx +8 -0
- package/src/icons/components/InstallDesktopIcon.tsx +8 -0
- package/src/icons/components/InstallMobileIcon.tsx +8 -0
- package/src/icons/components/IntegrationInstructionsIcon.tsx +8 -0
- package/src/icons/components/InterestsIcon.tsx +8 -0
- package/src/icons/components/InterpreterModeIcon.tsx +8 -0
- package/src/icons/components/Inventory2Icon.tsx +8 -0
- package/src/icons/components/InventoryIcon.tsx +8 -0
- package/src/icons/components/InvertColorsIcon.tsx +8 -0
- package/src/icons/components/InvertColorsOffIcon.tsx +8 -0
- package/src/icons/components/IosShareIcon.tsx +8 -0
- package/src/icons/components/IronIcon.tsx +8 -0
- package/src/icons/components/IsoIcon.tsx +8 -0
- package/src/icons/components/JavascriptIcon.tsx +8 -0
- package/src/icons/components/JoinFullIcon.tsx +8 -0
- package/src/icons/components/JoinInnerIcon.tsx +8 -0
- package/src/icons/components/JoinLeftIcon.tsx +8 -0
- package/src/icons/components/JoinRightIcon.tsx +8 -0
- package/src/icons/components/KayakingIcon.tsx +8 -0
- package/src/icons/components/KebabDiningIcon.tsx +8 -0
- package/src/icons/components/KeyIcon.tsx +8 -0
- package/src/icons/components/KeyOffIcon.tsx +8 -0
- package/src/icons/components/KeyboardAltIcon.tsx +8 -0
- package/src/icons/components/KeyboardArrowDownIcon.tsx +8 -0
- package/src/icons/components/KeyboardArrowLeftIcon.tsx +8 -0
- package/src/icons/components/KeyboardArrowRightIcon.tsx +8 -0
- package/src/icons/components/KeyboardArrowUpIcon.tsx +8 -0
- package/src/icons/components/KeyboardBackspaceIcon.tsx +8 -0
- package/src/icons/components/KeyboardCapslockIcon.tsx +8 -0
- package/src/icons/components/KeyboardCommandKeyIcon.tsx +8 -0
- package/src/icons/components/KeyboardControlKeyIcon.tsx +8 -0
- package/src/icons/components/KeyboardDoubleArrowDownIcon.tsx +8 -0
- package/src/icons/components/KeyboardDoubleArrowLeftIcon.tsx +8 -0
- package/src/icons/components/KeyboardDoubleArrowRightIcon.tsx +8 -0
- package/src/icons/components/KeyboardDoubleArrowUpIcon.tsx +8 -0
- package/src/icons/components/KeyboardHideIcon.tsx +8 -0
- package/src/icons/components/KeyboardIcon.tsx +8 -0
- package/src/icons/components/KeyboardOptionKeyIcon.tsx +8 -0
- package/src/icons/components/KeyboardReturnIcon.tsx +8 -0
- package/src/icons/components/KeyboardTabIcon.tsx +8 -0
- package/src/icons/components/KeyboardVoiceIcon.tsx +8 -0
- package/src/icons/components/KingBedIcon.tsx +8 -0
- package/src/icons/components/KitchenIcon.tsx +8 -0
- package/src/icons/components/KitesurfingIcon.tsx +8 -0
- package/src/icons/components/LabelIcon.tsx +8 -0
- package/src/icons/components/LabelImportantIcon.tsx +8 -0
- package/src/icons/components/LabelOffIcon.tsx +8 -0
- package/src/icons/components/LanIcon.tsx +8 -0
- package/src/icons/components/LandscapeIcon.tsx +8 -0
- package/src/icons/components/LandslideIcon.tsx +8 -0
- package/src/icons/components/LanguageIcon.tsx +8 -0
- package/src/icons/components/LaptopChromebookIcon.tsx +8 -0
- package/src/icons/components/LaptopIcon.tsx +8 -0
- package/src/icons/components/LaptopMacIcon.tsx +8 -0
- package/src/icons/components/LaptopWindowsIcon.tsx +8 -0
- package/src/icons/components/LastPageIcon.tsx +8 -0
- package/src/icons/components/LaunchIcon.tsx +8 -0
- package/src/icons/components/LayersClearIcon.tsx +8 -0
- package/src/icons/components/LayersIcon.tsx +8 -0
- package/src/icons/components/LeaderboardIcon.tsx +8 -0
- package/src/icons/components/LeakAddIcon.tsx +8 -0
- package/src/icons/components/LeakRemoveIcon.tsx +8 -0
- package/src/icons/components/LegendToggleIcon.tsx +8 -0
- package/src/icons/components/LensBlurIcon.tsx +8 -0
- package/src/icons/components/LensIcon.tsx +8 -0
- package/src/icons/components/LibraryAddCheckIcon.tsx +8 -0
- package/src/icons/components/LibraryAddIcon.tsx +8 -0
- package/src/icons/components/LibraryBooksIcon.tsx +8 -0
- package/src/icons/components/LibraryMusicIcon.tsx +8 -0
- package/src/icons/components/LightIcon.tsx +8 -0
- package/src/icons/components/LightModeIcon.tsx +8 -0
- package/src/icons/components/LightbulbCircleIcon.tsx +8 -0
- package/src/icons/components/LightbulbIcon.tsx +8 -0
- package/src/icons/components/LineAxisIcon.tsx +8 -0
- package/src/icons/components/LineStyleIcon.tsx +8 -0
- package/src/icons/components/LineWeightIcon.tsx +8 -0
- package/src/icons/components/LinearScaleIcon.tsx +8 -0
- package/src/icons/components/LinkIcon.tsx +8 -0
- package/src/icons/components/LinkOffIcon.tsx +8 -0
- package/src/icons/components/LinkedCameraIcon.tsx +8 -0
- package/src/icons/components/LiquorIcon.tsx +8 -0
- package/src/icons/components/ListAltIcon.tsx +8 -0
- package/src/icons/components/ListIcon.tsx +8 -0
- package/src/icons/components/LiveHelpIcon.tsx +8 -0
- package/src/icons/components/LiveTvIcon.tsx +8 -0
- package/src/icons/components/LivingIcon.tsx +8 -0
- package/src/icons/components/LocalActivityIcon.tsx +8 -0
- package/src/icons/components/LocalAirportIcon.tsx +8 -0
- package/src/icons/components/LocalAtmIcon.tsx +8 -0
- package/src/icons/components/LocalBarIcon.tsx +8 -0
- package/src/icons/components/LocalCafeIcon.tsx +8 -0
- package/src/icons/components/LocalCarWashIcon.tsx +8 -0
- package/src/icons/components/LocalConvenienceStoreIcon.tsx +8 -0
- package/src/icons/components/LocalDiningIcon.tsx +8 -0
- package/src/icons/components/LocalDrinkIcon.tsx +8 -0
- package/src/icons/components/LocalFireDepartmentIcon.tsx +8 -0
- package/src/icons/components/LocalFloristIcon.tsx +8 -0
- package/src/icons/components/LocalGasStationIcon.tsx +8 -0
- package/src/icons/components/LocalGroceryStoreIcon.tsx +8 -0
- package/src/icons/components/LocalHospitalIcon.tsx +8 -0
- package/src/icons/components/LocalHotelIcon.tsx +8 -0
- package/src/icons/components/LocalLaundryServiceIcon.tsx +8 -0
- package/src/icons/components/LocalLibraryIcon.tsx +8 -0
- package/src/icons/components/LocalMallIcon.tsx +8 -0
- package/src/icons/components/LocalMoviesIcon.tsx +8 -0
- package/src/icons/components/LocalOfferIcon.tsx +8 -0
- package/src/icons/components/LocalParkingIcon.tsx +8 -0
- package/src/icons/components/LocalPharmacyIcon.tsx +8 -0
- package/src/icons/components/LocalPhoneIcon.tsx +8 -0
- package/src/icons/components/LocalPizzaIcon.tsx +8 -0
- package/src/icons/components/LocalPlayIcon.tsx +8 -0
- package/src/icons/components/LocalPoliceIcon.tsx +8 -0
- package/src/icons/components/LocalPostOfficeIcon.tsx +8 -0
- package/src/icons/components/LocalPrintshopIcon.tsx +8 -0
- package/src/icons/components/LocalSeeIcon.tsx +8 -0
- package/src/icons/components/LocalShippingIcon.tsx +8 -0
- package/src/icons/components/LocalTaxiIcon.tsx +8 -0
- package/src/icons/components/LocationCityIcon.tsx +8 -0
- package/src/icons/components/LocationDisabledIcon.tsx +8 -0
- package/src/icons/components/LocationOffIcon.tsx +8 -0
- package/src/icons/components/LocationOnIcon.tsx +8 -0
- package/src/icons/components/LocationSearchingIcon.tsx +8 -0
- package/src/icons/components/LockClockIcon.tsx +8 -0
- package/src/icons/components/LockIcon.tsx +8 -0
- package/src/icons/components/LockOpenIcon.tsx +8 -0
- package/src/icons/components/LockPersonIcon.tsx +8 -0
- package/src/icons/components/LockResetIcon.tsx +8 -0
- package/src/icons/components/LoginIcon.tsx +8 -0
- package/src/icons/components/LogoDevIcon.tsx +8 -0
- package/src/icons/components/LogoutIcon.tsx +8 -0
- package/src/icons/components/Looks3Icon.tsx +8 -0
- package/src/icons/components/Looks4Icon.tsx +8 -0
- package/src/icons/components/Looks5Icon.tsx +8 -0
- package/src/icons/components/Looks6Icon.tsx +8 -0
- package/src/icons/components/LooksIcon.tsx +8 -0
- package/src/icons/components/LooksOneIcon.tsx +8 -0
- package/src/icons/components/LooksTwoIcon.tsx +8 -0
- package/src/icons/components/LoopIcon.tsx +8 -0
- package/src/icons/components/LoupeIcon.tsx +8 -0
- package/src/icons/components/LowPriorityIcon.tsx +8 -0
- package/src/icons/components/LoyaltyIcon.tsx +8 -0
- package/src/icons/components/LteMobiledataIcon.tsx +8 -0
- package/src/icons/components/LtePlusMobiledataIcon.tsx +8 -0
- package/src/icons/components/LuggageIcon.tsx +8 -0
- package/src/icons/components/LunchDiningIcon.tsx +8 -0
- package/src/icons/components/LyricsIcon.tsx +8 -0
- package/src/icons/components/MacroOffIcon.tsx +8 -0
- package/src/icons/components/MailIcon.tsx +8 -0
- package/src/icons/components/MailLockIcon.tsx +8 -0
- package/src/icons/components/MailOutlineIcon.tsx +8 -0
- package/src/icons/components/MaleIcon.tsx +8 -0
- package/src/icons/components/Man2Icon.tsx +8 -0
- package/src/icons/components/Man3Icon.tsx +8 -0
- package/src/icons/components/Man4Icon.tsx +8 -0
- package/src/icons/components/ManIcon.tsx +8 -0
- package/src/icons/components/ManageAccountsIcon.tsx +8 -0
- package/src/icons/components/ManageHistoryIcon.tsx +8 -0
- package/src/icons/components/ManageSearchIcon.tsx +8 -0
- package/src/icons/components/MapIcon.tsx +8 -0
- package/src/icons/components/MapsHomeWorkIcon.tsx +8 -0
- package/src/icons/components/MapsUgcIcon.tsx +8 -0
- package/src/icons/components/MarginIcon.tsx +8 -0
- package/src/icons/components/MarkAsUnreadIcon.tsx +8 -0
- package/src/icons/components/MarkChatReadIcon.tsx +8 -0
- package/src/icons/components/MarkChatUnreadIcon.tsx +8 -0
- package/src/icons/components/MarkEmailReadIcon.tsx +8 -0
- package/src/icons/components/MarkEmailUnreadIcon.tsx +8 -0
- package/src/icons/components/MarkUnreadChatAltIcon.tsx +8 -0
- package/src/icons/components/MarkunreadIcon.tsx +8 -0
- package/src/icons/components/MarkunreadMailboxIcon.tsx +8 -0
- package/src/icons/components/MasksIcon.tsx +8 -0
- package/src/icons/components/MaximizeIcon.tsx +8 -0
- package/src/icons/components/MediaBluetoothOffIcon.tsx +8 -0
- package/src/icons/components/MediaBluetoothOnIcon.tsx +8 -0
- package/src/icons/components/MediationIcon.tsx +8 -0
- package/src/icons/components/MedicalInformationIcon.tsx +8 -0
- package/src/icons/components/MedicalServicesIcon.tsx +8 -0
- package/src/icons/components/MedicationIcon.tsx +8 -0
- package/src/icons/components/MedicationLiquidIcon.tsx +8 -0
- package/src/icons/components/MeetingRoomIcon.tsx +8 -0
- package/src/icons/components/MemoryIcon.tsx +8 -0
- package/src/icons/components/MenuBookIcon.tsx +8 -0
- package/src/icons/components/MenuIcon.tsx +8 -0
- package/src/icons/components/MenuOpenIcon.tsx +8 -0
- package/src/icons/components/MergeIcon.tsx +8 -0
- package/src/icons/components/MergeTypeIcon.tsx +8 -0
- package/src/icons/components/MessageIcon.tsx +8 -0
- package/src/icons/components/MicExternalOffIcon.tsx +8 -0
- package/src/icons/components/MicExternalOnIcon.tsx +8 -0
- package/src/icons/components/MicIcon.tsx +8 -0
- package/src/icons/components/MicNoneIcon.tsx +8 -0
- package/src/icons/components/MicOffIcon.tsx +8 -0
- package/src/icons/components/MicrowaveIcon.tsx +8 -0
- package/src/icons/components/MilitaryTechIcon.tsx +8 -0
- package/src/icons/components/MinimizeIcon.tsx +8 -0
- package/src/icons/components/MinorCrashIcon.tsx +8 -0
- package/src/icons/components/MiscellaneousServicesIcon.tsx +8 -0
- package/src/icons/components/MissedVideoCallIcon.tsx +8 -0
- package/src/icons/components/MmsIcon.tsx +8 -0
- package/src/icons/components/MobileFriendlyIcon.tsx +8 -0
- package/src/icons/components/MobileOffIcon.tsx +8 -0
- package/src/icons/components/MobileScreenShareIcon.tsx +8 -0
- package/src/icons/components/MobiledataOffIcon.tsx +8 -0
- package/src/icons/components/ModeCommentIcon.tsx +8 -0
- package/src/icons/components/ModeEditIcon.tsx +8 -0
- package/src/icons/components/ModeEditOutlineIcon.tsx +8 -0
- package/src/icons/components/ModeFanOffIcon.tsx +8 -0
- package/src/icons/components/ModeIcon.tsx +8 -0
- package/src/icons/components/ModeNightIcon.tsx +8 -0
- package/src/icons/components/ModeOfTravelIcon.tsx +8 -0
- package/src/icons/components/ModeStandbyIcon.tsx +8 -0
- package/src/icons/components/ModelTrainingIcon.tsx +8 -0
- package/src/icons/components/MonetizationOnIcon.tsx +8 -0
- package/src/icons/components/MoneyIcon.tsx +8 -0
- package/src/icons/components/MoneyOffCsredIcon.tsx +8 -0
- package/src/icons/components/MoneyOffIcon.tsx +8 -0
- package/src/icons/components/MonitorHeartIcon.tsx +8 -0
- package/src/icons/components/MonitorIcon.tsx +8 -0
- package/src/icons/components/MonitorWeightIcon.tsx +8 -0
- package/src/icons/components/MonochromePhotosIcon.tsx +8 -0
- package/src/icons/components/MoodBadIcon.tsx +8 -0
- package/src/icons/components/MoodIcon.tsx +8 -0
- package/src/icons/components/MopedIcon.tsx +8 -0
- package/src/icons/components/MoreHorizIcon.tsx +8 -0
- package/src/icons/components/MoreIcon.tsx +8 -0
- package/src/icons/components/MoreTimeIcon.tsx +8 -0
- package/src/icons/components/MoreVertIcon.tsx +8 -0
- package/src/icons/components/MosqueIcon.tsx +8 -0
- package/src/icons/components/MotionPhotosAutoIcon.tsx +8 -0
- package/src/icons/components/MotionPhotosOffIcon.tsx +8 -0
- package/src/icons/components/MotionPhotosOnIcon.tsx +8 -0
- package/src/icons/components/MotionPhotosPauseIcon.tsx +8 -0
- package/src/icons/components/MotionPhotosPausedIcon.tsx +8 -0
- package/src/icons/components/MouseIcon.tsx +8 -0
- package/src/icons/components/MoveDownIcon.tsx +8 -0
- package/src/icons/components/MoveToInboxIcon.tsx +8 -0
- package/src/icons/components/MoveUpIcon.tsx +8 -0
- package/src/icons/components/MovieCreationIcon.tsx +8 -0
- package/src/icons/components/MovieFilterIcon.tsx +8 -0
- package/src/icons/components/MovieIcon.tsx +8 -0
- package/src/icons/components/MovingIcon.tsx +8 -0
- package/src/icons/components/MpIcon.tsx +8 -0
- package/src/icons/components/MultilineChartIcon.tsx +8 -0
- package/src/icons/components/MultipleStopIcon.tsx +8 -0
- package/src/icons/components/MuseumIcon.tsx +8 -0
- package/src/icons/components/MusicNoteIcon.tsx +8 -0
- package/src/icons/components/MusicOffIcon.tsx +8 -0
- package/src/icons/components/MusicVideoIcon.tsx +8 -0
- package/src/icons/components/MyLocationIcon.tsx +8 -0
- package/src/icons/components/NatIcon.tsx +8 -0
- package/src/icons/components/NatureIcon.tsx +8 -0
- package/src/icons/components/NaturePeopleIcon.tsx +8 -0
- package/src/icons/components/NavigateBeforeIcon.tsx +8 -0
- package/src/icons/components/NavigateNextIcon.tsx +8 -0
- package/src/icons/components/NavigationIcon.tsx +8 -0
- package/src/icons/components/NearMeDisabledIcon.tsx +8 -0
- package/src/icons/components/NearMeIcon.tsx +8 -0
- package/src/icons/components/NearbyErrorIcon.tsx +8 -0
- package/src/icons/components/NearbyOffIcon.tsx +8 -0
- package/src/icons/components/NestCamWiredStandIcon.tsx +8 -0
- package/src/icons/components/NetworkCellIcon.tsx +8 -0
- package/src/icons/components/NetworkCheckIcon.tsx +8 -0
- package/src/icons/components/NetworkLockedIcon.tsx +8 -0
- package/src/icons/components/NetworkPingIcon.tsx +8 -0
- package/src/icons/components/NetworkWifi1BarIcon.tsx +8 -0
- package/src/icons/components/NetworkWifi2BarIcon.tsx +8 -0
- package/src/icons/components/NetworkWifi3BarIcon.tsx +8 -0
- package/src/icons/components/NetworkWifiIcon.tsx +8 -0
- package/src/icons/components/NewLabelIcon.tsx +8 -0
- package/src/icons/components/NewReleasesIcon.tsx +8 -0
- package/src/icons/components/NewspaperIcon.tsx +8 -0
- package/src/icons/components/NextPlanIcon.tsx +8 -0
- package/src/icons/components/NextWeekIcon.tsx +8 -0
- package/src/icons/components/NfcIcon.tsx +8 -0
- package/src/icons/components/NightShelterIcon.tsx +8 -0
- package/src/icons/components/NightlifeIcon.tsx +8 -0
- package/src/icons/components/NightlightIcon.tsx +8 -0
- package/src/icons/components/NightlightRoundIcon.tsx +8 -0
- package/src/icons/components/NightsStayIcon.tsx +8 -0
- package/src/icons/components/NoAccountsIcon.tsx +8 -0
- package/src/icons/components/NoAdultContentIcon.tsx +8 -0
- package/src/icons/components/NoBackpackIcon.tsx +8 -0
- package/src/icons/components/NoCellIcon.tsx +8 -0
- package/src/icons/components/NoCrashIcon.tsx +8 -0
- package/src/icons/components/NoDrinksIcon.tsx +8 -0
- package/src/icons/components/NoEncryptionGmailerrorredIcon.tsx +8 -0
- package/src/icons/components/NoEncryptionIcon.tsx +8 -0
- package/src/icons/components/NoFlashIcon.tsx +8 -0
- package/src/icons/components/NoFoodIcon.tsx +8 -0
- package/src/icons/components/NoLuggageIcon.tsx +8 -0
- package/src/icons/components/NoMealsIcon.tsx +8 -0
- package/src/icons/components/NoMeetingRoomIcon.tsx +8 -0
- package/src/icons/components/NoPhotographyIcon.tsx +8 -0
- package/src/icons/components/NoSimIcon.tsx +8 -0
- package/src/icons/components/NoStrollerIcon.tsx +8 -0
- package/src/icons/components/NoTransferIcon.tsx +8 -0
- package/src/icons/components/NoiseAwareIcon.tsx +8 -0
- package/src/icons/components/NoiseControlOffIcon.tsx +8 -0
- package/src/icons/components/NordicWalkingIcon.tsx +8 -0
- package/src/icons/components/NorthEastIcon.tsx +8 -0
- package/src/icons/components/NorthIcon.tsx +8 -0
- package/src/icons/components/NorthWestIcon.tsx +8 -0
- package/src/icons/components/NotAccessibleIcon.tsx +8 -0
- package/src/icons/components/NotInterestedIcon.tsx +8 -0
- package/src/icons/components/NotListedLocationIcon.tsx +8 -0
- package/src/icons/components/NotStartedIcon.tsx +8 -0
- package/src/icons/components/NoteAddIcon.tsx +8 -0
- package/src/icons/components/NoteAltIcon.tsx +8 -0
- package/src/icons/components/NoteIcon.tsx +8 -0
- package/src/icons/components/NotesIcon.tsx +8 -0
- package/src/icons/components/NotificationAddIcon.tsx +8 -0
- package/src/icons/components/NotificationImportantIcon.tsx +8 -0
- package/src/icons/components/NotificationsActiveIcon.tsx +8 -0
- package/src/icons/components/NotificationsIcon.tsx +8 -0
- package/src/icons/components/NotificationsNoneIcon.tsx +8 -0
- package/src/icons/components/NotificationsOffIcon.tsx +8 -0
- package/src/icons/components/NotificationsPausedIcon.tsx +8 -0
- package/src/icons/components/NumbersIcon.tsx +8 -0
- package/src/icons/components/OfflineBoltIcon.tsx +8 -0
- package/src/icons/components/OfflinePinIcon.tsx +8 -0
- package/src/icons/components/OfflineShareIcon.tsx +8 -0
- package/src/icons/components/OilBarrelIcon.tsx +8 -0
- package/src/icons/components/OnDeviceTrainingIcon.tsx +8 -0
- package/src/icons/components/OndemandVideoIcon.tsx +8 -0
- package/src/icons/components/OnlinePredictionIcon.tsx +8 -0
- package/src/icons/components/OpacityIcon.tsx +8 -0
- package/src/icons/components/OpenInBrowserIcon.tsx +8 -0
- package/src/icons/components/OpenInFullIcon.tsx +8 -0
- package/src/icons/components/OpenInNewIcon.tsx +8 -0
- package/src/icons/components/OpenInNewOffIcon.tsx +8 -0
- package/src/icons/components/OpenWithIcon.tsx +8 -0
- package/src/icons/components/OtherHousesIcon.tsx +8 -0
- package/src/icons/components/OutboundIcon.tsx +8 -0
- package/src/icons/components/OutboxIcon.tsx +8 -0
- package/src/icons/components/OutdoorGrillIcon.tsx +8 -0
- package/src/icons/components/OutletIcon.tsx +8 -0
- package/src/icons/components/OutlinedFlagIcon.tsx +8 -0
- package/src/icons/components/OutputIcon.tsx +8 -0
- package/src/icons/components/PaddingIcon.tsx +8 -0
- package/src/icons/components/PagesIcon.tsx +8 -0
- package/src/icons/components/PageviewIcon.tsx +8 -0
- package/src/icons/components/PaidIcon.tsx +8 -0
- package/src/icons/components/PaletteIcon.tsx +8 -0
- package/src/icons/components/PanToolAltIcon.tsx +8 -0
- package/src/icons/components/PanToolIcon.tsx +8 -0
- package/src/icons/components/PanoramaFishEyeIcon.tsx +8 -0
- package/src/icons/components/PanoramaHorizontalIcon.tsx +8 -0
- package/src/icons/components/PanoramaHorizontalSelectIcon.tsx +8 -0
- package/src/icons/components/PanoramaIcon.tsx +8 -0
- package/src/icons/components/PanoramaPhotosphereIcon.tsx +8 -0
- package/src/icons/components/PanoramaPhotosphereSelectIcon.tsx +8 -0
- package/src/icons/components/PanoramaVerticalIcon.tsx +8 -0
- package/src/icons/components/PanoramaVerticalSelectIcon.tsx +8 -0
- package/src/icons/components/PanoramaWideAngleIcon.tsx +8 -0
- package/src/icons/components/PanoramaWideAngleSelectIcon.tsx +8 -0
- package/src/icons/components/ParaglidingIcon.tsx +8 -0
- package/src/icons/components/ParkIcon.tsx +8 -0
- package/src/icons/components/PartyModeIcon.tsx +8 -0
- package/src/icons/components/PasswordIcon.tsx +8 -0
- package/src/icons/components/PatternIcon.tsx +8 -0
- package/src/icons/components/PauseCircleFilledIcon.tsx +8 -0
- package/src/icons/components/PauseCircleIcon.tsx +8 -0
- package/src/icons/components/PauseCircleOutlineIcon.tsx +8 -0
- package/src/icons/components/PauseIcon.tsx +8 -0
- package/src/icons/components/PausePresentationIcon.tsx +8 -0
- package/src/icons/components/PaymentIcon.tsx +8 -0
- package/src/icons/components/PaymentsIcon.tsx +8 -0
- package/src/icons/components/PedalBikeIcon.tsx +8 -0
- package/src/icons/components/PendingActionsIcon.tsx +8 -0
- package/src/icons/components/PendingIcon.tsx +8 -0
- package/src/icons/components/PentagonIcon.tsx +8 -0
- package/src/icons/components/PeopleAltIcon.tsx +8 -0
- package/src/icons/components/PeopleIcon.tsx +8 -0
- package/src/icons/components/PeopleOutlineIcon.tsx +8 -0
- package/src/icons/components/PercentIcon.tsx +8 -0
- package/src/icons/components/PermCameraMicIcon.tsx +8 -0
- package/src/icons/components/PermContactCalendarIcon.tsx +8 -0
- package/src/icons/components/PermDataSettingIcon.tsx +8 -0
- package/src/icons/components/PermDeviceInformationIcon.tsx +8 -0
- package/src/icons/components/PermIdentityIcon.tsx +8 -0
- package/src/icons/components/PermMediaIcon.tsx +8 -0
- package/src/icons/components/PermPhoneMsgIcon.tsx +8 -0
- package/src/icons/components/PermScanWifiIcon.tsx +8 -0
- package/src/icons/components/Person2Icon.tsx +8 -0
- package/src/icons/components/Person3Icon.tsx +8 -0
- package/src/icons/components/Person4Icon.tsx +8 -0
- package/src/icons/components/PersonAddAlt1Icon.tsx +8 -0
- package/src/icons/components/PersonAddAltIcon.tsx +8 -0
- package/src/icons/components/PersonAddDisabledIcon.tsx +8 -0
- package/src/icons/components/PersonAddIcon.tsx +8 -0
- package/src/icons/components/PersonIcon.tsx +8 -0
- package/src/icons/components/PersonOffIcon.tsx +8 -0
- package/src/icons/components/PersonOutlineIcon.tsx +8 -0
- package/src/icons/components/PersonPinCircleIcon.tsx +8 -0
- package/src/icons/components/PersonPinIcon.tsx +8 -0
- package/src/icons/components/PersonRemoveAlt1Icon.tsx +8 -0
- package/src/icons/components/PersonRemoveIcon.tsx +8 -0
- package/src/icons/components/PersonSearchIcon.tsx +8 -0
- package/src/icons/components/PersonalInjuryIcon.tsx +8 -0
- package/src/icons/components/PersonalVideoIcon.tsx +8 -0
- package/src/icons/components/PestControlIcon.tsx +8 -0
- package/src/icons/components/PestControlRodentIcon.tsx +8 -0
- package/src/icons/components/PetsIcon.tsx +8 -0
- package/src/icons/components/PhishingIcon.tsx +8 -0
- package/src/icons/components/PhoneAndroidIcon.tsx +8 -0
- package/src/icons/components/PhoneBluetoothSpeakerIcon.tsx +8 -0
- package/src/icons/components/PhoneCallbackIcon.tsx +8 -0
- package/src/icons/components/PhoneDisabledIcon.tsx +8 -0
- package/src/icons/components/PhoneEnabledIcon.tsx +8 -0
- package/src/icons/components/PhoneForwardedIcon.tsx +8 -0
- package/src/icons/components/PhoneIcon.tsx +8 -0
- package/src/icons/components/PhoneIphoneIcon.tsx +8 -0
- package/src/icons/components/PhoneLockedIcon.tsx +8 -0
- package/src/icons/components/PhoneMissedIcon.tsx +8 -0
- package/src/icons/components/PhonePausedIcon.tsx +8 -0
- package/src/icons/components/PhonelinkEraseIcon.tsx +8 -0
- package/src/icons/components/PhonelinkIcon.tsx +8 -0
- package/src/icons/components/PhonelinkLockIcon.tsx +8 -0
- package/src/icons/components/PhonelinkOffIcon.tsx +8 -0
- package/src/icons/components/PhonelinkRingIcon.tsx +8 -0
- package/src/icons/components/PhonelinkSetupIcon.tsx +8 -0
- package/src/icons/components/PhotoAlbumIcon.tsx +8 -0
- package/src/icons/components/PhotoCameraBackIcon.tsx +8 -0
- package/src/icons/components/PhotoCameraFrontIcon.tsx +8 -0
- package/src/icons/components/PhotoCameraIcon.tsx +8 -0
- package/src/icons/components/PhotoFilterIcon.tsx +8 -0
- package/src/icons/components/PhotoIcon.tsx +8 -0
- package/src/icons/components/PhotoLibraryIcon.tsx +8 -0
- package/src/icons/components/PhotoSizeSelectActualIcon.tsx +8 -0
- package/src/icons/components/PhotoSizeSelectLargeIcon.tsx +8 -0
- package/src/icons/components/PhotoSizeSelectSmallIcon.tsx +8 -0
- package/src/icons/components/PhpIcon.tsx +8 -0
- package/src/icons/components/PianoIcon.tsx +8 -0
- package/src/icons/components/PianoOffIcon.tsx +8 -0
- package/src/icons/components/PictureAsPdfIcon.tsx +8 -0
- package/src/icons/components/PictureInPictureAltIcon.tsx +8 -0
- package/src/icons/components/PictureInPictureIcon.tsx +8 -0
- package/src/icons/components/PieChartIcon.tsx +8 -0
- package/src/icons/components/PieChartOutlineIcon.tsx +8 -0
- package/src/icons/components/PinDropIcon.tsx +8 -0
- package/src/icons/components/PinEndIcon.tsx +8 -0
- package/src/icons/components/PinIcon.tsx +8 -0
- package/src/icons/components/PinInvokeIcon.tsx +8 -0
- package/src/icons/components/PinchIcon.tsx +8 -0
- package/src/icons/components/PivotTableChartIcon.tsx +8 -0
- package/src/icons/components/PixIcon.tsx +8 -0
- package/src/icons/components/PlaceIcon.tsx +8 -0
- package/src/icons/components/PlagiarismIcon.tsx +8 -0
- package/src/icons/components/PlayArrowIcon.tsx +8 -0
- package/src/icons/components/PlayCircleFilledIcon.tsx +8 -0
- package/src/icons/components/PlayCircleIcon.tsx +8 -0
- package/src/icons/components/PlayCircleOutlineIcon.tsx +8 -0
- package/src/icons/components/PlayDisabledIcon.tsx +8 -0
- package/src/icons/components/PlayForWorkIcon.tsx +8 -0
- package/src/icons/components/PlayLessonIcon.tsx +8 -0
- package/src/icons/components/PlaylistAddCheckCircleIcon.tsx +8 -0
- package/src/icons/components/PlaylistAddCheckIcon.tsx +8 -0
- package/src/icons/components/PlaylistAddCircleIcon.tsx +8 -0
- package/src/icons/components/PlaylistAddIcon.tsx +8 -0
- package/src/icons/components/PlaylistPlayIcon.tsx +8 -0
- package/src/icons/components/PlaylistRemoveIcon.tsx +8 -0
- package/src/icons/components/PlumbingIcon.tsx +8 -0
- package/src/icons/components/PlusOneIcon.tsx +8 -0
- package/src/icons/components/PodcastsIcon.tsx +8 -0
- package/src/icons/components/PointOfSaleIcon.tsx +8 -0
- package/src/icons/components/PolicyIcon.tsx +8 -0
- package/src/icons/components/PollIcon.tsx +8 -0
- package/src/icons/components/PolylineIcon.tsx +8 -0
- package/src/icons/components/PolymerIcon.tsx +8 -0
- package/src/icons/components/PoolIcon.tsx +8 -0
- package/src/icons/components/PortableWifiOffIcon.tsx +8 -0
- package/src/icons/components/PortraitIcon.tsx +8 -0
- package/src/icons/components/PostAddIcon.tsx +8 -0
- package/src/icons/components/PowerIcon.tsx +8 -0
- package/src/icons/components/PowerInputIcon.tsx +8 -0
- package/src/icons/components/PowerOffIcon.tsx +8 -0
- package/src/icons/components/PowerSettingsNewIcon.tsx +8 -0
- package/src/icons/components/PrecisionManufacturingIcon.tsx +8 -0
- package/src/icons/components/PregnantWomanIcon.tsx +8 -0
- package/src/icons/components/PresentToAllIcon.tsx +8 -0
- package/src/icons/components/PreviewIcon.tsx +8 -0
- package/src/icons/components/PriceChangeIcon.tsx +8 -0
- package/src/icons/components/PriceCheckIcon.tsx +8 -0
- package/src/icons/components/PrintDisabledIcon.tsx +8 -0
- package/src/icons/components/PrintIcon.tsx +8 -0
- package/src/icons/components/PriorityHighIcon.tsx +8 -0
- package/src/icons/components/PrivacyTipIcon.tsx +8 -0
- package/src/icons/components/PrivateConnectivityIcon.tsx +8 -0
- package/src/icons/components/ProductionQuantityLimitsIcon.tsx +8 -0
- package/src/icons/components/PropaneIcon.tsx +8 -0
- package/src/icons/components/PropaneTankIcon.tsx +8 -0
- package/src/icons/components/PsychologyAltIcon.tsx +8 -0
- package/src/icons/components/PsychologyIcon.tsx +8 -0
- package/src/icons/components/PublicIcon.tsx +8 -0
- package/src/icons/components/PublicOffIcon.tsx +8 -0
- package/src/icons/components/PublishIcon.tsx +8 -0
- package/src/icons/components/PublishedWithChangesIcon.tsx +8 -0
- package/src/icons/components/PunchClockIcon.tsx +8 -0
- package/src/icons/components/PushPinIcon.tsx +8 -0
- package/src/icons/components/QrCode2Icon.tsx +8 -0
- package/src/icons/components/QrCodeIcon.tsx +8 -0
- package/src/icons/components/QrCodeScannerIcon.tsx +8 -0
- package/src/icons/components/QueryBuilderIcon.tsx +8 -0
- package/src/icons/components/QueryStatsIcon.tsx +8 -0
- package/src/icons/components/QuestionAnswerIcon.tsx +8 -0
- package/src/icons/components/QuestionMarkIcon.tsx +8 -0
- package/src/icons/components/QueueIcon.tsx +8 -0
- package/src/icons/components/QueueMusicIcon.tsx +8 -0
- package/src/icons/components/QueuePlayNextIcon.tsx +8 -0
- package/src/icons/components/QuickreplyIcon.tsx +8 -0
- package/src/icons/components/QuizIcon.tsx +8 -0
- package/src/icons/components/RMobiledataIcon.tsx +8 -0
- package/src/icons/components/RadarIcon.tsx +8 -0
- package/src/icons/components/RadioButtonCheckedIcon.tsx +8 -0
- package/src/icons/components/RadioButtonUncheckedIcon.tsx +8 -0
- package/src/icons/components/RadioIcon.tsx +8 -0
- package/src/icons/components/RailwayAlertIcon.tsx +8 -0
- package/src/icons/components/RamenDiningIcon.tsx +8 -0
- package/src/icons/components/RampLeftIcon.tsx +8 -0
- package/src/icons/components/RampRightIcon.tsx +8 -0
- package/src/icons/components/RateReviewIcon.tsx +8 -0
- package/src/icons/components/RawOffIcon.tsx +8 -0
- package/src/icons/components/RawOnIcon.tsx +8 -0
- package/src/icons/components/ReadMoreIcon.tsx +8 -0
- package/src/icons/components/RealEstateAgentIcon.tsx +8 -0
- package/src/icons/components/ReceiptIcon.tsx +8 -0
- package/src/icons/components/ReceiptLongIcon.tsx +8 -0
- package/src/icons/components/RecentActorsIcon.tsx +8 -0
- package/src/icons/components/RecommendIcon.tsx +8 -0
- package/src/icons/components/RecordVoiceOverIcon.tsx +8 -0
- package/src/icons/components/RectangleIcon.tsx +8 -0
- package/src/icons/components/RecyclingIcon.tsx +8 -0
- package/src/icons/components/RedeemIcon.tsx +8 -0
- package/src/icons/components/RedoIcon.tsx +8 -0
- package/src/icons/components/ReduceCapacityIcon.tsx +8 -0
- package/src/icons/components/RefreshIcon.tsx +8 -0
- package/src/icons/components/RememberMeIcon.tsx +8 -0
- package/src/icons/components/RemoveCircleIcon.tsx +8 -0
- package/src/icons/components/RemoveCircleOutlineIcon.tsx +8 -0
- package/src/icons/components/RemoveDoneIcon.tsx +8 -0
- package/src/icons/components/RemoveFromQueueIcon.tsx +8 -0
- package/src/icons/components/RemoveIcon.tsx +8 -0
- package/src/icons/components/RemoveModeratorIcon.tsx +8 -0
- package/src/icons/components/RemoveRedEyeIcon.tsx +8 -0
- package/src/icons/components/RemoveRoadIcon.tsx +8 -0
- package/src/icons/components/RemoveShoppingCartIcon.tsx +8 -0
- package/src/icons/components/ReorderIcon.tsx +8 -0
- package/src/icons/components/RepartitionIcon.tsx +8 -0
- package/src/icons/components/RepeatIcon.tsx +8 -0
- package/src/icons/components/RepeatOnIcon.tsx +8 -0
- package/src/icons/components/RepeatOneIcon.tsx +8 -0
- package/src/icons/components/RepeatOneOnIcon.tsx +8 -0
- package/src/icons/components/Replay10Icon.tsx +8 -0
- package/src/icons/components/Replay30Icon.tsx +8 -0
- package/src/icons/components/Replay5Icon.tsx +8 -0
- package/src/icons/components/ReplayCircleFilledIcon.tsx +8 -0
- package/src/icons/components/ReplayIcon.tsx +8 -0
- package/src/icons/components/ReplyAllIcon.tsx +8 -0
- package/src/icons/components/ReplyIcon.tsx +8 -0
- package/src/icons/components/ReportGmailerrorredIcon.tsx +8 -0
- package/src/icons/components/ReportIcon.tsx +8 -0
- package/src/icons/components/ReportOffIcon.tsx +8 -0
- package/src/icons/components/ReportProblemIcon.tsx +8 -0
- package/src/icons/components/RequestPageIcon.tsx +8 -0
- package/src/icons/components/RequestQuoteIcon.tsx +8 -0
- package/src/icons/components/ResetTvIcon.tsx +8 -0
- package/src/icons/components/RestartAltIcon.tsx +8 -0
- package/src/icons/components/RestaurantIcon.tsx +8 -0
- package/src/icons/components/RestaurantMenuIcon.tsx +8 -0
- package/src/icons/components/RestoreFromTrashIcon.tsx +8 -0
- package/src/icons/components/RestoreIcon.tsx +8 -0
- package/src/icons/components/RestorePageIcon.tsx +8 -0
- package/src/icons/components/ReviewsIcon.tsx +8 -0
- package/src/icons/components/RiceBowlIcon.tsx +8 -0
- package/src/icons/components/RingVolumeIcon.tsx +8 -0
- package/src/icons/components/RocketIcon.tsx +8 -0
- package/src/icons/components/RocketLaunchIcon.tsx +8 -0
- package/src/icons/components/RollerShadesClosedIcon.tsx +8 -0
- package/src/icons/components/RollerShadesIcon.tsx +8 -0
- package/src/icons/components/RollerSkatingIcon.tsx +8 -0
- package/src/icons/components/RoofingIcon.tsx +8 -0
- package/src/icons/components/RoomIcon.tsx +8 -0
- package/src/icons/components/RoomPreferencesIcon.tsx +8 -0
- package/src/icons/components/RoomServiceIcon.tsx +8 -0
- package/src/icons/components/Rotate90DegreesCcwIcon.tsx +8 -0
- package/src/icons/components/Rotate90DegreesCwIcon.tsx +8 -0
- package/src/icons/components/RotateLeftIcon.tsx +8 -0
- package/src/icons/components/RotateRightIcon.tsx +8 -0
- package/src/icons/components/RoundaboutLeftIcon.tsx +8 -0
- package/src/icons/components/RoundaboutRightIcon.tsx +8 -0
- package/src/icons/components/RoundedCornerIcon.tsx +8 -0
- package/src/icons/components/RouteIcon.tsx +8 -0
- package/src/icons/components/RouterIcon.tsx +8 -0
- package/src/icons/components/RowingIcon.tsx +8 -0
- package/src/icons/components/RssFeedIcon.tsx +8 -0
- package/src/icons/components/RsvpIcon.tsx +8 -0
- package/src/icons/components/RttIcon.tsx +8 -0
- package/src/icons/components/RuleFolderIcon.tsx +8 -0
- package/src/icons/components/RuleIcon.tsx +8 -0
- package/src/icons/components/RunCircleIcon.tsx +8 -0
- package/src/icons/components/RunningWithErrorsIcon.tsx +8 -0
- package/src/icons/components/RvHookupIcon.tsx +8 -0
- package/src/icons/components/SafetyCheckIcon.tsx +8 -0
- package/src/icons/components/SafetyDividerIcon.tsx +8 -0
- package/src/icons/components/SailingIcon.tsx +8 -0
- package/src/icons/components/SanitizerIcon.tsx +8 -0
- package/src/icons/components/SatelliteAltIcon.tsx +8 -0
- package/src/icons/components/SatelliteIcon.tsx +8 -0
- package/src/icons/components/SaveAltIcon.tsx +8 -0
- package/src/icons/components/SaveAsIcon.tsx +8 -0
- package/src/icons/components/SaveIcon.tsx +8 -0
- package/src/icons/components/SavedSearchIcon.tsx +8 -0
- package/src/icons/components/SavingsIcon.tsx +8 -0
- package/src/icons/components/ScaleIcon.tsx +8 -0
- package/src/icons/components/ScannerIcon.tsx +8 -0
- package/src/icons/components/ScatterPlotIcon.tsx +8 -0
- package/src/icons/components/ScheduleIcon.tsx +8 -0
- package/src/icons/components/ScheduleSendIcon.tsx +8 -0
- package/src/icons/components/SchemaIcon.tsx +8 -0
- package/src/icons/components/SchoolIcon.tsx +8 -0
- package/src/icons/components/ScienceIcon.tsx +8 -0
- package/src/icons/components/ScoreIcon.tsx +8 -0
- package/src/icons/components/ScoreboardIcon.tsx +8 -0
- package/src/icons/components/ScreenLockLandscapeIcon.tsx +8 -0
- package/src/icons/components/ScreenLockPortraitIcon.tsx +8 -0
- package/src/icons/components/ScreenLockRotationIcon.tsx +8 -0
- package/src/icons/components/ScreenRotationAltIcon.tsx +8 -0
- package/src/icons/components/ScreenRotationIcon.tsx +8 -0
- package/src/icons/components/ScreenSearchDesktopIcon.tsx +8 -0
- package/src/icons/components/ScreenShareIcon.tsx +8 -0
- package/src/icons/components/ScreenshotIcon.tsx +8 -0
- package/src/icons/components/ScreenshotMonitorIcon.tsx +8 -0
- package/src/icons/components/ScubaDivingIcon.tsx +8 -0
- package/src/icons/components/SdCardAlertIcon.tsx +8 -0
- package/src/icons/components/SdCardIcon.tsx +8 -0
- package/src/icons/components/SdIcon.tsx +8 -0
- package/src/icons/components/SdStorageIcon.tsx +8 -0
- package/src/icons/components/SearchIcon.tsx +8 -0
- package/src/icons/components/SearchOffIcon.tsx +8 -0
- package/src/icons/components/SecurityIcon.tsx +8 -0
- package/src/icons/components/SecurityUpdateGoodIcon.tsx +8 -0
- package/src/icons/components/SecurityUpdateIcon.tsx +8 -0
- package/src/icons/components/SecurityUpdateWarningIcon.tsx +8 -0
- package/src/icons/components/SegmentIcon.tsx +8 -0
- package/src/icons/components/SelectAllIcon.tsx +8 -0
- package/src/icons/components/SelfImprovementIcon.tsx +8 -0
- package/src/icons/components/SellIcon.tsx +8 -0
- package/src/icons/components/SendAndArchiveIcon.tsx +8 -0
- package/src/icons/components/SendIcon.tsx +8 -0
- package/src/icons/components/SendTimeExtensionIcon.tsx +8 -0
- package/src/icons/components/SendToMobileIcon.tsx +8 -0
- package/src/icons/components/SensorDoorIcon.tsx +8 -0
- package/src/icons/components/SensorOccupiedIcon.tsx +8 -0
- package/src/icons/components/SensorWindowIcon.tsx +8 -0
- package/src/icons/components/SensorsIcon.tsx +8 -0
- package/src/icons/components/SensorsOffIcon.tsx +8 -0
- package/src/icons/components/SentimentDissatisfiedIcon.tsx +8 -0
- package/src/icons/components/SentimentNeutralIcon.tsx +8 -0
- package/src/icons/components/SentimentSatisfiedAltIcon.tsx +8 -0
- package/src/icons/components/SentimentSatisfiedIcon.tsx +8 -0
- package/src/icons/components/SentimentVeryDissatisfiedIcon.tsx +8 -0
- package/src/icons/components/SentimentVerySatisfiedIcon.tsx +8 -0
- package/src/icons/components/SetMealIcon.tsx +8 -0
- package/src/icons/components/SettingsAccessibilityIcon.tsx +8 -0
- package/src/icons/components/SettingsApplicationsIcon.tsx +8 -0
- package/src/icons/components/SettingsBackupRestoreIcon.tsx +8 -0
- package/src/icons/components/SettingsBluetoothIcon.tsx +8 -0
- package/src/icons/components/SettingsBrightnessIcon.tsx +8 -0
- package/src/icons/components/SettingsCellIcon.tsx +8 -0
- package/src/icons/components/SettingsEthernetIcon.tsx +8 -0
- package/src/icons/components/SettingsIcon.tsx +8 -0
- package/src/icons/components/SettingsInputAntennaIcon.tsx +8 -0
- package/src/icons/components/SettingsInputComponentIcon.tsx +8 -0
- package/src/icons/components/SettingsInputCompositeIcon.tsx +8 -0
- package/src/icons/components/SettingsInputHdmiIcon.tsx +8 -0
- package/src/icons/components/SettingsInputSvideoIcon.tsx +8 -0
- package/src/icons/components/SettingsOverscanIcon.tsx +8 -0
- package/src/icons/components/SettingsPhoneIcon.tsx +8 -0
- package/src/icons/components/SettingsPowerIcon.tsx +8 -0
- package/src/icons/components/SettingsRemoteIcon.tsx +8 -0
- package/src/icons/components/SettingsSuggestIcon.tsx +8 -0
- package/src/icons/components/SettingsSystemDaydreamIcon.tsx +8 -0
- package/src/icons/components/SettingsVoiceIcon.tsx +8 -0
- package/src/icons/components/SevereColdIcon.tsx +8 -0
- package/src/icons/components/ShapeLineIcon.tsx +8 -0
- package/src/icons/components/ShareIcon.tsx +8 -0
- package/src/icons/components/ShareLocationIcon.tsx +8 -0
- package/src/icons/components/ShieldIcon.tsx +8 -0
- package/src/icons/components/ShieldMoonIcon.tsx +8 -0
- package/src/icons/components/Shop2Icon.tsx +8 -0
- package/src/icons/components/ShopIcon.tsx +8 -0
- package/src/icons/components/ShopTwoIcon.tsx +8 -0
- package/src/icons/components/ShoppingBagIcon.tsx +8 -0
- package/src/icons/components/ShoppingBasketIcon.tsx +8 -0
- package/src/icons/components/ShoppingCartCheckoutIcon.tsx +8 -0
- package/src/icons/components/ShoppingCartIcon.tsx +8 -0
- package/src/icons/components/ShortTextIcon.tsx +8 -0
- package/src/icons/components/ShortcutIcon.tsx +8 -0
- package/src/icons/components/ShowChartIcon.tsx +8 -0
- package/src/icons/components/ShowerIcon.tsx +8 -0
- package/src/icons/components/ShuffleIcon.tsx +8 -0
- package/src/icons/components/ShuffleOnIcon.tsx +8 -0
- package/src/icons/components/ShutterSpeedIcon.tsx +8 -0
- package/src/icons/components/SickIcon.tsx +8 -0
- package/src/icons/components/SignLanguageIcon.tsx +8 -0
- package/src/icons/components/SignalCellular0BarIcon.tsx +8 -0
- package/src/icons/components/SignalCellular4BarIcon.tsx +8 -0
- package/src/icons/components/SignalCellularAlt1BarIcon.tsx +8 -0
- package/src/icons/components/SignalCellularAlt2BarIcon.tsx +8 -0
- package/src/icons/components/SignalCellularAltIcon.tsx +8 -0
- package/src/icons/components/SignalCellularConnectedNoInternet0BarIcon.tsx +8 -0
- package/src/icons/components/SignalCellularConnectedNoInternet4BarIcon.tsx +8 -0
- package/src/icons/components/SignalCellularNoSimIcon.tsx +8 -0
- package/src/icons/components/SignalCellularNodataIcon.tsx +8 -0
- package/src/icons/components/SignalCellularNullIcon.tsx +8 -0
- package/src/icons/components/SignalCellularOffIcon.tsx +8 -0
- package/src/icons/components/SignalWifi0BarIcon.tsx +8 -0
- package/src/icons/components/SignalWifi4BarIcon.tsx +8 -0
- package/src/icons/components/SignalWifi4BarLockIcon.tsx +8 -0
- package/src/icons/components/SignalWifiBadIcon.tsx +8 -0
- package/src/icons/components/SignalWifiConnectedNoInternet4Icon.tsx +8 -0
- package/src/icons/components/SignalWifiOffIcon.tsx +8 -0
- package/src/icons/components/SignalWifiStatusbar4BarIcon.tsx +8 -0
- package/src/icons/components/SignalWifiStatusbarConnectedNoInternet4Icon.tsx +8 -0
- package/src/icons/components/SignalWifiStatusbarNullIcon.tsx +8 -0
- package/src/icons/components/SignpostIcon.tsx +8 -0
- package/src/icons/components/SimCardAlertIcon.tsx +8 -0
- package/src/icons/components/SimCardDownloadIcon.tsx +8 -0
- package/src/icons/components/SimCardIcon.tsx +8 -0
- package/src/icons/components/SingleBedIcon.tsx +8 -0
- package/src/icons/components/SipIcon.tsx +8 -0
- package/src/icons/components/SkateboardingIcon.tsx +8 -0
- package/src/icons/components/SkipNextIcon.tsx +8 -0
- package/src/icons/components/SkipPreviousIcon.tsx +8 -0
- package/src/icons/components/SleddingIcon.tsx +8 -0
- package/src/icons/components/SlideshowIcon.tsx +8 -0
- package/src/icons/components/SlowMotionVideoIcon.tsx +8 -0
- package/src/icons/components/SmartButtonIcon.tsx +8 -0
- package/src/icons/components/SmartDisplayIcon.tsx +8 -0
- package/src/icons/components/SmartScreenIcon.tsx +8 -0
- package/src/icons/components/SmartToyIcon.tsx +8 -0
- package/src/icons/components/SmartphoneIcon.tsx +8 -0
- package/src/icons/components/SmokeFreeIcon.tsx +8 -0
- package/src/icons/components/SmokingRoomsIcon.tsx +8 -0
- package/src/icons/components/SmsFailedIcon.tsx +8 -0
- package/src/icons/components/SmsIcon.tsx +8 -0
- package/src/icons/components/SnippetFolderIcon.tsx +8 -0
- package/src/icons/components/SnoozeIcon.tsx +8 -0
- package/src/icons/components/SnowboardingIcon.tsx +8 -0
- package/src/icons/components/SnowmobileIcon.tsx +8 -0
- package/src/icons/components/SnowshoeingIcon.tsx +8 -0
- package/src/icons/components/SoapIcon.tsx +8 -0
- package/src/icons/components/SocialDistanceIcon.tsx +8 -0
- package/src/icons/components/SolarPowerIcon.tsx +8 -0
- package/src/icons/components/SortByAlphaIcon.tsx +8 -0
- package/src/icons/components/SortIcon.tsx +8 -0
- package/src/icons/components/SosIcon.tsx +8 -0
- package/src/icons/components/SoupKitchenIcon.tsx +8 -0
- package/src/icons/components/SourceIcon.tsx +8 -0
- package/src/icons/components/SouthAmericaIcon.tsx +8 -0
- package/src/icons/components/SouthEastIcon.tsx +8 -0
- package/src/icons/components/SouthIcon.tsx +8 -0
- package/src/icons/components/SouthWestIcon.tsx +8 -0
- package/src/icons/components/SpaIcon.tsx +8 -0
- package/src/icons/components/SpaceBarIcon.tsx +8 -0
- package/src/icons/components/SpaceDashboardIcon.tsx +8 -0
- package/src/icons/components/SpatialAudioIcon.tsx +8 -0
- package/src/icons/components/SpatialAudioOffIcon.tsx +8 -0
- package/src/icons/components/SpatialTrackingIcon.tsx +8 -0
- package/src/icons/components/SpeakerGroupIcon.tsx +8 -0
- package/src/icons/components/SpeakerIcon.tsx +8 -0
- package/src/icons/components/SpeakerNotesIcon.tsx +8 -0
- package/src/icons/components/SpeakerNotesOffIcon.tsx +8 -0
- package/src/icons/components/SpeakerPhoneIcon.tsx +8 -0
- package/src/icons/components/SpeedIcon.tsx +8 -0
- package/src/icons/components/SpellcheckIcon.tsx +8 -0
- package/src/icons/components/SplitscreenIcon.tsx +8 -0
- package/src/icons/components/SpokeIcon.tsx +8 -0
- package/src/icons/components/SportsBarIcon.tsx +8 -0
- package/src/icons/components/SportsBaseballIcon.tsx +8 -0
- package/src/icons/components/SportsBasketballIcon.tsx +8 -0
- package/src/icons/components/SportsCricketIcon.tsx +8 -0
- package/src/icons/components/SportsEsportsIcon.tsx +8 -0
- package/src/icons/components/SportsFootballIcon.tsx +8 -0
- package/src/icons/components/SportsGolfIcon.tsx +8 -0
- package/src/icons/components/SportsGymnasticsIcon.tsx +8 -0
- package/src/icons/components/SportsHandballIcon.tsx +8 -0
- package/src/icons/components/SportsHockeyIcon.tsx +8 -0
- package/src/icons/components/SportsIcon.tsx +8 -0
- package/src/icons/components/SportsKabaddiIcon.tsx +8 -0
- package/src/icons/components/SportsMartialArtsIcon.tsx +8 -0
- package/src/icons/components/SportsMmaIcon.tsx +8 -0
- package/src/icons/components/SportsMotorsportsIcon.tsx +8 -0
- package/src/icons/components/SportsRugbyIcon.tsx +8 -0
- package/src/icons/components/SportsScoreIcon.tsx +8 -0
- package/src/icons/components/SportsSoccerIcon.tsx +8 -0
- package/src/icons/components/SportsTennisIcon.tsx +8 -0
- package/src/icons/components/SportsVolleyballIcon.tsx +8 -0
- package/src/icons/components/SquareFootIcon.tsx +8 -0
- package/src/icons/components/SquareIcon.tsx +8 -0
- package/src/icons/components/SsidChartIcon.tsx +8 -0
- package/src/icons/components/StackedBarChartIcon.tsx +8 -0
- package/src/icons/components/StackedLineChartIcon.tsx +8 -0
- package/src/icons/components/StadiumIcon.tsx +8 -0
- package/src/icons/components/StairsIcon.tsx +8 -0
- package/src/icons/components/StarBorderIcon.tsx +8 -0
- package/src/icons/components/StarBorderPurple500Icon.tsx +8 -0
- package/src/icons/components/StarHalfIcon.tsx +8 -0
- package/src/icons/components/StarIcon.tsx +8 -0
- package/src/icons/components/StarOutlineIcon.tsx +8 -0
- package/src/icons/components/StarPurple500Icon.tsx +8 -0
- package/src/icons/components/StarRateIcon.tsx +8 -0
- package/src/icons/components/StarsIcon.tsx +8 -0
- package/src/icons/components/StartIcon.tsx +8 -0
- package/src/icons/components/StayCurrentLandscapeIcon.tsx +8 -0
- package/src/icons/components/StayCurrentPortraitIcon.tsx +8 -0
- package/src/icons/components/StayPrimaryLandscapeIcon.tsx +8 -0
- package/src/icons/components/StayPrimaryPortraitIcon.tsx +8 -0
- package/src/icons/components/StickyNote2Icon.tsx +8 -0
- package/src/icons/components/StopCircleIcon.tsx +8 -0
- package/src/icons/components/StopIcon.tsx +8 -0
- package/src/icons/components/StopScreenShareIcon.tsx +8 -0
- package/src/icons/components/StorageIcon.tsx +8 -0
- package/src/icons/components/StoreIcon.tsx +8 -0
- package/src/icons/components/StoreMallDirectoryIcon.tsx +8 -0
- package/src/icons/components/StorefrontIcon.tsx +8 -0
- package/src/icons/components/StormIcon.tsx +8 -0
- package/src/icons/components/StraightIcon.tsx +8 -0
- package/src/icons/components/StraightenIcon.tsx +8 -0
- package/src/icons/components/StreamIcon.tsx +8 -0
- package/src/icons/components/StreetviewIcon.tsx +8 -0
- package/src/icons/components/StrikethroughSIcon.tsx +8 -0
- package/src/icons/components/StrollerIcon.tsx +8 -0
- package/src/icons/components/StyleIcon.tsx +8 -0
- package/src/icons/components/SubdirectoryArrowLeftIcon.tsx +8 -0
- package/src/icons/components/SubdirectoryArrowRightIcon.tsx +8 -0
- package/src/icons/components/SubjectIcon.tsx +8 -0
- package/src/icons/components/SubscriptIcon.tsx +8 -0
- package/src/icons/components/SubscriptionsIcon.tsx +8 -0
- package/src/icons/components/SubtitlesIcon.tsx +8 -0
- package/src/icons/components/SubtitlesOffIcon.tsx +8 -0
- package/src/icons/components/SubwayIcon.tsx +8 -0
- package/src/icons/components/SummarizeIcon.tsx +8 -0
- package/src/icons/components/SuperscriptIcon.tsx +8 -0
- package/src/icons/components/SupervisedUserCircleIcon.tsx +8 -0
- package/src/icons/components/SupervisorAccountIcon.tsx +8 -0
- package/src/icons/components/SupportAgentIcon.tsx +8 -0
- package/src/icons/components/SupportIcon.tsx +8 -0
- package/src/icons/components/SurfingIcon.tsx +8 -0
- package/src/icons/components/SurroundSoundIcon.tsx +8 -0
- package/src/icons/components/SwapCallsIcon.tsx +8 -0
- package/src/icons/components/SwapHorizIcon.tsx +8 -0
- package/src/icons/components/SwapHorizontalCircleIcon.tsx +8 -0
- package/src/icons/components/SwapVertIcon.tsx +8 -0
- package/src/icons/components/SwapVerticalCircleIcon.tsx +8 -0
- package/src/icons/components/SwipeDownAltIcon.tsx +8 -0
- package/src/icons/components/SwipeDownIcon.tsx +8 -0
- package/src/icons/components/SwipeIcon.tsx +8 -0
- package/src/icons/components/SwipeLeftAltIcon.tsx +8 -0
- package/src/icons/components/SwipeLeftIcon.tsx +8 -0
- package/src/icons/components/SwipeRightAltIcon.tsx +8 -0
- package/src/icons/components/SwipeRightIcon.tsx +8 -0
- package/src/icons/components/SwipeUpAltIcon.tsx +8 -0
- package/src/icons/components/SwipeUpIcon.tsx +8 -0
- package/src/icons/components/SwipeVerticalIcon.tsx +8 -0
- package/src/icons/components/SwitchAccessShortcutAddIcon.tsx +8 -0
- package/src/icons/components/SwitchAccessShortcutIcon.tsx +8 -0
- package/src/icons/components/SwitchAccountIcon.tsx +8 -0
- package/src/icons/components/SwitchCameraIcon.tsx +8 -0
- package/src/icons/components/SwitchLeftIcon.tsx +8 -0
- package/src/icons/components/SwitchRightIcon.tsx +8 -0
- package/src/icons/components/SwitchVideoIcon.tsx +8 -0
- package/src/icons/components/SynagogueIcon.tsx +8 -0
- package/src/icons/components/SyncAltIcon.tsx +8 -0
- package/src/icons/components/SyncDisabledIcon.tsx +8 -0
- package/src/icons/components/SyncIcon.tsx +8 -0
- package/src/icons/components/SyncLockIcon.tsx +8 -0
- package/src/icons/components/SyncProblemIcon.tsx +8 -0
- package/src/icons/components/SystemSecurityUpdateGoodIcon.tsx +8 -0
- package/src/icons/components/SystemSecurityUpdateIcon.tsx +8 -0
- package/src/icons/components/SystemSecurityUpdateWarningIcon.tsx +8 -0
- package/src/icons/components/SystemUpdateAltIcon.tsx +8 -0
- package/src/icons/components/SystemUpdateIcon.tsx +8 -0
- package/src/icons/components/TabIcon.tsx +8 -0
- package/src/icons/components/TabUnselectedIcon.tsx +8 -0
- package/src/icons/components/TableBarIcon.tsx +8 -0
- package/src/icons/components/TableChartIcon.tsx +8 -0
- package/src/icons/components/TableRestaurantIcon.tsx +8 -0
- package/src/icons/components/TableRowsIcon.tsx +8 -0
- package/src/icons/components/TableViewIcon.tsx +8 -0
- package/src/icons/components/TabletAndroidIcon.tsx +8 -0
- package/src/icons/components/TabletIcon.tsx +8 -0
- package/src/icons/components/TabletMacIcon.tsx +8 -0
- package/src/icons/components/TagFacesIcon.tsx +8 -0
- package/src/icons/components/TagIcon.tsx +8 -0
- package/src/icons/components/TakeoutDiningIcon.tsx +8 -0
- package/src/icons/components/TapAndPlayIcon.tsx +8 -0
- package/src/icons/components/TapasIcon.tsx +8 -0
- package/src/icons/components/TaskAltIcon.tsx +8 -0
- package/src/icons/components/TaskIcon.tsx +8 -0
- package/src/icons/components/TaxiAlertIcon.tsx +8 -0
- package/src/icons/components/TempleBuddhistIcon.tsx +8 -0
- package/src/icons/components/TempleHinduIcon.tsx +8 -0
- package/src/icons/components/TerminalIcon.tsx +8 -0
- package/src/icons/components/TerrainIcon.tsx +8 -0
- package/src/icons/components/TextDecreaseIcon.tsx +8 -0
- package/src/icons/components/TextFieldsIcon.tsx +8 -0
- package/src/icons/components/TextFormatIcon.tsx +8 -0
- package/src/icons/components/TextIncreaseIcon.tsx +8 -0
- package/src/icons/components/TextRotateUpIcon.tsx +8 -0
- package/src/icons/components/TextRotateVerticalIcon.tsx +8 -0
- package/src/icons/components/TextRotationAngledownIcon.tsx +8 -0
- package/src/icons/components/TextRotationAngleupIcon.tsx +8 -0
- package/src/icons/components/TextRotationDownIcon.tsx +8 -0
- package/src/icons/components/TextRotationNoneIcon.tsx +8 -0
- package/src/icons/components/TextSnippetIcon.tsx +8 -0
- package/src/icons/components/TextsmsIcon.tsx +8 -0
- package/src/icons/components/TextureIcon.tsx +8 -0
- package/src/icons/components/TheaterComedyIcon.tsx +8 -0
- package/src/icons/components/TheatersIcon.tsx +8 -0
- package/src/icons/components/ThermostatAutoIcon.tsx +8 -0
- package/src/icons/components/ThermostatIcon.tsx +8 -0
- package/src/icons/components/ThumbDownAltIcon.tsx +8 -0
- package/src/icons/components/ThumbDownIcon.tsx +8 -0
- package/src/icons/components/ThumbDownOffAltIcon.tsx +8 -0
- package/src/icons/components/ThumbUpAltIcon.tsx +8 -0
- package/src/icons/components/ThumbUpIcon.tsx +8 -0
- package/src/icons/components/ThumbUpOffAltIcon.tsx +8 -0
- package/src/icons/components/ThumbsUpDownIcon.tsx +8 -0
- package/src/icons/components/ThunderstormIcon.tsx +8 -0
- package/src/icons/components/TimeToLeaveIcon.tsx +8 -0
- package/src/icons/components/TimelapseIcon.tsx +8 -0
- package/src/icons/components/TimelineIcon.tsx +8 -0
- package/src/icons/components/Timer10Icon.tsx +8 -0
- package/src/icons/components/Timer10SelectIcon.tsx +8 -0
- package/src/icons/components/Timer3Icon.tsx +8 -0
- package/src/icons/components/Timer3SelectIcon.tsx +8 -0
- package/src/icons/components/TimerIcon.tsx +8 -0
- package/src/icons/components/TimerOffIcon.tsx +8 -0
- package/src/icons/components/TipsAndUpdatesIcon.tsx +8 -0
- package/src/icons/components/TireRepairIcon.tsx +8 -0
- package/src/icons/components/TitleIcon.tsx +8 -0
- package/src/icons/components/TocIcon.tsx +8 -0
- package/src/icons/components/TodayIcon.tsx +8 -0
- package/src/icons/components/ToggleOffIcon.tsx +8 -0
- package/src/icons/components/ToggleOnIcon.tsx +8 -0
- package/src/icons/components/TokenIcon.tsx +8 -0
- package/src/icons/components/TollIcon.tsx +8 -0
- package/src/icons/components/TonalityIcon.tsx +8 -0
- package/src/icons/components/TopicIcon.tsx +8 -0
- package/src/icons/components/TornadoIcon.tsx +8 -0
- package/src/icons/components/TouchAppIcon.tsx +8 -0
- package/src/icons/components/TourIcon.tsx +8 -0
- package/src/icons/components/ToysIcon.tsx +8 -0
- package/src/icons/components/TrackChangesIcon.tsx +8 -0
- package/src/icons/components/TrafficIcon.tsx +8 -0
- package/src/icons/components/TrainIcon.tsx +8 -0
- package/src/icons/components/TramIcon.tsx +8 -0
- package/src/icons/components/TranscribeIcon.tsx +8 -0
- package/src/icons/components/TransferWithinAStationIcon.tsx +8 -0
- package/src/icons/components/TransformIcon.tsx +8 -0
- package/src/icons/components/TransgenderIcon.tsx +8 -0
- package/src/icons/components/TransitEnterexitIcon.tsx +8 -0
- package/src/icons/components/TranslateIcon.tsx +8 -0
- package/src/icons/components/TravelExploreIcon.tsx +8 -0
- package/src/icons/components/TrendingDownIcon.tsx +8 -0
- package/src/icons/components/TrendingFlatIcon.tsx +8 -0
- package/src/icons/components/TrendingUpIcon.tsx +8 -0
- package/src/icons/components/TripOriginIcon.tsx +8 -0
- package/src/icons/components/TroubleshootIcon.tsx +8 -0
- package/src/icons/components/TryIcon.tsx +8 -0
- package/src/icons/components/TsunamiIcon.tsx +8 -0
- package/src/icons/components/TtyIcon.tsx +8 -0
- package/src/icons/components/TuneIcon.tsx +8 -0
- package/src/icons/components/TungstenIcon.tsx +8 -0
- package/src/icons/components/TurnLeftIcon.tsx +8 -0
- package/src/icons/components/TurnRightIcon.tsx +8 -0
- package/src/icons/components/TurnSharpLeftIcon.tsx +8 -0
- package/src/icons/components/TurnSharpRightIcon.tsx +8 -0
- package/src/icons/components/TurnSlightLeftIcon.tsx +8 -0
- package/src/icons/components/TurnSlightRightIcon.tsx +8 -0
- package/src/icons/components/TurnedInIcon.tsx +8 -0
- package/src/icons/components/TurnedInNotIcon.tsx +8 -0
- package/src/icons/components/TvIcon.tsx +8 -0
- package/src/icons/components/TvOffIcon.tsx +8 -0
- package/src/icons/components/TwoWheelerIcon.tsx +8 -0
- package/src/icons/components/TypeSpecimenIcon.tsx +8 -0
- package/src/icons/components/UTurnLeftIcon.tsx +8 -0
- package/src/icons/components/UTurnRightIcon.tsx +8 -0
- package/src/icons/components/UmbrellaIcon.tsx +8 -0
- package/src/icons/components/UnarchiveIcon.tsx +8 -0
- package/src/icons/components/UndoIcon.tsx +8 -0
- package/src/icons/components/UnfoldLessDoubleIcon.tsx +8 -0
- package/src/icons/components/UnfoldLessIcon.tsx +8 -0
- package/src/icons/components/UnfoldMoreDoubleIcon.tsx +8 -0
- package/src/icons/components/UnfoldMoreIcon.tsx +8 -0
- package/src/icons/components/UnpublishedIcon.tsx +8 -0
- package/src/icons/components/UnsubscribeIcon.tsx +8 -0
- package/src/icons/components/UpcomingIcon.tsx +8 -0
- package/src/icons/components/UpdateDisabledIcon.tsx +8 -0
- package/src/icons/components/UpdateIcon.tsx +8 -0
- package/src/icons/components/UpgradeIcon.tsx +8 -0
- package/src/icons/components/UploadFileIcon.tsx +8 -0
- package/src/icons/components/UploadIcon.tsx +8 -0
- package/src/icons/components/UsbIcon.tsx +8 -0
- package/src/icons/components/UsbOffIcon.tsx +8 -0
- package/src/icons/components/VaccinesIcon.tsx +8 -0
- package/src/icons/components/VapeFreeIcon.tsx +8 -0
- package/src/icons/components/VapingRoomsIcon.tsx +8 -0
- package/src/icons/components/VerifiedIcon.tsx +8 -0
- package/src/icons/components/VerifiedUserIcon.tsx +8 -0
- package/src/icons/components/VerticalAlignBottomIcon.tsx +8 -0
- package/src/icons/components/VerticalAlignCenterIcon.tsx +8 -0
- package/src/icons/components/VerticalAlignTopIcon.tsx +8 -0
- package/src/icons/components/VerticalDistributeIcon.tsx +8 -0
- package/src/icons/components/VerticalShadesClosedIcon.tsx +8 -0
- package/src/icons/components/VerticalShadesIcon.tsx +8 -0
- package/src/icons/components/VerticalSplitIcon.tsx +8 -0
- package/src/icons/components/VibrationIcon.tsx +8 -0
- package/src/icons/components/VideoCallIcon.tsx +8 -0
- package/src/icons/components/VideoCameraBackIcon.tsx +8 -0
- package/src/icons/components/VideoCameraFrontIcon.tsx +8 -0
- package/src/icons/components/VideoChatIcon.tsx +8 -0
- package/src/icons/components/VideoFileIcon.tsx +8 -0
- package/src/icons/components/VideoLabelIcon.tsx +8 -0
- package/src/icons/components/VideoLibraryIcon.tsx +8 -0
- package/src/icons/components/VideoSettingsIcon.tsx +8 -0
- package/src/icons/components/VideoStableIcon.tsx +8 -0
- package/src/icons/components/VideocamIcon.tsx +8 -0
- package/src/icons/components/VideocamOffIcon.tsx +8 -0
- package/src/icons/components/VideogameAssetIcon.tsx +8 -0
- package/src/icons/components/VideogameAssetOffIcon.tsx +8 -0
- package/src/icons/components/ViewAgendaIcon.tsx +8 -0
- package/src/icons/components/ViewArrayIcon.tsx +8 -0
- package/src/icons/components/ViewCarouselIcon.tsx +8 -0
- package/src/icons/components/ViewColumnIcon.tsx +8 -0
- package/src/icons/components/ViewComfyAltIcon.tsx +8 -0
- package/src/icons/components/ViewComfyIcon.tsx +8 -0
- package/src/icons/components/ViewCompactAltIcon.tsx +8 -0
- package/src/icons/components/ViewCompactIcon.tsx +8 -0
- package/src/icons/components/ViewCozyIcon.tsx +8 -0
- package/src/icons/components/ViewDayIcon.tsx +8 -0
- package/src/icons/components/ViewHeadlineIcon.tsx +8 -0
- package/src/icons/components/ViewInArIcon.tsx +8 -0
- package/src/icons/components/ViewKanbanIcon.tsx +8 -0
- package/src/icons/components/ViewListIcon.tsx +8 -0
- package/src/icons/components/ViewModuleIcon.tsx +8 -0
- package/src/icons/components/ViewQuiltIcon.tsx +8 -0
- package/src/icons/components/ViewSidebarIcon.tsx +8 -0
- package/src/icons/components/ViewStreamIcon.tsx +8 -0
- package/src/icons/components/ViewTimelineIcon.tsx +8 -0
- package/src/icons/components/ViewWeekIcon.tsx +8 -0
- package/src/icons/components/VignetteIcon.tsx +8 -0
- package/src/icons/components/VillaIcon.tsx +8 -0
- package/src/icons/components/VisibilityIcon.tsx +8 -0
- package/src/icons/components/VisibilityOffIcon.tsx +8 -0
- package/src/icons/components/VoiceChatIcon.tsx +8 -0
- package/src/icons/components/VoiceOverOffIcon.tsx +8 -0
- package/src/icons/components/VoicemailIcon.tsx +8 -0
- package/src/icons/components/VolcanoIcon.tsx +8 -0
- package/src/icons/components/VolumeDownIcon.tsx +8 -0
- package/src/icons/components/VolumeMuteIcon.tsx +8 -0
- package/src/icons/components/VolumeOffIcon.tsx +8 -0
- package/src/icons/components/VolumeUpIcon.tsx +8 -0
- package/src/icons/components/VolunteerActivismIcon.tsx +8 -0
- package/src/icons/components/VpnKeyIcon.tsx +8 -0
- package/src/icons/components/VpnKeyOffIcon.tsx +8 -0
- package/src/icons/components/VpnLockIcon.tsx +8 -0
- package/src/icons/components/VrpanoIcon.tsx +8 -0
- package/src/icons/components/WalletIcon.tsx +8 -0
- package/src/icons/components/WallpaperIcon.tsx +8 -0
- package/src/icons/components/WarehouseIcon.tsx +8 -0
- package/src/icons/components/WarningAmberIcon.tsx +8 -0
- package/src/icons/components/WarningIcon.tsx +8 -0
- package/src/icons/components/WashIcon.tsx +8 -0
- package/src/icons/components/WatchIcon.tsx +8 -0
- package/src/icons/components/WatchLaterIcon.tsx +8 -0
- package/src/icons/components/WatchOffIcon.tsx +8 -0
- package/src/icons/components/WaterDamageIcon.tsx +8 -0
- package/src/icons/components/WaterDropIcon.tsx +8 -0
- package/src/icons/components/WaterIcon.tsx +8 -0
- package/src/icons/components/WaterfallChartIcon.tsx +8 -0
- package/src/icons/components/WavesIcon.tsx +8 -0
- package/src/icons/components/WavingHandIcon.tsx +8 -0
- package/src/icons/components/WbAutoIcon.tsx +8 -0
- package/src/icons/components/WbCloudyIcon.tsx +8 -0
- package/src/icons/components/WbIncandescentIcon.tsx +8 -0
- package/src/icons/components/WbIridescentIcon.tsx +8 -0
- package/src/icons/components/WbShadeIcon.tsx +8 -0
- package/src/icons/components/WbSunnyIcon.tsx +8 -0
- package/src/icons/components/WbTwilightIcon.tsx +8 -0
- package/src/icons/components/WcIcon.tsx +8 -0
- package/src/icons/components/WebAssetIcon.tsx +8 -0
- package/src/icons/components/WebAssetOffIcon.tsx +8 -0
- package/src/icons/components/WebIcon.tsx +8 -0
- package/src/icons/components/WebStoriesIcon.tsx +8 -0
- package/src/icons/components/WebhookIcon.tsx +8 -0
- package/src/icons/components/WeekendIcon.tsx +8 -0
- package/src/icons/components/WestIcon.tsx +8 -0
- package/src/icons/components/WhatshotIcon.tsx +8 -0
- package/src/icons/components/WheelchairPickupIcon.tsx +8 -0
- package/src/icons/components/WhereToVoteIcon.tsx +8 -0
- package/src/icons/components/WidgetsIcon.tsx +8 -0
- package/src/icons/components/WidthFullIcon.tsx +8 -0
- package/src/icons/components/WidthNormalIcon.tsx +8 -0
- package/src/icons/components/WidthWideIcon.tsx +8 -0
- package/src/icons/components/Wifi1BarIcon.tsx +8 -0
- package/src/icons/components/Wifi2BarIcon.tsx +8 -0
- package/src/icons/components/WifiCalling3Icon.tsx +8 -0
- package/src/icons/components/WifiCallingIcon.tsx +8 -0
- package/src/icons/components/WifiChannelIcon.tsx +8 -0
- package/src/icons/components/WifiFindIcon.tsx +8 -0
- package/src/icons/components/WifiIcon.tsx +8 -0
- package/src/icons/components/WifiLockIcon.tsx +8 -0
- package/src/icons/components/WifiOffIcon.tsx +8 -0
- package/src/icons/components/WifiPasswordIcon.tsx +8 -0
- package/src/icons/components/WifiProtectedSetupIcon.tsx +8 -0
- package/src/icons/components/WifiTetheringErrorIcon.tsx +8 -0
- package/src/icons/components/WifiTetheringIcon.tsx +8 -0
- package/src/icons/components/WifiTetheringOffIcon.tsx +8 -0
- package/src/icons/components/WindPowerIcon.tsx +8 -0
- package/src/icons/components/WindowIcon.tsx +8 -0
- package/src/icons/components/WineBarIcon.tsx +8 -0
- package/src/icons/components/Woman2Icon.tsx +8 -0
- package/src/icons/components/WomanIcon.tsx +8 -0
- package/src/icons/components/WorkHistoryIcon.tsx +8 -0
- package/src/icons/components/WorkIcon.tsx +8 -0
- package/src/icons/components/WorkOffIcon.tsx +8 -0
- package/src/icons/components/WorkOutlineIcon.tsx +8 -0
- package/src/icons/components/WorkspacePremiumIcon.tsx +8 -0
- package/src/icons/components/WorkspacesIcon.tsx +8 -0
- package/src/icons/components/WrapTextIcon.tsx +8 -0
- package/src/icons/components/WrongLocationIcon.tsx +8 -0
- package/src/icons/components/WysiwygIcon.tsx +8 -0
- package/src/icons/components/YardIcon.tsx +8 -0
- package/src/icons/components/YoutubeSearchedForIcon.tsx +8 -0
- package/src/icons/components/ZoomInIcon.tsx +8 -0
- package/src/icons/components/ZoomInMapIcon.tsx +8 -0
- package/src/icons/components/ZoomOutIcon.tsx +8 -0
- package/src/icons/components/ZoomOutMapIcon.tsx +8 -0
- package/src/icons/components/_10kIcon.tsx +8 -0
- package/src/icons/components/_10mpIcon.tsx +8 -0
- package/src/icons/components/_11mpIcon.tsx +8 -0
- package/src/icons/components/_123Icon.tsx +8 -0
- package/src/icons/components/_12mpIcon.tsx +8 -0
- package/src/icons/components/_13mpIcon.tsx +8 -0
- package/src/icons/components/_14mpIcon.tsx +8 -0
- package/src/icons/components/_15mpIcon.tsx +8 -0
- package/src/icons/components/_16mpIcon.tsx +8 -0
- package/src/icons/components/_17mpIcon.tsx +8 -0
- package/src/icons/components/_18UpRatingIcon.tsx +8 -0
- package/src/icons/components/_18mpIcon.tsx +8 -0
- package/src/icons/components/_19mpIcon.tsx +8 -0
- package/src/icons/components/_1kIcon.tsx +8 -0
- package/src/icons/components/_1kPlusIcon.tsx +8 -0
- package/src/icons/components/_1xMobiledataIcon.tsx +8 -0
- package/src/icons/components/_20mpIcon.tsx +8 -0
- package/src/icons/components/_21mpIcon.tsx +8 -0
- package/src/icons/components/_22mpIcon.tsx +8 -0
- package/src/icons/components/_23mpIcon.tsx +8 -0
- package/src/icons/components/_24mpIcon.tsx +8 -0
- package/src/icons/components/_2kIcon.tsx +8 -0
- package/src/icons/components/_2kPlusIcon.tsx +8 -0
- package/src/icons/components/_2mpIcon.tsx +8 -0
- package/src/icons/components/_30fpsIcon.tsx +8 -0
- package/src/icons/components/_30fpsSelectIcon.tsx +8 -0
- package/src/icons/components/_360Icon.tsx +8 -0
- package/src/icons/components/_3dRotationIcon.tsx +8 -0
- package/src/icons/components/_3gMobiledataIcon.tsx +8 -0
- package/src/icons/components/_3kIcon.tsx +8 -0
- package/src/icons/components/_3kPlusIcon.tsx +8 -0
- package/src/icons/components/_3mpIcon.tsx +8 -0
- package/src/icons/components/_3pIcon.tsx +8 -0
- package/src/icons/components/_4gMobiledataIcon.tsx +8 -0
- package/src/icons/components/_4gPlusMobiledataIcon.tsx +8 -0
- package/src/icons/components/_4kIcon.tsx +8 -0
- package/src/icons/components/_4kPlusIcon.tsx +8 -0
- package/src/icons/components/_4mpIcon.tsx +8 -0
- package/src/icons/components/_5gIcon.tsx +8 -0
- package/src/icons/components/_5kIcon.tsx +8 -0
- package/src/icons/components/_5kPlusIcon.tsx +8 -0
- package/src/icons/components/_5mpIcon.tsx +8 -0
- package/src/icons/components/_60fpsIcon.tsx +8 -0
- package/src/icons/components/_60fpsSelectIcon.tsx +8 -0
- package/src/icons/components/_6FtApartIcon.tsx +8 -0
- package/src/icons/components/_6kIcon.tsx +8 -0
- package/src/icons/components/_6kPlusIcon.tsx +8 -0
- package/src/icons/components/_6mpIcon.tsx +8 -0
- package/src/icons/components/_7kIcon.tsx +8 -0
- package/src/icons/components/_7kPlusIcon.tsx +8 -0
- package/src/icons/components/_7mpIcon.tsx +8 -0
- package/src/icons/components/_8kIcon.tsx +8 -0
- package/src/icons/components/_8kPlusIcon.tsx +8 -0
- package/src/icons/components/_8mpIcon.tsx +8 -0
- package/src/icons/components/_9kIcon.tsx +8 -0
- package/src/icons/components/_9kPlusIcon.tsx +8 -0
- package/src/icons/components/_9mpIcon.tsx +8 -0
- package/src/icons/generateIcons.ts +41 -0
- package/src/icons/icon_keys.ts +2139 -0
- package/src/icons/index.ts +2125 -0
- package/src/index.ts +4 -0
- package/src/styles.ts +12 -0
- package/src/util/cn.ts +6 -0
- package/src/util/debounce.ts +28 -0
- package/src/util/index.ts +4 -0
- package/src/util/useInjectStyles.tsx +21 -0
- package/src/util/useOutsideAlerter.tsx +44 -0
|
@@ -0,0 +1,2139 @@
|
|
|
1
|
+
export const coolIconKeys: string[] = [
|
|
2
|
+
"table_rows", "video_label",
|
|
3
|
+
"airlines", "bento", "border_all", "border_clear", "ac_unit",
|
|
4
|
+
"adjust", "align_horizontal_center", "album", "all_inclusive",
|
|
5
|
+
"all_out", "animation", "assistant", "audiotrack",
|
|
6
|
+
"account_balance_wallet", "auto_awesome_mosaic", "bolt", "brightness_1", "breakfast_dining",
|
|
7
|
+
"broken_image", "brightness_5", "cable", "calendar_view_month",
|
|
8
|
+
"catching_pokemon", "casino", "category", "cloud", "color_lens",
|
|
9
|
+
"credit_card", "earbuds", "egg_alt", "fiber_smart_record", "flag",
|
|
10
|
+
"healing", "heat_pump", "hive", "hub", "local_library", "local_pizza",
|
|
11
|
+
"memory", "outlet", "pages", "panorama_photosphere", "signal_cellular_0_bar",
|
|
12
|
+
"sports_baseball", "storm", "stairs"];
|
|
13
|
+
|
|
14
|
+
// get the icons from: https://marella.me/material-design-icons/demo/font/#outlined
|
|
15
|
+
// and run `Array.from(document.getElementsByClassName("material-icons")).map(e => e.textContent);` in the console
|
|
16
|
+
export const iconKeys: string[] = [
|
|
17
|
+
"search",
|
|
18
|
+
"123",
|
|
19
|
+
"360",
|
|
20
|
+
"10k",
|
|
21
|
+
"10mp",
|
|
22
|
+
"11mp",
|
|
23
|
+
"12mp",
|
|
24
|
+
"13mp",
|
|
25
|
+
"14mp",
|
|
26
|
+
"15mp",
|
|
27
|
+
"16mp",
|
|
28
|
+
"17mp",
|
|
29
|
+
"18_up_rating",
|
|
30
|
+
"18mp",
|
|
31
|
+
"19mp",
|
|
32
|
+
"1k",
|
|
33
|
+
"1k_plus",
|
|
34
|
+
"1x_mobiledata",
|
|
35
|
+
"20mp",
|
|
36
|
+
"21mp",
|
|
37
|
+
"22mp",
|
|
38
|
+
"23mp",
|
|
39
|
+
"24mp",
|
|
40
|
+
"2k",
|
|
41
|
+
"2k_plus",
|
|
42
|
+
"2mp",
|
|
43
|
+
"30fps",
|
|
44
|
+
"30fps_select",
|
|
45
|
+
"3d_rotation",
|
|
46
|
+
"3g_mobiledata",
|
|
47
|
+
"3k",
|
|
48
|
+
"3k_plus",
|
|
49
|
+
"3mp",
|
|
50
|
+
"3p",
|
|
51
|
+
"4g_mobiledata",
|
|
52
|
+
"4g_plus_mobiledata",
|
|
53
|
+
"4k",
|
|
54
|
+
"4k_plus",
|
|
55
|
+
"4mp",
|
|
56
|
+
"5g",
|
|
57
|
+
"5k",
|
|
58
|
+
"5k_plus",
|
|
59
|
+
"5mp",
|
|
60
|
+
"60fps",
|
|
61
|
+
"60fps_select",
|
|
62
|
+
"6_ft_apart",
|
|
63
|
+
"6k",
|
|
64
|
+
"6k_plus",
|
|
65
|
+
"6mp",
|
|
66
|
+
"7k",
|
|
67
|
+
"7k_plus",
|
|
68
|
+
"7mp",
|
|
69
|
+
"8k",
|
|
70
|
+
"8k_plus",
|
|
71
|
+
"8mp",
|
|
72
|
+
"9k",
|
|
73
|
+
"9k_plus",
|
|
74
|
+
"9mp",
|
|
75
|
+
"abc",
|
|
76
|
+
"ac_unit",
|
|
77
|
+
"access_alarm",
|
|
78
|
+
"access_alarms",
|
|
79
|
+
"access_time",
|
|
80
|
+
"access_time_filled",
|
|
81
|
+
"accessibility",
|
|
82
|
+
"accessibility_new",
|
|
83
|
+
"accessible",
|
|
84
|
+
"accessible_forward",
|
|
85
|
+
"account_balance",
|
|
86
|
+
"account_balance_wallet",
|
|
87
|
+
"account_box",
|
|
88
|
+
"account_circle",
|
|
89
|
+
"account_tree",
|
|
90
|
+
"ad_units",
|
|
91
|
+
"adb",
|
|
92
|
+
"add",
|
|
93
|
+
"add_a_photo",
|
|
94
|
+
"add_alarm",
|
|
95
|
+
"add_alert",
|
|
96
|
+
"add_box",
|
|
97
|
+
"add_business",
|
|
98
|
+
"add_card",
|
|
99
|
+
"add_chart",
|
|
100
|
+
"add_circle",
|
|
101
|
+
"add_circle_outline",
|
|
102
|
+
"add_comment",
|
|
103
|
+
"add_home",
|
|
104
|
+
"add_home_work",
|
|
105
|
+
"add_ic_call",
|
|
106
|
+
"add_link",
|
|
107
|
+
"add_location",
|
|
108
|
+
"add_location_alt",
|
|
109
|
+
"add_moderator",
|
|
110
|
+
"add_photo_alternate",
|
|
111
|
+
"add_reaction",
|
|
112
|
+
"add_road",
|
|
113
|
+
"add_shopping_cart",
|
|
114
|
+
"add_task",
|
|
115
|
+
"add_to_drive",
|
|
116
|
+
"add_to_home_screen",
|
|
117
|
+
"add_to_photos",
|
|
118
|
+
"add_to_queue",
|
|
119
|
+
"adf_scanner",
|
|
120
|
+
"adjust",
|
|
121
|
+
"admin_panel_settings",
|
|
122
|
+
"ads_click",
|
|
123
|
+
"agriculture",
|
|
124
|
+
"air",
|
|
125
|
+
"airline_seat_flat",
|
|
126
|
+
"airline_seat_flat_angled",
|
|
127
|
+
"airline_seat_individual_suite",
|
|
128
|
+
"airline_seat_legroom_extra",
|
|
129
|
+
"airline_seat_legroom_normal",
|
|
130
|
+
"airline_seat_legroom_reduced",
|
|
131
|
+
"airline_seat_recline_extra",
|
|
132
|
+
"airline_seat_recline_normal",
|
|
133
|
+
"airline_stops",
|
|
134
|
+
"airlines",
|
|
135
|
+
"airplane_ticket",
|
|
136
|
+
"airplanemode_active",
|
|
137
|
+
"airplanemode_inactive",
|
|
138
|
+
"airplay",
|
|
139
|
+
"airport_shuttle",
|
|
140
|
+
"alarm",
|
|
141
|
+
"alarm_add",
|
|
142
|
+
"alarm_off",
|
|
143
|
+
"alarm_on",
|
|
144
|
+
"album",
|
|
145
|
+
"align_horizontal_center",
|
|
146
|
+
"align_horizontal_left",
|
|
147
|
+
"align_horizontal_right",
|
|
148
|
+
"align_vertical_bottom",
|
|
149
|
+
"align_vertical_center",
|
|
150
|
+
"align_vertical_top",
|
|
151
|
+
"all_inbox",
|
|
152
|
+
"all_inclusive",
|
|
153
|
+
"all_out",
|
|
154
|
+
"alt_route",
|
|
155
|
+
"alternate_email",
|
|
156
|
+
"analytics",
|
|
157
|
+
"anchor",
|
|
158
|
+
"android",
|
|
159
|
+
"animation",
|
|
160
|
+
"announcement",
|
|
161
|
+
"aod",
|
|
162
|
+
"apartment",
|
|
163
|
+
"api",
|
|
164
|
+
"app_blocking",
|
|
165
|
+
"app_registration",
|
|
166
|
+
"app_settings_alt",
|
|
167
|
+
"app_shortcut",
|
|
168
|
+
"approval",
|
|
169
|
+
"apps",
|
|
170
|
+
"apps_outage",
|
|
171
|
+
"architecture",
|
|
172
|
+
"archive",
|
|
173
|
+
"area_chart",
|
|
174
|
+
"arrow_back",
|
|
175
|
+
"arrow_back_ios",
|
|
176
|
+
"arrow_back_ios_new",
|
|
177
|
+
"arrow_circle_down",
|
|
178
|
+
"arrow_circle_left",
|
|
179
|
+
"arrow_circle_right",
|
|
180
|
+
"arrow_circle_up",
|
|
181
|
+
"arrow_downward",
|
|
182
|
+
"arrow_drop_down",
|
|
183
|
+
"arrow_drop_down_circle",
|
|
184
|
+
"arrow_drop_up",
|
|
185
|
+
"arrow_forward",
|
|
186
|
+
"arrow_forward_ios",
|
|
187
|
+
"arrow_left",
|
|
188
|
+
"arrow_outward",
|
|
189
|
+
"arrow_right",
|
|
190
|
+
"arrow_right_alt",
|
|
191
|
+
"arrow_upward",
|
|
192
|
+
"art_track",
|
|
193
|
+
"article",
|
|
194
|
+
"aspect_ratio",
|
|
195
|
+
"assessment",
|
|
196
|
+
"assignment",
|
|
197
|
+
"assignment_ind",
|
|
198
|
+
"assignment_late",
|
|
199
|
+
"assignment_return",
|
|
200
|
+
"assignment_returned",
|
|
201
|
+
"assignment_turned_in",
|
|
202
|
+
"assist_walker",
|
|
203
|
+
"assistant",
|
|
204
|
+
"assistant_direction",
|
|
205
|
+
"assistant_photo",
|
|
206
|
+
"assured_workload",
|
|
207
|
+
"atm",
|
|
208
|
+
"attach_email",
|
|
209
|
+
"attach_file",
|
|
210
|
+
"attach_money",
|
|
211
|
+
"attachment",
|
|
212
|
+
"attractions",
|
|
213
|
+
"attribution",
|
|
214
|
+
"audio_file",
|
|
215
|
+
"audiotrack",
|
|
216
|
+
"auto_awesome",
|
|
217
|
+
"auto_awesome_mosaic",
|
|
218
|
+
"auto_awesome_motion",
|
|
219
|
+
"auto_delete",
|
|
220
|
+
"auto_fix_high",
|
|
221
|
+
"auto_fix_normal",
|
|
222
|
+
"auto_fix_off",
|
|
223
|
+
"auto_graph",
|
|
224
|
+
"auto_mode",
|
|
225
|
+
"auto_stories",
|
|
226
|
+
"autofps_select",
|
|
227
|
+
"autorenew",
|
|
228
|
+
"av_timer",
|
|
229
|
+
"baby_changing_station",
|
|
230
|
+
"back_hand",
|
|
231
|
+
"backpack",
|
|
232
|
+
"backspace",
|
|
233
|
+
"backup",
|
|
234
|
+
"backup_table",
|
|
235
|
+
"badge",
|
|
236
|
+
"bakery_dining",
|
|
237
|
+
"balance",
|
|
238
|
+
"balcony",
|
|
239
|
+
"ballot",
|
|
240
|
+
"bar_chart",
|
|
241
|
+
"batch_prediction",
|
|
242
|
+
"bathroom",
|
|
243
|
+
"bathtub",
|
|
244
|
+
"battery_0_bar",
|
|
245
|
+
"battery_1_bar",
|
|
246
|
+
"battery_2_bar",
|
|
247
|
+
"battery_3_bar",
|
|
248
|
+
"battery_4_bar",
|
|
249
|
+
"battery_5_bar",
|
|
250
|
+
"battery_6_bar",
|
|
251
|
+
"battery_alert",
|
|
252
|
+
"battery_charging_full",
|
|
253
|
+
"battery_full",
|
|
254
|
+
"battery_saver",
|
|
255
|
+
"battery_std",
|
|
256
|
+
"battery_unknown",
|
|
257
|
+
"beach_access",
|
|
258
|
+
"bed",
|
|
259
|
+
"bedroom_baby",
|
|
260
|
+
"bedroom_child",
|
|
261
|
+
"bedroom_parent",
|
|
262
|
+
"bedtime",
|
|
263
|
+
"bedtime_off",
|
|
264
|
+
"beenhere",
|
|
265
|
+
"bento",
|
|
266
|
+
"bike_scooter",
|
|
267
|
+
"biotech",
|
|
268
|
+
"blender",
|
|
269
|
+
"blind",
|
|
270
|
+
"blinds",
|
|
271
|
+
"blinds_closed",
|
|
272
|
+
"block",
|
|
273
|
+
"bloodtype",
|
|
274
|
+
"bluetooth",
|
|
275
|
+
"bluetooth_audio",
|
|
276
|
+
"bluetooth_connected",
|
|
277
|
+
"bluetooth_disabled",
|
|
278
|
+
"bluetooth_drive",
|
|
279
|
+
"bluetooth_searching",
|
|
280
|
+
"blur_circular",
|
|
281
|
+
"blur_linear",
|
|
282
|
+
"blur_off",
|
|
283
|
+
"blur_on",
|
|
284
|
+
"bolt",
|
|
285
|
+
"book",
|
|
286
|
+
"book_online",
|
|
287
|
+
"bookmark",
|
|
288
|
+
"bookmark_add",
|
|
289
|
+
"bookmark_added",
|
|
290
|
+
"bookmark_border",
|
|
291
|
+
"bookmark_remove",
|
|
292
|
+
"bookmarks",
|
|
293
|
+
"border_all",
|
|
294
|
+
"border_bottom",
|
|
295
|
+
"border_clear",
|
|
296
|
+
"border_color",
|
|
297
|
+
"border_horizontal",
|
|
298
|
+
"border_inner",
|
|
299
|
+
"border_left",
|
|
300
|
+
"border_outer",
|
|
301
|
+
"border_right",
|
|
302
|
+
"border_style",
|
|
303
|
+
"border_top",
|
|
304
|
+
"border_vertical",
|
|
305
|
+
"boy",
|
|
306
|
+
"branding_watermark",
|
|
307
|
+
"breakfast_dining",
|
|
308
|
+
"brightness_1",
|
|
309
|
+
"brightness_2",
|
|
310
|
+
"brightness_3",
|
|
311
|
+
"brightness_4",
|
|
312
|
+
"brightness_5",
|
|
313
|
+
"brightness_6",
|
|
314
|
+
"brightness_7",
|
|
315
|
+
"brightness_auto",
|
|
316
|
+
"brightness_high",
|
|
317
|
+
"brightness_low",
|
|
318
|
+
"brightness_medium",
|
|
319
|
+
"broadcast_on_home",
|
|
320
|
+
"broadcast_on_personal",
|
|
321
|
+
"broken_image",
|
|
322
|
+
"browse_gallery",
|
|
323
|
+
"browser_not_supported",
|
|
324
|
+
"browser_updated",
|
|
325
|
+
"brunch_dining",
|
|
326
|
+
"brush",
|
|
327
|
+
"bubble_chart",
|
|
328
|
+
"bug_report",
|
|
329
|
+
"build",
|
|
330
|
+
"build_circle",
|
|
331
|
+
"bungalow",
|
|
332
|
+
"burst_mode",
|
|
333
|
+
"bus_alert",
|
|
334
|
+
"business",
|
|
335
|
+
"business_center",
|
|
336
|
+
"cabin",
|
|
337
|
+
"cable",
|
|
338
|
+
"cached",
|
|
339
|
+
"cake",
|
|
340
|
+
"calculate",
|
|
341
|
+
"calendar_month",
|
|
342
|
+
"calendar_today",
|
|
343
|
+
"calendar_view_day",
|
|
344
|
+
"calendar_view_month",
|
|
345
|
+
"calendar_view_week",
|
|
346
|
+
"call",
|
|
347
|
+
"call_end",
|
|
348
|
+
"call_made",
|
|
349
|
+
"call_merge",
|
|
350
|
+
"call_missed",
|
|
351
|
+
"call_missed_outgoing",
|
|
352
|
+
"call_received",
|
|
353
|
+
"call_split",
|
|
354
|
+
"call_to_action",
|
|
355
|
+
"camera",
|
|
356
|
+
"camera_alt",
|
|
357
|
+
"camera_enhance",
|
|
358
|
+
"camera_front",
|
|
359
|
+
"camera_indoor",
|
|
360
|
+
"camera_outdoor",
|
|
361
|
+
"camera_rear",
|
|
362
|
+
"camera_roll",
|
|
363
|
+
"cameraswitch",
|
|
364
|
+
"campaign",
|
|
365
|
+
"cancel",
|
|
366
|
+
"cancel_presentation",
|
|
367
|
+
"cancel_schedule_send",
|
|
368
|
+
"candlestick_chart",
|
|
369
|
+
"car_crash",
|
|
370
|
+
"car_rental",
|
|
371
|
+
"car_repair",
|
|
372
|
+
"card_giftcard",
|
|
373
|
+
"card_membership",
|
|
374
|
+
"card_travel",
|
|
375
|
+
"carpenter",
|
|
376
|
+
"cases",
|
|
377
|
+
"casino",
|
|
378
|
+
"cast",
|
|
379
|
+
"cast_connected",
|
|
380
|
+
"cast_for_education",
|
|
381
|
+
"castle",
|
|
382
|
+
"catching_pokemon",
|
|
383
|
+
"category",
|
|
384
|
+
"celebration",
|
|
385
|
+
"cell_tower",
|
|
386
|
+
"cell_wifi",
|
|
387
|
+
"center_focus_strong",
|
|
388
|
+
"center_focus_weak",
|
|
389
|
+
"chair",
|
|
390
|
+
"chair_alt",
|
|
391
|
+
"chalet",
|
|
392
|
+
"change_circle",
|
|
393
|
+
"change_history",
|
|
394
|
+
"charging_station",
|
|
395
|
+
"chat",
|
|
396
|
+
"chat_bubble",
|
|
397
|
+
"chat_bubble_outline",
|
|
398
|
+
"check",
|
|
399
|
+
"check_box",
|
|
400
|
+
"check_box_outline_blank",
|
|
401
|
+
"check_circle",
|
|
402
|
+
"check_circle_outline",
|
|
403
|
+
"checklist",
|
|
404
|
+
"checklist_rtl",
|
|
405
|
+
"checkroom",
|
|
406
|
+
"chevron_left",
|
|
407
|
+
"chevron_right",
|
|
408
|
+
"child_care",
|
|
409
|
+
"child_friendly",
|
|
410
|
+
"chrome_reader_mode",
|
|
411
|
+
"church",
|
|
412
|
+
"circle",
|
|
413
|
+
"circle_notifications",
|
|
414
|
+
"class",
|
|
415
|
+
"clean_hands",
|
|
416
|
+
"cleaning_services",
|
|
417
|
+
"clear",
|
|
418
|
+
"clear_all",
|
|
419
|
+
"close",
|
|
420
|
+
"close_fullscreen",
|
|
421
|
+
"closed_caption",
|
|
422
|
+
"closed_caption_disabled",
|
|
423
|
+
"closed_caption_off",
|
|
424
|
+
"cloud",
|
|
425
|
+
"cloud_circle",
|
|
426
|
+
"cloud_done",
|
|
427
|
+
"cloud_download",
|
|
428
|
+
"cloud_off",
|
|
429
|
+
"cloud_queue",
|
|
430
|
+
"cloud_sync",
|
|
431
|
+
"cloud_upload",
|
|
432
|
+
"co2",
|
|
433
|
+
"co_present",
|
|
434
|
+
"code",
|
|
435
|
+
"code_off",
|
|
436
|
+
"coffee",
|
|
437
|
+
"coffee_maker",
|
|
438
|
+
"collections",
|
|
439
|
+
"collections_bookmark",
|
|
440
|
+
"color_lens",
|
|
441
|
+
"colorize",
|
|
442
|
+
"comment",
|
|
443
|
+
"comment_bank",
|
|
444
|
+
"comments_disabled",
|
|
445
|
+
"commit",
|
|
446
|
+
"commute",
|
|
447
|
+
"compare",
|
|
448
|
+
"compare_arrows",
|
|
449
|
+
"compass_calibration",
|
|
450
|
+
"compost",
|
|
451
|
+
"compress",
|
|
452
|
+
"computer",
|
|
453
|
+
"confirmation_number",
|
|
454
|
+
"connect_without_contact",
|
|
455
|
+
"connected_tv",
|
|
456
|
+
"connecting_airports",
|
|
457
|
+
"construction",
|
|
458
|
+
"contact_emergency",
|
|
459
|
+
"contact_mail",
|
|
460
|
+
"contact_page",
|
|
461
|
+
"contact_phone",
|
|
462
|
+
"contact_support",
|
|
463
|
+
"contactless",
|
|
464
|
+
"contacts",
|
|
465
|
+
"content_copy",
|
|
466
|
+
"content_cut",
|
|
467
|
+
"content_paste",
|
|
468
|
+
"content_paste_go",
|
|
469
|
+
"content_paste_off",
|
|
470
|
+
"content_paste_search",
|
|
471
|
+
"contrast",
|
|
472
|
+
"control_camera",
|
|
473
|
+
"control_point",
|
|
474
|
+
"control_point_duplicate",
|
|
475
|
+
"cookie",
|
|
476
|
+
"copy_all",
|
|
477
|
+
"copyright",
|
|
478
|
+
"coronavirus",
|
|
479
|
+
"corporate_fare",
|
|
480
|
+
"cottage",
|
|
481
|
+
"countertops",
|
|
482
|
+
"create",
|
|
483
|
+
"create_new_folder",
|
|
484
|
+
"credit_card",
|
|
485
|
+
"credit_card_off",
|
|
486
|
+
"credit_score",
|
|
487
|
+
"crib",
|
|
488
|
+
"crisis_alert",
|
|
489
|
+
"crop",
|
|
490
|
+
"crop_16_9",
|
|
491
|
+
"crop_3_2",
|
|
492
|
+
"crop_5_4",
|
|
493
|
+
"crop_7_5",
|
|
494
|
+
"crop_din",
|
|
495
|
+
"crop_free",
|
|
496
|
+
"crop_landscape",
|
|
497
|
+
"crop_original",
|
|
498
|
+
"crop_portrait",
|
|
499
|
+
"crop_rotate",
|
|
500
|
+
"crop_square",
|
|
501
|
+
"cruelty_free",
|
|
502
|
+
"css",
|
|
503
|
+
"currency_bitcoin",
|
|
504
|
+
"currency_exchange",
|
|
505
|
+
"currency_franc",
|
|
506
|
+
"currency_lira",
|
|
507
|
+
"currency_pound",
|
|
508
|
+
"currency_ruble",
|
|
509
|
+
"currency_rupee",
|
|
510
|
+
"currency_yen",
|
|
511
|
+
"currency_yuan",
|
|
512
|
+
"curtains",
|
|
513
|
+
"curtains_closed",
|
|
514
|
+
"cyclone",
|
|
515
|
+
"dangerous",
|
|
516
|
+
"dark_mode",
|
|
517
|
+
"dashboard",
|
|
518
|
+
"dashboard_customize",
|
|
519
|
+
"data_array",
|
|
520
|
+
"data_exploration",
|
|
521
|
+
"data_object",
|
|
522
|
+
"data_saver_off",
|
|
523
|
+
"data_saver_on",
|
|
524
|
+
"data_thresholding",
|
|
525
|
+
"data_usage",
|
|
526
|
+
"dataset",
|
|
527
|
+
"dataset_linked",
|
|
528
|
+
"date_range",
|
|
529
|
+
"deblur",
|
|
530
|
+
"deck",
|
|
531
|
+
"dehaze",
|
|
532
|
+
"delete",
|
|
533
|
+
"delete_forever",
|
|
534
|
+
"delete_outline",
|
|
535
|
+
"delete_sweep",
|
|
536
|
+
"delivery_dining",
|
|
537
|
+
"density_large",
|
|
538
|
+
"density_medium",
|
|
539
|
+
"density_small",
|
|
540
|
+
"departure_board",
|
|
541
|
+
"description",
|
|
542
|
+
"deselect",
|
|
543
|
+
"design_services",
|
|
544
|
+
"desk",
|
|
545
|
+
"desktop_access_disabled",
|
|
546
|
+
"desktop_mac",
|
|
547
|
+
"desktop_windows",
|
|
548
|
+
"details",
|
|
549
|
+
"developer_board",
|
|
550
|
+
"developer_board_off",
|
|
551
|
+
"developer_mode",
|
|
552
|
+
"device_hub",
|
|
553
|
+
"device_thermostat",
|
|
554
|
+
"device_unknown",
|
|
555
|
+
"devices",
|
|
556
|
+
"devices_fold",
|
|
557
|
+
"devices_other",
|
|
558
|
+
"dialer_sip",
|
|
559
|
+
"dialpad",
|
|
560
|
+
"diamond",
|
|
561
|
+
"difference",
|
|
562
|
+
"dining",
|
|
563
|
+
"dinner_dining",
|
|
564
|
+
"directions",
|
|
565
|
+
"directions_bike",
|
|
566
|
+
"directions_boat",
|
|
567
|
+
"directions_boat_filled",
|
|
568
|
+
"directions_bus",
|
|
569
|
+
"directions_bus_filled",
|
|
570
|
+
"directions_car",
|
|
571
|
+
"directions_car_filled",
|
|
572
|
+
"directions_off",
|
|
573
|
+
"directions_railway",
|
|
574
|
+
"directions_railway_filled",
|
|
575
|
+
"directions_run",
|
|
576
|
+
"directions_subway",
|
|
577
|
+
"directions_subway_filled",
|
|
578
|
+
"directions_transit",
|
|
579
|
+
"directions_transit_filled",
|
|
580
|
+
"directions_walk",
|
|
581
|
+
"dirty_lens",
|
|
582
|
+
"disabled_by_default",
|
|
583
|
+
"disabled_visible",
|
|
584
|
+
"disc_full",
|
|
585
|
+
"discount",
|
|
586
|
+
"display_settings",
|
|
587
|
+
"diversity_1",
|
|
588
|
+
"diversity_2",
|
|
589
|
+
"diversity_3",
|
|
590
|
+
"dns",
|
|
591
|
+
"do_disturb",
|
|
592
|
+
"do_disturb_alt",
|
|
593
|
+
"do_disturb_off",
|
|
594
|
+
"do_disturb_on",
|
|
595
|
+
"do_not_disturb",
|
|
596
|
+
"do_not_disturb_alt",
|
|
597
|
+
"do_not_disturb_off",
|
|
598
|
+
"do_not_disturb_on",
|
|
599
|
+
"do_not_disturb_on_total_silence",
|
|
600
|
+
"do_not_step",
|
|
601
|
+
"do_not_touch",
|
|
602
|
+
"dock",
|
|
603
|
+
"document_scanner",
|
|
604
|
+
"domain",
|
|
605
|
+
"domain_add",
|
|
606
|
+
"domain_disabled",
|
|
607
|
+
"domain_verification",
|
|
608
|
+
"done",
|
|
609
|
+
"done_all",
|
|
610
|
+
"done_outline",
|
|
611
|
+
"donut_large",
|
|
612
|
+
"donut_small",
|
|
613
|
+
"door_back",
|
|
614
|
+
"door_front",
|
|
615
|
+
"door_sliding",
|
|
616
|
+
"doorbell",
|
|
617
|
+
"double_arrow",
|
|
618
|
+
"downhill_skiing",
|
|
619
|
+
"download",
|
|
620
|
+
"download_done",
|
|
621
|
+
"download_for_offline",
|
|
622
|
+
"downloading",
|
|
623
|
+
"drafts",
|
|
624
|
+
"drag_handle",
|
|
625
|
+
"drag_indicator",
|
|
626
|
+
"draw",
|
|
627
|
+
"drive_eta",
|
|
628
|
+
"drive_file_move",
|
|
629
|
+
"drive_file_move_rtl",
|
|
630
|
+
"drive_file_rename_outline",
|
|
631
|
+
"drive_folder_upload",
|
|
632
|
+
"dry",
|
|
633
|
+
"dry_cleaning",
|
|
634
|
+
"duo",
|
|
635
|
+
"dvr",
|
|
636
|
+
"dynamic_feed",
|
|
637
|
+
"dynamic_form",
|
|
638
|
+
"e_mobiledata",
|
|
639
|
+
"earbuds",
|
|
640
|
+
"earbuds_battery",
|
|
641
|
+
"east",
|
|
642
|
+
"edgesensor_high",
|
|
643
|
+
"edgesensor_low",
|
|
644
|
+
"edit",
|
|
645
|
+
"edit_attributes",
|
|
646
|
+
"edit_calendar",
|
|
647
|
+
"edit_location",
|
|
648
|
+
"edit_location_alt",
|
|
649
|
+
"edit_note",
|
|
650
|
+
"edit_notifications",
|
|
651
|
+
"edit_off",
|
|
652
|
+
"edit_road",
|
|
653
|
+
"egg",
|
|
654
|
+
"egg_alt",
|
|
655
|
+
"eject",
|
|
656
|
+
"elderly",
|
|
657
|
+
"elderly_woman",
|
|
658
|
+
"electric_bike",
|
|
659
|
+
"electric_bolt",
|
|
660
|
+
"electric_car",
|
|
661
|
+
"electric_meter",
|
|
662
|
+
"electric_moped",
|
|
663
|
+
"electric_rickshaw",
|
|
664
|
+
"electric_scooter",
|
|
665
|
+
"electrical_services",
|
|
666
|
+
"elevator",
|
|
667
|
+
"email",
|
|
668
|
+
"emergency",
|
|
669
|
+
"emergency_recording",
|
|
670
|
+
"emergency_share",
|
|
671
|
+
"emoji_emotions",
|
|
672
|
+
"emoji_events",
|
|
673
|
+
"emoji_food_beverage",
|
|
674
|
+
"emoji_nature",
|
|
675
|
+
"emoji_objects",
|
|
676
|
+
"emoji_people",
|
|
677
|
+
"emoji_symbols",
|
|
678
|
+
"emoji_transportation",
|
|
679
|
+
"energy_savings_leaf",
|
|
680
|
+
"engineering",
|
|
681
|
+
"enhanced_encryption",
|
|
682
|
+
"equalizer",
|
|
683
|
+
"error",
|
|
684
|
+
"error_outline",
|
|
685
|
+
"escalator",
|
|
686
|
+
"escalator_warning",
|
|
687
|
+
"euro",
|
|
688
|
+
"euro_symbol",
|
|
689
|
+
"ev_station",
|
|
690
|
+
"event",
|
|
691
|
+
"event_available",
|
|
692
|
+
"event_busy",
|
|
693
|
+
"event_note",
|
|
694
|
+
"event_repeat",
|
|
695
|
+
"event_seat",
|
|
696
|
+
"exit_to_app",
|
|
697
|
+
"expand",
|
|
698
|
+
"expand_circle_down",
|
|
699
|
+
"expand_less",
|
|
700
|
+
"expand_more",
|
|
701
|
+
"explicit",
|
|
702
|
+
"explore",
|
|
703
|
+
"explore_off",
|
|
704
|
+
"exposure",
|
|
705
|
+
"exposure_neg_1",
|
|
706
|
+
"exposure_neg_2",
|
|
707
|
+
"exposure_plus_1",
|
|
708
|
+
"exposure_plus_2",
|
|
709
|
+
"exposure_zero",
|
|
710
|
+
"extension",
|
|
711
|
+
"extension_off",
|
|
712
|
+
"face",
|
|
713
|
+
"face_2",
|
|
714
|
+
"face_3",
|
|
715
|
+
"face_4",
|
|
716
|
+
"face_5",
|
|
717
|
+
"face_6",
|
|
718
|
+
"face_retouching_natural",
|
|
719
|
+
"face_retouching_off",
|
|
720
|
+
"fact_check",
|
|
721
|
+
"factory",
|
|
722
|
+
"family_restroom",
|
|
723
|
+
"fast_forward",
|
|
724
|
+
"fast_rewind",
|
|
725
|
+
"fastfood",
|
|
726
|
+
"favorite",
|
|
727
|
+
"favorite_border",
|
|
728
|
+
"fax",
|
|
729
|
+
"featured_play_list",
|
|
730
|
+
"featured_video",
|
|
731
|
+
"feed",
|
|
732
|
+
"feedback",
|
|
733
|
+
"female",
|
|
734
|
+
"fence",
|
|
735
|
+
"festival",
|
|
736
|
+
"fiber_dvr",
|
|
737
|
+
"fiber_manual_record",
|
|
738
|
+
"fiber_new",
|
|
739
|
+
"fiber_pin",
|
|
740
|
+
"fiber_smart_record",
|
|
741
|
+
"file_copy",
|
|
742
|
+
"file_download",
|
|
743
|
+
"file_download_done",
|
|
744
|
+
"file_download_off",
|
|
745
|
+
"file_open",
|
|
746
|
+
"file_present",
|
|
747
|
+
"file_upload",
|
|
748
|
+
"filter",
|
|
749
|
+
"filter_1",
|
|
750
|
+
"filter_2",
|
|
751
|
+
"filter_3",
|
|
752
|
+
"filter_4",
|
|
753
|
+
"filter_5",
|
|
754
|
+
"filter_6",
|
|
755
|
+
"filter_7",
|
|
756
|
+
"filter_8",
|
|
757
|
+
"filter_9",
|
|
758
|
+
"filter_9_plus",
|
|
759
|
+
"filter_alt",
|
|
760
|
+
"filter_alt_off",
|
|
761
|
+
"filter_b_and_w",
|
|
762
|
+
"filter_center_focus",
|
|
763
|
+
"filter_drama",
|
|
764
|
+
"filter_frames",
|
|
765
|
+
"filter_hdr",
|
|
766
|
+
"filter_list",
|
|
767
|
+
"filter_list_off",
|
|
768
|
+
"filter_none",
|
|
769
|
+
"filter_tilt_shift",
|
|
770
|
+
"filter_vintage",
|
|
771
|
+
"find_in_page",
|
|
772
|
+
"find_replace",
|
|
773
|
+
"fingerprint",
|
|
774
|
+
"fire_extinguisher",
|
|
775
|
+
"fire_hydrant_alt",
|
|
776
|
+
"fire_truck",
|
|
777
|
+
"fireplace",
|
|
778
|
+
"first_page",
|
|
779
|
+
"fit_screen",
|
|
780
|
+
"fitbit",
|
|
781
|
+
"fitness_center",
|
|
782
|
+
"flag",
|
|
783
|
+
"flag_circle",
|
|
784
|
+
"flaky",
|
|
785
|
+
"flare",
|
|
786
|
+
"flash_auto",
|
|
787
|
+
"flash_off",
|
|
788
|
+
"flash_on",
|
|
789
|
+
"flashlight_off",
|
|
790
|
+
"flashlight_on",
|
|
791
|
+
"flatware",
|
|
792
|
+
"flight",
|
|
793
|
+
"flight_class",
|
|
794
|
+
"flight_land",
|
|
795
|
+
"flight_takeoff",
|
|
796
|
+
"flip",
|
|
797
|
+
"flip_camera_android",
|
|
798
|
+
"flip_camera_ios",
|
|
799
|
+
"flip_to_back",
|
|
800
|
+
"flip_to_front",
|
|
801
|
+
"flood",
|
|
802
|
+
"fluorescent",
|
|
803
|
+
"flutter_dash",
|
|
804
|
+
"fmd_bad",
|
|
805
|
+
"fmd_good",
|
|
806
|
+
"folder",
|
|
807
|
+
"folder_copy",
|
|
808
|
+
"folder_delete",
|
|
809
|
+
"folder_off",
|
|
810
|
+
"folder_open",
|
|
811
|
+
"folder_shared",
|
|
812
|
+
"folder_special",
|
|
813
|
+
"folder_zip",
|
|
814
|
+
"follow_the_signs",
|
|
815
|
+
"font_download",
|
|
816
|
+
"font_download_off",
|
|
817
|
+
"food_bank",
|
|
818
|
+
"forest",
|
|
819
|
+
"fork_left",
|
|
820
|
+
"fork_right",
|
|
821
|
+
"format_align_center",
|
|
822
|
+
"format_align_justify",
|
|
823
|
+
"format_align_left",
|
|
824
|
+
"format_align_right",
|
|
825
|
+
"format_bold",
|
|
826
|
+
"format_clear",
|
|
827
|
+
"format_color_fill",
|
|
828
|
+
"format_color_reset",
|
|
829
|
+
"format_color_text",
|
|
830
|
+
"format_indent_decrease",
|
|
831
|
+
"format_indent_increase",
|
|
832
|
+
"format_italic",
|
|
833
|
+
"format_line_spacing",
|
|
834
|
+
"format_list_bulleted",
|
|
835
|
+
"format_list_numbered",
|
|
836
|
+
"format_list_numbered_rtl",
|
|
837
|
+
"format_overline",
|
|
838
|
+
"format_paint",
|
|
839
|
+
"format_quote",
|
|
840
|
+
"format_shapes",
|
|
841
|
+
"format_size",
|
|
842
|
+
"format_strikethrough",
|
|
843
|
+
"format_textdirection_l_to_r",
|
|
844
|
+
"format_textdirection_r_to_l",
|
|
845
|
+
"format_underlined",
|
|
846
|
+
"fort",
|
|
847
|
+
"forum",
|
|
848
|
+
"forward",
|
|
849
|
+
"forward_10",
|
|
850
|
+
"forward_30",
|
|
851
|
+
"forward_5",
|
|
852
|
+
"forward_to_inbox",
|
|
853
|
+
"foundation",
|
|
854
|
+
"free_breakfast",
|
|
855
|
+
"free_cancellation",
|
|
856
|
+
"front_hand",
|
|
857
|
+
"fullscreen",
|
|
858
|
+
"fullscreen_exit",
|
|
859
|
+
"functions",
|
|
860
|
+
"g_mobiledata",
|
|
861
|
+
"g_translate",
|
|
862
|
+
"gamepad",
|
|
863
|
+
"games",
|
|
864
|
+
"garage",
|
|
865
|
+
"gas_meter",
|
|
866
|
+
"gavel",
|
|
867
|
+
"generating_tokens",
|
|
868
|
+
"gesture",
|
|
869
|
+
"get_app",
|
|
870
|
+
"gif",
|
|
871
|
+
"gif_box",
|
|
872
|
+
"girl",
|
|
873
|
+
"gite",
|
|
874
|
+
"golf_course",
|
|
875
|
+
"gpp_bad",
|
|
876
|
+
"gpp_good",
|
|
877
|
+
"gpp_maybe",
|
|
878
|
+
"gps_fixed",
|
|
879
|
+
"gps_not_fixed",
|
|
880
|
+
"gps_off",
|
|
881
|
+
"grade",
|
|
882
|
+
"gradient",
|
|
883
|
+
"grading",
|
|
884
|
+
"grain",
|
|
885
|
+
"graphic_eq",
|
|
886
|
+
"grass",
|
|
887
|
+
"grid_3x3",
|
|
888
|
+
"grid_4x4",
|
|
889
|
+
"grid_goldenratio",
|
|
890
|
+
"grid_off",
|
|
891
|
+
"grid_on",
|
|
892
|
+
"grid_view",
|
|
893
|
+
"group",
|
|
894
|
+
"group_add",
|
|
895
|
+
"group_off",
|
|
896
|
+
"group_remove",
|
|
897
|
+
"group_work",
|
|
898
|
+
"groups",
|
|
899
|
+
"groups_2",
|
|
900
|
+
"groups_3",
|
|
901
|
+
"h_mobiledata",
|
|
902
|
+
"h_plus_mobiledata",
|
|
903
|
+
"hail",
|
|
904
|
+
"handshake",
|
|
905
|
+
"handyman",
|
|
906
|
+
"hardware",
|
|
907
|
+
"hd",
|
|
908
|
+
"hdr_auto",
|
|
909
|
+
"hdr_auto_select",
|
|
910
|
+
"hdr_enhanced_select",
|
|
911
|
+
"hdr_off",
|
|
912
|
+
"hdr_off_select",
|
|
913
|
+
"hdr_on",
|
|
914
|
+
"hdr_on_select",
|
|
915
|
+
"hdr_plus",
|
|
916
|
+
"hdr_strong",
|
|
917
|
+
"hdr_weak",
|
|
918
|
+
"headphones",
|
|
919
|
+
"headphones_battery",
|
|
920
|
+
"headset",
|
|
921
|
+
"headset_mic",
|
|
922
|
+
"headset_off",
|
|
923
|
+
"healing",
|
|
924
|
+
"health_and_safety",
|
|
925
|
+
"hearing",
|
|
926
|
+
"hearing_disabled",
|
|
927
|
+
"heart_broken",
|
|
928
|
+
"heat_pump",
|
|
929
|
+
"height",
|
|
930
|
+
"help",
|
|
931
|
+
"help_center",
|
|
932
|
+
"help_outline",
|
|
933
|
+
"hevc",
|
|
934
|
+
"hexagon",
|
|
935
|
+
"hide_image",
|
|
936
|
+
"hide_source",
|
|
937
|
+
"high_quality",
|
|
938
|
+
"highlight",
|
|
939
|
+
"highlight_alt",
|
|
940
|
+
"highlight_off",
|
|
941
|
+
"hiking",
|
|
942
|
+
"history",
|
|
943
|
+
"history_edu",
|
|
944
|
+
"history_toggle_off",
|
|
945
|
+
"hive",
|
|
946
|
+
"hls",
|
|
947
|
+
"hls_off",
|
|
948
|
+
"holiday_village",
|
|
949
|
+
"home",
|
|
950
|
+
"home_max",
|
|
951
|
+
"home_mini",
|
|
952
|
+
"home_repair_service",
|
|
953
|
+
"home_work",
|
|
954
|
+
"horizontal_distribute",
|
|
955
|
+
"horizontal_rule",
|
|
956
|
+
"horizontal_split",
|
|
957
|
+
"hot_tub",
|
|
958
|
+
"hotel",
|
|
959
|
+
"hotel_class",
|
|
960
|
+
"hourglass_bottom",
|
|
961
|
+
"hourglass_disabled",
|
|
962
|
+
"hourglass_empty",
|
|
963
|
+
"hourglass_full",
|
|
964
|
+
"hourglass_top",
|
|
965
|
+
"house",
|
|
966
|
+
"house_siding",
|
|
967
|
+
"houseboat",
|
|
968
|
+
"how_to_reg",
|
|
969
|
+
"how_to_vote",
|
|
970
|
+
"html",
|
|
971
|
+
"http",
|
|
972
|
+
"https",
|
|
973
|
+
"hub",
|
|
974
|
+
"hvac",
|
|
975
|
+
"ice_skating",
|
|
976
|
+
"icecream",
|
|
977
|
+
"image",
|
|
978
|
+
"image_aspect_ratio",
|
|
979
|
+
"image_not_supported",
|
|
980
|
+
"image_search",
|
|
981
|
+
"imagesearch_roller",
|
|
982
|
+
"import_contacts",
|
|
983
|
+
"import_export",
|
|
984
|
+
"important_devices",
|
|
985
|
+
"inbox",
|
|
986
|
+
"incomplete_circle",
|
|
987
|
+
"indeterminate_check_box",
|
|
988
|
+
"info",
|
|
989
|
+
"input",
|
|
990
|
+
"insert_chart",
|
|
991
|
+
"insert_chart_outlined",
|
|
992
|
+
"insert_comment",
|
|
993
|
+
"insert_drive_file",
|
|
994
|
+
"insert_emoticon",
|
|
995
|
+
"insert_invitation",
|
|
996
|
+
"insert_link",
|
|
997
|
+
"insert_page_break",
|
|
998
|
+
"insert_photo",
|
|
999
|
+
"insights",
|
|
1000
|
+
"install_desktop",
|
|
1001
|
+
"install_mobile",
|
|
1002
|
+
"integration_instructions",
|
|
1003
|
+
"interests",
|
|
1004
|
+
"interpreter_mode",
|
|
1005
|
+
"inventory",
|
|
1006
|
+
"inventory_2",
|
|
1007
|
+
"invert_colors",
|
|
1008
|
+
"invert_colors_off",
|
|
1009
|
+
"ios_share",
|
|
1010
|
+
"iron",
|
|
1011
|
+
"iso",
|
|
1012
|
+
"javascript",
|
|
1013
|
+
"join_full",
|
|
1014
|
+
"join_inner",
|
|
1015
|
+
"join_left",
|
|
1016
|
+
"join_right",
|
|
1017
|
+
"kayaking",
|
|
1018
|
+
"kebab_dining",
|
|
1019
|
+
"key",
|
|
1020
|
+
"key_off",
|
|
1021
|
+
"keyboard",
|
|
1022
|
+
"keyboard_alt",
|
|
1023
|
+
"keyboard_arrow_down",
|
|
1024
|
+
"keyboard_arrow_left",
|
|
1025
|
+
"keyboard_arrow_right",
|
|
1026
|
+
"keyboard_arrow_up",
|
|
1027
|
+
"keyboard_backspace",
|
|
1028
|
+
"keyboard_capslock",
|
|
1029
|
+
"keyboard_command_key",
|
|
1030
|
+
"keyboard_control_key",
|
|
1031
|
+
"keyboard_double_arrow_down",
|
|
1032
|
+
"keyboard_double_arrow_left",
|
|
1033
|
+
"keyboard_double_arrow_right",
|
|
1034
|
+
"keyboard_double_arrow_up",
|
|
1035
|
+
"keyboard_hide",
|
|
1036
|
+
"keyboard_option_key",
|
|
1037
|
+
"keyboard_return",
|
|
1038
|
+
"keyboard_tab",
|
|
1039
|
+
"keyboard_voice",
|
|
1040
|
+
"king_bed",
|
|
1041
|
+
"kitchen",
|
|
1042
|
+
"kitesurfing",
|
|
1043
|
+
"label",
|
|
1044
|
+
"label_important",
|
|
1045
|
+
"label_off",
|
|
1046
|
+
"lan",
|
|
1047
|
+
"landscape",
|
|
1048
|
+
"landslide",
|
|
1049
|
+
"language",
|
|
1050
|
+
"laptop",
|
|
1051
|
+
"laptop_chromebook",
|
|
1052
|
+
"laptop_mac",
|
|
1053
|
+
"laptop_windows",
|
|
1054
|
+
"last_page",
|
|
1055
|
+
"launch",
|
|
1056
|
+
"layers",
|
|
1057
|
+
"layers_clear",
|
|
1058
|
+
"leaderboard",
|
|
1059
|
+
"leak_add",
|
|
1060
|
+
"leak_remove",
|
|
1061
|
+
"legend_toggle",
|
|
1062
|
+
"lens",
|
|
1063
|
+
"lens_blur",
|
|
1064
|
+
"library_add",
|
|
1065
|
+
"library_add_check",
|
|
1066
|
+
"library_books",
|
|
1067
|
+
"library_music",
|
|
1068
|
+
"light",
|
|
1069
|
+
"light_mode",
|
|
1070
|
+
"lightbulb",
|
|
1071
|
+
"lightbulb_circle",
|
|
1072
|
+
"line_axis",
|
|
1073
|
+
"line_style",
|
|
1074
|
+
"line_weight",
|
|
1075
|
+
"linear_scale",
|
|
1076
|
+
"link",
|
|
1077
|
+
"link_off",
|
|
1078
|
+
"linked_camera",
|
|
1079
|
+
"liquor",
|
|
1080
|
+
"list",
|
|
1081
|
+
"list_alt",
|
|
1082
|
+
"live_help",
|
|
1083
|
+
"live_tv",
|
|
1084
|
+
"living",
|
|
1085
|
+
"local_activity",
|
|
1086
|
+
"local_airport",
|
|
1087
|
+
"local_atm",
|
|
1088
|
+
"local_bar",
|
|
1089
|
+
"local_cafe",
|
|
1090
|
+
"local_car_wash",
|
|
1091
|
+
"local_convenience_store",
|
|
1092
|
+
"local_dining",
|
|
1093
|
+
"local_drink",
|
|
1094
|
+
"local_fire_department",
|
|
1095
|
+
"local_florist",
|
|
1096
|
+
"local_gas_station",
|
|
1097
|
+
"local_grocery_store",
|
|
1098
|
+
"local_hospital",
|
|
1099
|
+
"local_hotel",
|
|
1100
|
+
"local_laundry_service",
|
|
1101
|
+
"local_library",
|
|
1102
|
+
"local_mall",
|
|
1103
|
+
"local_movies",
|
|
1104
|
+
"local_offer",
|
|
1105
|
+
"local_parking",
|
|
1106
|
+
"local_pharmacy",
|
|
1107
|
+
"local_phone",
|
|
1108
|
+
"local_pizza",
|
|
1109
|
+
"local_play",
|
|
1110
|
+
"local_police",
|
|
1111
|
+
"local_post_office",
|
|
1112
|
+
"local_printshop",
|
|
1113
|
+
"local_see",
|
|
1114
|
+
"local_shipping",
|
|
1115
|
+
"local_taxi",
|
|
1116
|
+
"location_city",
|
|
1117
|
+
"location_disabled",
|
|
1118
|
+
"location_off",
|
|
1119
|
+
"location_on",
|
|
1120
|
+
"location_searching",
|
|
1121
|
+
"lock",
|
|
1122
|
+
"lock_clock",
|
|
1123
|
+
"lock_open",
|
|
1124
|
+
"lock_person",
|
|
1125
|
+
"lock_reset",
|
|
1126
|
+
"login",
|
|
1127
|
+
"logo_dev",
|
|
1128
|
+
"logout",
|
|
1129
|
+
"looks",
|
|
1130
|
+
"looks_3",
|
|
1131
|
+
"looks_4",
|
|
1132
|
+
"looks_5",
|
|
1133
|
+
"looks_6",
|
|
1134
|
+
"looks_one",
|
|
1135
|
+
"looks_two",
|
|
1136
|
+
"loop",
|
|
1137
|
+
"loupe",
|
|
1138
|
+
"low_priority",
|
|
1139
|
+
"loyalty",
|
|
1140
|
+
"lte_mobiledata",
|
|
1141
|
+
"lte_plus_mobiledata",
|
|
1142
|
+
"luggage",
|
|
1143
|
+
"lunch_dining",
|
|
1144
|
+
"lyrics",
|
|
1145
|
+
"macro_off",
|
|
1146
|
+
"mail",
|
|
1147
|
+
"mail_lock",
|
|
1148
|
+
"mail_outline",
|
|
1149
|
+
"male",
|
|
1150
|
+
"man",
|
|
1151
|
+
"man_2",
|
|
1152
|
+
"man_3",
|
|
1153
|
+
"man_4",
|
|
1154
|
+
"manage_accounts",
|
|
1155
|
+
"manage_history",
|
|
1156
|
+
"manage_search",
|
|
1157
|
+
"map",
|
|
1158
|
+
"maps_home_work",
|
|
1159
|
+
"maps_ugc",
|
|
1160
|
+
"margin",
|
|
1161
|
+
"mark_as_unread",
|
|
1162
|
+
"mark_chat_read",
|
|
1163
|
+
"mark_chat_unread",
|
|
1164
|
+
"mark_email_read",
|
|
1165
|
+
"mark_email_unread",
|
|
1166
|
+
"mark_unread_chat_alt",
|
|
1167
|
+
"markunread",
|
|
1168
|
+
"markunread_mailbox",
|
|
1169
|
+
"masks",
|
|
1170
|
+
"maximize",
|
|
1171
|
+
"media_bluetooth_off",
|
|
1172
|
+
"media_bluetooth_on",
|
|
1173
|
+
"mediation",
|
|
1174
|
+
"medical_information",
|
|
1175
|
+
"medical_services",
|
|
1176
|
+
"medication",
|
|
1177
|
+
"medication_liquid",
|
|
1178
|
+
"meeting_room",
|
|
1179
|
+
"memory",
|
|
1180
|
+
"menu",
|
|
1181
|
+
"menu_book",
|
|
1182
|
+
"menu_open",
|
|
1183
|
+
"merge",
|
|
1184
|
+
"merge_type",
|
|
1185
|
+
"message",
|
|
1186
|
+
"mic",
|
|
1187
|
+
"mic_external_off",
|
|
1188
|
+
"mic_external_on",
|
|
1189
|
+
"mic_none",
|
|
1190
|
+
"mic_off",
|
|
1191
|
+
"microwave",
|
|
1192
|
+
"military_tech",
|
|
1193
|
+
"minimize",
|
|
1194
|
+
"minor_crash",
|
|
1195
|
+
"miscellaneous_services",
|
|
1196
|
+
"missed_video_call",
|
|
1197
|
+
"mms",
|
|
1198
|
+
"mobile_friendly",
|
|
1199
|
+
"mobile_off",
|
|
1200
|
+
"mobile_screen_share",
|
|
1201
|
+
"mobiledata_off",
|
|
1202
|
+
"mode",
|
|
1203
|
+
"mode_comment",
|
|
1204
|
+
"mode_edit",
|
|
1205
|
+
"mode_edit_outline",
|
|
1206
|
+
"mode_fan_off",
|
|
1207
|
+
"mode_night",
|
|
1208
|
+
"mode_of_travel",
|
|
1209
|
+
"mode_standby",
|
|
1210
|
+
"model_training",
|
|
1211
|
+
"monetization_on",
|
|
1212
|
+
"money",
|
|
1213
|
+
"money_off",
|
|
1214
|
+
"money_off_csred",
|
|
1215
|
+
"monitor",
|
|
1216
|
+
"monitor_heart",
|
|
1217
|
+
"monitor_weight",
|
|
1218
|
+
"monochrome_photos",
|
|
1219
|
+
"mood",
|
|
1220
|
+
"mood_bad",
|
|
1221
|
+
"moped",
|
|
1222
|
+
"more",
|
|
1223
|
+
"more_horiz",
|
|
1224
|
+
"more_time",
|
|
1225
|
+
"more_vert",
|
|
1226
|
+
"mosque",
|
|
1227
|
+
"motion_photos_auto",
|
|
1228
|
+
"motion_photos_off",
|
|
1229
|
+
"motion_photos_on",
|
|
1230
|
+
"motion_photos_pause",
|
|
1231
|
+
"motion_photos_paused",
|
|
1232
|
+
"mouse",
|
|
1233
|
+
"move_down",
|
|
1234
|
+
"move_to_inbox",
|
|
1235
|
+
"move_up",
|
|
1236
|
+
"movie",
|
|
1237
|
+
"movie_creation",
|
|
1238
|
+
"movie_filter",
|
|
1239
|
+
"moving",
|
|
1240
|
+
"mp",
|
|
1241
|
+
"multiline_chart",
|
|
1242
|
+
"multiple_stop",
|
|
1243
|
+
"museum",
|
|
1244
|
+
"music_note",
|
|
1245
|
+
"music_off",
|
|
1246
|
+
"music_video",
|
|
1247
|
+
"my_location",
|
|
1248
|
+
"nat",
|
|
1249
|
+
"nature",
|
|
1250
|
+
"nature_people",
|
|
1251
|
+
"navigate_before",
|
|
1252
|
+
"navigate_next",
|
|
1253
|
+
"navigation",
|
|
1254
|
+
"near_me",
|
|
1255
|
+
"near_me_disabled",
|
|
1256
|
+
"nearby_error",
|
|
1257
|
+
"nearby_off",
|
|
1258
|
+
"nest_cam_wired_stand",
|
|
1259
|
+
"network_cell",
|
|
1260
|
+
"network_check",
|
|
1261
|
+
"network_locked",
|
|
1262
|
+
"network_ping",
|
|
1263
|
+
"network_wifi",
|
|
1264
|
+
"network_wifi_1_bar",
|
|
1265
|
+
"network_wifi_2_bar",
|
|
1266
|
+
"network_wifi_3_bar",
|
|
1267
|
+
"new_label",
|
|
1268
|
+
"new_releases",
|
|
1269
|
+
"newspaper",
|
|
1270
|
+
"next_plan",
|
|
1271
|
+
"next_week",
|
|
1272
|
+
"nfc",
|
|
1273
|
+
"night_shelter",
|
|
1274
|
+
"nightlife",
|
|
1275
|
+
"nightlight",
|
|
1276
|
+
"nightlight_round",
|
|
1277
|
+
"nights_stay",
|
|
1278
|
+
"no_accounts",
|
|
1279
|
+
"no_adult_content",
|
|
1280
|
+
"no_backpack",
|
|
1281
|
+
"no_cell",
|
|
1282
|
+
"no_crash",
|
|
1283
|
+
"no_drinks",
|
|
1284
|
+
"no_encryption",
|
|
1285
|
+
"no_encryption_gmailerrorred",
|
|
1286
|
+
"no_flash",
|
|
1287
|
+
"no_food",
|
|
1288
|
+
"no_luggage",
|
|
1289
|
+
"no_meals",
|
|
1290
|
+
"no_meeting_room",
|
|
1291
|
+
"no_photography",
|
|
1292
|
+
"no_sim",
|
|
1293
|
+
"no_stroller",
|
|
1294
|
+
"no_transfer",
|
|
1295
|
+
"noise_aware",
|
|
1296
|
+
"noise_control_off",
|
|
1297
|
+
"nordic_walking",
|
|
1298
|
+
"north",
|
|
1299
|
+
"north_east",
|
|
1300
|
+
"north_west",
|
|
1301
|
+
"not_accessible",
|
|
1302
|
+
"not_interested",
|
|
1303
|
+
"not_listed_location",
|
|
1304
|
+
"not_started",
|
|
1305
|
+
"note",
|
|
1306
|
+
"note_add",
|
|
1307
|
+
"note_alt",
|
|
1308
|
+
"notes",
|
|
1309
|
+
"notification_add",
|
|
1310
|
+
"notification_important",
|
|
1311
|
+
"notifications",
|
|
1312
|
+
"notifications_active",
|
|
1313
|
+
"notifications_none",
|
|
1314
|
+
"notifications_off",
|
|
1315
|
+
"notifications_paused",
|
|
1316
|
+
"numbers",
|
|
1317
|
+
"offline_bolt",
|
|
1318
|
+
"offline_pin",
|
|
1319
|
+
"offline_share",
|
|
1320
|
+
"oil_barrel",
|
|
1321
|
+
"on_device_training",
|
|
1322
|
+
"ondemand_video",
|
|
1323
|
+
"online_prediction",
|
|
1324
|
+
"opacity",
|
|
1325
|
+
"open_in_browser",
|
|
1326
|
+
"open_in_full",
|
|
1327
|
+
"open_in_new",
|
|
1328
|
+
"open_in_new_off",
|
|
1329
|
+
"open_with",
|
|
1330
|
+
"other_houses",
|
|
1331
|
+
"outbound",
|
|
1332
|
+
"outbox",
|
|
1333
|
+
"outdoor_grill",
|
|
1334
|
+
"outlet",
|
|
1335
|
+
"outlined_flag",
|
|
1336
|
+
"output",
|
|
1337
|
+
"padding",
|
|
1338
|
+
"pages",
|
|
1339
|
+
"pageview",
|
|
1340
|
+
"paid",
|
|
1341
|
+
"palette",
|
|
1342
|
+
"pan_tool",
|
|
1343
|
+
"pan_tool_alt",
|
|
1344
|
+
"panorama",
|
|
1345
|
+
"panorama_fish_eye",
|
|
1346
|
+
"panorama_horizontal",
|
|
1347
|
+
"panorama_horizontal_select",
|
|
1348
|
+
"panorama_photosphere",
|
|
1349
|
+
"panorama_photosphere_select",
|
|
1350
|
+
"panorama_vertical",
|
|
1351
|
+
"panorama_vertical_select",
|
|
1352
|
+
"panorama_wide_angle",
|
|
1353
|
+
"panorama_wide_angle_select",
|
|
1354
|
+
"paragliding",
|
|
1355
|
+
"park",
|
|
1356
|
+
"party_mode",
|
|
1357
|
+
"password",
|
|
1358
|
+
"pattern",
|
|
1359
|
+
"pause",
|
|
1360
|
+
"pause_circle",
|
|
1361
|
+
"pause_circle_filled",
|
|
1362
|
+
"pause_circle_outline",
|
|
1363
|
+
"pause_presentation",
|
|
1364
|
+
"payment",
|
|
1365
|
+
"payments",
|
|
1366
|
+
"pedal_bike",
|
|
1367
|
+
"pending",
|
|
1368
|
+
"pending_actions",
|
|
1369
|
+
"pentagon",
|
|
1370
|
+
"people",
|
|
1371
|
+
"people_alt",
|
|
1372
|
+
"people_outline",
|
|
1373
|
+
"percent",
|
|
1374
|
+
"perm_camera_mic",
|
|
1375
|
+
"perm_contact_calendar",
|
|
1376
|
+
"perm_data_setting",
|
|
1377
|
+
"perm_device_information",
|
|
1378
|
+
"perm_identity",
|
|
1379
|
+
"perm_media",
|
|
1380
|
+
"perm_phone_msg",
|
|
1381
|
+
"perm_scan_wifi",
|
|
1382
|
+
"person",
|
|
1383
|
+
"person_2",
|
|
1384
|
+
"person_3",
|
|
1385
|
+
"person_4",
|
|
1386
|
+
"person_add",
|
|
1387
|
+
"person_add_alt",
|
|
1388
|
+
"person_add_alt_1",
|
|
1389
|
+
"person_add_disabled",
|
|
1390
|
+
"person_off",
|
|
1391
|
+
"person_outline",
|
|
1392
|
+
"person_pin",
|
|
1393
|
+
"person_pin_circle",
|
|
1394
|
+
"person_remove",
|
|
1395
|
+
"person_remove_alt_1",
|
|
1396
|
+
"person_search",
|
|
1397
|
+
"personal_injury",
|
|
1398
|
+
"personal_video",
|
|
1399
|
+
"pest_control",
|
|
1400
|
+
"pest_control_rodent",
|
|
1401
|
+
"pets",
|
|
1402
|
+
"phishing",
|
|
1403
|
+
"phone",
|
|
1404
|
+
"phone_android",
|
|
1405
|
+
"phone_bluetooth_speaker",
|
|
1406
|
+
"phone_callback",
|
|
1407
|
+
"phone_disabled",
|
|
1408
|
+
"phone_enabled",
|
|
1409
|
+
"phone_forwarded",
|
|
1410
|
+
"phone_iphone",
|
|
1411
|
+
"phone_locked",
|
|
1412
|
+
"phone_missed",
|
|
1413
|
+
"phone_paused",
|
|
1414
|
+
"phonelink",
|
|
1415
|
+
"phonelink_erase",
|
|
1416
|
+
"phonelink_lock",
|
|
1417
|
+
"phonelink_off",
|
|
1418
|
+
"phonelink_ring",
|
|
1419
|
+
"phonelink_setup",
|
|
1420
|
+
"photo",
|
|
1421
|
+
"photo_album",
|
|
1422
|
+
"photo_camera",
|
|
1423
|
+
"photo_camera_back",
|
|
1424
|
+
"photo_camera_front",
|
|
1425
|
+
"photo_filter",
|
|
1426
|
+
"photo_library",
|
|
1427
|
+
"photo_size_select_actual",
|
|
1428
|
+
"photo_size_select_large",
|
|
1429
|
+
"photo_size_select_small",
|
|
1430
|
+
"php",
|
|
1431
|
+
"piano",
|
|
1432
|
+
"piano_off",
|
|
1433
|
+
"picture_as_pdf",
|
|
1434
|
+
"picture_in_picture",
|
|
1435
|
+
"picture_in_picture_alt",
|
|
1436
|
+
"pie_chart",
|
|
1437
|
+
"pie_chart_outline",
|
|
1438
|
+
"pin",
|
|
1439
|
+
"pin_drop",
|
|
1440
|
+
"pin_end",
|
|
1441
|
+
"pin_invoke",
|
|
1442
|
+
"pinch",
|
|
1443
|
+
"pivot_table_chart",
|
|
1444
|
+
"pix",
|
|
1445
|
+
"place",
|
|
1446
|
+
"plagiarism",
|
|
1447
|
+
"play_arrow",
|
|
1448
|
+
"play_circle",
|
|
1449
|
+
"play_circle_filled",
|
|
1450
|
+
"play_circle_outline",
|
|
1451
|
+
"play_disabled",
|
|
1452
|
+
"play_for_work",
|
|
1453
|
+
"play_lesson",
|
|
1454
|
+
"playlist_add",
|
|
1455
|
+
"playlist_add_check",
|
|
1456
|
+
"playlist_add_check_circle",
|
|
1457
|
+
"playlist_add_circle",
|
|
1458
|
+
"playlist_play",
|
|
1459
|
+
"playlist_remove",
|
|
1460
|
+
"plumbing",
|
|
1461
|
+
"plus_one",
|
|
1462
|
+
"podcasts",
|
|
1463
|
+
"point_of_sale",
|
|
1464
|
+
"policy",
|
|
1465
|
+
"poll",
|
|
1466
|
+
"polyline",
|
|
1467
|
+
"polymer",
|
|
1468
|
+
"pool",
|
|
1469
|
+
"portable_wifi_off",
|
|
1470
|
+
"portrait",
|
|
1471
|
+
"post_add",
|
|
1472
|
+
"power",
|
|
1473
|
+
"power_input",
|
|
1474
|
+
"power_off",
|
|
1475
|
+
"power_settings_new",
|
|
1476
|
+
"precision_manufacturing",
|
|
1477
|
+
"pregnant_woman",
|
|
1478
|
+
"present_to_all",
|
|
1479
|
+
"preview",
|
|
1480
|
+
"price_change",
|
|
1481
|
+
"price_check",
|
|
1482
|
+
"print",
|
|
1483
|
+
"print_disabled",
|
|
1484
|
+
"priority_high",
|
|
1485
|
+
"privacy_tip",
|
|
1486
|
+
"private_connectivity",
|
|
1487
|
+
"production_quantity_limits",
|
|
1488
|
+
"propane",
|
|
1489
|
+
"propane_tank",
|
|
1490
|
+
"psychology",
|
|
1491
|
+
"psychology_alt",
|
|
1492
|
+
"public",
|
|
1493
|
+
"public_off",
|
|
1494
|
+
"publish",
|
|
1495
|
+
"published_with_changes",
|
|
1496
|
+
"punch_clock",
|
|
1497
|
+
"push_pin",
|
|
1498
|
+
"qr_code",
|
|
1499
|
+
"qr_code_2",
|
|
1500
|
+
"qr_code_scanner",
|
|
1501
|
+
"query_builder",
|
|
1502
|
+
"query_stats",
|
|
1503
|
+
"question_answer",
|
|
1504
|
+
"question_mark",
|
|
1505
|
+
"queue",
|
|
1506
|
+
"queue_music",
|
|
1507
|
+
"queue_play_next",
|
|
1508
|
+
"quickreply",
|
|
1509
|
+
"quiz",
|
|
1510
|
+
"r_mobiledata",
|
|
1511
|
+
"radar",
|
|
1512
|
+
"radio",
|
|
1513
|
+
"radio_button_checked",
|
|
1514
|
+
"radio_button_unchecked",
|
|
1515
|
+
"railway_alert",
|
|
1516
|
+
"ramen_dining",
|
|
1517
|
+
"ramp_left",
|
|
1518
|
+
"ramp_right",
|
|
1519
|
+
"rate_review",
|
|
1520
|
+
"raw_off",
|
|
1521
|
+
"raw_on",
|
|
1522
|
+
"read_more",
|
|
1523
|
+
"real_estate_agent",
|
|
1524
|
+
"receipt",
|
|
1525
|
+
"receipt_long",
|
|
1526
|
+
"recent_actors",
|
|
1527
|
+
"recommend",
|
|
1528
|
+
"record_voice_over",
|
|
1529
|
+
"rectangle",
|
|
1530
|
+
"recycling",
|
|
1531
|
+
"redeem",
|
|
1532
|
+
"redo",
|
|
1533
|
+
"reduce_capacity",
|
|
1534
|
+
"refresh",
|
|
1535
|
+
"remember_me",
|
|
1536
|
+
"remove",
|
|
1537
|
+
"remove_circle",
|
|
1538
|
+
"remove_circle_outline",
|
|
1539
|
+
"remove_done",
|
|
1540
|
+
"remove_from_queue",
|
|
1541
|
+
"remove_moderator",
|
|
1542
|
+
"remove_red_eye",
|
|
1543
|
+
"remove_road",
|
|
1544
|
+
"remove_shopping_cart",
|
|
1545
|
+
"reorder",
|
|
1546
|
+
"repartition",
|
|
1547
|
+
"repeat",
|
|
1548
|
+
"repeat_on",
|
|
1549
|
+
"repeat_one",
|
|
1550
|
+
"repeat_one_on",
|
|
1551
|
+
"replay",
|
|
1552
|
+
"replay_10",
|
|
1553
|
+
"replay_30",
|
|
1554
|
+
"replay_5",
|
|
1555
|
+
"replay_circle_filled",
|
|
1556
|
+
"reply",
|
|
1557
|
+
"reply_all",
|
|
1558
|
+
"report",
|
|
1559
|
+
"report_gmailerrorred",
|
|
1560
|
+
"report_off",
|
|
1561
|
+
"report_problem",
|
|
1562
|
+
"request_page",
|
|
1563
|
+
"request_quote",
|
|
1564
|
+
"reset_tv",
|
|
1565
|
+
"restart_alt",
|
|
1566
|
+
"restaurant",
|
|
1567
|
+
"restaurant_menu",
|
|
1568
|
+
"restore",
|
|
1569
|
+
"restore_from_trash",
|
|
1570
|
+
"restore_page",
|
|
1571
|
+
"reviews",
|
|
1572
|
+
"rice_bowl",
|
|
1573
|
+
"ring_volume",
|
|
1574
|
+
"rocket",
|
|
1575
|
+
"rocket_launch",
|
|
1576
|
+
"roller_shades",
|
|
1577
|
+
"roller_shades_closed",
|
|
1578
|
+
"roller_skating",
|
|
1579
|
+
"roofing",
|
|
1580
|
+
"room",
|
|
1581
|
+
"room_preferences",
|
|
1582
|
+
"room_service",
|
|
1583
|
+
"rotate_90_degrees_ccw",
|
|
1584
|
+
"rotate_90_degrees_cw",
|
|
1585
|
+
"rotate_left",
|
|
1586
|
+
"rotate_right",
|
|
1587
|
+
"roundabout_left",
|
|
1588
|
+
"roundabout_right",
|
|
1589
|
+
"rounded_corner",
|
|
1590
|
+
"route",
|
|
1591
|
+
"router",
|
|
1592
|
+
"rowing",
|
|
1593
|
+
"rss_feed",
|
|
1594
|
+
"rsvp",
|
|
1595
|
+
"rtt",
|
|
1596
|
+
"rule",
|
|
1597
|
+
"rule_folder",
|
|
1598
|
+
"run_circle",
|
|
1599
|
+
"running_with_errors",
|
|
1600
|
+
"rv_hookup",
|
|
1601
|
+
"safety_check",
|
|
1602
|
+
"safety_divider",
|
|
1603
|
+
"sailing",
|
|
1604
|
+
"sanitizer",
|
|
1605
|
+
"satellite",
|
|
1606
|
+
"satellite_alt",
|
|
1607
|
+
"save",
|
|
1608
|
+
"save_alt",
|
|
1609
|
+
"save_as",
|
|
1610
|
+
"saved_search",
|
|
1611
|
+
"savings",
|
|
1612
|
+
"scale",
|
|
1613
|
+
"scanner",
|
|
1614
|
+
"scatter_plot",
|
|
1615
|
+
"schedule",
|
|
1616
|
+
"schedule_send",
|
|
1617
|
+
"schema",
|
|
1618
|
+
"school",
|
|
1619
|
+
"science",
|
|
1620
|
+
"score",
|
|
1621
|
+
"scoreboard",
|
|
1622
|
+
"screen_lock_landscape",
|
|
1623
|
+
"screen_lock_portrait",
|
|
1624
|
+
"screen_lock_rotation",
|
|
1625
|
+
"screen_rotation",
|
|
1626
|
+
"screen_rotation_alt",
|
|
1627
|
+
"screen_search_desktop",
|
|
1628
|
+
"screen_share",
|
|
1629
|
+
"screenshot",
|
|
1630
|
+
"screenshot_monitor",
|
|
1631
|
+
"scuba_diving",
|
|
1632
|
+
"sd",
|
|
1633
|
+
"sd_card",
|
|
1634
|
+
"sd_card_alert",
|
|
1635
|
+
"sd_storage",
|
|
1636
|
+
"search",
|
|
1637
|
+
"search_off",
|
|
1638
|
+
"security",
|
|
1639
|
+
"security_update",
|
|
1640
|
+
"security_update_good",
|
|
1641
|
+
"security_update_warning",
|
|
1642
|
+
"segment",
|
|
1643
|
+
"select_all",
|
|
1644
|
+
"self_improvement",
|
|
1645
|
+
"sell",
|
|
1646
|
+
"send",
|
|
1647
|
+
"send_and_archive",
|
|
1648
|
+
"send_time_extension",
|
|
1649
|
+
"send_to_mobile",
|
|
1650
|
+
"sensor_door",
|
|
1651
|
+
"sensor_occupied",
|
|
1652
|
+
"sensor_window",
|
|
1653
|
+
"sensors",
|
|
1654
|
+
"sensors_off",
|
|
1655
|
+
"sentiment_dissatisfied",
|
|
1656
|
+
"sentiment_neutral",
|
|
1657
|
+
"sentiment_satisfied",
|
|
1658
|
+
"sentiment_satisfied_alt",
|
|
1659
|
+
"sentiment_very_dissatisfied",
|
|
1660
|
+
"sentiment_very_satisfied",
|
|
1661
|
+
"set_meal",
|
|
1662
|
+
"settings",
|
|
1663
|
+
"settings_accessibility",
|
|
1664
|
+
"settings_applications",
|
|
1665
|
+
"settings_backup_restore",
|
|
1666
|
+
"settings_bluetooth",
|
|
1667
|
+
"settings_brightness",
|
|
1668
|
+
"settings_cell",
|
|
1669
|
+
"settings_ethernet",
|
|
1670
|
+
"settings_input_antenna",
|
|
1671
|
+
"settings_input_component",
|
|
1672
|
+
"settings_input_composite",
|
|
1673
|
+
"settings_input_hdmi",
|
|
1674
|
+
"settings_input_svideo",
|
|
1675
|
+
"settings_overscan",
|
|
1676
|
+
"settings_phone",
|
|
1677
|
+
"settings_power",
|
|
1678
|
+
"settings_remote",
|
|
1679
|
+
"settings_suggest",
|
|
1680
|
+
"settings_system_daydream",
|
|
1681
|
+
"settings_voice",
|
|
1682
|
+
"severe_cold",
|
|
1683
|
+
"shape_line",
|
|
1684
|
+
"share",
|
|
1685
|
+
"share_location",
|
|
1686
|
+
"shield",
|
|
1687
|
+
"shield_moon",
|
|
1688
|
+
"shop",
|
|
1689
|
+
"shop_2",
|
|
1690
|
+
"shop_two",
|
|
1691
|
+
"shopping_bag",
|
|
1692
|
+
"shopping_basket",
|
|
1693
|
+
"shopping_cart",
|
|
1694
|
+
"shopping_cart_checkout",
|
|
1695
|
+
"short_text",
|
|
1696
|
+
"shortcut",
|
|
1697
|
+
"show_chart",
|
|
1698
|
+
"shower",
|
|
1699
|
+
"shuffle",
|
|
1700
|
+
"shuffle_on",
|
|
1701
|
+
"shutter_speed",
|
|
1702
|
+
"sick",
|
|
1703
|
+
"sign_language",
|
|
1704
|
+
"signal_cellular_0_bar",
|
|
1705
|
+
"signal_cellular_4_bar",
|
|
1706
|
+
"signal_cellular_alt",
|
|
1707
|
+
"signal_cellular_alt_1_bar",
|
|
1708
|
+
"signal_cellular_alt_2_bar",
|
|
1709
|
+
"signal_cellular_connected_no_internet_0_bar",
|
|
1710
|
+
"signal_cellular_connected_no_internet_4_bar",
|
|
1711
|
+
"signal_cellular_no_sim",
|
|
1712
|
+
"signal_cellular_nodata",
|
|
1713
|
+
"signal_cellular_null",
|
|
1714
|
+
"signal_cellular_off",
|
|
1715
|
+
"signal_wifi_0_bar",
|
|
1716
|
+
"signal_wifi_4_bar",
|
|
1717
|
+
"signal_wifi_4_bar_lock",
|
|
1718
|
+
"signal_wifi_bad",
|
|
1719
|
+
"signal_wifi_connected_no_internet_4",
|
|
1720
|
+
"signal_wifi_off",
|
|
1721
|
+
"signal_wifi_statusbar_4_bar",
|
|
1722
|
+
"signal_wifi_statusbar_connected_no_internet_4",
|
|
1723
|
+
"signal_wifi_statusbar_null",
|
|
1724
|
+
"signpost",
|
|
1725
|
+
"sim_card",
|
|
1726
|
+
"sim_card_alert",
|
|
1727
|
+
"sim_card_download",
|
|
1728
|
+
"single_bed",
|
|
1729
|
+
"sip",
|
|
1730
|
+
"skateboarding",
|
|
1731
|
+
"skip_next",
|
|
1732
|
+
"skip_previous",
|
|
1733
|
+
"sledding",
|
|
1734
|
+
"slideshow",
|
|
1735
|
+
"slow_motion_video",
|
|
1736
|
+
"smart_button",
|
|
1737
|
+
"smart_display",
|
|
1738
|
+
"smart_screen",
|
|
1739
|
+
"smart_toy",
|
|
1740
|
+
"smartphone",
|
|
1741
|
+
"smoke_free",
|
|
1742
|
+
"smoking_rooms",
|
|
1743
|
+
"sms",
|
|
1744
|
+
"sms_failed",
|
|
1745
|
+
"snippet_folder",
|
|
1746
|
+
"snooze",
|
|
1747
|
+
"snowboarding",
|
|
1748
|
+
"snowmobile",
|
|
1749
|
+
"snowshoeing",
|
|
1750
|
+
"soap",
|
|
1751
|
+
"social_distance",
|
|
1752
|
+
"solar_power",
|
|
1753
|
+
"sort",
|
|
1754
|
+
"sort_by_alpha",
|
|
1755
|
+
"sos",
|
|
1756
|
+
"soup_kitchen",
|
|
1757
|
+
"source",
|
|
1758
|
+
"south",
|
|
1759
|
+
"south_america",
|
|
1760
|
+
"south_east",
|
|
1761
|
+
"south_west",
|
|
1762
|
+
"spa",
|
|
1763
|
+
"space_bar",
|
|
1764
|
+
"space_dashboard",
|
|
1765
|
+
"spatial_audio",
|
|
1766
|
+
"spatial_audio_off",
|
|
1767
|
+
"spatial_tracking",
|
|
1768
|
+
"speaker",
|
|
1769
|
+
"speaker_group",
|
|
1770
|
+
"speaker_notes",
|
|
1771
|
+
"speaker_notes_off",
|
|
1772
|
+
"speaker_phone",
|
|
1773
|
+
"speed",
|
|
1774
|
+
"spellcheck",
|
|
1775
|
+
"splitscreen",
|
|
1776
|
+
"spoke",
|
|
1777
|
+
"sports",
|
|
1778
|
+
"sports_bar",
|
|
1779
|
+
"sports_baseball",
|
|
1780
|
+
"sports_basketball",
|
|
1781
|
+
"sports_cricket",
|
|
1782
|
+
"sports_esports",
|
|
1783
|
+
"sports_football",
|
|
1784
|
+
"sports_golf",
|
|
1785
|
+
"sports_gymnastics",
|
|
1786
|
+
"sports_handball",
|
|
1787
|
+
"sports_hockey",
|
|
1788
|
+
"sports_kabaddi",
|
|
1789
|
+
"sports_martial_arts",
|
|
1790
|
+
"sports_mma",
|
|
1791
|
+
"sports_motorsports",
|
|
1792
|
+
"sports_rugby",
|
|
1793
|
+
"sports_score",
|
|
1794
|
+
"sports_soccer",
|
|
1795
|
+
"sports_tennis",
|
|
1796
|
+
"sports_volleyball",
|
|
1797
|
+
"square",
|
|
1798
|
+
"square_foot",
|
|
1799
|
+
"ssid_chart",
|
|
1800
|
+
"stacked_bar_chart",
|
|
1801
|
+
"stacked_line_chart",
|
|
1802
|
+
"stadium",
|
|
1803
|
+
"stairs",
|
|
1804
|
+
"star",
|
|
1805
|
+
"star_border",
|
|
1806
|
+
"star_border_purple500",
|
|
1807
|
+
"star_half",
|
|
1808
|
+
"star_outline",
|
|
1809
|
+
"star_purple500",
|
|
1810
|
+
"star_rate",
|
|
1811
|
+
"stars",
|
|
1812
|
+
"start",
|
|
1813
|
+
"stay_current_landscape",
|
|
1814
|
+
"stay_current_portrait",
|
|
1815
|
+
"stay_primary_landscape",
|
|
1816
|
+
"stay_primary_portrait",
|
|
1817
|
+
"sticky_note_2",
|
|
1818
|
+
"stop",
|
|
1819
|
+
"stop_circle",
|
|
1820
|
+
"stop_screen_share",
|
|
1821
|
+
"storage",
|
|
1822
|
+
"store",
|
|
1823
|
+
"store_mall_directory",
|
|
1824
|
+
"storefront",
|
|
1825
|
+
"storm",
|
|
1826
|
+
"straight",
|
|
1827
|
+
"straighten",
|
|
1828
|
+
"stream",
|
|
1829
|
+
"streetview",
|
|
1830
|
+
"strikethrough_s",
|
|
1831
|
+
"stroller",
|
|
1832
|
+
"style",
|
|
1833
|
+
"subdirectory_arrow_left",
|
|
1834
|
+
"subdirectory_arrow_right",
|
|
1835
|
+
"subject",
|
|
1836
|
+
"subscript",
|
|
1837
|
+
"subscriptions",
|
|
1838
|
+
"subtitles",
|
|
1839
|
+
"subtitles_off",
|
|
1840
|
+
"subway",
|
|
1841
|
+
"summarize",
|
|
1842
|
+
"superscript",
|
|
1843
|
+
"supervised_user_circle",
|
|
1844
|
+
"supervisor_account",
|
|
1845
|
+
"support",
|
|
1846
|
+
"support_agent",
|
|
1847
|
+
"surfing",
|
|
1848
|
+
"surround_sound",
|
|
1849
|
+
"swap_calls",
|
|
1850
|
+
"swap_horiz",
|
|
1851
|
+
"swap_horizontal_circle",
|
|
1852
|
+
"swap_vert",
|
|
1853
|
+
"swap_vertical_circle",
|
|
1854
|
+
"swipe",
|
|
1855
|
+
"swipe_down",
|
|
1856
|
+
"swipe_down_alt",
|
|
1857
|
+
"swipe_left",
|
|
1858
|
+
"swipe_left_alt",
|
|
1859
|
+
"swipe_right",
|
|
1860
|
+
"swipe_right_alt",
|
|
1861
|
+
"swipe_up",
|
|
1862
|
+
"swipe_up_alt",
|
|
1863
|
+
"swipe_vertical",
|
|
1864
|
+
"switch_access_shortcut",
|
|
1865
|
+
"switch_access_shortcut_add",
|
|
1866
|
+
"switch_account",
|
|
1867
|
+
"switch_camera",
|
|
1868
|
+
"switch_left",
|
|
1869
|
+
"switch_right",
|
|
1870
|
+
"switch_video",
|
|
1871
|
+
"synagogue",
|
|
1872
|
+
"sync",
|
|
1873
|
+
"sync_alt",
|
|
1874
|
+
"sync_disabled",
|
|
1875
|
+
"sync_lock",
|
|
1876
|
+
"sync_problem",
|
|
1877
|
+
"system_security_update",
|
|
1878
|
+
"system_security_update_good",
|
|
1879
|
+
"system_security_update_warning",
|
|
1880
|
+
"system_update",
|
|
1881
|
+
"system_update_alt",
|
|
1882
|
+
"tab",
|
|
1883
|
+
"tab_unselected",
|
|
1884
|
+
"table_bar",
|
|
1885
|
+
"table_chart",
|
|
1886
|
+
"table_restaurant",
|
|
1887
|
+
"table_rows",
|
|
1888
|
+
"table_view",
|
|
1889
|
+
"tablet",
|
|
1890
|
+
"tablet_android",
|
|
1891
|
+
"tablet_mac",
|
|
1892
|
+
"tag",
|
|
1893
|
+
"tag_faces",
|
|
1894
|
+
"takeout_dining",
|
|
1895
|
+
"tap_and_play",
|
|
1896
|
+
"tapas",
|
|
1897
|
+
"task",
|
|
1898
|
+
"task_alt",
|
|
1899
|
+
"taxi_alert",
|
|
1900
|
+
"temple_buddhist",
|
|
1901
|
+
"temple_hindu",
|
|
1902
|
+
"terminal",
|
|
1903
|
+
"terrain",
|
|
1904
|
+
"text_decrease",
|
|
1905
|
+
"text_fields",
|
|
1906
|
+
"text_format",
|
|
1907
|
+
"text_increase",
|
|
1908
|
+
"text_rotate_up",
|
|
1909
|
+
"text_rotate_vertical",
|
|
1910
|
+
"text_rotation_angledown",
|
|
1911
|
+
"text_rotation_angleup",
|
|
1912
|
+
"text_rotation_down",
|
|
1913
|
+
"text_rotation_none",
|
|
1914
|
+
"text_snippet",
|
|
1915
|
+
"textsms",
|
|
1916
|
+
"texture",
|
|
1917
|
+
"theater_comedy",
|
|
1918
|
+
"theaters",
|
|
1919
|
+
"thermostat",
|
|
1920
|
+
"thermostat_auto",
|
|
1921
|
+
"thumb_down",
|
|
1922
|
+
"thumb_down_alt",
|
|
1923
|
+
"thumb_down_off_alt",
|
|
1924
|
+
"thumb_up",
|
|
1925
|
+
"thumb_up_alt",
|
|
1926
|
+
"thumb_up_off_alt",
|
|
1927
|
+
"thumbs_up_down",
|
|
1928
|
+
"thunderstorm",
|
|
1929
|
+
"time_to_leave",
|
|
1930
|
+
"timelapse",
|
|
1931
|
+
"timeline",
|
|
1932
|
+
"timer",
|
|
1933
|
+
"timer_10",
|
|
1934
|
+
"timer_10_select",
|
|
1935
|
+
"timer_3",
|
|
1936
|
+
"timer_3_select",
|
|
1937
|
+
"timer_off",
|
|
1938
|
+
"tips_and_updates",
|
|
1939
|
+
"tire_repair",
|
|
1940
|
+
"title",
|
|
1941
|
+
"toc",
|
|
1942
|
+
"today",
|
|
1943
|
+
"toggle_off",
|
|
1944
|
+
"toggle_on",
|
|
1945
|
+
"token",
|
|
1946
|
+
"toll",
|
|
1947
|
+
"tonality",
|
|
1948
|
+
"topic",
|
|
1949
|
+
"tornado",
|
|
1950
|
+
"touch_app",
|
|
1951
|
+
"tour",
|
|
1952
|
+
"toys",
|
|
1953
|
+
"track_changes",
|
|
1954
|
+
"traffic",
|
|
1955
|
+
"train",
|
|
1956
|
+
"tram",
|
|
1957
|
+
"transcribe",
|
|
1958
|
+
"transfer_within_a_station",
|
|
1959
|
+
"transform",
|
|
1960
|
+
"transgender",
|
|
1961
|
+
"transit_enterexit",
|
|
1962
|
+
"translate",
|
|
1963
|
+
"travel_explore",
|
|
1964
|
+
"trending_down",
|
|
1965
|
+
"trending_flat",
|
|
1966
|
+
"trending_up",
|
|
1967
|
+
"trip_origin",
|
|
1968
|
+
"troubleshoot",
|
|
1969
|
+
"try",
|
|
1970
|
+
"tsunami",
|
|
1971
|
+
"tty",
|
|
1972
|
+
"tune",
|
|
1973
|
+
"tungsten",
|
|
1974
|
+
"turn_left",
|
|
1975
|
+
"turn_right",
|
|
1976
|
+
"turn_sharp_left",
|
|
1977
|
+
"turn_sharp_right",
|
|
1978
|
+
"turn_slight_left",
|
|
1979
|
+
"turn_slight_right",
|
|
1980
|
+
"turned_in",
|
|
1981
|
+
"turned_in_not",
|
|
1982
|
+
"tv",
|
|
1983
|
+
"tv_off",
|
|
1984
|
+
"two_wheeler",
|
|
1985
|
+
"type_specimen",
|
|
1986
|
+
"u_turn_left",
|
|
1987
|
+
"u_turn_right",
|
|
1988
|
+
"umbrella",
|
|
1989
|
+
"unarchive",
|
|
1990
|
+
"undo",
|
|
1991
|
+
"unfold_less",
|
|
1992
|
+
"unfold_less_double",
|
|
1993
|
+
"unfold_more",
|
|
1994
|
+
"unfold_more_double",
|
|
1995
|
+
"unpublished",
|
|
1996
|
+
"unsubscribe",
|
|
1997
|
+
"upcoming",
|
|
1998
|
+
"update",
|
|
1999
|
+
"update_disabled",
|
|
2000
|
+
"upgrade",
|
|
2001
|
+
"upload",
|
|
2002
|
+
"upload_file",
|
|
2003
|
+
"usb",
|
|
2004
|
+
"usb_off",
|
|
2005
|
+
"vaccines",
|
|
2006
|
+
"vape_free",
|
|
2007
|
+
"vaping_rooms",
|
|
2008
|
+
"verified",
|
|
2009
|
+
"verified_user",
|
|
2010
|
+
"vertical_align_bottom",
|
|
2011
|
+
"vertical_align_center",
|
|
2012
|
+
"vertical_align_top",
|
|
2013
|
+
"vertical_distribute",
|
|
2014
|
+
"vertical_shades",
|
|
2015
|
+
"vertical_shades_closed",
|
|
2016
|
+
"vertical_split",
|
|
2017
|
+
"vibration",
|
|
2018
|
+
"video_call",
|
|
2019
|
+
"video_camera_back",
|
|
2020
|
+
"video_camera_front",
|
|
2021
|
+
"video_chat",
|
|
2022
|
+
"video_file",
|
|
2023
|
+
"video_label",
|
|
2024
|
+
"video_library",
|
|
2025
|
+
"video_settings",
|
|
2026
|
+
"video_stable",
|
|
2027
|
+
"videocam",
|
|
2028
|
+
"videocam_off",
|
|
2029
|
+
"videogame_asset",
|
|
2030
|
+
"videogame_asset_off",
|
|
2031
|
+
"view_agenda",
|
|
2032
|
+
"view_array",
|
|
2033
|
+
"view_carousel",
|
|
2034
|
+
"view_column",
|
|
2035
|
+
"view_comfy",
|
|
2036
|
+
"view_comfy_alt",
|
|
2037
|
+
"view_compact",
|
|
2038
|
+
"view_compact_alt",
|
|
2039
|
+
"view_cozy",
|
|
2040
|
+
"view_day",
|
|
2041
|
+
"view_headline",
|
|
2042
|
+
"view_in_ar",
|
|
2043
|
+
"view_kanban",
|
|
2044
|
+
"view_list",
|
|
2045
|
+
"view_module",
|
|
2046
|
+
"view_quilt",
|
|
2047
|
+
"view_sidebar",
|
|
2048
|
+
"view_stream",
|
|
2049
|
+
"view_timeline",
|
|
2050
|
+
"view_week",
|
|
2051
|
+
"vignette",
|
|
2052
|
+
"villa",
|
|
2053
|
+
"visibility",
|
|
2054
|
+
"visibility_off",
|
|
2055
|
+
"voice_chat",
|
|
2056
|
+
"voice_over_off",
|
|
2057
|
+
"voicemail",
|
|
2058
|
+
"volcano",
|
|
2059
|
+
"volume_down",
|
|
2060
|
+
"volume_mute",
|
|
2061
|
+
"volume_off",
|
|
2062
|
+
"volume_up",
|
|
2063
|
+
"volunteer_activism",
|
|
2064
|
+
"vpn_key",
|
|
2065
|
+
"vpn_key_off",
|
|
2066
|
+
"vpn_lock",
|
|
2067
|
+
"vrpano",
|
|
2068
|
+
"wallet",
|
|
2069
|
+
"wallpaper",
|
|
2070
|
+
"warehouse",
|
|
2071
|
+
"warning",
|
|
2072
|
+
"warning_amber",
|
|
2073
|
+
"wash",
|
|
2074
|
+
"watch",
|
|
2075
|
+
"watch_later",
|
|
2076
|
+
"watch_off",
|
|
2077
|
+
"water",
|
|
2078
|
+
"water_damage",
|
|
2079
|
+
"water_drop",
|
|
2080
|
+
"waterfall_chart",
|
|
2081
|
+
"waves",
|
|
2082
|
+
"waving_hand",
|
|
2083
|
+
"wb_auto",
|
|
2084
|
+
"wb_cloudy",
|
|
2085
|
+
"wb_incandescent",
|
|
2086
|
+
"wb_iridescent",
|
|
2087
|
+
"wb_shade",
|
|
2088
|
+
"wb_sunny",
|
|
2089
|
+
"wb_twilight",
|
|
2090
|
+
"wc",
|
|
2091
|
+
"web",
|
|
2092
|
+
"web_asset",
|
|
2093
|
+
"web_asset_off",
|
|
2094
|
+
"web_stories",
|
|
2095
|
+
"webhook",
|
|
2096
|
+
"weekend",
|
|
2097
|
+
"west",
|
|
2098
|
+
"whatshot",
|
|
2099
|
+
"wheelchair_pickup",
|
|
2100
|
+
"where_to_vote",
|
|
2101
|
+
"widgets",
|
|
2102
|
+
"width_full",
|
|
2103
|
+
"width_normal",
|
|
2104
|
+
"width_wide",
|
|
2105
|
+
"wifi",
|
|
2106
|
+
"wifi_1_bar",
|
|
2107
|
+
"wifi_2_bar",
|
|
2108
|
+
"wifi_calling",
|
|
2109
|
+
"wifi_calling_3",
|
|
2110
|
+
"wifi_channel",
|
|
2111
|
+
"wifi_find",
|
|
2112
|
+
"wifi_lock",
|
|
2113
|
+
"wifi_off",
|
|
2114
|
+
"wifi_password",
|
|
2115
|
+
"wifi_protected_setup",
|
|
2116
|
+
"wifi_tethering",
|
|
2117
|
+
"wifi_tethering_error",
|
|
2118
|
+
"wifi_tethering_off",
|
|
2119
|
+
"wind_power",
|
|
2120
|
+
"window",
|
|
2121
|
+
"wine_bar",
|
|
2122
|
+
"woman",
|
|
2123
|
+
"woman_2",
|
|
2124
|
+
"work",
|
|
2125
|
+
"work_history",
|
|
2126
|
+
"work_off",
|
|
2127
|
+
"work_outline",
|
|
2128
|
+
"workspace_premium",
|
|
2129
|
+
"workspaces",
|
|
2130
|
+
"wrap_text",
|
|
2131
|
+
"wrong_location",
|
|
2132
|
+
"wysiwyg",
|
|
2133
|
+
"yard",
|
|
2134
|
+
"youtube_searched_for",
|
|
2135
|
+
"zoom_in",
|
|
2136
|
+
"zoom_in_map",
|
|
2137
|
+
"zoom_out",
|
|
2138
|
+
"zoom_out_map"
|
|
2139
|
+
];
|