@platformatic/ui-components 0.8.0 → 0.8.2

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.
@@ -0,0 +1,97 @@
1
+ import * as React from 'react'
2
+ import PropTypes from 'prop-types'
3
+ import styles from './Icons.module.css'
4
+ import { COLORS_ICON, SIZES, MEDIUM, LARGE, MAIN_DARK_BLUE, SMALL } from '../constants'
5
+
6
+ const AppMissingIcon = ({
7
+ color = MAIN_DARK_BLUE,
8
+ size = MEDIUM,
9
+ disabled = false,
10
+ inactive = false
11
+ }) => {
12
+ let className = `${styles.svgClassName} ` + styles[`${color}`]
13
+ if (disabled) {
14
+ className += ` ${styles.iconDisabled}`
15
+ }
16
+ if (inactive) {
17
+ className += ` ${styles.iconInactive}`
18
+ }
19
+ let icon = <></>
20
+ const filledClassName = styles[`filled-${color}`]
21
+
22
+ switch (size) {
23
+ case SMALL:
24
+ icon = (
25
+ <svg
26
+ width={16}
27
+ height={16}
28
+ viewBox='0 0 16 16'
29
+ fill='none'
30
+ xmlns='http://www.w3.org/2000/svg'
31
+ className={className}
32
+ >
33
+ <path d='M2.5 5V10.8722L8 14M8 14L13.5 10.8722V5M8 14V12' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
34
+ <path d='M5.5 6.5L2.5 4.85711L8 2L13.5 4.85711L11 6' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
35
+ <path d='M7.38178 9.13685C7.32222 9.13685 7.27394 9.08858 7.27394 9.02902C7.27592 8.659 7.30661 8.36405 7.366 8.14415C7.42737 7.92425 7.51646 7.74664 7.63326 7.61132C7.75006 7.476 7.89062 7.35337 8.05494 7.24342C8.17768 7.15884 8.28755 7.0711 8.38456 6.98018C8.48156 6.88926 8.55877 6.78883 8.61618 6.67888C8.6736 6.56681 8.7023 6.44207 8.7023 6.30463C8.7023 6.15874 8.66964 6.03082 8.60431 5.92087C8.53898 5.81092 8.45088 5.72635 8.34001 5.66714C8.23113 5.60794 8.11037 5.57834 7.97773 5.57834C7.84905 5.57834 7.7273 5.609 7.61247 5.67031C7.49765 5.72952 7.40361 5.81832 7.33036 5.93673C7.19489 6.15181 7.01002 6.37123 6.75582 6.37123H6.62325C6.28142 6.37123 5.99261 6.08411 6.08896 5.75614C6.13592 5.59629 6.20129 5.45245 6.28508 5.32461C6.46523 5.04763 6.70379 4.84147 7.00074 4.70615C7.2977 4.56872 7.62534 4.5 7.98367 4.5C8.37763 4.5 8.72606 4.56977 9.02895 4.70932C9.33185 4.84676 9.56941 5.04657 9.74165 5.30875C9.91388 5.57094 10 5.88704 10 6.25706C10 6.50444 9.9614 6.72434 9.88419 6.91675C9.80896 7.10704 9.70304 7.27619 9.56644 7.4242C9.42984 7.57009 9.2685 7.70224 9.08241 7.82065C8.92601 7.92002 8.79733 8.02363 8.69636 8.13146C8.59738 8.2393 8.52314 8.36405 8.47365 8.50571C8.42613 8.64737 8.40139 8.82181 8.39941 9.02902C8.39941 9.08858 8.35113 9.13685 8.29157 9.13685H7.38178ZM7.86192 11.1667C7.66394 11.1667 7.49468 11.0927 7.35412 10.9447C7.21554 10.7945 7.14724 10.6148 7.14922 10.4055C7.14724 10.1983 7.21554 10.0207 7.35412 9.87266C7.49468 9.72465 7.66394 9.65065 7.86192 9.65065C8.04999 9.65065 8.21529 9.72465 8.35783 9.87266C8.50037 10.0207 8.57263 10.1983 8.57461 10.4055C8.57263 10.545 8.53799 10.673 8.47068 10.7892C8.40535 10.9034 8.31923 10.9954 8.21232 11.0652C8.10542 11.1328 7.98862 11.1667 7.86192 11.1667Z' fill='none' className={filledClassName} />
36
+ </svg>
37
+ )
38
+ break
39
+ case MEDIUM:
40
+ icon = (
41
+ <svg
42
+ width={24}
43
+ height={24}
44
+ viewBox='0 0 24 24'
45
+ fill='none'
46
+ xmlns='http://www.w3.org/2000/svg'
47
+ className={className}
48
+ >
49
+ <path d='M3.75 7.5V16.3083L12 21M12 21L20.25 16.3083V7.5M12 21V18' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
50
+ <path d='M8.25 9.75L3.75 7.28567L12 3L20.25 7.28567L16.5 9' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
51
+ <path d='M11.0727 13.7053C10.9833 13.7053 10.9109 13.6329 10.9109 13.5435C10.9139 12.9885 10.9599 12.5461 11.049 12.2162C11.1411 11.8864 11.2747 11.62 11.4499 11.417C11.6251 11.214 11.8359 11.0301 12.0824 10.8651C12.2665 10.7383 12.4313 10.6066 12.5768 10.4703C12.7223 10.3339 12.8382 10.1832 12.9243 10.0183C13.0104 9.85022 13.0535 9.6631 13.0535 9.45695C13.0535 9.23811 13.0045 9.04623 12.9065 8.8813C12.8085 8.71638 12.6763 8.58952 12.51 8.50071C12.3467 8.41191 12.1656 8.36751 11.9666 8.36751C11.7736 8.36751 11.5909 8.41349 11.4187 8.50547C11.2465 8.59428 11.1054 8.72748 10.9955 8.90509C10.7923 9.22772 10.515 9.55685 10.1337 9.55685H9.93487C9.42213 9.55685 8.98892 9.12617 9.13344 8.63422C9.20388 8.39444 9.30194 8.17867 9.42762 7.98692C9.69785 7.57144 10.0557 7.26221 10.5011 7.05923C10.9465 6.85308 11.438 6.75 11.9755 6.75C12.5664 6.75 13.0891 6.85466 13.5434 7.06399C13.9978 7.27014 14.3541 7.56985 14.6125 7.96313C14.8708 8.35641 15 8.83056 15 9.38558C15 9.75666 14.9421 10.0865 14.8263 10.3751C14.7134 10.6606 14.5546 10.9143 14.3497 11.1363C14.1448 11.3551 13.9027 11.5534 13.6236 11.731C13.389 11.88 13.196 12.0354 13.0445 12.1972C12.8961 12.3589 12.7847 12.5461 12.7105 12.7586C12.6392 12.9711 12.6021 13.2327 12.5991 13.5435C12.5991 13.6329 12.5267 13.7053 12.4374 13.7053H11.0727ZM11.7929 16.75C11.4959 16.75 11.242 16.639 11.0312 16.417C10.8233 16.1918 10.7209 15.9222 10.7238 15.6082C10.7209 15.2974 10.8233 15.031 11.0312 14.809C11.242 14.587 11.4959 14.476 11.7929 14.476C12.075 14.476 12.3229 14.587 12.5367 14.809C12.7506 15.031 12.8589 15.2974 12.8619 15.6082C12.8589 15.8176 12.807 16.0094 12.706 16.1839C12.608 16.3551 12.4788 16.4931 12.3185 16.5978C12.1581 16.6993 11.9829 16.75 11.7929 16.75Z' fill='none' className={filledClassName} />
52
+ </svg>
53
+ )
54
+ break
55
+ case LARGE:
56
+ icon = (
57
+ <svg
58
+ width={40}
59
+ height={40}
60
+ viewBox='0 0 40 40'
61
+ fill='none'
62
+ xmlns='http://www.w3.org/2000/svg'
63
+ className={className}
64
+ >
65
+ <path d='M6.25 12.4999V27.1805L20 35M20 35L33.75 27.1805V12.4999M20 35V29.9999' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
66
+ <path d='M13.75 16.25L6.25 12.1428L20 5L33.75 12.1428L27.5 15' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
67
+ <path d='M18.4544 22.8421C18.3056 22.8421 18.1849 22.7214 18.1849 22.5725C18.1898 21.6475 18.2665 20.9101 18.415 20.3604C18.5684 19.8106 18.7911 19.3666 19.0831 19.0283C19.3752 18.69 19.7266 18.3834 20.1373 18.1085C20.4442 17.8971 20.7189 17.6777 20.9614 17.4504C21.2039 17.2231 21.3969 16.9721 21.5405 16.6972C21.684 16.417 21.7558 16.1052 21.7558 15.7616C21.7558 15.3968 21.6741 15.077 21.5108 14.8022C21.3474 14.5273 21.1272 14.3159 20.85 14.1679C20.5778 14.0198 20.2759 13.9458 19.9443 13.9458C19.6226 13.9458 19.3182 14.0225 19.0312 14.1758C18.7441 14.3238 18.509 14.5458 18.3259 14.8418C18.2955 14.8902 18.2673 14.9405 18.2415 14.9928C18.0031 15.4762 17.6016 15.9281 17.0626 15.9281H16.0237C15.4622 15.9281 14.9988 15.4626 15.0997 14.9103C15.2117 14.2971 15.416 13.7642 15.7127 13.3115C16.1631 12.6191 16.7595 12.1037 17.5019 11.7654C18.2442 11.4218 19.0634 11.25 19.9592 11.25C20.9441 11.25 21.8151 11.4244 22.5724 11.7733C23.3296 12.1169 23.9235 12.6164 24.3541 13.2719C24.7847 13.9273 25 14.7176 25 15.6426C25 16.2611 24.9035 16.8108 24.7105 17.2919C24.5224 17.7676 24.2576 18.1905 23.9161 18.5605C23.5746 18.9252 23.1712 19.2556 22.706 19.5516C22.315 19.8001 21.9933 20.0591 21.7409 20.3287C21.4934 20.5982 21.3078 20.9101 21.1841 21.2643C21.0653 21.6184 21.0035 22.0545 20.9985 22.5725C20.9985 22.7214 20.8778 22.8421 20.7289 22.8421H18.4544ZM19.6548 27.9167C19.1599 27.9167 18.7367 27.7317 18.3853 27.3616C18.0389 26.9863 17.8681 26.537 17.8731 26.0137C17.8681 25.4957 18.0389 25.0517 18.3853 24.6817C18.7367 24.3116 19.1599 24.1266 19.6548 24.1266C20.125 24.1266 20.5382 24.3116 20.8946 24.6817C21.2509 25.0517 21.4316 25.4957 21.4365 26.0137C21.4316 26.3626 21.345 26.6824 21.1767 26.9731C21.0134 27.2586 20.7981 27.4885 20.5308 27.6629C20.2635 27.8321 19.9715 27.9167 19.6548 27.9167Z' fill='none' className={filledClassName} />
68
+ </svg>
69
+ )
70
+ break
71
+
72
+ default:
73
+ break
74
+ }
75
+ return icon
76
+ }
77
+
78
+ AppMissingIcon.propTypes = {
79
+ /**
80
+ * color of text, icon and borders
81
+ */
82
+ color: PropTypes.oneOf(COLORS_ICON),
83
+ /**
84
+ * Size
85
+ */
86
+ size: PropTypes.oneOf(SIZES),
87
+ /**
88
+ * disabled
89
+ */
90
+ disabled: PropTypes.bool,
91
+ /**
92
+ * inactive
93
+ */
94
+ inactive: PropTypes.bool
95
+ }
96
+
97
+ export default AppMissingIcon
@@ -29,9 +29,11 @@ const AppSettingsIcon = ({
29
29
  xmlns='http://www.w3.org/2000/svg'
30
30
  className={className}
31
31
  >
32
- <path d='M10.5 7L13.5311 8.75V12.25L10.5 14L7.46891 12.25V8.75L10.5 7Z' stroke='none' strokeLinejoin='round' />
33
- <path d='M7.90415 7.04236C8.00356 6.787 8.03422 6.50135 7.97791 6.2125C7.81941 5.39937 7.03175 4.8687 6.21863 5.02721C5.4055 5.18571 4.87483 5.97337 5.03334 6.7865C5.16407 7.45712 5.72275 7.93561 6.37072 7.99381' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
34
- <path d='M10.7345 5.73592H10.2615C10.1582 5.73592 10.0636 5.67612 10.0202 5.58405L9.71125 4.92913C9.66588 4.83421 9.68326 4.72126 9.75566 4.64343L10.2113 4.15176C10.3049 4.05115 10.304 3.89644 10.2084 3.79677L9.35311 2.90645C9.24788 2.79635 9.07026 2.7973 8.966 2.9074L8.61171 3.28138C8.53835 3.35921 8.42443 3.38483 8.32404 3.34782L7.58651 3.07351C7.48321 3.03554 7.41467 2.93778 7.41467 2.82957V2.26102C7.41467 2.11675 7.29593 2 7.1492 2H5.8508C5.70406 2 5.58533 2.11675 5.58533 2.26102V2.82957C5.58533 2.93778 5.51679 3.03554 5.41349 3.07351L4.67596 3.34782C4.57557 3.38483 4.46165 3.35921 4.38829 3.28138L4.034 2.9074C3.92974 2.7973 3.75212 2.7973 3.64689 2.90645L2.79159 3.79677C2.69602 3.89549 2.69506 4.05115 2.78869 4.15176L3.24434 4.64343C3.31578 4.72126 3.33412 4.83326 3.28875 4.92913L2.97983 5.58405C2.93639 5.67707 2.84179 5.73592 2.7385 5.73592H2.26547C2.11874 5.73592 2 5.85267 2 5.99694V7.09608C2 7.24035 2.11874 7.3571 2.26547 7.3571H2.76166C2.87654 7.3571 2.97887 7.43018 3.01459 7.53744L3.26558 8.29393C3.29454 8.38315 3.2733 8.48091 3.20959 8.5502L2.80124 8.99346C2.70181 9.10167 2.71147 9.26967 2.82345 9.36553L3.76467 10.1752C3.87279 10.2682 4.0369 10.2597 4.1344 10.1562L4.46262 9.8088C4.53406 9.73191 4.64507 9.70534 4.7445 9.73951L5.4299 9.9749C5.53706 10.0119 5.60849 10.1106 5.60849 10.2217V10.739C5.60849 10.8833 5.72723 11 5.87397 11' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
32
+ <path d='M2.5 5V10.8722L8 14M8 14L13.5 10.8722V5M8 14V11' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
33
+ <path d='M4.5 6L2.5 4.85711L8 2L13.5 4.85711L11.4538 5.79253' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
34
+ <path d='M7.51571 8.76912C8.19944 9.03026 8.96185 8.69697 9.21861 8.02471C9.47537 7.35245 9.12924 6.59578 8.44551 6.33465C7.76179 6.07351 6.99938 6.40679 6.74262 7.07905C6.48586 7.75131 6.83199 8.50798 7.51571 8.76912Z' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
35
+ <path d='M9.8408 4.67371L9.68302 5.08681C9.65299 5.16543 9.67566 5.25549 9.74018 5.31174L10.1999 5.71572C10.2626 5.77047 10.3525 5.78346 10.4274 5.74727L10.7886 5.57387C10.8949 5.5228 11.0242 5.5714 11.0701 5.6806L11.4445 6.56485C11.4863 6.66378 11.4441 6.77646 11.3481 6.82358L10.8806 7.05438C10.8064 7.09083 10.7624 7.16808 10.769 7.24964L10.8117 7.81122C10.8178 7.89017 10.8699 7.95988 10.945 7.98854L11.2887 8.11981C11.3953 8.16053 11.4491 8.2783 11.4091 8.38313L11.1041 9.18175C11.064 9.28658 10.9454 9.33845 10.8388 9.29773L10.4775 9.15977C10.3941 9.12789 10.2994 9.1526 10.2437 9.22061L9.85142 9.70062C9.80492 9.75714 9.79322 9.83407 9.82098 9.90236L9.99467 10.3377C10.0369 10.444 9.98326 10.5633 9.87529 10.6019L8.96673 10.929C8.86236 10.9666 8.74549 10.9148 8.70336 10.8126L8.56128 10.4691C8.53045 10.3941 8.45742 10.3433 8.3757 10.3405L7.81237 10.3214C7.72424 10.3185 7.64494 10.3704 7.61412 10.4511L7.47057 10.827C7.43053 10.9318 7.31186 10.9837 7.20525 10.943L6.29621 10.5958C6.1896 10.5551 6.13572 10.4373 6.17576 10.3325L6.31931 9.95659C6.35013 9.8759 6.32562 9.78436 6.25804 9.72772L5.82536 9.36649C5.76259 9.31407 5.67455 9.30257 5.60131 9.33861L5.26643 9.49993C5.16688 9.54805 5.04527 9.50872 4.99252 9.41113L4.53332 8.56166C4.47856 8.46093 4.51817 8.33618 4.62044 8.28515L5.04015 8.0764C5.10567 8.04374 5.14823 7.9786 5.15195 7.90573L5.17951 7.28643C5.18332 7.19859 5.12926 7.11709 5.04579 7.08521L4.68526 6.94751C4.57865 6.90679 4.52477 6.78901 4.56481 6.68419L4.86982 5.88557C4.90986 5.78074 5.02853 5.72887 5.13515 5.76959L5.47884 5.90085C5.55389 5.92952 5.63896 5.91301 5.69634 5.85748L6.10254 5.46735C6.16211 5.41028 6.17986 5.32382 6.14956 5.24744L5.95493 4.76375C5.91481 4.66467 5.95871 4.55183 6.05555 4.50663L6.92407 4.09709C7.03081 4.04698 7.15987 4.09627 7.20507 4.2052L7.35871 4.57524C7.39042 4.65215 7.46607 4.70238 7.54929 4.70335L8.1613 4.70871C8.24688 4.70979 8.32381 4.65777 8.35384 4.57915L8.51162 4.16605C8.55166 4.06123 8.67033 4.00935 8.77694 4.05007L9.72034 4.41038C9.82696 4.4511 9.88083 4.56888 9.8408 4.67371Z' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
36
+
35
37
  </svg>
36
38
  )
37
39
  break
@@ -45,9 +47,10 @@ const AppSettingsIcon = ({
45
47
  xmlns='http://www.w3.org/2000/svg'
46
48
  className={className}
47
49
  >
48
- <path d='M15.75 10.5L20.2966 13.125V18.375L15.75 21L11.2034 18.375V13.125L15.75 10.5Z' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
49
- <path d='M11.8564 10.5634C12.0055 10.1804 12.0515 9.75191 11.967 9.31862C11.7292 8.09894 10.5477 7.30293 9.32806 7.54069C8.10838 7.77845 7.31237 8.95994 7.55013 10.1796C7.74622 11.1856 8.58425 11.9033 9.5562 11.9906' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
50
- <path d='M16.1018 8.60388H15.3923C15.2373 8.60388 15.0954 8.51418 15.0302 8.37608L14.5669 7.39369C14.4988 7.25132 14.5249 7.08189 14.6335 6.96514L15.317 6.22764C15.4574 6.07672 15.456 5.84465 15.3126 5.69516L14.0297 4.35968C13.8718 4.19453 13.6054 4.19595 13.449 4.36111L12.9176 4.92206C12.8075 5.03881 12.6367 5.07725 12.4861 5.02173L11.3798 4.61026C11.2248 4.55331 11.122 4.40667 11.122 4.24436V3.39153C11.122 3.17512 10.9439 3 10.7238 3H8.7762C8.5561 3 8.37799 3.17512 8.37799 3.39153V4.24436C8.37799 4.40667 8.27518 4.55331 8.12024 4.61026L7.01394 5.02173C6.86335 5.07725 6.69248 5.03881 6.58243 4.92206L6.051 4.36111C5.89462 4.19595 5.62818 4.19595 5.47034 4.35968L4.18739 5.69516C4.04403 5.84323 4.04258 6.07672 4.18304 6.22764L4.86651 6.96514C4.97367 7.08189 5.00118 7.24989 4.93312 7.39369L4.46975 8.37608C4.40459 8.51561 4.26268 8.60388 4.10774 8.60388H3.39821C3.17811 8.60388 3 8.779 3 8.99541V10.6441C3 10.8605 3.17811 11.0356 3.39821 11.0356H4.1425C4.31481 11.0356 4.4683 11.1453 4.52188 11.3062L4.89837 12.4409C4.94181 12.5747 4.90995 12.7214 4.81438 12.8253L4.20187 13.4902C4.05272 13.6525 4.0672 13.9045 4.23517 14.0483L5.647 15.2628C5.80918 15.4023 6.05535 15.3895 6.2016 15.2343L6.69393 14.7132C6.80108 14.5979 6.96761 14.558 7.11675 14.6093L8.14486 14.9624C8.30559 15.0179 8.41274 15.1659 8.41274 15.3325V16.1085C8.41274 16.3249 8.59085 16.5 8.81095 16.5' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
50
+ <path d='M3.75 7.5V16.3083L12 21M12 21L20.25 16.3083V7.5M12 21V16.5' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
51
+ <path d='M6.75 9L3.75 7.28567L12 3L20.25 7.28567L17.1807 8.6888' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
52
+ <path d='M11.2736 13.1537C12.2992 13.5454 13.4428 13.0455 13.8279 12.0371C14.213 11.0287 13.6939 9.89368 12.6683 9.50197C11.6427 9.11026 10.4991 9.61019 10.1139 10.6186C9.72879 11.627 10.248 12.762 11.2736 13.1537Z' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
53
+ <path d='M14.7612 7.01056L14.5245 7.63022C14.4795 7.74815 14.5135 7.88323 14.6103 7.9676L15.2999 8.57357C15.3939 8.65571 15.5287 8.6752 15.6411 8.62091L16.1829 8.3608C16.3424 8.2842 16.5363 8.3571 16.6052 8.5209L17.1668 9.84727C17.2294 9.99567 17.1661 10.1647 17.0222 10.2354L16.3209 10.5816C16.2096 10.6363 16.1436 10.7521 16.1536 10.8745L16.2176 11.7168C16.2266 11.8353 16.3049 11.9398 16.4174 11.9828L16.933 12.1797C17.0929 12.2408 17.1737 12.4175 17.1137 12.5747L16.6561 13.7726C16.5961 13.9299 16.4181 14.0077 16.2581 13.9466L15.7163 13.7397C15.5911 13.6918 15.4492 13.7289 15.3656 13.8309L14.7771 14.5509C14.7074 14.6357 14.6898 14.7511 14.7315 14.8535L14.992 15.5066C15.0553 15.6659 14.9749 15.845 14.8129 15.9029L13.4501 16.3935C13.2935 16.4499 13.1182 16.3723 13.055 16.2189L12.8419 15.7037C12.7957 15.5912 12.6861 15.515 12.5635 15.5108L11.7186 15.4821C11.5864 15.4778 11.4674 15.5557 11.4212 15.6767L11.2059 16.2405C11.1458 16.3977 10.9678 16.4755 10.8079 16.4145L9.44432 15.8937C9.2844 15.8326 9.20359 15.6559 9.26364 15.4987L9.47897 14.9349C9.5252 14.8139 9.48843 14.6765 9.38705 14.5916L8.73803 14.0497C8.64389 13.9711 8.51183 13.9539 8.40197 14.0079L7.89964 14.2499C7.75031 14.3221 7.5679 14.2631 7.48878 14.1167L6.79998 12.8425C6.71784 12.6914 6.77725 12.5043 6.93066 12.4277L7.56022 12.1146C7.65851 12.0656 7.72235 11.9679 7.72792 11.8586L7.76927 10.9296C7.77499 10.7979 7.69388 10.6756 7.56868 10.6278L7.02789 10.4213C6.86797 10.3602 6.78716 10.1835 6.84721 10.0263L7.30474 8.82835C7.36479 8.67111 7.5428 8.5933 7.70272 8.65438L8.21826 8.85128C8.33084 8.89428 8.45844 8.86952 8.54451 8.78622L9.15381 8.20102C9.24316 8.11543 9.26979 7.98572 9.22433 7.87116L8.9324 7.14563C8.87222 6.997 8.93807 6.82775 9.08332 6.75994L10.3861 6.14563C10.5462 6.07047 10.7398 6.14441 10.8076 6.3078L11.0381 6.86286C11.0856 6.97823 11.1991 7.05358 11.3239 7.05502L12.2419 7.06306C12.3703 7.06468 12.4857 6.98666 12.5308 6.86873L12.7674 6.24908C12.8275 6.09184 13.0055 6.01402 13.1654 6.0751L14.5805 6.61558C14.7404 6.67666 14.8213 6.85332 14.7612 7.01056Z' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
51
54
  </svg>
52
55
  )
53
56
  break
@@ -61,9 +64,10 @@ const AppSettingsIcon = ({
61
64
  xmlns='http://www.w3.org/2000/svg'
62
65
  className={className}
63
66
  >
64
- <path d='M26.25 17.5L33.8277 21.875V30.625L26.25 35L18.6723 30.625V21.875L26.25 17.5Z' stroke='none' strokeWidth={2} strokeLinejoin='round' />
65
- <path d='M19.7605 17.6058C20.009 16.9674 20.0857 16.2533 19.9449 15.5311C19.5486 13.4983 17.5795 12.1716 15.5467 12.5679C13.5139 12.9642 12.1872 14.9333 12.5835 16.9661C12.9103 18.6427 14.307 19.8389 15.9269 19.9844' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
66
- <path d='M26.8363 14.3398H25.6538C25.3955 14.3398 25.159 14.1903 25.0504 13.9601L24.2781 12.3228C24.1647 12.0855 24.2081 11.8032 24.3891 11.6086L25.5283 10.3794C25.7624 10.1279 25.7599 9.74109 25.521 9.49193L23.3828 7.26614C23.1197 6.99088 22.6756 6.99325 22.415 7.26851L21.5293 8.20344C21.3459 8.39802 21.0611 8.46209 20.8101 8.36954L18.9663 7.68377C18.708 7.58885 18.5367 7.34444 18.5367 7.07393V5.65255C18.5367 5.29187 18.2398 5 17.873 5H14.627C14.2602 5 13.9633 5.29187 13.9633 5.65255V7.07393C13.9633 7.34444 13.792 7.58885 13.5337 7.68377L11.6899 8.36954C11.4389 8.46209 11.1541 8.39802 10.9707 8.20344L10.085 7.26851C9.82436 6.99325 9.3803 6.99325 9.11724 7.26614L6.97898 9.49193C6.74005 9.73872 6.73764 10.1279 6.97174 10.3794L8.11085 11.6086C8.28945 11.8032 8.3353 12.0832 8.22187 12.3228L7.44959 13.9601C7.34098 14.1927 7.10447 14.3398 6.84624 14.3398H5.66368C5.29685 14.3398 5 14.6317 5 14.9924V17.7402C5 18.1009 5.29685 18.3927 5.66368 18.3927H6.90416C7.19135 18.3927 7.44717 18.5755 7.53647 18.8436L8.16395 20.7348C8.23635 20.9579 8.18326 21.2023 8.02397 21.3755L7.00311 22.4837C6.75453 22.7542 6.77867 23.1742 7.05862 23.4138L9.41167 25.4379C9.68197 25.6705 10.0922 25.6491 10.336 25.3905L11.1565 24.522C11.3351 24.3298 11.6127 24.2633 11.8613 24.3488L13.5748 24.9373C13.8426 25.0298 14.0212 25.2766 14.0212 25.5542V26.8474C14.0212 27.2081 14.3181 27.5 14.6849 27.5' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
67
+ <path d='M6.25 12.5V27.1806L20 35M20 35L33.75 27.1806V12.5M20 35V27.5' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
68
+ <path d='M11.25 15L6.25 12.1428L20 5L33.75 12.1428L28.6345 14.4813' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
69
+ <path d='M18.7893 21.9228C20.4986 22.5756 22.4046 21.7424 23.0465 20.0618C23.6884 18.3811 22.8231 16.4895 21.1138 15.8366C19.4045 15.1838 17.4984 16.017 16.8565 17.6976C16.2146 19.3783 17.08 21.27 18.7893 21.9228Z' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
70
+ <path d='M24.602 11.6843L24.2076 12.717C24.1325 12.9136 24.1892 13.1387 24.3504 13.2793L25.4998 14.2893C25.6565 14.4262 25.8812 14.4587 26.0685 14.3682L26.9715 13.9347C27.2373 13.807 27.5606 13.9285 27.6753 14.2015L28.6113 16.4121C28.7157 16.6595 28.6101 16.9412 28.3703 17.059L27.2015 17.6359C27.016 17.7271 26.906 17.9202 26.9226 18.1241L27.0294 19.5281C27.0444 19.7254 27.1748 19.8997 27.3624 19.9714L28.2216 20.2995C28.4882 20.4013 28.6229 20.6958 28.5228 20.9578L27.7602 22.9544C27.6601 23.2164 27.3634 23.3461 27.0969 23.2443L26.1938 22.8994C25.9852 22.8197 25.7486 22.8815 25.6093 23.0515L24.6286 24.2515C24.5123 24.3928 24.483 24.5852 24.5525 24.7559L24.9867 25.8444C25.0922 26.1099 24.9581 26.4084 24.6882 26.5048L22.4168 27.3225C22.1559 27.4165 21.8637 27.2871 21.7584 27.0315L21.4032 26.1728C21.3261 25.9853 21.1436 25.8583 20.9392 25.8514L19.5309 25.8034C19.3106 25.7963 19.1124 25.9261 19.0353 26.1278L18.6764 27.0675C18.5763 27.3295 18.2797 27.4592 18.0131 27.3574L15.7405 26.4894C15.474 26.3876 15.3393 26.0932 15.4394 25.8311L15.7983 24.8915C15.8753 24.6898 15.8141 24.4609 15.6451 24.3193L14.5634 23.4162C14.4065 23.2852 14.1864 23.2564 14.0033 23.3465L13.1661 23.7498C12.9172 23.8701 12.6132 23.7718 12.4813 23.5278L11.3333 21.4041C11.1964 21.1523 11.2954 20.8404 11.5511 20.7129L12.6004 20.191C12.7642 20.1093 12.8706 19.9465 12.8799 19.7643L12.9488 18.2161C12.9583 17.9965 12.8231 17.7927 12.6145 17.713L11.7132 17.3688C11.4466 17.267 11.3119 16.9725 11.412 16.7105L12.1746 14.7139C12.2747 14.4519 12.5713 14.3222 12.8379 14.424L13.6971 14.7521C13.8847 14.8238 14.0974 14.7825 14.2408 14.6437L15.2563 13.6684C15.4053 13.5257 15.4497 13.3095 15.3739 13.1186L14.8873 11.9094C14.787 11.6617 14.8968 11.3796 15.1389 11.2666L17.3102 10.2427C17.577 10.1174 17.8997 10.2407 18.0127 10.513L18.3968 11.4381C18.476 11.6304 18.6652 11.756 18.8732 11.7584L20.4032 11.7718C20.6172 11.7745 20.8095 11.6444 20.8846 11.4479L21.279 10.4151C21.3791 10.1531 21.6758 10.0234 21.9424 10.1252L24.3009 11.026C24.5674 11.1278 24.7021 11.4222 24.602 11.6843Z' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
67
71
  </svg>
68
72
  )
69
73
  break
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types'
3
3
  import styles from './Icons.module.css'
4
4
  import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
5
 
6
- const StoppedAppIcon = ({
6
+ const AppStoppedIcon = ({
7
7
  color = MAIN_DARK_BLUE,
8
8
  size = MEDIUM,
9
9
  disabled = false,
@@ -30,10 +30,10 @@ const StoppedAppIcon = ({
30
30
  xmlns='http://www.w3.org/2000/svg'
31
31
  className={className}
32
32
  >
33
- <path d='M10.5 7L13.5311 8.75V12.25L10.5 14L7.46891 12.25V8.75L10.5 7Z' stroke='none' strokeLinejoin='round' />
34
- <path d='M10 5.35553C9.67562 3.45026 8.0211 2 6.02882 2C3.80376 2 2 3.80895 2 6.04041C2 7.99513 3.38411 9.62564 5.22306 10' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
35
- <rect x='5' y='5' width='2' height='2' fill='none' className={filledClassName} stroke='none' strokeLinejoin='round' />
36
-
33
+ <path d='M2.5 5V10.8722L8 14M8 14L13.5 10.8722V5M8 14V11' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
34
+ <path d='M4.5 6L2.5 4.85711L8 2L13.5 4.85711L11.4538 5.79253' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
35
+ <circle cx='8' cy='7.5' r='3.5' stroke='none' />
36
+ <rect x='6.5' y='6' width='3' height='3' rx='1' fill='none' className={filledClassName} />
37
37
  </svg>
38
38
  )
39
39
  break
@@ -47,10 +47,10 @@ const StoppedAppIcon = ({
47
47
  xmlns='http://www.w3.org/2000/svg'
48
48
  className={className}
49
49
  >
50
- <path d='M15.75 10.5L20.2966 13.125V18.375L15.75 21L11.2034 18.375V13.125L15.75 10.5Z' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
51
- <path d='M15 8.03329C14.5134 5.17539 12.0316 3 9.04323 3C5.70565 3 3 5.71343 3 9.06062C3 11.9927 5.07616 14.4385 7.83459 15' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
52
- <rect x='7.5' y='7.5' width='3' height='3' fill='none' className={filledClassName} stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
53
-
50
+ <path d='M3.75 7.5V16.3083L12 21M12 21L20.25 16.3083V7.5M12 21V16.5' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
51
+ <path d='M6.75 9L3.75 7.28567L12 3L20.25 7.28567L17.1807 8.6888' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
52
+ <circle cx='12' cy='11.25' r='5.25' stroke='none' strokeWidth={1.5} />
53
+ <rect x='9.75' y='9' width='4.5' height='4.5' rx='1' fill='none' className={filledClassName} />
54
54
  </svg>
55
55
  )
56
56
  break
@@ -64,10 +64,10 @@ const StoppedAppIcon = ({
64
64
  xmlns='http://www.w3.org/2000/svg'
65
65
  className={className}
66
66
  >
67
- <path d='M26.25 17.5L33.8277 21.875V30.625L26.25 35L18.6723 30.625V21.875L26.25 17.5Z' stroke='none' strokeWidth={2} strokeLinejoin='round' />
68
- <path d='M25 13.3888C24.1891 8.62565 20.0527 5 15.0721 5C9.50941 5 5 9.52239 5 15.101C5 19.9878 8.46027 24.0641 13.0576 25' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
69
- <rect x='12.5' y='12.5' width='5' height='5' fill='none' className={filledClassName} stroke='none' strokeWidth={2} strokeLinejoin='round' />
70
-
67
+ <path d='M6.25 12.5V27.1806L20 35M20 35L33.75 27.1806V12.5M20 35V27.5' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
68
+ <path d='M11.25 15L6.25 12.1428L20 5L33.75 12.1428L28.6345 14.4813' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
69
+ <circle cx='20' cy='18.75' r='8.75' stroke='none' strokeWidth={2} />
70
+ <rect x='16.25' y='15' width='7.5' height='7.5' rx='2' fill='none' className={filledClassName} />
71
71
  </svg>
72
72
  )
73
73
  break
@@ -78,7 +78,7 @@ const StoppedAppIcon = ({
78
78
  return icon
79
79
  }
80
80
 
81
- StoppedAppIcon.propTypes = {
81
+ AppStoppedIcon.propTypes = {
82
82
  /**
83
83
  * color of text, icon and borders
84
84
  */
@@ -97,4 +97,4 @@ StoppedAppIcon.propTypes = {
97
97
  inactive: PropTypes.bool
98
98
  }
99
99
 
100
- export default StoppedAppIcon
100
+ export default AppStoppedIcon
@@ -29,9 +29,10 @@ const CreateAppIcon = ({
29
29
  xmlns='http://www.w3.org/2000/svg'
30
30
  className={className}
31
31
  >
32
- <path d='M10.5 7L13.5311 8.75V12.25L10.5 14L7.46891 12.25V8.75L10.5 7Z' stroke='none' strokeLinejoin='round' />
33
- <path d='M10 5.35553C9.67562 3.45026 8.0211 2 6.02882 2C3.80376 2 2 3.80895 2 6.04041C2 7.99513 3.38411 9.62564 5.22306 10M6.02882 4V8M4 6L8 6.04041' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
34
-
32
+ <path d='M2.5 5V10.8722L8 14M8 14L13.5 10.8722V5M8 14V11' stroke='white' strokeLinecap='round' strokeLinejoin='round' />
33
+ <path d='M4.5 6L2.5 4.85711L8 2L13.5 4.85711L11.4538 5.79253' stroke='white' strokeLinecap='round' strokeLinejoin='round' />
34
+ <path d='M8 6V9M6.5 7.5H9.5' stroke='white' strokeLinecap='round' strokeLinejoin='round' />
35
+ <circle cx='8' cy='7.5' r='3.5' stroke='white' />
35
36
  </svg>
36
37
  )
37
38
  break
@@ -45,8 +46,11 @@ const CreateAppIcon = ({
45
46
  xmlns='http://www.w3.org/2000/svg'
46
47
  className={className}
47
48
  >
48
- <path d='M15.75 10.5L20.2966 13.125V18.375L15.75 21L11.2034 18.375V13.125L15.75 10.5Z' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
49
- <path d='M15 8.03329C14.5134 5.17539 12.0316 3 9.04323 3C5.70565 3 3 5.71343 3 9.06062C3 11.9927 5.07616 14.4385 7.83459 15M9.04323 6V12M6 9L12 9.06062' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
49
+ <path d='M3.75 7.5V16.3083L12 21M12 21L20.25 16.3083V7.5M12 21V16.5' stroke='white' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
50
+ <path d='M6.75 9L3.75 7.28567L12 3L20.25 7.28567L17.1807 8.6888' stroke='white' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
51
+ <path d='M12 9V13.5M9.75 11.25H14.25' stroke='white' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
52
+ <circle cx='12' cy='11.25' r='5.25' stroke='white' strokeWidth={1.5} />
53
+
50
54
  </svg>
51
55
  )
52
56
  break
@@ -60,8 +64,10 @@ const CreateAppIcon = ({
60
64
  xmlns='http://www.w3.org/2000/svg'
61
65
  className={className}
62
66
  >
63
- <path d='M26.25 17.5L33.8277 21.875V30.625L26.25 35L18.6723 30.625V21.875L26.25 17.5Z' stroke='none' strokeWidth={2} strokeLinejoin='round' />
64
- <path d='M25 13.3888C24.1891 8.62565 20.0527 5 15.0721 5C9.50941 5 5 9.52239 5 15.101C5 19.9878 8.46027 24.0641 13.0576 25M15.0721 10V20M10 15L20 15.101' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
67
+ <path d='M6.25 12.4999V27.1805L20 35M20 35L33.75 27.1805V12.4999M20 35V27.4999' stroke='white' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
68
+ <path d='M11.25 15L6.25 12.1428L20 5L33.75 12.1428L28.6345 14.4813' stroke='white' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
69
+ <path d='M20 15V22.5M16.25 18.75H23.75' stroke='white' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
70
+ <circle cx='20' cy='18.75' r='8.75' stroke='white' strokeWidth={2} />
65
71
 
66
72
  </svg>
67
73
  )
@@ -0,0 +1,104 @@
1
+ import * as React from 'react'
2
+ import PropTypes from 'prop-types'
3
+ import styles from './Icons.module.css'
4
+ import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
+
6
+ const CreatingAppIcon = ({
7
+ color = MAIN_DARK_BLUE,
8
+ size = MEDIUM,
9
+ disabled = false,
10
+ inactive = false
11
+ }) => {
12
+ let className = `${styles.svgClassName} ` + styles[`${color}`]
13
+ if (disabled) {
14
+ className += ` ${styles.iconDisabled}`
15
+ }
16
+ if (inactive) {
17
+ className += ` ${styles.iconInactive}`
18
+ }
19
+ let icon = <></>
20
+
21
+ switch (size) {
22
+ case SMALL:
23
+ icon = (
24
+ <svg
25
+ width={16}
26
+ height={16}
27
+ viewBox='0 0 16 16'
28
+ fill='none'
29
+ xmlns='http://www.w3.org/2000/svg'
30
+ className={className}
31
+ >
32
+ <path d='M2.5 5V10.8722L8 14M8 14L13.5 10.8722V5M8 14V12.5' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
33
+ <path d='M4.13695 5.79253L2.5 4.85711L8 2L13.5 4.85711L12 5.54285' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
34
+ <path d='M5.69651 6.30385C6.18908 5.51796 7.03136 5 7.98768 5C9.50614 5 10.7371 6.30584 10.7371 7.91667C10.7371 8.20959 10.6964 8.49243 10.6206 8.75916M5.2763 7.43056C5.25129 7.58864 5.23828 7.75104 5.23828 7.91667C5.23828 9.5275 6.46923 10.8333 7.98768 10.8333C8.80886 10.8333 9.54594 10.4514 10.0497 9.84591' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
35
+ <path d='M9.88892 7.84375L10.6071 8.79053L11.4996 8.02861' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
36
+ <path d='M6.11621 8.12177L5.25281 7.32303L4.49988 8.23895' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
37
+ </svg>
38
+ )
39
+ break
40
+ case MEDIUM:
41
+ icon = (
42
+ <svg
43
+ width={24}
44
+ height={24}
45
+ viewBox='0 0 24 24'
46
+ fill='none'
47
+ xmlns='http://www.w3.org/2000/svg'
48
+ className={className}
49
+ >
50
+ <path d='M3.75 7.5V16.3083L12 21M12 21L20.25 16.3083V7.5M12 21V18.75' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
51
+ <path d='M6.20542 8.6888L3.75 7.28567L12 3L20.25 7.28567L18 8.31427' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
52
+ <path d='M8.54477 9.45577C9.28362 8.27693 10.547 7.5 11.9815 7.5C14.2592 7.5 16.1056 9.45875 16.1056 11.875C16.1056 12.3144 16.0446 12.7386 15.931 13.1387M7.91444 11.1458C7.87694 11.383 7.85742 11.6266 7.85742 11.875C7.85742 14.2912 9.70385 16.25 11.9815 16.25C13.2133 16.25 14.3189 15.6771 15.0746 14.7689' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
53
+ <path d='M14.8335 11.7656L15.9108 13.1858L17.2495 12.0429' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
54
+ <path d='M9.17432 12.1826L7.87922 10.9845L6.74982 12.3584' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
55
+
56
+ </svg>
57
+ )
58
+ break
59
+ case LARGE:
60
+ icon = (
61
+ <svg
62
+ width={40}
63
+ height={40}
64
+ viewBox='0 0 40 40'
65
+ fill='none'
66
+ xmlns='http://www.w3.org/2000/svg'
67
+ className={className}
68
+ >
69
+ <path d='M6.25 12.4999V27.1805L20 35M20 35L33.75 27.1805V12.4999M20 35V31.2499' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
70
+ <path d='M10.3424 14.4813L6.25 12.1428L20 5L33.75 12.1428L30 13.8571' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
71
+ <path d='M14.2413 15.7596C15.4727 13.7949 17.5784 12.5 19.9692 12.5C23.7653 12.5 26.8427 15.7646 26.8427 19.7917C26.8427 20.524 26.7409 21.2311 26.5516 21.8979M13.1907 18.5764C13.1282 18.9716 13.0957 19.3776 13.0957 19.7917C13.0957 23.8187 16.1731 27.0833 19.9692 27.0833C22.0221 27.0833 23.8649 26.1286 25.1243 24.6148' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
72
+ <path d='M24.7224 19.6094L26.518 21.9763L28.7492 20.0715' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
73
+ <path d='M15.2903 20.3044L13.1318 18.3075L11.2495 20.5974' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
74
+
75
+ </svg>
76
+ )
77
+ break
78
+
79
+ default:
80
+ break
81
+ }
82
+ return icon
83
+ }
84
+
85
+ CreatingAppIcon.propTypes = {
86
+ /**
87
+ * color of text, icon and borders
88
+ */
89
+ color: PropTypes.oneOf(COLORS_ICON),
90
+ /**
91
+ * Size
92
+ */
93
+ size: PropTypes.oneOf(SIZES),
94
+ /**
95
+ * disabled
96
+ */
97
+ disabled: PropTypes.bool,
98
+ /**
99
+ * inactive
100
+ */
101
+ inactive: PropTypes.bool
102
+ }
103
+
104
+ export default CreatingAppIcon
@@ -29,9 +29,9 @@ const ImportAppIcon = ({
29
29
  xmlns='http://www.w3.org/2000/svg'
30
30
  className={className}
31
31
  >
32
- <path d='M10.5 7L13.5311 8.75V12.25L10.5 14L7.46891 12.25V8.75L10.5 7Z' stroke='none' strokeLinejoin='round' />
33
- <path d='M7 10V10C6.44772 10 6 9.55228 6 9L6 5M6 5L8 6.5M6 5L4 6.5' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
34
- <path d='M5.33333 12L2 12L2 2L12 2L12 6' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
32
+ <path d='M2 5V10.8722L7.5 14M7.5 14V8.00001M7.5 14L9.5 13M13 8.5V5' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
33
+ <path d='M7.5 7.71423L2 4.85711L7.5 2L13 4.85711L7.5 7.71423Z' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
34
+ <path d='M10.5 9L12.5 10V13.5M12.5 13.5L11 12M12.5 13.5L14 12' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
35
35
 
36
36
  </svg>
37
37
  )
@@ -46,10 +46,9 @@ const ImportAppIcon = ({
46
46
  xmlns='http://www.w3.org/2000/svg'
47
47
  className={className}
48
48
  >
49
- <path d='M15.75 10.5L20.2966 13.125V18.375L15.75 21L11.2034 18.375V13.125L15.75 10.5Z' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
50
- <path d='M10.5 15L10 15C9.44772 15 9 14.5523 9 14L9 7.5M9 7.5L12 9.75M9 7.5L6 9.75' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
51
- <path d='M8 18L3 18L3 3L18 3L18 9' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
52
-
49
+ <path d='M3 7.5V16.3083L11.25 21M11.25 21V12M11.25 21L14.25 19.5M19.5 12.75V7.5' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
50
+ <path d='M11.25 11.5713L3 7.28567L11.25 3L19.5 7.28567L11.25 11.5713Z' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
51
+ <path d='M15.75 13.5L18.75 15V20.25M18.75 20.25L16.5 18M18.75 20.25L21 18' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
53
52
  </svg>
54
53
  )
55
54
  break
@@ -63,9 +62,9 @@ const ImportAppIcon = ({
63
62
  xmlns='http://www.w3.org/2000/svg'
64
63
  className={className}
65
64
  >
66
- <path d='M26.25 17.5L33.8277 21.875V30.625L26.25 35L18.6723 30.625V21.875L26.25 17.5Z' stroke='none' strokeWidth={2} strokeLinejoin='round' />
67
- <path d='M17.5 25L16 25C15.4477 25 15 24.5523 15 24L15 12.5M15 12.5L20 16.25M15 12.5L10 16.25' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
68
- <path d='M13.3333 30L5 30L5 5L30 5L30 15' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
65
+ <path d='M5 12.5V27.1806L18.75 35M18.75 35V20M18.75 35L23.75 32.5M32.5 21.25V12.5' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
66
+ <path d='M18.75 19.2856L5 12.1428L18.75 5L32.5 12.1428L18.75 19.2856Z' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
67
+ <path d='M26.25 22.5L31.25 25V33.75M31.25 33.75L27.5 30M31.25 33.75L35 30' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
69
68
  </svg>
70
69
  )
71
70
  break
@@ -31,8 +31,15 @@ const K8SIcon = ({
31
31
  xmlns='http://www.w3.org/2000/svg'
32
32
  className={className}
33
33
  >
34
- <path d='M9.04236 8.81833C9.02718 8.81498 9.01145 8.81386 8.99626 8.81442C8.96914 8.8161 8.94311 8.8228 8.9187 8.8351C8.82107 8.88373 8.77822 9.00222 8.82107 9.10506L8.81944 9.1073L9.2821 10.2587C9.72468 9.96748 10.0604 9.5332 10.2367 9.02346L9.04453 8.81609L9.04236 8.81889V8.81833ZM7.18795 8.98154C7.16734 8.8882 7.08761 8.82113 6.99432 8.82001C6.98076 8.82001 6.96775 8.82113 6.95473 8.82392L6.95256 8.82168L5.77125 9.02849C5.94861 9.53431 6.28326 9.96525 6.72259 10.2553L7.18036 9.11512L7.17656 9.11065C7.19338 9.07041 7.19718 9.02569 7.18795 8.98266V8.98154ZM8.17726 9.42868C8.12465 9.32751 8.00261 9.28951 7.90444 9.34372C7.86919 9.36328 7.84044 9.39291 7.822 9.42924H7.82092L7.24002 10.5119C7.65603 10.6578 8.1035 10.6818 8.53198 10.5806C8.61117 10.5622 8.68927 10.5398 8.76466 10.5136L8.18214 9.42868H8.1778H8.17726ZM10.017 6.91351L9.12318 7.73793V7.74072C9.03965 7.81618 9.03097 7.94808 9.10474 8.03472C9.13077 8.06546 9.16494 8.08726 9.20291 8.09843L9.20399 8.10346L10.362 8.4472C10.4119 7.91119 10.2909 7.37295 10.017 6.91407V6.91351ZM8.35571 7.00629C8.36059 7.12143 8.4555 7.20974 8.56669 7.20471C8.60629 7.20304 8.64425 7.18906 8.67625 7.16503L8.68005 7.1667L9.65851 6.45184C9.28589 6.07624 8.80426 5.83646 8.28682 5.77051L8.35462 7.00573H8.35571V7.00629ZM7.31975 7.1695C7.40979 7.23713 7.53616 7.21645 7.60179 7.12367C7.62512 7.09069 7.63868 7.05101 7.6403 7.01021L7.64518 7.00797L7.71298 5.77051C7.63108 5.78057 7.54972 5.7951 7.46891 5.8141C7.03988 5.91359 6.64666 6.13437 6.33316 6.45184L7.31758 7.17118L7.31975 7.17006V7.1695ZM6.79527 8.10458C6.90266 8.0744 6.96612 7.95982 6.93683 7.84915C6.92653 7.80947 6.90483 7.7737 6.87446 7.74687L6.87554 7.74184L5.97681 6.91351C5.70237 7.37351 5.58467 7.91455 5.64216 8.45112L6.79473 8.10849L6.79581 8.10458H6.79527ZM7.66796 8.46844L7.99936 8.63277L8.33021 8.469L8.41211 8.10123L8.18323 7.80612H7.81495L7.58552 8.10067L7.66796 8.46844Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
35
- <path d='M13.4812 9.19349L12.5364 4.96354C12.4849 4.7422 12.3395 4.55608 12.141 4.45659L8.31611 2.57469C8.11543 2.47576 7.8822 2.47576 7.68098 2.57469L3.85664 4.45771C3.65758 4.5572 3.51222 4.74332 3.4607 4.96465L2.51749 9.19405C2.49417 9.3008 2.49417 9.41203 2.51749 9.51878C2.52454 9.5512 2.53322 9.58362 2.54407 9.61492C2.56251 9.66857 2.58692 9.71944 2.61675 9.7675C2.62977 9.78818 2.64332 9.80775 2.65851 9.82675L5.30534 13.2183C5.31673 13.2328 5.32975 13.2468 5.34222 13.2602C5.38399 13.3061 5.43063 13.3457 5.48162 13.3793C5.54616 13.4212 5.61667 13.4531 5.69098 13.4732C5.75172 13.4905 5.8141 13.4995 5.87701 13.4995H5.91823L10.1217 13.4983C10.1472 13.4983 10.1727 13.4967 10.1982 13.4939C10.2345 13.4894 10.2709 13.4827 10.3061 13.4726C10.3316 13.4659 10.3566 13.4575 10.381 13.448C10.3999 13.4408 10.4195 13.4329 10.4374 13.424C10.465 13.4106 10.4916 13.3949 10.5176 13.3782C10.5844 13.3351 10.6435 13.2809 10.6934 13.2178L10.7742 13.1144L13.3397 9.82563C13.389 9.76191 13.4275 9.69037 13.4541 9.6138C13.465 9.5825 13.4742 9.55008 13.4812 9.51766C13.5045 9.41091 13.5045 9.29968 13.4812 9.19293V9.19349ZM9.51424 10.8384C9.52508 10.8708 9.53756 10.9027 9.5522 10.9334C9.52888 10.9753 9.52237 11.0256 9.5343 11.0726C9.59017 11.2039 9.65797 11.3291 9.73715 11.4471C9.78163 11.5074 9.82231 11.57 9.85973 11.6349C9.86895 11.6528 9.88089 11.6796 9.88956 11.6986C9.95465 11.8109 9.91939 11.9563 9.81038 12.0239C9.70136 12.0915 9.56034 12.0546 9.49471 11.9423C9.48712 11.9289 9.48061 11.9149 9.47573 11.9004C9.46705 11.8819 9.45512 11.8573 9.44752 11.84C9.42149 11.7696 9.39925 11.6969 9.38081 11.6237C9.34121 11.4868 9.2886 11.3537 9.22352 11.2269C9.19531 11.1877 9.15355 11.1615 9.1069 11.1536C9.09985 11.1408 9.07273 11.0894 9.05809 11.0631C8.3774 11.3286 7.62511 11.3269 6.94551 11.0575L6.89344 11.1542C6.85656 11.1603 6.82184 11.1777 6.79473 11.2039C6.71662 11.3359 6.65696 11.4784 6.61737 11.6276C6.59947 11.7008 6.57723 11.7729 6.5512 11.8439C6.5436 11.8612 6.53167 11.8853 6.52299 11.9037V11.9048C6.48014 12.0278 6.34889 12.0921 6.22902 12.0485C6.1097 12.0043 6.04732 11.8691 6.08963 11.7455C6.09505 11.7305 6.10156 11.7165 6.10915 11.7025C6.11783 11.6835 6.12922 11.6567 6.13844 11.6393C6.17587 11.574 6.21654 11.5114 6.26102 11.451C6.34184 11.3303 6.41126 11.2017 6.46821 11.067C6.47418 11.0212 6.46713 10.9748 6.4476 10.9334L6.48936 10.8306C5.86291 10.4494 5.39321 9.84519 5.1692 9.13201L5.0694 9.14933C5.0309 9.12083 4.98534 9.10462 4.93761 9.10182C4.80092 9.12865 4.6675 9.16945 4.53841 9.22255C4.4717 9.25329 4.40282 9.28068 4.33285 9.3036C4.31603 9.30807 4.29271 9.3131 4.27373 9.31701C4.2721 9.31701 4.27102 9.31813 4.26939 9.31869C4.2683 9.31869 4.26722 9.31869 4.26614 9.31869C4.14573 9.35949 4.01555 9.29186 3.97596 9.16778C3.93637 9.0437 4.00199 8.90955 4.1224 8.86875C4.13596 8.86428 4.15007 8.86093 4.16417 8.85869H4.16742L4.16959 8.85701C4.18857 8.85254 4.21352 8.84584 4.23088 8.84248C4.30356 8.83186 4.37678 8.82571 4.45055 8.82404C4.5894 8.81454 4.72662 8.79162 4.86059 8.75473C4.90018 8.72846 4.93381 8.69381 4.95876 8.65245L5.05476 8.62338C4.95062 7.87889 5.11713 7.12099 5.52175 6.49555L5.44853 6.42792C5.44582 6.37874 5.43009 6.33179 5.40243 6.29154C5.29721 6.1982 5.18276 6.11548 5.06181 6.04506C4.99673 6.01096 4.93327 5.9724 4.87198 5.93048C4.85788 5.91986 4.83943 5.90365 4.82479 5.89135L4.82154 5.88912C4.71306 5.80863 4.68811 5.65325 4.76513 5.54146C4.8096 5.48557 4.8774 5.45427 4.94737 5.45818C5.0054 5.46098 5.06181 5.48278 5.10683 5.52023C5.12256 5.53252 5.14371 5.54985 5.15781 5.56215C5.21097 5.61413 5.26141 5.6689 5.3086 5.72703C5.40189 5.83322 5.50548 5.92936 5.61721 6.01432C5.65897 6.03723 5.70779 6.0417 5.75335 6.02773C5.78047 6.04841 5.80813 6.06853 5.83579 6.08809C6.23824 5.64766 6.75893 5.34081 7.33168 5.20779C7.46782 5.17593 7.60613 5.15413 7.74552 5.14239L7.75095 5.0429C7.78674 5.01049 7.81224 4.96801 7.82525 4.92106C7.83014 4.77797 7.82146 4.63489 7.79976 4.49348C7.78512 4.41914 7.77481 4.34425 7.7683 4.26935C7.76776 4.25202 7.7683 4.22855 7.76885 4.20899C7.76885 4.20675 7.7683 4.20451 7.7683 4.20228C7.75529 4.07205 7.84749 3.95579 7.97387 3.94238C8.10024 3.92896 8.21306 4.02398 8.22607 4.15421C8.2277 4.16986 8.2277 4.18607 8.22607 4.20172C8.22607 4.2224 8.22716 4.24979 8.22607 4.26879C8.21957 4.34425 8.20926 4.41914 8.19462 4.49292C8.17238 4.63433 8.1637 4.77741 8.16858 4.92106C8.1778 4.96912 8.20438 5.01104 8.24343 5.03899C8.24397 5.05632 8.24723 5.11277 8.24885 5.14407C8.97239 5.2117 9.64766 5.54817 10.1488 6.09033L10.2361 6.02605C10.2828 6.03444 10.3311 6.02885 10.375 6.0104C10.4867 5.92489 10.5898 5.82875 10.6836 5.72256C10.7308 5.66443 10.7812 5.60965 10.8349 5.55767C10.849 5.54538 10.8702 5.52861 10.8859 5.51575C10.9765 5.42409 11.1219 5.42465 11.2114 5.51799C11.3003 5.61133 11.2998 5.76112 11.2092 5.85335C11.1978 5.86508 11.1848 5.8757 11.1712 5.88465C11.156 5.8975 11.1354 5.91539 11.1208 5.92656C11.0595 5.96848 10.996 6.00649 10.9304 6.04114C10.8094 6.11157 10.6955 6.19429 10.5898 6.28763C10.5589 6.32452 10.5437 6.37259 10.5469 6.42121C10.5339 6.43351 10.4894 6.47431 10.4656 6.49611C10.8713 7.11987 11.041 7.87498 10.9423 8.61891L11.0345 8.64686C11.0579 8.68989 11.092 8.72511 11.1332 8.74914C11.2678 8.78603 11.405 8.80951 11.5438 8.81901C11.6171 8.82068 11.6903 8.82683 11.7635 8.83689C11.7825 8.8408 11.8107 8.84863 11.8302 8.8531C11.956 8.86987 12.0445 8.98892 12.0282 9.11859C12.0119 9.24826 11.8964 9.33937 11.7705 9.3226C11.7564 9.32092 11.7423 9.31757 11.7288 9.31254H11.7255C11.7255 9.31254 11.7228 9.31086 11.7212 9.3103C11.7022 9.30639 11.6783 9.30192 11.6621 9.29745C11.5921 9.27453 11.5238 9.24714 11.4565 9.21584C11.3274 9.16219 11.194 9.12194 11.0573 9.09512C11.0101 9.09344 10.964 9.11133 10.9293 9.1443C10.8968 9.13815 10.8642 9.13201 10.8317 9.12642C10.6104 9.84408 10.1407 10.4527 9.51207 10.8367L9.51424 10.8384Z' fill='none' className={filledClassName} />
34
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M6.69,8.11h0c.12-.03.19-.16.15-.28-.01-.04-.03-.08-.07-.11h0s-.98-.91-.98-.91c-.3.5-.43,1.09-.37,1.68l1.26-.37h0Z' />
35
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M7.26,7.09h0c.1.07.24.05.31-.05.03-.04.04-.08.04-.12h0s.07-1.35.07-1.35c-.09.01-.18.03-.27.05-.47.11-.9.35-1.24.7l1.07.78h0Z' />
36
+ <polygon fill='none' className={`${filledClassName} ${strokeTransparent}`} points='7.64 8.51 8 8.69 8.36 8.51 8.45 8.11 8.2 7.79 7.8 7.79 7.55 8.11 7.64 8.51' />
37
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M8.39,6.92h0c0,.13.11.22.23.22.04,0,.08-.02.12-.04h0s1.07-.78,1.07-.78c-.41-.41-.93-.67-1.5-.74l.07,1.35h0Z' />
38
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M6.9,8.89s-.03,0-.04,0h0s-1.29.22-1.29.22c.19.55.56,1.02,1.04,1.34l.5-1.24h0s.02-.1.01-.14h0c-.02-.1-.11-.18-.21-.18Z' />
39
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M12.95,4.69c-.06-.24-.21-.44-.43-.55l-4.17-2.05c-.22-.11-.47-.11-.69,0l-4.17,2.05c-.22.11-.38.31-.43.55l-1.03,4.61c-.03.12-.03.24,0,.35,0,.04.02.07.03.1.02.06.05.11.08.17.01.02.03.04.05.06l2.89,3.7s.03.03.04.05c.05.05.1.09.15.13.07.05.15.08.23.1.07.02.13.03.2.03h4.63s.06,0,.08,0c.04,0,.08-.01.12-.02.03,0,.06-.02.08-.03.02,0,.04-.02.06-.03.03-.01.06-.03.09-.05.07-.05.14-.11.19-.17l.09-.11,2.8-3.59c.05-.07.1-.15.12-.23.01-.03.02-.07.03-.1.03-.12.03-.24,0-.35l-1.03-4.61ZM12.11,9.44s-.03,0-.05-.01h0s0,0,0,0c-.02,0-.05,0-.06-.01-.08-.02-.15-.05-.22-.09-.14-.06-.29-.1-.44-.13-.05,0-.1.02-.14.05-.04,0-.07-.01-.11-.02-.24.78-.75,1.45-1.44,1.87h0s.03.07.04.11c-.03.05-.03.1-.02.15.06.14.13.28.22.41.05.07.09.13.13.2.01.02.02.05.03.07.07.12.03.28-.09.35-.12.07-.27.03-.34-.09,0-.01-.02-.03-.02-.05,0-.02-.02-.05-.03-.07-.03-.08-.05-.16-.07-.24-.04-.15-.1-.29-.17-.43-.03-.04-.08-.07-.13-.08,0-.01-.04-.07-.05-.1-.74.29-1.56.29-2.3,0l-.06.11s-.08.03-.11.05c-.09.14-.15.3-.19.46-.02.08-.04.16-.07.24,0,.02-.02.05-.03.07h0c-.05.14-.19.21-.32.16-.13-.05-.2-.2-.15-.33,0-.02.01-.03.02-.05,0-.02.02-.05.03-.07.04-.07.09-.14.13-.21.09-.13.16-.27.23-.42,0-.05,0-.1-.02-.15l.05-.11c-.68-.42-1.2-1.08-1.44-1.85l-.11.02s-.09-.05-.14-.05c-.15.03-.29.07-.44.13-.07.03-.15.06-.22.09-.02,0-.04.01-.06.01,0,0,0,0,0,0h0c-.13.04-.27-.03-.32-.16s.03-.28.16-.33c.01,0,.03,0,.05-.01h0s.05-.01.07-.02c.08-.01.16-.02.24-.02.15-.01.3-.04.45-.08.04-.03.08-.07.11-.11l.1-.03c-.11-.81.07-1.64.51-2.32l-.08-.07c0-.05-.02-.1-.05-.15-.11-.1-.24-.19-.37-.27-.07-.04-.14-.08-.21-.12-.02-.01-.04-.03-.05-.04h0c-.12-.09-.15-.26-.06-.38.05-.06.12-.1.2-.09.06,0,.12.03.17.07.02.01.04.03.06.05.06.06.11.12.16.18.1.12.21.22.34.31.05.02.1.03.15.01.03.02.06.04.09.07.44-.48,1.01-.82,1.63-.96.15-.03.3-.06.45-.07v-.11s.07-.08.09-.13c0-.16,0-.31-.03-.47-.02-.08-.03-.16-.03-.24,0-.02,0-.04,0-.07,0,0,0,0,0,0-.01-.14.09-.27.22-.28.14-.01.26.09.28.23,0,.02,0,.03,0,.05,0,.02,0,.05,0,.07,0,.08-.02.16-.03.24-.02.15-.03.31-.03.47.01.05.04.1.08.13,0,.02,0,.08,0,.11.79.07,1.53.44,2.07,1.03l.1-.07c.05,0,.1,0,.15-.02.12-.09.23-.2.34-.31.05-.06.11-.12.17-.18.02-.01.04-.03.06-.05.1-.1.26-.1.35,0,.1.1.1.27,0,.37-.01.01-.03.02-.04.03-.02.01-.04.03-.06.05-.07.05-.14.09-.21.12-.13.08-.26.17-.37.27-.03.04-.05.09-.05.15-.01.01-.06.06-.09.08.44.68.63,1.5.52,2.32l.1.03s.06.09.11.11c.15.04.3.07.45.08.08,0,.16,0,.24.02.02,0,.05.01.07.02.14.02.23.15.22.29-.02.14-.14.24-.28.22Z' />
40
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M10.2,6.81l-.98.9h0c-.09.09-.1.23-.02.32.03.03.07.06.11.07h0s1.26.38,1.26.38c.05-.58-.08-1.17-.38-1.67h0Z' />
41
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M8.19,9.56h0c-.06-.11-.19-.15-.3-.09-.04.02-.07.05-.09.09h0l-.63,1.18c.45.16.94.19,1.41.07.09-.02.17-.04.25-.07l-.64-1.18h0Z' />
42
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M9.14,8.89h0s-.03,0-.05,0c-.03,0-.06,0-.08.02-.11.05-.15.18-.11.29h0s.5,1.26.5,1.26c.48-.32.85-.79,1.04-1.35l-1.3-.23h0Z' />
36
43
  </svg>
37
44
  )
38
45
  break
@@ -46,8 +53,15 @@ const K8SIcon = ({
46
53
  xmlns='http://www.w3.org/2000/svg'
47
54
  className={className}
48
55
  >
49
- <path d='M13.5631 13.2275C13.5403 13.2225 13.5167 13.2208 13.4939 13.2216C13.4532 13.2241 13.4142 13.2342 13.3776 13.2526C13.2311 13.3256 13.1668 13.5033 13.2311 13.6576L13.2287 13.6609L13.9227 15.388C14.5865 14.9512 15.0901 14.2998 15.3545 13.5352L13.5663 13.2241L13.5631 13.2283V13.2275ZM10.7814 13.4723C10.7505 13.3323 10.6309 13.2317 10.491 13.23C10.4707 13.23 10.4511 13.2317 10.4316 13.2359L10.4284 13.2325L8.65639 13.5427C8.92243 14.3015 9.4244 14.9479 10.0834 15.383L10.7701 13.6727L10.7644 13.666C10.7896 13.6056 10.7953 13.5385 10.7814 13.474V13.4723ZM12.2654 14.143C12.1865 13.9913 12.0034 13.9343 11.8562 14.0156C11.8033 14.0449 11.7602 14.0894 11.7325 14.1439H11.7309L10.8595 15.7678C11.4836 15.9866 12.1548 16.0227 12.7975 15.8709C12.9163 15.8433 13.0334 15.8097 13.1465 15.7703L12.2727 14.143H12.2662H12.2654ZM15.025 10.3703L13.6843 11.6069V11.6111C13.559 11.7243 13.546 11.9221 13.6566 12.0521C13.6957 12.0982 13.7469 12.1309 13.8039 12.1477L13.8055 12.1552L15.5425 12.6708C15.6173 11.8668 15.4359 11.0594 15.025 10.3711V10.3703ZM12.5331 10.5094C12.5404 10.6821 12.6828 10.8146 12.8496 10.8071C12.9089 10.8046 12.9659 10.7836 13.0139 10.7475L13.0196 10.7501L14.4873 9.67776C13.9284 9.11436 13.2059 8.75469 12.4297 8.65576L12.5314 10.5086H12.5331V10.5094ZM10.9791 10.7542C11.1142 10.8557 11.3038 10.8247 11.4022 10.6855C11.4372 10.636 11.4575 10.5765 11.46 10.5153L11.4673 10.512L11.569 8.65576C11.4461 8.67085 11.3241 8.69265 11.2029 8.72116C10.5593 8.87039 9.9695 9.20155 9.49925 9.67776L10.9759 10.7568L10.9791 10.7551V10.7542ZM10.1924 12.1569C10.3535 12.1116 10.4487 11.9397 10.4048 11.7737C10.3893 11.7142 10.3568 11.6605 10.3112 11.6203L10.3128 11.6128L8.96473 10.3703C8.55306 11.0603 8.37652 11.8718 8.46276 12.6767L10.1916 12.1627L10.1932 12.1569H10.1924ZM11.5015 12.7027L11.9986 12.9492L12.4948 12.7035L12.6177 12.1518L12.2744 11.7092H11.7219L11.3778 12.151L11.5015 12.7027Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
50
- <path d='M20.2218 13.79L18.8046 7.44506C18.7273 7.11306 18.5093 6.83387 18.2115 6.68464L12.4742 3.86178C12.1731 3.71339 11.8233 3.71339 11.5215 3.86178L5.78495 6.68632C5.48637 6.83555 5.26833 7.11473 5.19104 7.44674L3.77624 13.7908C3.74125 13.951 3.74125 14.1178 3.77624 14.2779C3.78681 14.3266 3.79983 14.3752 3.8161 14.4221C3.84376 14.5026 3.88038 14.5789 3.92512 14.651C3.94465 14.682 3.96499 14.7114 3.98777 14.7399L7.95801 19.8272C7.9751 19.849 7.99462 19.87 8.01333 19.8901C8.07598 19.9589 8.14595 20.0184 8.22242 20.0687C8.31924 20.1316 8.425 20.1793 8.53646 20.2095C8.62758 20.2355 8.72114 20.2489 8.81552 20.2489H8.87735L15.1826 20.2473C15.2208 20.2473 15.259 20.2447 15.2973 20.2406C15.3518 20.2338 15.4063 20.2238 15.4592 20.2087C15.4974 20.1986 15.5348 20.1861 15.5714 20.1718C15.5999 20.1609 15.6292 20.1492 15.6561 20.1358C15.6975 20.1156 15.7374 20.0922 15.7765 20.067C15.8765 20.0024 15.9652 19.9211 16.0401 19.8264L16.1613 19.6713L20.0095 14.7382C20.0835 14.6426 20.1413 14.5353 20.1812 14.4205C20.1974 14.3735 20.2113 14.3249 20.2218 14.2763C20.2568 14.1161 20.2568 13.9493 20.2218 13.7891V13.79ZM14.2714 16.2574C14.2876 16.306 14.3063 16.3538 14.3283 16.3999C14.2933 16.4628 14.2836 16.5382 14.3015 16.6087C14.3853 16.8057 14.4869 16.9935 14.6057 17.1704C14.6724 17.2609 14.7335 17.3548 14.7896 17.4521C14.8034 17.4789 14.8213 17.5191 14.8343 17.5476C14.932 17.7162 14.8791 17.9341 14.7156 18.0356C14.552 18.137 14.3405 18.0817 14.2421 17.9132C14.2307 17.8931 14.2209 17.8721 14.2136 17.8503C14.2006 17.8226 14.1827 17.7857 14.1713 17.7598C14.1322 17.6541 14.0989 17.5451 14.0712 17.4353C14.0118 17.2299 13.9329 17.0304 13.8353 16.84C13.793 16.7814 13.7303 16.742 13.6604 16.7302C13.6498 16.7109 13.6091 16.6338 13.5871 16.5944C12.5661 16.9926 11.4377 16.9901 10.4183 16.586L10.3402 16.7311C10.2848 16.7403 10.2328 16.7663 10.1921 16.8057C10.0749 17.0035 9.98544 17.2173 9.92605 17.4412C9.8992 17.551 9.86584 17.6592 9.82679 17.7656C9.8154 17.7916 9.7975 17.8277 9.78449 17.8553V17.857C9.72021 18.0415 9.52333 18.1379 9.34353 18.0725C9.16454 18.0062 9.07098 17.8034 9.13444 17.6181C9.14258 17.5954 9.15234 17.5745 9.16373 17.5535C9.17675 17.525 9.19383 17.4848 9.20766 17.4588C9.2638 17.3607 9.32482 17.2668 9.39153 17.1762C9.51275 16.9951 9.61689 16.8023 9.70232 16.6003C9.71127 16.5315 9.70069 16.4619 9.6714 16.3999L9.73405 16.2456C8.79437 15.6738 8.08981 14.7675 7.7538 13.6978L7.60411 13.7238C7.54634 13.681 7.478 13.6567 7.40641 13.6525C7.20139 13.6927 7.00125 13.7539 6.80762 13.8336C6.70755 13.8797 6.60422 13.9208 6.49927 13.9551C6.47405 13.9619 6.43907 13.9694 6.41059 13.9753C6.40815 13.9753 6.40652 13.9769 6.40408 13.9778C6.40246 13.9778 6.40083 13.9778 6.3992 13.9778C6.21859 14.039 6.02333 13.9375 5.96394 13.7514C5.90455 13.5653 6.00299 13.3641 6.18361 13.3029C6.20394 13.2962 6.2251 13.2911 6.24625 13.2878H6.25113L6.25439 13.2853C6.28286 13.2786 6.32029 13.2685 6.34632 13.2635C6.45534 13.2475 6.56517 13.2383 6.67582 13.2358C6.88409 13.2216 7.08993 13.1872 7.29088 13.1319C7.35027 13.0924 7.40071 13.0405 7.43814 12.9784L7.58214 12.9348C7.42593 11.8181 7.6757 10.6812 8.28263 9.74308L8.1728 9.64164C8.16873 9.56786 8.14513 9.49743 8.10364 9.43707C7.94581 9.29706 7.77414 9.17298 7.59272 9.06734C7.49509 9.0162 7.3999 8.95835 7.30797 8.89547C7.28681 8.87954 7.25915 8.85523 7.23718 8.83678L7.2323 8.83343C7.06959 8.7127 7.03216 8.47963 7.14769 8.31195C7.2144 8.22811 7.3161 8.18116 7.42105 8.18703C7.5081 8.19122 7.59272 8.22392 7.66024 8.28009C7.68384 8.29854 7.71557 8.32453 7.73672 8.34297C7.81645 8.42094 7.89211 8.50311 7.96289 8.5903C8.10283 8.74959 8.25822 8.89379 8.42582 9.02123C8.48846 9.0556 8.56168 9.06231 8.63002 9.04135C8.6707 9.07237 8.7122 9.10255 8.75369 9.1319C9.35736 8.47125 10.1384 8.01097 10.9975 7.81143C11.2017 7.76365 11.4092 7.73095 11.6183 7.71334L11.6264 7.56411C11.6801 7.51548 11.7184 7.45177 11.7379 7.38134C11.7452 7.16671 11.7322 6.95209 11.6996 6.73997C11.6777 6.62847 11.6622 6.51612 11.6525 6.40378C11.6516 6.37779 11.6525 6.34258 11.6533 6.31323C11.6533 6.30988 11.6525 6.30653 11.6525 6.30317C11.6329 6.10783 11.7712 5.93344 11.9608 5.91332C12.1504 5.8932 12.3196 6.03573 12.3391 6.23107C12.3416 6.25455 12.3416 6.27886 12.3391 6.30233C12.3391 6.33336 12.3407 6.37444 12.3391 6.40294C12.3293 6.51612 12.3139 6.62847 12.2919 6.73914C12.2586 6.95125 12.2456 7.16588 12.2529 7.38134C12.2667 7.45344 12.3066 7.51632 12.3651 7.55824C12.366 7.58423 12.3708 7.66891 12.3733 7.71586C13.4586 7.8173 14.4715 8.32201 15.2232 9.13525L15.3542 9.03884C15.4242 9.05141 15.4966 9.04303 15.5625 9.01536C15.7301 8.88709 15.8847 8.74288 16.0254 8.58359C16.0962 8.4964 16.1719 8.41424 16.2524 8.33627C16.2736 8.31782 16.3053 8.29267 16.3289 8.27339C16.4647 8.13589 16.6828 8.13673 16.817 8.27674C16.9505 8.41675 16.9496 8.64144 16.8138 8.77977C16.7967 8.79738 16.7772 8.81331 16.7568 8.82672C16.734 8.84601 16.7031 8.87284 16.6812 8.8896C16.5892 8.95248 16.494 9.00949 16.3956 9.06147C16.2142 9.16711 16.0433 9.29119 15.8847 9.4312C15.8383 9.48654 15.8155 9.55864 15.8204 9.63158C15.8009 9.65002 15.7342 9.71122 15.6984 9.74392C16.3069 10.6796 16.5616 11.8122 16.4135 12.9281L16.5518 12.97C16.5868 13.0346 16.638 13.0874 16.6999 13.1235C16.9016 13.1788 17.1075 13.214 17.3157 13.2283C17.4256 13.2308 17.5354 13.24 17.6452 13.2551C17.6737 13.261 17.716 13.2727 17.7453 13.2794C17.9341 13.3046 18.0667 13.4831 18.0423 13.6776C18.0179 13.8721 17.8446 14.0088 17.6558 13.9837C17.6347 13.9811 17.6135 13.9761 17.5932 13.9686H17.5883C17.5883 13.9686 17.5842 13.966 17.5818 13.9652C17.5533 13.9593 17.5175 13.9526 17.4931 13.9459C17.3882 13.9116 17.2856 13.8705 17.1848 13.8235C16.9911 13.743 16.791 13.6827 16.586 13.6424C16.5152 13.6399 16.446 13.6667 16.394 13.7162C16.3452 13.707 16.2963 13.6978 16.2475 13.6894C15.9156 14.7659 15.211 15.6789 14.2681 16.2549L14.2714 16.2574Z' fill='none' className={filledClassName} />
56
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M10.03,12.17h0c.18-.05.28-.24.23-.42-.02-.07-.05-.12-.1-.17h0s-1.47-1.36-1.47-1.36c-.45.75-.64,1.64-.55,2.52l1.89-.56h0Z' />
57
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M10.89,10.64h0c.15.11.35.08.46-.08.04-.05.06-.12.06-.19h0s.11-2.03.11-2.03c-.13.02-.27.04-.4.07-.7.16-1.35.52-1.86,1.04l1.61,1.18h0Z' />
58
+ <polygon fill='none' className={`${filledClassName} ${strokeTransparent}`} points='11.46 12.77 12 13.04 12.54 12.77 12.67 12.17 12.3 11.68 11.7 11.68 11.32 12.16 11.46 12.77' />
59
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M12.58,10.37h0c0,.19.16.33.35.33.06,0,.13-.03.18-.06h0s1.6-1.17,1.6-1.17c-.61-.61-1.4-1.01-2.24-1.12l.11,2.02h0Z' />
60
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M10.35,13.34s-.04,0-.06,0h0s-1.93.33-1.93.33c.29.83.84,1.53,1.56,2.01l.75-1.87h0c.03-.07.03-.15.02-.22h0c-.03-.15-.16-.26-.32-.27Z' />
61
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M19.42,7.03c-.08-.36-.32-.67-.65-.83l-6.26-3.08c-.33-.16-.71-.16-1.04,0l-6.26,3.08c-.33.16-.56.47-.65.83l-1.54,6.92c-.04.17-.04.36,0,.53.01.05.03.11.04.16.03.09.07.17.12.25.02.03.04.07.07.1l4.33,5.55s.04.05.06.07c.07.07.14.14.23.19.11.07.22.12.34.15.1.03.2.04.3.04h6.95s.08,0,.13,0c.06,0,.12-.02.18-.03.04-.01.08-.02.12-.04.03-.01.06-.02.09-.04.05-.02.09-.05.13-.08.11-.07.21-.16.29-.26l.13-.17,4.2-5.38c.08-.1.14-.22.19-.35.02-.05.03-.1.04-.16.04-.17.04-.36,0-.53l-1.55-6.92ZM18.17,14.16s-.05,0-.07-.02h0s0,0,0,0c-.03,0-.07-.01-.1-.02-.11-.04-.23-.08-.34-.13-.21-.09-.43-.15-.65-.2-.08,0-.15.03-.21.08-.05,0-.11-.02-.16-.03-.36,1.17-1.13,2.17-2.16,2.8h0c.02.06.04.11.06.16-.04.07-.05.15-.03.23.09.21.2.42.33.61.07.1.14.2.2.31.02.03.03.07.05.1.11.18.05.42-.13.53-.18.11-.41.05-.52-.13-.01-.02-.02-.04-.03-.07-.01-.03-.03-.07-.05-.1-.04-.12-.08-.23-.11-.35-.06-.22-.15-.44-.26-.65-.05-.06-.11-.11-.19-.12-.01-.02-.06-.11-.08-.15-1.11.43-2.35.43-3.46,0l-.09.16c-.06,0-.12.04-.16.08-.13.22-.23.45-.29.69-.03.12-.07.24-.11.35-.01.03-.03.07-.05.1h0c-.07.2-.28.31-.48.24-.2-.07-.3-.29-.23-.5,0-.02.02-.05.03-.07.01-.03.03-.08.05-.1.06-.11.13-.21.2-.31.13-.2.25-.41.34-.63,0-.08,0-.15-.03-.22l.07-.17c-1.03-.62-1.79-1.61-2.16-2.78l-.16.03c-.06-.05-.14-.07-.22-.08-.22.04-.44.11-.65.2-.11.05-.22.1-.34.13-.03,0-.07.02-.1.02,0,0,0,0,0,0h0c-.2.07-.41-.04-.47-.25s.04-.42.24-.49c.02,0,.05-.01.07-.02h0s.07-.02.1-.03c.12-.02.24-.03.36-.03.23-.02.45-.05.67-.11.06-.04.12-.1.16-.17l.16-.05c-.17-1.22.1-2.46.76-3.48l-.12-.11c0-.08-.03-.16-.08-.22-.17-.15-.36-.29-.56-.4-.11-.06-.21-.12-.31-.19-.02-.02-.05-.04-.08-.06h0c-.18-.14-.22-.39-.09-.57.07-.09.18-.14.3-.14.09,0,.19.04.26.1.03.02.06.05.08.07.09.09.17.17.25.27.15.17.32.33.51.47.07.04.15.04.22.02.04.03.09.07.13.1.66-.72,1.51-1.22,2.45-1.44.22-.05.45-.09.68-.11v-.16c.07-.05.11-.12.13-.2,0-.23,0-.47-.04-.7-.02-.12-.04-.24-.05-.37,0-.03,0-.07,0-.1,0,0,0,0,0-.01-.02-.21.13-.4.34-.43.21-.02.39.13.41.35,0,.03,0,.05,0,.08,0,.03,0,.08,0,.11-.01.12-.03.25-.05.37-.04.23-.05.47-.04.7.02.08.06.15.12.19,0,.03,0,.12,0,.17,1.18.11,2.29.66,3.11,1.55l.14-.11c.08.01.16,0,.23-.03.18-.14.35-.3.51-.47.08-.1.16-.18.25-.27.02-.02.06-.05.08-.07.15-.15.39-.15.53,0,.15.15.14.4,0,.55-.02.02-.04.04-.06.05-.02.02-.06.05-.08.07-.1.07-.2.13-.31.19-.2.12-.38.25-.56.4-.05.06-.08.14-.07.22-.02.02-.09.09-.13.12.66,1.02.94,2.26.78,3.47l.15.05c.04.07.09.13.16.17.22.06.44.1.67.11.12,0,.24.01.36.03.03,0,.08.02.11.03.21.03.35.22.32.43-.03.21-.22.36-.42.33Z' />
62
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M15.3,10.22l-1.46,1.35h0c-.14.13-.15.34-.03.49.04.05.1.09.16.1h0s1.9.57,1.9.57c.08-.88-.12-1.76-.56-2.51h0Z' />
63
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M12.29,14.34h0c-.09-.17-.29-.23-.45-.14-.06.03-.1.08-.13.14h0l-.95,1.77c.68.24,1.41.28,2.11.11.13-.03.26-.07.38-.11l-.95-1.78h0Z' />
64
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M13.71,13.34h0s-.05,0-.08,0c-.04,0-.09.01-.13.03-.16.08-.23.27-.16.44h0s.76,1.89.76,1.89c.72-.48,1.27-1.19,1.56-2.02l-1.95-.34h0Z' />
51
65
  </svg>
52
66
  )
53
67
  break
@@ -61,8 +75,15 @@ const K8SIcon = ({
61
75
  xmlns='http://www.w3.org/2000/svg'
62
76
  className={className}
63
77
  >
64
- <path d='M22.6054 22.0453C22.5675 22.037 22.5281 22.0342 22.4902 22.0356C22.4224 22.0397 22.3573 22.0565 22.2963 22.0873C22.0522 22.2088 21.9451 22.5051 22.0522 22.7622L22.0481 22.7678L23.2048 25.6462C24.3112 24.9182 25.1506 23.8325 25.5912 22.5582L22.6108 22.0397L22.6054 22.0467V22.0453ZM17.9694 22.4534C17.9179 22.22 17.7185 22.0523 17.4853 22.0495C17.4514 22.0495 17.4189 22.0523 17.3863 22.0593L17.3809 22.0537L14.4276 22.5707C14.871 23.8353 15.7077 24.9126 16.806 25.6378L17.9504 22.7873L17.9409 22.7761C17.983 22.6755 17.9925 22.5637 17.9694 22.4561V22.4534ZM20.4427 23.5712C20.3111 23.3183 20.006 23.2233 19.7606 23.3588C19.6725 23.4077 19.6006 23.4818 19.5545 23.5726H19.5518L18.0996 26.2792C19.1396 26.6439 20.2583 26.704 21.3295 26.4511C21.5274 26.405 21.7227 26.3491 21.9112 26.2834L20.4549 23.5712H20.444H20.4427ZM25.0421 17.2833L22.8075 19.3443V19.3513C22.5986 19.54 22.5769 19.8697 22.7614 20.0863C22.8264 20.1632 22.9119 20.2177 23.0068 20.2456L23.0095 20.2582L25.9045 21.1175C26.0292 19.7775 25.7268 18.4319 25.0421 17.2847V17.2833ZM20.8888 17.5152C20.901 17.8031 21.1383 18.0239 21.4162 18.0113C21.5152 18.0071 21.6101 17.9722 21.6901 17.9121L21.6996 17.9163L24.1458 16.1291C23.2142 15.1901 22.0102 14.5907 20.7166 14.4258L20.8861 17.5138H20.8888V17.5152ZM18.2989 17.9233C18.524 18.0923 18.8399 18.0406 19.004 17.8087C19.0623 17.7262 19.0962 17.627 19.1003 17.525L19.1125 17.5194L19.282 14.4258C19.0772 14.4509 18.8738 14.4873 18.6718 14.5348C17.5992 14.7835 16.6162 15.3354 15.8324 16.1291L18.2935 17.9275L18.2989 17.9247V17.9233ZM16.9877 20.261C17.2562 20.1855 17.4148 19.8991 17.3416 19.6224C17.3158 19.5232 17.2616 19.4338 17.1857 19.3667L17.1884 19.3541L14.9415 17.2833C14.2554 18.4333 13.9612 19.7859 14.1049 21.1273L16.9863 20.2707L16.989 20.261H16.9877ZM19.1694 21.1706L19.9979 21.5814L20.825 21.172L21.0298 20.2526L20.4576 19.5148H19.5369L18.9633 20.2512L19.1694 21.1706Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
65
- <path d='M33.704 22.983L31.342 12.4081C31.2131 11.8548 30.8497 11.3895 30.3535 11.1407L20.7913 6.43598C20.2895 6.18866 19.7065 6.18866 19.2034 6.43598L9.64257 11.1435C9.14493 11.3923 8.78153 11.8576 8.65272 12.4109L6.29471 22.9844C6.2364 23.2513 6.2364 23.5293 6.29471 23.7962C6.31233 23.8773 6.33403 23.9583 6.36115 24.0366C6.40725 24.1707 6.46827 24.2979 6.54285 24.418C6.57539 24.4697 6.60929 24.5186 6.64726 24.5661L13.2643 33.0451C13.2928 33.0814 13.3253 33.1163 13.3565 33.1499C13.4609 33.2644 13.5776 33.3636 13.705 33.4475C13.8664 33.5523 14.0426 33.6319 14.2284 33.6822C14.3803 33.7255 14.5362 33.7479 14.6935 33.7479H14.7966L25.3052 33.7451C25.369 33.7451 25.4327 33.7409 25.4964 33.7339C25.5873 33.7227 25.6781 33.706 25.7663 33.6808C25.83 33.6641 25.8924 33.6431 25.9534 33.6193C26.0008 33.6012 26.0497 33.5816 26.0944 33.5593C26.1636 33.5257 26.23 33.4866 26.2951 33.4447C26.4619 33.3371 26.6097 33.2015 26.7344 33.0437L26.9365 32.7852L33.3501 24.5633C33.4735 24.4041 33.5698 24.2252 33.6362 24.0338C33.6634 23.9555 33.6864 23.8745 33.704 23.7934C33.7623 23.5265 33.7623 23.2485 33.704 22.9816V22.983ZM23.7866 27.0953C23.8137 27.1763 23.8449 27.256 23.8815 27.3328C23.8232 27.4376 23.8069 27.5634 23.8367 27.6808C23.9764 28.0091 24.1459 28.3221 24.3439 28.617C24.4551 28.7679 24.5567 28.9244 24.6503 29.0865C24.6734 29.1312 24.7032 29.1982 24.7249 29.2458C24.8876 29.5266 24.7995 29.8899 24.5269 30.059C24.2544 30.2281 23.9018 30.1358 23.7377 29.855C23.7188 29.8214 23.7025 29.7865 23.6903 29.7502C23.6686 29.7041 23.6388 29.6426 23.6198 29.5993C23.5547 29.4232 23.4991 29.2416 23.453 29.0585C23.354 28.7162 23.2225 28.3836 23.0598 28.0664C22.9893 27.9686 22.8848 27.9029 22.7682 27.8834C22.7506 27.8512 22.6828 27.7227 22.6462 27.657C20.9445 28.3207 19.0638 28.3165 17.3647 27.643L17.2346 27.8848C17.1424 27.9001 17.0556 27.9435 16.9878 28.0091C16.7925 28.3389 16.6434 28.6952 16.5444 29.0683C16.4996 29.2513 16.4441 29.4316 16.379 29.6091C16.36 29.6524 16.3302 29.7125 16.3085 29.7586V29.7614C16.2013 30.0688 15.8732 30.2295 15.5735 30.1205C15.2752 30.0101 15.1193 29.6719 15.225 29.3631C15.2386 29.3254 15.2549 29.2905 15.2739 29.2555C15.2956 29.208 15.324 29.141 15.3471 29.0976C15.4406 28.9342 15.5423 28.7777 15.6535 28.6267C15.8556 28.3249 16.0291 28.0035 16.1715 27.6668C16.1864 27.5522 16.1688 27.4362 16.12 27.3328L16.2244 27.0757C14.6583 26.1228 13.484 24.6123 12.924 22.8293L12.6745 22.8726C12.5782 22.8013 12.4643 22.7608 12.345 22.7538C12.0033 22.8209 11.6697 22.9229 11.347 23.0556C11.1802 23.1325 11.008 23.201 10.8331 23.2583C10.7911 23.2694 10.7328 23.282 10.6853 23.2918C10.6812 23.2918 10.6785 23.2946 10.6744 23.296C10.6717 23.296 10.669 23.296 10.6663 23.296C10.3653 23.398 10.0399 23.2289 9.94088 22.9187C9.84189 22.6085 10.006 22.2731 10.307 22.1711C10.3409 22.16 10.3761 22.1516 10.4114 22.146H10.4195L10.425 22.1418C10.4724 22.1306 10.5348 22.1139 10.5782 22.1055C10.7599 22.0789 10.9429 22.0636 11.1273 22.0594C11.4745 22.0356 11.8175 21.9783 12.1524 21.8861C12.2514 21.8204 12.3355 21.7338 12.3979 21.6304L12.6379 21.5577C12.3775 19.6965 12.7938 17.8017 13.8054 16.2381L13.6223 16.0691C13.6155 15.9461 13.5762 15.8287 13.507 15.7281C13.244 15.4948 12.9579 15.288 12.6555 15.1119C12.4928 15.0267 12.3341 14.9303 12.1809 14.8255C12.1457 14.7989 12.0996 14.7584 12.063 14.7276L12.0548 14.7221C11.7836 14.5208 11.7212 14.1324 11.9138 13.8529C12.025 13.7132 12.1945 13.6349 12.3694 13.6447C12.5145 13.6517 12.6555 13.7062 12.768 13.7998C12.8074 13.8306 12.8603 13.8739 12.8955 13.9046C13.0284 14.0346 13.1545 14.1715 13.2725 14.3168C13.5057 14.5823 13.7647 14.8227 14.044 15.0351C14.1484 15.0923 14.2704 15.1035 14.3844 15.0686C14.4521 15.1203 14.5213 15.1706 14.5905 15.2195C15.5966 14.1184 16.8983 13.3513 18.3302 13.0187C18.6705 12.9391 19.0163 12.8846 19.3648 12.8552L19.3783 12.6065C19.4678 12.5255 19.5316 12.4193 19.5641 12.3019C19.5763 11.9442 19.5546 11.5865 19.5004 11.233C19.4638 11.0471 19.438 10.8599 19.4217 10.6726C19.4204 10.6293 19.4217 10.5706 19.4231 10.5217C19.4231 10.5161 19.4217 10.5106 19.4217 10.505C19.3892 10.1794 19.6197 9.88875 19.9356 9.85521C20.2516 9.82168 20.5336 10.0592 20.5662 10.3848C20.5702 10.4239 20.5702 10.4644 20.5662 10.5036C20.5662 10.5553 20.5689 10.6237 20.5662 10.6712C20.5499 10.8599 20.5241 11.0471 20.4875 11.2316C20.4319 11.5851 20.4102 11.9428 20.4224 12.3019C20.4455 12.4221 20.5119 12.5269 20.6096 12.5967C20.6109 12.6401 20.619 12.7812 20.6231 12.8594C22.432 13.0285 24.1201 13.8697 25.373 15.2251L25.5913 15.0644C25.708 15.0854 25.8286 15.0714 25.9385 15.0253C26.2178 14.8115 26.4754 14.5711 26.71 14.3057C26.828 14.1603 26.9541 14.0234 27.0883 13.8935C27.1236 13.8627 27.1765 13.8208 27.2158 13.7887C27.4422 13.5595 27.8056 13.5609 28.0294 13.7942C28.2517 14.0276 28.2504 14.4021 28.0239 14.6326C27.9955 14.662 27.9629 14.6885 27.929 14.7109C27.891 14.743 27.8395 14.7877 27.8029 14.8157C27.6497 14.9205 27.491 15.0155 27.327 15.1021C27.0246 15.2782 26.7398 15.485 26.4754 15.7183C26.3981 15.8106 26.3602 15.9307 26.3683 16.0523C26.3358 16.083 26.2246 16.185 26.1649 16.2395C27.1792 17.7989 27.6036 19.6867 27.3568 21.5465L27.5873 21.6164C27.6456 21.724 27.731 21.812 27.8341 21.8721C28.1704 21.9643 28.5134 22.023 28.8606 22.0468C29.0436 22.051 29.2267 22.0663 29.4097 22.0915C29.4572 22.1013 29.5277 22.1208 29.5765 22.132C29.8911 22.1739 30.1121 22.4716 30.0714 22.7957C30.0307 23.1199 29.7419 23.3477 29.4273 23.3058C29.3921 23.3016 29.3568 23.2932 29.3229 23.2806H29.3148C29.3148 23.2806 29.308 23.2764 29.304 23.275C29.2565 23.2652 29.1968 23.2541 29.1562 23.2429C28.9812 23.1856 28.8104 23.1171 28.6422 23.0389C28.3195 22.9047 27.986 22.8041 27.6443 22.7371C27.5263 22.7329 27.411 22.7776 27.3243 22.86C27.2429 22.8447 27.1615 22.8293 27.0802 22.8153C26.527 24.6095 25.3527 26.1311 23.7811 27.0911L23.7866 27.0953Z' fill='none' className={filledClassName} />
78
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M16.71,20.29h0c.29-.08.47-.39.39-.7-.03-.11-.09-.21-.17-.28h0s-2.45-2.27-2.45-2.27c-.75,1.25-1.07,2.73-.91,4.19l3.14-.93h0Z' />
79
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M18.14,17.74h0c.25.18.59.13.77-.13.06-.09.1-.2.11-.31h.01s.18-3.38.18-3.38c-.22.03-.45.07-.67.12-1.17.27-2.24.87-3.1,1.74l2.69,1.96h0Z' />
80
+ <polygon fill='none' className={`${filledClassName} ${strokeTransparent}`} points='19.09 21.28 20 21.73 20.9 21.28 21.12 20.28 20.5 19.47 19.49 19.47 18.87 20.27 19.09 21.28' />
81
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M20.97,17.29h0c.01.32.27.56.58.54.11,0,.21-.04.3-.11h.01s2.67-1.95,2.67-1.95c-1.02-1.02-2.33-1.68-3.74-1.86l.18,3.37h0Z' />
82
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M17.26,22.24s-.07,0-.11.01h0s-3.22.56-3.22.56c.48,1.38,1.4,2.56,2.59,3.35l1.25-3.11h-.01c.05-.12.06-.24.03-.36h0c-.06-.26-.27-.44-.53-.44Z' />
83
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M32.37,11.72c-.14-.6-.54-1.11-1.08-1.38l-10.43-5.13c-.55-.27-1.18-.27-1.73,0l-10.43,5.14c-.54.27-.94.78-1.08,1.38l-2.57,11.54c-.06.29-.06.59,0,.89.02.09.04.18.07.26.05.15.12.29.2.42.04.06.07.11.11.16l7.22,9.25s.07.08.1.11c.11.12.24.23.38.32.18.11.37.2.57.26.17.05.34.07.51.07h11.58c.07,0,.14,0,.21-.02.1-.01.2-.03.29-.06.07-.02.14-.04.2-.07.05-.02.1-.04.15-.07.08-.04.15-.08.22-.13.18-.12.34-.27.48-.44l.22-.28,7-8.97c.13-.17.24-.37.31-.58.03-.09.05-.17.07-.26.06-.29.06-.59,0-.88l-2.58-11.54ZM30.29,23.61s-.08-.01-.11-.03h0s0,0-.01,0c-.05-.01-.12-.02-.16-.04-.19-.06-.38-.14-.56-.22-.35-.15-.72-.26-1.09-.33-.13,0-.25.04-.35.13-.09-.02-.18-.03-.27-.05-.6,1.96-1.88,3.62-3.6,4.66h0c.03.09.06.18.1.26-.06.11-.08.25-.05.38.15.36.34.7.55,1.02.12.16.23.34.33.51.03.05.06.12.08.17.18.31.08.7-.22.89-.3.18-.68.08-.86-.22-.02-.04-.04-.07-.05-.11-.02-.05-.06-.12-.08-.16-.07-.19-.13-.39-.18-.59-.11-.37-.25-.74-.43-1.08-.08-.11-.19-.18-.32-.2-.02-.04-.09-.18-.13-.25-1.86.72-3.91.72-5.76-.01l-.14.26c-.1.02-.2.06-.27.14-.21.36-.38.75-.48,1.16-.05.2-.11.4-.18.59-.02.05-.05.11-.08.16h0c-.12.34-.47.51-.8.39-.33-.12-.5-.49-.38-.83.01-.04.03-.08.05-.12.02-.05.05-.13.08-.17.1-.18.21-.35.33-.51.22-.33.41-.68.57-1.05.02-.13,0-.25-.06-.36l.11-.28c-1.71-1.04-2.99-2.69-3.6-4.63l-.27.05c-.11-.08-.23-.12-.36-.13-.37.07-.74.18-1.09.33-.18.08-.37.16-.56.22-.05.01-.11.03-.16.04,0,0,0,0-.01,0h0c-.33.11-.68-.07-.79-.41s.07-.7.4-.82c.04-.01.08-.02.11-.03h.01c.05-.02.12-.04.17-.04.2-.03.4-.05.6-.05.38-.03.75-.09,1.12-.19.11-.07.2-.17.27-.28l.26-.08c-.28-2.03.17-4.1,1.27-5.8l-.2-.18c0-.13-.05-.26-.13-.37-.29-.25-.6-.48-.93-.67-.18-.09-.35-.2-.52-.31-.04-.03-.09-.07-.13-.11h0c-.3-.23-.36-.65-.15-.95.12-.15.31-.24.5-.23.16,0,.31.07.43.17.04.03.1.08.14.11.14.14.28.29.41.45.25.29.54.55.84.78.11.06.25.07.37.04.07.06.15.11.22.16,1.1-1.2,2.52-2.04,4.08-2.4.37-.09.75-.15,1.13-.18v-.27c.11-.09.18-.2.22-.33.01-.39-.01-.78-.07-1.17-.04-.2-.07-.41-.09-.61,0-.05,0-.11,0-.16,0,0,0-.01,0-.02-.04-.36.22-.67.56-.71.34-.04.65.22.69.58,0,.04,0,.09,0,.13,0,.06,0,.13,0,.18-.02.21-.05.41-.09.61-.06.39-.08.78-.07,1.17.03.13.1.25.2.32,0,.05.01.2.01.29,1.97.18,3.82,1.1,5.18,2.58l.24-.18c.13.02.26,0,.38-.04.3-.23.59-.5.84-.79.13-.16.27-.31.41-.45.04-.03.1-.08.14-.11.25-.25.64-.25.89,0,.24.25.24.66,0,.91-.03.03-.07.06-.1.09-.04.04-.1.08-.14.11-.17.11-.34.22-.52.31-.33.19-.64.42-.93.67-.08.1-.13.23-.12.36-.04.03-.16.14-.22.2,1.11,1.7,1.57,3.76,1.3,5.79l.25.08c.06.12.16.21.27.28.37.1.74.16,1.12.19.2,0,.4.02.6.05.05.01.13.03.18.04.34.05.58.37.54.72-.04.35-.36.6-.7.56Z' />
84
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M25.5,17.04l-2.44,2.25h0c-.23.21-.25.57-.05.81.07.08.16.14.27.17h0s3.16.95,3.16.95c.14-1.46-.19-2.93-.94-4.18h0Z' />
85
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M20.48,23.9h0c-.14-.28-.48-.38-.74-.23-.1.05-.17.13-.22.23h0l-1.58,2.95c1.13.4,2.36.46,3.52.19.22-.05.43-.11.63-.18l-1.59-2.96h-.01Z' />
86
+ <path fill='none' className={`${filledClassName} ${strokeTransparent}`} d='M22.84,22.23h0s-.08-.01-.13-.01c-.07,0-.15.02-.21.06-.27.13-.38.46-.27.74h0s1.26,3.15,1.26,3.15c1.21-.79,2.12-1.98,2.6-3.37l-3.25-.57h0Z' />
66
87
  </svg>
67
88
  )
68
89
  break