@goldlabelapps/theme 3.2.0 → 3.5.6

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 (140) hide show
  1. package/README.md +2 -2
  2. package/dist/components/RenderMarkdown.d.ts +7 -0
  3. package/dist/components/RenderMarkdown.js +123 -0
  4. package/dist/components/download/DownloadBanner.js +1 -8
  5. package/dist/components/footer/Footer.js +6 -3
  6. package/dist/components/footer/FooterWrapper.d.ts +7 -0
  7. package/dist/components/footer/FooterWrapper.js +15 -0
  8. package/dist/components/footer/NXContactColumn.d.ts +13 -0
  9. package/dist/components/footer/NXContactColumn.js +32 -0
  10. package/dist/components/footer/NXLiveApps.d.ts +22 -0
  11. package/dist/components/footer/NXLiveApps.js +87 -0
  12. package/dist/components/footer/NXSocialColumn.d.ts +14 -0
  13. package/dist/components/footer/NXSocialColumn.js +17 -0
  14. package/dist/components/footer/NXTagsColumn.d.ts +14 -0
  15. package/dist/components/footer/NXTagsColumn.js +31 -0
  16. package/dist/components/footer/index.d.ts +6 -0
  17. package/dist/components/footer/index.js +6 -0
  18. package/dist/components/hero/HeroSection.js +1 -1
  19. package/dist/components/hero/VideoModal.js +1 -2
  20. package/dist/components/index.d.ts +11 -3
  21. package/dist/components/index.js +11 -3
  22. package/dist/components/layouts/GuideBreadcrumbs.d.ts +14 -0
  23. package/dist/components/layouts/GuideBreadcrumbs.js +15 -0
  24. package/dist/components/layouts/MarkdownContent.js +6 -0
  25. package/dist/components/layouts/Standard.d.ts +10 -0
  26. package/dist/components/layouts/Standard.js +7 -0
  27. package/dist/components/navigation/DropdownMenu.js +1 -1
  28. package/dist/components/navigation/Header.js +3 -6
  29. package/dist/components/navigation/LayoutActions.d.ts +7 -0
  30. package/dist/components/navigation/LayoutActions.js +12 -0
  31. package/dist/components/navigation/LogoContextMenu.d.ts +0 -1
  32. package/dist/components/navigation/LogoContextMenu.js +1 -2
  33. package/dist/components/navigation/MarkdownMenu.d.ts +9 -0
  34. package/dist/components/navigation/MarkdownMenu.js +12 -0
  35. package/dist/components/navigation/MobileMenu.js +16 -7
  36. package/dist/components/navigation/ShareMenu.d.ts +1 -1
  37. package/dist/components/navigation/ShareMenu.js +1 -2
  38. package/dist/components/navigation/Waiting.d.ts +10 -0
  39. package/dist/components/navigation/Waiting.js +45 -0
  40. package/dist/components/search/HeroSearchBar.d.ts +16 -0
  41. package/dist/components/search/HeroSearchBar.js +38 -0
  42. package/dist/components/search/SearchDialog.d.ts +11 -0
  43. package/dist/components/search/SearchDialog.js +69 -0
  44. package/dist/components/search/SearchIconButton.d.ts +10 -0
  45. package/dist/components/search/SearchIconButton.js +10 -0
  46. package/dist/components/search/SearchResultsList.d.ts +13 -0
  47. package/dist/components/search/SearchResultsList.js +18 -0
  48. package/dist/components/search/index.d.ts +5 -0
  49. package/dist/components/search/index.js +5 -0
  50. package/dist/components/search/useSearch.d.ts +54 -0
  51. package/dist/components/search/useSearch.js +106 -0
  52. package/dist/components/shortcodes/PageLinkShortcode.d.ts +15 -0
  53. package/dist/components/shortcodes/PageLinkShortcode.js +51 -0
  54. package/dist/components/showcase/BlogSection.js +2 -2
  55. package/dist/components/showcase/FeatureExplorer.js +2 -2
  56. package/dist/components/showcase/FeaturedCard.d.ts +13 -0
  57. package/dist/components/showcase/FeaturedCard.js +6 -0
  58. package/dist/components/showcase/SolutionsSection.js +2 -2
  59. package/dist/components/showcase/StatementSection.js +1 -1
  60. package/dist/components/showcase/VideoSection.js +2 -2
  61. package/dist/components/ui/Bash.d.ts +16 -0
  62. package/dist/components/ui/Bash.js +30 -0
  63. package/dist/components/ui/Button.js +1 -1
  64. package/dist/components/ui/Card.d.ts +2 -1
  65. package/dist/components/ui/Card.js +29 -7
  66. package/dist/components/ui/ThemeToggle.d.ts +5 -1
  67. package/dist/components/ui/ThemeToggle.js +32 -2
  68. package/dist/components/video/VideoLayout.js +2 -2
  69. package/dist/context/ConfigContext.js +1 -1
  70. package/dist/context/ThemeContext.d.ts +4 -0
  71. package/dist/context/ThemeContext.js +23 -18
  72. package/dist/data/og-images.json +530 -0
  73. package/dist/design-system/components/DesignSystemProvider/DesignSystemProvider.js +4 -9
  74. package/dist/design-system/components/buttons/Button/Button.js +6 -3
  75. package/dist/design-system/components/buttons/IconButton/IconButton.js +6 -3
  76. package/dist/design-system/components/feedback/Alert/Alert.js +45 -7
  77. package/dist/design-system/components/feedback/Card/Card.d.ts +1 -1
  78. package/dist/design-system/components/feedback/Card/Card.js +15 -9
  79. package/dist/design-system/components/headings/Heading/Heading.js +2 -1
  80. package/dist/design-system/components/icons/SVGIcons/BlokeyIcon.d.ts +2 -1
  81. package/dist/design-system/components/icons/SVGIcons/BlokeyIcon.js +1 -1
  82. package/dist/design-system/components/icons/SVGIcons/ChromeIcon.d.ts +2 -1
  83. package/dist/design-system/components/icons/SVGIcons/ChromeIcon.js +1 -1
  84. package/dist/design-system/components/icons/SVGIcons/DesktopIcon.d.ts +2 -1
  85. package/dist/design-system/components/icons/SVGIcons/DesktopIcon.js +1 -1
  86. package/dist/design-system/components/icons/SVGIcons/EdgeIcon.d.ts +2 -1
  87. package/dist/design-system/components/icons/SVGIcons/EdgeIcon.js +1 -1
  88. package/dist/design-system/components/icons/SVGIcons/FallmanagerIcon.d.ts +2 -1
  89. package/dist/design-system/components/icons/SVGIcons/FirefoxIcon.d.ts +2 -1
  90. package/dist/design-system/components/icons/SVGIcons/FirefoxIcon.js +1 -1
  91. package/dist/design-system/components/icons/SVGIcons/FlickrIcon.d.ts +2 -1
  92. package/dist/design-system/components/icons/SVGIcons/FlickrIcon.js +1 -1
  93. package/dist/design-system/components/icons/SVGIcons/GatsbyIcon.d.ts +2 -1
  94. package/dist/design-system/components/icons/SVGIcons/GoldenticketIcon.d.ts +2 -1
  95. package/dist/design-system/components/icons/SVGIcons/GoldenticketIcon.js +1 -1
  96. package/dist/design-system/components/icons/SVGIcons/GoldlabelOutlined.d.ts +2 -1
  97. package/dist/design-system/components/icons/SVGIcons/GraphqlIcon.d.ts +2 -1
  98. package/dist/design-system/components/icons/SVGIcons/GraphqlIcon.js +1 -1
  99. package/dist/design-system/components/icons/SVGIcons/IphoneIcon.d.ts +2 -1
  100. package/dist/design-system/components/icons/SVGIcons/IphoneIcon.js +1 -1
  101. package/dist/design-system/components/icons/SVGIcons/LinuxIcon.d.ts +2 -1
  102. package/dist/design-system/components/icons/SVGIcons/LinuxIcon.js +1 -1
  103. package/dist/design-system/components/icons/SVGIcons/MacIcon.d.ts +2 -1
  104. package/dist/design-system/components/icons/SVGIcons/MacIcon.js +1 -1
  105. package/dist/design-system/components/icons/SVGIcons/MacromediaIcon.d.ts +2 -1
  106. package/dist/design-system/components/icons/SVGIcons/MacromediaIcon.js +1 -1
  107. package/dist/design-system/components/icons/SVGIcons/OliverIcon.d.ts +2 -1
  108. package/dist/design-system/components/icons/SVGIcons/OpenAIIcon.d.ts +2 -1
  109. package/dist/design-system/components/icons/SVGIcons/PingpongballIcon.d.ts +2 -1
  110. package/dist/design-system/components/icons/SVGIcons/SafariIcon.d.ts +2 -1
  111. package/dist/design-system/components/icons/SVGIcons/SafariIcon.js +1 -1
  112. package/dist/design-system/components/icons/SVGIcons/WindowsIcon.d.ts +2 -1
  113. package/dist/design-system/components/icons/SVGIcons/WindowsIcon.js +1 -1
  114. package/dist/design-system/components/icons/SVGIcons/WordpressIcon.d.ts +2 -1
  115. package/dist/design-system/components/icons/SVGIcons/WordpressIcon.js +1 -1
  116. package/dist/design-system/components/icons/SVGIcons/XboxIcon.d.ts +2 -1
  117. package/dist/design-system/components/icons/SVGIcons/XboxIcon.js +1 -1
  118. package/dist/design-system/components/images/FeaturedImage/FeaturedImage.d.ts +1 -1
  119. package/dist/design-system/components/images/FeaturedImage/FeaturedImage.js +73 -25
  120. package/dist/design-system/components/images/FeaturedImage/types.d.ts +1 -1
  121. package/dist/design-system/components/layout/Footer/Footer.js +1 -1
  122. package/dist/design-system/components/layout/index.d.ts +1 -0
  123. package/dist/design-system/components/layout/index.js +1 -0
  124. package/dist/design-system/components/navigation/SiteNav/SiteNav.js +1 -1
  125. package/dist/design-system/components/nxStyle.d.ts +39 -0
  126. package/dist/design-system/components/nxStyle.js +40 -14
  127. package/dist/design-system/types.d.ts +1 -0
  128. package/dist/design-system/types.js +1 -0
  129. package/dist/index.d.ts +5 -3
  130. package/dist/index.js +2 -0
  131. package/dist/styles/globals.css +150 -3
  132. package/dist/styles/site-layout.css +1 -1
  133. package/dist/styles/theme.js +106 -7
  134. package/dist/styles/tokens.css +65 -0
  135. package/dist/types/index.d.ts +220 -0
  136. package/package.json +5 -2
  137. package/dist/components/guide/GuideLayout.d.ts +0 -8
  138. package/dist/components/guide/GuideLayout.js +0 -12
  139. package/dist/components/guide/MarkdownContent.js +0 -6
  140. /package/dist/components/{guide → layouts}/MarkdownContent.d.ts +0 -0
@@ -105,20 +105,23 @@ function getToneStyles(tone, variant, theme) {
105
105
  },
106
106
  },
107
107
  };
108
- return toneColors[tone][styleVariant];
108
+ const toneKey = tone && tone in toneColors ? tone : 'primary';
109
+ const variantKey = styleVariant && styleVariant in toneColors[toneKey] ? styleVariant : 'solid';
110
+ return toneColors[toneKey][variantKey];
109
111
  }
110
112
  export default function IconButton({ icon, variant = 'ghost', tone = 'primary', size = 'md', disabled = false, href, onClick, type = 'button', ariaLabel, className, color, sx, ...rest }) {
111
113
  const theme = useTheme();
112
114
  const muiColor = color ?? (tone === 'danger' ? 'error' : tone === 'primary' ? 'primary' : 'inherit');
115
+ const sizeKey = size && size in SIZE_STYLES ? size : 'md';
113
116
  const mergedSx = {
114
117
  borderRadius: '3px',
115
118
  alignSelf: 'flex-start',
116
- border: VARIANT_MAP[variant] === 'outlined' ? '1px solid' : undefined,
119
+ border: VARIANT_MAP[variant ?? 'ghost'] === 'outlined' ? '1px solid' : undefined,
117
120
  boxShadow: variant === 'ghost' || variant === 'text' ? 'none' : undefined,
118
121
  '&.Mui-disabled': {
119
122
  opacity: 0.55,
120
123
  },
121
- ...SIZE_STYLES[size],
124
+ ...SIZE_STYLES[sizeKey],
122
125
  ...getToneStyles(tone, variant, theme),
123
126
  };
124
127
  const composedSx = Array.isArray(sx) ? [mergedSx, ...sx] : sx ? [mergedSx, sx] : mergedSx;
@@ -1,12 +1,50 @@
1
1
  'use client';
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
3
  import { Box, Button as MuiButton, Typography } from '@mui/material';
4
+ import { useTheme } from '@mui/material/styles';
4
5
  export default function Alert({ children, title, severity = 'info', dismissible = false }) {
5
- const tone = {
6
- info: { border: 'rgba(168, 146, 122, 0.3)', bg: 'rgba(168, 146, 122, 0.14)' },
7
- success: { border: 'rgba(47, 143, 70, 0.32)', bg: 'rgba(47, 143, 70, 0.12)' },
8
- warning: { border: 'rgba(160, 98, 17, 0.28)', bg: 'rgba(160, 98, 17, 0.1)' },
9
- error: { border: 'rgba(192, 59, 43, 0.32)', bg: 'rgba(192, 59, 43, 0.1)' }
10
- }[severity];
11
- return (_jsxs(Box, { sx: { border: `1px solid ${tone.border}`, borderLeft: '4px solid', borderColor: 'primary.main', borderRadius: '3px', bgcolor: tone.bg, p: 2.25, display: 'flex', alignItems: 'flex-start', justifyContent: 'space-between', gap: 2 }, children: [_jsxs(Box, { children: [title && _jsx(Typography, { variant: "subtitle2", sx: { mb: 0.5, fontWeight: 400 }, children: title }), _jsx(Typography, { variant: "body2", color: "text.secondary", children: children })] }), dismissible && _jsx(MuiButton, { size: "small", variant: "text", children: "Dismiss" })] }));
6
+ const theme = useTheme();
7
+ const isDark = theme.palette.mode === 'dark';
8
+ const toneMap = {
9
+ info: {
10
+ border: isDark ? 'rgba(96, 165, 250, 0.4)' : 'rgba(37, 99, 235, 0.3)',
11
+ bg: isDark ? 'rgba(96, 165, 250, 0.12)' : 'rgba(37, 99, 235, 0.08)',
12
+ accent: isDark ? '#60A5FA' : '#2563EB',
13
+ title: isDark ? '#93C5FD' : '#1E40AF',
14
+ text: isDark ? '#F8FAFC' : '#1E293B',
15
+ },
16
+ success: {
17
+ border: isDark ? 'rgba(74, 222, 128, 0.4)' : 'rgba(22, 163, 74, 0.3)',
18
+ bg: isDark ? 'rgba(74, 222, 128, 0.12)' : 'rgba(22, 163, 74, 0.08)',
19
+ accent: isDark ? '#4ADE80' : '#16A34A',
20
+ title: isDark ? '#86EFAC' : '#166534',
21
+ text: isDark ? '#F8FAFC' : '#1E293B',
22
+ },
23
+ warning: {
24
+ border: isDark ? 'rgba(251, 191, 36, 0.4)' : 'rgba(217, 119, 6, 0.3)',
25
+ bg: isDark ? 'rgba(251, 191, 36, 0.12)' : 'rgba(217, 119, 6, 0.08)',
26
+ accent: isDark ? '#FBBF24' : '#D97706',
27
+ title: isDark ? '#FDE047' : '#92400E',
28
+ text: isDark ? '#F8FAFC' : '#1E293B',
29
+ },
30
+ error: {
31
+ border: isDark ? 'rgba(248, 113, 113, 0.4)' : 'rgba(220, 38, 38, 0.3)',
32
+ bg: isDark ? 'rgba(248, 113, 113, 0.12)' : 'rgba(220, 38, 38, 0.08)',
33
+ accent: isDark ? '#F87171' : '#DC2626',
34
+ title: isDark ? '#FCA5A5' : '#991B1B',
35
+ text: isDark ? '#F8FAFC' : '#1E293B',
36
+ }
37
+ };
38
+ const tone = toneMap[severity && severity in toneMap ? severity : 'info'];
39
+ return (_jsxs(Box, { sx: {
40
+ border: `1px solid ${tone.border}`,
41
+ borderLeft: `4px solid ${tone.accent}`,
42
+ borderRadius: '3px',
43
+ bgcolor: tone.bg,
44
+ p: 2.25,
45
+ display: 'flex',
46
+ alignItems: 'flex-start',
47
+ justifyContent: 'space-between',
48
+ gap: 2
49
+ }, children: [_jsxs(Box, { children: [title && _jsx(Typography, { variant: "subtitle2", sx: { mb: 0.5, fontWeight: 600, color: tone.title }, children: title }), _jsx(Typography, { variant: "body2", sx: { color: tone.text }, children: children })] }), dismissible && _jsx(MuiButton, { size: "small", variant: "text", sx: { color: tone.accent }, children: "Dismiss" })] }));
12
50
  }
@@ -1,2 +1,2 @@
1
1
  import type { CardProps } from './types';
2
- export default function Card({ children, padding, variant, hoverLift }: CardProps): import("react").JSX.Element;
2
+ export default function Card({ children, padding, variant, hoverLift, mode }: CardProps): import("react").JSX.Element;
@@ -2,24 +2,28 @@
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
3
  import { Box } from '@mui/material';
4
4
  import { useState } from 'react';
5
- export default function Card({ children, padding = 'md', variant = 'paper', hoverLift = false }) {
5
+ export default function Card({ children, padding = 'md', variant = 'paper', hoverLift = false, mode }) {
6
6
  const [isHovered, setIsHovered] = useState(false);
7
- const pad = { sm: 2, md: 3, lg: 4 }[padding] ?? 3;
8
- const styling = {
7
+ const padMap = { sm: 2, md: 3, lg: 4 };
8
+ const pad = padMap[padding && padding in padMap ? padding : 'md'];
9
+ const variantMap = {
9
10
  paper: {
10
- bgcolor: 'background.paper',
11
- border: '1px solid rgba(40, 34, 28, 0.12)',
12
- boxShadow: '0 12px 40px rgba(40, 34, 28, 0.12)',
11
+ bgcolor: mode === 'light' ? '#FFFFFF' : mode === 'dark' ? '#1C1C1C' : 'background.paper',
12
+ color: mode === 'light' ? '#1E1E1E' : mode === 'dark' ? '#FFFFFF' : 'text.primary',
13
+ border: mode === 'light' ? '1px solid rgba(31, 31, 31, 0.14)' : mode === 'dark' ? '1px solid rgba(255, 255, 255, 0.16)' : '1px solid rgba(40, 34, 28, 0.12)',
14
+ boxShadow: mode === 'light' ? '0 12px 40px rgba(31, 31, 31, 0.12)' : mode === 'dark' ? '0 12px 40px rgba(0, 0, 0, 0.35)' : '0 12px 40px rgba(40, 34, 28, 0.12)',
13
15
  },
14
16
  glass: {
15
- bgcolor: 'rgba(255, 255, 255, 0.44)',
17
+ bgcolor: mode === 'light' ? 'rgba(255, 255, 255, 0.85)' : mode === 'dark' ? 'rgba(28, 28, 28, 0.85)' : 'rgba(255, 255, 255, 0.44)',
18
+ color: mode === 'light' ? '#1E1E1E' : mode === 'dark' ? '#FFFFFF' : 'text.primary',
16
19
  border: '1px solid rgba(255, 255, 255, 0.72)',
17
20
  boxShadow: '0 26px 60px -12px rgba(40, 34, 28, 0.2)',
18
21
  backdropFilter: 'blur(18px)',
19
22
  WebkitBackdropFilter: 'blur(18px)',
20
23
  },
21
24
  tile: {
22
- bgcolor: 'rgba(255, 255, 255, 0.7)',
25
+ bgcolor: mode === 'light' ? 'rgba(255, 255, 255, 0.9)' : mode === 'dark' ? 'rgba(28, 28, 28, 0.9)' : 'rgba(255, 255, 255, 0.7)',
26
+ color: mode === 'light' ? '#1E1E1E' : mode === 'dark' ? '#FFFFFF' : 'text.primary',
23
27
  border: '1px solid rgba(255, 255, 255, 0.6)',
24
28
  boxShadow: '0 12px 24px rgba(40, 34, 28, 0.08)',
25
29
  backdropFilter: 'blur(12px)',
@@ -27,10 +31,12 @@ export default function Card({ children, padding = 'md', variant = 'paper', hove
27
31
  },
28
32
  ink: {
29
33
  bgcolor: '#1F1F1F',
34
+ color: '#FFFFFF',
30
35
  border: '1px solid transparent',
31
36
  boxShadow: '0 12px 40px rgba(40, 34, 28, 0.12)',
32
37
  },
33
- }[variant];
38
+ };
39
+ const styling = variantMap[variant && variant in variantMap ? variant : 'paper'];
34
40
  return (_jsx(Box, { onMouseEnter: () => hoverLift && setIsHovered(true), onMouseLeave: () => hoverLift && setIsHovered(false), sx: {
35
41
  borderRadius: '3px',
36
42
  p: pad,
@@ -50,13 +50,14 @@ function Heading({ children, tone, as = 'span', variant, style, sx, ...rest }) {
50
50
  const { fontWeight: _fontWeight, ...safeStyle } = style ?? {};
51
51
  const inferredVariant = as === 'h1' || as === 'h2' || as === 'h3' || as === 'h4' || as === 'h5' || as === 'h6' ? as : 'label';
52
52
  const resolvedVariant = variant ?? inferredVariant;
53
+ const variantKey = (resolvedVariant && resolvedVariant in headingVariantStyles ? resolvedVariant : 'label');
53
54
  return (_jsx(Typography, { component: as, sx: [
54
55
  {
55
56
  display: as === 'span' ? 'inline-flex' : 'block',
56
57
  alignItems: 'center',
57
58
  gap: 1,
58
59
  fontFamily: 'var(--font-title)',
59
- ...headingVariantStyles[resolvedVariant],
60
+ ...headingVariantStyles[variantKey],
60
61
  color: resolvedTone === 'primary' ? 'primary.main' : 'secondary.main',
61
62
  fontWeight: 400
62
63
  },
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function BlokeyIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function BlokeyIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  export default function BlokeyIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.primary.main;
5
+ const color1 = theme.palette.primary.main;
6
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
7
  }
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function ChromeIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function ChromeIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  export default function ChromeIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.primary.main;
5
+ const color1 = theme.palette.primary.main;
6
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
7
  }
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function ChromeIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function ChromeIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  export default function ChromeIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.primary.main;
5
+ const color1 = theme.palette.primary.main;
6
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
7
  }
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function EdgeIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function EdgeIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  export default function EdgeIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.primary.main;
5
+ const color1 = theme.palette.primary.main;
6
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
7
  }
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function FallmanagerIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function FallmanagerIcon(props: SvgIconProps): React.JSX.Element;
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function FirefoxIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function FirefoxIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  export default function FirefoxIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.primary.main;
5
+ const color1 = theme.palette.primary.main;
6
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
7
  }
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function FlickrIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function FlickrIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  export default function FlickrIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.primary.main;
5
+ const color1 = theme.palette.primary.main;
6
6
  // fill="#0059D4"
7
7
  // fill="#DA1593"
8
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" })] }) }) }));
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function GatsbyIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function GatsbyIcon(props: SvgIconProps): React.JSX.Element;
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function GoldenticketIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function GoldenticketIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, lighten, SvgIcon } from '@mui/material';
3
3
  export default function GoldenticketIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.primary.main;
5
+ const color1 = theme.palette.primary.main;
6
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
7
  }
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function GoldlabelOutlined(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function GoldlabelOutlined(props: SvgIconProps): React.JSX.Element;
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function GraphqlIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function GraphqlIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  export default function GraphqlIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.primary.main;
5
+ const color1 = theme.palette.primary.main;
6
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
7
  }
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function IphoneIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function IphoneIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  export default function IphoneIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.primary.main;
5
+ const color1 = theme.palette.primary.main;
6
6
  return (_jsx(SvgIcon, { ...props, children: _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsxs("g", { id: "SVG", children: [_jsx("rect", { id: "bg", fill: "none", x: "0", y: "0", width: "24", height: "24" }), _jsx("g", { id: "iPhone", transform: "translate(6, 1)", fill: color1, fillRule: "nonzero", children: _jsxs("g", { children: [_jsx("path", { d: "M10.5,0 L2.5,0 C1.12,0 0,1.12 0,2.5 L0,19.5 C0,20.88 1.12,22 2.5,22 L10.5,22 C11.88,22 13,20.88 13,19.5 L13,2.5 C13,1.12 11.88,0 10.5,0 Z M6.49999999,21 C5.67,21 4.99999999,20.33 4.99999999,19.5 C4.99999999,18.67 5.67,18 6.49999999,18 C7.33,18 7.99999999,18.67 7.99999999,19.5 C7.99999999,20.33 7.33,21 6.49999999,21 Z M11,17 L2,17 L2,3 L11,3 L11,17 Z" }), _jsx("g", { transform: "translate(3.6562, 6.3148)", children: _jsx("path", { d: "M5.56829877,5.29156784 C5.46618562,5.52879583 5.34531684,5.74716283 5.20527578,5.94792657 C5.0143864,6.22161852 4.85809064,6.41106579 4.73763864,6.51626773 C4.55091734,6.68894953 4.35085867,6.77738605 4.13662915,6.78241574 C3.98283414,6.78241574 3.79736306,6.73840683 3.58146648,6.64913241 C3.3648614,6.56027609 3.165803,6.51626773 2.98379128,6.51626773 C2.792902,6.51626773 2.58817527,6.56027609 2.36919447,6.64913241 C2.14987998,6.73840683 1.97320332,6.78493059 1.83812198,6.78954103 C1.63268676,6.79834271 1.42791856,6.70739134 1.22352518,6.51626773 C1.0930704,6.40184486 0.92989761,6.20569156 0.734423522,5.92780782 C0.524695468,5.63106367 0.352269926,5.28695739 0.217188657,4.89465106 C0.0725212621,4.47090986 0,4.0605809 0,3.66332897 C0,3.20827878 0.0977786685,2.81580475 0.293627729,2.48691284 C0.447547842,2.2227349 0.652316183,2.01434304 0.908599521,1.86136025 C1.16488309,1.70837768 1.44179759,1.63041938 1.74001008,1.62543162 C1.90318275,1.62543162 2.11716231,1.67618835 2.3830735,1.77594149 C2.64823457,1.87602991 2.81849284,1.92678664 2.89313961,1.92678664 C2.94894762,1.92678664 3.1380864,1.86743762 3.45872207,1.74911719 C3.76193608,1.63938875 4.01784433,1.59395482 4.2274891,1.61185168 C4.79557236,1.6579561 5.2223641,1.88315509 5.50619734,2.2888736 C4.99813181,2.5984436 4.74680808,3.03203427 4.7518095,3.5882626 C4.7563942,4.02151794 4.91268995,4.38205412 5.21986331,4.66832059 C5.35907069,4.80118481 5.51453305,4.90387186 5.6875,4.97680069 C5.64998953,5.08619375 5.61039456,5.19097646 5.56829877,5.29156784 Z M3.89614211,1.08596832 C3.59938824,1.43485288 3.24044987,1.63645467 2.85121069,1.60464271 C2.84625096,1.56390314 2.84337508,1.52102615 2.84337508,1.47596966 C2.84337508,1.14996966 2.98449983,0.801085272 3.23511506,0.51582489 C3.36023485,0.371392563 3.51936485,0.251299037 3.71233814,0.155498156 C3.90489454,0.06112668 4.08703132,0.00893722166 4.25833138,0 C4.26333319,0.0453970355 4.26541703,0.0907969279 4.26541703,0.135836726 C4.26541703,0.475424829 4.14204735,0.792493164 3.89614211,1.08596832 Z" }) })] }) })] }) }) }));
7
7
  }
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function LinuxIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function LinuxIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  export default function LinuxIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.primary.main;
5
+ const color1 = theme.palette.primary.main;
6
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: "M21.4104614,18.6641683 C20.7580772,18.3999502 20.479005,18.0493184 20.5059932,17.5261477 C20.5337837,16.9154814 20.1834481,16.4681932 20.0170698,16.2914708 C20.1175824,15.9117699 20.4113158,14.5982531 20.0173615,13.4573473 C19.594012,12.2361589 18.3014978,10.3710516 16.9678448,8.53768221 C16.4218815,7.78477236 16.3960604,6.96636699 16.3662276,6.01870176 C16.3376347,5.11482043 16.3053948,4.09026289 15.7956832,2.9513046 C15.2414776,1.71114565 14.1294193,1 12.7444888,1 C11.9206204,1 11.0749426,1.25462462 10.4241632,1.69852261 C9.09153136,2.60803022 9.26768384,4.5910006 9.38424354,5.90314691 C9.40021761,6.08282677 9.41524346,6.25255248 9.42399638,6.3974649 C9.50160558,7.68256185 9.43099871,8.35987777 9.33865542,8.56574141 C9.27891676,8.70026689 8.9848187,9.08314153 8.67357952,9.48852124 C8.35169095,9.90775021 7.9867672,10.3829533 7.68763622,10.8257693 C7.33073598,11.3586056 7.04261909,12.1730438 6.76398453,12.9606489 C6.56011448,13.5369806 6.36755028,14.0813579 6.18009194,14.4066715 C5.82479641,15.0324855 5.91320088,15.6160303 5.98701716,15.8857304 C5.85251398,15.978131 5.6581992,16.160047 5.49415492,16.5029607 C5.29590132,16.9213241 4.89363179,17.1461583 4.05714457,17.3052086 C3.67274558,17.3829664 3.40767804,17.5428101 3.26909017,17.7802674 C3.06740834,18.12585 3.17725747,18.5600824 3.27747838,18.8568318 C3.42554858,19.2930839 3.33327824,19.5692037 3.16551397,20.0705185 C3.12685525,20.1862176 3.08301772,20.3172086 3.03859666,20.4616883 C2.96864625,20.6896963 2.99388383,20.8970026 3.11343411,21.0778366 C3.42934151,21.55542 4.35116968,21.7238474 5.3001319,21.8346415 C5.86673747,21.9011469 6.48688173,22.1252598 7.08667545,22.3420875 C7.67436096,22.554443 8.28203231,22.7740838 8.83441439,22.8407334 C8.91836947,22.8511925 9.00152219,22.8564581 9.08168433,22.8564581 C9.91569156,22.8564581 10.2925047,22.3091955 10.411982,22.0843612 C10.7115506,22.0239149 11.7447597,21.8303136 12.8096251,21.8043463 C13.8728129,21.7743395 14.9014997,21.9819343 15.1928989,22.0464921 C15.2845128,22.2198965 15.5260204,22.6159713 15.9110029,22.8200316 C16.1226047,22.9344324 16.4170674,23 16.7186784,23 C16.7187514,23 16.7186784,23 16.7187514,23 C17.0408587,23 17.653636,22.9246946 18.1386206,22.4201339 C18.6223652,21.9131929 19.8309973,21.266028 20.7135832,20.7934937 C20.9105239,20.6880373 21.0947728,20.5893612 21.2563371,20.5002787 C21.752117,20.2284867 22.0226551,19.8401301 21.9985116,19.4348225 C21.9783799,19.0981843 21.7530652,18.8028774 21.4104614,18.6641683 Z M10.7235363,18.3099912 C10.6616935,17.8960832 10.1012342,17.485578 9.45217739,17.0102783 C8.92146986,16.6215797 8.31992822,16.1810732 8.15421005,15.8080004 C7.81173556,15.0383814 8.08169464,13.6851243 8.55238689,12.9882865 C8.78499177,12.6393815 8.97497921,12.1102597 9.15875314,11.5985694 C9.35714711,11.0460438 9.56233941,10.4747674 9.79180097,10.2246863 C10.1551821,9.83425159 10.4910045,9.07456364 10.5505081,8.47585536 C10.8907895,8.78448076 11.4186462,9.17609612 11.9062977,9.17609612 C11.9813716,9.17609612 12.0542525,9.16679013 12.123917,9.14810871 C12.4575464,9.05657669 12.9482681,8.78718922 13.4228346,8.5267605 C13.8319765,8.30216677 14.3365142,8.0252095 14.5263554,8 C14.8518707,8.44404834 16.7433386,12.4206908 16.9366156,13.6977638 C17.0895412,14.7082272 16.9279897,15.5435437 16.8467754,15.8707116 C16.7814238,15.862239 16.703499,15.8553637 16.6216268,15.8553637 C16.0947935,15.8553637 15.9553183,16.1285708 15.9189875,16.2917033 C15.8255655,16.7155424 15.8156969,18.0708135 15.8146735,18.3753415 C15.6241744,18.6052827 14.6607867,19.6881106 13.2776576,19.8827724 C12.7142743,19.9605537 12.1881721,20 11.7140441,20 C11.3087765,20 11.050148,19.9702764 10.9427638,19.9547896 L10.247727,19.1992685 C10.5217797,19.0707209 10.7957593,18.7994583 10.7235363,18.3099912 Z M10.9876346,5.97673234 C10.9707106,5.98397871 10.9540715,5.9917346 10.9377172,6 C10.9360647,5.96354167 10.9322469,5.92657382 10.9263776,5.88949275 C10.8672289,5.55123415 10.6414611,5.30570652 10.3896518,5.30570652 C10.3710183,5.30570652 10.3522708,5.30712183 10.3316998,5.31023551 C10.1818907,5.3350317 10.0643911,5.44684103 10,5.60535553 C10.0564705,5.25752944 10.2548293,5 10.4901704,5 C10.7665394,5 11,5.37001812 11,5.80797101 C11,5.86316803 10.9959542,5.91808197 10.9876346,5.97673234 Z M14.7800837,6 C14.8172385,5.88539472 14.8373222,5.76138758 14.8373222,5.63267953 C14.8373222,5.06419193 14.4649372,4.61881991 13.9895397,4.61881991 C13.5249372,4.61881991 13.1469456,5.07359378 13.1469456,5.63267953 C13.1469456,5.67077322 13.1488703,5.70894797 13.1525523,5.74704166 C13.1279498,5.73788296 13.1039331,5.72896742 13.0805021,5.72037607 C13.0270293,5.56354352 13,5.39990274 13,5.23285784 C13,4.55308802 13.4485356,4 14,4 C14.5513808,4 15,4.55308802 15,5.23285784 C15,5.51564273 14.9194142,5.78554061 14.7800837,6 Z M14,7.82961734 C13.9934775,7.86297195 13.9796087,7.87776126 13.8262273,7.96917178 C13.7487813,8.01534904 13.6523859,8.07285428 13.5317542,8.15702748 L13.45115,8.21295939 C13.1272228,8.4379457 12.3687607,8.96493285 12.1628562,8.9958488 C12.0230003,9.01740344 11.9364916,8.95525687 11.7419842,8.80382378 C11.6981119,8.76960383 11.6514246,8.73325989 11.6016478,8.69667995 C11.2510127,8.43306837 11.025472,8.14271017 11,8.02919435 C11.1143151,7.92795051 11.3976656,7.67456559 11.5427394,7.52454849 C11.8372125,7.21082633 12.1335393,7 12.2801922,7 C12.2879506,7 12.2949537,7.00062933 12.3022314,7.00220266 C12.4745623,7.03705194 12.8996224,7.23143696 13.2100927,7.3733514 C13.3535874,7.4389593 13.4775146,7.49559921 13.5647099,7.53147115 C13.8394095,7.63955898 13.9826296,7.77785475 14,7.82961734 Z M16.0466908,20.6166225 C16.2243002,19.862329 16.4289011,18.8362055 16.3957715,18.2312742 C16.3881383,18.0938403 16.3752327,17.9442559 16.3627205,17.7996355 C16.3393488,17.529213 16.3046454,17.1272838 16.3404505,17.0080756 C16.3475329,17.0049639 16.3554021,17.0022967 16.364137,17 C16.3656322,17.3458444 16.4454265,18.0356809 17.031372,18.2762458 C17.205991,18.3479633 17.4055556,18.3842666 17.6244786,18.3842666 C18.2114471,18.3842666 18.8627075,18.1131774 19.1294756,17.8620179 C19.2865461,17.7141375 19.4186711,17.5332138 19.5112137,17.3899269 C19.5314377,17.4457155 19.5438711,17.5186184 19.5373396,17.6125624 C19.5024788,18.1226607 19.7657844,18.7993836 20.2668992,19.0487649 L20.3398473,19.084846 C20.5183223,19.1730111 20.9923668,19.4073525 21,19.518485 C20.9999213,19.5185591 20.9959867,19.5315987 20.9695459,19.5547142 C20.8507987,19.6568821 20.432862,19.8578097 20.0286966,20.0521434 C19.3117278,20.3968023 18.4990687,20.7874702 18.1340922,21.1488731 C17.6202292,21.6580082 17.0390052,22 16.688036,22 C16.645778,22 16.6072973,21.994962 16.573066,21.9847378 C16.1918788,21.8728644 15.8781312,21.355061 16.0466908,20.6166225 Z M4.23225587,18.9572655 C4.19325274,18.7971326 4.1624608,18.67073 4.1955424,18.5482754 C4.21954433,18.4575426 4.73013788,18.3602992 4.94820799,18.3188115 C5.25478519,18.2604239 5.57186323,18.200097 5.77919564,18.0896939 C6.05956021,17.940712 6.21138817,17.665951 6.34529364,17.4235351 C6.44224878,17.2482338 6.54236206,17.066976 6.66150319,17.0074803 C6.66821425,17.0040172 6.67847823,17 6.69805875,17 C6.92126085,17 7.38961417,17.4116221 7.65947791,17.7800249 C7.72793076,17.8729048 7.8547304,18.0590109 8.00142637,18.274484 C8.44017205,18.918479 9.04093073,19.8005264 9.35469272,20.0961352 C9.6374259,20.3618922 10.0951205,20.8728356 9.98253251,21.3110542 C9.90010485,21.6510597 9.4612802,21.9275523 9.35777191,21.9887103 C9.32018995,21.9961906 9.27368622,22 9.21897131,22 C8.6184495,22 7.42972265,21.5617121 6.7910662,21.3262225 L6.69655863,21.2913838 C6.33992479,21.1602022 5.75772023,21.0775731 5.19470142,20.9976451 C4.74671815,20.9339936 4.13324794,20.8469317 4.03155557,20.7682505 C3.94912792,20.687145 4.04474084,20.4234659 4.12906339,20.1908159 C4.18977878,20.0236182 4.25246802,19.8507411 4.28681287,19.6697604 C4.3355273,19.3810777 4.27820692,19.1460729 4.23225587,18.9572655 Z", fill: color1, fillRule: "nonzero" })] }) }) }));
7
7
  }
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function MacIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function MacIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  export default function MacIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.primary.main;
5
+ const color1 = theme.palette.primary.main;
6
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(2, 1)", fill: color1, fillRule: "nonzero", children: _jsx("path", { d: "M18.6017893,17.1446798 C18.2606641,17.9132985 17.8568827,18.6208075 17.3890532,19.271282 C16.7513567,20.1580441 16.2292259,20.7718531 15.8268368,21.1127075 C15.2030645,21.6721965 14.5347366,21.9587308 13.8190688,21.975027 C13.3052921,21.975027 12.6856964,21.8324381 11.9644594,21.543189 C11.2408556,21.2552945 10.5758694,21.1127075 9.96783018,21.1127075 C9.33013419,21.1127075 8.64621186,21.2552945 7.91467163,21.543189 C7.18201665,21.8324381 6.59180009,21.9831751 6.14053936,21.998113 C5.45425027,22.0266303 4.77018949,21.7319479 4.0873808,21.1127075 C3.65157584,20.7419774 3.10647114,20.1064407 2.45345882,19.2060973 C1.75282882,18.2446464 1.17681382,17.129742 0.725553313,15.8586694 C0.242268833,14.485748 0,13.1562821 0,11.8691858 C0,10.3948232 0.326645223,9.12320738 0.980910217,8.05759762 C1.49510488,7.20166111 2.17916616,6.52647149 3.03532148,6.0308072 C3.89147756,5.53514367 4.81655461,5.2825588 5.81278093,5.26639843 C6.35788528,5.26639843 7.07271804,5.43085027 7.96103677,5.75405046 C8.84684952,6.07833693 9.41562446,6.24278872 9.66499382,6.24278872 C9.85142936,6.24278872 10.4832777,6.05049791 11.5544122,5.66713971 C12.5673469,5.31161954 13.4222492,5.16441362 14.1226009,5.22239946 C16.0203736,5.37177777 17.4461394,6.10142248 18.3943296,7.41595045 C16.6970557,8.41895723 15.8574688,9.82379103 15.8741768,11.6259708 C15.8894927,13.0297182 16.4116235,14.1978553 17.4377851,15.1253587 C17.9028295,15.5558388 18.4221764,15.8885448 19,16.1248343 C18.8746903,16.4792678 18.7424171,16.8187638 18.6017893,17.1446798 Z M14.2493053,0.440125262 C14.2493053,1.54037645 13.8371692,2.56767785 13.0156836,3.51853738 C12.0243299,4.64892337 10.8252392,5.30211312 9.52492364,5.19904238 C9.50835491,5.06704618 9.49874756,4.92812475 9.49874756,4.78214169 C9.49874756,3.72590171 9.97019725,2.59551628 10.8074174,1.67127265 C11.2253999,1.2033119 11.7569991,0.814208881 12.4016571,0.503814025 C13.0449224,0.198050444 13.6533794,0.0289565983 14.2256346,0 C14.2423438,0.147086395 14.2493053,0.294182048 14.2493053,0.440110993 L14.2493053,0.440125262 Z", id: "path4" }) })] }) }) }));
7
7
  }
@@ -1,3 +1,4 @@
1
1
  import React from 'react';
2
- declare const MacromediaIcon: (props: any) => React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ declare const MacromediaIcon: (props: SvgIconProps) => React.JSX.Element;
3
4
  export default MacromediaIcon;
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  const MacromediaIcon = (props) => {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.secondary.main;
5
+ const color1 = theme.palette.secondary.main;
6
6
  return (_jsx(SvgIcon, { ...props, children: _jsxs("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: [_jsx("rect", { fill: "none", x: "0", y: "0", width: "24", height: "24" }), _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsxs("g", { id: "MacromediaIcon", children: [_jsx("rect", { id: "bg", fill: "none", x: "0", y: "0", width: "24", height: "24" }), _jsx("path", { d: "M13.9817023,2.38848082 L12.5067949,6.61140259 L11,7 L12.9236417,2.12953247 L13.5648556,2 C13.9496705,2.05176635 14.045766,2.18129882 13.9817023,2.38848082 Z M9.82274509,9.14653145 L10,10 L1.19483257,5.64143953 C0.987924363,5.51949585 0.958537015,5.36710055 1.04709798,5.12335037 C1.28352651,4.97095507 1.54947536,4.97095507 1.69720994,5.06244712 L9.82274509,9.02486211 L9.82274509,9.14653145 L9.82274509,9.14653145 Z M9.51383703,8 L6.0299932,2.3619499 C5.94892553,2.1834216 6.0299932,2.05575377 6.30005673,2.00477848 C6.57012026,1.97929084 6.75911612,2.05575377 6.89426942,2.23439688 L10,7.15810415 L9.51383703,8 L9.51383703,8 Z M12,6.59153488 L17.9598068,4.05573069 C18.2081527,3.94424609 18.4841893,4 18.7598533,4.22289487 C18.9807571,4.47370385 18.9807571,4.64086804 18.7598533,4.78019242 L13.9313867,6.98154285 L14.1520421,7.06518764 L22.3467143,8.8207251 C22.760707,8.93220969 23.0367436,9.15517887 23.1194428,9.48950724 C23.1744514,9.85180082 22.9814866,9.9911252 22.512361,9.90748041 L15.6695602,8.45843153 L23.450488,13.6135593 C23.9471799,13.9478877 24.1402689,14.3101813 23.8919229,14.7282798 C23.7265245,15.0905734 23.3402224,15.0905734 22.7883976,14.7282798 L15.8902156,9.9911252 L15.8627733,9.35018286 C15.6144274,8.26342754 15.0624784,7.5389658 14.1520421,7.06518764 L13.8209969,6.98154285 L13.9313867,6.98154285 C13.5173939,6.78653886 12.9932597,6.64708907 12.4137444,6.59140948 L12,6.59140948 L12,6.59153488 L12,6.59153488 Z M1.78715199,14.7887146 L10.1350405,11 C10.5790658,11.6314955 11.2006746,12.1193577 12,12.4063659 L3.03050272,16.797901 C2.23117727,17.1710633 1.63914356,17.0274301 1.19511827,16.3672596 C0.810376292,15.6497391 0.987959762,15.1330728 1.78715199,14.7887146 L1.78715199,14.7887146 Z M20.5202043,19.9214874 C19.9895509,20.1319468 19.5647177,19.9214874 19.1667575,19.2635799 L15,12.1842337 C15.4777433,11.9210706 15.8493081,11.5263261 15.9821208,11 L20.7590759,18.6318464 C21.1572749,19.289754 21.0510965,19.684617 20.5202043,19.9214874 Z M15,13 L12.7433876,21.1610236 C12.5240593,21.9219051 11.959871,22.1844287 11.082417,21.8695893 C10.1735095,21.5545138 9.82879044,21.0823728 10.0794311,20.3474721 L12.6494502,13 L13.5269042,13.1312027 L15,13 L15,13 Z", id: "flashIconBlack", fill: color1, fillRule: "nonzero" })] }) })] }) }));
7
7
  };
8
8
  export default MacromediaIcon;
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function OliverIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function OliverIcon(props: SvgIconProps): React.JSX.Element;
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function OpenAIIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function OpenAIIcon(props: SvgIconProps): React.JSX.Element;
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function PingpongballIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function PingpongballIcon(props: SvgIconProps): React.JSX.Element;
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function SafariIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function SafariIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  export default function SafariIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.primary.main;
5
+ const color1 = theme.palette.primary.main;
6
6
  return (_jsx(SvgIcon, { ...props, children: _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsxs("g", { id: "SVG", children: [_jsx("rect", { fill: "nonoe", x: "0", y: "0", width: "24", height: "24" }), _jsx("g", { transform: "translate(1, 0)", fill: color1, fillRule: "nonzero", children: _jsx("path", { d: "M10.9999231,1.41400983 C10.6052681,1.41400983 10.2084612,1.43489835 9.81534324,1.47622295 C9.94753543,1.26432132 9.99541655,1.02791147 9.94553707,0.798062292 C9.84216597,0.320718033 9.34659913,0 8.7123074,0 C8.58272838,0 8.45061311,0.0138 8.31918957,0.0410229508 C7.95135717,0.117790165 7.62848555,0.291157377 7.41021486,0.529301639 C7.17672663,0.784036063 7.08334674,1.08680655 7.14729085,1.38173442 C7.19747774,1.61392132 7.34281224,1.81270165 7.55654848,1.95386885 C5.46968036,2.63014426 3.60008385,3.93345246 2.25710393,5.65649183 C0.780548468,7.55078691 0,9.81602292 0,12.2070426 C0,18.1582361 4.93453275,23 10.9999231,23 C17.0653135,23 22,18.1582361 22,12.2070426 C22,6.25569834 17.0653135,1.41400983 10.9999231,1.41400983 Z M8.7123074,0.730419674 C8.99874936,0.730419674 9.19411707,0.841950817 9.21740437,0.94978688 C9.23039301,1.00996394 9.19534674,1.08786229 9.1250236,1.16297049 C8.94633362,1.07911475 8.74097465,1.05430492 8.54399301,1.09540327 C8.34924021,1.13604918 8.17339388,1.23936066 8.04389172,1.38625902 C7.95081923,1.34561312 7.88825851,1.28898033 7.8754236,1.22978361 C7.86082098,1.1622918 7.90585851,1.07172459 7.99585676,0.987642618 C8.11160175,0.879429509 8.2859109,0.79489508 8.47390041,0.755681966 C8.55429172,0.738940983 8.63452925,0.730419674 8.7123074,0.730419674 Z M13.3844541,19.7068525 L12.507221,18.3108655 C12.4647197,18.2431475 12.3832524,18.2087606 12.3038603,18.2254262 C12.2243144,18.2420165 12.1641362,18.3057377 12.1532996,18.3846918 L11.9311092,20.0073606 C11.6220716,20.0423508 11.3094986,20.0601475 10.9999231,20.0601475 C8.92097121,20.0601475 6.96314411,19.2877246 5.46660612,17.8811049 C5.48251527,17.8749213 5.49780961,17.8665508 5.51202797,17.855918 L9.85254144,14.6191017 C10.142903,14.7518983 10.4573205,14.8343213 10.7738131,14.8607147 L11.8751582,17.1286655 C11.9134323,17.2074688 12.0019702,17.2501508 12.0885869,17.2319771 C12.1755109,17.2138787 12.238379,17.1396 12.2406847,17.0524262 L12.3068576,14.5419574 C12.5492612,14.4118 12.7678393,14.2469541 12.9590568,14.0501345 L14.2593048,14.5023673 C14.3432314,14.5314754 14.436304,14.500482 14.4846463,14.4273345 C14.5331424,14.3541868 14.5241503,14.2580394 14.462896,14.1948459 L13.513034,13.2134623 C13.6185572,12.9615934 13.6832698,12.6984885 13.705635,12.4285967 L16.016,11.3481246 C16.0963144,11.3106459 16.1398149,11.2240754 16.1213695,11.1387115 C16.102924,11.0534229 16.027221,10.9917377 15.9383755,10.9894754 L13.575979,10.9296 L16.7575057,6.82210166 C16.7681887,6.80822623 16.7767197,6.79329509 16.7830219,6.77783606 C17.639965,7.65658691 18.2800978,8.71903611 18.6439336,9.86737708 L17.2211773,10.7281049 C17.1521607,10.769882 17.1171144,10.8498165 17.1340996,10.9277902 C17.150931,11.0056885 17.2158742,11.0648098 17.2963424,11.0753673 L18.9499738,11.2933771 C18.9858656,11.5977312 19.0038497,11.9044229 19.0038497,12.2070426 C19.0038497,14.3044918 18.1713467,16.2766098 16.6594376,17.7599967 C15.7405485,18.6615967 14.6108437,19.3326688 13.3844541,19.7068525 Z M4.86597728,13.4862951 C4.84906899,13.4083213 4.78412576,13.3492754 4.70365764,13.3386426 L3.0500262,13.1204066 C3.01421135,12.8160525 2.99615022,12.5094361 2.99615022,12.2069673 C2.99615022,10.1091409 3.82873014,8.13702292 5.34056245,6.65386229 C6.25945152,5.75233771 7.38915635,5.08111475 8.61539219,4.70670492 L9.49270216,6.102918 C9.53528031,6.17071148 9.61697815,6.20509834 9.69613969,6.18835737 C9.77560869,6.1717672 9.83578694,6.10797051 9.8466236,6.02909183 L10.0688908,4.40649835 C10.3776978,4.37143279 10.6901939,4.35371147 10.9999231,4.35371147 C13.078952,4.35371147 15.0368559,5.12613442 16.5333171,6.53275411 C16.5175615,6.53893771 16.502421,6.54730817 16.4881258,6.5578656 L12.1475354,9.794682 C11.8574044,9.66196063 11.5430638,9.57946229 11.2263406,9.5530688 L10.124765,7.28504263 C10.0864908,7.20631474 9.99787604,7.16355737 9.91141306,7.18173114 C9.8244891,7.19982949 9.76154411,7.27410817 9.75923846,7.361282 L9.69314237,9.87190171 C9.45081568,10.0019835 9.23216067,10.1667541 9.04086638,10.3635738 L7.74054149,9.91134092 C7.65669172,9.88223275 7.56354237,9.91330171 7.5152,9.98637382 C7.46678077,10.0595213 7.4757729,10.1556688 7.53702704,10.2188623 L8.4868891,11.2003213 C8.38151964,11.4522655 8.31696067,11.7153705 8.29444196,11.9852623 L5.98392314,13.0655835 C5.9036856,13.1031377 5.86018514,13.1897082 5.87863059,13.2749967 C5.89707599,13.3602853 5.97277902,13.4219705 6.06162447,13.4242327 L8.42425152,13.4841082 L5.24272489,17.5916066 C5.23188821,17.6055574 5.22335721,17.6205639 5.21705503,17.6360983 C4.36018865,16.7578 3.72013275,15.6952754 3.35606638,14.5463312 L4.77874586,13.6857541 C4.84791615,13.6441279 4.88280873,13.5641934 4.86597728,13.4862951 Z M12.0281014,13.8550492 C11.837345,13.9697475 11.6291424,14.0511902 11.4093344,14.0970394 C11.1964437,14.1415312 10.9783266,14.1514098 10.758365,14.125318 C10.7497572,14.1235835 10.7409956,14.1223771 10.7323109,14.1218492 C10.6749764,14.1141574 10.6177956,14.1039017 10.5609991,14.0910066 L11.880538,13.1067574 C11.8945258,13.0964262 11.9068227,13.0843606 11.917352,13.0707115 L12.9199371,11.7762262 C12.922166,11.7858033 12.9244716,11.7954558 12.9265467,11.8051082 C13.0993956,12.6048295 12.7385572,13.4286066 12.0281014,13.8550492 Z M10.5903582,10.3168197 C10.7268541,10.2883902 10.8654253,10.2740623 11.002152,10.2740623 C11.0824664,10.2740623 11.1641642,10.2791147 11.2450934,10.2890688 C11.2523179,10.2904262 11.2596192,10.2913312 11.2668437,10.2918591 C11.3246393,10.2996262 11.3821275,10.3099574 11.4391545,10.3228525 L10.1193851,11.3069508 C10.1055511,11.317282 10.0931773,11.3293475 10.082648,11.3429967 L9.07990915,12.6376327 C9.07768031,12.6279803 9.07545152,12.6183279 9.0733764,12.6086754 C8.84788118,11.5664361 9.52844021,10.5383738 10.5903582,10.3168197 Z" }) })] }) }) }));
7
7
  }
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function WindowsIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function WindowsIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  export default function WindowsIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.primary.main;
5
+ const color1 = theme.palette.primary.main;
6
6
  return (_jsx(SvgIcon, { ...props, children: _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsxs("g", { id: "SVG", 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: "M0,3.11483532 L8.99070253,1.89416748 L8.99463272,10.5397066 L0.00821298799,10.5907239 L0,3.11483532 Z M8.98641972,11.5358411 L8.99339823,20.1889149 L0.0069785205,18.9572212 L0.0064746562,11.477799 L8.98641972,11.5358411 Z M10.0763034,1.73448256 L21.9972287,0 L21.9972287,10.4297506 L10.0763034,10.5240973 L10.0763034,1.73448256 Z M22,11.6172156 L21.9972036,22 L10.0762782,20.3226806 L10.0595751,11.5977762 L22,11.6172156 Z" }) })] }) }) }));
7
7
  }
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function WordpressIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function WordpressIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  export default function WordpressIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.secondary.main;
5
+ const color1 = theme.palette.secondary.main;
6
6
  return (_jsx(SvgIcon, { ...props, children: _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsxs("g", { id: "NewSVGIcon", children: [_jsx("rect", { id: "Rectangle", fill: "none", x: "0", y: "0", width: "24", height: "24" }), _jsxs("g", { transform: "translate(2, 2)", fill: color1, fillRule: "nonzero", children: [_jsx("path", { d: "M1.421401,9.99975515 C1.421401,13.3953625 3.39468036,16.3298319 6.25609049,17.720428 L2.16409444,6.50849228 C1.68811772,7.57539401 1.421401,8.75607029 1.421401,9.99975515 Z" }), _jsx("path", { d: "M15.7908053,9.56685684 C15.7908053,8.50664773 15.4099913,7.77241824 15.0833694,7.2009337 C14.6485264,6.49429087 14.2409428,5.89587261 14.2409428,5.18922978 C14.2409428,4.40064314 14.8390151,3.66657689 15.6814416,3.66657689 C15.7194741,3.66657689 15.7555478,3.67131069 15.7926008,3.67343274 C14.2664066,2.27516466 12.2330588,1.4214474 9.99975516,1.4214474 C7.00286467,1.4214474 4.36622132,2.95911788 2.83235532,5.28814998 C3.03361708,5.29418966 3.22328956,5.29843376 3.38439691,5.29843376 C4.28166853,5.29843376 5.67058689,5.18955625 5.67058689,5.18955625 C6.13301558,5.16229606 6.18753418,5.84151547 5.72559517,5.89619908 C5.72559517,5.89619908 5.26088128,5.95088269 4.74377076,5.97797964 L7.86765366,15.2701126 L9.74495417,9.63965949 L8.40843243,5.97765318 C7.94649343,5.95055622 7.50887559,5.89587261 7.50887559,5.89587261 C7.04661013,5.86877566 7.10080227,5.16196959 7.56306773,5.18922978 C7.56306773,5.18922978 8.97973508,5.29810729 9.82265133,5.29810729 C10.7197597,5.29810729 12.1088413,5.18922978 12.1088413,5.18922978 C12.5715965,5.16196959 12.6259518,5.841189 12.1638496,5.89587261 C12.1638496,5.89587261 11.6981563,5.95055622 11.1820252,5.97765318 L14.2820766,15.1994319 L15.1377247,12.3400504 C15.5085818,11.1534977 15.7908053,10.3012496 15.7908053,9.56685684 Z" }), _jsx("path", { d: "M10.1502526,10.7501449 L7.57645254,18.2293937 C8.34493622,18.4553104 9.15765505,18.5788791 9.99975516,18.5788791 C10.9987186,18.5788791 11.9567116,18.4061768 12.8484334,18.092603 C12.8254181,18.0558752 12.8045247,18.0168621 12.7873856,17.9744211 L10.1502526,10.7501449 Z" }), _jsx("path", { d: "M17.5269124,5.88395648 C17.5638023,6.1572113 17.5846956,6.45054398 17.5846956,6.76607657 C17.5846956,7.636607 17.4221192,8.61519878 16.9324312,9.83880578 L14.3121108,17.415016 C16.8624058,15.927785 18.5777829,13.1647119 18.5777829,9.99991838 C18.5779461,8.50844331 18.1969688,7.10593113 17.5269124,5.88395648 Z" }), _jsx("path", { d: "M9.99975516,0 C4.48603165,0 0,4.48585164 0,9.99975515 C0,15.5143116 4.48603165,20 9.99975516,20 C15.5133154,20 20,15.5143116 20,9.99975515 C20,4.48585164 15.5133154,0 9.99975516,0 Z M9.99975516,19.5416371 C4.73887388,19.5416371 0.458511185,15.2611346 0.458511185,9.99975515 C0.458511185,4.73870212 4.73871065,0.458526154 9.99975516,0.458526154 C15.2604732,0.458526154 19.5405094,4.73870212 19.5405094,9.99975515 C19.5405094,15.2611346 15.2604732,19.5416371 9.99975516,19.5416371 Z" })] })] }) }) }));
7
7
  }
@@ -1,2 +1,3 @@
1
1
  import * as React from 'react';
2
- export default function XboxIcon(props: any): React.JSX.Element;
2
+ import { type SvgIconProps } from '@mui/material';
3
+ export default function XboxIcon(props: SvgIconProps): React.JSX.Element;
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme, SvgIcon } from '@mui/material';
3
3
  export default function XboxIcon(props) {
4
4
  const theme = useTheme();
5
- let color1 = theme.palette.primary.main;
5
+ const color1 = theme.palette.primary.main;
6
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: "M9.90485909,21.954313 C8.21128858,21.7930795 6.49569191,21.1847901 5.01993614,20.2222759 C3.78402128,19.4161092 3.50502268,19.0863137 3.50502268,18.4242798 C3.50502268,17.0977691 4.9660943,14.7721002 7.46239758,12.1239646 C8.88186416,10.61912 10.8568806,8.85532499 11.0698006,8.90174062 C11.4858511,8.99457194 14.8069135,12.2338964 16.0501704,13.7558415 C18.0178448,16.1694558 18.9233666,18.143343 18.4632636,19.0227975 C18.1132917,19.6921602 15.9473815,20.9991275 14.3565999,21.499928 C13.044817,21.915226 11.3218782,22.0911169 9.90485909,21.954313 Z M1.83837312,17.0464676 C0.812930881,15.473221 0.294091375,13.9219607 0.0420136889,11.6817944 C-0.0411964209,10.9415867 -0.0118281468,10.5189599 0.230460115,8.99945782 C0.531484924,7.10618743 1.60832164,4.91732262 2.90542041,3.56882553 C3.4585229,2.9947371 3.50747003,2.98007953 4.18049297,3.20727196 C4.99790994,3.483323 5.86916874,4.08428366 7.22255671,5.30819133 L8.01305273,6.02152677 L7.58231807,6.55164244 C5.57793333,9.00922954 3.46586497,12.4928469 2.67047421,14.6475108 C2.23729217,15.817674 2.06352988,16.995166 2.24952896,17.4837519 C2.37434412,17.8135474 2.25931837,17.691401 1.83837312,17.0464676 Z M19.8509145,17.3127469 C19.9512561,16.8192751 19.8239937,15.9105054 19.5229688,14.9944068 C18.8744194,13.010748 16.6987198,9.31703866 14.7016771,6.80815003 L14.0727066,6.0190838 L14.7530717,5.39369384 C15.641462,4.57775541 16.2581957,4.08916951 16.9238765,3.67631443 C17.4500581,3.34896187 18.1989491,3.06069619 18.5220002,3.06069619 C18.720236,3.06069619 19.4201799,3.78624625 19.9855192,4.58019834 C20.8616726,5.80654897 21.5053273,7.29673596 21.8308257,8.84555327 C22.0412983,9.84715433 22.0584297,11.9896035 21.8650887,12.9863187 C21.7060106,13.8047001 21.3682754,14.8673744 21.0403297,15.5904816 C20.7931467,16.130369 20.1813076,17.1783858 19.9120985,17.5203959 C19.7750465,17.691401 19.7750465,17.691401 19.8509145,17.3127469 L19.8509145,17.3127469 Z M10.0859634,2.68448505 C9.16331016,2.21544259 7.74139619,1.71464204 6.9557949,1.577838 C6.67924363,1.53142233 6.21179863,1.50455011 5.91077381,1.51920769 C5.2622244,1.55096577 5.29159268,1.51920769 6.33171906,1.02817885 C7.19563577,0.62020963 7.91760583,0.380802541 8.8965483,0.175596463 C9.99785865,-0.0564818387 12.0658746,-0.0589247683 13.1500533,0.170710604 C14.3198896,0.417446484 15.6977511,0.930461675 16.4735631,1.40683293 L16.7036145,1.54852284 L16.1749855,1.52165062 C15.1226224,1.46790617 13.5905775,1.8929759 11.9435068,2.69425678 C11.4466935,2.93610679 11.0159587,3.12909823 10.9841431,3.12176943 C10.9547749,3.11688357 10.5485137,2.91900629 10.0859634,2.68448505 Z" }) })] }) }) }));
7
7
  }
@@ -1,2 +1,2 @@
1
1
  import type { FeaturedImageProps } from './types';
2
- export default function FeaturedImage({ image, width, height, }: FeaturedImageProps): import("react").JSX.Element;
2
+ export default function FeaturedImage({ image, slug, alt, width, height, objectFit: propObjectFit, manifest, borderRadius: propBorderRadius, flushTop, }: FeaturedImageProps): import("react").JSX.Element | null;