@platformatic/ui-components 0.1.92 → 0.1.94

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 (36) hide show
  1. package/dist/assets/index.194e494c.css +1 -0
  2. package/dist/assets/index.a0469c60.js +206 -0
  3. package/dist/index.html +2 -2
  4. package/index.js +2 -0
  5. package/package.json +1 -1
  6. package/src/components/Common.module.css +3 -0
  7. package/src/components/Logo.jsx +9 -5
  8. package/src/components/Logo.module.css +4 -1
  9. package/src/components/LogoDropDown.jsx +82 -0
  10. package/src/components/LogoDropDown.module.css +30 -0
  11. package/src/components/backgrounds/AppBackgroundIcon.jsx +12 -12
  12. package/src/components/backgrounds/LensBackgroundIcon.jsx +2 -2
  13. package/src/components/backgrounds/TimerBackgroundIcon.jsx +5 -5
  14. package/src/components/constants.js +1 -1
  15. package/src/components/forms/Input.jsx +15 -7
  16. package/src/components/forms/Input.module.css +5 -6
  17. package/src/components/forms/InputWithSeparator.jsx +134 -0
  18. package/src/components/forms/InputWithSeparator.module.css +24 -0
  19. package/src/components/forms/index.js +3 -2
  20. package/src/components/icons/CheckListIcon.jsx +98 -0
  21. package/src/components/icons/Icons.module.css +28 -16
  22. package/src/components/icons/SlotIcon.jsx +88 -0
  23. package/src/components/icons/SwitchIcon.jsx +81 -0
  24. package/src/components/icons/TeamsIcon.jsx +91 -0
  25. package/src/components/icons/WorkspaceEmptyIcon.jsx +1 -1
  26. package/src/components/icons/index.js +9 -0
  27. package/src/components/logos/AdvancedLogo.jsx +59 -0
  28. package/src/components/logos/BasicLogo.jsx +22 -20
  29. package/src/components/logos/FreeLogo.jsx +22 -20
  30. package/src/components/logos/ProLogo.jsx +60 -0
  31. package/src/components/logos/index.js +5 -1
  32. package/src/stories/LogoDropDown.stories.jsx +43 -0
  33. package/src/stories/forms/Input.stories.jsx +10 -1
  34. package/src/stories/forms/InputWithSeparator.stories.jsx +55 -0
  35. package/dist/assets/index.1ec7065b.css +0 -1
  36. package/dist/assets/index.e3fdc2c7.js +0 -206
@@ -0,0 +1,98 @@
1
+ import * as React from 'react'
2
+ import PropTypes from 'prop-types'
3
+ import styles from './Icons.module.css'
4
+ import { COLORS_ICON, SIZES } from '../constants'
5
+
6
+ const CheckListIcon = ({ color, size }) => {
7
+ const className = `${styles.noShrinkForFlex} ` + styles[`${color}`]
8
+ let icon = <></>
9
+
10
+ switch (size) {
11
+ case 'small':
12
+ icon = (
13
+ <svg
14
+ width={16}
15
+ height={16}
16
+ viewBox='0 0 16 16'
17
+ fill='none'
18
+ xmlns='http://www.w3.org/2000/svg'
19
+ className={className}
20
+ >
21
+ <path d='M11 3H12C12.5523 3 13 3.44772 13 4V13C13 13.5523 12.5523 14 12 14H4C3.44772 14 3 13.5523 3 13V4C3 3.44771 3.44772 3 4 3H5' stroke='none' />
22
+ <rect x={5} y={2} width={6} height={2} rx={1} stroke='none' />
23
+ <path d='M9 7L11 7' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
24
+ <path d='M9 12L11 12' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
25
+ <path d='M5 6.5L6 7.5L7.5 6' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
26
+ <path d='M9 9.5L11 9.5' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
27
+ <path d='M5 9L6 10L7.5 8.5' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
28
+ <path d='M5 11.5L6 12.5L7.5 11' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
29
+ </svg>
30
+ )
31
+ break
32
+ case 'medium':
33
+ icon = (
34
+ <svg
35
+ width={24}
36
+ height={24}
37
+ viewBox='0 0 24 24'
38
+ fill='none'
39
+ xmlns='http://www.w3.org/2000/svg'
40
+ className={className}
41
+ >
42
+ <path d='M16.5 4.5H18.5C19.0523 4.5 19.5 4.94772 19.5 5.5V20C19.5 20.5523 19.0523 21 18.5 21H5.5C4.94772 21 4.5 20.5523 4.5 20V5.5C4.5 4.94772 4.94772 4.5 5.5 4.5H7.5' stroke='none' strokeWidth={1.5} />
43
+ <rect x={7.5} y={3} width={9} height={3} rx={1} stroke='none' strokeWidth={1.5} />
44
+ <path d='M13.5 10.5L16.5 10.5' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
45
+ <path d='M13.5 18L16.5 18' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
46
+ <path d='M7.5 9.75L9 11.25L11.25 9' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
47
+ <path d='M13.5 14.25L16.5 14.25' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
48
+ <path d='M7.5 13.5L9 15L11.25 12.75' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
49
+ <path d='M7.5 17.25L9 18.75L11.25 16.5' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
50
+
51
+ </svg>
52
+ )
53
+ break
54
+ case 'large':
55
+ icon = (
56
+ <svg
57
+ width={40}
58
+ height={40}
59
+ viewBox='0 0 40 40'
60
+ fill='none'
61
+ xmlns='http://www.w3.org/2000/svg'
62
+ className={className}
63
+ >
64
+ <path d='M27.5 7.5H31.5C32.0523 7.5 32.5 7.94772 32.5 8.5V34C32.5 34.5523 32.0523 35 31.5 35H8.5C7.94772 35 7.5 34.5523 7.5 34V8.5C7.5 7.94772 7.94772 7.5 8.5 7.5H12.5' stroke='none' strokeWidth={2} />
65
+ <rect x={12.5} y={5} width={15} height={5} rx={1} stroke='none' strokeWidth={2} />
66
+ <path d='M22.5 17.5L27.5 17.5' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
67
+ <path d='M22.5 30L27.5 30' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
68
+ <path d='M12.5 16.25L15 18.75L18.75 15' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
69
+ <path d='M22.5 23.75L27.5 23.75' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
70
+ <path d='M12.5 22.5L15 25L18.75 21.25' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
71
+ <path d='M12.5 28.75L15 31.25L18.75 27.5' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
72
+ </svg>
73
+ )
74
+ break
75
+
76
+ default:
77
+ break
78
+ }
79
+ return icon
80
+ }
81
+
82
+ CheckListIcon.propTypes = {
83
+ /**
84
+ * color of text, icon and borders
85
+ */
86
+ color: PropTypes.oneOf(COLORS_ICON),
87
+ /**
88
+ * Size
89
+ */
90
+ size: PropTypes.oneOf(SIZES)
91
+ }
92
+
93
+ CheckListIcon.defaultProps = {
94
+ color: 'main-dark-blue',
95
+ size: 'medium'
96
+ }
97
+
98
+ export default CheckListIcon
@@ -1,12 +1,3 @@
1
- .main-green > circle,
2
- .main-green > ellipse,
3
- .main-green > rect,
4
- .main-green > line,
5
- .main-green > path {
6
- @apply stroke-main-green;
7
- }
8
-
9
-
10
1
  .error-red > circle,
11
2
  .error-red > ellipse,
12
3
  .error-red > rect,
@@ -15,13 +6,6 @@
15
6
  @apply stroke-error-red;
16
7
  }
17
8
 
18
- .white > circle,
19
- .white > ellipse,
20
- .white > rect,
21
- .white > line,
22
- .white > path {
23
- @apply stroke-white;
24
- }
25
9
  .main-dark-blue > circle,
26
10
  .main-dark-blue > ellipse,
27
11
  .main-dark-blue > rect,
@@ -29,6 +13,23 @@
29
13
  .main-dark-blue > path {
30
14
  @apply stroke-main-dark-blue;
31
15
  }
16
+
17
+ .main-green > circle,
18
+ .main-green > ellipse,
19
+ .main-green > rect,
20
+ .main-green > line,
21
+ .main-green > path {
22
+ @apply stroke-main-green;
23
+ }
24
+
25
+ .tertiary-blue > circle,
26
+ .tertiary-blue > ellipse,
27
+ .tertiary-blue > rect,
28
+ .tertiary-blue > line,
29
+ .tertiary-blue > path {
30
+ @apply stroke-tertiary-blue;
31
+ }
32
+
32
33
  .warning-yellow > circle,
33
34
  .warning-yellow > ellipse,
34
35
  .warning-yellow > rect,
@@ -37,6 +38,14 @@
37
38
  @apply stroke-warning-yellow;
38
39
  }
39
40
 
41
+ .white > circle,
42
+ .white > ellipse,
43
+ .white > rect,
44
+ .white > line,
45
+ .white > path {
46
+ @apply stroke-white;
47
+ }
48
+
40
49
  .filled-white {
41
50
  @apply fill-white
42
51
  }
@@ -52,6 +61,9 @@
52
61
  .filled-warning-yellow {
53
62
  @apply fill-warning-yellow ;
54
63
  }
64
+ .filled-tertiary-blue {
65
+ @apply fill-tertiary-blue;
66
+ }
55
67
 
56
68
  .fill-circle-green > circle {
57
69
  @apply fill-white;
@@ -0,0 +1,88 @@
1
+ import * as React from 'react'
2
+ import PropTypes from 'prop-types'
3
+ import styles from './Icons.module.css'
4
+ import { COLORS_ICON, SIZES } from '../constants'
5
+
6
+ const SlotIcon = ({ color, size }) => {
7
+ const className = `${styles.noShrinkForFlex} ` + styles[`${color}`]
8
+ let icon = <></>
9
+
10
+ switch (size) {
11
+ case 'small':
12
+ icon = (
13
+ <svg
14
+ width={16}
15
+ height={16}
16
+ viewBox='0 0 16 16'
17
+ fill='none'
18
+ xmlns='http://www.w3.org/2000/svg'
19
+ className={className}
20
+ >
21
+ <rect x={14} y={14} width={12} height={12} rx={1} transform='rotate(-180 14 14)' stroke='none' />
22
+ <path d='M12 5.5L4 5.5L4 3.5L12 3.5L12 5.5Z' stroke='none' strokeLinejoin='round' />
23
+ <rect x={10} y={9} width={2} height={2} transform='rotate(-180 10 9)' stroke='none' strokeLinejoin='round' />
24
+ <rect x={10} y={12.5} width={2} height={2} transform='rotate(-180 10 12.5)' stroke='none' strokeLinejoin='round' />
25
+ <path d='M5 5.5V8M5 8H8M5 8V10.5C5 11.0523 5.44772 11.5 6 11.5H8' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
26
+ </svg>
27
+ )
28
+ break
29
+ case 'medium':
30
+ icon = (
31
+ <svg
32
+ width={24}
33
+ height={24}
34
+ viewBox='0 0 24 24'
35
+ fill='none'
36
+ xmlns='http://www.w3.org/2000/svg'
37
+ className={className}
38
+ >
39
+ <rect x={21} y={21} width={18} height={18} rx={1} transform='rotate(-180 21 21)' stroke='none' strokeWidth={1.5} />
40
+ <path d='M18 8.25L6 8.25L6 5.25L18 5.25L18 8.25Z' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
41
+ <rect x={15} y={13.5} width={3} height={3} transform='rotate(-180 15 13.5)' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
42
+ <rect x={15} y={18.75} width={3} height={3} transform='rotate(-180 15 18.75)' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
43
+ <path d='M7.5 8.25V12M7.5 12H12M7.5 12V16.25C7.5 16.8023 7.94772 17.25 8.5 17.25H12' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
44
+ </svg>
45
+ )
46
+ break
47
+ case 'large':
48
+ icon = (
49
+ <svg
50
+ width={40}
51
+ height={40}
52
+ viewBox='0 0 40 40'
53
+ fill='none'
54
+ xmlns='http://www.w3.org/2000/svg'
55
+ className={className}
56
+ >
57
+ <rect x={35} y={35} width={30} height={30} rx={1} transform='rotate(-180 35 35)' stroke='none' strokeWidth={2} />
58
+ <path d='M30 13.75L10 13.75L10 8.75L30 8.75L30 13.75Z' stroke='none' strokeWidth={2} strokeLinejoin='round' />
59
+ <rect x={25} y={22.5} width={5} height={5} transform='rotate(-180 25 22.5)' stroke='none' strokeWidth={2} strokeLinejoin='round' />
60
+ <rect x={25} y={31.25} width={5} height={5} transform='rotate(-180 25 31.25)' stroke='none' strokeWidth={2} strokeLinejoin='round' />
61
+ <path d='M12.5 13.75V20M12.5 20H20M12.5 20V27.75C12.5 28.3023 12.9477 28.75 13.5 28.75H20' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
62
+ </svg>
63
+ )
64
+ break
65
+
66
+ default:
67
+ break
68
+ }
69
+ return icon
70
+ }
71
+
72
+ SlotIcon.propTypes = {
73
+ /**
74
+ * color of text, icon and borders
75
+ */
76
+ color: PropTypes.oneOf(COLORS_ICON),
77
+ /**
78
+ * Size
79
+ */
80
+ size: PropTypes.oneOf(SIZES)
81
+ }
82
+
83
+ SlotIcon.defaultProps = {
84
+ color: 'main-dark-blue',
85
+ size: 'medium'
86
+ }
87
+
88
+ export default SlotIcon
@@ -0,0 +1,81 @@
1
+ import * as React from 'react'
2
+ import PropTypes from 'prop-types'
3
+ import styles from './Icons.module.css'
4
+ import { COLORS_ICON, SIZES } from '../constants'
5
+
6
+ const SwitchIcon = ({ color, size }) => {
7
+ const className = `${styles.noShrinkForFlex} ` + styles[`${color}`]
8
+ let icon = <></>
9
+
10
+ switch (size) {
11
+ case 'small':
12
+ icon = (
13
+ <svg
14
+ width={16}
15
+ height={16}
16
+ viewBox='0 0 16 16'
17
+ fill='none'
18
+ xmlns='http://www.w3.org/2000/svg'
19
+ className={className}
20
+ >
21
+ <path d='M6 5H14M14 5L12 3M14 5L12 7' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
22
+ <path d='M10 11L2 11M2 11L4 13M2 11L4 9' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
23
+ </svg>
24
+ )
25
+ break
26
+ case 'medium':
27
+ icon = (
28
+ <svg
29
+ width={24}
30
+ height={24}
31
+ viewBox='0 0 24 24'
32
+ fill='none'
33
+ xmlns='http://www.w3.org/2000/svg'
34
+ className={className}
35
+ >
36
+ <path d='M9 7.5H21M21 7.5L18 4.5M21 7.5L18 10.5' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
37
+ <path d='M15 16.5L3 16.5M3 16.5L6 19.5M3 16.5L6 13.5' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
38
+
39
+ </svg>
40
+ )
41
+ break
42
+ case 'large':
43
+ icon = (
44
+ <svg
45
+ width={40}
46
+ height={40}
47
+ viewBox='0 0 40 40'
48
+ fill='none'
49
+ xmlns='http://www.w3.org/2000/svg'
50
+ className={className}
51
+ >
52
+ <path d='M15 12.5H35M35 12.5L30 7.5M35 12.5L30 17.5' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
53
+ <path d='M25 27.5L5 27.5M5 27.5L10 32.5M5 27.5L10 22.5' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
54
+
55
+ </svg>
56
+ )
57
+ break
58
+
59
+ default:
60
+ break
61
+ }
62
+ return icon
63
+ }
64
+
65
+ SwitchIcon.propTypes = {
66
+ /**
67
+ * color of text, icon and borders
68
+ */
69
+ color: PropTypes.oneOf(COLORS_ICON),
70
+ /**
71
+ * Size
72
+ */
73
+ size: PropTypes.oneOf(SIZES)
74
+ }
75
+
76
+ SwitchIcon.defaultProps = {
77
+ color: 'main-dark-blue',
78
+ size: 'medium'
79
+ }
80
+
81
+ export default SwitchIcon
@@ -0,0 +1,91 @@
1
+ import * as React from 'react'
2
+ import PropTypes from 'prop-types'
3
+ import styles from './Icons.module.css'
4
+ import { COLORS_ICON, SIZES } from '../constants'
5
+
6
+ const TeamsIcon = ({ color, size }) => {
7
+ const className = `${styles.noShrinkForFlex} ` + styles[`${color}`]
8
+ let icon = <></>
9
+
10
+ switch (size) {
11
+ case 'small':
12
+ icon = (
13
+ <svg
14
+ width={16}
15
+ height={16}
16
+ viewBox='0 0 16 16'
17
+ fill='none'
18
+ xmlns='http://www.w3.org/2000/svg'
19
+ className={className}
20
+ >
21
+ <path d='M8.0001 9.62964C6.10656 9.62964 4.57153 10.6909 4.57153 12H11.4287C11.4287 10.6909 9.89365 9.62964 8.0001 9.62964Z' stroke='none' strokeLinejoin='round' />
22
+ <ellipse cx={7.99993} cy={6.66668} rx={1.71429} ry={1.77778} stroke='none' />
23
+ <path d='M5.42857 8.74074C3.53502 8.74074 2 9.80199 2 11.1111H3' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
24
+ <path d='M6 4.10113C5.82129 4.03564 5.62898 4 5.42864 4C4.48187 4 3.71436 4.79594 3.71436 5.77778C3.71436 6.60612 4.26065 7.30215 5 7.49953' stroke='none' strokeLinecap='round' />
25
+ <path d='M10.5714 8.74074C12.465 8.74074 14 9.80199 14 11.1111H13' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
26
+ <path d='M10.8894 7.52502C11.6842 7.37038 12.2856 6.64692 12.2856 5.77778C12.2856 4.79594 11.5181 4 10.5714 4C10.371 4 10.1787 4.03564 10 4.10113' stroke='none' strokeLinecap='round' />
27
+ </svg>
28
+ )
29
+ break
30
+ case 'medium':
31
+ icon = (
32
+ <svg
33
+ width={24}
34
+ height={24}
35
+ viewBox='0 0 24 24'
36
+ fill='none'
37
+ xmlns='http://www.w3.org/2000/svg'
38
+ className={className}
39
+ >
40
+ <path d='M12.0003 14.4444C9.15996 14.4444 6.85742 16.0363 6.85742 18H17.1431C17.1431 16.0363 14.8406 14.4444 12.0003 14.4444Z' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
41
+ <ellipse cx={12.0001} cy={10} rx={2.57143} ry={2.66667} stroke='none' strokeWidth={1.5} />
42
+ <path d='M8.14286 13.1111C5.30254 13.1111 3 14.703 3 16.6667H4.5' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
43
+ <path d='M9 6.1517C8.73193 6.05346 8.44347 6 8.14296 6C6.7228 6 5.57153 7.19391 5.57153 8.66667C5.57153 9.90919 6.39098 10.9532 7.5 11.2493' stroke='none' strokeWidth={1.5} strokeLinecap='round' />
44
+ <path d='M15.8571 13.1111C18.6975 13.1111 21 14.703 21 16.6667H19.5' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
45
+ <path d='M16.3341 11.2875C17.5263 11.0556 18.4285 9.97037 18.4285 8.66667C18.4285 7.19391 17.2772 6 15.857 6C15.5565 6 15.2681 6.05346 15 6.1517' stroke='none' strokeWidth={1.5} strokeLinecap='round' />
46
+ </svg>
47
+ )
48
+ break
49
+ case 'large':
50
+ icon = (
51
+ <svg
52
+ width={40}
53
+ height={40}
54
+ viewBox='0 0 40 40'
55
+ fill='none'
56
+ xmlns='http://www.w3.org/2000/svg'
57
+ className={className}
58
+ >
59
+ <path d='M20.0001 24.0741C15.2663 24.0741 11.4287 26.7272 11.4287 30H28.5716C28.5716 26.7272 24.734 24.0741 20.0001 24.0741Z' stroke='none' strokeWidth={2} strokeLinejoin='round' />
60
+ <ellipse cx={19.9998} cy={16.6667} rx={4.28571} ry={4.44444} stroke='none' strokeWidth={2} />
61
+ <path d='M13.5714 21.8519C8.83756 21.8519 5 24.505 5 27.7778H7.5' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
62
+ <path d='M14.9998 10.2528C14.553 10.0891 14.0722 10 13.5714 10C11.2044 10 9.28564 11.9898 9.28564 14.4444C9.28564 16.5153 10.6514 18.2554 12.4998 18.7488' stroke='none' strokeWidth={2} strokeLinecap='round' />
63
+ <path d='M26.4286 21.8519C31.1624 21.8519 35 24.505 35 27.7778H32.5' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
64
+ <path d='M27.2238 18.8125C29.2108 18.426 30.7144 16.6173 30.7144 14.4444C30.7144 11.9898 28.7956 10 26.4286 10C25.9278 10 25.447 10.0891 25.0002 10.2528' stroke='none' strokeWidth={2} strokeLinecap='round' />
65
+ </svg>
66
+ )
67
+ break
68
+
69
+ default:
70
+ break
71
+ }
72
+ return icon
73
+ }
74
+
75
+ TeamsIcon.propTypes = {
76
+ /**
77
+ * color of text, icon and borders
78
+ */
79
+ color: PropTypes.oneOf(COLORS_ICON),
80
+ /**
81
+ * Size
82
+ */
83
+ size: PropTypes.oneOf(SIZES)
84
+ }
85
+
86
+ TeamsIcon.defaultProps = {
87
+ color: 'main-dark-blue',
88
+ size: 'medium'
89
+ }
90
+
91
+ export default TeamsIcon
@@ -25,7 +25,7 @@ const WorkspaceEmptyIcon = ({ color, size }) => {
25
25
  <rect x={36} y={52.8334} width={10.6667} height={11.7483} rx={1} stroke='none' strokeWidth={3} />
26
26
  <rect x={52} y={52.8334} width={16} height={11.7483} rx={1} stroke='none' strokeWidth={3} />
27
27
  <rect x={68} y={80.8334} width={10.6667} height={11.7483} rx={1} transform='rotate(-180 68 80.8334)' stroke='none' strokeWidth={3} />
28
- <rect x={52} y={80.8334} width={16} height={11.7483} rx='1' transform='rotate(-180 52 80.8334)' stroke='none' strokeWidth={3} />
28
+ <rect x={52} y={80.8334} width={16} height={11.7483} rx={1} transform='rotate(-180 52 80.8334)' stroke='none' strokeWidth={3} />
29
29
  </svg>
30
30
  )
31
31
  break
@@ -19,6 +19,8 @@ import BillingIcon from './BillingIcon'
19
19
  import CalendarIcon from './CalendarIcon'
20
20
  import Calendar1DayIcon from './Calendar1DayIcon'
21
21
  import Calendar7DaysIcon from './Calendar7DaysIcon'
22
+ import CheckListIcon from './CheckListIcon'
23
+
22
24
  import CircleAddIcon from './CircleAddIcon'
23
25
  import CircleArrowLeftIcon from './CircleArrowLeftIcon'
24
26
  import CircleArrowRightIcon from './CircleArrowRightIcon'
@@ -58,6 +60,8 @@ import RequestOwnershipIcon from './RequestOwnershipIcon'
58
60
  import RestartIcon from './RestartIcon'
59
61
  import RocketIcon from './RocketIcon'
60
62
  import SendIcon from './SendIcon'
63
+ import SlotIcon from './SlotIcon'
64
+ import SwitchIcon from './SwitchIcon'
61
65
  import SocialDiscordIcon from './SocialDiscordIcon'
62
66
  import SocialGitHubIcon from './SocialGitHubIcon'
63
67
  import SocialGitLabIcon from './SocialGitLabIcon'
@@ -67,6 +71,7 @@ import SocialTwitterIcon from './SocialTwitterIcon'
67
71
  import StopIcon from './StopIcon'
68
72
  import TerminalIcon from './TerminalIcon'
69
73
  import TwoUsersIcon from './TwoUsersIcon'
74
+ import TeamsIcon from './TeamsIcon'
70
75
  import UpgradeIcon from './UpgradeIcon'
71
76
  import UserIcon from './UserIcon'
72
77
  import UserRemoveIcon from './UserRemoveIcon'
@@ -101,6 +106,7 @@ export default {
101
106
  CalendarIcon,
102
107
  Calendar1DayIcon,
103
108
  Calendar7DaysIcon,
109
+ CheckListIcon,
104
110
  CircleAddIcon,
105
111
  CircleArrowLeftIcon,
106
112
  CircleArrowRightIcon,
@@ -141,6 +147,8 @@ export default {
141
147
  RocketIcon,
142
148
  SendIcon,
143
149
  StopIcon,
150
+ SlotIcon,
151
+ SwitchIcon,
144
152
  SocialDiscordIcon,
145
153
  SocialGitHubIcon,
146
154
  SocialGitLabIcon,
@@ -152,6 +160,7 @@ export default {
152
160
  UserIcon,
153
161
  UserRemoveIcon,
154
162
  UserRoleIcon,
163
+ TeamsIcon,
155
164
  TwoUsersIcon,
156
165
  WorkspaceDynamicIcon,
157
166
  WorkspaceEmptyIcon,
@@ -0,0 +1,59 @@
1
+ import React from 'react'
2
+ import PropTypes from 'prop-types'
3
+ import { MAIN_DARK_BLUE, WHITE } from '../constants'
4
+
5
+ function AdvancedLogo ({ backgroundColor, width, height }) {
6
+ let icon = (
7
+ <svg width={width} height={height} viewBox='0 0 539 182' fill='none' xmlns='http://www.w3.org/2000/svg'>
8
+ <path d='M186.81 64.7676H502.742C522.767 64.7676 539 81.0007 539 101.025V101.025C539 121.05 522.767 137.283 502.742 137.283H186.81L213.978 122.78L222.859 96.8815L207.708 75.1269L186.81 64.7676Z' fill='#00283D' />
9
+ <path d='M64.8326 133.141H191.666V133.1C196.472 132.877 201.167 131.579 205.404 129.302C209.642 127.026 213.314 123.828 216.151 119.946C218.988 116.064 220.917 111.595 221.796 106.87C222.674 102.144 222.481 97.2817 221.229 92.6408C219.977 87.9998 217.699 83.6984 214.563 80.0534C211.427 76.4084 207.512 73.5127 203.107 71.5795C198.701 69.6463 193.918 68.7249 189.109 68.8831C184.3 69.0413 179.588 70.2751 175.32 72.4936C172.686 66.4188 168.699 61.0245 163.663 56.7211C158.626 52.4177 152.674 49.3188 146.258 47.6602M37.6245 47.6602C28.2851 50.0658 20.0115 55.5051 14.1055 63.1222C8.19945 70.7393 4.99629 80.1017 5 89.7365C5.00372 99.3712 8.2141 108.731 14.126 116.344C20.0379 123.956 28.3157 129.389 37.657 131.788' stroke='#00283D' strokeWidth={8.3591} strokeLinecap='round' strokeLinejoin='round' />
10
+ <path d='M87.798 74.3008L70.8761 80.2407L78.323 96.0184' stroke='#21FA90' strokeWidth={8.3591} strokeLinecap='round' strokeLinejoin='round' />
11
+ <path d='M71.2574 80.5203C78.9735 85.0529 87.9728 86.9112 96.8556 85.8061C105.738 84.701 114.006 80.6945 120.374 74.4097C126.742 68.1249 130.851 59.9143 132.064 51.0548C133.278 42.1954 131.526 33.1838 127.082 25.4218C122.637 17.6598 115.75 11.5825 107.49 8.13521C99.231 4.68791 90.0627 4.06387 81.4115 6.36015C72.7603 8.65642 65.1113 13.7443 59.6542 20.8324C54.1971 27.9204 51.2378 36.6113 51.2366 45.5533V106.043' stroke='#21FA90' strokeWidth={8.3591} strokeLinecap='round' strokeLinejoin='round' />
12
+ <path opacity={0.2} d='M51.2366 169.992V177.058' stroke='#21FA90' strokeWidth={8.3591} strokeLinecap='round' strokeLinejoin='round' />
13
+ <path opacity={0.4} d='M51.3015 147.756V158.918' stroke='#21FA90' strokeWidth={8.3591} strokeLinecap='round' strokeLinejoin='round' />
14
+ <path opacity={0.7} d='M51.2366 117.537V136.2' stroke='#21FA90' strokeWidth={8.3591} strokeLinecap='round' strokeLinejoin='round' />
15
+ <path d='M234.405 119.738L250.705 83.1671H259.064L275.417 119.738H266.535L253.161 87.4511H256.504L243.078 119.738H234.405ZM242.555 111.902L244.802 105.475H263.61L265.908 111.902H242.555ZM290.45 120.156C287.803 120.156 285.417 119.564 283.292 118.38C281.168 117.161 279.479 115.472 278.225 113.312C277.006 111.153 276.396 108.61 276.396 105.684C276.396 102.724 277.006 100.164 278.225 98.0045C279.479 95.8451 281.168 94.1732 283.292 92.989C285.417 91.8048 287.803 91.2127 290.45 91.2127C292.818 91.2127 294.891 91.7352 296.667 92.7801C298.443 93.8249 299.819 95.4097 300.794 97.5343C301.769 99.6589 302.257 102.376 302.257 105.684C302.257 108.958 301.787 111.675 300.847 113.835C299.906 115.959 298.548 117.544 296.771 118.589C295.03 119.634 292.923 120.156 290.45 120.156ZM291.86 113.469C293.184 113.469 294.386 113.155 295.465 112.528C296.545 111.902 297.398 111.013 298.025 109.864C298.687 108.68 299.018 107.287 299.018 105.684C299.018 104.047 298.687 102.654 298.025 101.505C297.398 100.355 296.545 99.4673 295.465 98.8404C294.386 98.2135 293.184 97.9 291.86 97.9C290.502 97.9 289.283 98.2135 288.203 98.8404C287.124 99.4673 286.253 100.355 285.591 101.505C284.964 102.654 284.651 104.047 284.651 105.684C284.651 107.287 284.964 108.68 285.591 109.864C286.253 111.013 287.124 111.902 288.203 112.528C289.283 113.155 290.502 113.469 291.86 113.469ZM299.227 119.738V113.991L299.384 105.632L298.861 97.3253V80.9728H307.011V119.738H299.227ZM322.182 119.738L310.375 91.6307H318.786L328.608 115.82H324.429L334.616 91.6307H342.453L330.594 119.738H322.182ZM362.101 119.738V114.252L361.579 113.051V103.229C361.579 101.487 361.039 100.129 359.959 99.1539C358.914 98.1786 357.295 97.691 355.1 97.691C353.603 97.691 352.122 97.9348 350.659 98.4224C349.231 98.8752 348.012 99.5022 347.002 100.303L344.077 94.6086C345.609 93.5289 347.455 92.693 349.615 92.1009C351.774 91.5088 353.968 91.2127 356.197 91.2127C360.481 91.2127 363.808 92.2228 366.176 94.2429C368.544 96.263 369.729 99.4151 369.729 103.699V119.738H362.101ZM353.533 120.156C351.339 120.156 349.458 119.79 347.891 119.059C346.323 118.293 345.122 117.265 344.286 115.977C343.45 114.688 343.032 113.242 343.032 111.64C343.032 109.968 343.432 108.506 344.233 107.252C345.069 105.998 346.375 105.023 348.152 104.326C349.928 103.595 352.244 103.229 355.1 103.229H362.571V107.983H355.988C354.073 107.983 352.749 108.297 352.018 108.924C351.321 109.551 350.973 110.334 350.973 111.275C350.973 112.319 351.374 113.155 352.175 113.782C353.01 114.374 354.142 114.67 355.57 114.67C356.929 114.67 358.148 114.357 359.228 113.73C360.307 113.068 361.091 112.11 361.579 110.857L362.832 114.618C362.24 116.429 361.161 117.805 359.593 118.746C358.026 119.686 356.006 120.156 353.533 120.156ZM394.189 91.2127C396.418 91.2127 398.403 91.6655 400.145 92.5711C401.921 93.4418 403.314 94.8002 404.324 96.6461C405.334 98.4573 405.839 100.791 405.839 103.647V119.738H397.689V104.901C397.689 102.637 397.184 100.965 396.174 99.8853C395.199 98.8056 393.806 98.2657 391.995 98.2657C390.706 98.2657 389.539 98.5444 388.494 99.1016C387.484 99.6241 386.683 100.443 386.091 101.557C385.534 102.672 385.255 104.1 385.255 105.841V119.738H377.105V91.6307H384.889V99.4151L383.427 97.0641C384.437 95.1833 385.882 93.7379 387.763 92.7278C389.644 91.7177 391.786 91.2127 394.189 91.2127ZM427.015 120.156C423.985 120.156 421.285 119.547 418.917 118.328C416.548 117.074 414.685 115.35 413.327 113.155C412.003 110.961 411.341 108.471 411.341 105.684C411.341 102.863 412.003 100.373 413.327 98.2135C414.685 96.0192 416.548 94.3126 418.917 93.0935C421.285 91.8397 423.985 91.2127 427.015 91.2127C429.975 91.2127 432.553 91.8397 434.747 93.0935C436.941 94.3126 438.561 96.0714 439.606 98.3702L433.284 101.766C432.553 100.443 431.63 99.4673 430.515 98.8404C429.435 98.2135 428.251 97.9 426.962 97.9C425.569 97.9 424.315 98.2135 423.201 98.8404C422.086 99.4673 421.198 100.355 420.536 101.505C419.909 102.654 419.596 104.047 419.596 105.684C419.596 107.321 419.909 108.715 420.536 109.864C421.198 111.013 422.086 111.902 423.201 112.528C424.315 113.155 425.569 113.469 426.962 113.469C428.251 113.469 429.435 113.173 430.515 112.581C431.63 111.954 432.553 110.961 433.284 109.603L439.606 113.051C438.561 115.315 436.941 117.074 434.747 118.328C432.553 119.547 429.975 120.156 427.015 120.156ZM457.89 120.156C454.686 120.156 451.865 119.529 449.427 118.275C447.023 117.021 445.16 115.315 443.837 113.155C442.513 110.961 441.851 108.471 441.851 105.684C441.851 102.863 442.496 100.373 443.784 98.2135C445.108 96.0192 446.902 94.3126 449.165 93.0935C451.429 91.8397 453.989 91.2127 456.845 91.2127C459.597 91.2127 462.07 91.8048 464.264 92.989C466.493 94.1384 468.252 95.8102 469.541 98.0045C470.829 100.164 471.474 102.759 471.474 105.789C471.474 106.102 471.456 106.468 471.422 106.886C471.387 107.269 471.352 107.635 471.317 107.983H448.486V103.229H467.033L463.898 104.64C463.898 103.177 463.602 101.905 463.01 100.826C462.418 99.746 461.6 98.9101 460.555 98.318C459.51 97.691 458.291 97.3776 456.898 97.3776C455.504 97.3776 454.268 97.691 453.188 98.318C452.143 98.9101 451.325 99.7634 450.733 100.878C450.141 101.958 449.845 103.246 449.845 104.744V105.998C449.845 107.53 450.176 108.889 450.837 110.073C451.534 111.222 452.492 112.11 453.711 112.737C454.965 113.33 456.427 113.626 458.099 113.626C459.597 113.626 460.903 113.399 462.018 112.946C463.167 112.494 464.212 111.814 465.152 110.909L469.489 115.611C468.2 117.074 466.58 118.206 464.63 119.007C462.679 119.773 460.433 120.156 457.89 120.156ZM488.968 120.156C486.321 120.156 483.935 119.564 481.811 118.38C479.686 117.161 477.997 115.472 476.743 113.312C475.524 111.153 474.915 108.61 474.915 105.684C474.915 102.724 475.524 100.164 476.743 98.0045C477.997 95.8451 479.686 94.1732 481.811 92.989C483.935 91.8048 486.321 91.2127 488.968 91.2127C491.337 91.2127 493.409 91.7352 495.185 92.7801C496.962 93.8249 498.338 95.4097 499.313 97.5343C500.288 99.6589 500.776 102.376 500.776 105.684C500.776 108.958 500.305 111.675 499.365 113.835C498.425 115.959 497.066 117.544 495.29 118.589C493.548 119.634 491.441 120.156 488.968 120.156ZM490.379 113.469C491.702 113.469 492.904 113.155 493.984 112.528C495.064 111.902 495.917 111.013 496.544 109.864C497.206 108.68 497.536 107.287 497.536 105.684C497.536 104.047 497.206 102.654 496.544 101.505C495.917 100.355 495.064 99.4673 493.984 98.8404C492.904 98.2135 491.702 97.9 490.379 97.9C489.021 97.9 487.802 98.2135 486.722 98.8404C485.642 99.4673 484.771 100.355 484.11 101.505C483.483 102.654 483.169 104.047 483.169 105.684C483.169 107.287 483.483 108.68 484.11 109.864C484.771 111.013 485.642 111.902 486.722 112.528C487.802 113.155 489.021 113.469 490.379 113.469ZM497.745 119.738V113.991L497.902 105.632L497.38 97.3253V80.9728H505.53V119.738H497.745Z' fill='white' />
16
+ </svg>
17
+ )
18
+
19
+ if (backgroundColor === MAIN_DARK_BLUE) {
20
+ icon = (
21
+ <svg width={width} height={height} viewBox='0 0 539 182' fill='none' xmlns='http://www.w3.org/2000/svg'>
22
+ <path d='M186.81 64.7676H502.742C522.767 64.7676 539 81.0007 539 101.025V101.025C539 121.05 522.767 137.283 502.742 137.283H186.81L213.978 122.78L222.859 96.8815L207.708 75.1269L186.81 64.7676Z' fill='white' />
23
+ <path d='M64.8326 133.141H191.666V133.1C196.472 132.877 201.167 131.579 205.404 129.302C209.642 127.026 213.314 123.828 216.151 119.946C218.988 116.064 220.917 111.595 221.796 106.87C222.674 102.144 222.481 97.2817 221.229 92.6408C219.977 87.9998 217.699 83.6984 214.563 80.0534C211.427 76.4084 207.512 73.5127 203.107 71.5795C198.701 69.6463 193.918 68.7249 189.109 68.8831C184.3 69.0413 179.588 70.2751 175.32 72.4936C172.686 66.4188 168.699 61.0245 163.663 56.7211C158.626 52.4177 152.674 49.3188 146.258 47.6602M37.6245 47.6602C28.2851 50.0658 20.0115 55.5051 14.1055 63.1222C8.19945 70.7393 4.99629 80.1017 5 89.7365C5.00372 99.3712 8.2141 108.731 14.126 116.344C20.0379 123.956 28.3157 129.389 37.657 131.788' stroke='white' strokeWidth={8.3591} strokeLinecap='round' strokeLinejoin='round' />
24
+ <path d='M87.798 74.3008L70.8761 80.2407L78.323 96.0184' stroke='#21FA90' strokeWidth={8.3591} strokeLinecap='round' strokeLinejoin='round' />
25
+ <path d='M71.2574 80.5203C78.9735 85.0529 87.9728 86.9112 96.8556 85.8061C105.738 84.701 114.006 80.6945 120.374 74.4097C126.742 68.1249 130.851 59.9143 132.064 51.0548C133.278 42.1954 131.526 33.1838 127.082 25.4218C122.637 17.6598 115.75 11.5825 107.49 8.13521C99.231 4.68791 90.0627 4.06387 81.4115 6.36015C72.7603 8.65642 65.1113 13.7443 59.6542 20.8324C54.1971 27.9204 51.2378 36.6113 51.2366 45.5533V106.043' stroke='#21FA90' strokeWidth={8.3591} strokeLinecap='round' strokeLinejoin='round' />
26
+ <path opacity={0.2} d='M51.2366 169.992V177.058' stroke='#21FA90' strokeWidth={8.3591} strokeLinecap='round' strokeLinejoin='round' />
27
+ <path opacity={0.4} d='M51.3015 147.756V158.918' stroke='#21FA90' strokeWidth={8.3591} strokeLinecap='round' strokeLinejoin='round' />
28
+ <path opacity={0.7} d='M51.2366 117.537V136.2' stroke='#21FA90' strokeWidth={8.3591} strokeLinecap='round' strokeLinejoin='round' />
29
+ <path d='M234.405 119.738L250.705 83.1671H259.064L275.417 119.738H266.535L253.161 87.4511H256.504L243.078 119.738H234.405ZM242.555 111.902L244.802 105.475H263.61L265.908 111.902H242.555ZM290.45 120.156C287.803 120.156 285.417 119.564 283.292 118.38C281.168 117.161 279.479 115.472 278.225 113.312C277.006 111.153 276.396 108.61 276.396 105.684C276.396 102.724 277.006 100.164 278.225 98.0045C279.479 95.8451 281.168 94.1732 283.292 92.989C285.417 91.8048 287.803 91.2127 290.45 91.2127C292.818 91.2127 294.891 91.7352 296.667 92.7801C298.443 93.8249 299.819 95.4097 300.794 97.5343C301.769 99.6589 302.257 102.376 302.257 105.684C302.257 108.958 301.787 111.675 300.847 113.835C299.906 115.959 298.548 117.544 296.771 118.589C295.03 119.634 292.923 120.156 290.45 120.156ZM291.86 113.469C293.184 113.469 294.386 113.155 295.465 112.528C296.545 111.902 297.398 111.013 298.025 109.864C298.687 108.68 299.018 107.287 299.018 105.684C299.018 104.047 298.687 102.654 298.025 101.505C297.398 100.355 296.545 99.4673 295.465 98.8404C294.386 98.2135 293.184 97.9 291.86 97.9C290.502 97.9 289.283 98.2135 288.203 98.8404C287.124 99.4673 286.253 100.355 285.591 101.505C284.964 102.654 284.651 104.047 284.651 105.684C284.651 107.287 284.964 108.68 285.591 109.864C286.253 111.013 287.124 111.902 288.203 112.528C289.283 113.155 290.502 113.469 291.86 113.469ZM299.227 119.738V113.991L299.384 105.632L298.861 97.3253V80.9728H307.011V119.738H299.227ZM322.182 119.738L310.375 91.6307H318.786L328.608 115.82H324.429L334.616 91.6307H342.453L330.594 119.738H322.182ZM362.101 119.738V114.252L361.579 113.051V103.229C361.579 101.487 361.039 100.129 359.959 99.1539C358.914 98.1786 357.295 97.691 355.1 97.691C353.603 97.691 352.122 97.9348 350.659 98.4224C349.231 98.8752 348.012 99.5022 347.002 100.303L344.077 94.6086C345.609 93.5289 347.455 92.693 349.615 92.1009C351.774 91.5088 353.968 91.2127 356.197 91.2127C360.481 91.2127 363.808 92.2228 366.176 94.2429C368.544 96.263 369.729 99.4151 369.729 103.699V119.738H362.101ZM353.533 120.156C351.339 120.156 349.458 119.79 347.891 119.059C346.323 118.293 345.122 117.265 344.286 115.977C343.45 114.688 343.032 113.242 343.032 111.64C343.032 109.968 343.432 108.506 344.233 107.252C345.069 105.998 346.375 105.023 348.152 104.326C349.928 103.595 352.244 103.229 355.1 103.229H362.571V107.983H355.988C354.073 107.983 352.749 108.297 352.018 108.924C351.321 109.551 350.973 110.334 350.973 111.275C350.973 112.319 351.374 113.155 352.175 113.782C353.01 114.374 354.142 114.67 355.57 114.67C356.929 114.67 358.148 114.357 359.228 113.73C360.307 113.068 361.091 112.11 361.579 110.857L362.832 114.618C362.24 116.429 361.161 117.805 359.593 118.746C358.026 119.686 356.006 120.156 353.533 120.156ZM394.189 91.2127C396.418 91.2127 398.403 91.6655 400.145 92.5711C401.921 93.4418 403.314 94.8002 404.324 96.6461C405.334 98.4573 405.839 100.791 405.839 103.647V119.738H397.689V104.901C397.689 102.637 397.184 100.965 396.174 99.8853C395.199 98.8056 393.806 98.2657 391.995 98.2657C390.706 98.2657 389.539 98.5444 388.494 99.1016C387.484 99.6241 386.683 100.443 386.091 101.557C385.534 102.672 385.255 104.1 385.255 105.841V119.738H377.105V91.6307H384.889V99.4151L383.427 97.0641C384.437 95.1833 385.882 93.7379 387.763 92.7278C389.644 91.7177 391.786 91.2127 394.189 91.2127ZM427.015 120.156C423.985 120.156 421.285 119.547 418.917 118.328C416.548 117.074 414.685 115.35 413.327 113.155C412.003 110.961 411.341 108.471 411.341 105.684C411.341 102.863 412.003 100.373 413.327 98.2135C414.685 96.0192 416.548 94.3126 418.917 93.0935C421.285 91.8397 423.985 91.2127 427.015 91.2127C429.975 91.2127 432.553 91.8397 434.747 93.0935C436.941 94.3126 438.561 96.0714 439.606 98.3702L433.284 101.766C432.553 100.443 431.63 99.4673 430.515 98.8404C429.435 98.2135 428.251 97.9 426.962 97.9C425.569 97.9 424.315 98.2135 423.201 98.8404C422.086 99.4673 421.198 100.355 420.536 101.505C419.909 102.654 419.596 104.047 419.596 105.684C419.596 107.321 419.909 108.715 420.536 109.864C421.198 111.013 422.086 111.902 423.201 112.528C424.315 113.155 425.569 113.469 426.962 113.469C428.251 113.469 429.435 113.173 430.515 112.581C431.63 111.954 432.553 110.961 433.284 109.603L439.606 113.051C438.561 115.315 436.941 117.074 434.747 118.328C432.553 119.547 429.975 120.156 427.015 120.156ZM457.89 120.156C454.686 120.156 451.865 119.529 449.427 118.275C447.023 117.021 445.16 115.315 443.837 113.155C442.513 110.961 441.851 108.471 441.851 105.684C441.851 102.863 442.496 100.373 443.784 98.2135C445.108 96.0192 446.902 94.3126 449.165 93.0935C451.429 91.8397 453.989 91.2127 456.845 91.2127C459.597 91.2127 462.07 91.8048 464.264 92.989C466.493 94.1384 468.252 95.8102 469.541 98.0045C470.829 100.164 471.474 102.759 471.474 105.789C471.474 106.102 471.456 106.468 471.422 106.886C471.387 107.269 471.352 107.635 471.317 107.983H448.486V103.229H467.033L463.898 104.64C463.898 103.177 463.602 101.905 463.01 100.826C462.418 99.746 461.6 98.9101 460.555 98.318C459.51 97.691 458.291 97.3776 456.898 97.3776C455.504 97.3776 454.268 97.691 453.188 98.318C452.143 98.9101 451.325 99.7634 450.733 100.878C450.141 101.958 449.845 103.246 449.845 104.744V105.998C449.845 107.53 450.176 108.889 450.837 110.073C451.534 111.222 452.492 112.11 453.711 112.737C454.965 113.33 456.427 113.626 458.099 113.626C459.597 113.626 460.903 113.399 462.018 112.946C463.167 112.494 464.212 111.814 465.152 110.909L469.489 115.611C468.2 117.074 466.58 118.206 464.63 119.007C462.679 119.773 460.433 120.156 457.89 120.156ZM488.968 120.156C486.321 120.156 483.935 119.564 481.811 118.38C479.686 117.161 477.997 115.472 476.743 113.312C475.524 111.153 474.915 108.61 474.915 105.684C474.915 102.724 475.524 100.164 476.743 98.0045C477.997 95.8451 479.686 94.1732 481.811 92.989C483.935 91.8048 486.321 91.2127 488.968 91.2127C491.337 91.2127 493.409 91.7352 495.185 92.7801C496.962 93.8249 498.338 95.4097 499.313 97.5343C500.288 99.6589 500.776 102.376 500.776 105.684C500.776 108.958 500.305 111.675 499.365 113.835C498.425 115.959 497.066 117.544 495.29 118.589C493.548 119.634 491.441 120.156 488.968 120.156ZM490.379 113.469C491.702 113.469 492.904 113.155 493.984 112.528C495.064 111.902 495.917 111.013 496.544 109.864C497.206 108.68 497.536 107.287 497.536 105.684C497.536 104.047 497.206 102.654 496.544 101.505C495.917 100.355 495.064 99.4673 493.984 98.8404C492.904 98.2135 491.702 97.9 490.379 97.9C489.021 97.9 487.802 98.2135 486.722 98.8404C485.642 99.4673 484.771 100.355 484.11 101.505C483.483 102.654 483.169 104.047 483.169 105.684C483.169 107.287 483.483 108.68 484.11 109.864C484.771 111.013 485.642 111.902 486.722 112.528C487.802 113.155 489.021 113.469 490.379 113.469ZM497.745 119.738V113.991L497.902 105.632L497.38 97.3253V80.9728H505.53V119.738H497.745Z' fill='#00283D' />
30
+
31
+ </svg>
32
+ )
33
+ }
34
+
35
+ return icon
36
+ }
37
+
38
+ AdvancedLogo.propTypes = {
39
+ /**
40
+ * background color of the button
41
+ */
42
+ backgroundColor: PropTypes.oneOf([MAIN_DARK_BLUE, WHITE]),
43
+ /**
44
+ * width
45
+ */
46
+ width: PropTypes.number,
47
+ /**
48
+ * height
49
+ */
50
+ height: PropTypes.number
51
+ }
52
+
53
+ AdvancedLogo.defaultProps = {
54
+ backgroundColor: WHITE,
55
+ width: 539,
56
+ height: 182
57
+ }
58
+
59
+ export default AdvancedLogo