@platformatic/ui-components 0.1.91 → 0.1.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/index.d4907a34.js +206 -0
- package/dist/index.html +1 -1
- package/index.js +2 -0
- package/package.json +1 -1
- package/src/components/Logo.jsx +9 -5
- package/src/components/Logo.module.css +4 -1
- package/src/components/LogoDropDown.jsx +82 -0
- package/src/components/LogoDropDown.module.css +30 -0
- package/src/components/Modal.jsx +68 -10
- package/src/components/Modal.module.css +7 -1
- package/src/components/backgrounds/AppBackgroundIcon.jsx +12 -12
- package/src/components/backgrounds/LensBackgroundIcon.jsx +2 -2
- package/src/components/backgrounds/TimerBackgroundIcon.jsx +5 -5
- package/src/components/constants.js +8 -3
- package/src/components/icons/CheckListIcon.jsx +98 -0
- package/src/components/icons/SlotIcon.jsx +88 -0
- package/src/components/icons/TeamsIcon.jsx +91 -0
- package/src/components/icons/WorkspaceEmptyIcon.jsx +1 -1
- package/src/components/icons/index.js +7 -0
- package/src/components/logos/AdvancedLogo.jsx +58 -0
- package/src/components/logos/BasicLogo.jsx +22 -20
- package/src/components/logos/FreeLogo.jsx +22 -20
- package/src/components/logos/ProLogo.jsx +60 -0
- package/src/components/logos/index.js +5 -1
- package/src/stories/LogoDropDown.stories.jsx +43 -0
- package/src/stories/Modal.stories.jsx +15 -3
- package/dist/assets/index.e3fdc2c7.js +0 -206
|
@@ -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=
|
|
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,7 @@ 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'
|
|
61
64
|
import SocialDiscordIcon from './SocialDiscordIcon'
|
|
62
65
|
import SocialGitHubIcon from './SocialGitHubIcon'
|
|
63
66
|
import SocialGitLabIcon from './SocialGitLabIcon'
|
|
@@ -67,6 +70,7 @@ import SocialTwitterIcon from './SocialTwitterIcon'
|
|
|
67
70
|
import StopIcon from './StopIcon'
|
|
68
71
|
import TerminalIcon from './TerminalIcon'
|
|
69
72
|
import TwoUsersIcon from './TwoUsersIcon'
|
|
73
|
+
import TeamsIcon from './TeamsIcon'
|
|
70
74
|
import UpgradeIcon from './UpgradeIcon'
|
|
71
75
|
import UserIcon from './UserIcon'
|
|
72
76
|
import UserRemoveIcon from './UserRemoveIcon'
|
|
@@ -101,6 +105,7 @@ export default {
|
|
|
101
105
|
CalendarIcon,
|
|
102
106
|
Calendar1DayIcon,
|
|
103
107
|
Calendar7DaysIcon,
|
|
108
|
+
CheckListIcon,
|
|
104
109
|
CircleAddIcon,
|
|
105
110
|
CircleArrowLeftIcon,
|
|
106
111
|
CircleArrowRightIcon,
|
|
@@ -141,6 +146,7 @@ export default {
|
|
|
141
146
|
RocketIcon,
|
|
142
147
|
SendIcon,
|
|
143
148
|
StopIcon,
|
|
149
|
+
SlotIcon,
|
|
144
150
|
SocialDiscordIcon,
|
|
145
151
|
SocialGitHubIcon,
|
|
146
152
|
SocialGitLabIcon,
|
|
@@ -152,6 +158,7 @@ export default {
|
|
|
152
158
|
UserIcon,
|
|
153
159
|
UserRemoveIcon,
|
|
154
160
|
UserRoleIcon,
|
|
161
|
+
TeamsIcon,
|
|
155
162
|
TwoUsersIcon,
|
|
156
163
|
WorkspaceDynamicIcon,
|
|
157
164
|
WorkspaceEmptyIcon,
|
|
@@ -0,0 +1,58 @@
|
|
|
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 500 182' fill='none' xmlns='http://www.w3.org/2000/svg'>
|
|
8
|
+
<path d='M186.81 64.7676H463.622C483.647 64.7676 499.88 81.0007 499.88 101.025V101.025C499.88 121.05 483.647 137.283 463.622 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.156Z' fill='white' />
|
|
16
|
+
</svg>
|
|
17
|
+
)
|
|
18
|
+
|
|
19
|
+
if (backgroundColor === MAIN_DARK_BLUE) {
|
|
20
|
+
icon = (
|
|
21
|
+
<svg width={width} height={height} viewBox='0 0 500 182' fill='none' xmlns='http://www.w3.org/2000/svg'>
|
|
22
|
+
<path d='M186.81 64.7676H463.622C483.647 64.7676 499.88 81.0007 499.88 101.025V101.025C499.88 121.05 483.647 137.283 463.622 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.156Z' fill='#00283D' />
|
|
30
|
+
</svg>
|
|
31
|
+
)
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
return icon
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
AdvancedLogo.propTypes = {
|
|
38
|
+
/**
|
|
39
|
+
* background color of the button
|
|
40
|
+
*/
|
|
41
|
+
backgroundColor: PropTypes.oneOf([MAIN_DARK_BLUE, WHITE]),
|
|
42
|
+
/**
|
|
43
|
+
* width
|
|
44
|
+
*/
|
|
45
|
+
width: PropTypes.number,
|
|
46
|
+
/**
|
|
47
|
+
* height
|
|
48
|
+
*/
|
|
49
|
+
height: PropTypes.number
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
AdvancedLogo.defaultProps = {
|
|
53
|
+
backgroundColor: WHITE,
|
|
54
|
+
width: 500,
|
|
55
|
+
height: 182
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export default AdvancedLogo
|
|
@@ -4,30 +4,32 @@ import { MAIN_DARK_BLUE, WHITE } from '../constants'
|
|
|
4
4
|
|
|
5
5
|
function BasicLogo ({ backgroundColor, width, height }) {
|
|
6
6
|
let icon = (
|
|
7
|
-
<svg width={width} height={height} viewBox='0 0
|
|
8
|
-
<path d='
|
|
9
|
-
<path d='
|
|
10
|
-
<path d='
|
|
11
|
-
<path d='
|
|
12
|
-
<path opacity={0.2} d='
|
|
13
|
-
<path opacity={0.4} d='
|
|
14
|
-
<path opacity={0.7} d='
|
|
15
|
-
<path d='
|
|
7
|
+
<svg width={width} height={height} viewBox='0 0 423 182' fill='none' xmlns='http://www.w3.org/2000/svg'>
|
|
8
|
+
<path d='M187.436 64.9733H385.39C405.484 64.9733 421.773 81.2622 421.773 101.356V101.356C421.773 121.449 405.484 137.738 385.39 137.738H187.436L214.697 123.185L223.609 97.1977L208.406 75.3682L187.436 64.9733Z' fill='#00283D' />
|
|
9
|
+
<path d='M65.0386 133.582H192.308V133.542C197.131 133.317 201.842 132.015 206.094 129.73C210.347 127.446 214.032 124.238 216.878 120.342C219.725 116.446 221.66 111.962 222.542 107.221C223.424 102.479 223.229 97.5995 221.973 92.9426C220.717 88.2856 218.432 83.9694 215.284 80.3119C212.137 76.6543 208.209 73.7487 203.788 71.8088C199.368 69.8689 194.568 68.9443 189.743 69.1031C184.917 69.2618 180.189 70.4999 175.906 72.7261C173.263 66.6304 169.262 61.2174 164.209 56.8992C159.155 52.5811 153.182 49.4715 146.744 47.8071M37.7368 47.8071C28.3653 50.221 20.0632 55.6791 14.1368 63.3224C8.21048 70.9657 4.99629 80.3604 5.00001 90.0283C5.00374 99.6961 8.22518 109.088 14.1574 116.727C20.0897 124.366 28.396 129.818 37.7694 132.224' stroke='#00283D' strokeWidth={8.38788} strokeLinecap='round' strokeLinejoin='round' />
|
|
10
|
+
<path d='M88.0831 74.5393L71.1029 80.4997L78.5755 96.3317' stroke='#21FA90' strokeWidth={8.38788} strokeLinecap='round' strokeLinejoin='round' />
|
|
11
|
+
<path d='M71.4855 80.7803C79.2282 85.3285 88.2585 87.1932 97.1718 86.0843C106.085 84.9753 114.382 80.955 120.771 74.6486C127.161 68.3422 131.285 60.1033 132.502 51.2134C133.719 42.3234 131.961 33.2808 127.502 25.4921C123.042 17.7034 116.131 11.6052 107.843 8.146C99.5554 4.68684 90.3555 4.06065 81.6746 6.36483C72.9936 8.66901 65.3183 13.7744 59.8424 20.8869C54.3665 27.9993 51.397 36.7202 51.3958 45.6929V106.39' stroke='#21FA90' strokeWidth={8.38788} strokeLinecap='round' strokeLinejoin='round' />
|
|
12
|
+
<path opacity={0.2} d='M51.3958 170.56V177.651' stroke='#21FA90' strokeWidth={8.38788} strokeLinecap='round' strokeLinejoin='round' />
|
|
13
|
+
<path opacity={0.4} d='M51.461 148.247V159.448' stroke='#21FA90' strokeWidth={8.38788} strokeLinecap='round' strokeLinejoin='round' />
|
|
14
|
+
<path opacity={0.7} d='M51.3958 117.925V136.652' stroke='#21FA90' strokeWidth={8.38788} strokeLinecap='round' strokeLinejoin='round' />
|
|
15
|
+
<path d='M240.018 119.958V83.2607H257.947C262.56 83.2607 266.02 84.1344 268.327 85.8819C270.669 87.6294 271.839 89.936 271.839 92.8019C271.839 94.7241 271.368 96.4017 270.424 97.8346C269.48 99.2326 268.187 100.316 266.544 101.085C264.902 101.854 263.015 102.238 260.883 102.238L261.879 100.089C264.185 100.089 266.23 100.473 268.012 101.242C269.795 101.976 271.175 103.077 272.154 104.545C273.167 106.013 273.674 107.813 273.674 109.945C273.674 113.09 272.433 115.554 269.952 117.336C267.471 119.084 263.818 119.958 258.995 119.958H240.018ZM248.458 113.562H258.366C260.568 113.562 262.228 113.212 263.347 112.513C264.5 111.779 265.077 110.626 265.077 109.053C265.077 107.516 264.5 106.38 263.347 105.646C262.228 104.877 260.568 104.492 258.366 104.492H247.829V98.3064H256.898C258.96 98.3064 260.533 97.9569 261.617 97.2579C262.735 96.524 263.294 95.4231 263.294 93.9552C263.294 92.5223 262.735 91.4563 261.617 90.7573C260.533 90.0234 258.96 89.6564 256.898 89.6564H248.458V113.562ZM296.827 119.958V114.453L296.303 113.247V103.392C296.303 101.644 295.761 100.281 294.678 99.3025C293.629 98.3239 292.004 97.8346 289.802 97.8346C288.3 97.8346 286.814 98.0793 285.346 98.5686C283.913 99.0229 282.69 99.652 281.677 100.456L278.741 94.7416C280.279 93.6582 282.131 92.8194 284.298 92.2252C286.465 91.6311 288.667 91.334 290.903 91.334C295.202 91.334 298.54 92.3475 300.916 94.3746C303.293 96.4017 304.481 99.5646 304.481 103.863V119.958H296.827ZM288.23 120.377C286.028 120.377 284.141 120.01 282.568 119.276C280.995 118.507 279.789 117.476 278.951 116.183C278.112 114.89 277.692 113.44 277.692 111.832C277.692 110.154 278.094 108.686 278.898 107.428C279.737 106.17 281.048 105.191 282.83 104.492C284.612 103.759 286.937 103.392 289.802 103.392H297.299V108.162H290.694C288.771 108.162 287.443 108.477 286.709 109.106C286.01 109.735 285.661 110.521 285.661 111.465C285.661 112.513 286.063 113.352 286.867 113.981C287.705 114.575 288.841 114.872 290.274 114.872C291.637 114.872 292.861 114.558 293.944 113.929C295.027 113.265 295.814 112.304 296.303 111.046L297.561 114.82C296.967 116.637 295.884 118.018 294.311 118.962C292.738 119.905 290.711 120.377 288.23 120.377ZM321.372 120.377C318.96 120.377 316.636 120.097 314.399 119.538C312.197 118.944 310.45 118.21 309.157 117.336L311.883 111.465C313.176 112.269 314.696 112.933 316.444 113.457C318.226 113.946 319.974 114.191 321.686 114.191C323.573 114.191 324.902 113.964 325.67 113.509C326.474 113.055 326.876 112.426 326.876 111.622C326.876 110.958 326.562 110.469 325.933 110.154C325.338 109.805 324.535 109.543 323.521 109.368C322.507 109.193 321.389 109.018 320.166 108.844C318.978 108.669 317.772 108.442 316.549 108.162C315.325 107.848 314.207 107.393 313.193 106.799C312.18 106.205 311.359 105.401 310.73 104.388C310.135 103.374 309.838 102.064 309.838 100.456C309.838 98.6734 310.345 97.1007 311.359 95.7376C312.407 94.3746 313.91 93.3087 315.867 92.5398C317.824 91.7359 320.166 91.334 322.892 91.334C324.814 91.334 326.771 91.5437 328.763 91.9631C330.756 92.3825 332.416 92.9941 333.744 93.798L331.018 99.617C329.655 98.8132 328.274 98.2715 326.876 97.9919C325.513 97.6773 324.185 97.5201 322.892 97.5201C321.075 97.5201 319.746 97.7647 318.908 98.254C318.069 98.7433 317.65 99.3724 317.65 100.141C317.65 100.84 317.947 101.365 318.541 101.714C319.17 102.064 319.991 102.343 321.005 102.553C322.018 102.762 323.119 102.955 324.307 103.129C325.531 103.269 326.754 103.496 327.977 103.811C329.2 104.126 330.301 104.58 331.28 105.174C332.293 105.733 333.115 106.52 333.744 107.533C334.373 108.512 334.687 109.805 334.687 111.412C334.687 113.16 334.163 114.715 333.115 116.078C332.066 117.406 330.546 118.455 328.554 119.224C326.597 119.993 324.203 120.377 321.372 120.377ZM339.733 119.958V91.7534H347.911V119.958H339.733ZM343.822 87.8216C342.319 87.8216 341.096 87.3847 340.153 86.511C339.209 85.6372 338.737 84.5538 338.737 83.2607C338.737 81.9675 339.209 80.8841 340.153 80.0104C341.096 79.1366 342.319 78.6998 343.822 78.6998C345.325 78.6998 346.548 79.1192 347.492 79.958C348.436 80.7618 348.907 81.8103 348.907 83.1034C348.907 84.4664 348.436 85.6023 347.492 86.511C346.583 87.3847 345.36 87.8216 343.822 87.8216ZM369.132 120.377C366.091 120.377 363.383 119.765 361.006 118.542C358.629 117.284 356.76 115.554 355.397 113.352C354.069 111.15 353.404 108.651 353.404 105.856C353.404 103.025 354.069 100.526 355.397 98.3589C356.76 96.157 358.629 94.4445 361.006 93.2213C363.383 91.9631 366.091 91.334 369.132 91.334C372.102 91.334 374.689 91.9631 376.891 93.2213C379.092 94.4445 380.718 96.2095 381.766 98.5161L375.423 101.924C374.689 100.596 373.763 99.617 372.644 98.9879C371.561 98.3589 370.372 98.0443 369.079 98.0443C367.681 98.0443 366.423 98.3589 365.305 98.9879C364.186 99.617 363.295 100.508 362.631 101.662C362.002 102.815 361.688 104.213 361.688 105.856C361.688 107.498 362.002 108.896 362.631 110.049C363.295 111.203 364.186 112.094 365.305 112.723C366.423 113.352 367.681 113.667 369.079 113.667C370.372 113.667 371.561 113.37 372.644 112.776C373.763 112.146 374.689 111.15 375.423 109.787L381.766 113.247C380.718 115.519 379.092 117.284 376.891 118.542C374.689 119.765 372.102 120.377 369.132 120.377Z' fill='white' />
|
|
16
|
+
|
|
16
17
|
</svg>
|
|
17
18
|
|
|
18
19
|
)
|
|
19
20
|
|
|
20
21
|
if (backgroundColor === MAIN_DARK_BLUE) {
|
|
21
22
|
icon = (
|
|
22
|
-
<svg width={width} height={height} viewBox='0 0
|
|
23
|
-
<path d='
|
|
24
|
-
<path d='
|
|
25
|
-
<path d='
|
|
26
|
-
<path d='
|
|
27
|
-
<path opacity={0.2} d='
|
|
28
|
-
<path opacity={0.4} d='
|
|
29
|
-
<path opacity={0.7} d='
|
|
30
|
-
<path d='
|
|
23
|
+
<svg width={width} height={height} viewBox='0 0 423 182' fill='none' xmlns='http://www.w3.org/2000/svg'>
|
|
24
|
+
<path d='M187.436 64.9733H385.39C405.484 64.9733 421.773 81.2622 421.773 101.356V101.356C421.773 121.449 405.484 137.738 385.39 137.738H187.436L214.697 123.185L223.609 97.1977L208.406 75.3682L187.436 64.9733Z' fill='white' />
|
|
25
|
+
<path d='M65.0386 133.582H192.308V133.542C197.131 133.317 201.842 132.015 206.094 129.73C210.347 127.446 214.032 124.238 216.878 120.342C219.725 116.446 221.66 111.962 222.542 107.221C223.424 102.479 223.229 97.5995 221.973 92.9426C220.717 88.2856 218.432 83.9694 215.284 80.3119C212.137 76.6543 208.209 73.7487 203.788 71.8088C199.368 69.8689 194.568 68.9443 189.743 69.1031C184.917 69.2618 180.189 70.4999 175.906 72.7261C173.263 66.6304 169.262 61.2174 164.209 56.8992C159.155 52.5811 153.182 49.4715 146.744 47.8071M37.7368 47.8071C28.3653 50.221 20.0632 55.6791 14.1368 63.3224C8.21048 70.9657 4.99629 80.3604 5.00001 90.0283C5.00374 99.6961 8.22518 109.088 14.1574 116.727C20.0897 124.366 28.396 129.818 37.7694 132.224' stroke='white' strokeWidth={8.38788} strokeLinecap='round' strokeLinejoin='round' />
|
|
26
|
+
<path d='M88.0831 74.5393L71.1029 80.4997L78.5755 96.3317' stroke='#21FA90' strokeWidth={8.38788} strokeLinecap='round' strokeLinejoin='round' />
|
|
27
|
+
<path d='M71.4855 80.7803C79.2282 85.3285 88.2585 87.1932 97.1718 86.0843C106.085 84.9753 114.382 80.955 120.771 74.6486C127.161 68.3422 131.285 60.1033 132.502 51.2134C133.719 42.3234 131.961 33.2808 127.502 25.4921C123.042 17.7034 116.131 11.6052 107.843 8.146C99.5554 4.68684 90.3555 4.06065 81.6746 6.36483C72.9936 8.66901 65.3183 13.7744 59.8424 20.8869C54.3665 27.9993 51.397 36.7202 51.3958 45.6929V106.39' stroke='#21FA90' strokeWidth={8.38788} strokeLinecap='round' strokeLinejoin='round' />
|
|
28
|
+
<path opacity={0.2} d='M51.3958 170.56V177.651' stroke='#21FA90' strokeWidth={8.38788} strokeLinecap='round' strokeLinejoin='round' />
|
|
29
|
+
<path opacity={0.4} d='M51.461 148.247V159.448' stroke='#21FA90' strokeWidth={8.38788} strokeLinecap='round' strokeLinejoin='round' />
|
|
30
|
+
<path opacity={0.7} d='M51.3958 117.925V136.652' stroke='#21FA90' strokeWidth={8.38788} strokeLinecap='round' strokeLinejoin='round' />
|
|
31
|
+
<path d='M240.018 119.958V83.2607H257.947C262.56 83.2607 266.02 84.1344 268.327 85.8819C270.669 87.6294 271.839 89.936 271.839 92.8019C271.839 94.7241 271.368 96.4017 270.424 97.8346C269.48 99.2326 268.187 100.316 266.544 101.085C264.902 101.854 263.015 102.238 260.883 102.238L261.879 100.089C264.185 100.089 266.23 100.473 268.012 101.242C269.795 101.976 271.175 103.077 272.154 104.545C273.167 106.013 273.674 107.813 273.674 109.945C273.674 113.09 272.433 115.554 269.952 117.336C267.471 119.084 263.818 119.958 258.995 119.958H240.018ZM248.458 113.562H258.366C260.568 113.562 262.228 113.212 263.347 112.513C264.5 111.779 265.077 110.626 265.077 109.053C265.077 107.516 264.5 106.38 263.347 105.646C262.228 104.877 260.568 104.492 258.366 104.492H247.829V98.3064H256.898C258.96 98.3064 260.533 97.9569 261.617 97.2579C262.735 96.524 263.294 95.4231 263.294 93.9552C263.294 92.5223 262.735 91.4563 261.617 90.7573C260.533 90.0234 258.96 89.6564 256.898 89.6564H248.458V113.562ZM296.827 119.958V114.453L296.303 113.247V103.392C296.303 101.644 295.761 100.281 294.678 99.3025C293.629 98.3239 292.004 97.8346 289.802 97.8346C288.3 97.8346 286.814 98.0793 285.346 98.5686C283.913 99.0229 282.69 99.652 281.677 100.456L278.741 94.7416C280.279 93.6582 282.131 92.8194 284.298 92.2252C286.465 91.6311 288.667 91.334 290.903 91.334C295.202 91.334 298.54 92.3475 300.916 94.3746C303.293 96.4017 304.481 99.5646 304.481 103.863V119.958H296.827ZM288.23 120.377C286.028 120.377 284.141 120.01 282.568 119.276C280.995 118.507 279.789 117.476 278.951 116.183C278.112 114.89 277.692 113.44 277.692 111.832C277.692 110.154 278.094 108.686 278.898 107.428C279.737 106.17 281.048 105.191 282.83 104.492C284.612 103.759 286.937 103.392 289.802 103.392H297.299V108.162H290.694C288.771 108.162 287.443 108.477 286.709 109.106C286.01 109.735 285.661 110.521 285.661 111.465C285.661 112.513 286.063 113.352 286.867 113.981C287.705 114.575 288.841 114.872 290.274 114.872C291.637 114.872 292.861 114.558 293.944 113.929C295.027 113.265 295.814 112.304 296.303 111.046L297.561 114.82C296.967 116.637 295.884 118.018 294.311 118.962C292.738 119.905 290.711 120.377 288.23 120.377ZM321.372 120.377C318.96 120.377 316.636 120.097 314.399 119.538C312.197 118.944 310.45 118.21 309.157 117.336L311.883 111.465C313.176 112.269 314.696 112.933 316.444 113.457C318.226 113.946 319.974 114.191 321.686 114.191C323.573 114.191 324.902 113.964 325.67 113.509C326.474 113.055 326.876 112.426 326.876 111.622C326.876 110.958 326.562 110.469 325.933 110.154C325.338 109.805 324.535 109.543 323.521 109.368C322.507 109.193 321.389 109.018 320.166 108.844C318.978 108.669 317.772 108.442 316.549 108.162C315.325 107.848 314.207 107.393 313.193 106.799C312.18 106.205 311.359 105.401 310.73 104.388C310.135 103.374 309.838 102.064 309.838 100.456C309.838 98.6734 310.345 97.1007 311.359 95.7376C312.407 94.3746 313.91 93.3087 315.867 92.5398C317.824 91.7359 320.166 91.334 322.892 91.334C324.814 91.334 326.771 91.5437 328.763 91.9631C330.756 92.3825 332.416 92.9941 333.744 93.798L331.018 99.617C329.655 98.8132 328.274 98.2715 326.876 97.9919C325.513 97.6773 324.185 97.5201 322.892 97.5201C321.075 97.5201 319.746 97.7647 318.908 98.254C318.069 98.7433 317.65 99.3724 317.65 100.141C317.65 100.84 317.947 101.365 318.541 101.714C319.17 102.064 319.991 102.343 321.005 102.553C322.018 102.762 323.119 102.955 324.307 103.129C325.531 103.269 326.754 103.496 327.977 103.811C329.2 104.126 330.301 104.58 331.28 105.174C332.293 105.733 333.115 106.52 333.744 107.533C334.373 108.512 334.687 109.805 334.687 111.412C334.687 113.16 334.163 114.715 333.115 116.078C332.066 117.406 330.546 118.455 328.554 119.224C326.597 119.993 324.203 120.377 321.372 120.377ZM339.733 119.958V91.7534H347.911V119.958H339.733ZM343.822 87.8216C342.319 87.8216 341.096 87.3847 340.153 86.511C339.209 85.6372 338.737 84.5538 338.737 83.2607C338.737 81.9675 339.209 80.8841 340.153 80.0104C341.096 79.1366 342.319 78.6998 343.822 78.6998C345.325 78.6998 346.548 79.1192 347.492 79.958C348.436 80.7618 348.907 81.8103 348.907 83.1034C348.907 84.4664 348.436 85.6023 347.492 86.511C346.583 87.3847 345.36 87.8216 343.822 87.8216ZM369.132 120.377C366.091 120.377 363.383 119.765 361.006 118.542C358.629 117.284 356.76 115.554 355.397 113.352C354.069 111.15 353.404 108.651 353.404 105.856C353.404 103.025 354.069 100.526 355.397 98.3589C356.76 96.157 358.629 94.4445 361.006 93.2213C363.383 91.9631 366.091 91.334 369.132 91.334C372.102 91.334 374.689 91.9631 376.891 93.2213C379.092 94.4445 380.718 96.2095 381.766 98.5161L375.423 101.924C374.689 100.596 373.763 99.617 372.644 98.9879C371.561 98.3589 370.372 98.0443 369.079 98.0443C367.681 98.0443 366.423 98.3589 365.305 98.9879C364.186 99.617 363.295 100.508 362.631 101.662C362.002 102.815 361.688 104.213 361.688 105.856C361.688 107.498 362.002 108.896 362.631 110.049C363.295 111.203 364.186 112.094 365.305 112.723C366.423 113.352 367.681 113.667 369.079 113.667C370.372 113.667 371.561 113.37 372.644 112.776C373.763 112.146 374.689 111.15 375.423 109.787L381.766 113.247C380.718 115.519 379.092 117.284 376.891 118.542C374.689 119.765 372.102 120.377 369.132 120.377Z' fill='#00283D' />
|
|
32
|
+
|
|
31
33
|
</svg>
|
|
32
34
|
|
|
33
35
|
)
|
|
@@ -53,8 +55,8 @@ BasicLogo.propTypes = {
|
|
|
53
55
|
|
|
54
56
|
BasicLogo.defaultProps = {
|
|
55
57
|
backgroundColor: WHITE,
|
|
56
|
-
width:
|
|
57
|
-
height:
|
|
58
|
+
width: 423,
|
|
59
|
+
height: 182
|
|
58
60
|
}
|
|
59
61
|
|
|
60
62
|
export default BasicLogo
|