@randstad-uca/design-system 1.0.29 → 1.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/package.json +19 -18
  2. package/dist/assets/icons/arrow_back.svg +0 -10
  3. package/dist/assets/icons/arrow_down.svg +0 -3
  4. package/dist/assets/icons/arrow_left.svg +0 -3
  5. package/dist/assets/icons/arrow_right.svg +0 -3
  6. package/dist/assets/icons/arrow_up.svg +0 -3
  7. package/dist/assets/icons/ayuda.svg +0 -12
  8. package/dist/assets/icons/calendar.svg +0 -20
  9. package/dist/assets/icons/check.svg +0 -10
  10. package/dist/assets/icons/close.svg +0 -10
  11. package/dist/assets/icons/edit.svg +0 -10
  12. package/dist/assets/icons/email.svg +0 -11
  13. package/dist/assets/icons/eye.svg +0 -11
  14. package/dist/assets/icons/eye_crossed.svg +0 -10
  15. package/dist/assets/icons/home.svg +0 -10
  16. package/dist/assets/icons/icon_check.svg +0 -4
  17. package/dist/assets/icons/icon_trash.svg +0 -7
  18. package/dist/assets/icons/icon_warning.svg +0 -6
  19. package/dist/assets/icons/image.svg +0 -5
  20. package/dist/assets/icons/info.svg +0 -12
  21. package/dist/assets/icons/settings.svg +0 -11
  22. package/dist/assets/icons/thumbs_up.svg +0 -11
  23. package/dist/assets/icons/tick-circle.svg +0 -3
  24. package/dist/assets/icons/trash.svg +0 -13
  25. package/dist/assets/icons/user.svg +0 -10
  26. package/dist/assets/icons/warning.svg +0 -12
  27. package/dist/assets/img/carousel-example.png +0 -0
  28. package/dist/assets/img/facebook_logo.svg +0 -4
  29. package/dist/assets/img/google_logo.svg +0 -13
  30. package/dist/assets/img/icon_check.svg +0 -4
  31. package/dist/assets/img/icon_trash.svg +0 -7
  32. package/dist/assets/img/icon_warning.svg +0 -6
  33. package/dist/assets/img/image-upload-circle.svg +0 -6
  34. package/dist/assets/img/image-upload-disabled.svg +0 -6
  35. package/dist/assets/img/linkedin_logo.svg +0 -3
  36. package/dist/components/Accordion.d.ts +0 -13
  37. package/dist/components/AccordionList.d.ts +0 -5
  38. package/dist/components/Button.d.ts +0 -16
  39. package/dist/components/CarouselCards.d.ts +0 -12
  40. package/dist/components/Checkbox.d.ts +0 -9
  41. package/dist/components/Form.d.ts +0 -32
  42. package/dist/components/FormGroup.d.ts +0 -11
  43. package/dist/components/Icon.d.ts +0 -10
  44. package/dist/components/Modal.d.ts +0 -23
  45. package/dist/components/Notice.d.ts +0 -9
  46. package/dist/components/Popup.d.ts +0 -27
  47. package/dist/components/ProgressCircle.d.ts +0 -7
  48. package/dist/components/Radio.d.ts +0 -10
  49. package/dist/components/Select.d.ts +0 -42
  50. package/dist/components/Snackbar.d.ts +0 -1
  51. package/dist/components/Stepper.d.ts +0 -7
  52. package/dist/components/Tabs.d.ts +0 -23
  53. package/dist/components/Upload.d.ts +0 -15
  54. package/dist/components/iconList.d.ts +0 -1
  55. package/dist/index.d.ts +0 -21
  56. package/dist/index.js +0 -2558
  57. package/dist/index.js.map +0 -1
  58. package/dist/package.json +0 -51
  59. package/dist/randstad-design-system.css +0 -1
  60. package/dist/stories/Accordion.stories.d.ts +0 -6
  61. package/dist/stories/Button.stories.d.ts +0 -29
  62. package/dist/stories/CarouselCards.stories.d.ts +0 -5
  63. package/dist/stories/Checkbox.stories.d.ts +0 -16
  64. package/dist/stories/Form.stories.d.ts +0 -48
  65. package/dist/stories/Icon.stories.d.ts +0 -6
  66. package/dist/stories/Modal.stories.d.ts +0 -16
  67. package/dist/stories/Notice.stories.d.ts +0 -72
  68. package/dist/stories/Popup.stories.d.ts +0 -7
  69. package/dist/stories/ProgressCircle.stories.d.ts +0 -5
  70. package/dist/stories/Radio.stories.d.ts +0 -11
  71. package/dist/stories/Select.stories.d.ts +0 -54
  72. package/dist/stories/Snackbar.stories.d.ts +0 -39
  73. package/dist/stories/Stepper.stories.d.ts +0 -51
  74. package/dist/stories/Tabs.stories.d.ts +0 -13
  75. package/dist/stories/Upload.stories.d.ts +0 -8
  76. package/dist/styles/buttons.css +0 -209
  77. package/dist/styles/colors.css +0 -50
  78. package/dist/styles/fontStyles.d.ts +0 -7
  79. package/dist/styles/fontStyles.ts +0 -60
  80. package/dist/styles/fonts.css +0 -8
  81. package/dist/styles/forms.css +0 -151
  82. package/dist/styles/globalStyles.d.ts +0 -2
  83. package/dist/styles/globalStyles.ts +0 -22
  84. package/dist/styles/icons.css +0 -25
  85. package/dist/styles/index.css +0 -5
  86. package/dist/styles/notice.css +0 -0
  87. package/dist/styles/select.css +0 -12
  88. package/dist/styles/snackbar.css +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randstad-uca/design-system",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -18,32 +18,33 @@
18
18
  "license": "ISC",
19
19
  "description": "",
20
20
  "devDependencies": {
21
- "@chromatic-com/storybook": "^3.2.3",
22
- "@rollup/plugin-commonjs": "^28.0.2",
23
- "@rollup/plugin-node-resolve": "^16.0.0",
21
+ "@chromatic-com/storybook": "^3.2.7",
22
+ "@rollup/plugin-commonjs": "^28.0.6",
23
+ "@rollup/plugin-node-resolve": "^16.0.1",
24
24
  "@rollup/plugin-terser": "^0.4.4",
25
- "@rollup/plugin-typescript": "^12.1.2",
26
- "@storybook/addon-essentials": "^8.5.0",
27
- "@storybook/blocks": "^8.5.0",
28
- "@storybook/test": "^8.5.0",
29
- "@storybook/web-components": "^8.5.0",
30
- "@storybook/web-components-webpack5": "^8.5.0",
31
- "autoprefixer": "^10.4.20",
25
+ "@rollup/plugin-typescript": "^12.1.4",
26
+ "@storybook/addon-essentials": "^8.6.14",
27
+ "@storybook/blocks": "^8.6.14",
28
+ "@storybook/test": "^8.6.14",
29
+ "@storybook/web-components": "^8.6.14",
30
+ "@storybook/web-components-webpack5": "^8.6.14",
31
+ "autoprefixer": "^10.4.21",
32
32
  "css-loader": "^7.1.2",
33
33
  "lit-css-loader": "^3.0.1",
34
- "postcss": "^8.5.1",
35
- "rollup": "^4.30.1",
34
+ "postcss": "^8.5.6",
35
+ "rollup": "^4.45.1",
36
36
  "rollup-plugin-copy": "^3.5.0",
37
37
  "rollup-plugin-postcss": "^4.0.2",
38
- "storybook": "^8.5.0",
39
- "tailwindcss": "^3.4.17",
38
+ "storybook": "^8.6.14",
40
39
  "ts-loader": "^9.5.2",
41
- "typescript": "^5.7.3",
42
- "webpack": "^5.98.0",
40
+ "tslib": "^2.8.1",
41
+ "typescript": "^5.8.3",
42
+ "webpack": "^5.100.2",
43
43
  "webpack-cli": "^6.0.1"
44
44
  },
45
45
  "dependencies": {
46
- "@material/web": "^2.2.0"
46
+ "@material/web": "^2.3.0",
47
+ "lit-html": "^3.3.1"
47
48
  },
48
49
  "peerDependencies": {
49
50
  "lit": "^3.3.0"
@@ -1,10 +0,0 @@
1
- <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_3095_5899)">
3
- <path d="M21.475 12.2H3.725L8.575 7.35C8.775 7.15 8.775 6.85 8.575 6.65C8.375 6.45 8.075 6.45 7.875 6.65L2.15 12.35C1.95 12.55 1.95 12.85 2.15 13.05L7.8 18.7C7.9 18.8 8.025 18.85 8.15 18.85C8.275 18.85 8.4 18.8 8.5 18.7C8.7 18.5 8.7 18.2 8.5 18L3.725 13.2H21.5C21.775 13.2 22 12.975 22 12.7C22 12.425 21.75 12.2 21.475 12.2Z" fill="#2175D9"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_3095_5899">
7
- <rect width="24" height="24" fill="white" transform="translate(0 0.5)"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 8.5C20 8.8 19.9 9 19.7 9.2L12.7 16.2C12.3 16.6 11.7 16.6 11.3 16.2L4.3 9.2C3.9 8.8 3.9 8.2 4.3 7.8C4.7 7.4 5.3 7.4 5.7 7.8L12 14.1L18.3 7.8C18.7 7.4 19.3 7.4 19.7 7.8C19.9 8 20 8.2 20 8.5Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15 20C14.744 20 14.488 19.902 14.293 19.707L7.293 12.707C6.902 12.316 6.902 11.684 7.293 11.293L14.293 4.29301C14.684 3.90201 15.316 3.90201 15.707 4.29301C16.098 4.68401 16.098 5.31601 15.707 5.70701L9.414 12L15.707 18.293C16.098 18.684 16.098 19.316 15.707 19.707C15.512 19.902 15.256 20 15 20Z" fill="#2175D9"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.00001 4C9.25601 4 9.51201 4.098 9.70701 4.293L16.707 11.293C17.098 11.684 17.098 12.316 16.707 12.707L9.70701 19.707C9.31601 20.098 8.68401 20.098 8.29301 19.707C7.90201 19.316 7.90201 18.684 8.29301 18.293L14.586 12L8.29301 5.707C7.90201 5.316 7.90201 4.684 8.29301 4.293C8.48801 4.098 8.74401 4 9.00001 4Z" fill="#2175D9"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4 15.0002C4 14.7442 4.098 14.4883 4.293 14.2933L11.293 7.29325C11.684 6.90225 12.316 6.90225 12.707 7.29325L19.707 14.2933C20.098 14.6842 20.098 15.3162 19.707 15.7072C19.316 16.0982 18.684 16.0982 18.293 15.7072L12 9.41425L5.707 15.7072C5.316 16.0982 4.684 16.0982 4.293 15.7072C4.098 15.5122 4 15.2562 4 15.0002Z" fill="currentColor"/>
3
- </svg>
@@ -1,12 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2313_3705)">
3
- <path d="M12.4496 6.01244C10.3196 6.01244 8.56549 7.74151 8.56549 9.89658C8.56549 10.1722 8.79102 10.3978 9.06667 10.3978C9.34232 10.3978 9.56785 10.1722 9.56785 9.89658C9.56785 8.31787 10.8459 7.0148 12.4496 7.0148C14.0534 7.0148 15.3314 8.29281 15.3314 9.89658C15.3314 11.5004 14.0534 12.7784 12.4496 12.7784C12.174 12.7784 11.9485 13.0039 11.9485 13.2796V14.6578C11.9485 14.9334 12.174 15.159 12.4496 15.159C12.7253 15.159 12.9508 14.9334 12.9508 14.6578V13.7557C14.8553 13.5051 16.3338 11.8762 16.3338 9.92164C16.3338 7.76657 14.5797 6.01244 12.4496 6.01244Z" />
4
- <path d="M12.4245 16.2113C11.9985 16.2113 11.6477 16.5622 11.6477 16.9882C11.6477 17.4142 11.9985 17.765 12.4245 17.765C12.8505 17.765 13.2014 17.4142 13.2014 16.9882C13.2014 16.5622 12.8505 16.2113 12.4245 16.2113Z" />
5
- <path d="M13.6775 2.07808C11.1214 1.75231 8.59048 2.45396 6.58576 4.03268C4.58104 5.63646 3.32809 7.91683 3.05244 10.4728C2.75173 13.3546 3.75409 16.1362 5.80893 18.1409V20.722C5.80893 21.1731 6.05952 21.5991 6.4354 21.8246C6.63588 21.9499 6.86141 22 7.08694 22C7.31247 22 7.51294 21.9499 7.71342 21.8246L9.94367 20.5466C10.4448 20.6719 10.946 20.7721 11.4723 20.8222C14.1035 21.0979 16.7096 20.2709 18.6893 18.5419C20.694 16.7877 21.8216 14.357 21.8968 11.7007C22.0472 6.91447 18.4387 2.6795 13.6775 2.07808ZM20.8945 11.6757C20.8193 14.0563 19.7919 16.2364 18.0127 17.7901C16.2585 19.3187 13.903 20.0705 11.5976 19.8449C11.0713 19.7948 10.5451 19.6946 10.0439 19.5442C9.91861 19.4941 9.76825 19.5192 9.66802 19.5943L7.23729 20.9726C7.112 21.0478 7.01176 20.9976 6.96164 20.9726C6.91153 20.9475 6.81129 20.8723 6.81129 20.722V18.0156C6.83635 17.8402 6.78623 17.6648 6.66094 17.5646C4.73139 15.7603 3.77915 13.2043 4.0548 10.5731C4.28033 8.29271 5.40799 6.23788 7.21223 4.80951C9.01648 3.38115 11.2718 2.75467 13.5522 3.05538C17.7871 3.60668 21.0198 7.39059 20.8945 11.6757Z" />
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_2313_3705">
9
- <rect width="24" height="24" fill="currentColor"/>
10
- </clipPath>
11
- </defs>
12
- </svg>
@@ -1,20 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2335_4813)">
3
- <path d="M19.975 3.125H16.975V2.5C16.975 2.225 16.75 2 16.475 2C16.2 2 15.975 2.225 15.975 2.5V3.125H7.975V2.5C7.975 2.225 7.75 2 7.475 2C7.2 2 6.975 2.225 6.975 2.5V3.125H4.025C2.925 3.125 2 4.025 2 5.15V19.925C2 21.025 2.9 21.95 4.025 21.95H19.975C21.075 21.95 22 21.05 22 19.925V5.125C22 4.025 21.1 3.125 19.975 3.125ZM4.025 4.15H6.95V4.8C6.95 5.075 7.175 5.3 7.45 5.3C7.725 5.3 7.95 5.075 7.95 4.8V4.15H15.925V4.8C15.925 5.075 16.15 5.3 16.425 5.3C16.7 5.3 16.925 5.075 16.925 4.8V4.15H19.95C20.5 4.15 20.95 4.6 20.95 5.15V7.95H3.025V5.125C3.025 4.575 3.475 4.15 4.025 4.15ZM19.975 20.9H4.025C3.475 20.9 3.025 20.45 3.025 19.9V8.975H20.975V19.9C20.975 20.45 20.525 20.9 19.975 20.9Z" />
4
- <path d="M7.45001 12.575C7.86423 12.575 8.20001 12.2392 8.20001 11.825C8.20001 11.4108 7.86423 11.075 7.45001 11.075C7.0358 11.075 6.70001 11.4108 6.70001 11.825C6.70001 12.2392 7.0358 12.575 7.45001 12.575Z" />
5
- <path d="M10.4499 12.575C10.8641 12.575 11.1999 12.2392 11.1999 11.825C11.1999 11.4108 10.8641 11.075 10.4499 11.075C10.0357 11.075 9.69989 11.4108 9.69989 11.825C9.69989 12.2392 10.0357 12.575 10.4499 12.575Z" />
6
- <path d="M13.4501 12.575C13.8643 12.575 14.2001 12.2392 14.2001 11.825C14.2001 11.4108 13.8643 11.075 13.4501 11.075C13.0359 11.075 12.7001 11.4108 12.7001 11.825C12.7001 12.2392 13.0359 12.575 13.4501 12.575Z" />
7
- <path d="M16.45 12.575C16.8642 12.575 17.2 12.2392 17.2 11.825C17.2 11.4108 16.8642 11.075 16.45 11.075C16.0357 11.075 15.7 11.4108 15.7 11.825C15.7 12.2392 16.0357 12.575 16.45 12.575Z" />
8
- <path d="M7.45001 15.5749C7.86423 15.5749 8.20001 15.2391 8.20001 14.8249C8.20001 14.4107 7.86423 14.0749 7.45001 14.0749C7.0358 14.0749 6.70001 14.4107 6.70001 14.8249C6.70001 15.2391 7.0358 15.5749 7.45001 15.5749Z" />
9
- <path d="M10.4499 15.5749C10.8641 15.5749 11.1999 15.2391 11.1999 14.8249C11.1999 14.4107 10.8641 14.0749 10.4499 14.0749C10.0357 14.0749 9.69989 14.4107 9.69989 14.8249C9.69989 15.2391 10.0357 15.5749 10.4499 15.5749Z" />
10
- <path d="M13.4501 15.5749C13.8643 15.5749 14.2001 15.2391 14.2001 14.8249C14.2001 14.4107 13.8643 14.0749 13.4501 14.0749C13.0359 14.0749 12.7001 14.4107 12.7001 14.8249C12.7001 15.2391 13.0359 15.5749 13.4501 15.5749Z" />
11
- <path d="M16.45 15.5749C16.8642 15.5749 17.2 15.2391 17.2 14.8249C17.2 14.4107 16.8642 14.0749 16.45 14.0749C16.0357 14.0749 15.7 14.4107 15.7 14.8249C15.7 15.2391 16.0357 15.5749 16.45 15.5749Z" />
12
- <path d="M7.45001 18.5751C7.86423 18.5751 8.20001 18.2393 8.20001 17.8251C8.20001 17.4109 7.86423 17.0751 7.45001 17.0751C7.0358 17.0751 6.70001 17.4109 6.70001 17.8251C6.70001 18.2393 7.0358 18.5751 7.45001 18.5751Z" />
13
- <path d="M10.4499 18.5751C10.8641 18.5751 11.1999 18.2393 11.1999 17.8251C11.1999 17.4109 10.8641 17.0751 10.4499 17.0751C10.0357 17.0751 9.69989 17.4109 9.69989 17.8251C9.69989 18.2393 10.0357 18.5751 10.4499 18.5751Z" />
14
- </g>
15
- <defs>
16
- <clipPath id="clip0_2335_4813">
17
- <rect width="24" height="24" fill="currentColor"/>
18
- </clipPath>
19
- </defs>
20
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2335_4801)">
3
- <path d="M21.8098 4.11505C21.6095 3.93974 21.2839 3.96478 21.1086 4.19018L9.21268 18.4152L2.8515 11.9538C2.65114 11.7535 2.35062 11.7535 2.15026 11.9538C1.94991 12.1542 1.94991 12.4547 2.15026 12.6551L8.88711 19.5171C8.98728 19.6173 9.1125 19.6674 9.23772 19.6674H9.26277C9.41303 19.6674 9.53825 19.5923 9.63843 19.4921L21.885 4.81628C22.0603 4.59088 22.0352 4.29035 21.8098 4.11505Z"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_2335_4801">
7
- <rect width="24" height="24" fill="currentColor"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2335_4789)">
3
- <path d="M12.7018 12L21.8496 2.85213C22.0501 2.65163 22.0501 2.35088 21.8496 2.15038C21.6491 1.94987 21.3484 1.94987 21.1479 2.15038L12 11.2982L2.85213 2.15038C2.65163 1.94987 2.35088 1.94987 2.15038 2.15038C1.94987 2.35088 1.94987 2.65163 2.15038 2.85213L11.2982 12L2.15038 21.1479C1.94987 21.3484 1.94987 21.6491 2.15038 21.8496C2.25063 21.9499 2.37594 22 2.50125 22C2.62657 22 2.75188 21.9499 2.85213 21.8496L12 12.7018L21.1479 21.8496C21.2481 21.9499 21.3734 22 21.4987 22C21.6241 22 21.7494 21.9499 21.8496 21.8496C22.0501 21.6491 22.0501 21.3484 21.8496 21.1479L12.7018 12Z" fill="currentColor"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_2335_4789">
7
- <rect width="24" height="24" fill="currentColor"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2313_3987)">
3
- <path d="M21.1792 2.86303C20.0866 1.72074 18.249 1.72074 17.1315 2.81336L3.02678 16.5456C2.95228 16.6201 2.90262 16.6946 2.87778 16.794L2.00865 20.8665C1.98382 21.0154 2.00865 21.1893 2.13281 21.3134C2.23214 21.4128 2.35631 21.4624 2.5053 21.4624C2.53013 21.4624 2.55496 21.4624 2.5798 21.4624L6.77646 20.792C6.87579 20.7671 6.97511 20.7175 7.04961 20.6678L21.1295 6.91069C21.6758 6.36438 21.9738 5.66908 21.9987 4.89928C22.0235 4.12947 21.7007 3.40934 21.1792 2.86303ZM20.4342 6.21539L6.45364 19.8483L3.12611 20.3698L3.82141 17.1664L17.802 3.5335C18.547 2.81336 19.7389 2.83819 20.4591 3.55833C20.8067 3.90598 21.0054 4.3778 20.9805 4.89928C20.9805 5.39592 20.7819 5.86774 20.4342 6.21539Z" fill="#2175D9"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_2313_3987">
7
- <rect width="24" height="24" fill="white"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,11 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2335_4843)">
3
- <path d="M19.975 5H4.025C2.925 5 2 5.9 2 7.025V16.75C2 17.85 2.9 18.775 4.025 18.775H19.975C21.075 18.775 22 17.875 22 16.75V7C22 5.9 21.1 5 19.975 5ZM20.975 16.725C20.975 17.275 20.525 17.725 19.975 17.725H4.025C3.475 17.725 3.025 17.275 3.025 16.725V7C3.025 6.45 3.475 6 4.025 6H19.975C20.525 6 20.975 6.45 20.975 7V16.725Z"/>
4
- <path d="M14.6001 11.7498L17.6251 9.17477C17.8501 8.99977 17.8751 8.67477 17.6751 8.44977C17.5001 8.22477 17.1751 8.19977 16.9501 8.39977L12.0001 12.6498L7.0501 8.39977C6.8251 8.22477 6.5001 8.24977 6.3251 8.44977C6.1501 8.67477 6.1751 8.99977 6.3751 9.17477L9.4001 11.7748L6.3751 14.4748C6.1751 14.6748 6.1501 14.9998 6.3251 15.1998C6.4251 15.3248 6.5751 15.3748 6.7001 15.3748C6.8251 15.3748 6.9501 15.3248 7.0501 15.2498L10.1751 12.4248L11.6751 13.6998C11.6751 13.6998 11.6751 13.6998 11.7001 13.6998L11.7251 13.7248C11.7501 13.7498 11.7751 13.7498 11.7751 13.7498C11.7751 13.7498 11.8001 13.7498 11.8001 13.7748C11.8251 13.7748 11.8501 13.7998 11.8751 13.7998H11.9001C11.9251 13.7998 11.9751 13.7998 12.0001 13.7998C12.0251 13.7998 12.0751 13.7998 12.1001 13.7998H12.1251C12.1501 13.7998 12.1751 13.7748 12.2001 13.7748C12.2001 13.7748 12.2251 13.7748 12.2251 13.7498C12.2501 13.7498 12.2751 13.7248 12.2751 13.7248L12.3001 13.6998C12.3001 13.6998 12.3001 13.6998 12.3251 13.6998L13.8251 12.4248L16.9501 15.2248C17.0501 15.3248 17.1751 15.3498 17.3001 15.3498C17.4501 15.3498 17.5751 15.2998 17.6751 15.1748C17.8751 14.9748 17.8501 14.6498 17.6251 14.4498L14.6001 11.7498Z"/>
5
- </g>
6
- <defs>
7
- <clipPath id="clip0_2335_4843">
8
- <rect width="24" height="24" fill="currentColor"/>
9
- </clipPath>
10
- </defs>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2335_4808)">
3
- <path d="M21.4 10.5C19.65 8.825 16.125 6 12 6C7.875 6 4.325 8.825 2.6 10.5C2.2 10.875 2 11.4 2 11.95C2 12.5 2.225 13 2.6 13.4C4.35 15.075 7.875 17.9 12 17.9C16.125 17.9 19.675 15.075 21.4 13.4C21.8 13.025 22 12.5 22 11.95C22 11.4 21.8 10.9 21.4 10.5ZM12 16.375C9.55 16.375 7.575 14.4 7.575 11.95C7.575 9.5 9.55 7.525 12 7.525C14.45 7.525 16.425 9.5 16.425 11.95C16.425 14.4 14.425 16.375 12 16.375ZM2.975 11.95C2.975 11.675 3.075 11.425 3.275 11.225C4.4 10.125 6.325 8.525 8.675 7.65C7.4 8.65 6.575 10.2 6.575 11.95C6.575 13.7 7.4 15.25 8.675 16.25C6.35 15.375 4.425 13.775 3.275 12.675C3.1 12.475 2.975 12.225 2.975 11.95ZM20.7 12.675C19.575 13.775 17.65 15.375 15.3 16.25C16.575 15.25 17.4 13.7 17.4 11.95C17.4 10.2 16.575 8.65 15.3 7.65C17.625 8.525 19.55 10.125 20.7 11.225C20.9 11.425 21 11.675 21 11.95C21 12.225 20.9 12.475 20.7 12.675Z"/>
4
- <path d="M12 10.425C11.15 10.425 10.475 11.1 10.475 11.95C10.475 12.8 11.15 13.475 12 13.475C12.85 13.475 13.525 12.8 13.525 11.95C13.5 11.1 12.825 10.425 12 10.425Z"/>
5
- </g>
6
- <defs>
7
- <clipPath id="clip0_2335_4808">
8
- <rect width="24" height="24" fill="currentColor"/>
9
- </clipPath>
10
- </defs>
11
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2335_4805)">
3
- <path d="M21.4007 10.569C20.0774 9.29562 17.7054 7.34805 14.834 6.49911L16.382 2.72883C16.4569 2.55405 16.432 2.35429 16.3321 2.20448C16.2322 2.05467 16.0325 1.97976 15.8577 2.00473C15.6829 2.0297 15.5331 2.15454 15.4582 2.32933L13.8352 6.22446C13.236 6.09961 12.6117 6.04968 11.9875 6.04968C7.86767 6.04968 4.3221 8.87115 2.59925 10.5441C2.19975 10.9186 2 11.4429 2 11.9922C2 12.5416 2.22472 13.0409 2.59925 13.4404C3.9226 14.7138 6.29463 16.6614 9.16604 17.5104L7.61798 21.2806C7.56804 21.4055 7.56804 21.5303 7.61798 21.6552C7.66792 21.78 7.76779 21.8799 7.89263 21.9298C7.94257 21.9548 8.01748 21.9548 8.09238 21.9548C8.29214 21.9548 8.46692 21.8299 8.54182 21.6552L10.1648 17.76C10.764 17.8849 11.3883 17.9348 12.0125 17.9348C16.1323 17.9348 19.6779 15.1133 21.4007 13.4404C21.8002 13.0659 22 12.5416 22 12.0172C22 11.4929 21.8002 10.9436 21.4007 10.569ZM10.789 16.2619L11.9376 13.5153C12.5868 13.5403 13.186 13.1658 13.4107 12.5915C13.6604 11.9922 13.5106 11.3181 13.0112 10.8936L14.1348 8.14705C16.1074 9.24568 16.9313 11.6177 16.0824 13.7151C15.2335 15.7625 12.9613 16.8861 10.789 16.2619ZM3.29838 12.7413C3.1236 12.5416 2.99875 12.2919 2.99875 12.0172C2.99875 11.7426 3.09863 11.4929 3.29838 11.2931C4.92135 9.72009 8.2422 7.0734 11.9875 7.0734C12.4619 7.0734 12.9613 7.12333 13.4357 7.19824L13.4107 7.24818L9.66542 16.3618L9.56554 16.5615C6.84395 15.8125 4.57179 13.9648 3.29838 12.7413ZM20.7016 12.7413C19.578 13.8399 17.6554 15.4379 15.3333 16.3118C16.6567 15.2881 17.4307 13.7151 17.4307 12.0172C17.4307 10.3193 16.6567 8.7463 15.3333 7.72258C17.6554 8.59649 19.578 10.1945 20.7266 11.2931C20.9263 11.4929 21.0262 11.7426 21.0262 12.0172C21.0262 12.2919 20.9014 12.5416 20.7016 12.7413Z"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_2335_4805">
7
- <rect width="24" height="24" fill="currentColor"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="26" height="25" viewBox="0 0 26 25" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2670_151)">
3
- <path d="M21.6796 9.22381L14.539 3.01029C13.7874 2.35887 12.6599 2.35887 11.9083 3.01029L4.69261 9.22381C4.24163 9.59962 3.99109 10.1508 3.99109 10.7521V20.5484C3.99109 21.6508 4.89305 22.5528 5.99545 22.5528H10.5554H15.8168H20.3767C21.4791 22.5528 22.3811 21.6508 22.3811 20.5484V10.7521C22.356 10.1759 22.1055 9.62468 21.6796 9.22381ZM11.0565 21.5506V17.3415C11.0565 16.7903 11.5074 16.3393 12.0586 16.3393H14.3135C14.8647 16.3393 15.3157 16.7903 15.3157 17.3415V21.5757H11.0565V21.5506ZM21.3539 20.5484C21.3539 21.0996 20.9029 21.5506 20.3517 21.5506H16.3179V17.3415C16.3179 16.2391 15.4159 15.3371 14.3135 15.3371H12.0586C10.9562 15.3371 10.0543 16.2391 10.0543 17.3415V21.5757H5.99545C5.44425 21.5757 4.99327 21.1247 4.99327 20.5735V10.7521C4.99327 10.4515 5.11854 10.1759 5.34403 10.0005L12.5597 3.78698C12.7351 3.63665 12.9857 3.53644 13.2111 3.53644C13.4366 3.53644 13.6872 3.6116 13.8626 3.78698L21.0031 10.0005C21.2286 10.2009 21.3539 10.4765 21.3539 10.7521V20.5484Z" fill="currentColor"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_2670_151">
7
- <rect width="24.0373" height="24.0373" fill="currentColor" transform="translate(0.986328 0.518555)"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="56" height="56" rx="28" fill="#257156" fill-opacity="0.2"/>
3
- <path d="M43.6957 15.6502C43.3752 15.3697 42.8542 15.4097 42.5737 15.7704L23.5403 38.5304L13.3624 28.1922C13.0418 27.8717 12.561 27.8717 12.2404 28.1922C11.9199 28.5128 11.9199 28.9936 12.2404 29.3142L23.0194 40.2935C23.1797 40.4538 23.38 40.5339 23.5804 40.5339H23.6204C23.8608 40.5339 24.0612 40.4137 24.2215 40.2534L43.8159 16.7721C44.0964 16.4115 44.0563 15.9307 43.6957 15.6502Z" fill="#257156"/>
4
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="56" height="56" rx="28" fill="#E00F0F" fill-opacity="0.2"/>
3
- <path d="M40.7391 16.96H33.4991C33.0991 14.16 30.7791 12 27.9791 12C25.1791 12 22.8191 14.16 22.4191 16.96H15.3391C14.8991 16.96 14.5391 17.32 14.5391 17.76C14.5391 18.2 14.8991 18.56 15.3391 18.56H16.9391V40.72C16.9391 42.52 18.4191 44 20.1791 44H35.8191C37.6191 44 39.0591 42.52 39.0591 40.72V18.56H40.6591C41.0991 18.56 41.4591 18.2 41.4591 17.76C41.4591 17.32 41.1791 16.96 40.7391 16.96ZM27.9791 13.6C29.8991 13.6 31.5391 15.04 31.8991 16.96H24.0591C24.4191 15.04 26.0191 13.6 27.9791 13.6ZM37.5391 40.72C37.5391 41.64 36.7791 42.4 35.8991 42.4H20.2191C19.2991 42.4 18.5791 41.64 18.5791 40.72V18.56H37.5391V40.72Z" fill="#E00F0F"/>
4
- <path d="M27.9797 37.6C28.4197 37.6 28.7797 37.24 28.7797 36.8V24.2C28.7797 23.76 28.4197 23.4 27.9797 23.4C27.5397 23.4 27.1797 23.76 27.1797 24.2V36.8C27.1797 37.24 27.5397 37.6 27.9797 37.6Z" fill="#E00F0F"/>
5
- <path d="M32.7805 37.6C33.2205 37.6 33.5805 37.24 33.5805 36.8V24.2C33.5805 23.76 33.2205 23.4 32.7805 23.4C32.3405 23.4 31.9805 23.76 31.9805 24.2V36.8C31.9805 37.24 32.3405 37.6 32.7805 37.6Z" fill="#E00F0F"/>
6
- <path d="M23.1789 37.6C23.6189 37.6 23.9789 37.24 23.9789 36.8V24.2C23.9789 23.76 23.6189 23.4 23.1789 23.4C22.7389 23.4 22.3789 23.76 22.3789 24.2V36.8C22.3789 37.24 22.7389 37.6 23.1789 37.6Z" fill="#E00F0F"/>
7
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="56" height="56" rx="28" fill="#E9A204" fill-opacity="0.2"/>
3
- <path d="M28.0413 24.16C28.7041 24.16 29.2413 23.6228 29.2413 22.96C29.2413 22.2973 28.7041 21.76 28.0413 21.76C27.3786 21.76 26.8413 22.2973 26.8413 22.96C26.8413 23.6228 27.3786 24.16 28.0413 24.16Z" fill="#E9A204"/>
4
- <path d="M28.0412 34.24C27.6012 34.24 27.2412 33.88 27.2412 33.44V26.56C27.2412 26.12 27.6012 25.76 28.0412 25.76C28.4812 25.76 28.8412 26.12 28.8412 26.56V33.44C28.8412 33.88 28.4812 34.24 28.0412 34.24Z" fill="#E9A204"/>
5
- <path d="M28 12C19.16 12 12 19.2 12 28C12 36.8 19.16 44 28 44C36.84 44 44 36.84 44 28C44 19.16 36.84 12 28 12ZM28 42.4C20.04 42.4 13.6 35.96 13.6 28C13.6 20.04 20.04 13.6 28 13.6C35.96 13.6 42.4 20.04 42.4 28C42.4 35.96 35.96 42.4 28 42.4Z" fill="#E9A204"/>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 2H4C2.9 2 2 2.9 2 4V20C2 21.1 2.9 22 4 22H20C21.1 22 22 21.1 22 20V4C22 2.9 21.1 2 20 2ZM21 20C21 20.55 20.55 21 20 21H4C3.45 21 3 20.55 3 20V4C3 3.45 3.45 3 4 3H20C20.55 3 21 3.45 21 4V20Z" fill="#2175D9"/>
3
- <path d="M17.725 8.475C17.625 8.325 17.475 8.25 17.3 8.25C17.125 8.25 16.975 8.325 16.875 8.475L11.9 15.75L8.60001 12.875C8.40001 12.7 8.12501 12.7 7.92501 12.9L4.42501 16.2C4.22501 16.4 4.22501 16.7 4.40001 16.9C4.50001 17 4.62501 17.05 4.77501 17.05C4.90001 17.05 5.02501 17 5.12501 16.925L8.30001 13.925L11.7 16.875C11.8 16.975 11.95 17 12.1 17C12.25 16.975 12.375 16.9 12.45 16.775L17.35 9.65L19.075 12.25C19.225 12.475 19.55 12.55 19.775 12.4C20 12.25 20.075 11.925 19.925 11.7L17.725 8.475Z" fill="#2175D9"/>
4
- <path d="M8.27502 10.9C9.92502 10.9 11.275 9.54999 11.275 7.89999C11.275 6.24999 9.92502 4.89999 8.27502 4.89999C6.62502 4.89999 5.27502 6.24999 5.27502 7.89999C5.27502 9.54999 6.60002 10.9 8.27502 10.9ZM8.27502 5.89999C9.37502 5.89999 10.275 6.79999 10.275 7.89999C10.275 8.99999 9.37502 9.89999 8.27502 9.89999C7.17502 9.89999 6.27502 8.99999 6.27502 7.89999C6.27502 6.79999 7.15002 5.89999 8.27502 5.89999Z" fill="#2175D9"/>
5
- </svg>
@@ -1,12 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2313_3707)">
3
- <path d="M12.0249 9.59985C12.4391 9.59985 12.7749 9.26407 12.7749 8.84985C12.7749 8.43564 12.4391 8.09985 12.0249 8.09985C11.6107 8.09985 11.2749 8.43564 11.2749 8.84985C11.2749 9.26407 11.6107 9.59985 12.0249 9.59985Z"/>
4
- <path d="M12.0248 15.8999C11.7498 15.8999 11.5248 15.6749 11.5248 15.3999V11.0999C11.5248 10.8249 11.7498 10.5999 12.0248 10.5999C12.2998 10.5999 12.5248 10.8249 12.5248 11.0999V15.3999C12.5248 15.6749 12.2998 15.8999 12.0248 15.8999Z"/>
5
- <path d="M12 2C6.475 2 2 6.5 2 12C2 17.5 6.475 22 12 22C17.525 22 22 17.525 22 12C22 6.475 17.525 2 12 2ZM12 21C7.025 21 3 16.975 3 12C3 7.025 7.025 3 12 3C16.975 3 21 7.025 21 12C21 16.975 16.975 21 12 21Z"/>
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_2313_3707">
9
- <rect width="24" height="24" fill="currentColor"/>
10
- </clipPath>
11
- </defs>
12
- </svg>
@@ -1,11 +0,0 @@
1
- <svg width="25" height="25" viewBox="0 0 25 25" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2670_175)">
3
- <path d="M21.1417 10.5342H20.1401C19.9398 9.80803 19.6644 9.10694 19.2888 8.48097L20.0149 7.75485C20.2403 7.5295 20.3905 7.20399 20.3905 6.87849C20.3905 6.55298 20.2653 6.22748 20.0149 6.00213L18.9633 4.9505C18.4625 4.44972 17.6863 4.47476 17.1855 4.9505L16.4594 5.67662C15.8084 5.276 15.1073 4.97554 14.3812 4.77522V3.77367C14.3812 3.07258 13.8303 2.52173 13.1293 2.52173H11.6269C10.9258 2.52173 10.375 3.07258 10.375 3.77367V4.77522C9.64885 4.97554 8.94777 5.25096 8.29676 5.62655L7.59567 4.92546C7.37032 4.70011 7.04481 4.54988 6.71931 4.54988C6.3938 4.54988 6.0683 4.67507 5.84295 4.92546L4.79132 5.97709C4.56597 6.20244 4.41573 6.52794 4.41573 6.85345C4.41573 7.17895 4.54093 7.50446 4.79132 7.72981L5.4924 8.4309C5.11682 9.08191 4.81636 9.75795 4.61604 10.5091H3.61449C2.9134 10.5091 2.36255 11.06 2.36255 11.7611V13.2634C2.36255 13.9645 2.9134 14.5153 3.61449 14.5153H4.59101C4.79132 15.2665 5.06674 15.9676 5.46737 16.5936L4.79132 17.2696C4.31558 17.7453 4.31558 18.5466 4.79132 19.0474L5.84295 20.099C6.0683 20.3243 6.3938 20.4746 6.71931 20.4746C7.04481 20.4746 7.37032 20.3494 7.59567 20.099L8.27172 19.4229C8.92273 19.7985 9.62381 20.099 10.3499 20.2993V21.3009C10.3499 22.0019 10.9008 22.5528 11.6019 22.5528H13.1042C13.8053 22.5528 14.3562 22.0019 14.3562 21.3009V20.3243C15.1073 20.124 15.7834 19.8236 16.4344 19.448L17.1355 20.1491C17.3859 20.3995 17.7114 20.5247 18.0118 20.5247C18.3373 20.5247 18.6628 20.3995 18.8882 20.1491L19.9398 19.0974C20.4406 18.6217 20.4406 17.8205 19.9398 17.3197L19.2387 16.6186C19.6143 15.9676 19.9148 15.2915 20.0901 14.5404H21.0916C21.7927 14.5404 22.3435 13.9895 22.3435 13.2884V11.7861C22.3936 11.085 21.8428 10.5342 21.1417 10.5342ZM21.3921 13.2884C21.3921 13.4387 21.2919 13.5388 21.1417 13.5388H20.3154H19.3138C19.2638 13.8894 19.1887 14.2149 19.0885 14.5404C18.9383 15.0161 18.763 15.4668 18.5376 15.8925C18.3874 16.1929 18.1871 16.4934 17.9868 16.7438L18.6879 17.4449L19.2638 18.0208C19.3389 18.0959 19.3389 18.171 19.3389 18.196C19.3389 18.2461 19.3389 18.3212 19.2638 18.3713L18.2121 19.4229C18.137 19.4981 18.0619 19.4981 18.0369 19.4981C17.9868 19.4981 17.9117 19.4981 17.8616 19.4229L17.2857 18.8471L16.5846 18.146C16.3092 18.3463 16.0338 18.5466 15.7333 18.6968C15.3076 18.9222 14.8569 19.1225 14.3812 19.2727C14.0557 19.3729 13.7302 19.448 13.3796 19.4981V20.4996V21.3009C13.3796 21.4511 13.2795 21.5513 13.1293 21.5513H11.6269C11.4767 21.5513 11.3765 21.4511 11.3765 21.3009V20.5247V19.5231C11.026 19.473 10.7005 19.3979 10.375 19.2978C9.89924 19.1475 9.44854 18.9723 9.02288 18.7469C8.72241 18.5716 8.42195 18.3964 8.17156 18.196L7.47047 18.8971L6.91962 19.448C6.8445 19.5231 6.76939 19.5231 6.74435 19.5231C6.69427 19.5231 6.61915 19.5231 6.56907 19.448L5.51744 18.3964C5.41729 18.2962 5.41729 18.146 5.51744 18.0458L6.0683 17.495L6.76939 16.7939C6.56907 16.5184 6.36876 16.243 6.21853 15.9425C5.99318 15.5169 5.79287 15.0662 5.66768 14.5905C5.56752 14.2649 5.4924 13.9394 5.44233 13.5889H4.44077H3.61449C3.46426 13.5889 3.3641 13.4887 3.3641 13.3385V11.8362C3.3641 11.6859 3.46426 11.5858 3.61449 11.5858H4.3907H5.39225C5.44233 11.2352 5.51744 10.9097 5.6176 10.5842C5.76783 10.1085 5.9431 9.6578 6.19349 9.23214C6.36876 8.93167 6.54404 8.65625 6.74435 8.38082L6.04326 7.67973L5.46737 7.10384C5.39225 7.02872 5.39225 6.9536 5.39225 6.92856C5.39225 6.87849 5.39225 6.80337 5.46737 6.75329L6.519 5.70166C6.59411 5.62655 6.66923 5.62655 6.69427 5.62655C6.74435 5.62655 6.81946 5.62655 6.86954 5.70166L7.44543 6.27756L8.14652 6.97864C8.42195 6.77833 8.69738 6.60306 8.99784 6.42779C9.4235 6.20244 9.8742 6.00213 10.3499 5.87693C10.6754 5.77678 11.001 5.70166 11.3515 5.65158V4.65003V3.77367C11.3515 3.62344 11.4516 3.52328 11.6019 3.52328H13.1042C13.2544 3.52328 13.3546 3.62344 13.3546 3.77367V4.59995V5.60151C13.7051 5.65158 14.0307 5.7267 14.3562 5.82686C14.8319 5.97709 15.2826 6.15236 15.6832 6.37771C15.9837 6.55298 16.2591 6.72825 16.5345 6.92856L17.2356 6.22748L17.8115 5.65158C17.9117 5.55143 18.0619 5.55143 18.1621 5.65158L19.2137 6.70322C19.2888 6.77833 19.2888 6.85345 19.2888 6.87849C19.2888 6.92857 19.2888 7.00368 19.2137 7.05376L18.6378 7.62965L17.9367 8.33074C18.137 8.60617 18.3373 8.88159 18.4876 9.18206C18.7129 9.60772 18.9132 10.0584 19.0384 10.5091C19.1386 10.8346 19.2137 11.1601 19.2638 11.5107H20.2653H21.1417C21.2919 11.5107 21.3921 11.6108 21.3921 11.7611V13.2884Z" fill="currentColor"/>
4
- <path d="M12.3781 8.03027C9.89924 8.03027 7.87109 10.0584 7.87109 12.5373C7.87109 15.0161 9.89924 17.0443 12.3781 17.0443C14.8569 17.0443 16.8851 15.0161 16.8851 12.5373C16.8851 10.0584 14.8569 8.03027 12.3781 8.03027ZM12.3781 16.0427C10.4501 16.0427 8.87265 14.4653 8.87265 12.5373C8.87265 10.6093 10.4501 9.03183 12.3781 9.03183C14.3061 9.03183 15.8835 10.6093 15.8835 12.5373C15.8835 14.4653 14.3061 16.0427 12.3781 16.0427Z" fill="currentColor"/>
5
- </g>
6
- <defs>
7
- <clipPath id="clip0_2670_175">
8
- <rect width="24.0373" height="24.0373" fill="currentColor" transform="translate(0.359375 0.518555)"/>
9
- </clipPath>
10
- </defs>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <svg width="25" height="25" viewBox="0 0 25 25" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2670_160)">
3
- <path d="M2.61542 11.5669C2.33965 11.5669 2.11401 11.7925 2.11401 12.0683V21.6952C2.11401 21.971 2.33965 22.1967 2.61542 22.1967C2.89119 22.1967 3.11682 21.971 3.11682 21.6952V12.0683C3.11682 11.7925 2.89119 11.5669 2.61542 11.5669Z" fill="currentColor"/>
4
- <path d="M22.1453 17.8596C22.1453 17.2328 21.8696 16.6562 21.4183 16.2801C21.8696 15.9041 22.1453 15.3275 22.1453 14.7007C22.1453 13.8233 21.6189 13.0712 20.8417 12.7703C21.0924 12.4193 21.2177 12.0182 21.2177 11.5669C21.2177 10.9903 20.9921 10.4388 20.6161 10.0627C20.24 9.68668 19.7135 9.48612 19.1369 9.48612C19.1369 9.48612 19.1369 9.48612 19.1118 9.48612C19.0617 9.48612 17.4321 9.48612 16.1034 9.48612H15.4265L16.6299 6.75347V6.7284C16.8555 6.12672 16.8305 5.47489 16.5547 4.89828C16.2789 4.32166 15.8026 3.8704 15.226 3.66984C13.9975 3.21858 12.6437 3.84533 12.1674 5.0487L10.0114 9.76189C10.0114 9.78696 9.9863 9.78696 9.9863 9.81203C9.71052 10.4889 9.08377 11.6171 7.95561 11.6171H6.12549C5.0224 11.6171 4.11987 12.5196 4.11987 13.6227V20.2412C4.11987 20.7677 4.32043 21.2942 4.69649 21.6702C5.07254 22.0463 5.57394 22.2468 6.12549 22.2468L18.2344 22.2218C19.7637 22.2218 20.3653 21.595 20.6161 21.0685C20.8166 20.6674 20.8166 20.2412 20.7414 19.8652C21.5687 19.5393 22.1453 18.7621 22.1453 17.8596ZM20.0896 18.9626C19.9141 18.9626 19.7386 19.088 19.6383 19.2384C19.538 19.4139 19.5631 19.6395 19.6885 19.79C19.7386 19.8652 19.8639 20.2914 19.7135 20.6173C19.4879 21.0685 18.7859 21.1688 18.2595 21.1688L6.15056 21.1939C5.87479 21.1939 5.62408 21.0936 5.44859 20.8931C5.24803 20.6925 5.14775 20.4418 5.14775 20.1911V13.5726C5.14775 13.021 5.59901 12.5698 6.15056 12.5698H7.98068C9.23419 12.5698 10.2871 11.6923 10.939 10.163L13.095 5.42475C13.095 5.42475 13.095 5.39968 13.1201 5.39968C13.3708 4.69772 14.173 4.32166 14.875 4.59744C15.5769 4.84814 15.953 5.65038 15.7023 6.35235L14.1981 9.78696C14.1229 9.93738 14.1479 10.1129 14.2482 10.2633C14.3485 10.4137 14.4989 10.4889 14.6744 10.4889H16.1034C17.4572 10.4889 19.0868 10.4889 19.1118 10.4889C19.4127 10.4889 19.6885 10.5892 19.889 10.7898C20.0896 10.9903 20.2149 11.2661 20.2149 11.592C20.2149 11.9931 19.9893 12.3692 19.6132 12.5698C19.538 12.5948 19.4628 12.645 19.3876 12.645C19.1369 12.7202 18.9865 12.9458 19.0116 13.1965C19.0366 13.4472 19.2623 13.6227 19.513 13.6227H20.0394C20.0645 13.6227 20.0645 13.6227 20.0896 13.6227C20.6662 13.6478 21.1175 14.1241 21.1175 14.7007C21.1175 15.3024 20.6411 15.7787 20.0645 15.7787C19.7887 15.7787 19.5882 16.0044 19.5882 16.2801C19.5882 16.5559 19.8138 16.7815 20.0645 16.7815C20.6662 16.8066 21.1175 17.2829 21.1175 17.8596C21.1425 18.4612 20.6662 18.9376 20.0896 18.9626Z" fill="currentColor"/>
5
- </g>
6
- <defs>
7
- <clipPath id="clip0_2670_160">
8
- <rect width="24.0373" height="24.0373" fill="currentColor" transform="translate(0.11084 0.518555)"/>
9
- </clipPath>
10
- </defs>
11
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.81719 12.9834C8.65052 12.9834 8.49219 12.9167 8.37552 12.8L6.01719 10.4417C5.77552 10.2 5.77552 9.80002 6.01719 9.55835C6.25885 9.31669 6.65885 9.31669 6.90052 9.55835L8.81719 11.475L13.1005 7.19169C13.3422 6.95002 13.7422 6.95002 13.9839 7.19169C14.2255 7.43335 14.2255 7.83335 13.9839 8.07502L9.25885 12.8C9.14219 12.9167 8.98385 12.9834 8.81719 12.9834Z" fill="currentColor"/>
3
- </svg>
@@ -1,13 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2335_4819)">
3
- <path d="M20.375 5.1H15.85C15.6 3.35 14.15 2 12.4 2C10.65 2 9.175 3.35 8.925 5.1H4.5C4.225 5.1 4 5.325 4 5.6C4 5.875 4.225 6.1 4.5 6.1H5.5V19.95C5.5 21.075 6.425 22 7.525 22H17.3C18.425 22 19.325 21.075 19.325 19.95V6.1H20.325C20.6 6.1 20.825 5.875 20.825 5.6C20.825 5.325 20.65 5.1 20.375 5.1ZM12.4 3C13.6 3 14.625 3.9 14.85 5.1H9.95C10.175 3.9 11.175 3 12.4 3ZM18.375 19.95C18.375 20.525 17.9 21 17.35 21H7.55C6.975 21 6.525 20.525 6.525 19.95V6.1H18.375V19.95Z" fill="#2175D9"/>
4
- <path d="M12.4001 18C12.6751 18 12.9001 17.775 12.9001 17.5V9.62495C12.9001 9.34995 12.6751 9.12495 12.4001 9.12495C12.1251 9.12495 11.9001 9.34995 11.9001 9.62495V17.5C11.9001 17.775 12.1251 18 12.4001 18Z" fill="#2175D9"/>
5
- <path d="M15.3999 18C15.6749 18 15.8999 17.775 15.8999 17.5V9.62495C15.8999 9.34995 15.6749 9.12495 15.3999 9.12495C15.1249 9.12495 14.8999 9.34995 14.8999 9.62495V17.5C14.8999 17.775 15.1249 18 15.3999 18Z" fill="#2175D9"/>
6
- <path d="M9.39983 18C9.67483 18 9.89983 17.775 9.89983 17.5V9.62495C9.89983 9.34995 9.67483 9.12495 9.39983 9.12495C9.12483 9.12495 8.89983 9.34995 8.89983 9.62495V17.5C8.89983 17.775 9.12483 18 9.39983 18Z" fill="#2175D9"/>
7
- </g>
8
- <defs>
9
- <clipPath id="clip0_2335_4819">
10
- <rect width="24" height="24" fill="white"/>
11
- </clipPath>
12
- </defs>
13
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="25" height="25" viewBox="0 0 25 25" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2670_168)">
3
- <path d="M13.5308 11.3354C15.3336 10.7345 16.6356 9.03183 16.6356 7.05376C16.6606 4.54987 14.6325 2.52173 12.1286 2.52173C9.62472 2.52173 7.59657 4.54987 7.59657 7.05376C7.59657 9.05687 8.89859 10.7345 10.7014 11.3354C9.42441 11.6108 8.27262 12.2118 7.32114 13.1382C5.96905 14.4402 5.24292 16.1929 5.24292 18.0709V20.5497C5.24292 21.6514 6.14432 22.5528 7.24603 22.5528H17.0112C18.1129 22.5528 19.0143 21.6514 19.0143 20.5497V18.2211C19.0143 14.8659 16.6356 12.0115 13.5308 11.3354ZM8.59813 7.05376C8.59813 5.10073 10.1756 3.52328 12.1286 3.52328C14.0816 3.52328 15.6591 5.10073 15.6591 7.05376C15.6591 9.00679 14.0816 10.5592 12.1286 10.5592C10.1756 10.5592 8.59813 8.98175 8.59813 7.05376ZM18.0127 20.5497C18.0127 21.1006 17.562 21.5513 17.0112 21.5513H7.24603C6.69517 21.5513 6.24447 21.1006 6.24447 20.5497V18.0709C6.24447 16.4684 6.87044 14.966 8.02223 13.8643C9.12394 12.7877 10.5762 12.1867 12.1286 12.1867C12.1787 12.1867 12.2288 12.1867 12.2788 12.1867C15.4337 12.2618 18.0127 14.966 18.0127 18.196V20.5497Z" fill="currentColor"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_2670_168">
7
- <rect width="24.0373" height="24.0373" fill="currentColor" transform="translate(0.235107 0.518555)"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,12 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2269_3652)">
3
- <path d="M21.731 18.3973L13.8574 4.1498C13.5074 3.44992 12.8076 3 12.0077 3C11.2078 3 10.508 3.42493 10.158 4.1498L2.25941 18.3973C1.90947 19.0472 1.90947 19.822 2.28441 20.4719C2.65934 21.1218 3.33422 21.4967 4.08409 21.4967H19.9063C20.6562 21.4967 21.3311 21.1218 21.706 20.4719C22.0809 19.822 22.1059 19.0472 21.731 18.3973ZM20.8561 19.972C20.6562 20.297 20.3062 20.4969 19.9063 20.4969H4.10908C3.70915 20.4969 3.35922 20.297 3.15925 19.972C2.95929 19.6471 2.95929 19.2221 3.13426 18.8972L11.0079 4.62471V4.59972C11.2078 4.22478 11.5578 3.99982 11.9827 3.99982C12.4076 3.99982 12.7576 4.22478 12.9575 4.62471L20.8311 18.8972C21.0561 19.2221 21.0561 19.6221 20.8561 19.972Z"/>
4
- <path d="M11.9077 15.2728C12.1827 15.2728 12.4077 15.0479 12.4077 14.7729V8.49903C12.4077 8.22408 12.1827 7.99911 11.9077 7.99911C11.6328 7.99911 11.4078 8.22408 11.4078 8.49903V14.7729C11.4078 15.0479 11.6328 15.2728 11.9077 15.2728Z"/>
5
- <path d="M11.9078 17.9724C12.3219 17.9724 12.6577 17.6367 12.6577 17.2225C12.6577 16.8084 12.3219 16.4727 11.9078 16.4727C11.4937 16.4727 11.1579 16.8084 11.1579 17.2225C11.1579 17.6367 11.4937 17.9724 11.9078 17.9724Z"/>
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_2269_3652">
9
- <rect width="24" height="24" fill="currentColor"/>
10
- </clipPath>
11
- </defs>
12
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M16 32C24.8365 32 32 24.8365 32 16C32 7.16343 24.8365 0 16 0C7.16343 0 0 7.16343 0 16C0 24.8365 7.16343 32 16 32Z" fill="#1977F3"/>
3
- <path d="M22.2282 20.6262L22.9369 16.0001H18.4999V12.9985C18.4999 11.734 19.1186 10.4988 21.1077 10.4988H23.126V6.5612C23.126 6.5612 21.2944 6.24844 19.5439 6.24844C15.8899 6.24844 13.5003 8.46248 13.5003 12.4743V16.0001H9.43677V20.6262H13.5003V31.8066C14.3148 31.9348 15.1496 32.0001 16.0001 32.0001C16.8506 32.0001 17.6854 31.9326 18.4999 31.8066V20.6262H22.2282Z" fill="white"/>
4
- </svg>
@@ -1,13 +0,0 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_492_3663)">
3
- <path d="M31.983 16.2994C31.983 14.9883 31.8741 14.0316 31.6385 13.0395H16.3186V18.9568H25.3111C25.1298 20.4274 24.1508 22.642 21.9751 24.1301L21.9446 24.3282L26.7885 27.9951L27.1241 28.0278C30.2062 25.2463 31.983 21.1537 31.983 16.2994Z" fill="#4285F4"/>
4
- <path d="M16.3188 31.8901C20.7243 31.8901 24.4228 30.4727 27.1243 28.0279L21.9753 24.1301C20.5975 25.0691 18.7482 25.7246 16.3188 25.7246C12.0039 25.7246 8.34163 22.9432 7.03614 19.0986L6.84478 19.1145L1.80806 22.9236L1.74219 23.1025C4.42541 28.3112 9.93696 31.8901 16.3188 31.8901Z" fill="#34A853"/>
5
- <path d="M7.03611 19.0986C6.69164 18.1065 6.49229 17.0434 6.49229 15.945C6.49229 14.8465 6.69164 13.7836 7.01799 12.7915L7.00886 12.5802L1.90901 8.70987L1.74215 8.78743C0.636269 10.9489 0.00170898 13.3761 0.00170898 15.945C0.00170898 18.514 0.636269 20.9411 1.74215 23.1025L7.03611 19.0986Z" fill="#FBBC05"/>
6
- <path d="M16.3188 6.16537C19.3828 6.16537 21.4495 7.45868 22.628 8.53948L27.2331 4.14571C24.4049 1.57679 20.7244 0 16.3188 0C9.93697 0 4.42541 3.57875 1.74219 8.78742L7.01802 12.7914C8.34164 8.94693 12.0039 6.16537 16.3188 6.16537Z" fill="#EB4335"/>
7
- </g>
8
- <defs>
9
- <clipPath id="clip0_492_3663">
10
- <rect width="32" height="32" fill="white"/>
11
- </clipPath>
12
- </defs>
13
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="56" height="56" rx="28" fill="#257156" fill-opacity="0.2"/>
3
- <path d="M43.6957 15.6502C43.3752 15.3697 42.8542 15.4097 42.5737 15.7704L23.5403 38.5304L13.3624 28.1922C13.0418 27.8717 12.561 27.8717 12.2404 28.1922C11.9199 28.5128 11.9199 28.9936 12.2404 29.3142L23.0194 40.2935C23.1797 40.4538 23.38 40.5339 23.5804 40.5339H23.6204C23.8608 40.5339 24.0612 40.4137 24.2215 40.2534L43.8159 16.7721C44.0964 16.4115 44.0563 15.9307 43.6957 15.6502Z" fill="#257156"/>
4
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="56" height="56" rx="28" fill="#E00F0F" fill-opacity="0.2"/>
3
- <path d="M40.7391 16.96H33.4991C33.0991 14.16 30.7791 12 27.9791 12C25.1791 12 22.8191 14.16 22.4191 16.96H15.3391C14.8991 16.96 14.5391 17.32 14.5391 17.76C14.5391 18.2 14.8991 18.56 15.3391 18.56H16.9391V40.72C16.9391 42.52 18.4191 44 20.1791 44H35.8191C37.6191 44 39.0591 42.52 39.0591 40.72V18.56H40.6591C41.0991 18.56 41.4591 18.2 41.4591 17.76C41.4591 17.32 41.1791 16.96 40.7391 16.96ZM27.9791 13.6C29.8991 13.6 31.5391 15.04 31.8991 16.96H24.0591C24.4191 15.04 26.0191 13.6 27.9791 13.6ZM37.5391 40.72C37.5391 41.64 36.7791 42.4 35.8991 42.4H20.2191C19.2991 42.4 18.5791 41.64 18.5791 40.72V18.56H37.5391V40.72Z" fill="#E00F0F"/>
4
- <path d="M27.9797 37.6C28.4197 37.6 28.7797 37.24 28.7797 36.8V24.2C28.7797 23.76 28.4197 23.4 27.9797 23.4C27.5397 23.4 27.1797 23.76 27.1797 24.2V36.8C27.1797 37.24 27.5397 37.6 27.9797 37.6Z" fill="#E00F0F"/>
5
- <path d="M32.7805 37.6C33.2205 37.6 33.5805 37.24 33.5805 36.8V24.2C33.5805 23.76 33.2205 23.4 32.7805 23.4C32.3405 23.4 31.9805 23.76 31.9805 24.2V36.8C31.9805 37.24 32.3405 37.6 32.7805 37.6Z" fill="#E00F0F"/>
6
- <path d="M23.1789 37.6C23.6189 37.6 23.9789 37.24 23.9789 36.8V24.2C23.9789 23.76 23.6189 23.4 23.1789 23.4C22.7389 23.4 22.3789 23.76 22.3789 24.2V36.8C22.3789 37.24 22.7389 37.6 23.1789 37.6Z" fill="#E00F0F"/>
7
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="56" height="56" rx="28" fill="#E9A204" fill-opacity="0.2"/>
3
- <path d="M28.0413 24.16C28.7041 24.16 29.2413 23.6228 29.2413 22.96C29.2413 22.2973 28.7041 21.76 28.0413 21.76C27.3786 21.76 26.8413 22.2973 26.8413 22.96C26.8413 23.6228 27.3786 24.16 28.0413 24.16Z" fill="#E9A204"/>
4
- <path d="M28.0412 34.24C27.6012 34.24 27.2412 33.88 27.2412 33.44V26.56C27.2412 26.12 27.6012 25.76 28.0412 25.76C28.4812 25.76 28.8412 26.12 28.8412 26.56V33.44C28.8412 33.88 28.4812 34.24 28.0412 34.24Z" fill="#E9A204"/>
5
- <path d="M28 12C19.16 12 12 19.2 12 28C12 36.8 19.16 44 28 44C36.84 44 44 36.84 44 28C44 19.16 36.84 12 28 12ZM28 42.4C20.04 42.4 13.6 35.96 13.6 28C13.6 20.04 20.04 13.6 28 13.6C35.96 13.6 42.4 20.04 42.4 28C42.4 35.96 35.96 42.4 28 42.4Z" fill="#E9A204"/>
6
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="40" height="40" rx="20" fill="#E8F1FB"/>
3
- <path d="M28.511 9.36128H11.4891C10.3188 9.36128 9.36133 10.3188 9.36133 11.489V28.511C9.36133 29.6812 10.3188 30.6387 11.4891 30.6387H28.511C29.6813 30.6387 30.6388 29.6812 30.6388 28.511V11.489C30.6388 10.3188 29.6813 9.36128 28.511 9.36128ZM29.5749 28.511C29.5749 29.0961 29.0961 29.5748 28.511 29.5748H11.4891C10.9039 29.5748 10.4252 29.0961 10.4252 28.511V11.489C10.4252 10.9039 10.9039 10.4252 11.4891 10.4252H28.511C29.0961 10.4252 29.5749 10.9039 29.5749 11.489V28.511Z" fill="#2175D9"/>
4
- <path d="M26.0899 16.2499C25.9835 16.0903 25.8239 16.0105 25.6378 16.0105C25.4516 16.0105 25.292 16.0903 25.1856 16.2499L19.8929 23.9895L16.3821 20.9309C16.1693 20.7447 15.8767 20.7447 15.664 20.9575L11.9404 24.4683C11.7276 24.681 11.7276 25.0002 11.9138 25.213C12.0202 25.3194 12.1532 25.3726 12.3128 25.3726C12.4458 25.3726 12.5787 25.3194 12.6851 25.2396L16.0629 22.048L19.6801 25.1864C19.7865 25.2928 19.946 25.3194 20.1056 25.3194C20.2652 25.2928 20.3982 25.213 20.478 25.08L25.691 17.4999L27.5261 20.266C27.6857 20.5053 28.0315 20.5851 28.2708 20.4255C28.5102 20.266 28.59 19.9202 28.4304 19.6808L26.0899 16.2499Z" fill="#2175D9"/>
5
- <path d="M16.0373 18.8297C17.7927 18.8297 19.2289 17.3935 19.2289 15.6381C19.2289 13.8827 17.7927 12.4465 16.0373 12.4465C14.2819 12.4465 12.8457 13.8827 12.8457 15.6381C12.8457 17.3935 14.2553 18.8297 16.0373 18.8297ZM16.0373 13.5104C17.2076 13.5104 18.1651 14.4679 18.1651 15.6381C18.1651 16.8084 17.2076 17.7659 16.0373 17.7659C14.8671 17.7659 13.9096 16.8084 13.9096 15.6381C13.9096 14.4679 14.8405 13.5104 16.0373 13.5104Z" fill="#2175D9"/>
6
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="40" height="40" rx="20" fill="#CFD1D9"/>
3
- <path d="M28.511 9.36128H11.4891C10.3188 9.36128 9.36133 10.3188 9.36133 11.489V28.511C9.36133 29.6812 10.3188 30.6387 11.4891 30.6387H28.511C29.6813 30.6387 30.6388 29.6812 30.6388 28.511V11.489C30.6388 10.3188 29.6813 9.36128 28.511 9.36128ZM29.5749 28.511C29.5749 29.0961 29.0961 29.5748 28.511 29.5748H11.4891C10.9039 29.5748 10.4252 29.0961 10.4252 28.511V11.489C10.4252 10.9039 10.9039 10.4252 11.4891 10.4252H28.511C29.0961 10.4252 29.5749 10.9039 29.5749 11.489V28.511Z" fill="#404767"/>
4
- <path d="M26.0899 16.2499C25.9835 16.0903 25.8239 16.0105 25.6378 16.0105C25.4516 16.0105 25.292 16.0903 25.1856 16.2499L19.8929 23.9895L16.3821 20.9309C16.1693 20.7447 15.8767 20.7447 15.664 20.9575L11.9404 24.4683C11.7276 24.681 11.7276 25.0002 11.9138 25.213C12.0202 25.3194 12.1532 25.3726 12.3128 25.3726C12.4458 25.3726 12.5787 25.3194 12.6851 25.2396L16.0629 22.048L19.6801 25.1864C19.7865 25.2928 19.946 25.3194 20.1056 25.3194C20.2652 25.2928 20.3982 25.213 20.478 25.08L25.691 17.4999L27.5261 20.266C27.6857 20.5053 28.0315 20.5851 28.2708 20.4255C28.5102 20.266 28.59 19.9202 28.4304 19.6808L26.0899 16.2499Z" fill="#404767"/>
5
- <path d="M16.0373 18.8297C17.7927 18.8297 19.2289 17.3935 19.2289 15.6381C19.2289 13.8827 17.7927 12.4465 16.0373 12.4465C14.2819 12.4465 12.8457 13.8827 12.8457 15.6381C12.8457 17.3935 14.2553 18.8297 16.0373 18.8297ZM16.0373 13.5104C17.2076 13.5104 18.1651 14.4679 18.1651 15.6381C18.1651 16.8084 17.2076 17.7659 16.0373 17.7659C14.8671 17.7659 13.9096 16.8084 13.9096 15.6381C13.9096 14.4679 14.8405 13.5104 16.0373 13.5104Z" fill="#404767"/>
6
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M29.6 0H2.4C1.76348 0 1.15303 0.252856 0.702944 0.702944C0.252856 1.15303 0 1.76348 0 2.4V29.6C0 30.2365 0.252856 30.847 0.702944 31.2971C1.15303 31.7471 1.76348 32 2.4 32H29.6C30.2365 32 30.847 31.7471 31.2971 31.2971C31.7471 30.847 32 30.2365 32 29.6V2.4C32 1.76348 31.7471 1.15303 31.2971 0.702944C30.847 0.252856 30.2365 0 29.6 0ZM9.6 27.2H4.8V12.8H9.6V27.2ZM7.2 10C6.64989 9.98428 6.11662 9.80679 5.6668 9.48972C5.21699 9.17265 4.87058 8.73006 4.67087 8.21724C4.47116 7.70442 4.427 7.14413 4.5439 6.60635C4.66081 6.06858 4.9336 5.57718 5.32818 5.19356C5.72277 4.80993 6.22165 4.55109 6.7625 4.44938C7.30336 4.34767 7.86219 4.40759 8.36918 4.62167C8.87617 4.83574 9.30883 5.19447 9.6131 5.65304C9.91738 6.1116 10.0798 6.64967 10.08 7.2C10.0674 7.95256 9.75734 8.66952 9.21768 9.19419C8.67802 9.71885 7.95262 10.0086 7.2 10ZM27.2 27.2H22.4V19.616C22.4 17.344 21.44 16.528 20.192 16.528C19.8261 16.5524 19.4686 16.6488 19.1401 16.8117C18.8115 16.9746 18.5184 17.2008 18.2776 17.4774C18.0367 17.7539 17.8529 18.0753 17.7366 18.4231C17.6203 18.7709 17.5739 19.1382 17.6 19.504C17.5921 19.5785 17.5921 19.6535 17.6 19.728V27.2H12.8V12.8H17.44V14.88C17.908 14.168 18.5511 13.5881 19.3075 13.1959C20.0639 12.8037 20.9084 12.6123 21.76 12.64C24.24 12.64 27.136 14.016 27.136 18.496L27.2 27.2Z" fill="#0A66C2"/>
3
- </svg>
@@ -1,13 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class AccordionPanel extends LitElement {
3
- title: string;
4
- private isOpen;
5
- private isDesktop;
6
- static styles: import("lit").CSSResult;
7
- connectedCallback(): void;
8
- disconnectedCallback(): void;
9
- private handleResize;
10
- private toggle;
11
- private renderIcon;
12
- render(): import("lit-html").TemplateResult<1>;
13
- }
@@ -1,5 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class AccordionList extends LitElement {
3
- static styles: import("lit").CSSResult;
4
- render(): import("lit-html").TemplateResult<1>;
5
- }
@@ -1,16 +0,0 @@
1
- import { LitElement } from 'lit';
2
- import '../styles/buttons.css';
3
- export declare class RandstadButton extends LitElement {
4
- variant: 'button-primary' | 'button-secondary' | 'button-tertiary' | 'button-round' | 'button-card';
5
- size: 'md' | 'lg';
6
- label: string;
7
- loader: boolean;
8
- iconSrc?: string;
9
- iconPosition: 'left' | 'right';
10
- disabled: boolean;
11
- iconName: string | null;
12
- type: 'button' | 'submit' | 'reset';
13
- static styles: import("lit").CSSResult;
14
- private handleClick;
15
- render(): import("lit-html").TemplateResult<1>;
16
- }
@@ -1,12 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class CarouselCard extends LitElement {
3
- img: string;
4
- name: string;
5
- title: string;
6
- description: string;
7
- url: string;
8
- buttonLabel: string;
9
- static styles: import("lit").CSSResult;
10
- private handleClick;
11
- render(): import("lit-html").TemplateResult<1>;
12
- }
@@ -1,9 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class Checkbox extends LitElement {
3
- checked: boolean;
4
- error: boolean;
5
- disabled: boolean;
6
- static styles: import("lit").CSSResult;
7
- private toggleCheck;
8
- render(): import("lit-html").TemplateResult<1>;
9
- }
@@ -1,32 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class RandstadForm extends LitElement {
3
- placeholder?: string;
4
- label?: string;
5
- labelColor?: string;
6
- value?: string;
7
- size: 'sm' | 'md' | 'lg';
8
- icon: 'left' | 'right' | null;
9
- helper: string | null;
10
- error: boolean;
11
- errorMessage: string;
12
- disabled: boolean;
13
- typing: boolean;
14
- type: 'text' | 'password' | 'textarea';
15
- tooltipMessage?: string;
16
- linkText?: string;
17
- linkRoute?: string;
18
- isPasswordVisible: boolean;
19
- cleanButton: boolean;
20
- maxLength?: number;
21
- required: boolean;
22
- optional: boolean;
23
- helpLink?: string;
24
- static styles: import("lit").CSSResult;
25
- private togglePassword;
26
- private handleInput;
27
- private handleClear;
28
- private handleLinkClick;
29
- private handleHelpClick;
30
- private handleKeyDown;
31
- render(): import("lit-html").TemplateResult<1>;
32
- }
@@ -1,11 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class FormGroup extends LitElement {
3
- label: string;
4
- helper?: string;
5
- error: boolean;
6
- errorMessage: string;
7
- required: boolean;
8
- optional: boolean;
9
- static styles: import("lit").CSSResult;
10
- render(): import("lit-html").TemplateResult<1>;
11
- }
@@ -1,10 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class IconComponent extends LitElement {
3
- name: string;
4
- size: string;
5
- static styles: import("lit").CSSResult;
6
- connectedCallback(): void;
7
- updated(changedProps: Map<string, unknown>): void;
8
- loadIcon(): Promise<void>;
9
- render(): null;
10
- }
@@ -1,23 +0,0 @@
1
- import { LitElement } from 'lit';
2
- import '../components/Notice';
3
- import '../components/Button';
4
- export declare class CustomModal extends LitElement {
5
- open: boolean;
6
- title: string;
7
- subtitle?: string;
8
- showNotice: boolean;
9
- noticeType: 'success' | 'error' | 'warning' | 'informative';
10
- noticeMessage: string;
11
- noticeIcon: string;
12
- showPrimaryButton: boolean;
13
- primaryButtonLabel: string;
14
- showSecondaryButton: boolean;
15
- secondaryButtonLabel: string;
16
- private scrollable;
17
- static styles: import("lit").CSSResult;
18
- private closeModal;
19
- connectedCallback(): void;
20
- disconnectedCallback(): void;
21
- private setScrollableMode;
22
- render(): import("lit-html").TemplateResult<1>;
23
- }