@goldlabelapps/theme 1.0.1 → 3.2.0

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.
Files changed (174) hide show
  1. package/dist/context/ConfigContext.js +6 -6
  2. package/dist/design-system/components/DesignSystemProvider/DesignSystemProvider.d.ts +2 -0
  3. package/dist/design-system/components/DesignSystemProvider/DesignSystemProvider.js +29 -0
  4. package/dist/design-system/components/DesignSystemProvider/types.d.ts +1 -0
  5. package/dist/design-system/components/DesignSystemProvider/types.js +1 -0
  6. package/dist/design-system/components/brand/Logo/Logo.d.ts +2 -0
  7. package/dist/design-system/components/brand/Logo/Logo.js +35 -0
  8. package/dist/design-system/components/brand/Logo/types.d.ts +1 -0
  9. package/dist/design-system/components/brand/Logo/types.js +1 -0
  10. package/dist/design-system/components/buttons/Button/Button.d.ts +2 -0
  11. package/dist/design-system/components/buttons/Button/Button.js +135 -0
  12. package/dist/design-system/components/buttons/Button/types.d.ts +1 -0
  13. package/dist/design-system/components/buttons/Button/types.js +1 -0
  14. package/dist/design-system/components/buttons/IconButton/IconButton.d.ts +2 -0
  15. package/dist/design-system/components/buttons/IconButton/IconButton.js +129 -0
  16. package/dist/design-system/components/buttons/IconButton/types.d.ts +1 -0
  17. package/dist/design-system/components/buttons/IconButton/types.js +1 -0
  18. package/dist/design-system/components/feedback/Alert/Alert.d.ts +2 -0
  19. package/dist/design-system/components/feedback/Alert/Alert.js +12 -0
  20. package/dist/design-system/components/feedback/Alert/types.d.ts +1 -0
  21. package/dist/design-system/components/feedback/Alert/types.js +1 -0
  22. package/dist/design-system/components/feedback/Card/Card.d.ts +2 -0
  23. package/dist/design-system/components/feedback/Card/Card.js +46 -0
  24. package/dist/design-system/components/feedback/Card/types.d.ts +1 -0
  25. package/dist/design-system/components/feedback/Card/types.js +1 -0
  26. package/dist/design-system/components/feedback/Field/Field.d.ts +2 -0
  27. package/dist/design-system/components/feedback/Field/Field.js +6 -0
  28. package/dist/design-system/components/feedback/Field/types.d.ts +1 -0
  29. package/dist/design-system/components/feedback/Field/types.js +1 -0
  30. package/dist/design-system/components/feedback/index.d.ts +6 -0
  31. package/dist/design-system/components/feedback/index.js +3 -0
  32. package/dist/design-system/components/headings/Heading/Heading.d.ts +3 -0
  33. package/dist/design-system/components/headings/Heading/Heading.js +66 -0
  34. package/dist/design-system/components/headings/Heading/types.d.ts +1 -0
  35. package/dist/design-system/components/headings/Heading/types.js +1 -0
  36. package/dist/design-system/components/icons/Icon/Icon.d.ts +10 -0
  37. package/dist/design-system/components/icons/Icon/Icon.js +421 -0
  38. package/dist/design-system/components/icons/Icon/types.d.ts +7 -0
  39. package/dist/design-system/components/icons/Icon/types.js +1 -0
  40. package/dist/design-system/components/icons/SVGIcons/BlokeyIcon.d.ts +2 -0
  41. package/dist/design-system/components/icons/SVGIcons/BlokeyIcon.js +7 -0
  42. package/dist/design-system/components/icons/SVGIcons/ChromeIcon.d.ts +2 -0
  43. package/dist/design-system/components/icons/SVGIcons/ChromeIcon.js +7 -0
  44. package/dist/design-system/components/icons/SVGIcons/DesktopIcon.d.ts +2 -0
  45. package/dist/design-system/components/icons/SVGIcons/DesktopIcon.js +7 -0
  46. package/dist/design-system/components/icons/SVGIcons/EdgeIcon.d.ts +2 -0
  47. package/dist/design-system/components/icons/SVGIcons/EdgeIcon.js +7 -0
  48. package/dist/design-system/components/icons/SVGIcons/FallmanagerIcon.d.ts +2 -0
  49. package/dist/design-system/components/icons/SVGIcons/FallmanagerIcon.js +8 -0
  50. package/dist/design-system/components/icons/SVGIcons/FirefoxIcon.d.ts +2 -0
  51. package/dist/design-system/components/icons/SVGIcons/FirefoxIcon.js +7 -0
  52. package/dist/design-system/components/icons/SVGIcons/FlickrIcon.d.ts +2 -0
  53. package/dist/design-system/components/icons/SVGIcons/FlickrIcon.js +9 -0
  54. package/dist/design-system/components/icons/SVGIcons/GatsbyIcon.d.ts +2 -0
  55. package/dist/design-system/components/icons/SVGIcons/GatsbyIcon.js +8 -0
  56. package/dist/design-system/components/icons/SVGIcons/GoldenticketIcon.d.ts +2 -0
  57. package/dist/design-system/components/icons/SVGIcons/GoldenticketIcon.js +7 -0
  58. package/dist/design-system/components/icons/SVGIcons/GoldlabelOutlined.d.ts +2 -0
  59. package/dist/design-system/components/icons/SVGIcons/GoldlabelOutlined.js +7 -0
  60. package/dist/design-system/components/icons/SVGIcons/GraphqlIcon.d.ts +2 -0
  61. package/dist/design-system/components/icons/SVGIcons/GraphqlIcon.js +7 -0
  62. package/dist/design-system/components/icons/SVGIcons/IphoneIcon.d.ts +2 -0
  63. package/dist/design-system/components/icons/SVGIcons/IphoneIcon.js +7 -0
  64. package/dist/design-system/components/icons/SVGIcons/LinuxIcon.d.ts +2 -0
  65. package/dist/design-system/components/icons/SVGIcons/LinuxIcon.js +7 -0
  66. package/dist/design-system/components/icons/SVGIcons/MacIcon.d.ts +2 -0
  67. package/dist/design-system/components/icons/SVGIcons/MacIcon.js +7 -0
  68. package/dist/design-system/components/icons/SVGIcons/MacromediaIcon.d.ts +3 -0
  69. package/dist/design-system/components/icons/SVGIcons/MacromediaIcon.js +8 -0
  70. package/dist/design-system/components/icons/SVGIcons/OliverIcon.d.ts +2 -0
  71. package/dist/design-system/components/icons/SVGIcons/OliverIcon.js +5 -0
  72. package/dist/design-system/components/icons/SVGIcons/OpenAIIcon.d.ts +2 -0
  73. package/dist/design-system/components/icons/SVGIcons/OpenAIIcon.js +6 -0
  74. package/dist/design-system/components/icons/SVGIcons/PingpongballIcon.d.ts +2 -0
  75. package/dist/design-system/components/icons/SVGIcons/PingpongballIcon.js +8 -0
  76. package/dist/design-system/components/icons/SVGIcons/SafariIcon.d.ts +2 -0
  77. package/dist/design-system/components/icons/SVGIcons/SafariIcon.js +7 -0
  78. package/dist/design-system/components/icons/SVGIcons/WindowsIcon.d.ts +2 -0
  79. package/dist/design-system/components/icons/SVGIcons/WindowsIcon.js +7 -0
  80. package/dist/design-system/components/icons/SVGIcons/WordpressIcon.d.ts +2 -0
  81. package/dist/design-system/components/icons/SVGIcons/WordpressIcon.js +7 -0
  82. package/dist/design-system/components/icons/SVGIcons/XboxIcon.d.ts +2 -0
  83. package/dist/design-system/components/icons/SVGIcons/XboxIcon.js +7 -0
  84. package/dist/design-system/components/icons/index.d.ts +2 -0
  85. package/dist/design-system/components/icons/index.js +1 -0
  86. package/dist/design-system/components/images/FeaturedImage/FeaturedImage.d.ts +2 -0
  87. package/dist/design-system/components/images/FeaturedImage/FeaturedImage.js +67 -0
  88. package/dist/design-system/components/images/FeaturedImage/types.d.ts +1 -0
  89. package/dist/design-system/components/images/FeaturedImage/types.js +1 -0
  90. package/dist/design-system/components/layout/AppShell/AppShell.d.ts +2 -0
  91. package/dist/design-system/components/layout/AppShell/AppShell.js +6 -0
  92. package/dist/design-system/components/layout/AppShell/types.d.ts +1 -0
  93. package/dist/design-system/components/layout/AppShell/types.js +1 -0
  94. package/dist/design-system/components/layout/Footer/Footer.d.ts +2 -0
  95. package/dist/design-system/components/layout/Footer/Footer.js +106 -0
  96. package/dist/design-system/components/layout/Footer/types.d.ts +1 -0
  97. package/dist/design-system/components/layout/Footer/types.js +1 -0
  98. package/dist/design-system/components/layout/Header/Header.d.ts +2 -0
  99. package/dist/design-system/components/layout/Header/Header.js +6 -0
  100. package/dist/design-system/components/layout/Header/types.d.ts +1 -0
  101. package/dist/design-system/components/layout/Header/types.js +1 -0
  102. package/dist/design-system/components/layout/Main/Main.d.ts +2 -0
  103. package/dist/design-system/components/layout/Main/Main.js +4 -0
  104. package/dist/design-system/components/layout/Main/types.d.ts +1 -0
  105. package/dist/design-system/components/layout/Main/types.js +1 -0
  106. package/dist/design-system/components/layout/MenuDrawer/MenuDrawer.d.ts +2 -0
  107. package/dist/design-system/components/layout/MenuDrawer/MenuDrawer.js +31 -0
  108. package/dist/design-system/components/layout/MenuDrawer/types.d.ts +1 -0
  109. package/dist/design-system/components/layout/MenuDrawer/types.js +1 -0
  110. package/dist/design-system/components/layout/PageSection/PageSection.d.ts +2 -0
  111. package/dist/design-system/components/layout/PageSection/PageSection.js +6 -0
  112. package/dist/design-system/components/layout/PageSection/types.d.ts +1 -0
  113. package/dist/design-system/components/layout/PageSection/types.js +1 -0
  114. package/dist/design-system/components/layout/SectionTitle/SectionTitle.d.ts +2 -0
  115. package/dist/design-system/components/layout/SectionTitle/SectionTitle.js +6 -0
  116. package/dist/design-system/components/layout/SectionTitle/types.d.ts +1 -0
  117. package/dist/design-system/components/layout/SectionTitle/types.js +1 -0
  118. package/dist/design-system/components/layout/index.d.ts +7 -0
  119. package/dist/design-system/components/layout/index.js +7 -0
  120. package/dist/design-system/components/lists/List/List.d.ts +2 -0
  121. package/dist/design-system/components/lists/List/List.js +6 -0
  122. package/dist/design-system/components/lists/List/types.d.ts +2 -0
  123. package/dist/design-system/components/lists/List/types.js +1 -0
  124. package/dist/design-system/components/lists/ListItem/ListItem.d.ts +2 -0
  125. package/dist/design-system/components/lists/ListItem/ListItem.js +6 -0
  126. package/dist/design-system/components/lists/ListItem/types.d.ts +2 -0
  127. package/dist/design-system/components/lists/ListItem/types.js +1 -0
  128. package/dist/design-system/components/lists/ListItemButton/ListItemButton.d.ts +2 -0
  129. package/dist/design-system/components/lists/ListItemButton/ListItemButton.js +6 -0
  130. package/dist/design-system/components/lists/ListItemButton/types.d.ts +2 -0
  131. package/dist/design-system/components/lists/ListItemButton/types.js +1 -0
  132. package/dist/design-system/components/lists/ListItemText/ListItemText.d.ts +2 -0
  133. package/dist/design-system/components/lists/ListItemText/ListItemText.js +6 -0
  134. package/dist/design-system/components/lists/ListItemText/types.d.ts +2 -0
  135. package/dist/design-system/components/lists/ListItemText/types.js +1 -0
  136. package/dist/design-system/components/lists/ListSubheader/ListSubheader.d.ts +2 -0
  137. package/dist/design-system/components/lists/ListSubheader/ListSubheader.js +6 -0
  138. package/dist/design-system/components/lists/ListSubheader/types.d.ts +2 -0
  139. package/dist/design-system/components/lists/ListSubheader/types.js +1 -0
  140. package/dist/design-system/components/navigation/Breadcrumb/Breadcrumb.d.ts +2 -0
  141. package/dist/design-system/components/navigation/Breadcrumb/Breadcrumb.js +18 -0
  142. package/dist/design-system/components/navigation/Breadcrumb/types.d.ts +1 -0
  143. package/dist/design-system/components/navigation/Breadcrumb/types.js +1 -0
  144. package/dist/design-system/components/navigation/Share/Share.d.ts +3 -0
  145. package/dist/design-system/components/navigation/Share/Share.js +156 -0
  146. package/dist/design-system/components/navigation/Share/types.d.ts +1 -0
  147. package/dist/design-system/components/navigation/Share/types.js +1 -0
  148. package/dist/design-system/components/navigation/SiteNav/SiteNav.d.ts +3 -0
  149. package/dist/design-system/components/navigation/SiteNav/SiteNav.js +82 -0
  150. package/dist/design-system/components/navigation/SiteNav/types.d.ts +1 -0
  151. package/dist/design-system/components/navigation/SiteNav/types.js +1 -0
  152. package/dist/design-system/components/nxStyle.d.ts +129 -0
  153. package/dist/design-system/components/nxStyle.js +89 -0
  154. package/dist/design-system/components/responsive/Viewport/Viewport.d.ts +4 -0
  155. package/dist/design-system/components/responsive/Viewport/Viewport.js +32 -0
  156. package/dist/design-system/components/responsive/Viewport/types.d.ts +1 -0
  157. package/dist/design-system/components/responsive/Viewport/types.js +1 -0
  158. package/dist/design-system/components/surfaces/Swatch/Swatch.d.ts +2 -0
  159. package/dist/design-system/components/surfaces/Swatch/Swatch.js +19 -0
  160. package/dist/design-system/components/surfaces/Swatch/types.d.ts +1 -0
  161. package/dist/design-system/components/surfaces/Swatch/types.js +1 -0
  162. package/dist/design-system/components/surfaces/SwatchGroup/SwatchGroup.d.ts +2 -0
  163. package/dist/design-system/components/surfaces/SwatchGroup/SwatchGroup.js +12 -0
  164. package/dist/design-system/components/surfaces/SwatchGroup/types.d.ts +1 -0
  165. package/dist/design-system/components/surfaces/SwatchGroup/types.js +1 -0
  166. package/dist/design-system/index.d.ts +23 -0
  167. package/dist/design-system/index.js +22 -0
  168. package/dist/index.d.ts +25 -0
  169. package/dist/index.js +21 -0
  170. package/dist/styles/site-layout.css +354 -0
  171. package/dist/styles/theme.d.ts +3 -0
  172. package/dist/styles/theme.js +120 -0
  173. package/dist/styles/tokens.css +109 -0
  174. package/package.json +19 -1
@@ -0,0 +1,421 @@
1
+ 'use client';
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import PingpongballIcon from '../SVGIcons/PingpongballIcon';
4
+ import OliverIcon from '../SVGIcons/OliverIcon';
5
+ import FallmanagerIcon from '../SVGIcons/FallmanagerIcon';
6
+ import FlickrIcon from '../SVGIcons/FlickrIcon';
7
+ import OpenAIIcon from '../SVGIcons/OpenAIIcon';
8
+ import MacromediaIconIcon from '../SVGIcons/MacromediaIcon';
9
+ import BlokeyIcon from '../SVGIcons/BlokeyIcon';
10
+ import WordpressIcon from '../SVGIcons/WordpressIcon';
11
+ import GoldlabelIcon from '@mui/icons-material/LabelOutlined';
12
+ import ChromeIcon from '../SVGIcons/ChromeIcon';
13
+ import SafariIcon from '../SVGIcons/SafariIcon';
14
+ import EdgeIcon from '../SVGIcons/EdgeIcon';
15
+ import FirefoxIcon from '../SVGIcons/FirefoxIcon';
16
+ import IphoneIcon from '../SVGIcons/IphoneIcon';
17
+ import LinuxIcon from '../SVGIcons/LinuxIcon';
18
+ import MacIcon from '../SVGIcons/MacIcon';
19
+ import WindowsIcon from '../SVGIcons/WindowsIcon';
20
+ import XboxIcon from '../SVGIcons/XboxIcon';
21
+ import PluginsIcon from '@mui/icons-material/ExtensionOutlined';
22
+ import AskIcon from '@mui/icons-material/QuestionAnswerOutlined';
23
+ import WhenIcon from '@mui/icons-material/CalendarMonthOutlined';
24
+ import WhatIcon from '@mui/icons-material/HardwareOutlined';
25
+ import FilterIcon from '@mui/icons-material/SortOutlined';
26
+ import AccountIcon from '@mui/icons-material/SupervisedUserCircle';
27
+ import ExperienceIcon from '@mui/icons-material/AllInclusive';
28
+ import AdminIcon from '@mui/icons-material/Security';
29
+ import FilmIcon from '@mui/icons-material/Theaters';
30
+ import SkiIcon from '@mui/icons-material/DownhillSkiing';
31
+ import AndroidIcon from '@mui/icons-material/Android';
32
+ import HowIcon from '@mui/icons-material/ElectricBoltOutlined';
33
+ import WhoIcon from '@mui/icons-material/EscalatorWarningOutlined';
34
+ import CloseIcon from '@mui/icons-material/CloseOutlined';
35
+ import BugIcon from '@mui/icons-material/BugReportOutlined';
36
+ import GeolocatorIcon from '@mui/icons-material/Public';
37
+ import DesktopMacIcon from '@mui/icons-material/DesktopMacOutlined';
38
+ import DesktopIcon from '@mui/icons-material/DesktopWindowsOutlined';
39
+ import GithubIcon from '@mui/icons-material/GitHub';
40
+ import MobileIcon from '@mui/icons-material/PhoneAndroid';
41
+ import NotifyrIcon from '@mui/icons-material/MarkUnreadChatAlt';
42
+ import ResetIcon from '@mui/icons-material/RestartAlt';
43
+ import HomeIcon from '@mui/icons-material/HomeOutlined';
44
+ import NewsIcon from '@mui/icons-material/GradeOutlined';
45
+ import ExampleIcon from '@mui/icons-material/RocketLaunch';
46
+ import MedicalIcon from '@mui/icons-material/MedicalServicesOutlined';
47
+ import DarkmodeIcon from '@mui/icons-material/DarkModeOutlined';
48
+ import AccommodationIcon from '@mui/icons-material/Bed';
49
+ import LightModeIcon from '@mui/icons-material/LightModeOutlined';
50
+ import ActivitesIcon from '@mui/icons-material/DirectionsRun';
51
+ import DivingIcon from '@mui/icons-material/ScubaDiving';
52
+ import DiveshopIcon from '@mui/icons-material/RecommendOutlined';
53
+ import CancelIcon from '@mui/icons-material/CancelOutlined';
54
+ import SearchIcon from '@mui/icons-material/SearchOutlined';
55
+ import CategoryIcon from '@mui/icons-material/CategoryOutlined';
56
+ import SaveIcon from '@mui/icons-material/SaveOutlined';
57
+ import EditIcon from '@mui/icons-material/EditOutlined';
58
+ import LeafIcon from '@mui/icons-material/EnergySavingsLeafOutlined';
59
+ import ApiIcon from '@mui/icons-material/Code';
60
+ import SignoutIcon from '@mui/icons-material/ExitToAppOutlined';
61
+ import DeleteIcon from '@mui/icons-material/DeleteOutline';
62
+ import SuccessIcon from '@mui/icons-material/Check';
63
+ import InfoIcon from '@mui/icons-material/HelpOutline';
64
+ import EmailIcon from '@mui/icons-material/EmailOutlined';
65
+ import SigninIcon from '@mui/icons-material/LoginOutlined';
66
+ import SpyIcon from '@mui/icons-material/RemoveRedEye';
67
+ import ShareIcon from '@mui/icons-material/Share';
68
+ import WarningIcon from '@mui/icons-material/Warning';
69
+ import ErrorIcon from '@mui/icons-material/Error';
70
+ import MenuIcon from '@mui/icons-material/Menu';
71
+ import LeftIcon from '@mui/icons-material/ArrowBackOutlined';
72
+ import UpIcon from '@mui/icons-material/ArrowUpwardOutlined';
73
+ import RightIcon from '@mui/icons-material/ArrowForwardOutlined';
74
+ import DownIcon from '@mui/icons-material/ArrowDownwardOutlined';
75
+ import ScooterIcon from '@mui/icons-material/Moped';
76
+ import FoodIcon from '@mui/icons-material/Restaurant';
77
+ import StarIcon from '@mui/icons-material/StarOutlined';
78
+ import SettingsIcon from '@mui/icons-material/SettingsOutlined';
79
+ import FingerprintIcon from '@mui/icons-material/Fingerprint';
80
+ import FacebookIcon from '@mui/icons-material/FacebookOutlined';
81
+ import TwitterIcon from '@mui/icons-material/Twitter';
82
+ import WebIcon from '@mui/icons-material/Language';
83
+ import WhatsAppIcon from '@mui/icons-material/WhatsApp';
84
+ import ExpandIcon from '@mui/icons-material/MenuOpen';
85
+ import WhereIcon from '@mui/icons-material/LocationOnOutlined';
86
+ import TechstackIcon from '@mui/icons-material/CloudSync';
87
+ import FishIcon from '@mui/icons-material/Phishing';
88
+ import BackofficeIcon from '@mui/icons-material/SecurityOutlined';
89
+ import ShopIcon from '@mui/icons-material/ShoppingBasketOutlined';
90
+ import BarIcon from '@mui/icons-material/LocalBarOutlined';
91
+ import CarIcon from '@mui/icons-material/DirectionsCarOutlined';
92
+ import BoatIcon from '@mui/icons-material/DirectionsBoatOutlined';
93
+ import BusIcon from '@mui/icons-material/DirectionsBusOutlined';
94
+ import PoolIcon from '@mui/icons-material/PoolOutlined';
95
+ import DocIcon from '@mui/icons-material/Description';
96
+ import PluginIcon from '@mui/icons-material/ExtensionOutlined';
97
+ import LinguaIcon from '@mui/icons-material/TranslateOutlined';
98
+ import GoogleIcon from '@mui/icons-material/Google';
99
+ import WorkIcon from '@mui/icons-material/WorkHistory';
100
+ import BalanceIcon from '@mui/icons-material/Balance';
101
+ import JavascriptIcon from '@mui/icons-material/JavascriptOutlined';
102
+ import ScubaIcon from '@mui/icons-material/ScubaDivingOutlined';
103
+ import DockerIcon from '@mui/icons-material/StorageOutlined';
104
+ import SignupIcon from '@mui/icons-material/PersonAdd';
105
+ import FullscreenIcon from '@mui/icons-material/FullscreenOutlined';
106
+ import HideIcon from '@mui/icons-material/VisibilityOffOutlined';
107
+ import ShowIcon from '@mui/icons-material/VisibilityOutlined';
108
+ import BootIcon from '@mui/icons-material/DoNotStepOutlined';
109
+ import YoutubeIcon from '@mui/icons-material/YouTube';
110
+ import ForgetIcon from '@mui/icons-material/PersonRemove';
111
+ import AIIcon from '@mui/icons-material/Psychology';
112
+ import FolderIcon from '@mui/icons-material/FolderOutlined';
113
+ import CompanyIcon from '@mui/icons-material/Apartment';
114
+ import DesignIcon from '@mui/icons-material/PaletteOutlined';
115
+ import FeatureIcon from '@mui/icons-material/RocketLaunchOutlined';
116
+ import SitemapIcon from '@mui/icons-material/AccountTree';
117
+ import GoodfitIcon from '@mui/icons-material/InterpreterMode';
118
+ import SpeakwriteIcon from '@mui/icons-material/KeyboardVoice';
119
+ import ProductsIcon from '@mui/icons-material/Store';
120
+ import UbereduxIcon from '@mui/icons-material/StorageOutlined';
121
+ import CoreIcon from '@mui/icons-material/BarcodeReader';
122
+ import CopyIcon from '@mui/icons-material/CopyAllOutlined';
123
+ import LinkedInIcon from '@mui/icons-material/LinkedIn';
124
+ import JobIcon from '@mui/icons-material/EditSquare';
125
+ import DownloadIcon from '@mui/icons-material/Download';
126
+ import AddIcon from '@mui/icons-material/Add';
127
+ import PreviewIcon from '@mui/icons-material/Preview';
128
+ import PhotoIcon from '@mui/icons-material/CameraAlt';
129
+ import AlbumIcon from '@mui/icons-material/Collections';
130
+ import LinkIcon from '@mui/icons-material/Link';
131
+ import AboutIcon from '@mui/icons-material/HelpOutlineOutlined';
132
+ import ClientsIcon from '@mui/icons-material/PeopleAltOutlined';
133
+ import MoreIcon from '@mui/icons-material/MoreVert';
134
+ import DogIcon from '@mui/icons-material/Pets';
135
+ import UploadIcon from '@mui/icons-material/FileUpload';
136
+ import CaseIcon from '@mui/icons-material/WorkOutlined';
137
+ import CaseClosedIcon from '@mui/icons-material/WorkOffOutlined';
138
+ import CasesIcon from '@mui/icons-material/Cases';
139
+ import CaseClockIcon from '@mui/icons-material/WorkHistoryOutlined';
140
+ import TickIcon from '@mui/icons-material/DoneOutline';
141
+ import FilesIcon from '@mui/icons-material/Topic';
142
+ import PDFIcon from '@mui/icons-material/PictureAsPdf';
143
+ import UserIcon from '@mui/icons-material/Face';
144
+ import KIIcon from '@mui/icons-material/BackHandOutlined';
145
+ import VisitorsIcon from '@mui/icons-material/PeopleAltOutlined';
146
+ import VisitorIcon from '@mui/icons-material/PermIdentity';
147
+ import BikeIcon from '@mui/icons-material/TwoWheeler';
148
+ import DashboardIcon from '@mui/icons-material/Dashboard';
149
+ import LogsIcon from '@mui/icons-material/List';
150
+ import RocketIcon from '@mui/icons-material/Rocket';
151
+ import ExpertiseIcon from '@mui/icons-material/Rocket';
152
+ import Web3DIcon from '@mui/icons-material/ThreeDRotation';
153
+ import TeamIcon from '@mui/icons-material/People';
154
+ import VanIcon from '@mui/icons-material/AirportShuttle';
155
+ import FullstackIcon from '@mui/icons-material/HorizontalSplit';
156
+ import TypescriptIcon from '@mui/icons-material/DataObject';
157
+ import BooksIcon from '@mui/icons-material/MenuBook';
158
+ import FreeIcon from '@mui/icons-material/CurrencyExchange';
159
+ import WritingIcon from '@mui/icons-material/BorderColor';
160
+ import TagsIcon from '@mui/icons-material/LocalOffer';
161
+ import TerminalIcon from '@mui/icons-material/Terminal';
162
+ import VapeIcon from '@mui/icons-material/SmokeFree';
163
+ import SendIcon from '@mui/icons-material/Send';
164
+ import BookIcon from '@mui/icons-material/MenuBook';
165
+ import MathsIcon from '@mui/icons-material/Calculate';
166
+ import VirusIcon from '@mui/icons-material/Coronavirus';
167
+ import ForwardIcon from '@mui/icons-material/Send';
168
+ import FirebaseIcon from '@mui/icons-material/Whatshot';
169
+ import MediaIcon from '@mui/icons-material/AttachFile';
170
+ import CashIcon from '@mui/icons-material/Savings';
171
+ import TenantIcon from '@mui/icons-material/Anchor';
172
+ import RequiredIcon from '@mui/icons-material/PriorityHigh';
173
+ import HeartIcon from '@mui/icons-material/Favorite';
174
+ import DessertIcon from '@mui/icons-material/Cake';
175
+ import AsianIcon from '@mui/icons-material/RamenDining';
176
+ import PublicIcon from '@mui/icons-material/Language';
177
+ import OrdersIcon from '@mui/icons-material/ShoppingCart';
178
+ import StarOnIcon from '@mui/icons-material/Star';
179
+ import StarOffIcon from '@mui/icons-material/StarBorder';
180
+ import TagIcon from '@mui/icons-material/Tag';
181
+ import FeaturesIcon from '@mui/icons-material/CheckCircle';
182
+ import SeniorityIcon from '@mui/icons-material/Elderly';
183
+ import FlagonIcon from '@mui/icons-material/Flag';
184
+ import FlagoffIcon from '@mui/icons-material/FlagOutlined';
185
+ import ProspectsIcon from '@mui/icons-material/DataSaverOff';
186
+ import StalkIcon from '@mui/icons-material/Camera';
187
+ import HammerIcon from '@mui/icons-material/Build';
188
+ import ArchiveIcon from '@mui/icons-material/ArchiveOutlined';
189
+ import InstallIcon from '@mui/icons-material/InstallDesktop';
190
+ import StopIcon from '@mui/icons-material/Stop';
191
+ import RandomIcon from '@mui/icons-material/Shuffle';
192
+ const ICON_COMPONENTS = {
193
+ 'stop': StopIcon,
194
+ 'install': InstallIcon,
195
+ 'archive': ArchiveIcon,
196
+ 'hammer': HammerIcon,
197
+ 'stalk': StalkIcon,
198
+ 'flagon': FlagonIcon,
199
+ 'flagoff': FlagoffIcon,
200
+ 'prospects': ProspectsIcon,
201
+ 'seniority': SeniorityIcon,
202
+ 'tag': TagIcon,
203
+ 'opensource': TagIcon,
204
+ 'features': FeaturesIcon,
205
+ 'staroff': StarOffIcon,
206
+ 'staron': StarOnIcon,
207
+ 'public': PublicIcon,
208
+ 'orders': OrdersIcon,
209
+ 'async': BlokeyIcon,
210
+ 'asian': AsianIcon,
211
+ 'cake': DessertIcon,
212
+ 'dessert': DessertIcon,
213
+ 'heart': HeartIcon,
214
+ 'required': RequiredIcon,
215
+ 'png': PhotoIcon,
216
+ 'tenant': TenantIcon,
217
+ 'cash': CashIcon,
218
+ 'media': MediaIcon,
219
+ 'forward': ForwardIcon,
220
+ 'notify': ForwardIcon,
221
+ 'firebase': FirebaseIcon,
222
+ 'virus': VirusIcon,
223
+ 'maths': MathsIcon,
224
+ 'book': BookIcon,
225
+ 'send': SendIcon,
226
+ 'vape': VapeIcon,
227
+ 'terminal': TerminalIcon,
228
+ 'core': CoreIcon,
229
+ 'tags': TagsIcon,
230
+ 'film': FilmIcon,
231
+ 'free': FreeIcon,
232
+ 'web3d': Web3DIcon,
233
+ 'typescript': TypescriptIcon,
234
+ 'fullstack': FullstackIcon,
235
+ 'expertise': ExpertiseIcon,
236
+ 'tick': TickIcon,
237
+ 'files': FilesIcon,
238
+ 'books': BooksIcon,
239
+ 'case': CaseIcon,
240
+ 'bike': BikeIcon,
241
+ 'caseclosed': CaseClosedIcon,
242
+ 'rocket': RocketIcon,
243
+ 'cases': CasesIcon,
244
+ 'pdf': PDFIcon,
245
+ 'ski': SkiIcon,
246
+ 'skiing': SkiIcon,
247
+ 'ki': KIIcon,
248
+ 'caseclock': CaseClockIcon,
249
+ 'aicase': CaseClockIcon,
250
+ 'plus': AddIcon,
251
+ 'new': AddIcon,
252
+ 'create': AddIcon,
253
+ 'user': UserIcon,
254
+ 'users': UserIcon,
255
+ 'visitor': VisitorIcon,
256
+ 'visitors': VisitorsIcon,
257
+ 'auth': UserIcon,
258
+ 'add': AddIcon,
259
+ 'clients': ClientsIcon,
260
+ 'flash': MacromediaIconIcon,
261
+ 'ai': AIIcon,
262
+ 'design': DesignIcon,
263
+ 'dog': DogIcon,
264
+ 'bouncer': BlokeyIcon,
265
+ 'uberedux': UbereduxIcon,
266
+ 'more': MoreIcon,
267
+ 'forget': ForgetIcon,
268
+ 'folder': FolderIcon,
269
+ 'company': CompanyIcon,
270
+ 'link': LinkIcon,
271
+ 'feature': FeatureIcon,
272
+ 'ask': AskIcon,
273
+ 'home': HomeIcon,
274
+ 'save': SaveIcon,
275
+ 'boot': BootIcon,
276
+ 'youtube': YoutubeIcon,
277
+ 'hide': HideIcon,
278
+ 'show': ShowIcon,
279
+ 'why': SearchIcon,
280
+ 'filters': FilterIcon,
281
+ 'filter': FilterIcon,
282
+ 'signup': SignupIcon,
283
+ 'what': WhatIcon,
284
+ 'how': HowIcon,
285
+ 'when': WhenIcon,
286
+ 'who': WhoIcon,
287
+ 'scuba': ScubaIcon,
288
+ 'docker': DockerIcon,
289
+ 'plugins': PluginsIcon,
290
+ 'js': JavascriptIcon,
291
+ 'javascript': JavascriptIcon,
292
+ 'oliver': OliverIcon,
293
+ 'google': GoogleIcon,
294
+ 'bug': BugIcon,
295
+ 'lingua': LinguaIcon,
296
+ 'plugin': PluginIcon,
297
+ 'doc': DocIcon,
298
+ 'reset': ResetIcon,
299
+ 'fullscreen': FullscreenIcon,
300
+ 'github': GithubIcon,
301
+ 'close': CloseIcon,
302
+ 'geolocator': GeolocatorIcon,
303
+ 'darkmode': DarkmodeIcon,
304
+ 'lightmode': LightModeIcon,
305
+ 'pool': PoolIcon,
306
+ 'bus': BusIcon,
307
+ 'boat': BoatIcon,
308
+ 'bar': BarIcon,
309
+ 'car': CarIcon,
310
+ 'shop': ShopIcon,
311
+ 'fish': FishIcon,
312
+ 'mobile': MobileIcon,
313
+ 'spy': SpyIcon,
314
+ 'seed': SpyIcon,
315
+ 'blog': NewsIcon,
316
+ 'accommodation': AccommodationIcon,
317
+ 'search': SearchIcon,
318
+ 'cancel': CancelIcon,
319
+ 'delete': DeleteIcon,
320
+ 'techstack': TechstackIcon,
321
+ 'backoffice': BackofficeIcon,
322
+ 'edit': EditIcon,
323
+ 'example': ExampleIcon,
324
+ 'examples': ExampleIcon,
325
+ 'team': TeamIcon,
326
+ 'goldlabel': GoldlabelIcon,
327
+ 'wordpress': WordpressIcon,
328
+ 'geo': WhereIcon,
329
+ 'where': WhereIcon,
330
+ 'whatsapp': WhatsAppIcon,
331
+ 'expand': ExpandIcon,
332
+ 'web': WebIcon,
333
+ 'twitter': TwitterIcon,
334
+ 'facebook': FacebookIcon,
335
+ 'fingerprint': FingerprintIcon,
336
+ 'ting': FingerprintIcon,
337
+ 'settings': SettingsIcon,
338
+ 'email': EmailIcon,
339
+ 'contact': EmailIcon,
340
+ 'share': ShareIcon,
341
+ 'leaf': LeafIcon,
342
+ 'star': StarIcon,
343
+ 'food': FoodIcon,
344
+ 'medical': MedicalIcon,
345
+ 'scooter': ScooterIcon,
346
+ 'diveshop': DiveshopIcon,
347
+ 'diving': DivingIcon,
348
+ 'activities': ActivitesIcon,
349
+ 'left': LeftIcon,
350
+ 'down': DownIcon,
351
+ 'up': UpIcon,
352
+ 'right': RightIcon,
353
+ 'menu': MenuIcon,
354
+ 'success': SuccessIcon,
355
+ 'categories': CategoryIcon,
356
+ 'category': CategoryIcon,
357
+ 'info': InfoIcon,
358
+ 'warning': WarningIcon,
359
+ 'error': ErrorIcon,
360
+ 'signout': SignoutIcon,
361
+ 'api': ApiIcon,
362
+ 'work': WorkIcon,
363
+ 'life': FallmanagerIcon,
364
+ 'legal': BalanceIcon,
365
+ 'balance': BalanceIcon,
366
+ 'signin': SigninIcon,
367
+ 'blokey': BlokeyIcon,
368
+ 'android': AndroidIcon,
369
+ 'openai': OpenAIIcon,
370
+ 'chrome': ChromeIcon,
371
+ 'desktop': DesktopIcon,
372
+ 'desktopmac': DesktopMacIcon,
373
+ 'edge': EdgeIcon,
374
+ 'firefox': FirefoxIcon,
375
+ 'safari': SafariIcon,
376
+ 'iphone': IphoneIcon,
377
+ 'mac': MacIcon,
378
+ 'macos': MacIcon,
379
+ 'xbox': XboxIcon,
380
+ 'windows': WindowsIcon,
381
+ 'linux': LinuxIcon,
382
+ 'pingpong': PingpongballIcon,
383
+ 'fallmanager': FallmanagerIcon,
384
+ 'account': AccountIcon,
385
+ 'members': AccountIcon,
386
+ 'news': NotifyrIcon,
387
+ 'notifyer': NotifyrIcon,
388
+ 'notifyr': NotifyrIcon,
389
+ 'admin': AdminIcon,
390
+ 'paywall': FingerprintIcon,
391
+ 'private': AdminIcon,
392
+ 'sitemap': SitemapIcon,
393
+ 'good-fit': GoodfitIcon,
394
+ 'products': ProductsIcon,
395
+ 'speak-write': SpeakwriteIcon,
396
+ 'random': RandomIcon,
397
+ 'copy': CopyIcon,
398
+ 'linkedin': LinkedInIcon,
399
+ 'job': JobIcon,
400
+ 'download': DownloadIcon,
401
+ 'preview': PreviewIcon,
402
+ 'flickr': FlickrIcon,
403
+ 'photo': PhotoIcon,
404
+ 'album': AlbumIcon,
405
+ 'upload': UploadIcon,
406
+ 'about': AboutIcon,
407
+ 'dashboard': DashboardIcon,
408
+ 'logs': LogsIcon,
409
+ 'experience': ExperienceIcon,
410
+ 'van': VanIcon,
411
+ 'writing': WritingIcon,
412
+ };
413
+ export const ICON_NAMES = Object.keys(ICON_COMPONENTS).sort();
414
+ export default function Icon({ icon, color = 'inherit', size }) {
415
+ const IconComponent = ICON_COMPONENTS[icon];
416
+ if (IconComponent) {
417
+ const resolvedSize = typeof size === 'number' ? `${size}px` : size;
418
+ return (_jsx(IconComponent, { color: color, sx: resolvedSize ? { fontSize: resolvedSize } : undefined }));
419
+ }
420
+ return _jsx(ErrorIcon, { color: 'warning' });
421
+ }
@@ -0,0 +1,7 @@
1
+ import type { SvgIconProps } from '@mui/material/SvgIcon';
2
+ export type IconName = string & {};
3
+ export type IconProps = {
4
+ icon: IconName;
5
+ color?: SvgIconProps['color'];
6
+ size?: number | string;
7
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function BlokeyIcon(props: any): React.JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useTheme, SvgIcon } from '@mui/material';
3
+ export default function BlokeyIcon(props) {
4
+ const theme = useTheme();
5
+ let color1 = theme.palette.primary.main;
6
+ return (_jsx(SvgIcon, { ...props, children: _jsxs("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: [_jsx("rect", { fillOpacity: "0", x: "0", y: "0", width: "24", height: "24" }), _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsx("g", { children: _jsxs("g", { transform: "translate(2.000000, 0.000000)", fill: color1, fillRule: "nonzero", children: [_jsx("circle", { cx: "9.5", cy: "2.5", r: "2.5" }), _jsx("path", { d: "M13.8086797,7.02649999 C13.3557457,6.578 12.5776284,5.75000002 11.0678484,5.75000002 C10.8239609,5.75000002 9.41870416,5.75000002 8.11797064,5.75000002 C4.92420536,5.73850001 2.32273838,3.1625 2.32273838,0 L0,0 C0,3.634 2.45048899,6.71600001 5.80684598,7.71649999 L5.80684598,23 L8.12958435,23 L8.12958435,16.1 L10.4523227,16.1 L10.4523227,23 L12.7750611,23 L12.7750611,9.25750001 L17.3624694,13.8 L19,12.1785 L13.8086797,7.02649999 Z" })] }) }) })] }) }));
7
+ }
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function ChromeIcon(props: any): React.JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useTheme, SvgIcon } from '@mui/material';
3
+ export default function ChromeIcon(props) {
4
+ const theme = useTheme();
5
+ let color1 = theme.palette.primary.main;
6
+ return (_jsx(SvgIcon, { ...props, children: _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsxs("g", { id: "ChromeIcon", children: [_jsx("rect", { id: "bg", fill: "none", x: "0", y: "0", width: "24", height: "24" }), _jsx("g", { fill: color1, fillRule: "nonzero", children: _jsx("g", { id: "google-chrome", children: _jsx("path", { d: "M11,19.8 L14.806,13.2 L14.795,13.2 C15.169,12.54 15.4,11.803 15.4,11 C15.4,9.68 14.806,8.503 13.882,7.7 L19.151,7.7 C19.569,8.723 19.8,9.834 19.8,11 C19.8,15.862 15.862,19.8 11,19.8 M2.2,11 C2.2,9.394 2.629,7.898 3.377,6.6 L7.194,13.2 L7.205,13.2 C7.964,14.509 9.35,15.4 11,15.4 C11.495,15.4 11.968,15.301 12.419,15.147 L9.779,19.701 C5.5,19.107 2.2,15.444 2.2,11 M14.3,11 C14.3,12.826 12.826,14.3 11,14.3 C9.174,14.3 7.7,12.826 7.7,11 C7.7,9.174 9.174,7.7 11,7.7 C12.826,7.7 14.3,9.174 14.3,11 M11,2.2 C14.256,2.2 17.094,3.971 18.612,6.6 L11,6.6 C8.866,6.6 7.095,8.118 6.688,10.131 L4.07,5.588 C5.676,3.531 8.184,2.2 11,2.2 M11,0 C4.928,0 0,4.928 0,11 C0,17.072 4.928,22 11,22 C17.072,22 22,17.072 22,11 C22,4.928 17.072,0 11,0 Z" }) }) })] }) }) }));
7
+ }
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function ChromeIcon(props: any): React.JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useTheme, SvgIcon } from '@mui/material';
3
+ export default function ChromeIcon(props) {
4
+ const theme = useTheme();
5
+ let color1 = theme.palette.primary.main;
6
+ return (_jsx(SvgIcon, { ...props, children: _jsxs("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: [_jsx("rect", { fillOpacity: "0", x: "0", y: "0", width: "24", height: "24" }), _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsx("g", { children: _jsxs("g", { transform: "translate(2.000000, 0.000000)", fill: color1, fillRule: "nonzero", children: [_jsx("circle", { cx: "9.5", cy: "2.5", r: "2.5" }), _jsx("path", { d: "M13.8086797,7.02649999 C13.3557457,6.578 12.5776284,5.75000002 11.0678484,5.75000002 C10.8239609,5.75000002 9.41870416,5.75000002 8.11797064,5.75000002 C4.92420536,5.73850001 2.32273838,3.1625 2.32273838,0 L0,0 C0,3.634 2.45048899,6.71600001 5.80684598,7.71649999 L5.80684598,23 L8.12958435,23 L8.12958435,16.1 L10.4523227,16.1 L10.4523227,23 L12.7750611,23 L12.7750611,9.25750001 L17.3624694,13.8 L19,12.1785 L13.8086797,7.02649999 Z" })] }) }) })] }) }));
7
+ }
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function EdgeIcon(props: any): React.JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useTheme, SvgIcon } from '@mui/material';
3
+ export default function EdgeIcon(props) {
4
+ const theme = useTheme();
5
+ let color1 = theme.palette.primary.main;
6
+ return (_jsx(SvgIcon, { ...props, children: _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsxs("g", { children: [_jsx("rect", { fill: "none", x: "0", y: "0", width: "24", height: "24" }), _jsx("g", { id: "Edge", transform: "translate(2, 1)", fill: color1, fillRule: "nonzero", children: _jsx("g", { children: _jsx("path", { d: "M6.56845286,13.0625 C6.56845286,13.5918749 6.64958844,14.0731249 6.81538721,14.50625 C6.99176887,14.9325 7.22106499,15.3140625 7.51385857,15.6475 C7.80665209,15.9809375 8.14883258,16.26625 8.55098269,16.5068751 C8.93902235,16.7475 9.3623383,16.9468751 9.81387531,17.1015625 C10.2618847,17.2596875 10.73106,17.3765625 11.2072905,17.4521875 C11.6905762,17.5278125 12.1597514,17.5656251 12.6359819,17.5656251 C13.2356795,17.5656251 13.7930455,17.5209375 14.3221905,17.4281251 C14.8513354,17.3318751 15.3663698,17.2046875 15.8743491,17.0431251 C16.3823282,16.8815625 16.8726693,16.6890625 17.3630102,16.4690625 C17.8568789,16.2490625 18.3578028,16.0084375 18.8728372,15.7403125 L18.8728372,20.4015625 C18.297833,20.6765625 17.7334117,20.9068751 17.1689904,21.10625 C16.6045691,21.29875 16.0401478,21.4671875 15.4651436,21.60125 C14.8901394,21.73875 14.3080799,21.8418751 13.71191,21.90375 C13.1157399,21.9656251 12.5054594,22 11.8704854,22 C11.0238535,22 10.2054426,21.90375 9.41878042,21.7146875 C8.63211821,21.5256251 7.89484295,21.2540625 7.20342687,20.8965625 C6.51201074,20.5390625 5.88056445,20.1059375 5.30556022,19.5971875 C4.72702838,19.0884375 4.23668739,18.5143751 3.82395431,17.8784375 C3.41122123,17.2425 3.09373425,16.5446875 2.8644381,15.7953125 C2.64219721,15.0459375 2.52931295,14.2484375 2.52931295,13.4028125 C2.52931295,12.49875 2.65630774,11.6393749 2.91029733,10.8178125 C3.16781454,9.9928125 3.53116076,9.2434375 4.01091886,8.5559375 C4.48714934,7.8684375 5.06920881,7.2565625 5.75709725,6.72375 C6.44498572,6.1909375 7.21753737,5.754375 8.07827983,5.4175 C7.60910465,5.8746875 7.24223083,6.414375 6.98471359,7.0434375 C6.72014113,7.6690625 6.55434236,8.29812495 6.48026206,8.9271875 L14.5162103,8.9271875 C14.5162103,8.1365625 14.4350748,7.4490625 14.269276,6.8578125 C14.1034773,6.2665625 13.8389048,5.775 13.4685033,5.38656249 C13.1016294,4.99468749 12.6289266,4.69906249 12.0468671,4.50656249 C11.4648077,4.310625 10.7628087,4.21093749 9.94087018,4.21093749 C8.97077102,4.21093749 8.00067192,4.34843749 7.03057282,4.63375 C6.06047372,4.90875 5.13976146,5.30406249 4.26490845,5.8025 C3.39005544,6.3078125 2.58575508,6.9025 1.85200739,7.583125 C1.1182597,8.27062495 0.500923904,9.0096875 0,9.81062495 C0.105828994,8.8825 0.317486982,7.98875 0.610280529,7.1396875 C0.903074076,6.290625 1.29111373,5.5 1.7567613,4.76781249 C2.22240887,4.04593749 2.76919201,3.38593749 3.39358307,2.79468749 C4.01797413,2.20343749 4.70939022,1.69468749 5.47488662,1.28218749 C6.24038299,0.869687495 7.05173861,0.53625 7.93364691,0.3128125 C8.8155552,0.116875 9.75390557,0 10.7416429,0 C11.3201747,0 11.8951789,0.0515625 12.4701831,0.15125 C13.0451873,0.254375 13.606081,0.391875 14.1528641,0.570625 C15.2393751,0.935 16.2094742,1.44375 17.0631615,2.09 C17.9168487,2.743125 18.6329581,3.485625 19.2150177,4.33468749 C19.7970771,5.18375 20.2380312,6.1221875 20.5414077,7.143125 C20.8447842,8.1640625 21,9.22625 21,10.3296875 L21,13.0625 L6.56845286,13.0625 Z" }) }) })] }) }) }));
7
+ }
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function FallmanagerIcon(props: any): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useTheme, SvgIcon } from '@mui/material';
3
+ export default function FallmanagerIcon(props) {
4
+ let mainColor = 'black';
5
+ const theme = useTheme();
6
+ mainColor = theme.palette.secondary.main;
7
+ return (_jsx(SvgIcon, { ...props, children: _jsx("g", { id: "Page-1", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsxs("g", { id: "FallmanagerIcon", children: [_jsx("rect", { fill: "none", x: "0", y: "0", width: "24", height: "24" }), _jsx("path", { d: "M5.23544098,10.6381207 L4.78154046,12.0320646 C4.67153719,12.3702546 4.64887871,12.7201685 4.69346475,13.0658738 L3.40704781,13.9370512 C3.16694101,14.099683 2.81098359,13.9241248 2.87274622,13.6734133 L3.43701547,11.3683104 C3.47575417,11.2101878 3.33980328,11.05928 3.14464799,11.0439487 L0.299181416,10.8169856 C-0.0103626613,10.7923353 -0.111229444,10.4613601 0.147881241,10.3197712 L2.52884897,9.01811557 C2.69184384,8.92883342 2.7254661,8.7430544 2.60120992,8.61860049 L0.784511445,6.80259548 C0.586797932,6.60509253 0.800226197,6.31259578 1.10538476,6.36309882 L3.90772713,6.82724577 C4.09995875,6.85911078 4.28341935,6.74728263 4.30242324,6.58675512 L4.57834505,4.24617989 C4.60831272,3.9912598 5.01068347,3.90859114 5.18318029,4.12172597 L6.76561932,6.07992108 C6.87416075,6.21399462 7.10001463,6.24165104 7.25131481,6.13944251 L9.45868934,4.64509375 C9.69879613,4.48246195 10.0543881,4.65802012 9.99299092,4.90873162 L9.57892546,6.59697597 C9.47988598,6.68866303 9.38048103,6.78004948 9.28984711,6.87955248 L8.11489527,8.17128788 L7.7234883,8.60176614 C6.52733982,8.8651034 5.56069981,9.6397839 5.23544098,10.6381207 Z M21.9241288,14.9740516 L21.4921145,16.4424522 C21.3832413,16.812403 21.1658428,17.1269245 20.8816595,17.372397 C20.7870864,17.4539399 20.6851596,17.5281062 20.5769538,17.5941141 L20.090329,19.2484403 C20.0506755,19.3836877 19.9824993,19.5049986 19.8938007,19.6088889 C19.6270093,19.9205598 19.1723855,20.0738613 18.7271534,19.9652199 L17.6519874,19.7029603 C17.0582286,19.5582107 16.7058692,19.0023343 16.8648309,18.4616614 L17.1528405,17.4826221 L8.55151238,15.3839115 L8.26350285,16.3629508 C8.10454107,16.9036237 7.49408608,17.22448 6.90032731,17.0797304 L5.8251613,16.8174708 C5.37992917,16.7088294 5.07035371,16.3689688 5.01052565,15.9777965 C4.9906989,15.8473002 4.99835133,15.7111026 5.03800482,15.5761719 L5.52462961,13.9218457 C5.46706923,13.8153548 5.41947858,13.7046314 5.38236404,13.5908537 C5.271056,13.2490927 5.25540331,12.8775582 5.36427648,12.5076074 L5.79629078,11.0388901 C5.98099254,10.4117475 6.46970436,9.93568924 7.07946367,9.70193609 C7.28449416,9.62326668 7.50126203,9.57287897 7.72261538,9.55243543 L8.35324495,8.78497757 L9.47154282,7.42395142 C9.59154679,7.27793488 9.72163805,7.14205398 9.86112093,7.01725894 C10.139391,6.76735211 10.4534884,6.55988826 10.7912387,6.39930175 C10.9602877,6.31885012 11.13525,6.25011782 11.3147342,6.19373834 C11.6740505,6.08034588 12.0518021,6.01541445 12.4361627,6.00242817 C12.8205232,5.98944188 13.2121883,6.02840074 13.5989837,6.12278887 L17.8662554,7.16390895 C18.2530508,7.25829708 18.6134105,7.40272992 18.9393344,7.58928901 C19.4257172,7.86737621 19.8379252,8.24067438 20.145983,8.6820375 C20.4527757,9.1216708 20.6552172,9.62718576 20.7261761,10.1703926 L20.9474008,11.8582931 L21.0722745,12.8100929 C21.4334637,13.0475606 21.7088235,13.3775815 21.8632572,13.7580918 C22.0159579,14.1343773 22.0472633,14.5559565 21.9241288,14.9740516 Z M9.07690217,11.0383471 C8.58379394,10.8973382 8.16750958,11.15297 8.03565962,11.6775685 C7.90380966,12.202167 8.14491433,12.6456215 8.63775673,12.7866304 C9.13086496,12.9276393 9.84833078,13.2266803 9.97991492,12.7020818 C10.1117649,12.1774833 9.56974457,11.179356 9.07690217,11.0383471 L9.07690217,11.0383471 Z M19,12 L18.7685309,10.3408764 C18.7474221,10.1892545 18.6997452,10.0441707 18.6295038,9.90936105 C18.4184156,9.50493216 18.0035181,9.19297085 17.4859881,9.07435083 L13.0211088,8.05098073 C12.3310984,7.89285994 11.5980648,8.10998201 11.1700837,8.59924807 L10,9.93707019 L16.2598568,11.3717186 L19,12 L19,12 Z M19.4239184,14.0239046 C18.9786135,13.8679423 18.1324142,14.5043439 18.0135862,15.0842601 C17.8947582,15.6644902 18.5822801,15.8016241 19.027585,15.9575864 C19.4728899,16.1135487 19.8488185,15.8308082 19.9678865,15.2505781 C20.0867145,14.6706618 19.8692233,14.1798669 19.4239184,14.0239046 Z", fill: mainColor, fillRule: "nonzero" })] }) }) }));
8
+ }
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function FirefoxIcon(props: any): React.JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useTheme, SvgIcon } from '@mui/material';
3
+ export default function FirefoxIcon(props) {
4
+ const theme = useTheme();
5
+ let color1 = theme.palette.primary.main;
6
+ return (_jsx(SvgIcon, { ...props, children: _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsxs("g", { children: [_jsx("rect", { fill: "none", x: "0", y: "0", width: "24", height: "24" }), _jsx("g", { transform: "translate(1, 1)", fill: color1, fillRule: "nonzero", children: _jsx("path", { d: "M22,10.5740065 C22,10.0837268 21.8777778,9.34830708 21.7555555,8.85802736 C21.3888889,6.77433833 20.2888889,4.9357892 18.9444445,3.46494989 C18.7,3.09724007 18.2111111,2.72953024 17.7222222,2.36182041 C16.3777778,1.25869094 14.7888889,0.523271276 12.9555555,0.15556145 C9.28888891,-0.457288262 5.62222224,0.768411162 3.17777778,3.34237995 C3.17777778,3.34237995 3.17777778,3.21981001 3.17777778,3.21981001 C3.05555555,2.97467013 3.05555555,2.97467013 2.93333333,2.97467013 C2.93333333,2.97467013 2.93333333,2.97467013 2.93333333,2.97467013 C2.81111111,2.72953024 2.81111111,2.60696029 2.68888889,2.48439035 C2.68888889,2.48439035 2.68888889,2.48439035 2.68888889,2.48439035 C2.68888889,2.23925047 2.56666667,1.99411058 2.56666667,1.7489707 C2.2,1.87154064 2.2,2.23925047 2.07777778,2.48439035 C2.07777778,2.48439035 2.07777778,2.48439035 2.07777778,2.48439035 C1.83333333,2.72953024 1.58888889,3.09724007 1.58888889,3.46494989 C1.58888889,3.46494989 1.58888889,3.46494989 1.58888889,3.46494989 C1.46666667,3.71008977 1.22222222,4.81321926 1.46666667,4.9357892 C1.46666667,4.9357892 1.46666667,4.9357892 1.58888889,4.9357892 C1.58888889,5.05835914 1.58888889,5.18092909 1.58888889,5.30349902 C1.34444445,5.54863892 1.22222222,5.67120887 1.22222222,5.79377881 C0.855555552,6.52919844 0.488888889,7.14204817 0.366666667,7.87746784 C0.366666667,8.12260773 0.366666667,8.24517763 0.366666667,8.36774757 C0.366666667,8.36774757 0.366666667,8.36774757 0.366666667,8.36774757 C0.366666667,8.36774757 0.366666667,8.24517763 0.366666667,8.24517763 C0.122222222,8.49031752 0.122222222,8.85802736 0,9.10316725 C0.122222222,9.10316725 0.122222222,8.9805973 0.244444445,8.9805973 C-0.366666667,12.1674158 0.488888889,15.4768043 2.44444445,17.9282031 C5.37777778,21.4827314 10.3888889,22.9535707 14.7888889,21.3601614 C19.0666667,19.7667522 22,15.5993742 22,10.9417164 C22,10.8191464 22,10.6965765 22,10.5740065 M12.8333333,1.25869094 C14.6666667,1.62640076 16.3777778,2.48439035 17.7222222,3.71008977 C17.8444445,3.83265972 17.9666667,4.07779961 17.9666667,4.07779961 C17.6,3.71008977 16.7444445,3.09724007 16.2555555,3.34237995 C16.3777778,3.71008977 17.8444445,5.54863892 17.9666667,5.67120887 C17.9666667,5.67120887 18.3333333,7.26461811 18.4555555,7.38718806 C18.4555555,7.38718806 18.4555555,7.38718806 18.4555555,7.38718806 C18.4555555,7.38718806 18.4555555,7.38718806 18.4555555,7.38718806 C18.4555555,7.63232795 17.6,10.8191464 17.6,11.3094262 C17.6,11.4319962 16.5,13.6382551 16.6222222,13.6382551 C16.2555555,14.4962447 15.8888889,14.4962447 15.7666667,14.6188147 C15.6444445,14.6188147 14.9111111,14.8639545 14.0555555,15.1090944 C13.3222222,15.2316643 12.4666667,15.4768043 11.8555555,15.3542343 C11.4888889,15.3542343 11,15.3542343 10.6333333,15.1090944 C10.5111111,14.9865244 9.53333333,14.4962447 9.28888891,14.3736748 C8.92222224,14.2511048 8.67777776,14.0059649 8.43333333,13.760825 C8.8,13.760825 9.53333333,13.760825 9.77777776,13.760825 C10.5111111,13.6382551 13.6888889,12.5351256 13.5666667,12.0448458 C13.5666667,11.677136 12.9555555,11.4319962 12.7111111,11.1868563 C12.3444445,11.0642863 10.8777778,11.3094262 10.2666667,11.5545661 C10.2666667,11.5545661 7.94444448,10.9417164 7.33333333,10.4514365 C7.33333333,10.3288667 7.21111109,9.59344698 7.21111109,9.47087703 C7.08888891,9.34830708 7.57777776,8.9805973 7.57777776,8.9805973 C7.57777776,8.9805973 8.8,7.7548979 8.8,7.63232795 C9.04444448,7.63232795 9.28888891,7.38718806 9.41111109,7.26461811 C9.28888891,7.26461811 9.53333333,7.14204817 9.9,6.89690827 C9.9,6.89690827 9.9,6.89690827 9.9,6.89690827 C10.2666667,6.65176838 10.5111111,6.65176838 10.5111111,6.28405854 C10.5111111,6.28405854 11.1222222,5.18092909 10.3888889,5.30349902 C10.3888889,5.30349902 9.28888891,5.18092909 8.92222224,5.18092909 C8.55555552,5.42606898 8.43333333,5.30349902 8.06666667,5.18092909 C8.06666667,5.18092909 7.82222224,4.9357892 7.82222224,4.81321926 C7.94444448,4.56807937 8.8,2.72953024 9.16666667,2.60696029 C8.92222224,2.11668053 7.7,2.48439035 7.45555557,2.85210018 C7.45555557,2.85210018 6.47777776,3.58751983 5.98888891,3.71008977 C5.98888891,3.71008977 5.98888891,3.71008977 5.98888891,3.71008977 C5.98888891,3.58751983 5.37777778,3.46494989 4.76666667,3.46494989 C6.96666667,1.62640076 9.9,0.768411162 12.8333333,1.25869094 Z" }) })] }) }) }));
7
+ }
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function FlickrIcon(props: any): React.JSX.Element;
@@ -0,0 +1,9 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useTheme, SvgIcon } from '@mui/material';
3
+ export default function FlickrIcon(props) {
4
+ const theme = useTheme();
5
+ let color1 = theme.palette.primary.main;
6
+ // fill="#0059D4"
7
+ // fill="#DA1593"
8
+ return (_jsx(SvgIcon, { ...props, children: _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsxs("g", { id: "flickr", children: [_jsx("rect", { fill: "none", x: "0.5", y: "0.5", width: "24", height: "24" }), _jsx("path", { d: "M10.7443939,11.6481852 C10.7443939,13.9244117 9.04618527,15.7695758 6.95122761,15.7695758 C4.85637207,15.7695758 3.15806136,13.9243096 3.15806136,11.6481852 C3.15806136,9.37195864 4.85626995,7.5267946 6.95122761,7.5267946 C9.04608315,7.5267946 10.7443939,9.37206076 10.7443939,11.6481852 Z", id: "blue", fill: color1, fillRule: "nonzero" }), _jsx("path", { d: "M20.4461087,11.5940598 C20.4461087,13.8400579 18.6988809,15.6607123 16.5435684,15.6607123 C14.3882558,15.6607123 12.641028,13.8399557 12.641028,11.5940598 C12.641028,9.34806178 14.3882558,7.52740734 16.5435684,7.52740734 C18.6988809,7.52740734 20.4461087,9.34816391 20.4461087,11.5940598 L20.4461087,11.5940598 Z", id: "pink", fill: color1, fillRule: "nonzero" })] }) }) }));
9
+ }
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function GatsbyIcon(props: any): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { SvgIcon, useTheme } from '@mui/material';
3
+ export default function GatsbyIcon(props) {
4
+ let color = '#000';
5
+ const theme = useTheme();
6
+ color = theme.palette.primary.main;
7
+ return (_jsx(SvgIcon, { ...props, children: _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsx("g", { id: "SVGIcon", fill: color, fillRule: "nonzero", children: _jsx("g", { id: "gatsby", children: _jsx("path", { d: "M12,0 C5.31965726,0 0,5.31865933 0,11.9977489 C0,18.6768384 5.31965726,24 12,24 C18.6803427,24 24,18.6775888 24,11.9977489 C24,5.31790895 18.6803427,0 12,0 L12,0 Z M2.606542,12.1028014 L11.8979298,21.3894447 C6.78166239,21.3894447 2.606542,17.2151076 2.606542,12.1028014 Z M14.0871849,21.1823412 L2.81743699,9.91095548 C3.75633248,5.73661831 7.51266496,2.60605303 12,2.60605303 C15.0103196,2.61430715 17.8360123,4.04452226 19.6184877,6.46823412 L18.2623053,7.61705853 C16.8273188,5.51525763 14.4429295,4.26438219 11.8979298,4.27563782 C8.64594409,4.25687844 5.74595034,6.31590795 4.69372694,9.39244622 L14.5052223,19.2013507 C16.9046219,18.3646823 18.785415,16.2778889 19.3055225,13.7723862 L15.2354744,13.7723862 L15.2354744,11.9984992 L21.3927075,11.9984992 C21.3927075,16.4849925 18.2615548,20.2443722 14.0864344,21.1830915 L14.0871849,21.1823412 Z" }) }) }) }) }));
8
+ }
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function GoldenticketIcon(props: any): React.JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useTheme, lighten, SvgIcon } from '@mui/material';
3
+ export default function GoldenticketIcon(props) {
4
+ const theme = useTheme();
5
+ let color1 = theme.palette.primary.main;
6
+ return (_jsxs(SvgIcon, { ...props, children: [_jsx("title", { children: "GoldenTicket" }), _jsx("defs", { children: _jsxs("linearGradient", { x1: "50%", y1: "0%", x2: "50%", y2: "100%", id: "linearGradient-1", children: [_jsx("stop", { stopColor: color1, offset: "0%" }), _jsx("stop", { stopColor: lighten(color1, 0.25), offset: "100%" })] }) }), _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsxs("g", { id: "GoldenTicket", children: [_jsx("rect", { fill: "none", x: "0", y: "0", width: "24", height: "24" }), _jsx("g", { transform: "translate(1, 4)", fill: color1, fillRule: "nonzero", children: _jsx("path", { d: "M23,8.5 L17.6013889,15.7553571 C17.324537,16.1196429 16.9944445,16.4181548 16.6111111,16.6508929 C16.2277778,16.883631 15.8018519,17 15.3333334,17 L1.91666665,17 C1.38958335,17 0.938368055,16.8216518 0.563020835,16.4649553 C0.18767361,16.1082589 0,15.6794643 0,15.1785714 L0,1.82142856 C0,1.32053569 0.18767361,0.891741091 0.563020835,0.535044655 C0.938368055,0.178348218 1.38958335,0 1.91666665,0 L15.3333334,0 C15.8018519,0 16.2277778,0.116369042 16.6111111,0.349107127 C16.9944445,0.581845212 17.324537,0.880357127 17.6013889,1.24464287 L23,8.5 Z" }) })] }) })] }));
7
+ }
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function GoldlabelOutlined(props: any): React.JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useTheme, SvgIcon } from '@mui/material';
3
+ export default function GoldlabelOutlined(props) {
4
+ const theme = useTheme();
5
+ const color1 = theme.palette.text.primary;
6
+ return (_jsx(SvgIcon, { ...props, children: _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsxs("g", { children: [_jsx("rect", { fill: "none", x: "0", y: "0", width: "24", height: "24" }), _jsx("path", { d: "M20.8235294,12.5 L16.8746732,18.0482143 C16.6721677,18.3267857 16.430719,18.5550595 16.1503268,18.7330357 C15.8699346,18.9110119 15.5583878,19 15.2156863,19 L5.40196078,19 C5.01642158,19 4.68637663,18.8636161 4.41182598,18.5908482 C4.13727533,18.3180803 4,17.9901786 4,17.6071429 L4,7.39285713 C4,7.00982141 4.13727533,6.68191966 4.41182598,6.40915179 C4.68637663,6.13638393 5.01642158,6 5.40196078,6 L15.2156863,6 C15.5583878,6 15.8699346,6.08898809 16.1503268,6.26696427 C16.430719,6.44494046 16.6721677,6.67321427 16.8746732,6.95178573 L20.8235294,12.5 Z", id: "ticket-outline", stroke: color1, strokeWidth: "2", fillRule: "nonzero" })] }) }) }));
7
+ }
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function GraphqlIcon(props: any): React.JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useTheme, SvgIcon } from '@mui/material';
3
+ export default function GraphqlIcon(props) {
4
+ const theme = useTheme();
5
+ let color1 = theme.palette.primary.main;
6
+ return (_jsx(SvgIcon, { ...props, children: _jsx("g", { id: "Page-1", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsxs("g", { id: "NewSVGIcon", children: [_jsx("rect", { fill: "none", x: "0", y: "0", width: "24", height: "24" }), _jsxs("g", { id: "GraphQL_Logo", transform: "translate(2, 1)", fill: color1, fillRule: "nonzero", children: [_jsx("polygon", { id: "Rectangle", transform: "translate(5.6404, 8.7265) rotate(-149.9993) translate(-5.6404, -8.7265)", points: "5.17410529 -0.270467294 6.10666904 -0.270467294 6.10666904 17.7235188 5.17410529 17.7235188" }), _jsx("rect", { id: "Rectangle", x: "1", y: "15", width: "17", height: "1" }), _jsx("polygon", { id: "Rectangle", transform: "translate(5.6425, 17.7584) rotate(-149.9993) translate(-5.6425, -17.7584)", points: "0.446012725 17.2921428 10.8390425 17.2921428 10.8390425 18.2247065 0.446012725 18.2247065" }), _jsx("polygon", { id: "Rectangle", transform: "translate(13.4613, 4.2147) rotate(-149.9993) translate(-13.4613, -4.2147)", points: "8.26479924 3.74837873 18.657829 3.74837873 18.657829 4.68094248 8.26479924 4.68094248" }), _jsx("polygon", { id: "Rectangle", transform: "translate(5.645, 4.2111) rotate(-120.0007) translate(-5.645, -4.2111)", points: "5.17874012 -0.98540484 6.11130387 -0.98540484 6.11130387 9.40762493 5.17874012 9.40762493" }), _jsx("polygon", { id: "Rectangle", transform: "translate(13.4677, 8.7267) rotate(-120.0007) translate(-13.4677, -8.7267)", points: "4.47071993 8.26041244 22.4647061 8.26041244 22.4647061 9.19297619 4.47071993 9.19297619" }), _jsx("rect", { id: "Rectangle", x: "1", y: "6", width: "1", height: "10" }), _jsx("rect", { id: "Rectangle", x: "17", y: "6", width: "1", height: "10" }), _jsx("polygon", { id: "Rectangle", transform: "translate(13.4613, 17.7532) rotate(-120.0007) translate(-13.4613, -17.7532)", points: "13.0539804 13.2336758 13.8685692 13.2336758 13.8685692 22.2728027 13.0539804 22.2728027" }), _jsx("path", { d: "M18.7294839,16.9997116 C18.1800209,17.9564557 16.9551763,18.2830091 15.9993396,17.7330245 C15.043503,17.1830398 14.7172593,15.9570325 15.2667223,15.0002884 C15.8161853,14.0435443 17.0410299,13.7169909 17.9968666,14.2669755 C18.9584268,14.8226892 19.2846705,16.0429675 18.7294839,16.9997116", id: "Path" }), _jsx("path", { d: "M3.73302447,6.99971163 C3.18303984,7.95645572 1.95703245,8.28300909 1.00028837,7.73302447 C0.0435442793,7.18303984 -0.283009091,5.95703245 0.266975533,5.00028837 C0.816960157,4.04354428 2.04296755,3.71699091 2.99971163,4.26697553 C3.95645572,4.82268916 4.28300909,6.04296755 3.73302447,6.99971163", id: "Path" }), _jsx("path", { d: "M0.266975533,16.9997116 C-0.283009091,16.0429675 0.0435442793,14.8226892 1.00028837,14.2669755 C1.95703245,13.7169909 3.17731084,14.0435443 3.73302447,15.0002884 C4.28300909,15.9570325 3.95645572,17.1773108 2.99971163,17.7330245 C2.03723854,18.2830091 0.816960157,17.9564557 0.266975533,16.9997116", id: "Path" }), _jsx("path", { d: "M15.2669755,6.99971163 C14.7169909,6.04296755 15.0435443,4.82268916 16.0002884,4.26697553 C16.9570325,3.71699091 18.1773108,4.04354428 18.7330245,5.00028837 C19.2830091,5.95703245 18.9564557,7.17731084 17.9997116,7.73302447 C17.0429675,8.28300909 15.8169602,7.95645572 15.2669755,6.99971163", id: "Path" }), _jsx("path", { d: "M10,22 C8.89398281,22 8,21.1060172 8,20 C8,18.8939828 8.89398281,18 10,18 C11.1060172,18 12,18.8939828 12,20 C12,21.1002865 11.1060172,22 10,22", id: "Path" }), _jsx("path", { d: "M10,4 C8.89398281,4 8,3.10601719 8,2 C8,0.893982808 8.89398281,0 10,0 C11.1060172,0 12,0.893982808 12,2 C12,3.10601719 11.1060172,4 10,4", id: "Path" })] })] }) }) }));
7
+ }
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export default function IphoneIcon(props: any): React.JSX.Element;