@platformatic/ui-components 0.1.49 → 0.1.51
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/.github/workflows/ci.yml +26 -26
- package/.nvmrc +1 -1
- package/LICENSE +201 -201
- package/README.md +30 -30
- package/dist/api-icon-closed.svg +6 -0
- package/dist/api-icon.svg +9 -0
- package/dist/assets/Montserrat-Regular.dcfe8df2.ttf +0 -0
- package/dist/assets/index.691ca940.css +1 -0
- package/dist/assets/index.ff0dadfc.js +797 -0
- package/dist/index.html +14 -0
- package/dist/stats.html +6177 -0
- package/dist/vite.svg +1 -0
- package/fonts/Montserrat/README.txt +81 -81
- package/index.html +12 -12
- package/index.js +71 -71
- package/package.json +76 -76
- package/postcss.config.cjs +8 -8
- package/public/api-icon-closed.svg +6 -6
- package/public/api-icon.svg +9 -9
- package/src/App.jsx +12 -12
- package/src/components/BorderedBox.jsx +18 -18
- package/src/components/BorderedBox.module.css +8 -8
- package/src/components/BorderedText.jsx +8 -8
- package/src/components/BorderedText.module.css +2 -2
- package/src/components/Box.jsx +14 -14
- package/src/components/Box.module.css +7 -7
- package/src/components/Button.jsx +95 -95
- package/src/components/Button.module.css +127 -127
- package/src/components/ButtonFullRounded.jsx +17 -17
- package/src/components/ButtonFullRounded.module.css +28 -28
- package/src/components/Checkbox.jsx +11 -11
- package/src/components/Checkbox.module.css +18 -18
- package/src/components/Common.module.css +28 -28
- package/src/components/DetailedMetric.jsx +32 -32
- package/src/components/DetailedMetric.module.css +2 -2
- package/src/components/DropDown.jsx +35 -36
- package/src/components/DropDown.module.css +25 -27
- package/src/components/FollowUs.jsx +35 -35
- package/src/components/FollowUs.module.css +11 -11
- package/src/components/GHLoginButton.jsx +14 -14
- package/src/components/HorizontalSeparator.jsx +15 -15
- package/src/components/HorizontalSeparator.module.css +26 -26
- package/src/components/InfoBox.jsx +50 -50
- package/src/components/InfoBox.module.css +5 -5
- package/src/components/List.jsx +20 -20
- package/src/components/List.module.css +11 -11
- package/src/components/ListElement.jsx +23 -23
- package/src/components/ListElement.module.css +23 -23
- package/src/components/Loadable.jsx +34 -34
- package/src/components/Loadable.module.css +13 -13
- package/src/components/Loader.jsx +22 -22
- package/src/components/Loader.module.css +13 -13
- package/src/components/LoginButton.jsx +17 -17
- package/src/components/LoginButton.module.css +7 -7
- package/src/components/LoginButton.test.jsx +25 -25
- package/src/components/Logo.jsx +62 -62
- package/src/components/Logo.module.css +5 -5
- package/src/components/Main.jsx +33 -33
- package/src/components/MetricValue.jsx +15 -15
- package/src/components/MetricValue.module.css +9 -9
- package/src/components/Modal.jsx +93 -93
- package/src/components/Modal.module.css +50 -50
- package/src/components/PlatformaticIcon.jsx +57 -57
- package/src/components/PlatformaticIcon.module.css +2 -2
- package/src/components/Playground.jsx +9 -9
- package/src/components/SearchBar.jsx +63 -63
- package/src/components/SearchBar.module.css +20 -20
- package/src/components/Sidebar.jsx +151 -153
- package/src/components/Sidebar.module.css +70 -66
- package/src/components/SimpleMetric.jsx +28 -28
- package/src/components/SimpleMetric.module.css +6 -6
- package/src/components/Status.jsx +26 -26
- package/src/components/TabbedWindow.jsx +39 -39
- package/src/components/TabbedWindow.module.css +16 -16
- package/src/components/TextWithLabel.jsx +11 -11
- package/src/components/TextWithLabel.module.css +8 -8
- package/src/components/Versions.jsx +9 -9
- package/src/components/VerticalSeparator.jsx +5 -5
- package/src/components/forms/Field.jsx +53 -20
- package/src/components/forms/Field.module.css +23 -17
- package/src/components/forms/Input.jsx +80 -80
- package/src/components/forms/Input.module.css +28 -28
- package/src/components/forms/Preview.jsx +75 -77
- package/src/components/forms/Preview.module.css +14 -14
- package/src/components/forms/ToggleSwitch.jsx +18 -18
- package/src/components/forms/ToggleSwitch.module.css +42 -42
- package/src/components/forms/index.js +8 -8
- package/src/components/icons/AddIcon.jsx +78 -0
- package/src/components/icons/AlertIcon.jsx +81 -0
- package/src/components/icons/AllInOneIcon.jsx +111 -0
- package/src/components/icons/ApiCloudIcon.jsx +93 -0
- package/src/components/icons/ApiEmptyIcon.jsx +107 -107
- package/src/components/icons/ApiIcon.jsx +84 -29
- package/src/components/icons/ApiIconClosed.jsx +19 -19
- package/src/components/icons/AppEmptyIcon.jsx +94 -94
- package/src/components/icons/AppIcon.jsx +85 -38
- package/src/components/icons/AppListIcon.jsx +73 -73
- package/src/components/icons/ArrowDownFullIcon.jsx +76 -0
- package/src/components/icons/ArrowDownIcon.jsx +75 -0
- package/src/components/icons/ArrowLeftIcon.jsx +75 -0
- package/src/components/icons/ArrowRightIcon.jsx +75 -0
- package/src/components/icons/ArrowUpIcon.jsx +75 -0
- package/src/components/icons/Calendar1DayIcon.jsx +90 -0
- package/src/components/icons/Calendar7DaysIcon.jsx +88 -0
- package/src/components/icons/CalendarIcon.jsx +102 -56
- package/src/components/icons/CircleAddIcon.jsx +81 -40
- package/src/components/icons/CircleBackIcon.jsx +51 -51
- package/src/components/icons/{Calendar1Icon.jsx → CircleCheckMarkIcon.jsx} +66 -54
- package/src/components/icons/CircleCloseHoverIcon.jsx +42 -42
- package/src/components/icons/CircleCloseIcon.jsx +32 -32
- package/src/components/icons/CircleExclamationIcon.jsx +29 -29
- package/src/components/icons/CloseIcon.jsx +79 -31
- package/src/components/icons/CopyPasteIcon.jsx +81 -0
- package/src/components/icons/DatabaseIcon.jsx +81 -0
- package/src/components/icons/EditIcon.jsx +81 -38
- package/src/components/icons/GearIcon.jsx +78 -40
- package/src/components/icons/Icons.module.css +46 -29
- package/src/components/icons/LiveIcon.jsx +43 -43
- package/src/components/icons/MetricsIcon.jsx +52 -52
- package/src/components/icons/PlayIcon.jsx +20 -20
- package/src/components/icons/PullRequestIcon.jsx +35 -35
- package/src/components/icons/StopIcon.jsx +21 -21
- package/src/components/icons/TerminalIcon.jsx +22 -22
- package/src/components/icons/UpgradeIcon.jsx +48 -48
- package/src/components/icons/Users2Icon.jsx +84 -0
- package/src/components/icons/WorkspaceDynamicIcon.jsx +87 -0
- package/src/components/icons/WorkspaceReadyIcon.jsx +144 -0
- package/src/components/icons/WorkspaceStaticIcon.jsx +84 -0
- package/src/components/icons/index.js +83 -61
- package/src/components/layouts/Layout.jsx +11 -11
- package/src/components/layouts/TwoColumnsLayout.jsx +12 -12
- package/src/components/layouts/TwoColumnsLayout.module.css +9 -9
- package/src/hooks/useEscapeKey.js +20 -20
- package/src/lib/utils.js +23 -23
- package/src/main.jsx +9 -9
- package/src/stories/BorderedBox.stories.jsx +33 -33
- package/src/stories/BorderedText.stories.jsx +24 -24
- package/src/stories/Button.stories.jsx +114 -114
- package/src/stories/ButtonFullRounded.stories.jsx +61 -61
- package/src/stories/Checkbox.stories.jsx +27 -27
- package/src/stories/DetailedMetric.stories.jsx +33 -33
- package/src/stories/DropDown.stories.jsx +62 -62
- package/src/stories/FollowUs.stories.jsx +14 -14
- package/src/stories/GHLoginButton.stories.jsx +14 -14
- package/src/stories/HorizontalSeparator.stories.jsx +12 -12
- package/src/stories/InfoBox.stories.jsx +46 -46
- package/src/stories/Introduction.stories.mdx +211 -211
- package/src/stories/List.stories.jsx +29 -29
- package/src/stories/ListElement.stories.jsx +15 -15
- package/src/stories/Loadable.stories.jsx +75 -75
- package/src/stories/Loader.stories.jsx +44 -44
- package/src/stories/LoginButton.stories.jsx +15 -15
- package/src/stories/Logo.stories.jsx +17 -17
- package/src/stories/Modal.stories.jsx +100 -100
- package/src/stories/PlatformaticIcon.stories.jsx +57 -35
- package/src/stories/SearchBar.stories.jsx +28 -28
- package/src/stories/Sidebar.stories.jsx +61 -61
- package/src/stories/SimpleMetric.stories.jsx +41 -41
- package/src/stories/Status.stories.jsx +31 -31
- package/src/stories/TextWithLabel.stories.jsx +25 -25
- package/src/stories/TwoColumnsLayout.stories.jsx +42 -42
- package/src/stories/forms/Field.stories.jsx +89 -81
- package/src/stories/forms/Input.stories.jsx +89 -89
- package/src/stories/forms/Preview.stories.jsx +57 -57
- package/src/stories/forms/ToggleSwitch.stories.jsx +15 -15
- package/src/stories/icons/Icons.stories.jsx +68 -74
- package/src/styles/main.css +22 -15
- package/tailwind.config.cjs +60 -60
- package/vite.config.js +6 -6
- package/vitest.config.js +14 -14
- package/dist/main.css +0 -704
- package/src/components/icons/Calendar7Icon.jsx +0 -55
- package/src/components/icons/CopyIcon.jsx +0 -75
- package/src/components/icons/CreatedWorkspaceIcon.jsx +0 -70
- package/src/components/icons/DynamicWorkspaceIcon.jsx +0 -125
- package/src/components/icons/StaticWorkspaceIcon.jsx +0 -119
- package/src/components/icons/TriangleExclamationIcon.jsx +0 -26
|
@@ -1,107 +1,107 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
export default function ApiEmptyIcon () {
|
|
3
|
-
return (
|
|
4
|
-
<svg
|
|
5
|
-
width={80}
|
|
6
|
-
height={80}
|
|
7
|
-
viewBox='0 0 80 80'
|
|
8
|
-
fill='none'
|
|
9
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
10
|
-
>
|
|
11
|
-
<path
|
|
12
|
-
d='M38.2726 3.83337V5.48055C38.2726 5.79404 38.4831 6.07727 38.8003 6.18727L41.0653 6.98199C41.3737 7.08923 41.7235 7.01498 41.9488 6.78949L43.0369 5.70604C43.3571 5.38705 43.9026 5.3843 44.2257 5.70329L46.8525 8.28268C47.146 8.57142 47.1489 9.01965 46.8613 9.31114L45.462 10.7356C45.2397 10.9611 45.1863 11.2883 45.3256 11.5633L46.2743 13.4607C46.4077 13.7275 46.6983 13.9007 47.0155 13.9007H48.4682C48.9189 13.9007 49.2835 14.2389 49.2835 14.6569V17.8413C49.2835 18.2593 48.9189 18.5975 48.4682 18.5975H46.9414C46.5886 18.5975 46.2743 18.8092 46.1646 19.12L45.3938 21.3116C45.3019 21.5701 45.3671 21.8534 45.5658 22.0541L46.8198 23.3383C47.1252 23.6518 47.0956 24.1385 46.7517 24.4163L43.8611 26.7619C43.529 27.0314 43.025 27.0067 42.7256 26.7069L41.7176 25.7005C41.4982 25.4805 41.1573 25.4007 40.8519 25.4997L38.7469 26.1817C38.4179 26.2889 38.1985 26.5749 38.1985 26.8967V28.3953C38.1985 28.8133 37.8338 29.1516 37.3832 29.1516H33.5409C33.0903 29.1516 32.7256 28.8133 32.7256 28.3953V26.8967C32.7256 26.5749 32.5062 26.2889 32.1772 26.1817L30.0722 25.4997C29.7668 25.4007 29.4259 25.4777 29.2065 25.7005L28.1985 26.7069C27.8991 27.0067 27.3951 27.0314 27.063 26.7619L24.1724 24.4163C23.8285 24.1385 23.7989 23.6518 24.1043 23.3383L25.3583 22.0541C25.554 21.8534 25.6192 21.5701 25.5303 21.3116L24.7595 19.12C24.6498 18.8092 24.3355 18.5975 23.9827 18.5975H22.4588C22.0082 18.5975 21.6436 18.2593 21.6436 17.8413V14.6569C21.6436 14.2389 22.0082 13.9007 22.4588 13.9007H23.9116C24.2288 13.9007 24.5193 13.7302 24.6527 13.4607L25.6014 11.5633C25.7408 11.2856 25.6844 10.9611 25.4651 10.7356L24.0657 9.31114C23.7781 9.01965 23.7811 8.56867 24.0746 8.28268L26.7013 5.70329C27.0245 5.38705 27.57 5.38705 27.8902 5.70604L28.9782 6.78949C29.2036 7.01498 29.5534 7.08923 29.8617 6.98199L32.1268 6.18727C32.444 6.07727 32.6545 5.79404 32.6545 5.48055V3.83337C32.6545 3.41538 33.0191 3.07715 33.4698 3.07715H37.4573C37.9079 3.07715 38.2726 3.41538 38.2726 3.83337Z'
|
|
13
|
-
stroke='#21FA90'
|
|
14
|
-
strokeWidth={3}
|
|
15
|
-
strokeLinecap='round'
|
|
16
|
-
strokeLinejoin='round'
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
d='M30.8564 20.46L40.0698 11.7686'
|
|
20
|
-
stroke='#21FA90'
|
|
21
|
-
strokeWidth={3}
|
|
22
|
-
strokeLinecap='round'
|
|
23
|
-
strokeLinejoin='round'
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d='M40.0698 20.46L30.8564 11.7685'
|
|
27
|
-
stroke='#21FA90'
|
|
28
|
-
strokeWidth={3}
|
|
29
|
-
strokeLinecap='round'
|
|
30
|
-
strokeLinejoin='round'
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d='M23.9482 48.0268L30.2728 33.98H33.5161L39.861 48.0268H36.4149L31.2255 35.6255H32.5229L27.3132 48.0268H23.9482ZM27.1105 45.0168L27.9822 42.5485H35.2797L36.1716 45.0168H27.1105Z'
|
|
34
|
-
fill='#21FA90'
|
|
35
|
-
/>
|
|
36
|
-
<path
|
|
37
|
-
d='M41.3331 48.0268V33.98H47.4752C48.7455 33.98 49.8402 34.1873 50.7591 34.6021C51.6781 35.0034 52.3876 35.5853 52.8876 36.3479C53.3876 37.1104 53.6376 38.0201 53.6376 39.077C53.6376 40.1204 53.3876 41.0235 52.8876 41.786C52.3876 42.5485 51.6781 43.1372 50.7591 43.5519C49.8402 43.9532 48.7455 44.1539 47.4752 44.1539H43.1575L44.617 42.689V48.0268H41.3331ZM44.617 43.0502L43.1575 41.5051H47.2928C48.3063 41.5051 49.0631 41.291 49.5631 40.8629C50.0632 40.4348 50.3132 39.8395 50.3132 39.077C50.3132 38.3011 50.0632 37.699 49.5631 37.271C49.0631 36.8429 48.3063 36.6288 47.2928 36.6288H43.1575L44.617 35.0837V43.0502Z'
|
|
38
|
-
fill='#21FA90'
|
|
39
|
-
/>
|
|
40
|
-
<path d='M55.9821 48.0268V33.98H59.266V48.0268H55.9821Z' fill='#21FA90' />
|
|
41
|
-
<path
|
|
42
|
-
d='M68.3785 43.6372V43.6268M68.3785 43.6268C73.1364 43.4008 76.9245 39.4861 76.9245 34.6885C76.9245 29.7447 72.9027 25.7397 67.946 25.7397C67.8169 25.7397 67.6878 25.7432 67.5588 25.7501C65.5008 21.9502 61.4719 19.3706 56.8361 19.3706C55.6286 19.3706 54.4639 19.5464 53.3639 19.8731M68.3785 43.6268H63.1045M23.1801 43.6372H18.1488V43.6302C11.5702 43.4634 6.28906 38.2068 6.28906 31.5039C6.28906 26.0102 9.95151 21.3689 14.9756 19.8731'
|
|
43
|
-
stroke='#21FA90'
|
|
44
|
-
strokeWidth={3}
|
|
45
|
-
strokeMiterlimit={10}
|
|
46
|
-
strokeLinecap='round'
|
|
47
|
-
strokeLinejoin='round'
|
|
48
|
-
/>
|
|
49
|
-
<path
|
|
50
|
-
d='M22.3412 51.2373V67.8962C22.3412 68.4485 21.8935 68.8962 21.3412 68.8962H14.3145'
|
|
51
|
-
stroke='#21FA90'
|
|
52
|
-
strokeWidth={3}
|
|
53
|
-
strokeLinecap='round'
|
|
54
|
-
strokeLinejoin='round'
|
|
55
|
-
/>
|
|
56
|
-
<path
|
|
57
|
-
d='M60.8682 51.2373V58.2641C60.8682 58.8163 61.3159 59.2641 61.8682 59.2641H67.2896'
|
|
58
|
-
stroke='#21FA90'
|
|
59
|
-
strokeWidth={3}
|
|
60
|
-
strokeLinecap='round'
|
|
61
|
-
strokeLinejoin='round'
|
|
62
|
-
/>
|
|
63
|
-
<path
|
|
64
|
-
d='M35.1836 54.4478V67.2906'
|
|
65
|
-
stroke='#21FA90'
|
|
66
|
-
strokeWidth={3}
|
|
67
|
-
strokeLinecap='round'
|
|
68
|
-
strokeLinejoin='round'
|
|
69
|
-
/>
|
|
70
|
-
<path
|
|
71
|
-
d='M48.0254 54.4478V71.1066C48.0254 71.6589 48.4731 72.1066 49.0254 72.1066H56.0521'
|
|
72
|
-
stroke='#21FA90'
|
|
73
|
-
strokeWidth={3}
|
|
74
|
-
strokeLinecap='round'
|
|
75
|
-
strokeLinejoin='round'
|
|
76
|
-
/>
|
|
77
|
-
<circle
|
|
78
|
-
cx={7.8932}
|
|
79
|
-
cy={68.8966}
|
|
80
|
-
r={4.81605}
|
|
81
|
-
stroke='#21FA90'
|
|
82
|
-
strokeWidth={3}
|
|
83
|
-
/>
|
|
84
|
-
<circle
|
|
85
|
-
cx={72.1061}
|
|
86
|
-
cy={59.2638}
|
|
87
|
-
r={4.81605}
|
|
88
|
-
stroke='#21FA90'
|
|
89
|
-
strokeWidth={3}
|
|
90
|
-
/>
|
|
91
|
-
<circle
|
|
92
|
-
cx={62.4752}
|
|
93
|
-
cy={72.1073}
|
|
94
|
-
r={4.81605}
|
|
95
|
-
stroke='#21FA90'
|
|
96
|
-
strokeWidth={3}
|
|
97
|
-
/>
|
|
98
|
-
<circle
|
|
99
|
-
cx={35.1823}
|
|
100
|
-
cy={72.1073}
|
|
101
|
-
r={4.81605}
|
|
102
|
-
stroke='#21FA90'
|
|
103
|
-
strokeWidth={3}
|
|
104
|
-
/>
|
|
105
|
-
</svg>
|
|
106
|
-
)
|
|
107
|
-
}
|
|
1
|
+
import React from 'react'
|
|
2
|
+
export default function ApiEmptyIcon () {
|
|
3
|
+
return (
|
|
4
|
+
<svg
|
|
5
|
+
width={80}
|
|
6
|
+
height={80}
|
|
7
|
+
viewBox='0 0 80 80'
|
|
8
|
+
fill='none'
|
|
9
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d='M38.2726 3.83337V5.48055C38.2726 5.79404 38.4831 6.07727 38.8003 6.18727L41.0653 6.98199C41.3737 7.08923 41.7235 7.01498 41.9488 6.78949L43.0369 5.70604C43.3571 5.38705 43.9026 5.3843 44.2257 5.70329L46.8525 8.28268C47.146 8.57142 47.1489 9.01965 46.8613 9.31114L45.462 10.7356C45.2397 10.9611 45.1863 11.2883 45.3256 11.5633L46.2743 13.4607C46.4077 13.7275 46.6983 13.9007 47.0155 13.9007H48.4682C48.9189 13.9007 49.2835 14.2389 49.2835 14.6569V17.8413C49.2835 18.2593 48.9189 18.5975 48.4682 18.5975H46.9414C46.5886 18.5975 46.2743 18.8092 46.1646 19.12L45.3938 21.3116C45.3019 21.5701 45.3671 21.8534 45.5658 22.0541L46.8198 23.3383C47.1252 23.6518 47.0956 24.1385 46.7517 24.4163L43.8611 26.7619C43.529 27.0314 43.025 27.0067 42.7256 26.7069L41.7176 25.7005C41.4982 25.4805 41.1573 25.4007 40.8519 25.4997L38.7469 26.1817C38.4179 26.2889 38.1985 26.5749 38.1985 26.8967V28.3953C38.1985 28.8133 37.8338 29.1516 37.3832 29.1516H33.5409C33.0903 29.1516 32.7256 28.8133 32.7256 28.3953V26.8967C32.7256 26.5749 32.5062 26.2889 32.1772 26.1817L30.0722 25.4997C29.7668 25.4007 29.4259 25.4777 29.2065 25.7005L28.1985 26.7069C27.8991 27.0067 27.3951 27.0314 27.063 26.7619L24.1724 24.4163C23.8285 24.1385 23.7989 23.6518 24.1043 23.3383L25.3583 22.0541C25.554 21.8534 25.6192 21.5701 25.5303 21.3116L24.7595 19.12C24.6498 18.8092 24.3355 18.5975 23.9827 18.5975H22.4588C22.0082 18.5975 21.6436 18.2593 21.6436 17.8413V14.6569C21.6436 14.2389 22.0082 13.9007 22.4588 13.9007H23.9116C24.2288 13.9007 24.5193 13.7302 24.6527 13.4607L25.6014 11.5633C25.7408 11.2856 25.6844 10.9611 25.4651 10.7356L24.0657 9.31114C23.7781 9.01965 23.7811 8.56867 24.0746 8.28268L26.7013 5.70329C27.0245 5.38705 27.57 5.38705 27.8902 5.70604L28.9782 6.78949C29.2036 7.01498 29.5534 7.08923 29.8617 6.98199L32.1268 6.18727C32.444 6.07727 32.6545 5.79404 32.6545 5.48055V3.83337C32.6545 3.41538 33.0191 3.07715 33.4698 3.07715H37.4573C37.9079 3.07715 38.2726 3.41538 38.2726 3.83337Z'
|
|
13
|
+
stroke='#21FA90'
|
|
14
|
+
strokeWidth={3}
|
|
15
|
+
strokeLinecap='round'
|
|
16
|
+
strokeLinejoin='round'
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d='M30.8564 20.46L40.0698 11.7686'
|
|
20
|
+
stroke='#21FA90'
|
|
21
|
+
strokeWidth={3}
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeLinejoin='round'
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d='M40.0698 20.46L30.8564 11.7685'
|
|
27
|
+
stroke='#21FA90'
|
|
28
|
+
strokeWidth={3}
|
|
29
|
+
strokeLinecap='round'
|
|
30
|
+
strokeLinejoin='round'
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d='M23.9482 48.0268L30.2728 33.98H33.5161L39.861 48.0268H36.4149L31.2255 35.6255H32.5229L27.3132 48.0268H23.9482ZM27.1105 45.0168L27.9822 42.5485H35.2797L36.1716 45.0168H27.1105Z'
|
|
34
|
+
fill='#21FA90'
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d='M41.3331 48.0268V33.98H47.4752C48.7455 33.98 49.8402 34.1873 50.7591 34.6021C51.6781 35.0034 52.3876 35.5853 52.8876 36.3479C53.3876 37.1104 53.6376 38.0201 53.6376 39.077C53.6376 40.1204 53.3876 41.0235 52.8876 41.786C52.3876 42.5485 51.6781 43.1372 50.7591 43.5519C49.8402 43.9532 48.7455 44.1539 47.4752 44.1539H43.1575L44.617 42.689V48.0268H41.3331ZM44.617 43.0502L43.1575 41.5051H47.2928C48.3063 41.5051 49.0631 41.291 49.5631 40.8629C50.0632 40.4348 50.3132 39.8395 50.3132 39.077C50.3132 38.3011 50.0632 37.699 49.5631 37.271C49.0631 36.8429 48.3063 36.6288 47.2928 36.6288H43.1575L44.617 35.0837V43.0502Z'
|
|
38
|
+
fill='#21FA90'
|
|
39
|
+
/>
|
|
40
|
+
<path d='M55.9821 48.0268V33.98H59.266V48.0268H55.9821Z' fill='#21FA90' />
|
|
41
|
+
<path
|
|
42
|
+
d='M68.3785 43.6372V43.6268M68.3785 43.6268C73.1364 43.4008 76.9245 39.4861 76.9245 34.6885C76.9245 29.7447 72.9027 25.7397 67.946 25.7397C67.8169 25.7397 67.6878 25.7432 67.5588 25.7501C65.5008 21.9502 61.4719 19.3706 56.8361 19.3706C55.6286 19.3706 54.4639 19.5464 53.3639 19.8731M68.3785 43.6268H63.1045M23.1801 43.6372H18.1488V43.6302C11.5702 43.4634 6.28906 38.2068 6.28906 31.5039C6.28906 26.0102 9.95151 21.3689 14.9756 19.8731'
|
|
43
|
+
stroke='#21FA90'
|
|
44
|
+
strokeWidth={3}
|
|
45
|
+
strokeMiterlimit={10}
|
|
46
|
+
strokeLinecap='round'
|
|
47
|
+
strokeLinejoin='round'
|
|
48
|
+
/>
|
|
49
|
+
<path
|
|
50
|
+
d='M22.3412 51.2373V67.8962C22.3412 68.4485 21.8935 68.8962 21.3412 68.8962H14.3145'
|
|
51
|
+
stroke='#21FA90'
|
|
52
|
+
strokeWidth={3}
|
|
53
|
+
strokeLinecap='round'
|
|
54
|
+
strokeLinejoin='round'
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
d='M60.8682 51.2373V58.2641C60.8682 58.8163 61.3159 59.2641 61.8682 59.2641H67.2896'
|
|
58
|
+
stroke='#21FA90'
|
|
59
|
+
strokeWidth={3}
|
|
60
|
+
strokeLinecap='round'
|
|
61
|
+
strokeLinejoin='round'
|
|
62
|
+
/>
|
|
63
|
+
<path
|
|
64
|
+
d='M35.1836 54.4478V67.2906'
|
|
65
|
+
stroke='#21FA90'
|
|
66
|
+
strokeWidth={3}
|
|
67
|
+
strokeLinecap='round'
|
|
68
|
+
strokeLinejoin='round'
|
|
69
|
+
/>
|
|
70
|
+
<path
|
|
71
|
+
d='M48.0254 54.4478V71.1066C48.0254 71.6589 48.4731 72.1066 49.0254 72.1066H56.0521'
|
|
72
|
+
stroke='#21FA90'
|
|
73
|
+
strokeWidth={3}
|
|
74
|
+
strokeLinecap='round'
|
|
75
|
+
strokeLinejoin='round'
|
|
76
|
+
/>
|
|
77
|
+
<circle
|
|
78
|
+
cx={7.8932}
|
|
79
|
+
cy={68.8966}
|
|
80
|
+
r={4.81605}
|
|
81
|
+
stroke='#21FA90'
|
|
82
|
+
strokeWidth={3}
|
|
83
|
+
/>
|
|
84
|
+
<circle
|
|
85
|
+
cx={72.1061}
|
|
86
|
+
cy={59.2638}
|
|
87
|
+
r={4.81605}
|
|
88
|
+
stroke='#21FA90'
|
|
89
|
+
strokeWidth={3}
|
|
90
|
+
/>
|
|
91
|
+
<circle
|
|
92
|
+
cx={62.4752}
|
|
93
|
+
cy={72.1073}
|
|
94
|
+
r={4.81605}
|
|
95
|
+
stroke='#21FA90'
|
|
96
|
+
strokeWidth={3}
|
|
97
|
+
/>
|
|
98
|
+
<circle
|
|
99
|
+
cx={35.1823}
|
|
100
|
+
cy={72.1073}
|
|
101
|
+
r={4.81605}
|
|
102
|
+
stroke='#21FA90'
|
|
103
|
+
strokeWidth={3}
|
|
104
|
+
/>
|
|
105
|
+
</svg>
|
|
106
|
+
)
|
|
107
|
+
}
|
|
@@ -1,29 +1,84 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import PropTypes from 'prop-types'
|
|
3
|
+
import styles from './Icons.module.css'
|
|
4
|
+
|
|
5
|
+
const ApiIcon = ({ color, size }) => {
|
|
6
|
+
const className = `${styles.noShrinkForFlex} ` + styles[`${color}`]
|
|
7
|
+
let icon = <></>
|
|
8
|
+
|
|
9
|
+
switch (size) {
|
|
10
|
+
case 'small':
|
|
11
|
+
icon = (
|
|
12
|
+
<svg
|
|
13
|
+
width={16}
|
|
14
|
+
height={16}
|
|
15
|
+
viewBox='0 0 16 16'
|
|
16
|
+
fill='none'
|
|
17
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
18
|
+
className={className}
|
|
19
|
+
>
|
|
20
|
+
<path d='M9.21956 2.34803V3.1061C9.21956 3.25037 9.31095 3.38072 9.44868 3.43134L10.4321 3.79709C10.5659 3.84645 10.7178 3.81228 10.8156 3.7085L11.288 3.20987C11.427 3.06307 11.6638 3.0618 11.8041 3.20861L12.9445 4.3957C13.072 4.52858 13.0733 4.73487 12.9484 4.86901L12.3409 5.52457C12.2443 5.62835 12.2212 5.77895 12.2817 5.9055L12.6936 6.77874C12.7515 6.9015 12.8776 6.98123 13.0153 6.98123H13.646C13.8417 6.98123 14 7.13689 14 7.32925V8.79477C14 8.98713 13.8417 9.1428 13.646 9.1428H12.9832C12.83 9.1428 12.6936 9.24024 12.6459 9.38325L12.3113 10.3919C12.2714 10.5109 12.2997 10.6412 12.3859 10.7336L12.9304 11.3246C13.063 11.4689 13.0501 11.6929 12.9008 11.8207L11.6458 12.9002C11.5017 13.0243 11.2828 13.0129 11.1528 12.8749L10.7152 12.4117C10.62 12.3105 10.472 12.2738 10.3394 12.3193L9.42551 12.6332C9.28263 12.6826 9.18739 12.8142 9.18739 12.9622V13.652C9.18739 13.8443 9.02907 14 8.83342 14H7.16529C6.96964 14 6.81133 13.8443 6.81133 13.652V12.9622C6.81133 12.8142 6.71608 12.6826 6.57321 12.6332L5.65934 12.3193C5.52676 12.2738 5.37874 12.3092 5.28349 12.4117L4.84587 12.8749C4.71586 13.0129 4.49705 13.0243 4.35289 12.9002L3.09793 11.8207C2.94862 11.6929 2.93575 11.4689 3.06833 11.3246L3.61279 10.7336C3.69774 10.6412 3.72605 10.5109 3.68744 10.3919L3.35278 9.38325C3.30516 9.24024 3.16872 9.1428 3.01555 9.1428H2.35396C2.15832 9.1428 2 8.98713 2 8.79477V7.32925C2 7.13689 2.15832 6.98123 2.35396 6.98123H2.98466C3.12239 6.98123 3.24853 6.90276 3.30645 6.77874L3.71833 5.9055C3.77883 5.77768 3.75437 5.62835 3.65912 5.52457L3.05159 4.86901C2.92674 4.73487 2.92803 4.52731 3.05545 4.3957L4.19586 3.20861C4.33616 3.06307 4.57299 3.06307 4.712 3.20987L5.18438 3.7085C5.28221 3.81228 5.43409 3.84645 5.56795 3.79709L6.55132 3.43134C6.68905 3.38072 6.78044 3.25037 6.78044 3.1061V2.34803C6.78044 2.15566 6.93875 2 7.1344 2H8.8656C9.06125 2 9.21956 2.15566 9.21956 2.34803Z' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
|
|
21
|
+
<path d='M4.25 9.3L5.50353 6.5H6.14636L7.40391 9.3H6.7209L5.69236 6.828H5.9495L4.91694 9.3H4.25ZM4.87676 8.7L5.04953 8.208H6.49591L6.67269 8.7H4.87676Z' fill='none' />
|
|
22
|
+
<path d='M7.6957 9.3V6.5H8.91307C9.16484 6.5 9.3818 6.54133 9.56394 6.624C9.74607 6.704 9.8867 6.82 9.9858 6.972C10.0849 7.124 10.1345 7.30533 10.1345 7.516C10.1345 7.724 10.0849 7.904 9.9858 8.056C9.8867 8.208 9.74607 8.32533 9.56394 8.408C9.3818 8.488 9.16484 8.528 8.91307 8.528H8.05729L8.34657 8.236V9.3H7.6957ZM8.34657 8.308L8.05729 8H8.87691C9.07779 8 9.22779 7.95733 9.32689 7.872C9.426 7.78667 9.47555 7.668 9.47555 7.516C9.47555 7.36133 9.426 7.24133 9.32689 7.156C9.22779 7.07067 9.07779 7.028 8.87691 7.028H8.05729L8.34657 6.72V8.308Z' fill='none' />
|
|
23
|
+
<path d='M10.5991 9.3V6.5H11.25V9.3H10.5991Z' fill='none' />
|
|
24
|
+
</svg>
|
|
25
|
+
)
|
|
26
|
+
break
|
|
27
|
+
case 'normal':
|
|
28
|
+
icon = (
|
|
29
|
+
<svg
|
|
30
|
+
width={24}
|
|
31
|
+
height={24}
|
|
32
|
+
viewBox='0 0 24 24'
|
|
33
|
+
fill='none'
|
|
34
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
35
|
+
className={className}
|
|
36
|
+
>
|
|
37
|
+
<path d='M13.8293 3.52204V4.65914C13.8293 4.87555 13.9664 5.07108 14.173 5.14702L15.6481 5.69563C15.8489 5.76967 16.0767 5.71841 16.2234 5.56275L16.932 4.81481C17.1405 4.5946 17.4958 4.5927 17.7062 4.81291L19.4168 6.59355C19.608 6.79287 19.6099 7.1023 19.4226 7.30352L18.5113 8.28686C18.3665 8.44252 18.3318 8.66842 18.4225 8.85826L19.0403 10.1681C19.1272 10.3522 19.3164 10.4718 19.523 10.4718H20.4691C20.7625 10.4718 21 10.7053 21 10.9939V13.1922C21 13.4807 20.7625 13.7142 20.4691 13.7142H19.4747C19.245 13.7142 19.0403 13.8604 18.9689 14.0749L18.4669 15.5879C18.4071 15.7663 18.4495 15.9618 18.5789 16.1004L19.3956 16.9869C19.5944 17.2033 19.5751 17.5393 19.3512 17.7311L17.4687 19.3503C17.2525 19.5364 16.9243 19.5193 16.7293 19.3124L16.0728 18.6176C15.93 18.4657 15.7079 18.4107 15.5091 18.479L14.1383 18.9498C13.924 19.0238 13.7811 19.2213 13.7811 19.4434V20.478C13.7811 20.7665 13.5436 21 13.2501 21H10.7479C10.4545 21 10.217 20.7665 10.217 20.478V19.4434C10.217 19.2213 10.0741 19.0238 9.85981 18.9498L8.48901 18.479C8.29014 18.4107 8.06811 18.4638 7.92524 18.6176L7.2688 19.3124C7.0738 19.5193 6.74558 19.5364 6.52934 19.3503L4.64689 17.7311C4.42293 17.5393 4.40363 17.2033 4.60249 16.9869L5.41918 16.1004C5.54661 15.9618 5.58908 15.7663 5.53116 15.5879L5.02918 14.0749C4.95774 13.8604 4.75308 13.7142 4.52333 13.7142H3.53094C3.23748 13.7142 3 13.4807 3 13.1922V10.9939C3 10.7053 3.23748 10.4718 3.53094 10.4718H4.47699C4.68358 10.4718 4.87279 10.3541 4.95967 10.1681L5.5775 8.85826C5.66824 8.66653 5.63156 8.44252 5.48868 8.28686L4.57739 7.30352C4.39011 7.1023 4.39204 6.79097 4.58318 6.59355L6.29379 4.81291C6.50424 4.5946 6.85949 4.5946 7.068 4.81481L7.77657 5.56275C7.92331 5.71841 8.15113 5.76967 8.35192 5.69563L9.82699 5.14702C10.0336 5.07108 10.1707 4.87555 10.1707 4.65914V3.52204C10.1707 3.2335 10.4081 3 10.7016 3H13.2984C13.5919 3 13.8293 3.2335 13.8293 3.52204Z' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
|
|
38
|
+
<path d='M6.375 13.95L8.25529 9.75H9.21955L11.1059 13.95H10.0813L8.53854 10.242H8.92424L7.37541 13.95H6.375ZM7.31515 13.05L7.57429 12.312H9.74386L10.009 13.05H7.31515Z' fill='none' />
|
|
39
|
+
<path d='M11.5435 13.95V9.75H13.3696C13.7473 9.75 14.0727 9.812 14.3459 9.936C14.6191 10.056 14.83 10.23 14.9787 10.458C15.1274 10.686 15.2017 10.958 15.2017 11.274C15.2017 11.586 15.1274 11.856 14.9787 12.084C14.83 12.312 14.6191 12.488 14.3459 12.612C14.0727 12.732 13.7473 12.792 13.3696 12.792H12.0859L12.5199 12.354V13.95H11.5435ZM12.5199 12.462L12.0859 12H13.3154C13.6167 12 13.8417 11.936 13.9903 11.808C14.139 11.68 14.2133 11.502 14.2133 11.274C14.2133 11.042 14.139 10.862 13.9903 10.734C13.8417 10.606 13.6167 10.542 13.3154 10.542H12.0859L12.5199 10.08V12.462Z' fill='none' />
|
|
40
|
+
<path d='M15.8987 13.95V9.75H16.875V13.95H15.8987Z' fill='none' />
|
|
41
|
+
</svg>
|
|
42
|
+
)
|
|
43
|
+
break
|
|
44
|
+
case 'large':
|
|
45
|
+
icon = (
|
|
46
|
+
<svg
|
|
47
|
+
width={40}
|
|
48
|
+
height={40}
|
|
49
|
+
viewBox='0 0 40 40'
|
|
50
|
+
fill='none'
|
|
51
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
52
|
+
className={className}
|
|
53
|
+
>
|
|
54
|
+
<path d='M23.0489 5.87007V7.76524C23.0489 8.12592 23.2774 8.4518 23.6217 8.57836L26.0801 9.49272C26.4148 9.61611 26.7945 9.53069 27.039 9.27125L28.22 8.02468C28.5675 7.65767 29.1596 7.6545 29.5104 8.02151L32.3614 10.9892C32.6799 11.3215 32.6832 11.8372 32.371 12.1725L30.8522 13.8114C30.6109 14.0709 30.5529 14.4474 30.7042 14.7638L31.7339 16.9468C31.8787 17.2537 32.194 17.4531 32.5383 17.4531H34.1151C34.6042 17.4531 35 17.8422 35 18.3231V21.9869C35 22.4678 34.6042 22.857 34.1151 22.857H32.4579C32.075 22.857 31.7339 23.1006 31.6148 23.4581L30.7782 25.9798C30.6784 26.2772 30.7492 26.603 30.9648 26.834L32.326 28.3115C32.6574 28.6722 32.6252 29.2322 32.252 29.5518L29.1146 32.2506C28.7542 32.5606 28.2071 32.5322 27.8821 32.1873L26.7881 31.0293C26.5499 30.7762 26.1799 30.6845 25.8484 30.7984L23.5638 31.583C23.2066 31.7064 22.9685 32.0354 22.9685 32.4056V34.1299C22.9685 34.6108 22.5727 35 22.0836 35H17.9132C17.4241 35 17.0283 34.6108 17.0283 34.1299V32.4056C17.0283 32.0354 16.7902 31.7064 16.433 31.583L14.1483 30.7984C13.8169 30.6845 13.4469 30.773 13.2087 31.0293L12.1147 32.1873C11.7897 32.5322 11.2426 32.5606 10.8822 32.2506L7.74482 29.5518C7.37155 29.2322 7.33938 28.6722 7.67081 28.3115L9.03196 26.834C9.24434 26.603 9.31513 26.2772 9.2186 25.9798L8.38196 23.4581C8.2629 23.1006 7.92181 22.857 7.53888 22.857H5.88491C5.3958 22.857 5 22.4678 5 21.9869V18.3231C5 17.8422 5.3958 17.4531 5.88491 17.4531H7.46165C7.80596 17.4531 8.12131 17.2569 8.26612 16.9468L9.29583 14.7638C9.44707 14.4442 9.38593 14.0709 9.14781 13.8114L7.62898 12.1725C7.31685 11.8372 7.32007 11.3183 7.63864 10.9892L10.4896 8.02151C10.8404 7.65767 11.4325 7.65767 11.78 8.02468L12.961 9.27125C13.2055 9.53069 13.5852 9.61611 13.9199 9.49272L16.3783 8.57836C16.7226 8.4518 16.9511 8.12592 16.9511 7.76524V5.87007C16.9511 5.38916 17.3469 5 17.836 5H22.164C22.6531 5 23.0489 5.38916 23.0489 5.87007Z' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
|
|
55
|
+
<path d='M10.625 23.25L13.7588 16.25H15.3659L18.5098 23.25H16.8022L14.2309 17.07H14.8737L12.2924 23.25H10.625ZM12.1919 21.75L12.6238 20.52H16.2398L16.6817 21.75H12.1919Z' fill='none' />
|
|
56
|
+
<path d='M19.2392 23.25V16.25H22.2827C22.9121 16.25 23.4545 16.3533 23.9098 16.56C24.3652 16.76 24.7167 17.05 24.9645 17.43C25.2123 17.81 25.3361 18.2633 25.3361 18.79C25.3361 19.31 25.2123 19.76 24.9645 20.14C24.7167 20.52 24.3652 20.8133 23.9098 21.02C23.4545 21.22 22.9121 21.32 22.2827 21.32H20.1432L20.8664 20.59V23.25H19.2392ZM20.8664 20.77L20.1432 20H22.1923C22.6945 20 23.0695 19.8933 23.3172 19.68C23.565 19.4667 23.6889 19.17 23.6889 18.79C23.6889 18.4033 23.565 18.1033 23.3172 17.89C23.0695 17.6767 22.6945 17.57 22.1923 17.57H20.1432L20.8664 16.8V20.77Z' fill='none' />
|
|
57
|
+
<path d='M26.4978 23.25V16.25H28.125V23.25H26.4978Z' fill='none' />
|
|
58
|
+
</svg>
|
|
59
|
+
)
|
|
60
|
+
break
|
|
61
|
+
|
|
62
|
+
default:
|
|
63
|
+
break
|
|
64
|
+
}
|
|
65
|
+
return icon
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
ApiIcon.propTypes = {
|
|
69
|
+
/**
|
|
70
|
+
* color of text, icon and borders
|
|
71
|
+
*/
|
|
72
|
+
color: PropTypes.oneOf(['green', 'white', 'main-dark-blue', 'red']),
|
|
73
|
+
/**
|
|
74
|
+
* Size
|
|
75
|
+
*/
|
|
76
|
+
size: PropTypes.oneOf(['small', 'medium', 'large', 'extra-large'])
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
ApiIcon.defaultProps = {
|
|
80
|
+
color: 'main-dark-blue',
|
|
81
|
+
size: 'normal'
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export default ApiIcon
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
export default function ApiIconClosed () {
|
|
3
|
-
return (
|
|
4
|
-
<svg
|
|
5
|
-
width={38}
|
|
6
|
-
height={42}
|
|
7
|
-
fill='none'
|
|
8
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
d='M8.12 22.358A7.12 7.12 0 0 1 8.118 8.12a7.12 7.12 0 0 1 13.631-2.88c.2-.02.404-.029.61-.029a7.121 7.121 0 0 1 6.864 5.236 6.079 6.079 0 1 1 1.7 11.912M13 11.5v7M13 31v-3m0-3v-3.5M25 13v6m0 15.5V31m0-3v-6M19 15.4v7.1m0 18v-4m0-11v8'
|
|
12
|
-
stroke='#fff'
|
|
13
|
-
strokeWidth={2}
|
|
14
|
-
strokeLinecap='round'
|
|
15
|
-
strokeLinejoin='round'
|
|
16
|
-
/>
|
|
17
|
-
</svg>
|
|
18
|
-
)
|
|
19
|
-
}
|
|
1
|
+
import React from 'react'
|
|
2
|
+
export default function ApiIconClosed () {
|
|
3
|
+
return (
|
|
4
|
+
<svg
|
|
5
|
+
width={38}
|
|
6
|
+
height={42}
|
|
7
|
+
fill='none'
|
|
8
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
9
|
+
>
|
|
10
|
+
<path
|
|
11
|
+
d='M8.12 22.358A7.12 7.12 0 0 1 8.118 8.12a7.12 7.12 0 0 1 13.631-2.88c.2-.02.404-.029.61-.029a7.121 7.121 0 0 1 6.864 5.236 6.079 6.079 0 1 1 1.7 11.912M13 11.5v7M13 31v-3m0-3v-3.5M25 13v6m0 15.5V31m0-3v-6M19 15.4v7.1m0 18v-4m0-11v8'
|
|
12
|
+
stroke='#fff'
|
|
13
|
+
strokeWidth={2}
|
|
14
|
+
strokeLinecap='round'
|
|
15
|
+
strokeLinejoin='round'
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
)
|
|
19
|
+
}
|
|
@@ -1,94 +1,94 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
export default function AppEmptyIcon () {
|
|
3
|
-
return (
|
|
4
|
-
<svg
|
|
5
|
-
width={81}
|
|
6
|
-
height={80}
|
|
7
|
-
viewBox='0 0 81 80'
|
|
8
|
-
fill='none'
|
|
9
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
10
|
-
>
|
|
11
|
-
<path
|
|
12
|
-
d='M34.8199 45.5671H24.4589C23.9066 45.5671 23.4589 46.0149 23.4589 46.5671V66.3802C23.4589 66.9324 23.9066 67.3802 24.4589 67.3802H56.5418C57.0941 67.3802 57.5418 66.9324 57.5418 66.3802V46.5671C57.5418 46.0149 57.0941 45.5671 56.5418 45.5671H46.1808'
|
|
13
|
-
stroke='#21FA90'
|
|
14
|
-
strokeWidth={3}
|
|
15
|
-
strokeLinecap='round'
|
|
16
|
-
/>
|
|
17
|
-
<rect
|
|
18
|
-
x={34.8199}
|
|
19
|
-
y={67.3799}
|
|
20
|
-
width={11.3609}
|
|
21
|
-
height={5.45325}
|
|
22
|
-
stroke='#21FA90'
|
|
23
|
-
strokeWidth={3}
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d='M29.1394 73.8333C29.1394 73.281 29.5871 72.8333 30.1394 72.8333H50.8613C51.4136 72.8333 51.8613 73.281 51.8613 73.8333V76.9232H29.1394V73.8333Z'
|
|
27
|
-
stroke='#21FA90'
|
|
28
|
-
strokeWidth={3}
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d='M40.5004 42.8403L43.051 50.3765L51.3053 50.3765L44.6275 55.0342L47.1782 62.5704L40.5004 57.9128L33.8226 62.5704L36.3732 55.0342L29.6954 50.3765L37.9497 50.3765L40.5004 42.8403Z'
|
|
32
|
-
stroke='#21FA90'
|
|
33
|
-
strokeWidth={3}
|
|
34
|
-
strokeLinejoin='round'
|
|
35
|
-
/>
|
|
36
|
-
<path
|
|
37
|
-
d='M19.1982 57.0413H9.25739V37.1597'
|
|
38
|
-
stroke='#21FA90'
|
|
39
|
-
strokeWidth={3}
|
|
40
|
-
strokeLinecap='round'
|
|
41
|
-
strokeLinejoin='round'
|
|
42
|
-
/>
|
|
43
|
-
<path
|
|
44
|
-
d='M29.139 39.9999V14.4377'
|
|
45
|
-
stroke='#21FA90'
|
|
46
|
-
strokeWidth={3}
|
|
47
|
-
strokeLinecap='round'
|
|
48
|
-
strokeLinejoin='round'
|
|
49
|
-
/>
|
|
50
|
-
<path
|
|
51
|
-
d='M61.8018 57.0414H71.7426V45.6804'
|
|
52
|
-
stroke='#21FA90'
|
|
53
|
-
strokeWidth={3}
|
|
54
|
-
strokeLinecap='round'
|
|
55
|
-
strokeLinejoin='round'
|
|
56
|
-
/>
|
|
57
|
-
<path
|
|
58
|
-
d='M49.0207 41.4201V32.8994H58.9615V17.2781'
|
|
59
|
-
stroke='#21FA90'
|
|
60
|
-
strokeWidth={3}
|
|
61
|
-
strokeLinecap='round'
|
|
62
|
-
strokeLinejoin='round'
|
|
63
|
-
/>
|
|
64
|
-
<circle
|
|
65
|
-
cx={9.25738}
|
|
66
|
-
cy={31.4793}
|
|
67
|
-
r={5.68047}
|
|
68
|
-
stroke='#21FA90'
|
|
69
|
-
strokeWidth={3}
|
|
70
|
-
/>
|
|
71
|
-
<circle
|
|
72
|
-
cx={29.139}
|
|
73
|
-
cy={8.75738}
|
|
74
|
-
r={5.68047}
|
|
75
|
-
stroke='#21FA90'
|
|
76
|
-
strokeWidth={3}
|
|
77
|
-
/>
|
|
78
|
-
<circle
|
|
79
|
-
cx={58.9615}
|
|
80
|
-
cy={11.5977}
|
|
81
|
-
r={5.68047}
|
|
82
|
-
stroke='#21FA90'
|
|
83
|
-
strokeWidth={3}
|
|
84
|
-
/>
|
|
85
|
-
<circle
|
|
86
|
-
cx={71.7426}
|
|
87
|
-
cy={40.0001}
|
|
88
|
-
r={5.68047}
|
|
89
|
-
stroke='#21FA90'
|
|
90
|
-
strokeWidth={3}
|
|
91
|
-
/>
|
|
92
|
-
</svg>
|
|
93
|
-
)
|
|
94
|
-
}
|
|
1
|
+
import React from 'react'
|
|
2
|
+
export default function AppEmptyIcon () {
|
|
3
|
+
return (
|
|
4
|
+
<svg
|
|
5
|
+
width={81}
|
|
6
|
+
height={80}
|
|
7
|
+
viewBox='0 0 81 80'
|
|
8
|
+
fill='none'
|
|
9
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d='M34.8199 45.5671H24.4589C23.9066 45.5671 23.4589 46.0149 23.4589 46.5671V66.3802C23.4589 66.9324 23.9066 67.3802 24.4589 67.3802H56.5418C57.0941 67.3802 57.5418 66.9324 57.5418 66.3802V46.5671C57.5418 46.0149 57.0941 45.5671 56.5418 45.5671H46.1808'
|
|
13
|
+
stroke='#21FA90'
|
|
14
|
+
strokeWidth={3}
|
|
15
|
+
strokeLinecap='round'
|
|
16
|
+
/>
|
|
17
|
+
<rect
|
|
18
|
+
x={34.8199}
|
|
19
|
+
y={67.3799}
|
|
20
|
+
width={11.3609}
|
|
21
|
+
height={5.45325}
|
|
22
|
+
stroke='#21FA90'
|
|
23
|
+
strokeWidth={3}
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d='M29.1394 73.8333C29.1394 73.281 29.5871 72.8333 30.1394 72.8333H50.8613C51.4136 72.8333 51.8613 73.281 51.8613 73.8333V76.9232H29.1394V73.8333Z'
|
|
27
|
+
stroke='#21FA90'
|
|
28
|
+
strokeWidth={3}
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d='M40.5004 42.8403L43.051 50.3765L51.3053 50.3765L44.6275 55.0342L47.1782 62.5704L40.5004 57.9128L33.8226 62.5704L36.3732 55.0342L29.6954 50.3765L37.9497 50.3765L40.5004 42.8403Z'
|
|
32
|
+
stroke='#21FA90'
|
|
33
|
+
strokeWidth={3}
|
|
34
|
+
strokeLinejoin='round'
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d='M19.1982 57.0413H9.25739V37.1597'
|
|
38
|
+
stroke='#21FA90'
|
|
39
|
+
strokeWidth={3}
|
|
40
|
+
strokeLinecap='round'
|
|
41
|
+
strokeLinejoin='round'
|
|
42
|
+
/>
|
|
43
|
+
<path
|
|
44
|
+
d='M29.139 39.9999V14.4377'
|
|
45
|
+
stroke='#21FA90'
|
|
46
|
+
strokeWidth={3}
|
|
47
|
+
strokeLinecap='round'
|
|
48
|
+
strokeLinejoin='round'
|
|
49
|
+
/>
|
|
50
|
+
<path
|
|
51
|
+
d='M61.8018 57.0414H71.7426V45.6804'
|
|
52
|
+
stroke='#21FA90'
|
|
53
|
+
strokeWidth={3}
|
|
54
|
+
strokeLinecap='round'
|
|
55
|
+
strokeLinejoin='round'
|
|
56
|
+
/>
|
|
57
|
+
<path
|
|
58
|
+
d='M49.0207 41.4201V32.8994H58.9615V17.2781'
|
|
59
|
+
stroke='#21FA90'
|
|
60
|
+
strokeWidth={3}
|
|
61
|
+
strokeLinecap='round'
|
|
62
|
+
strokeLinejoin='round'
|
|
63
|
+
/>
|
|
64
|
+
<circle
|
|
65
|
+
cx={9.25738}
|
|
66
|
+
cy={31.4793}
|
|
67
|
+
r={5.68047}
|
|
68
|
+
stroke='#21FA90'
|
|
69
|
+
strokeWidth={3}
|
|
70
|
+
/>
|
|
71
|
+
<circle
|
|
72
|
+
cx={29.139}
|
|
73
|
+
cy={8.75738}
|
|
74
|
+
r={5.68047}
|
|
75
|
+
stroke='#21FA90'
|
|
76
|
+
strokeWidth={3}
|
|
77
|
+
/>
|
|
78
|
+
<circle
|
|
79
|
+
cx={58.9615}
|
|
80
|
+
cy={11.5977}
|
|
81
|
+
r={5.68047}
|
|
82
|
+
stroke='#21FA90'
|
|
83
|
+
strokeWidth={3}
|
|
84
|
+
/>
|
|
85
|
+
<circle
|
|
86
|
+
cx={71.7426}
|
|
87
|
+
cy={40.0001}
|
|
88
|
+
r={5.68047}
|
|
89
|
+
stroke='#21FA90'
|
|
90
|
+
strokeWidth={3}
|
|
91
|
+
/>
|
|
92
|
+
</svg>
|
|
93
|
+
)
|
|
94
|
+
}
|