@vodafone_de/brix-components 7.0.8 → 7.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/dist/{FontWeight-CR22KTex.js → FontWeight-DEBGHbtO.js} +2 -2
- package/dist/NotificationErrorIcon-DMnAJgPN.js +83 -0
- package/dist/_5gPlusIcon-B_69VW4X.js +19443 -0
- package/dist/components/Accordion/index.js +6 -3
- package/dist/components/Accordion/props.d.ts +1 -1
- package/dist/components/Accordion/styled.d.ts +1 -1
- package/dist/components/AccordionGroup/index.js +1 -1
- package/dist/components/Badge/index.js +3 -2
- package/dist/components/Badge/props.d.ts +1 -1
- package/dist/components/Body/index.js +2 -2
- package/dist/components/Body/props.d.ts +1 -1
- package/dist/components/BottomBar/index.js +3 -3
- package/dist/components/Button/index.js +2 -2
- package/dist/components/Button/styled.d.ts +1 -1
- package/dist/components/ButtonAsLink/index.js +3 -1
- package/dist/components/ButtonAsLink/styled.d.ts +1 -1
- package/dist/components/ButtonGroup/index.js +4 -4
- package/dist/components/ButtonGroup/props.d.ts +1 -1
- package/dist/components/Card/index.js +3 -3
- package/dist/components/Card/props.d.ts +2 -2
- package/dist/components/Carousel/components/CarouselContext.d.ts +2 -3
- package/dist/components/Carousel/components/CarouselNavigation.d.ts +0 -2
- package/dist/components/Carousel/index.js +58 -47
- package/dist/components/Checkbox/index.js +3 -2
- package/dist/components/CheckboxGroup/index.js +2 -2
- package/dist/components/Collapsible/index.js +1 -1
- package/dist/components/ColorSwatch/index.js +2 -2
- package/dist/components/ColorSwatchGroup/index.js +4 -4
- package/dist/components/ColorSwatchGroup/props.d.ts +1 -1
- package/dist/components/ConsentMessage/index.js +1 -1
- package/dist/components/ConsentMessage/styled.d.ts +1 -1
- package/dist/components/Container/index.js +3 -2
- package/dist/components/Container/props.d.ts +12 -1
- package/dist/components/DateInput/index.js +4 -2
- package/dist/components/DateInput/styled.d.ts +1 -2
- package/dist/components/DemoBox/index.js +5 -3
- package/dist/components/Dialog/index.js +4 -4
- package/dist/components/Dialog/styled.d.ts +1 -1
- package/dist/components/DiscoveryCard/components/DiscoveryCardLinkedImage.d.ts +1 -1
- package/dist/components/DiscoveryCard/index.js +21 -12
- package/dist/components/DiscoveryCard/props.d.ts +3 -3
- package/dist/components/DiscoveryCard/styled.d.ts +2 -2
- package/dist/components/DiscoveryCardGroup/index.js +1 -1
- package/dist/components/Divider/index.js +1 -1
- package/dist/components/Fieldset/index.js +2 -2
- package/dist/components/FilterGroup/index.js +4 -3
- package/dist/components/FilterGroup/props.d.ts +1 -1
- package/dist/components/FilterGroup/styled.d.ts +1 -1
- package/dist/components/Flex/index.js +2 -2
- package/dist/components/FlexItem/index.js +1 -1
- package/dist/components/FootnoteContent/index.js +1 -1
- package/dist/components/FootnoteLink/index.js +10 -2
- package/dist/components/Form/index.js +1 -1
- package/dist/components/FormElement/index.js +1 -1
- package/dist/components/FormHelperStatusIcon/index.d.ts +1 -1
- package/dist/components/FormHelperStatusIcon/index.js +2 -1
- package/dist/components/FormHelperStatusIcon/styled.d.ts +1 -1
- package/dist/components/GoogleMap/components/Map/props.d.ts +1 -1
- package/dist/components/GoogleMap/index.js +2 -2
- package/dist/components/GoogleMap/styled.d.ts +1 -1
- package/dist/components/Grid/index.js +2 -2
- package/dist/components/Grid/props.d.ts +3 -3
- package/dist/components/GridItem/index.js +2 -2
- package/dist/components/GridItem/props.d.ts +2 -2
- package/dist/components/Heading/index.js +3 -10
- package/dist/components/HifiIcon/index.js +1 -1
- package/dist/components/HifiIcon/props.d.ts +2 -1
- package/dist/components/Icon/index.d.ts +2 -2
- package/dist/components/Icon/index.js +1 -3
- package/dist/components/Icon/props.d.ts +1 -2
- package/dist/components/IconButton/index.js +4 -3
- package/dist/components/IconButton/props.d.ts +1 -1
- package/dist/components/IconLoader/index.d.ts +9 -0
- package/dist/components/IconLoader/index.js +655 -0
- package/dist/components/IconLoader/props.d.ts +23 -0
- package/dist/components/IconSnippet/index.js +10 -11
- package/dist/components/IconSnippet/props.d.ts +2 -2
- package/dist/components/IconSnippet/styled.d.ts +2 -2
- package/dist/components/IconSnippetList/index.js +1 -1
- package/dist/components/Image/index.js +1 -1
- package/dist/components/ImageHeader/index.js +7 -7
- package/dist/components/ImageHeader/props.d.ts +3 -3
- package/dist/components/ImageHeader/styled.d.ts +4 -4
- package/dist/components/InlineIcon/index.d.ts +6 -0
- package/dist/components/InlineIcon/index.js +35 -0
- package/dist/components/InlineIcon/props.d.ts +42 -0
- package/dist/components/InlineIcon/styled.d.ts +4 -0
- package/dist/components/InlineLink/index.js +19 -7
- package/dist/components/InlineLink/styled.d.ts +1 -1
- package/dist/components/Input/index.js +1 -1
- package/dist/components/Label/index.js +1 -1
- package/dist/components/Legend/index.js +1 -1
- package/dist/components/Link/index.js +8 -3
- package/dist/components/Link/styled.d.ts +1 -1
- package/dist/components/LinkAsButton/index.js +1 -1
- package/dist/components/LinkList/index.js +4 -4
- package/dist/components/LinkListItem/index.js +40 -28
- package/dist/components/LinkListItem/props.d.ts +2 -2
- package/dist/components/LinkListItem/styled.d.ts +974 -3
- package/dist/components/LoadingSpinner/index.js +12 -5
- package/dist/components/MediaText/index.d.ts +5 -0
- package/dist/components/MediaText/index.js +121 -0
- package/dist/components/MediaText/props.d.ts +42 -0
- package/dist/components/MediaText/styled.d.ts +4 -0
- package/dist/components/Notification/index.js +4 -3
- package/dist/components/Notification/notificationStatusVariants.d.ts +1 -1
- package/dist/components/Overlay/index.js +1 -1
- package/dist/components/PickerGroup/components/Picker/props.d.ts +6 -4
- package/dist/components/PickerGroup/components/PickerElementIcon/index.d.ts +1 -1
- package/dist/components/PickerGroup/components/PickerElementIcon/styled.d.ts +1 -1
- package/dist/components/PickerGroup/index.js +6 -5
- package/dist/components/Price/index.js +2 -4
- package/dist/components/Price/props.d.ts +1 -9
- package/dist/components/Price/styled.d.ts +1 -1
- package/dist/components/ProductCard/index.js +8 -8
- package/dist/components/ProductCard/styled.d.ts +1 -1
- package/dist/components/RadioGroup/index.js +1 -1
- package/dist/components/Rating/assets/StarSVG.d.ts +3 -0
- package/dist/components/Rating/index.d.ts +6 -0
- package/dist/components/Rating/index.js +153 -0
- package/dist/components/Rating/props.d.ts +22 -0
- package/dist/components/Rating/styled.d.ts +6 -0
- package/dist/components/ResponsiveImage/index.js +1 -1
- package/dist/components/RichText/index.js +1 -1
- package/dist/components/ScreenreaderOnly/index.js +1 -1
- package/dist/components/SearchInput/index.d.ts +2 -1
- package/dist/components/SearchInput/index.js +27 -26
- package/dist/components/SearchInput/props.d.ts +2 -1
- package/dist/components/SearchInput/styled.d.ts +3 -6
- package/dist/components/SelectInput/index.js +4 -2
- package/dist/components/Stepper/index.js +3 -3
- package/dist/components/SuggestInput/index.js +5 -4
- package/dist/components/SuggestInput/props.d.ts +1 -1
- package/dist/components/SuggestInput/styled.d.ts +2 -2
- package/dist/components/Switch/index.js +4 -3
- package/dist/components/TabularPrice/index.js +2 -2
- package/dist/components/TextList/index.js +2 -2
- package/dist/components/Textarea/index.js +1 -1
- package/dist/components/Textarea/styled.d.ts +1 -1
- package/dist/components/TimeInput/index.js +5 -3
- package/dist/components/TimeInput/styled.d.ts +1 -4
- package/dist/components/Tray/index.js +2 -2
- package/dist/components/Tray/props.d.ts +1 -1
- package/dist/components/YoutubeVideo/index.js +1 -2
- package/dist/components/YoutubeVideo/props.d.ts +1 -1
- package/dist/filterProps-CBnuV0LI.js +17 -0
- package/dist/foundations/GlobalStyle/index.js +2 -2
- package/dist/foundations/tags.d.ts +2 -0
- package/dist/foundations/types/PositionedIconInterface.d.ts +1 -1
- package/dist/foundations/types/SystemIconWithPosition.d.ts +1 -1
- package/dist/hooks/useLinkComponent/index.d.ts +11 -0
- package/dist/hooks/useLinkComponent/index.js +11 -0
- package/dist/hooks/useViewport/index.js +5 -22
- package/dist/icons/index.js +323 -340
- package/dist/{index-BeSd-V81.js → index-9io8adeQ.js} +3 -3
- package/dist/{index-ZHkR70j3.js → index-BdPmdY9v.js} +4 -3
- package/dist/{index-C5GzK6_0.js → index-Cqh8IRpl.js} +18 -8
- package/dist/index-Cs0Hw0dj.js +25 -0
- package/dist/{index-DQhtQZ85.js → index-GwyCjtti.js} +1 -1
- package/dist/{index-aUJfXBUI.js → index-TImInHXt.js} +5 -26
- package/dist/{index-C7meHOM4.js → index-hMlQuoyx.js} +36 -14
- package/dist/index.d.ts +9 -0
- package/dist/index.js +162 -133
- package/dist/{styled-ZpQohvyx.js → styled-BIc9Gu0G.js} +1 -1
- package/dist/{styled-BSqC5P9h.js → styled-C4eI47I1.js} +4 -4
- package/dist/{styled-DMUiOi24.js → styled-CFTspqJH.js} +2 -2
- package/dist/{styled-B0YKfXTz.js → styled-CPUu8mvT.js} +1 -1
- package/dist/{styled-03irSJOQ.js → styled-Cep52hpR.js} +1 -1
- package/dist/{styled-ODPFCF1a.js → styled-Cq-UMAjp.js} +1 -1
- package/dist/{styled-CYugcGtx.js → styled-DINwm57V.js} +1 -1
- package/dist/styled-DPHfwWsx.js +78 -0
- package/dist/{styled-Cqp2oSjW.js → styled-a-XazLSM.js} +3 -3
- package/dist/{tags-DI6H1biK.js → tags-D0ExIPLD.js} +4 -2
- package/package.json +1 -1
- package/dist/components/Carousel/utils/useScrollSpy.d.ts +0 -2
- package/dist/filterProps-Cewck8OH.js +0 -13
- package/dist/index-Cbojl4_Q.js +0 -7134
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { IconLoaderProps } from './props';
|
|
3
|
+
/**
|
|
4
|
+
* This component imports all(!) InlineSvgIcons
|
|
5
|
+
* Good enough for now, but most likely we want to have some kind of lazyLoading, ssg or ssr
|
|
6
|
+
*/
|
|
7
|
+
declare const IconLoader: FC<IconLoaderProps>;
|
|
8
|
+
export * from './props';
|
|
9
|
+
export default IconLoader;
|
|
@@ -0,0 +1,655 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import { ig as _5gPlusIcon, ie as _5GIcon, id as _4gPlusplusIcon, ic as _4gPlusIcon, ib as _4GIcon, ia as _3GIcon, i9 as _360ViewIcon, i8 as _2gIcon, i7 as _1stMonthFreeIcon, i6 as ZoomOutIcon, i5 as ZoomInIcon, i4 as WizardIcon, i3 as WithdrawCashIcon, i2 as WifiGoodIcon, i1 as WifiAlwaysOnIcon, i0 as WeightIcon, h$ as WebsiteIcon, h_ as WebProtectionIcon, hZ as WaterproofIcon, hY as WatchIcon, hX as WarningIcon, hW as VoicemailIcon, hV as VodafoneTvIcon, hU as VodafoneStoreIcon, hT as VocSensorIcon, hS as VirusProtectionIcon, hR as VirtuosoIcon, hQ as VideoIcon, hP as VideoFrameIcon, hO as VfHappyIcon, hN as VfHappyHelpfulIcon, hM as VSimAndDeviceIcon, hL as VRHeadsetIcon, hK as VPetIcon, hJ as VKidsIcon, hI as VCarIcon, hH as VCarDongleIcon, hG as UsersIcon, hF as UserScanIcon, hE as UserLogInIcon, hD as UsbModemIcon, hC as UploadIcon, hB as UpgradeMobilesIcon, hA as UpgradeIcon, hz as UpcomingIcon, hy as UnlockedRewardsIcon, hx as UnlimitedMobileIcon, hw as UnlimitedIcon, hv as UnifiedCommunicationsIcon, hu as UnderlinedIcon, ht as Under28Icon, hs as TvVodIcon, hr as TvUhdIcon, hq as TvTvIcon, hp as TvTimeFlexibleIcon, ho as TvRemoteIcon, hn as TvPrimetimeIcon, hm as TvKidsIcon, hl as TvIcon, hk as TvHdIcon, hj as TvEverywhereIcon, hi as TvEverywhereHomeIcon, hh as TvEpgIcon, hg as TvEntertainmentIcon, hf as TvDiscoveryIcon, he as TvChannelVarietyIcon, hd as TvBluetoothAndRemoteIcon, hc as TvAnytimeIcon, hb as TrophyIcon, ha as TreeIcon, h9 as TranslateIcon, h8 as TransferProjectIcon, h7 as TrainersIcon, h6 as TradeInIcon, h5 as TrackisafeIcon, h4 as TouchScreenIcon, h3 as TopicsIcon, h2 as TopUpIcon, h1 as ToggleSimpleIcon, h0 as ToggleIcon, g$ as TobiIcon, g_ as ToDoListIcon, gZ as TicketsIcon, gY as TickOutlineIcon, gX as TickIcon, gW as TickCircleIcon, gV as ThickTickIcon, gU as TheftIcon, gT as TetheringIcon, gS as TemperatureIcon, gR as TechnicIcon, gQ as TalkIcon, gP as TabletMobileIcon, gO as TabletIcon, gN as SyncIcon, gM as SwitchCameraIcon, gL as SwitchCallIcon, gK as SuperwifiIcon, gJ as SuperstarIcon, gI as StudentIcon, gH as StrikeThroughIcon, gG as StoreOfferIcon, gF as StopIcon, gE as StopCircleIcon, gD as SteeringWheelIcon, gC as SplitBillingIcon, gB as SpellCheckIcon, gA as SpeedingIcon, gz as SoundOffIcon, gy as SoundIcon, gx as SoundActiveIcon, gw as SosIcon, gv as SosEmergencyIcon, gu as SosCreditIcon, gt as SortIcon, gs as SohoIcon, gr as SocialYoutubeIcon, gq as SocialTwitterIcon, gp as SocialPinterestIcon, go as SocialPaypalIcon, gn as SocialLinkedinIcon, gm as SocialInstaIcon, gl as SocialFacebookIcon, gk as SnowIcon, gj as SmsTextIcon, gi as SmsIcon, gh as SmeIcon, gg as SmartPlugIcon, gf as SmartKeyboardIcon, ge as SmartHomeIcon, gd as SmartCameraIcon, gc as SmallAndLightweightIcon, gb as SinglePalletIcon, ga as SimSwapIcon, g9 as SimIcon, g8 as SignedInIcon, g7 as SignLanguageIcon, g6 as ShowPasswordIcon, g5 as ShoppingTrolleyIcon, g4 as ShoppingCheckoutIcon, g3 as ShareYourMinsIcon, g2 as ShareIcon, g1 as ShakeIcon, g0 as SetupIcon, f$ as SettingsIcon, f_ as SeniorIcon, fZ as SendTobiIcon, fY as SecurityCameraIcon, fX as SecurityAssessmentIcon, fW as SecureGripIcon, fV as SearchIcon, fU as SearchDeviceIcon, fT as ScreenSizeIcon, fS as ScreenRepairIcon, fR as ScanCreditCardIcon, fQ as SavingsIcon, fP as SaveTemporarilyIcon, fO as SaveIcon, fN as SatisfactionGuaranteeIcon, fM as SafeZoneIcon, fL as RulerIcon, fK as RoutinesIcon, fJ as RouterIcon, fI as RocketIcon, fH as RobotIcon, fG as RoamingIcon, fF as RewardsIcon, fE as ReturnProductIcon, fD as RetakePhotoIcon, fC as ResearchIcon, fB as ReplyIcon, fA as RenewableEnergyIcon, fz as RemainingTimeIcon, fy as RefreshIcon, fx as RecordTvIcon, fw as RearrangeIcon, fv as RankScoutIcon, fu as RankProfessorIcon, ft as RafflesIcon, fs as QrCodeIcon, fr as PuzzleIcon, fq as PublicWifiIcon, fp as PublicSectorIcon, fo as ProximitySensorIcon, fn as ProfileIcon, fm as ProIcon, fl as PrivacyIcon, fk as PrintIcon, fj as PriceTagIcon, fi as PricePromiseIcon, fh as PrepareIcon, fg as PrepaidIcon, ff as PowerIcon, fe as PortalsForVideosIcon, fd as PopOutIcon, fc as PopInIcon, fb as PlusIcon, fa as PlayCircleIcon, f9 as PlayArrowIcon, f8 as PlaceholderIcon, f7 as PingIcon, f6 as PinIcon, f5 as PieChartIcon, f4 as PhotosIcon, f3 as PetrolStationIcon, f2 as PetCollarIcon, f1 as PaymentIcon, f0 as PaymentCvvIcon, e$ as PaygIcon, e_ as PauseIcon, eZ as PauseCircleIcon, eY as PatrolStationIcon, eX as PasswordKeyIcon, eW as ParkingTicketIcon, eV as ParentalControlIcon, eU as PadlockOpenIcon, eT as PadlockCloseIcon, eS as OutgoingCallIcon, eR as OnlineIcon, eQ as OnlineFormIcon, eP as OneNumberIcon, eO as OfferBadgePrecentIcon, eN as OfferBadgeIcon, eM as NumberedViewIcon, eL as Number9Icon, eK as Number8Icon, eJ as Number7Icon, eI as Number6Icon, eH as Number5Icon, eG as Number4Icon, eF as Number3Icon, eE as Number2Icon, eD as Number1Icon, eC as Number0Icon, eB as NotificationTickThickIcon, eA as NotificationTickIcon, ez as NotificationMuteIcon, ey as NotificationInfoIcon, ex as NotificationIcon, ew as NoWifiIcon, ev as NightVisionIcon, eu as NfcIcon, et as NewsIcon, es as NewIcon, er as NetworkerIcon, eq as NetworkTowerIcon, ep as NetworkPatchPanelIcon, eo as NeedHelpIcon, en as MyTripsIcon, em as MuteIcon, el as MusicAndMoviesIcon, ek as MultiscreenIcon, ej as MultiroomIcon, ei as MultimediaPortIcon, eh as MoveMoneyIcon, eg as MouseIcon, ef as MountainIcon, ee as MotionSensorIcon, ed as MotionIcon, ec as MotionAlertIcon, eb as MoreIcon, ea as MoreAndroidIcon, e9 as MonitorBrightnessIcon, e8 as MobilesIcon, e7 as MobileTradeInIcon, e6 as MobileInfoIcon, e5 as MobileIcon, e4 as MinutesSmsIcon, e3 as MinusIcon, e2 as MinusCircleIcon, e1 as MinimizeImageIcon, e0 as MicrophoneIcon, d$ as MeshWifiAndRepeaterIcon, d_ as MergeCallIcon, dZ as MenuIcon, dY as MediaIcon, dX as MaximizeImageIcon, dW as MasterIcon, dV as MapIcon, dU as MapGpsIcon, dT as MakePaymentIcon, dS as MailReadIcon, dR as MailIcon, dQ as MailFormsIcon, dP as LogOutIcon, dO as LogInIcon, dN as LocationPinIcon, dM as LocationIcon, dL as LocationAlertIcon, dK as LocateMeIcon, dJ as LoanIcon, dI as ListViewIcon, dH as LinkInsterEditIcon, dG as LikeIcon, dF as LayersIcon, dE as LateralMovementIcon, dD as LaptopIcon, dC as LandlineInternetIcon, dB as LandlineIcon, dA as LabIcon, dz as KippyLightIcon, dy as KippyDeviceIcon, dx as KidsWatchIcon, dw as ItalicIcon, dv as IrisScannerIcon, du as IotIcon, dt as InventoryMonitoringIcon, ds as InternetMovingServiceIcon, dr as InternationalIcon, dq as InterchangeableBatteriesIcon, dp as IntelligenceScanIcon, dn as IntegratedSimIcon, dm as InsuranceIcon, dl as InsertCodeIcon, dk as InfraredSensorIcon, dj as InfoCircleIcon, di as IndustryIcon, dh as IncomingCallIcon, dg as ImpactAlertIcon, df as IdeaIcon, de as HumidityIcon, dd as HomeMonitorIcon, dc as HomeIcon, db as HomeGardenIcon, da as HomeAlarmIcon, d9 as HidePasswordIcon, d8 as HelpFaqIcon, d7 as HelpCircleIcon, d6 as HelpAnswerIcon, d5 as HeartIcon, d4 as HappySmileyIcon, d3 as GyroscopeIcon, d2 as GuruIcon, d1 as GuestWifiIcon, d0 as GridIcon, c$ as GravityIcon, c_ as GpsCoverageIcon, cZ as GigacubeIcon, cY as GigaTvBIcon, cX as GigaTvAIcon, cW as GigaKombiIcon, cV as GigaDepotIcon, cU as GeniusIcon, cT as GenericDeviceIotIcon, cS as GameConsoleIcon, cR as FoxIcon, cQ as ForwardIcon, cP as FolderIcon, cO as FocusIcon, cN as FitnessTrackerIcon, cM as FitnessHealthIcon, cL as FirmwareUpdateIcon, cK as FindMyCarIcon, cJ as FindAndRingMyDeviceIcon, cI as FilterIcon, cH as FeatherIcon, cG as FavoriteIcon, cF as FashionIcon, cE as FamilyIcon, cD as FallDetectionIcon, cC as FailedIcon, cB as FaceRecognitionIcon, cA as ExtenderIcon, cz as ExtendContractIcon, cy as EuroCurrencyIcon, cx as EthernetIcon, cw as EssentialsBroadbandIcon, cv as EsimLogoIcon, cu as ErrorIcon, ct as ErrorCircleIcon, cs as EnvironmentIcon, cr as EntertainmentIcon, cq as EnterpriseIcon, cp as EngineerIcon, co as EndCallIcon, cn as EditIcon, cm as ESimIcon, cl as DwdmIcon, ck as DslIcon, cj as DroneIcon, ci as DrinksIcon, ch as DownloadIcon, cg as DoubleStackedPalletIcon, cf as DoorbellCameraIcon, ce as DocumentZipIcon, cd as DocumentXlsIcon, cc as DocumentRtfIcon, cb as DocumentPptIcon, ca as DocumentPngIcon, c9 as DocumentPdfIcon, c8 as DocumentJpgIcon, c7 as DocumentIcon, c6 as DocumentDocIcon, c5 as DislikeIcon, c4 as DishIcon, c3 as DisconnectIcon, c2 as DialPadIcon, c1 as DiagnosticsIcon, c0 as DeviceThicknessIcon, b$ as DeviceOverviewIcon, b_ as DeviceGuideIcon, bZ as DeviceDiagnosticsIcon, bY as DesignSprintIcon, bX as DeliveryIcon, bW as DeleteIcon, bV as DealsIcon, bU as DataMobileIcon, bT as DataIcon, bS as DashboardIcon, bR as DarkModeIcon, bQ as CpuIcon, bP as CopyIcon, bO as ConvertCurrencyIcon, bN as ConvergedPropositionIcon, bM as ControlPanelIcon, bL as ContactsIcon, bK as ContactlessPaymentIcon, bJ as ConsultantIcon, bI as ConnectivityIcon, bH as ConnectedIcon, bG as ConnectedDevicesIcon, bF as ConnectedCarIcon, bE as ConfidentialIcon, bD as CompletedIcon, bC as ComplaintsIcon, bB as CompassIcon, bA as CommunityIcon, bz as CommentsIcon, by as CommentIcon, bx as CommentClosedProjectIcon, bw as ColumnsIcon, bv as ColourPaletteIcon, bu as CoffeeIcon, bt as CoaxialcableIcon, bs as Co2SensorIcon, br as ClusterOfEventsIcon, bq as CloudUploadIcon, bp as CloudDownloadIcon, bo as CloseProjectWithCommentIcon, bn as CloseIcon, bm as ClockIcon, bl as ClappingIcon, bk as ChromecastIcon, bj as ChildTrackerIcon, bi as ChevronUpIcon, bh as ChevronRightIcon, bg as ChevronLeftIcon, bf as ChevronDownIcon, be as CherriesPointsIcon, bd as CheckContractIcon, bc as ChatIcon, bb as ChartLineIcon, ba as ChartBarIcon, b9 as CharityGivingIcon, b8 as ChargeToBillIcon, b7 as ChangeContractIcon, b6 as CelebrateIcon, b5 as CaseStudyIcon, b4 as CarerIcon, b3 as CarKeyIcon, b2 as CancelIcon, b1 as CancelContractIcon, b0 as CameraInactiveIcon, a$ as CameraIcon, a_ as CallLogIcon, aZ as CallIcon, aY as CallBackIcon, aX as CallBackFailedIcon, aW as CalendarMonthIcon, aV as CalendarItemIcon, aU as CalendarIcon, aT as Calendar3Icon, aS as Calendar30Icon, aR as Calendar14Icon, aQ as Calendar12Icon, aP as CalculatorIcon, aO as CableFibreIcon, aN as CableErrorIcon, aM as BusinessPhoneFixedLineIcon, aL as BusinessIcon, aK as BundlesIcon, aJ as BulletListIcon, aI as BroadbandUpgradeIcon, aH as BroadbandIcon, aG as BriefcaseIcon, aF as BrakingIcon, aE as BraceletRemoveIcon, aD as BraceletPutOnIcon, aC as BraceletOnIcon, aB as BraceletOffIcon, aA as BraceletNotFoundIcon, az as BraceletGenericIcon, ay as BraceletDisabledIcon, ax as BraceletActiveIcon, aw as BoxIcon, av as BoostingPauseIcon, au as BoostingIcon, at as BookmarkIcon, as as BookIcon, ar as BoltIcon, aq as BoldIcon, ap as BluetoothIcon, ao as BlogIcon, an as BlockIcon, am as BirthdayGreetingIcon, al as BiometricAuthenticationIcon, ak as BillPayPhoneIcon, aj as BillIcon, ai as BikeIcon, ah as BatteryReallyLowIcon, ag as BatteryOnChargeIcon, af as BatteryLowIcon, ae as BatteryIcon, ad as BatteryEmptyIcon, ac as BarcodeIcon, ab as BagIcon, aa as BadSmileyIcon, a9 as BackspaceIcon, a8 as AutoTopupIcon, a7 as AttachmentIcon, a6 as ArrowUpIcon, a5 as ArrowRightIcon, a4 as ArrowLeftIcon, a3 as ArrowDownIcon, a2 as ArIcon, a1 as AppsIcon, a0 as AppVodIcon, $ as AppVideostoreIcon, _ as AppUhdIcon, Z as AppTvIcon, Y as AppTvForYouIcon, X as AppSwipeToTvIcon, W as AppSideloadIcon, V as AppRestartIcon, U as AppMultiscreenIcon, T as AppMobileEntertainmentIcon, S as AppMediathekenIcon, R as AppKidsIcon, Q as AppHdIcon, P as AppEpgIcon, O as AppEpgBackwardsIcon, N as AppDiscoveryIcon, M as AppCloudDvrIcon, L as AppChannelVarietyIcon, K as AppChannelManagementIcon, J as AppAnytimeIcon, I as AntiShockIcon, H as AndroidIcon, G as AmbulanceIcon, F as AllRewardsIcon, E as AlexaIcon, D as AlarmIcon, C as AlarmAssistantLeakageIcon, B as AlarmAssistantIcon, z as AlarmAssistantFireIcon, y as AgbIcon, x as AdultIcon, w as AdminIcon, v as AddSimIcon, u as AddPlusIcon, t as AddOnsIcon, s as AddFriendIcon, r as AddDocumentIcon, q as AddBusinessUserIcon, p as ActivityIcon, o as AceIcon, n as AccountsReuniteIcon, m as AccountabilityIcon, l as AccessoriesIcon, k as AccessibilityIcon, j as AccelerometerdleMidIcon, i as AccelerometerMiddleIcon, h as AccelerometerLowIcon, g as AccelerometerIcon, f as AccelerometerHighIcon, e as AccelerationMiddleIcon, d as AccelerationLowIcon, c as AccelerationHighIcon, b as AbruptCorneringIcon, a as Above28Icon, A as AbTestIcon } from "../../_5gPlusIcon-B_69VW4X.js";
|
|
4
|
+
import { I as InlineIcon, N as NotificationErrorIcon } from "../../NotificationErrorIcon-DMnAJgPN.js";
|
|
5
|
+
const JumpForwardIcon = ({ className, ...props }) => /* @__PURE__ */ jsxs(
|
|
6
|
+
InlineIcon,
|
|
7
|
+
{
|
|
8
|
+
...props,
|
|
9
|
+
className,
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsx("path", { d: "M80.78,155.75c-33.14-.04-59.97-26.94-59.92-60.08.04-32.51,25.93-58.95,58.2-59.9.62-.02,1.25-.03,1.88-.03,33.11.04,59.92,26.89,59.92,60v27.36" }),
|
|
12
|
+
/* @__PURE__ */ jsx("polyline", { points: "112.18 95.6 140.86 123.11 168.76 95.6" })
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
);
|
|
16
|
+
const LifetimeWarrantyIcon = ({ className, ...props }) => /* @__PURE__ */ jsxs(
|
|
17
|
+
InlineIcon,
|
|
18
|
+
{
|
|
19
|
+
...props,
|
|
20
|
+
className,
|
|
21
|
+
children: [
|
|
22
|
+
/* @__PURE__ */ jsx("path", { className: "accent", d: "M96.14,172c-7.62-4.61-14.75-10.12-21.58-15.84-18.43-15.43-36.15-33.9-46.63-55.91-9.82-20.62-12.66-52.21,5.39-69.33,7.14-6.77,16.74-10.92,27.3-10.92,15.48,0,28.91,8.91,35.53,21.93M96.16,172c7.62-4.61,14.75-10.12,21.58-15.84,18.43-15.43,36.15-33.9,46.63-55.91,9.82-20.62,12.66-52.21-5.39-69.33-7.14-6.77-16.74-10.92-27.3-10.92-15.48,0-28.91,8.91-35.53,21.93M99.87,52.72c-3.63-18.66-19.77-32.72-39.13-32.72" }),
|
|
23
|
+
/* @__PURE__ */ jsx("path", { d: "M124,76l-38.77,32-17.23-14.22" })
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
const RefurbishedIcon = ({ className, ...props }) => /* @__PURE__ */ jsxs(
|
|
28
|
+
InlineIcon,
|
|
29
|
+
{
|
|
30
|
+
...props,
|
|
31
|
+
className,
|
|
32
|
+
children: [
|
|
33
|
+
/* @__PURE__ */ jsx("path", { d: "M83.96,156.36h24.01" }),
|
|
34
|
+
/* @__PURE__ */ jsx("path", { className: "accent", d: "M93,61.43l11,10.83-11,11.17" }),
|
|
35
|
+
/* @__PURE__ */ jsx("path", { className: "accent", d: "M51.64,128.37c0-56,36.36-56.12,36.36-56.12l16,.02" }),
|
|
36
|
+
/* @__PURE__ */ jsx("path", { className: "accent", d: "M99,131.36l-11-11.12,11-10.88" }),
|
|
37
|
+
/* @__PURE__ */ jsx("path", { className: "accent", d: "M139.64,64.38c0,56-35.64,55.88-35.64,55.88l-16-.02" }),
|
|
38
|
+
/* @__PURE__ */ jsx("path", { d: "M67.64,20.52h72v136c0,8.83-7.17,16-16,16h-56c-8.83,0-16-7.17-16-16V36.52c0-8.83,7.17-16,16-16Z" })
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
);
|
|
42
|
+
const SocialTiktokIcon = ({ className, ...props }) => /* @__PURE__ */ jsx(
|
|
43
|
+
InlineIcon,
|
|
44
|
+
{
|
|
45
|
+
...props,
|
|
46
|
+
coloringMode: "fill",
|
|
47
|
+
className,
|
|
48
|
+
children: /* @__PURE__ */ jsx(
|
|
49
|
+
"path",
|
|
50
|
+
{
|
|
51
|
+
d: "M120.96,32c1.92,17.92,12.16,28.8,30.08,30.08v20.48c-10.24.64-21.12-2.56-29.44-8.96\n v38.4c0,48.64-53.12,64-74.24,28.8-13.44-22.4-5.12-61.44,38.4-63.36\n v21.76c-3.2.64-7.04,1.28-10.24,2.56-9.6,3.2-15.36,9.6-14.08,20.48,3.2,21.12,41.6,26.88,38.4-13.44V32h21.12Z"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
const mapNameToInlineIcons = {
|
|
57
|
+
AbTest: AbTestIcon,
|
|
58
|
+
Above28: Above28Icon,
|
|
59
|
+
AbruptCornering: AbruptCorneringIcon,
|
|
60
|
+
AccelerationHigh: AccelerationHighIcon,
|
|
61
|
+
AccelerationLow: AccelerationLowIcon,
|
|
62
|
+
AccelerationMiddle: AccelerationMiddleIcon,
|
|
63
|
+
AccelerometerHigh: AccelerometerHighIcon,
|
|
64
|
+
Accelerometer: AccelerometerIcon,
|
|
65
|
+
AccelerometerLow: AccelerometerLowIcon,
|
|
66
|
+
AccelerometerMiddle: AccelerometerMiddleIcon,
|
|
67
|
+
AccelerometerdleMid: AccelerometerdleMidIcon,
|
|
68
|
+
Accessibility: AccessibilityIcon,
|
|
69
|
+
Accessories: AccessoriesIcon,
|
|
70
|
+
Accountability: AccountabilityIcon,
|
|
71
|
+
AccountsReunite: AccountsReuniteIcon,
|
|
72
|
+
Ace: AceIcon,
|
|
73
|
+
Activity: ActivityIcon,
|
|
74
|
+
AddBusinessUser: AddBusinessUserIcon,
|
|
75
|
+
AddDocument: AddDocumentIcon,
|
|
76
|
+
AddFriend: AddFriendIcon,
|
|
77
|
+
AddOns: AddOnsIcon,
|
|
78
|
+
AddPlus: AddPlusIcon,
|
|
79
|
+
AddSim: AddSimIcon,
|
|
80
|
+
Admin: AdminIcon,
|
|
81
|
+
Adult: AdultIcon,
|
|
82
|
+
Agb: AgbIcon,
|
|
83
|
+
AlarmAssistantFire: AlarmAssistantFireIcon,
|
|
84
|
+
AlarmAssistant: AlarmAssistantIcon,
|
|
85
|
+
AlarmAssistantLeakage: AlarmAssistantLeakageIcon,
|
|
86
|
+
Alarm: AlarmIcon,
|
|
87
|
+
Alexa: AlexaIcon,
|
|
88
|
+
AllRewards: AllRewardsIcon,
|
|
89
|
+
Ambulance: AmbulanceIcon,
|
|
90
|
+
Android: AndroidIcon,
|
|
91
|
+
AntiShock: AntiShockIcon,
|
|
92
|
+
AppAnytime: AppAnytimeIcon,
|
|
93
|
+
AppChannelManagement: AppChannelManagementIcon,
|
|
94
|
+
AppChannelVariety: AppChannelVarietyIcon,
|
|
95
|
+
AppCloudDvr: AppCloudDvrIcon,
|
|
96
|
+
AppDiscovery: AppDiscoveryIcon,
|
|
97
|
+
AppEpgBackwards: AppEpgBackwardsIcon,
|
|
98
|
+
AppEpg: AppEpgIcon,
|
|
99
|
+
AppHd: AppHdIcon,
|
|
100
|
+
AppKids: AppKidsIcon,
|
|
101
|
+
AppMediatheken: AppMediathekenIcon,
|
|
102
|
+
AppMobileEntertainment: AppMobileEntertainmentIcon,
|
|
103
|
+
AppMultiscreen: AppMultiscreenIcon,
|
|
104
|
+
AppRestart: AppRestartIcon,
|
|
105
|
+
AppSideload: AppSideloadIcon,
|
|
106
|
+
AppSwipeToTv: AppSwipeToTvIcon,
|
|
107
|
+
AppTvForYou: AppTvForYouIcon,
|
|
108
|
+
AppTv: AppTvIcon,
|
|
109
|
+
AppUhd: AppUhdIcon,
|
|
110
|
+
AppVideostore: AppVideostoreIcon,
|
|
111
|
+
AppVod: AppVodIcon,
|
|
112
|
+
Apps: AppsIcon,
|
|
113
|
+
Ar: ArIcon,
|
|
114
|
+
ArrowDown: ArrowDownIcon,
|
|
115
|
+
ArrowLeft: ArrowLeftIcon,
|
|
116
|
+
ArrowRight: ArrowRightIcon,
|
|
117
|
+
ArrowUp: ArrowUpIcon,
|
|
118
|
+
Attachment: AttachmentIcon,
|
|
119
|
+
AutoTopup: AutoTopupIcon,
|
|
120
|
+
Backspace: BackspaceIcon,
|
|
121
|
+
BadSmiley: BadSmileyIcon,
|
|
122
|
+
Bag: BagIcon,
|
|
123
|
+
Barcode: BarcodeIcon,
|
|
124
|
+
BatteryEmpty: BatteryEmptyIcon,
|
|
125
|
+
Battery: BatteryIcon,
|
|
126
|
+
BatteryLow: BatteryLowIcon,
|
|
127
|
+
BatteryOnCharge: BatteryOnChargeIcon,
|
|
128
|
+
BatteryReallyLow: BatteryReallyLowIcon,
|
|
129
|
+
Bike: BikeIcon,
|
|
130
|
+
Bill: BillIcon,
|
|
131
|
+
BillPayPhone: BillPayPhoneIcon,
|
|
132
|
+
BiometricAuthentication: BiometricAuthenticationIcon,
|
|
133
|
+
BirthdayGreeting: BirthdayGreetingIcon,
|
|
134
|
+
Block: BlockIcon,
|
|
135
|
+
Blog: BlogIcon,
|
|
136
|
+
Bluetooth: BluetoothIcon,
|
|
137
|
+
Bold: BoldIcon,
|
|
138
|
+
Bolt: BoltIcon,
|
|
139
|
+
Book: BookIcon,
|
|
140
|
+
Bookmark: BookmarkIcon,
|
|
141
|
+
Boosting: BoostingIcon,
|
|
142
|
+
BoostingPause: BoostingPauseIcon,
|
|
143
|
+
Box: BoxIcon,
|
|
144
|
+
BraceletActive: BraceletActiveIcon,
|
|
145
|
+
BraceletDisabled: BraceletDisabledIcon,
|
|
146
|
+
BraceletGeneric: BraceletGenericIcon,
|
|
147
|
+
BraceletNotFound: BraceletNotFoundIcon,
|
|
148
|
+
BraceletOff: BraceletOffIcon,
|
|
149
|
+
BraceletOn: BraceletOnIcon,
|
|
150
|
+
BraceletPutOn: BraceletPutOnIcon,
|
|
151
|
+
BraceletRemove: BraceletRemoveIcon,
|
|
152
|
+
Braking: BrakingIcon,
|
|
153
|
+
Briefcase: BriefcaseIcon,
|
|
154
|
+
Broadband: BroadbandIcon,
|
|
155
|
+
BroadbandUpgrade: BroadbandUpgradeIcon,
|
|
156
|
+
BulletList: BulletListIcon,
|
|
157
|
+
Bundles: BundlesIcon,
|
|
158
|
+
Business: BusinessIcon,
|
|
159
|
+
BusinessPhoneFixedLine: BusinessPhoneFixedLineIcon,
|
|
160
|
+
CableError: CableErrorIcon,
|
|
161
|
+
CableFibre: CableFibreIcon,
|
|
162
|
+
Calculator: CalculatorIcon,
|
|
163
|
+
Calendar12: Calendar12Icon,
|
|
164
|
+
Calendar14: Calendar14Icon,
|
|
165
|
+
Calendar30: Calendar30Icon,
|
|
166
|
+
Calendar3: Calendar3Icon,
|
|
167
|
+
Calendar: CalendarIcon,
|
|
168
|
+
CalendarItem: CalendarItemIcon,
|
|
169
|
+
CalendarMonth: CalendarMonthIcon,
|
|
170
|
+
CallBackFailed: CallBackFailedIcon,
|
|
171
|
+
CallBack: CallBackIcon,
|
|
172
|
+
Call: CallIcon,
|
|
173
|
+
CallLog: CallLogIcon,
|
|
174
|
+
Camera: CameraIcon,
|
|
175
|
+
CameraInactive: CameraInactiveIcon,
|
|
176
|
+
CancelContract: CancelContractIcon,
|
|
177
|
+
Cancel: CancelIcon,
|
|
178
|
+
CarKey: CarKeyIcon,
|
|
179
|
+
Carer: CarerIcon,
|
|
180
|
+
CaseStudy: CaseStudyIcon,
|
|
181
|
+
Celebrate: CelebrateIcon,
|
|
182
|
+
ChangeContract: ChangeContractIcon,
|
|
183
|
+
ChargeToBill: ChargeToBillIcon,
|
|
184
|
+
CharityGiving: CharityGivingIcon,
|
|
185
|
+
ChartBar: ChartBarIcon,
|
|
186
|
+
ChartLine: ChartLineIcon,
|
|
187
|
+
Chat: ChatIcon,
|
|
188
|
+
CheckContract: CheckContractIcon,
|
|
189
|
+
CherriesPoints: CherriesPointsIcon,
|
|
190
|
+
ChevronDown: ChevronDownIcon,
|
|
191
|
+
ChevronLeft: ChevronLeftIcon,
|
|
192
|
+
ChevronRight: ChevronRightIcon,
|
|
193
|
+
ChevronUp: ChevronUpIcon,
|
|
194
|
+
ChildTracker: ChildTrackerIcon,
|
|
195
|
+
Chromecast: ChromecastIcon,
|
|
196
|
+
Clapping: ClappingIcon,
|
|
197
|
+
Clock: ClockIcon,
|
|
198
|
+
Close: CloseIcon,
|
|
199
|
+
CloseProjectWithComment: CloseProjectWithCommentIcon,
|
|
200
|
+
CloudDownload: CloudDownloadIcon,
|
|
201
|
+
CloudUpload: CloudUploadIcon,
|
|
202
|
+
ClusterOfEvents: ClusterOfEventsIcon,
|
|
203
|
+
Co2Sensor: Co2SensorIcon,
|
|
204
|
+
Coaxialcable: CoaxialcableIcon,
|
|
205
|
+
Coffee: CoffeeIcon,
|
|
206
|
+
ColourPalette: ColourPaletteIcon,
|
|
207
|
+
Columns: ColumnsIcon,
|
|
208
|
+
CommentClosedProject: CommentClosedProjectIcon,
|
|
209
|
+
Comment: CommentIcon,
|
|
210
|
+
Comments: CommentsIcon,
|
|
211
|
+
Community: CommunityIcon,
|
|
212
|
+
Compass: CompassIcon,
|
|
213
|
+
Complaints: ComplaintsIcon,
|
|
214
|
+
Completed: CompletedIcon,
|
|
215
|
+
Confidential: ConfidentialIcon,
|
|
216
|
+
ConnectedCar: ConnectedCarIcon,
|
|
217
|
+
ConnectedDevices: ConnectedDevicesIcon,
|
|
218
|
+
Connected: ConnectedIcon,
|
|
219
|
+
Connectivity: ConnectivityIcon,
|
|
220
|
+
Consultant: ConsultantIcon,
|
|
221
|
+
ContactlessPayment: ContactlessPaymentIcon,
|
|
222
|
+
Contacts: ContactsIcon,
|
|
223
|
+
ControlPanel: ControlPanelIcon,
|
|
224
|
+
ConvergedProposition: ConvergedPropositionIcon,
|
|
225
|
+
ConvertCurrency: ConvertCurrencyIcon,
|
|
226
|
+
Copy: CopyIcon,
|
|
227
|
+
Cpu: CpuIcon,
|
|
228
|
+
DarkMode: DarkModeIcon,
|
|
229
|
+
Dashboard: DashboardIcon,
|
|
230
|
+
Data: DataIcon,
|
|
231
|
+
DataMobile: DataMobileIcon,
|
|
232
|
+
Deals: DealsIcon,
|
|
233
|
+
Delete: DeleteIcon,
|
|
234
|
+
Delivery: DeliveryIcon,
|
|
235
|
+
DesignSprint: DesignSprintIcon,
|
|
236
|
+
DeviceDiagnostics: DeviceDiagnosticsIcon,
|
|
237
|
+
DeviceGuide: DeviceGuideIcon,
|
|
238
|
+
DeviceOverview: DeviceOverviewIcon,
|
|
239
|
+
DeviceThickness: DeviceThicknessIcon,
|
|
240
|
+
Diagnostics: DiagnosticsIcon,
|
|
241
|
+
DialPad: DialPadIcon,
|
|
242
|
+
Disconnect: DisconnectIcon,
|
|
243
|
+
Dish: DishIcon,
|
|
244
|
+
Dislike: DislikeIcon,
|
|
245
|
+
DocumentDoc: DocumentDocIcon,
|
|
246
|
+
Document: DocumentIcon,
|
|
247
|
+
DocumentJpg: DocumentJpgIcon,
|
|
248
|
+
DocumentPdf: DocumentPdfIcon,
|
|
249
|
+
DocumentPng: DocumentPngIcon,
|
|
250
|
+
DocumentPpt: DocumentPptIcon,
|
|
251
|
+
DocumentRtf: DocumentRtfIcon,
|
|
252
|
+
DocumentXls: DocumentXlsIcon,
|
|
253
|
+
DocumentZip: DocumentZipIcon,
|
|
254
|
+
DoorbellCamera: DoorbellCameraIcon,
|
|
255
|
+
DoubleStackedPallet: DoubleStackedPalletIcon,
|
|
256
|
+
Download: DownloadIcon,
|
|
257
|
+
Drinks: DrinksIcon,
|
|
258
|
+
Drone: DroneIcon,
|
|
259
|
+
Dsl: DslIcon,
|
|
260
|
+
Dwdm: DwdmIcon,
|
|
261
|
+
ESim: ESimIcon,
|
|
262
|
+
Edit: EditIcon,
|
|
263
|
+
EndCall: EndCallIcon,
|
|
264
|
+
Engineer: EngineerIcon,
|
|
265
|
+
Enterprise: EnterpriseIcon,
|
|
266
|
+
Entertainment: EntertainmentIcon,
|
|
267
|
+
Environment: EnvironmentIcon,
|
|
268
|
+
ErrorCircle: ErrorCircleIcon,
|
|
269
|
+
Error: ErrorIcon,
|
|
270
|
+
EsimLogo: EsimLogoIcon,
|
|
271
|
+
EssentialsBroadband: EssentialsBroadbandIcon,
|
|
272
|
+
Ethernet: EthernetIcon,
|
|
273
|
+
EuroCurrency: EuroCurrencyIcon,
|
|
274
|
+
ExtendContract: ExtendContractIcon,
|
|
275
|
+
Extender: ExtenderIcon,
|
|
276
|
+
FaceRecognition: FaceRecognitionIcon,
|
|
277
|
+
Failed: FailedIcon,
|
|
278
|
+
FallDetection: FallDetectionIcon,
|
|
279
|
+
Family: FamilyIcon,
|
|
280
|
+
Fashion: FashionIcon,
|
|
281
|
+
Favorite: FavoriteIcon,
|
|
282
|
+
Feather: FeatherIcon,
|
|
283
|
+
Filter: FilterIcon,
|
|
284
|
+
FindAndRingMyDevice: FindAndRingMyDeviceIcon,
|
|
285
|
+
FindMyCar: FindMyCarIcon,
|
|
286
|
+
FirmwareUpdate: FirmwareUpdateIcon,
|
|
287
|
+
FitnessHealth: FitnessHealthIcon,
|
|
288
|
+
FitnessTracker: FitnessTrackerIcon,
|
|
289
|
+
Focus: FocusIcon,
|
|
290
|
+
Folder: FolderIcon,
|
|
291
|
+
Forward: ForwardIcon,
|
|
292
|
+
Fox: FoxIcon,
|
|
293
|
+
GameConsole: GameConsoleIcon,
|
|
294
|
+
GenericDeviceIot: GenericDeviceIotIcon,
|
|
295
|
+
Genius: GeniusIcon,
|
|
296
|
+
GigaDepot: GigaDepotIcon,
|
|
297
|
+
GigaKombi: GigaKombiIcon,
|
|
298
|
+
GigaTvA: GigaTvAIcon,
|
|
299
|
+
GigaTvB: GigaTvBIcon,
|
|
300
|
+
Gigacube: GigacubeIcon,
|
|
301
|
+
GpsCoverage: GpsCoverageIcon,
|
|
302
|
+
Gravity: GravityIcon,
|
|
303
|
+
Grid: GridIcon,
|
|
304
|
+
GuestWifi: GuestWifiIcon,
|
|
305
|
+
Guru: GuruIcon,
|
|
306
|
+
Gyroscope: GyroscopeIcon,
|
|
307
|
+
HappySmiley: HappySmileyIcon,
|
|
308
|
+
Heart: HeartIcon,
|
|
309
|
+
HelpAnswer: HelpAnswerIcon,
|
|
310
|
+
HelpCircle: HelpCircleIcon,
|
|
311
|
+
HelpFaq: HelpFaqIcon,
|
|
312
|
+
HidePassword: HidePasswordIcon,
|
|
313
|
+
HomeAlarm: HomeAlarmIcon,
|
|
314
|
+
HomeGarden: HomeGardenIcon,
|
|
315
|
+
Home: HomeIcon,
|
|
316
|
+
HomeMonitor: HomeMonitorIcon,
|
|
317
|
+
Humidity: HumidityIcon,
|
|
318
|
+
Idea: IdeaIcon,
|
|
319
|
+
ImpactAlert: ImpactAlertIcon,
|
|
320
|
+
IncomingCall: IncomingCallIcon,
|
|
321
|
+
Industry: IndustryIcon,
|
|
322
|
+
InfoCircle: InfoCircleIcon,
|
|
323
|
+
InfraredSensor: InfraredSensorIcon,
|
|
324
|
+
InsertCode: InsertCodeIcon,
|
|
325
|
+
Insurance: InsuranceIcon,
|
|
326
|
+
IntegratedSim: IntegratedSimIcon,
|
|
327
|
+
IntelligenceScan: IntelligenceScanIcon,
|
|
328
|
+
InterchangeableBatteries: InterchangeableBatteriesIcon,
|
|
329
|
+
International: InternationalIcon,
|
|
330
|
+
InternetMovingService: InternetMovingServiceIcon,
|
|
331
|
+
InventoryMonitoring: InventoryMonitoringIcon,
|
|
332
|
+
Iot: IotIcon,
|
|
333
|
+
IrisScanner: IrisScannerIcon,
|
|
334
|
+
Italic: ItalicIcon,
|
|
335
|
+
JumpForward: JumpForwardIcon,
|
|
336
|
+
KidsWatch: KidsWatchIcon,
|
|
337
|
+
KippyDevice: KippyDeviceIcon,
|
|
338
|
+
KippyLight: KippyLightIcon,
|
|
339
|
+
Lab: LabIcon,
|
|
340
|
+
Landline: LandlineIcon,
|
|
341
|
+
LandlineInternet: LandlineInternetIcon,
|
|
342
|
+
Laptop: LaptopIcon,
|
|
343
|
+
LateralMovement: LateralMovementIcon,
|
|
344
|
+
Layers: LayersIcon,
|
|
345
|
+
LifetimeWarranty: LifetimeWarrantyIcon,
|
|
346
|
+
Like: LikeIcon,
|
|
347
|
+
LinkInsterEdit: LinkInsterEditIcon,
|
|
348
|
+
ListView: ListViewIcon,
|
|
349
|
+
Loan: LoanIcon,
|
|
350
|
+
LocateMe: LocateMeIcon,
|
|
351
|
+
LocationAlert: LocationAlertIcon,
|
|
352
|
+
Location: LocationIcon,
|
|
353
|
+
LocationPin: LocationPinIcon,
|
|
354
|
+
LogIn: LogInIcon,
|
|
355
|
+
LogOut: LogOutIcon,
|
|
356
|
+
MailForms: MailFormsIcon,
|
|
357
|
+
Mail: MailIcon,
|
|
358
|
+
MailRead: MailReadIcon,
|
|
359
|
+
MakePayment: MakePaymentIcon,
|
|
360
|
+
MapGps: MapGpsIcon,
|
|
361
|
+
Map: MapIcon,
|
|
362
|
+
Master: MasterIcon,
|
|
363
|
+
MaximizeImage: MaximizeImageIcon,
|
|
364
|
+
Media: MediaIcon,
|
|
365
|
+
Menu: MenuIcon,
|
|
366
|
+
MergeCall: MergeCallIcon,
|
|
367
|
+
MeshWifiAndRepeater: MeshWifiAndRepeaterIcon,
|
|
368
|
+
Microphone: MicrophoneIcon,
|
|
369
|
+
MinimizeImage: MinimizeImageIcon,
|
|
370
|
+
MinusCircle: MinusCircleIcon,
|
|
371
|
+
Minus: MinusIcon,
|
|
372
|
+
MinutesSms: MinutesSmsIcon,
|
|
373
|
+
Mobile: MobileIcon,
|
|
374
|
+
MobileInfo: MobileInfoIcon,
|
|
375
|
+
MobileTradeIn: MobileTradeInIcon,
|
|
376
|
+
Mobiles: MobilesIcon,
|
|
377
|
+
MonitorBrightness: MonitorBrightnessIcon,
|
|
378
|
+
MoreAndroid: MoreAndroidIcon,
|
|
379
|
+
More: MoreIcon,
|
|
380
|
+
MotionAlert: MotionAlertIcon,
|
|
381
|
+
Motion: MotionIcon,
|
|
382
|
+
MotionSensor: MotionSensorIcon,
|
|
383
|
+
Mountain: MountainIcon,
|
|
384
|
+
Mouse: MouseIcon,
|
|
385
|
+
MoveMoney: MoveMoneyIcon,
|
|
386
|
+
MultimediaPort: MultimediaPortIcon,
|
|
387
|
+
Multiroom: MultiroomIcon,
|
|
388
|
+
Multiscreen: MultiscreenIcon,
|
|
389
|
+
MusicAndMovies: MusicAndMoviesIcon,
|
|
390
|
+
Mute: MuteIcon,
|
|
391
|
+
MyTrips: MyTripsIcon,
|
|
392
|
+
NeedHelp: NeedHelpIcon,
|
|
393
|
+
NetworkPatchPanel: NetworkPatchPanelIcon,
|
|
394
|
+
NetworkTower: NetworkTowerIcon,
|
|
395
|
+
Networker: NetworkerIcon,
|
|
396
|
+
New: NewIcon,
|
|
397
|
+
News: NewsIcon,
|
|
398
|
+
Nfc: NfcIcon,
|
|
399
|
+
NightVision: NightVisionIcon,
|
|
400
|
+
NoWifi: NoWifiIcon,
|
|
401
|
+
NotificationError: NotificationErrorIcon,
|
|
402
|
+
Notification: NotificationIcon,
|
|
403
|
+
NotificationInfo: NotificationInfoIcon,
|
|
404
|
+
NotificationMute: NotificationMuteIcon,
|
|
405
|
+
NotificationTick: NotificationTickIcon,
|
|
406
|
+
NotificationTickThick: NotificationTickThickIcon,
|
|
407
|
+
Number0: Number0Icon,
|
|
408
|
+
Number1: Number1Icon,
|
|
409
|
+
Number2: Number2Icon,
|
|
410
|
+
Number3: Number3Icon,
|
|
411
|
+
Number4: Number4Icon,
|
|
412
|
+
Number5: Number5Icon,
|
|
413
|
+
Number6: Number6Icon,
|
|
414
|
+
Number7: Number7Icon,
|
|
415
|
+
Number8: Number8Icon,
|
|
416
|
+
Number9: Number9Icon,
|
|
417
|
+
NumberedView: NumberedViewIcon,
|
|
418
|
+
OfferBadge: OfferBadgeIcon,
|
|
419
|
+
OfferBadgePrecent: OfferBadgePrecentIcon,
|
|
420
|
+
OneNumber: OneNumberIcon,
|
|
421
|
+
OnlineForm: OnlineFormIcon,
|
|
422
|
+
Online: OnlineIcon,
|
|
423
|
+
OutgoingCall: OutgoingCallIcon,
|
|
424
|
+
PadlockClose: PadlockCloseIcon,
|
|
425
|
+
PadlockOpen: PadlockOpenIcon,
|
|
426
|
+
ParentalControl: ParentalControlIcon,
|
|
427
|
+
ParkingTicket: ParkingTicketIcon,
|
|
428
|
+
PasswordKey: PasswordKeyIcon,
|
|
429
|
+
PatrolStation: PatrolStationIcon,
|
|
430
|
+
PauseCircle: PauseCircleIcon,
|
|
431
|
+
Pause: PauseIcon,
|
|
432
|
+
Payg: PaygIcon,
|
|
433
|
+
PaymentCvv: PaymentCvvIcon,
|
|
434
|
+
Payment: PaymentIcon,
|
|
435
|
+
PetCollar: PetCollarIcon,
|
|
436
|
+
PetrolStation: PetrolStationIcon,
|
|
437
|
+
Photos: PhotosIcon,
|
|
438
|
+
PieChart: PieChartIcon,
|
|
439
|
+
Pin: PinIcon,
|
|
440
|
+
Ping: PingIcon,
|
|
441
|
+
Placeholder: PlaceholderIcon,
|
|
442
|
+
PlayArrow: PlayArrowIcon,
|
|
443
|
+
PlayCircle: PlayCircleIcon,
|
|
444
|
+
Plus: PlusIcon,
|
|
445
|
+
PopIn: PopInIcon,
|
|
446
|
+
PopOut: PopOutIcon,
|
|
447
|
+
PortalsForVideos: PortalsForVideosIcon,
|
|
448
|
+
Power: PowerIcon,
|
|
449
|
+
Prepaid: PrepaidIcon,
|
|
450
|
+
Prepare: PrepareIcon,
|
|
451
|
+
PricePromise: PricePromiseIcon,
|
|
452
|
+
PriceTag: PriceTagIcon,
|
|
453
|
+
Print: PrintIcon,
|
|
454
|
+
Privacy: PrivacyIcon,
|
|
455
|
+
Pro: ProIcon,
|
|
456
|
+
Profile: ProfileIcon,
|
|
457
|
+
ProximitySensor: ProximitySensorIcon,
|
|
458
|
+
PublicSector: PublicSectorIcon,
|
|
459
|
+
PublicWifi: PublicWifiIcon,
|
|
460
|
+
Puzzle: PuzzleIcon,
|
|
461
|
+
QrCode: QrCodeIcon,
|
|
462
|
+
Raffles: RafflesIcon,
|
|
463
|
+
RankProfessor: RankProfessorIcon,
|
|
464
|
+
RankScout: RankScoutIcon,
|
|
465
|
+
Rearrange: RearrangeIcon,
|
|
466
|
+
RecordTv: RecordTvIcon,
|
|
467
|
+
Refresh: RefreshIcon,
|
|
468
|
+
Refurbished: RefurbishedIcon,
|
|
469
|
+
RemainingTime: RemainingTimeIcon,
|
|
470
|
+
RenewableEnergy: RenewableEnergyIcon,
|
|
471
|
+
Reply: ReplyIcon,
|
|
472
|
+
Research: ResearchIcon,
|
|
473
|
+
RetakePhoto: RetakePhotoIcon,
|
|
474
|
+
ReturnProduct: ReturnProductIcon,
|
|
475
|
+
Rewards: RewardsIcon,
|
|
476
|
+
Roaming: RoamingIcon,
|
|
477
|
+
Robot: RobotIcon,
|
|
478
|
+
Rocket: RocketIcon,
|
|
479
|
+
Router: RouterIcon,
|
|
480
|
+
Routines: RoutinesIcon,
|
|
481
|
+
Ruler: RulerIcon,
|
|
482
|
+
SafeZone: SafeZoneIcon,
|
|
483
|
+
SatisfactionGuarantee: SatisfactionGuaranteeIcon,
|
|
484
|
+
Save: SaveIcon,
|
|
485
|
+
SaveTemporarily: SaveTemporarilyIcon,
|
|
486
|
+
Savings: SavingsIcon,
|
|
487
|
+
ScanCreditCard: ScanCreditCardIcon,
|
|
488
|
+
ScreenRepair: ScreenRepairIcon,
|
|
489
|
+
ScreenSize: ScreenSizeIcon,
|
|
490
|
+
SearchDevice: SearchDeviceIcon,
|
|
491
|
+
Search: SearchIcon,
|
|
492
|
+
SecureGrip: SecureGripIcon,
|
|
493
|
+
SecurityAssessment: SecurityAssessmentIcon,
|
|
494
|
+
SecurityCamera: SecurityCameraIcon,
|
|
495
|
+
SendTobi: SendTobiIcon,
|
|
496
|
+
Senior: SeniorIcon,
|
|
497
|
+
Settings: SettingsIcon,
|
|
498
|
+
Setup: SetupIcon,
|
|
499
|
+
Shake: ShakeIcon,
|
|
500
|
+
Share: ShareIcon,
|
|
501
|
+
ShareYourMins: ShareYourMinsIcon,
|
|
502
|
+
ShoppingCheckout: ShoppingCheckoutIcon,
|
|
503
|
+
ShoppingTrolley: ShoppingTrolleyIcon,
|
|
504
|
+
ShowPassword: ShowPasswordIcon,
|
|
505
|
+
SignLanguage: SignLanguageIcon,
|
|
506
|
+
SignedIn: SignedInIcon,
|
|
507
|
+
Sim: SimIcon,
|
|
508
|
+
SimSwap: SimSwapIcon,
|
|
509
|
+
SinglePallet: SinglePalletIcon,
|
|
510
|
+
SmallAndLightweight: SmallAndLightweightIcon,
|
|
511
|
+
SmartCamera: SmartCameraIcon,
|
|
512
|
+
SmartHome: SmartHomeIcon,
|
|
513
|
+
SmartKeyboard: SmartKeyboardIcon,
|
|
514
|
+
SmartPlug: SmartPlugIcon,
|
|
515
|
+
Sme: SmeIcon,
|
|
516
|
+
Sms: SmsIcon,
|
|
517
|
+
SmsText: SmsTextIcon,
|
|
518
|
+
Snow: SnowIcon,
|
|
519
|
+
SocialFacebook: SocialFacebookIcon,
|
|
520
|
+
SocialInsta: SocialInstaIcon,
|
|
521
|
+
SocialLinkedin: SocialLinkedinIcon,
|
|
522
|
+
SocialPaypal: SocialPaypalIcon,
|
|
523
|
+
SocialPinterest: SocialPinterestIcon,
|
|
524
|
+
SocialTiktok: SocialTiktokIcon,
|
|
525
|
+
SocialTwitter: SocialTwitterIcon,
|
|
526
|
+
SocialYoutube: SocialYoutubeIcon,
|
|
527
|
+
Soho: SohoIcon,
|
|
528
|
+
Sort: SortIcon,
|
|
529
|
+
SosCredit: SosCreditIcon,
|
|
530
|
+
SosEmergency: SosEmergencyIcon,
|
|
531
|
+
Sos: SosIcon,
|
|
532
|
+
SoundActive: SoundActiveIcon,
|
|
533
|
+
Sound: SoundIcon,
|
|
534
|
+
SoundOff: SoundOffIcon,
|
|
535
|
+
Speeding: SpeedingIcon,
|
|
536
|
+
SpellCheck: SpellCheckIcon,
|
|
537
|
+
SplitBilling: SplitBillingIcon,
|
|
538
|
+
SteeringWheel: SteeringWheelIcon,
|
|
539
|
+
StopCircle: StopCircleIcon,
|
|
540
|
+
Stop: StopIcon,
|
|
541
|
+
StoreOffer: StoreOfferIcon,
|
|
542
|
+
StrikeThrough: StrikeThroughIcon,
|
|
543
|
+
Student: StudentIcon,
|
|
544
|
+
Superstar: SuperstarIcon,
|
|
545
|
+
Superwifi: SuperwifiIcon,
|
|
546
|
+
SwitchCall: SwitchCallIcon,
|
|
547
|
+
SwitchCamera: SwitchCameraIcon,
|
|
548
|
+
Sync: SyncIcon,
|
|
549
|
+
Tablet: TabletIcon,
|
|
550
|
+
TabletMobile: TabletMobileIcon,
|
|
551
|
+
Talk: TalkIcon,
|
|
552
|
+
Technic: TechnicIcon,
|
|
553
|
+
Temperature: TemperatureIcon,
|
|
554
|
+
Tethering: TetheringIcon,
|
|
555
|
+
Theft: TheftIcon,
|
|
556
|
+
ThickTick: ThickTickIcon,
|
|
557
|
+
TickCircle: TickCircleIcon,
|
|
558
|
+
Tick: TickIcon,
|
|
559
|
+
TickOutline: TickOutlineIcon,
|
|
560
|
+
Tickets: TicketsIcon,
|
|
561
|
+
ToDoList: ToDoListIcon,
|
|
562
|
+
Tobi: TobiIcon,
|
|
563
|
+
Toggle: ToggleIcon,
|
|
564
|
+
ToggleSimple: ToggleSimpleIcon,
|
|
565
|
+
TopUp: TopUpIcon,
|
|
566
|
+
Topics: TopicsIcon,
|
|
567
|
+
TouchScreen: TouchScreenIcon,
|
|
568
|
+
Trackisafe: TrackisafeIcon,
|
|
569
|
+
TradeIn: TradeInIcon,
|
|
570
|
+
Trainers: TrainersIcon,
|
|
571
|
+
TransferProject: TransferProjectIcon,
|
|
572
|
+
Translate: TranslateIcon,
|
|
573
|
+
Tree: TreeIcon,
|
|
574
|
+
Trophy: TrophyIcon,
|
|
575
|
+
TvAnytime: TvAnytimeIcon,
|
|
576
|
+
TvBluetoothAndRemote: TvBluetoothAndRemoteIcon,
|
|
577
|
+
TvChannelVariety: TvChannelVarietyIcon,
|
|
578
|
+
TvDiscovery: TvDiscoveryIcon,
|
|
579
|
+
TvEntertainment: TvEntertainmentIcon,
|
|
580
|
+
TvEpg: TvEpgIcon,
|
|
581
|
+
TvEverywhereHome: TvEverywhereHomeIcon,
|
|
582
|
+
TvEverywhere: TvEverywhereIcon,
|
|
583
|
+
TvHd: TvHdIcon,
|
|
584
|
+
Tv: TvIcon,
|
|
585
|
+
TvKids: TvKidsIcon,
|
|
586
|
+
TvPrimetime: TvPrimetimeIcon,
|
|
587
|
+
TvRemote: TvRemoteIcon,
|
|
588
|
+
TvTimeFlexible: TvTimeFlexibleIcon,
|
|
589
|
+
TvTv: TvTvIcon,
|
|
590
|
+
TvUhd: TvUhdIcon,
|
|
591
|
+
TvVod: TvVodIcon,
|
|
592
|
+
Under28: Under28Icon,
|
|
593
|
+
Underlined: UnderlinedIcon,
|
|
594
|
+
UnifiedCommunications: UnifiedCommunicationsIcon,
|
|
595
|
+
Unlimited: UnlimitedIcon,
|
|
596
|
+
UnlimitedMobile: UnlimitedMobileIcon,
|
|
597
|
+
UnlockedRewards: UnlockedRewardsIcon,
|
|
598
|
+
Upcoming: UpcomingIcon,
|
|
599
|
+
Upgrade: UpgradeIcon,
|
|
600
|
+
UpgradeMobiles: UpgradeMobilesIcon,
|
|
601
|
+
Upload: UploadIcon,
|
|
602
|
+
UsbModem: UsbModemIcon,
|
|
603
|
+
UserLogIn: UserLogInIcon,
|
|
604
|
+
UserScan: UserScanIcon,
|
|
605
|
+
Users: UsersIcon,
|
|
606
|
+
VCarDongle: VCarDongleIcon,
|
|
607
|
+
VCar: VCarIcon,
|
|
608
|
+
VKids: VKidsIcon,
|
|
609
|
+
VPet: VPetIcon,
|
|
610
|
+
VRHeadset: VRHeadsetIcon,
|
|
611
|
+
VSimAndDevice: VSimAndDeviceIcon,
|
|
612
|
+
VfHappyHelpful: VfHappyHelpfulIcon,
|
|
613
|
+
VfHappy: VfHappyIcon,
|
|
614
|
+
VideoFrame: VideoFrameIcon,
|
|
615
|
+
Video: VideoIcon,
|
|
616
|
+
Virtuoso: VirtuosoIcon,
|
|
617
|
+
VirusProtection: VirusProtectionIcon,
|
|
618
|
+
VocSensor: VocSensorIcon,
|
|
619
|
+
VodafoneStore: VodafoneStoreIcon,
|
|
620
|
+
VodafoneTv: VodafoneTvIcon,
|
|
621
|
+
Voicemail: VoicemailIcon,
|
|
622
|
+
Warning: WarningIcon,
|
|
623
|
+
Watch: WatchIcon,
|
|
624
|
+
Waterproof: WaterproofIcon,
|
|
625
|
+
WebProtection: WebProtectionIcon,
|
|
626
|
+
Website: WebsiteIcon,
|
|
627
|
+
Weight: WeightIcon,
|
|
628
|
+
WifiAlwaysOn: WifiAlwaysOnIcon,
|
|
629
|
+
WifiGood: WifiGoodIcon,
|
|
630
|
+
WithdrawCash: WithdrawCashIcon,
|
|
631
|
+
Wizard: WizardIcon,
|
|
632
|
+
ZoomIn: ZoomInIcon,
|
|
633
|
+
ZoomOut: ZoomOutIcon,
|
|
634
|
+
_1stMonthFree: _1stMonthFreeIcon,
|
|
635
|
+
_2g: _2gIcon,
|
|
636
|
+
_360View: _360ViewIcon,
|
|
637
|
+
_3G: _3GIcon,
|
|
638
|
+
_4G: _4GIcon,
|
|
639
|
+
_4gPlus: _4gPlusIcon,
|
|
640
|
+
_4gPlusplus: _4gPlusplusIcon,
|
|
641
|
+
_5G: _5GIcon,
|
|
642
|
+
_5gPlus: _5gPlusIcon
|
|
643
|
+
};
|
|
644
|
+
const IconLoader = ({
|
|
645
|
+
name,
|
|
646
|
+
className,
|
|
647
|
+
component: _component,
|
|
648
|
+
...props
|
|
649
|
+
}) => {
|
|
650
|
+
const MappedIcon = mapNameToInlineIcons[name];
|
|
651
|
+
return /* @__PURE__ */ jsx(MappedIcon, { ...props, className });
|
|
652
|
+
};
|
|
653
|
+
export {
|
|
654
|
+
IconLoader as default
|
|
655
|
+
};
|