UNPKG

@remixicon/react

Version:

Remix Icon is a set of open source neutral style system symbols elaborately crafted for designers and developers. All of the icons are free to use for both personal and commercial.

1,790 lines (900 loc) 221 kB
/** * @remixicon/react v4.1.0 - Apache-2.0 */ import { ComponentType, SVGProps } from 'react'; type AllSVGProps = SVGProps<SVGSVGElement> type ReservedProps = 'color' | 'size' | 'width' | 'height' | 'fill' | 'viewBox' interface RemixiconProps extends Pick<AllSVGProps, Exclude<keyof AllSVGProps, ReservedProps>> { color?: string; size?: number | string; children?: never; } type RemixiconComponentType = ComponentType<RemixiconProps>; declare const Ri24HoursFill: RemixiconComponentType; declare const Ri24HoursLine: RemixiconComponentType; declare const Ri4kFill: RemixiconComponentType; declare const Ri4kLine: RemixiconComponentType; declare const RiAB: RemixiconComponentType; declare const RiAccountBoxFill: RemixiconComponentType; declare const RiAccountBoxLine: RemixiconComponentType; declare const RiAccountCircleFill: RemixiconComponentType; declare const RiAccountCircleLine: RemixiconComponentType; declare const RiAccountPinBoxFill: RemixiconComponentType; declare const RiAccountPinBoxLine: RemixiconComponentType; declare const RiAccountPinCircleFill: RemixiconComponentType; declare const RiAccountPinCircleLine: RemixiconComponentType; declare const RiAddBoxFill: RemixiconComponentType; declare const RiAddBoxLine: RemixiconComponentType; declare const RiAddCircleFill: RemixiconComponentType; declare const RiAddCircleLine: RemixiconComponentType; declare const RiAddFill: RemixiconComponentType; declare const RiAddLine: RemixiconComponentType; declare const RiAdminFill: RemixiconComponentType; declare const RiAdminLine: RemixiconComponentType; declare const RiAdvertisementFill: RemixiconComponentType; declare const RiAdvertisementLine: RemixiconComponentType; declare const RiAirplayFill: RemixiconComponentType; declare const RiAirplayLine: RemixiconComponentType; declare const RiAlarmFill: RemixiconComponentType; declare const RiAlarmLine: RemixiconComponentType; declare const RiAlarmWarningFill: RemixiconComponentType; declare const RiAlarmWarningLine: RemixiconComponentType; declare const RiAlbumFill: RemixiconComponentType; declare const RiAlbumLine: RemixiconComponentType; declare const RiAlertFill: RemixiconComponentType; declare const RiAlertLine: RemixiconComponentType; declare const RiAliensFill: RemixiconComponentType; declare const RiAliensLine: RemixiconComponentType; declare const RiAlignBottom: RemixiconComponentType; declare const RiAlignCenter: RemixiconComponentType; declare const RiAlignJustify: RemixiconComponentType; declare const RiAlignLeft: RemixiconComponentType; declare const RiAlignRight: RemixiconComponentType; declare const RiAlignTop: RemixiconComponentType; declare const RiAlignVertically: RemixiconComponentType; declare const RiAlipayFill: RemixiconComponentType; declare const RiAlipayLine: RemixiconComponentType; declare const RiAmazonFill: RemixiconComponentType; declare const RiAmazonLine: RemixiconComponentType; declare const RiAnchorFill: RemixiconComponentType; declare const RiAnchorLine: RemixiconComponentType; declare const RiAncientGateFill: RemixiconComponentType; declare const RiAncientGateLine: RemixiconComponentType; declare const RiAncientPavilionFill: RemixiconComponentType; declare const RiAncientPavilionLine: RemixiconComponentType; declare const RiAndroidFill: RemixiconComponentType; declare const RiAndroidLine: RemixiconComponentType; declare const RiAngularjsFill: RemixiconComponentType; declare const RiAngularjsLine: RemixiconComponentType; declare const RiAnticlockwise2Fill: RemixiconComponentType; declare const RiAnticlockwise2Line: RemixiconComponentType; declare const RiAnticlockwiseFill: RemixiconComponentType; declare const RiAnticlockwiseLine: RemixiconComponentType; declare const RiAppStoreFill: RemixiconComponentType; declare const RiAppStoreLine: RemixiconComponentType; declare const RiAppleFill: RemixiconComponentType; declare const RiAppleLine: RemixiconComponentType; declare const RiApps2Fill: RemixiconComponentType; declare const RiApps2Line: RemixiconComponentType; declare const RiAppsFill: RemixiconComponentType; declare const RiAppsLine: RemixiconComponentType; declare const RiArchiveDrawerFill: RemixiconComponentType; declare const RiArchiveDrawerLine: RemixiconComponentType; declare const RiArchiveFill: RemixiconComponentType; declare const RiArchiveLine: RemixiconComponentType; declare const RiArrowDownCircleFill: RemixiconComponentType; declare const RiArrowDownCircleLine: RemixiconComponentType; declare const RiArrowDownFill: RemixiconComponentType; declare const RiArrowDownLine: RemixiconComponentType; declare const RiArrowDownSFill: RemixiconComponentType; declare const RiArrowDownSLine: RemixiconComponentType; declare const RiArrowDropDownFill: RemixiconComponentType; declare const RiArrowDropDownLine: RemixiconComponentType; declare const RiArrowDropLeftFill: RemixiconComponentType; declare const RiArrowDropLeftLine: RemixiconComponentType; declare const RiArrowDropRightFill: RemixiconComponentType; declare const RiArrowDropRightLine: RemixiconComponentType; declare const RiArrowDropUpFill: RemixiconComponentType; declare const RiArrowDropUpLine: RemixiconComponentType; declare const RiArrowGoBackFill: RemixiconComponentType; declare const RiArrowGoBackLine: RemixiconComponentType; declare const RiArrowGoForwardFill: RemixiconComponentType; declare const RiArrowGoForwardLine: RemixiconComponentType; declare const RiArrowLeftCircleFill: RemixiconComponentType; declare const RiArrowLeftCircleLine: RemixiconComponentType; declare const RiArrowLeftDownFill: RemixiconComponentType; declare const RiArrowLeftDownLine: RemixiconComponentType; declare const RiArrowLeftFill: RemixiconComponentType; declare const RiArrowLeftLine: RemixiconComponentType; declare const RiArrowLeftRightFill: RemixiconComponentType; declare const RiArrowLeftRightLine: RemixiconComponentType; declare const RiArrowLeftSFill: RemixiconComponentType; declare const RiArrowLeftSLine: RemixiconComponentType; declare const RiArrowLeftUpFill: RemixiconComponentType; declare const RiArrowLeftUpLine: RemixiconComponentType; declare const RiArrowRightCircleFill: RemixiconComponentType; declare const RiArrowRightCircleLine: RemixiconComponentType; declare const RiArrowRightDownFill: RemixiconComponentType; declare const RiArrowRightDownLine: RemixiconComponentType; declare const RiArrowRightFill: RemixiconComponentType; declare const RiArrowRightLine: RemixiconComponentType; declare const RiArrowRightSFill: RemixiconComponentType; declare const RiArrowRightSLine: RemixiconComponentType; declare const RiArrowRightUpFill: RemixiconComponentType; declare const RiArrowRightUpLine: RemixiconComponentType; declare const RiArrowUpCircleFill: RemixiconComponentType; declare const RiArrowUpCircleLine: RemixiconComponentType; declare const RiArrowUpDownFill: RemixiconComponentType; declare const RiArrowUpDownLine: RemixiconComponentType; declare const RiArrowUpFill: RemixiconComponentType; declare const RiArrowUpLine: RemixiconComponentType; declare const RiArrowUpSFill: RemixiconComponentType; declare const RiArrowUpSLine: RemixiconComponentType; declare const RiArtboard2Fill: RemixiconComponentType; declare const RiArtboard2Line: RemixiconComponentType; declare const RiArtboardFill: RemixiconComponentType; declare const RiArtboardLine: RemixiconComponentType; declare const RiArticleFill: RemixiconComponentType; declare const RiArticleLine: RemixiconComponentType; declare const RiAspectRatioFill: RemixiconComponentType; declare const RiAspectRatioLine: RemixiconComponentType; declare const RiAsterisk: RemixiconComponentType; declare const RiAtFill: RemixiconComponentType; declare const RiAtLine: RemixiconComponentType; declare const RiAttachment2: RemixiconComponentType; declare const RiAttachmentFill: RemixiconComponentType; declare const RiAttachmentLine: RemixiconComponentType; declare const RiAuctionFill: RemixiconComponentType; declare const RiAuctionLine: RemixiconComponentType; declare const RiAwardFill: RemixiconComponentType; declare const RiAwardLine: RemixiconComponentType; declare const RiBaiduFill: RemixiconComponentType; declare const RiBaiduLine: RemixiconComponentType; declare const RiBallPenFill: RemixiconComponentType; declare const RiBallPenLine: RemixiconComponentType; declare const RiBankCard2Fill: RemixiconComponentType; declare const RiBankCard2Line: RemixiconComponentType; declare const RiBankCardFill: RemixiconComponentType; declare const RiBankCardLine: RemixiconComponentType; declare const RiBankFill: RemixiconComponentType; declare const RiBankLine: RemixiconComponentType; declare const RiBarChart2Fill: RemixiconComponentType; declare const RiBarChart2Line: RemixiconComponentType; declare const RiBarChartBoxFill: RemixiconComponentType; declare const RiBarChartBoxLine: RemixiconComponentType; declare const RiBarChartFill: RemixiconComponentType; declare const RiBarChartGroupedFill: RemixiconComponentType; declare const RiBarChartGroupedLine: RemixiconComponentType; declare const RiBarChartHorizontalFill: RemixiconComponentType; declare const RiBarChartHorizontalLine: RemixiconComponentType; declare const RiBarChartLine: RemixiconComponentType; declare const RiBarcodeBoxFill: RemixiconComponentType; declare const RiBarcodeBoxLine: RemixiconComponentType; declare const RiBarcodeFill: RemixiconComponentType; declare const RiBarcodeLine: RemixiconComponentType; declare const RiBarricadeFill: RemixiconComponentType; declare const RiBarricadeLine: RemixiconComponentType; declare const RiBaseStationFill: RemixiconComponentType; declare const RiBaseStationLine: RemixiconComponentType; declare const RiBasketballFill: RemixiconComponentType; declare const RiBasketballLine: RemixiconComponentType; declare const RiBattery2ChargeFill: RemixiconComponentType; declare const RiBattery2ChargeLine: RemixiconComponentType; declare const RiBattery2Fill: RemixiconComponentType; declare const RiBattery2Line: RemixiconComponentType; declare const RiBatteryChargeFill: RemixiconComponentType; declare const RiBatteryChargeLine: RemixiconComponentType; declare const RiBatteryFill: RemixiconComponentType; declare const RiBatteryLine: RemixiconComponentType; declare const RiBatteryLowFill: RemixiconComponentType; declare const RiBatteryLowLine: RemixiconComponentType; declare const RiBatterySaverFill: RemixiconComponentType; declare const RiBatterySaverLine: RemixiconComponentType; declare const RiBatteryShareFill: RemixiconComponentType; declare const RiBatteryShareLine: RemixiconComponentType; declare const RiBearSmileFill: RemixiconComponentType; declare const RiBearSmileLine: RemixiconComponentType; declare const RiBehanceFill: RemixiconComponentType; declare const RiBehanceLine: RemixiconComponentType; declare const RiBellFill: RemixiconComponentType; declare const RiBellLine: RemixiconComponentType; declare const RiBikeFill: RemixiconComponentType; declare const RiBikeLine: RemixiconComponentType; declare const RiBilibiliFill: RemixiconComponentType; declare const RiBilibiliLine: RemixiconComponentType; declare const RiBillFill: RemixiconComponentType; declare const RiBillLine: RemixiconComponentType; declare const RiBilliardsFill: RemixiconComponentType; declare const RiBilliardsLine: RemixiconComponentType; declare const RiBitCoinFill: RemixiconComponentType; declare const RiBitCoinLine: RemixiconComponentType; declare const RiBlazeFill: RemixiconComponentType; declare const RiBlazeLine: RemixiconComponentType; declare const RiBluetoothConnectFill: RemixiconComponentType; declare const RiBluetoothConnectLine: RemixiconComponentType; declare const RiBluetoothFill: RemixiconComponentType; declare const RiBluetoothLine: RemixiconComponentType; declare const RiBlurOffFill: RemixiconComponentType; declare const RiBlurOffLine: RemixiconComponentType; declare const RiBodyScanFill: RemixiconComponentType; declare const RiBodyScanLine: RemixiconComponentType; declare const RiBold: RemixiconComponentType; declare const RiBook2Fill: RemixiconComponentType; declare const RiBook2Line: RemixiconComponentType; declare const RiBook3Fill: RemixiconComponentType; declare const RiBook3Line: RemixiconComponentType; declare const RiBookFill: RemixiconComponentType; declare const RiBookLine: RemixiconComponentType; declare const RiBookMarkedFill: RemixiconComponentType; declare const RiBookMarkedLine: RemixiconComponentType; declare const RiBookOpenFill: RemixiconComponentType; declare const RiBookOpenLine: RemixiconComponentType; declare const RiBookReadFill: RemixiconComponentType; declare const RiBookReadLine: RemixiconComponentType; declare const RiBookletFill: RemixiconComponentType; declare const RiBookletLine: RemixiconComponentType; declare const RiBookmark2Fill: RemixiconComponentType; declare const RiBookmark2Line: RemixiconComponentType; declare const RiBookmark3Fill: RemixiconComponentType; declare const RiBookmark3Line: RemixiconComponentType; declare const RiBookmarkFill: RemixiconComponentType; declare const RiBookmarkLine: RemixiconComponentType; declare const RiBoxingFill: RemixiconComponentType; declare const RiBoxingLine: RemixiconComponentType; declare const RiBracesFill: RemixiconComponentType; declare const RiBracesLine: RemixiconComponentType; declare const RiBracketsFill: RemixiconComponentType; declare const RiBracketsLine: RemixiconComponentType; declare const RiBriefcase2Fill: RemixiconComponentType; declare const RiBriefcase2Line: RemixiconComponentType; declare const RiBriefcase3Fill: RemixiconComponentType; declare const RiBriefcase3Line: RemixiconComponentType; declare const RiBriefcase4Fill: RemixiconComponentType; declare const RiBriefcase4Line: RemixiconComponentType; declare const RiBriefcase5Fill: RemixiconComponentType; declare const RiBriefcase5Line: RemixiconComponentType; declare const RiBriefcaseFill: RemixiconComponentType; declare const RiBriefcaseLine: RemixiconComponentType; declare const RiBringForward: RemixiconComponentType; declare const RiBringToFront: RemixiconComponentType; declare const RiBroadcastFill: RemixiconComponentType; declare const RiBroadcastLine: RemixiconComponentType; declare const RiBrush2Fill: RemixiconComponentType; declare const RiBrush2Line: RemixiconComponentType; declare const RiBrush3Fill: RemixiconComponentType; declare const RiBrush3Line: RemixiconComponentType; declare const RiBrush4Fill: RemixiconComponentType; declare const RiBrush4Line: RemixiconComponentType; declare const RiBrushFill: RemixiconComponentType; declare const RiBrushLine: RemixiconComponentType; declare const RiBubbleChartFill: RemixiconComponentType; declare const RiBubbleChartLine: RemixiconComponentType; declare const RiBug2Fill: RemixiconComponentType; declare const RiBug2Line: RemixiconComponentType; declare const RiBugFill: RemixiconComponentType; declare const RiBugLine: RemixiconComponentType; declare const RiBuilding2Fill: RemixiconComponentType; declare const RiBuilding2Line: RemixiconComponentType; declare const RiBuilding3Fill: RemixiconComponentType; declare const RiBuilding3Line: RemixiconComponentType; declare const RiBuilding4Fill: RemixiconComponentType; declare const RiBuilding4Line: RemixiconComponentType; declare const RiBuildingFill: RemixiconComponentType; declare const RiBuildingLine: RemixiconComponentType; declare const RiBus2Fill: RemixiconComponentType; declare const RiBus2Line: RemixiconComponentType; declare const RiBusFill: RemixiconComponentType; declare const RiBusLine: RemixiconComponentType; declare const RiBusWifiFill: RemixiconComponentType; declare const RiBusWifiLine: RemixiconComponentType; declare const RiCactusFill: RemixiconComponentType; declare const RiCactusLine: RemixiconComponentType; declare const RiCake2Fill: RemixiconComponentType; declare const RiCake2Line: RemixiconComponentType; declare const RiCake3Fill: RemixiconComponentType; declare const RiCake3Line: RemixiconComponentType; declare const RiCakeFill: RemixiconComponentType; declare const RiCakeLine: RemixiconComponentType; declare const RiCalculatorFill: RemixiconComponentType; declare const RiCalculatorLine: RemixiconComponentType; declare const RiCalendar2Fill: RemixiconComponentType; declare const RiCalendar2Line: RemixiconComponentType; declare const RiCalendarCheckFill: RemixiconComponentType; declare const RiCalendarCheckLine: RemixiconComponentType; declare const RiCalendarEventFill: RemixiconComponentType; declare const RiCalendarEventLine: RemixiconComponentType; declare const RiCalendarFill: RemixiconComponentType; declare const RiCalendarLine: RemixiconComponentType; declare const RiCalendarTodoFill: RemixiconComponentType; declare const RiCalendarTodoLine: RemixiconComponentType; declare const RiCamera2Fill: RemixiconComponentType; declare const RiCamera2Line: RemixiconComponentType; declare const RiCamera3Fill: RemixiconComponentType; declare const RiCamera3Line: RemixiconComponentType; declare const RiCameraFill: RemixiconComponentType; declare const RiCameraLensFill: RemixiconComponentType; declare const RiCameraLensLine: RemixiconComponentType; declare const RiCameraLine: RemixiconComponentType; declare const RiCameraOffFill: RemixiconComponentType; declare const RiCameraOffLine: RemixiconComponentType; declare const RiCameraSwitchFill: RemixiconComponentType; declare const RiCameraSwitchLine: RemixiconComponentType; declare const RiCapsuleFill: RemixiconComponentType; declare const RiCapsuleLine: RemixiconComponentType; declare const RiCarFill: RemixiconComponentType; declare const RiCarLine: RemixiconComponentType; declare const RiCarWashingFill: RemixiconComponentType; declare const RiCarWashingLine: RemixiconComponentType; declare const RiCaravanFill: RemixiconComponentType; declare const RiCaravanLine: RemixiconComponentType; declare const RiCastFill: RemixiconComponentType; declare const RiCastLine: RemixiconComponentType; declare const RiCellphoneFill: RemixiconComponentType; declare const RiCellphoneLine: RemixiconComponentType; declare const RiCelsiusFill: RemixiconComponentType; declare const RiCelsiusLine: RemixiconComponentType; declare const RiCentosFill: RemixiconComponentType; declare const RiCentosLine: RemixiconComponentType; declare const RiCharacterRecognitionFill: RemixiconComponentType; declare const RiCharacterRecognitionLine: RemixiconComponentType; declare const RiChargingPile2Fill: RemixiconComponentType; declare const RiChargingPile2Line: RemixiconComponentType; declare const RiChargingPileFill: RemixiconComponentType; declare const RiChargingPileLine: RemixiconComponentType; declare const RiChat1Fill: RemixiconComponentType; declare const RiChat1Line: RemixiconComponentType; declare const RiChat2Fill: RemixiconComponentType; declare const RiChat2Line: RemixiconComponentType; declare const RiChat3Fill: RemixiconComponentType; declare const RiChat3Line: RemixiconComponentType; declare const RiChat4Fill: RemixiconComponentType; declare const RiChat4Line: RemixiconComponentType; declare const RiChatCheckFill: RemixiconComponentType; declare const RiChatCheckLine: RemixiconComponentType; declare const RiChatDeleteFill: RemixiconComponentType; declare const RiChatDeleteLine: RemixiconComponentType; declare const RiChatDownloadFill: RemixiconComponentType; declare const RiChatDownloadLine: RemixiconComponentType; declare const RiChatFollowUpFill: RemixiconComponentType; declare const RiChatFollowUpLine: RemixiconComponentType; declare const RiChatForwardFill: RemixiconComponentType; declare const RiChatForwardLine: RemixiconComponentType; declare const RiChatHeartFill: RemixiconComponentType; declare const RiChatHeartLine: RemixiconComponentType; declare const RiChatHistoryFill: RemixiconComponentType; declare const RiChatHistoryLine: RemixiconComponentType; declare const RiChatNewFill: RemixiconComponentType; declare const RiChatNewLine: RemixiconComponentType; declare const RiChatOffFill: RemixiconComponentType; declare const RiChatOffLine: RemixiconComponentType; declare const RiChatPollFill: RemixiconComponentType; declare const RiChatPollLine: RemixiconComponentType; declare const RiChatPrivateFill: RemixiconComponentType; declare const RiChatPrivateLine: RemixiconComponentType; declare const RiChatQuoteFill: RemixiconComponentType; declare const RiChatQuoteLine: RemixiconComponentType; declare const RiChatSettingsFill: RemixiconComponentType; declare const RiChatSettingsLine: RemixiconComponentType; declare const RiChatSmile2Fill: RemixiconComponentType; declare const RiChatSmile2Line: RemixiconComponentType; declare const RiChatSmile3Fill: RemixiconComponentType; declare const RiChatSmile3Line: RemixiconComponentType; declare const RiChatSmileFill: RemixiconComponentType; declare const RiChatSmileLine: RemixiconComponentType; declare const RiChatUploadFill: RemixiconComponentType; declare const RiChatUploadLine: RemixiconComponentType; declare const RiChatVoiceFill: RemixiconComponentType; declare const RiChatVoiceLine: RemixiconComponentType; declare const RiCheckDoubleFill: RemixiconComponentType; declare const RiCheckDoubleLine: RemixiconComponentType; declare const RiCheckFill: RemixiconComponentType; declare const RiCheckLine: RemixiconComponentType; declare const RiCheckboxBlankCircleFill: RemixiconComponentType; declare const RiCheckboxBlankCircleLine: RemixiconComponentType; declare const RiCheckboxBlankFill: RemixiconComponentType; declare const RiCheckboxBlankLine: RemixiconComponentType; declare const RiCheckboxCircleFill: RemixiconComponentType; declare const RiCheckboxCircleLine: RemixiconComponentType; declare const RiCheckboxFill: RemixiconComponentType; declare const RiCheckboxIndeterminateFill: RemixiconComponentType; declare const RiCheckboxIndeterminateLine: RemixiconComponentType; declare const RiCheckboxLine: RemixiconComponentType; declare const RiCheckboxMultipleBlankFill: RemixiconComponentType; declare const RiCheckboxMultipleBlankLine: RemixiconComponentType; declare const RiCheckboxMultipleFill: RemixiconComponentType; declare const RiCheckboxMultipleLine: RemixiconComponentType; declare const RiChinaRailwayFill: RemixiconComponentType; declare const RiChinaRailwayLine: RemixiconComponentType; declare const RiChromeFill: RemixiconComponentType; declare const RiChromeLine: RemixiconComponentType; declare const RiClapperboardFill: RemixiconComponentType; declare const RiClapperboardLine: RemixiconComponentType; declare const RiClipboardFill: RemixiconComponentType; declare const RiClipboardLine: RemixiconComponentType; declare const RiClockwise2Fill: RemixiconComponentType; declare const RiClockwise2Line: RemixiconComponentType; declare const RiClockwiseFill: RemixiconComponentType; declare const RiClockwiseLine: RemixiconComponentType; declare const RiCloseCircleFill: RemixiconComponentType; declare const RiCloseCircleLine: RemixiconComponentType; declare const RiCloseFill: RemixiconComponentType; declare const RiCloseLine: RemixiconComponentType; declare const RiClosedCaptioningFill: RemixiconComponentType; declare const RiClosedCaptioningLine: RemixiconComponentType; declare const RiCloudFill: RemixiconComponentType; declare const RiCloudLine: RemixiconComponentType; declare const RiCloudOffFill: RemixiconComponentType; declare const RiCloudOffLine: RemixiconComponentType; declare const RiCloudWindyFill: RemixiconComponentType; declare const RiCloudWindyLine: RemixiconComponentType; declare const RiCloudy2Fill: RemixiconComponentType; declare const RiCloudy2Line: RemixiconComponentType; declare const RiCloudyFill: RemixiconComponentType; declare const RiCloudyLine: RemixiconComponentType; declare const RiCodeBoxFill: RemixiconComponentType; declare const RiCodeBoxLine: RemixiconComponentType; declare const RiCodeFill: RemixiconComponentType; declare const RiCodeLine: RemixiconComponentType; declare const RiCodeSFill: RemixiconComponentType; declare const RiCodeSLine: RemixiconComponentType; declare const RiCodeSSlashFill: RemixiconComponentType; declare const RiCodeSSlashLine: RemixiconComponentType; declare const RiCodeView: RemixiconComponentType; declare const RiCodepenFill: RemixiconComponentType; declare const RiCodepenLine: RemixiconComponentType; declare const RiCoinFill: RemixiconComponentType; declare const RiCoinLine: RemixiconComponentType; declare const RiCoinsFill: RemixiconComponentType; declare const RiCoinsLine: RemixiconComponentType; declare const RiCollageFill: RemixiconComponentType; declare const RiCollageLine: RemixiconComponentType; declare const RiCommandFill: RemixiconComponentType; declare const RiCommandLine: RemixiconComponentType; declare const RiCommunityFill: RemixiconComponentType; declare const RiCommunityLine: RemixiconComponentType; declare const RiCompass2Fill: RemixiconComponentType; declare const RiCompass2Line: RemixiconComponentType; declare const RiCompass3Fill: RemixiconComponentType; declare const RiCompass3Line: RemixiconComponentType; declare const RiCompass4Fill: RemixiconComponentType; declare const RiCompass4Line: RemixiconComponentType; declare const RiCompassDiscoverFill: RemixiconComponentType; declare const RiCompassDiscoverLine: RemixiconComponentType; declare const RiCompassFill: RemixiconComponentType; declare const RiCompassLine: RemixiconComponentType; declare const RiCompasses2Fill: RemixiconComponentType; declare const RiCompasses2Line: RemixiconComponentType; declare const RiCompassesFill: RemixiconComponentType; declare const RiCompassesLine: RemixiconComponentType; declare const RiComputerFill: RemixiconComponentType; declare const RiComputerLine: RemixiconComponentType; declare const RiContactsBook2Fill: RemixiconComponentType; declare const RiContactsBook2Line: RemixiconComponentType; declare const RiContactsBookFill: RemixiconComponentType; declare const RiContactsBookLine: RemixiconComponentType; declare const RiContactsBookUploadFill: RemixiconComponentType; declare const RiContactsBookUploadLine: RemixiconComponentType; declare const RiContactsFill: RemixiconComponentType; declare const RiContactsLine: RemixiconComponentType; declare const RiContrast2Fill: RemixiconComponentType; declare const RiContrast2Line: RemixiconComponentType; declare const RiContrastDrop2Fill: RemixiconComponentType; declare const RiContrastDrop2Line: RemixiconComponentType; declare const RiContrastDropFill: RemixiconComponentType; declare const RiContrastDropLine: RemixiconComponentType; declare const RiContrastFill: RemixiconComponentType; declare const RiContrastLine: RemixiconComponentType; declare const RiCopperCoinFill: RemixiconComponentType; declare const RiCopperCoinLine: RemixiconComponentType; declare const RiCopperDiamondFill: RemixiconComponentType; declare const RiCopperDiamondLine: RemixiconComponentType; declare const RiCopyleftFill: RemixiconComponentType; declare const RiCopyleftLine: RemixiconComponentType; declare const RiCopyrightFill: RemixiconComponentType; declare const RiCopyrightLine: RemixiconComponentType; declare const RiCoreosFill: RemixiconComponentType; declare const RiCoreosLine: RemixiconComponentType; declare const RiCoupon2Fill: RemixiconComponentType; declare const RiCoupon2Line: RemixiconComponentType; declare const RiCoupon3Fill: RemixiconComponentType; declare const RiCoupon3Line: RemixiconComponentType; declare const RiCoupon4Fill: RemixiconComponentType; declare const RiCoupon4Line: RemixiconComponentType; declare const RiCoupon5Fill: RemixiconComponentType; declare const RiCoupon5Line: RemixiconComponentType; declare const RiCouponFill: RemixiconComponentType; declare const RiCouponLine: RemixiconComponentType; declare const RiCpuFill: RemixiconComponentType; declare const RiCpuLine: RemixiconComponentType; declare const RiCreativeCommonsByFill: RemixiconComponentType; declare const RiCreativeCommonsByLine: RemixiconComponentType; declare const RiCreativeCommonsFill: RemixiconComponentType; declare const RiCreativeCommonsLine: RemixiconComponentType; declare const RiCreativeCommonsNcFill: RemixiconComponentType; declare const RiCreativeCommonsNcLine: RemixiconComponentType; declare const RiCreativeCommonsNdFill: RemixiconComponentType; declare const RiCreativeCommonsNdLine: RemixiconComponentType; declare const RiCreativeCommonsSaFill: RemixiconComponentType; declare const RiCreativeCommonsSaLine: RemixiconComponentType; declare const RiCreativeCommonsZeroFill: RemixiconComponentType; declare const RiCreativeCommonsZeroLine: RemixiconComponentType; declare const RiCriminalFill: RemixiconComponentType; declare const RiCriminalLine: RemixiconComponentType; declare const RiCrop2Fill: RemixiconComponentType; declare const RiCrop2Line: RemixiconComponentType; declare const RiCropFill: RemixiconComponentType; declare const RiCropLine: RemixiconComponentType; declare const RiCss3Fill: RemixiconComponentType; declare const RiCss3Line: RemixiconComponentType; declare const RiCupFill: RemixiconComponentType; declare const RiCupLine: RemixiconComponentType; declare const RiCurrencyFill: RemixiconComponentType; declare const RiCurrencyLine: RemixiconComponentType; declare const RiCursorFill: RemixiconComponentType; declare const RiCursorLine: RemixiconComponentType; declare const RiCustomerService2Fill: RemixiconComponentType; declare const RiCustomerService2Line: RemixiconComponentType; declare const RiCustomerServiceFill: RemixiconComponentType; declare const RiCustomerServiceLine: RemixiconComponentType; declare const RiDashboard2Fill: RemixiconComponentType; declare const RiDashboard2Line: RemixiconComponentType; declare const RiDashboard3Fill: RemixiconComponentType; declare const RiDashboard3Line: RemixiconComponentType; declare const RiDashboardFill: RemixiconComponentType; declare const RiDashboardLine: RemixiconComponentType; declare const RiDatabase2Fill: RemixiconComponentType; declare const RiDatabase2Line: RemixiconComponentType; declare const RiDatabaseFill: RemixiconComponentType; declare const RiDatabaseLine: RemixiconComponentType; declare const RiDeleteBack2Fill: RemixiconComponentType; declare const RiDeleteBack2Line: RemixiconComponentType; declare const RiDeleteBackFill: RemixiconComponentType; declare const RiDeleteBackLine: RemixiconComponentType; declare const RiDeleteBin2Fill: RemixiconComponentType; declare const RiDeleteBin2Line: RemixiconComponentType; declare const RiDeleteBin3Fill: RemixiconComponentType; declare const RiDeleteBin3Line: RemixiconComponentType; declare const RiDeleteBin4Fill: RemixiconComponentType; declare const RiDeleteBin4Line: RemixiconComponentType; declare const RiDeleteBin5Fill: RemixiconComponentType; declare const RiDeleteBin5Line: RemixiconComponentType; declare const RiDeleteBin6Fill: RemixiconComponentType; declare const RiDeleteBin6Line: RemixiconComponentType; declare const RiDeleteBin7Fill: RemixiconComponentType; declare const RiDeleteBin7Line: RemixiconComponentType; declare const RiDeleteBinFill: RemixiconComponentType; declare const RiDeleteBinLine: RemixiconComponentType; declare const RiDeleteColumn: RemixiconComponentType; declare const RiDeleteRow: RemixiconComponentType; declare const RiDeviceFill: RemixiconComponentType; declare const RiDeviceLine: RemixiconComponentType; declare const RiDeviceRecoverFill: RemixiconComponentType; declare const RiDeviceRecoverLine: RemixiconComponentType; declare const RiDingdingFill: RemixiconComponentType; declare const RiDingdingLine: RemixiconComponentType; declare const RiDirectionFill: RemixiconComponentType; declare const RiDirectionLine: RemixiconComponentType; declare const RiDiscFill: RemixiconComponentType; declare const RiDiscLine: RemixiconComponentType; declare const RiDiscordFill: RemixiconComponentType; declare const RiDiscordLine: RemixiconComponentType; declare const RiDiscussFill: RemixiconComponentType; declare const RiDiscussLine: RemixiconComponentType; declare const RiDislikeFill: RemixiconComponentType; declare const RiDislikeLine: RemixiconComponentType; declare const RiDisqusFill: RemixiconComponentType; declare const RiDisqusLine: RemixiconComponentType; declare const RiDivideFill: RemixiconComponentType; declare const RiDivideLine: RemixiconComponentType; declare const RiDonutChartFill: RemixiconComponentType; declare const RiDonutChartLine: RemixiconComponentType; declare const RiDoorClosedFill: RemixiconComponentType; declare const RiDoorClosedLine: RemixiconComponentType; declare const RiDoorFill: RemixiconComponentType; declare const RiDoorLine: RemixiconComponentType; declare const RiDoorLockBoxFill: RemixiconComponentType; declare const RiDoorLockBoxLine: RemixiconComponentType; declare const RiDoorLockFill: RemixiconComponentType; declare const RiDoorLockLine: RemixiconComponentType; declare const RiDoorOpenFill: RemixiconComponentType; declare const RiDoorOpenLine: RemixiconComponentType; declare const RiDossierFill: RemixiconComponentType; declare const RiDossierLine: RemixiconComponentType; declare const RiDoubanFill: RemixiconComponentType; declare const RiDoubanLine: RemixiconComponentType; declare const RiDoubleQuotesL: RemixiconComponentType; declare const RiDoubleQuotesR: RemixiconComponentType; declare const RiDownload2Fill: RemixiconComponentType; declare const RiDownload2Line: RemixiconComponentType; declare const RiDownloadCloud2Fill: RemixiconComponentType; declare const RiDownloadCloud2Line: RemixiconComponentType; declare const RiDownloadCloudFill: RemixiconComponentType; declare const RiDownloadCloudLine: RemixiconComponentType; declare const RiDownloadFill: RemixiconComponentType; declare const RiDownloadLine: RemixiconComponentType; declare const RiDraftFill: RemixiconComponentType; declare const RiDraftLine: RemixiconComponentType; declare const RiDragDropFill: RemixiconComponentType; declare const RiDragDropLine: RemixiconComponentType; declare const RiDragMove2Fill: RemixiconComponentType; declare const RiDragMove2Line: RemixiconComponentType; declare const RiDragMoveFill: RemixiconComponentType; declare const RiDragMoveLine: RemixiconComponentType; declare const RiDribbbleFill: RemixiconComponentType; declare const RiDribbbleLine: RemixiconComponentType; declare const RiDriveFill: RemixiconComponentType; declare const RiDriveLine: RemixiconComponentType; declare const RiDrizzleFill: RemixiconComponentType; declare const RiDrizzleLine: RemixiconComponentType; declare const RiDropFill: RemixiconComponentType; declare const RiDropLine: RemixiconComponentType; declare const RiDropboxFill: RemixiconComponentType; declare const RiDropboxLine: RemixiconComponentType; declare const RiDualSim1Fill: RemixiconComponentType; declare const RiDualSim1Line: RemixiconComponentType; declare const RiDualSim2Fill: RemixiconComponentType; declare const RiDualSim2Line: RemixiconComponentType; declare const RiDvFill: RemixiconComponentType; declare const RiDvLine: RemixiconComponentType; declare const RiDvdFill: RemixiconComponentType; declare const RiDvdLine: RemixiconComponentType; declare const RiEBike2Fill: RemixiconComponentType; declare const RiEBike2Line: RemixiconComponentType; declare const RiEBikeFill: RemixiconComponentType; declare const RiEBikeLine: RemixiconComponentType; declare const RiEarthFill: RemixiconComponentType; declare const RiEarthLine: RemixiconComponentType; declare const RiEarthquakeFill: RemixiconComponentType; declare const RiEarthquakeLine: RemixiconComponentType; declare const RiEdgeFill: RemixiconComponentType; declare const RiEdgeLine: RemixiconComponentType; declare const RiEdit2Fill: RemixiconComponentType; declare const RiEdit2Line: RemixiconComponentType; declare const RiEditBoxFill: RemixiconComponentType; declare const RiEditBoxLine: RemixiconComponentType; declare const RiEditCircleFill: RemixiconComponentType; declare const RiEditCircleLine: RemixiconComponentType; declare const RiEditFill: RemixiconComponentType; declare const RiEditLine: RemixiconComponentType; declare const RiEjectFill: RemixiconComponentType; declare const RiEjectLine: RemixiconComponentType; declare const RiEmotion2Fill: RemixiconComponentType; declare const RiEmotion2Line: RemixiconComponentType; declare const RiEmotionFill: RemixiconComponentType; declare const RiEmotionHappyFill: RemixiconComponentType; declare const RiEmotionHappyLine: RemixiconComponentType; declare const RiEmotionLaughFill: RemixiconComponentType; declare const RiEmotionLaughLine: RemixiconComponentType; declare const RiEmotionLine: RemixiconComponentType; declare const RiEmotionNormalFill: RemixiconComponentType; declare const RiEmotionNormalLine: RemixiconComponentType; declare const RiEmotionSadFill: RemixiconComponentType; declare const RiEmotionSadLine: RemixiconComponentType; declare const RiEmotionUnhappyFill: RemixiconComponentType; declare const RiEmotionUnhappyLine: RemixiconComponentType; declare const RiEmpathizeFill: RemixiconComponentType; declare const RiEmpathizeLine: RemixiconComponentType; declare const RiEmphasisCn: RemixiconComponentType; declare const RiEmphasis: RemixiconComponentType; declare const RiEnglishInput: RemixiconComponentType; declare const RiEqualizerFill: RemixiconComponentType; declare const RiEqualizerLine: RemixiconComponentType; declare const RiEraserFill: RemixiconComponentType; declare const RiEraserLine: RemixiconComponentType; declare const RiErrorWarningFill: RemixiconComponentType; declare const RiErrorWarningLine: RemixiconComponentType; declare const RiEvernoteFill: RemixiconComponentType; declare const RiEvernoteLine: RemixiconComponentType; declare const RiExchangeBoxFill: RemixiconComponentType; declare const RiExchangeBoxLine: RemixiconComponentType; declare const RiExchangeCnyFill: RemixiconComponentType; declare const RiExchangeCnyLine: RemixiconComponentType; declare const RiExchangeDollarFill: RemixiconComponentType; declare const RiExchangeDollarLine: RemixiconComponentType; declare const RiExchangeFill: RemixiconComponentType; declare const RiExchangeFundsFill: RemixiconComponentType; declare const RiExchangeFundsLine: RemixiconComponentType; declare const RiExchangeLine: RemixiconComponentType; declare const RiExternalLinkFill: RemixiconComponentType; declare const RiExternalLinkLine: RemixiconComponentType; declare const RiEye2Fill: RemixiconComponentType; declare const RiEye2Line: RemixiconComponentType; declare const RiEyeCloseFill: RemixiconComponentType; declare const RiEyeCloseLine: RemixiconComponentType; declare const RiEyeFill: RemixiconComponentType; declare const RiEyeLine: RemixiconComponentType; declare const RiEyeOffFill: RemixiconComponentType; declare const RiEyeOffLine: RemixiconComponentType; declare const RiFacebookBoxFill: RemixiconComponentType; declare const RiFacebookBoxLine: RemixiconComponentType; declare const RiFacebookCircleFill: RemixiconComponentType; declare const RiFacebookCircleLine: RemixiconComponentType; declare const RiFacebookFill: RemixiconComponentType; declare const RiFacebookLine: RemixiconComponentType; declare const RiFahrenheitFill: RemixiconComponentType; declare const RiFahrenheitLine: RemixiconComponentType; declare const RiFeedbackFill: RemixiconComponentType; declare const RiFeedbackLine: RemixiconComponentType; declare const RiFile2Fill: RemixiconComponentType; declare const RiFile2Line: RemixiconComponentType; declare const RiFile3Fill: RemixiconComponentType; declare const RiFile3Line: RemixiconComponentType; declare const RiFile4Fill: RemixiconComponentType; declare const RiFile4Line: RemixiconComponentType; declare const RiFileAddFill: RemixiconComponentType; declare const RiFileAddLine: RemixiconComponentType; declare const RiFileChart2Fill: RemixiconComponentType; declare const RiFileChart2Line: RemixiconComponentType; declare const RiFileChartFill: RemixiconComponentType; declare const RiFileChartLine: RemixiconComponentType; declare const RiFileCloudFill: RemixiconComponentType; declare const RiFileCloudLine: RemixiconComponentType; declare const RiFileCodeFill: RemixiconComponentType; declare const RiFileCodeLine: RemixiconComponentType; declare const RiFileCopy2Fill: RemixiconComponentType; declare const RiFileCopy2Line: RemixiconComponentType; declare const RiFileCopyFill: RemixiconComponentType; declare const RiFileCopyLine: RemixiconComponentType; declare const RiFileDamageFill: RemixiconComponentType; declare const RiFileDamageLine: RemixiconComponentType; declare const RiFileDownloadFill: RemixiconComponentType; declare const RiFileDownloadLine: RemixiconComponentType; declare const RiFileEditFill: RemixiconComponentType; declare const RiFileEditLine: RemixiconComponentType; declare const RiFileExcel2Fill: RemixiconComponentType; declare const RiFileExcel2Line: RemixiconComponentType; declare const RiFileExcelFill: RemixiconComponentType; declare const RiFileExcelLine: RemixiconComponentType; declare const RiFileFill: RemixiconComponentType; declare const RiFileForbidFill: RemixiconComponentType; declare const RiFileForbidLine: RemixiconComponentType; declare const RiFileGifFill: RemixiconComponentType; declare const RiFileGifLine: RemixiconComponentType; declare const RiFileHistoryFill: RemixiconComponentType; declare const RiFileHistoryLine: RemixiconComponentType; declare const RiFileHwpFill: RemixiconComponentType; declare const RiFileHwpLine: RemixiconComponentType; declare const RiFileInfoFill: RemixiconComponentType; declare const RiFileInfoLine: RemixiconComponentType; declare const RiFileLine: RemixiconComponentType; declare const RiFileList2Fill: RemixiconComponentType; declare const RiFileList2Line: RemixiconComponentType; declare const RiFileList3Fill: RemixiconComponentType; declare const RiFileList3Line: RemixiconComponentType; declare const RiFileListFill: RemixiconComponentType; declare const RiFileListLine: RemixiconComponentType; declare const RiFileLockFill: RemixiconComponentType; declare const RiFileLockLine: RemixiconComponentType; declare const RiFileMarkedFill: RemixiconComponentType; declare const RiFileMarkedLine: RemixiconComponentType; declare const RiFileMusicFill: RemixiconComponentType; declare const RiFileMusicLine: RemixiconComponentType; declare const RiFilePaper2Fill: RemixiconComponentType; declare const RiFilePaper2Line: RemixiconComponentType; declare const RiFilePaperFill: RemixiconComponentType; declare const RiFilePaperLine: RemixiconComponentType; declare const RiFilePdfFill: RemixiconComponentType; declare const RiFilePdfLine: RemixiconComponentType; declare const RiFilePpt2Fill: RemixiconComponentType; declare const RiFilePpt2Line: RemixiconComponentType; declare const RiFilePptFill: RemixiconComponentType; declare const RiFilePptLine: RemixiconComponentType; declare const RiFileReduceFill: RemixiconComponentType; declare const RiFileReduceLine: RemixiconComponentType; declare const RiFileSearchFill: RemixiconComponentType; declare const RiFileSearchLine: RemixiconComponentType; declare const RiFileSettingsFill: RemixiconComponentType; declare const RiFileSettingsLine: RemixiconComponentType; declare const RiFileShield2Fill: RemixiconComponentType; declare const RiFileShield2Line: RemixiconComponentType; declare const RiFileShieldFill: RemixiconComponentType; declare const RiFileShieldLine: RemixiconComponentType; declare const RiFileShredFill: RemixiconComponentType; declare const RiFileShredLine: RemixiconComponentType; declare const RiFileTextFill: RemixiconComponentType; declare const RiFileTextLine: RemixiconComponentType; declare const RiFileTransferFill: RemixiconComponentType; declare const RiFileTransferLine: RemixiconComponentType; declare const RiFileUnknowFill: RemixiconComponentType; declare const RiFileUnknowLine: RemixiconComponentType; declare const RiFileUploadFill: RemixiconComponentType; declare const RiFileUploadLine: RemixiconComponentType; declare const RiFileUserFill: RemixiconComponentType; declare const RiFileUserLine: RemixiconComponentType; declare const RiFileWarningFill: RemixiconComponentType; declare const RiFileWarningLine: RemixiconComponentType; declare const RiFileWord2Fill: RemixiconComponentType; declare const RiFileWord2Line: RemixiconComponentType; declare const RiFileWordFill: RemixiconComponentType; declare const RiFileWordLine: RemixiconComponentType; declare const RiFileZipFill: RemixiconComponentType; declare const RiFileZipLine: RemixiconComponentType; declare const RiFilmFill: RemixiconComponentType; declare const RiFilmLine: RemixiconComponentType; declare const RiFilter2Fill: RemixiconComponentType; declare const RiFilter2Line: RemixiconComponentType; declare const RiFilter3Fill: RemixiconComponentType; declare const RiFilter3Line: RemixiconComponentType; declare const RiFilterFill: RemixiconComponentType; declare const RiFilterLine: RemixiconComponentType; declare const RiFilterOffFill: RemixiconComponentType; declare const RiFilterOffLine: RemixiconComponentType; declare const RiFindReplaceFill: RemixiconComponentType; declare const RiFindReplaceLine: RemixiconComponentType; declare const RiFinderFill: RemixiconComponentType; declare const RiFinderLine: RemixiconComponentType; declare const RiFingerprint2Fill: RemixiconComponentType; declare const RiFingerprint2Line: RemixiconComponentType; declare const RiFingerprintFill: RemixiconComponentType; declare const RiFingerprintLine: RemixiconComponentType; declare const RiFireFill: RemixiconComponentType; declare const RiFireLine: RemixiconComponentType; declare const RiFirefoxFill: RemixiconComponentType; declare const RiFirefoxLine: RemixiconComponentType; declare const RiFirstAidKitFill: RemixiconComponentType; declare const RiFirstAidKitLine: RemixiconComponentType; declare const RiFlag2Fill: RemixiconComponentType; declare const RiFlag2Line: RemixiconComponentType; declare const RiFlagFill: RemixiconComponentType; declare const RiFlagLine: RemixiconComponentType; declare const RiFlashlightFill: RemixiconComponentType; declare const RiFlashlightLine: RemixiconComponentType; declare const RiFlaskFill: RemixiconComponentType; declare const RiFlaskLine: RemixiconComponentType; declare const RiFlightLandFill: RemixiconComponentType; declare const RiFlightLandLine: RemixiconComponentType; declare const RiFlightTakeoffFill: RemixiconComponentType; declare const RiFlightTakeoffLine: RemixiconComponentType; declare const RiFloodFill: RemixiconComponentType; declare const RiFloodLine: RemixiconComponentType; declare const RiFlowChart: RemixiconComponentType; declare const RiFlutterFill: RemixiconComponentType; declare const RiFlutterLine: RemixiconComponentType; declare const RiFocus2Fill: RemixiconComponentType; declare const RiFocus2Line: RemixiconComponentType; declare const RiFocus3Fill: RemixiconComponentType; declare const RiFocus3Line: RemixiconComponentType; declare const RiFocusFill: RemixiconComponentType; declare const RiFocusLine: RemixiconComponentType; declare const RiFoggyFill: RemixiconComponentType; declare const RiFoggyLine: RemixiconComponentType; declare const RiFolder2Fill: RemixiconComponentType; declare const RiFolder2Line: RemixiconComponentType; declare const RiFolder3Fill: RemixiconComponentType; declare const RiFolder3Line: RemixiconComponentType; declare const RiFolder4Fill: RemixiconComponentType; declare const RiFolder4Line: RemixiconComponentType; declare const RiFolder5Fill: RemixiconComponentType; declare const RiFolder5Line: RemixiconComponentType; declare const RiFolderAddFill: RemixiconComponentType; declare const RiFolderAddLine: RemixiconComponentType; declare const RiFolderChart2Fill: RemixiconComponentType; declare const RiFolderChart2Line: RemixiconComponentType; declare const RiFolderChartFill: RemixiconComponentType; declare const RiFolderChartLine: RemixiconComponentType; declare const RiFolderDownloadFill: RemixiconComponentType; declare const RiFolderDownloadLine: RemixiconComponentType; declare const RiFolderFill: RemixiconComponentType; declare const RiFolderForbidFill: RemixiconComponentType; declare const RiFolderForbidLine: RemixiconComponentType; declare const RiFolderHistoryFill: RemixiconComponentType; declare const RiFolderHistoryLine: RemixiconComponentType; declare const RiFolderInfoFill: RemixiconComponentType; declare const RiFolderInfoLine: RemixiconComponentType; declare const RiFolderKeyholeFill: RemixiconComponentType; declare const RiFolderKeyholeLine: RemixiconComponentType; declare const RiFolderLine: RemixiconComponentType; declare const RiFolderLockFill: RemixiconComponentType; declare const RiFolderLockLine: RemixiconComponentType; declare const RiFolderMusicFill: RemixiconComponentType; declare const RiFolderMusicLine: RemixiconComponentType; declare const RiFolderOpenFill: RemixiconComponentType; declare const RiFolderOpenLine: RemixiconComponentType; declare const RiFolderReceivedFill: RemixiconComponentType; declare const RiFolderReceivedLine: RemixiconComponentType; declare const RiFolderReduceFill: RemixiconComponentType; declare const RiFolderReduceLine: RemixiconComponentType; declare const RiFolderSettingsFill: RemixiconComponentType; declare const RiFolderSettingsLine: RemixiconComponentType; declare const RiFolderSharedFill: RemixiconComponentType; declare const RiFolderSharedLine: RemixiconC