kv-icon-kit 1.4.15 → 1.4.18

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 (47) hide show
  1. package/demo-files/demo.html +16 -0
  2. package/dist/kv-icon-kit.css +1 -1
  3. package/dist/kv-icon-kit.css.map +1 -1
  4. package/fonts/brands-700.otf +0 -0
  5. package/fonts/brands-700.ttf +0 -0
  6. package/fonts/brands-700.woff2 +0 -0
  7. package/fonts/regulars-400.otf +0 -0
  8. package/fonts/regulars-400.ttf +0 -0
  9. package/fonts/regulars-400.woff2 +0 -0
  10. package/fonts/solids-700.otf +0 -0
  11. package/fonts/solids-700.ttf +0 -0
  12. package/fonts/solids-700.woff2 +0 -0
  13. package/package.json +1 -1
  14. package/scss/_variables.scss +32 -1
  15. package/svg/brands/zalo-oa.svg +10 -0
  16. package/svg/color-mix/keivi/file-circle-check.svg +11 -0
  17. package/svg/color-mix/keivi/messages.svg +11 -0
  18. package/svg/color-mix/keivi/squares-check.svg +11 -0
  19. package/svg/color-mix/kiotviet/file-circle-check.svg +19 -0
  20. package/svg/color-mix/kiotviet/messages.svg +19 -0
  21. package/svg/color-mix/kiotviet/squares-check.svg +19 -0
  22. package/svg/regulars/bag-round-handle-shopping.svg +4 -0
  23. package/svg/regulars/message-double.svg +3 -0
  24. package/svg/regulars/messages.svg +4 -3
  25. package/svg/regulars/phone-arrow-down-left.svg +4 -0
  26. package/svg/regulars/phone-arrow-down-up-right.svg +4 -0
  27. package/svg/regulars/phone-arrow-up-down-left.svg +4 -0
  28. package/svg/regulars/phone-arrow-up-right.svg +4 -0
  29. package/svg/regulars/phone-xmark.svg +4 -0
  30. package/svg/regulars/squares-check.svg +5 -0
  31. package/svg/regulars/user-plus.svg +12 -0
  32. package/svg/regulars/video-arrow-down-left.svg +5 -0
  33. package/svg/regulars/video-arrow-up-right.svg +5 -0
  34. package/svg/regulars/video-xmark.svg +5 -0
  35. package/svg/solids/bag-round-handle-shopping.svg +3 -0
  36. package/svg/solids/message-double.svg +4 -0
  37. package/svg/solids/messages.svg +4 -4
  38. package/svg/solids/phone-arrow-down-left.svg +4 -0
  39. package/svg/solids/phone-arrow-down-up-right.svg +4 -0
  40. package/svg/solids/phone-arrow-up-down-left.svg +4 -0
  41. package/svg/solids/phone-arrow-up-right.svg +4 -0
  42. package/svg/solids/phone-xmark.svg +4 -0
  43. package/svg/solids/squares-check.svg +4 -0
  44. package/svg/solids/user-plus.svg +12 -0
  45. package/svg/solids/video-arrow-down-left.svg +4 -0
  46. package/svg/solids/video-arrow-up-right.svg +4 -0
  47. package/svg/solids/video-xmark.svg +4 -0
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kv-icon-kit",
3
- "version": "1.4.15",
3
+ "version": "1.4.18",
4
4
  "description": "Font Icon Kit using for all Kiotviet Project",
5
5
  "main": "dist/kv-icon-kit.css",
6
6
  "repository": {
@@ -407,6 +407,18 @@ $ik-stethoscope: \ea89;
407
407
  $ik-hand-holding-lotus: \ea8a;
408
408
  $ik-scissors: \ea8b;
409
409
  $ik-nail-polish: \ea8c;
410
+ $ik-squares-check: \ea8d;
411
+ $ik-bag-round-handle-shopping: \ea8e;
412
+ $ik-phone-arrow-up-right: \ea8f;
413
+ $ik-phone-arrow-down-left: \ea90;
414
+ $ik-phone-xmark: \ea91;
415
+ $ik-phone-arrow-down-up-right: \ea92;
416
+ $ik-phone-arrow-up-down-left: \ea93;
417
+ $ik-video-arrow-up-right: \ea94;
418
+ $ik-video-arrow-down-left: \ea95;
419
+ $ik-video-xmark: \ea96;
420
+ $ik-user-plus: \ea97;
421
+ $ik-message-double: \ea98;
410
422
 
411
423
  //font icon brand
412
424
  $ik-apple: \e900;
@@ -444,7 +456,7 @@ $ik-traveloka: \e91f;
444
456
  $ik-expedia: \e920;
445
457
  $ik-tourist-village: \e921;
446
458
  $ik-dayladau: \e922;
447
-
459
+ $ik-zalo-oa: \e923;
448
460
 
449
461
  //Icon Color-mix
450
462
  $ikc-arrow-down-to-box: 'arrow-down-to-box.svg';
@@ -508,6 +520,9 @@ $ikc-file-circle-e: 'file-circle-e.svg';
508
520
  $ikc-file-wrench: 'file-wrench.svg';
509
521
  $ikc-file-arrow-curved-right: 'file-arrow-curved-right.svg';
510
522
  $ikc-box-arrow-curved-right: 'box-arrow-curved-right.svg';
523
+ $ikc-squares-check: 'squares-check.svg';
524
+ $ikc-messages: 'messages.svg';
525
+ $ikc-file-circle-check: 'file-circle-check.svg';
511
526
 
512
527
  $ik-icons: (
513
528
  "address-card": $ik-address-card,
@@ -907,6 +922,18 @@ $ik-icons: (
907
922
  "hand-holding-lotus": $ik-hand-holding-lotus,
908
923
  "scissors": $ik-scissors,
909
924
  "nail-polish": $ik-nail-polish,
925
+ "squares-check": $ik-squares-check,
926
+ "bag-round-handle-shopping": $ik-bag-round-handle-shopping,
927
+ "phone-arrow-up-right": $ik-phone-arrow-up-right,
928
+ "phone-arrow-down-left": $ik-phone-arrow-down-left,
929
+ "phone-xmark": $ik-phone-xmark,
930
+ "phone-arrow-down-up-right": $ik-phone-arrow-down-up-right,
931
+ "phone-arrow-up-down-left": $ik-phone-arrow-up-down-left,
932
+ "video-arrow-up-right": $ik-video-arrow-up-right,
933
+ "video-arrow-down-left": $ik-video-arrow-down-left,
934
+ "video-xmark": $ik-video-xmark,
935
+ "user-plus": $ik-user-plus,
936
+ "message-double": $ik-message-double,
910
937
 
911
938
  );
912
939
 
@@ -946,6 +973,7 @@ $ik-brand-icons: (
946
973
  "expedia": $ik-expedia,
947
974
  "tourist-village": $ik-tourist-village,
948
975
  "dayladau": $ik-dayladau,
976
+ "zalo-oa": $ik-zalo-oa,
949
977
  );
950
978
 
951
979
  $ik-color-mix-icons: (
@@ -1010,4 +1038,7 @@ $ik-color-mix-icons: (
1010
1038
  "file-wrench": $ikc-file-wrench,
1011
1039
  "file-arrow-curved-right": $ikc-file-arrow-curved-right,
1012
1040
  "box-arrow-curved-right": $ikc-box-arrow-curved-right,
1041
+ "squares-check": $ikc-squares-check,
1042
+ "messages": $ikc-messages,
1043
+ "file-circle-check": $ikc-file-circle-check,
1013
1044
  )
@@ -0,0 +1,10 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7935_19950)">
3
+ <path d="M8.252 7.487C8.252 7.61 8.227 7.731 8.18 7.844C8.132 7.957 8.063 8.059 7.975 8.145C7.887 8.231 7.783 8.298 7.669 8.343C7.555 8.388 7.433 8.41 7.311 8.407C7.071 8.402 6.842 8.302 6.674 8.13C6.506 7.958 6.412 7.727 6.412 7.487C6.412 7.247 6.506 7.016 6.674 6.844C6.842 6.672 7.071 6.573 7.311 6.567C7.434 6.564 7.555 6.586 7.669 6.631C7.783 6.676 7.887 6.743 7.975 6.829C8.063 6.915 8.132 7.017 8.18 7.13C8.227 7.243 8.252 7.364 8.252 7.487ZM8.309 10.095L8.139 10.58H8.491L8.321 10.095H8.309ZM11.101 10.333C11.065 10.309 11.022 10.297 10.971 10.297C10.92 10.297 10.876 10.309 10.841 10.333C10.805 10.357 10.778 10.391 10.759 10.436C10.74 10.481 10.731 10.536 10.731 10.6V10.602C10.731 10.666 10.74 10.72 10.759 10.765C10.778 10.81 10.805 10.845 10.841 10.869C10.877 10.893 10.92 10.905 10.971 10.905C11.022 10.905 11.066 10.893 11.101 10.869C11.137 10.845 11.164 10.81 11.182 10.765C11.201 10.72 11.211 10.665 11.211 10.602V10.6C11.211 10.536 11.201 10.481 11.182 10.436C11.163 10.39 11.136 10.356 11.101 10.333ZM6.371 10.682C6.343 10.704 6.329 10.735 6.329 10.775V10.777C6.329 10.818 6.345 10.85 6.376 10.873C6.407 10.896 6.446 10.907 6.493 10.907C6.538 10.907 6.577 10.898 6.612 10.881C6.647 10.863 6.674 10.839 6.693 10.808C6.713 10.777 6.723 10.743 6.723 10.704V10.63L6.506 10.644C6.445 10.647 6.4 10.66 6.371 10.682ZM16 8C16 12.411 12.411 16 8 16C3.589 16 0 12.411 0 8C0 3.589 3.589 0 8 0C12.411 0 16 3.589 16 8ZM2.286 9.021H5.306C5.342 9.021 5.378 9.014 5.411 9C5.444 8.986 5.475 8.966 5.5 8.941C5.526 8.916 5.546 8.885 5.56 8.852C5.574 8.819 5.581 8.783 5.581 8.747V8.381H3.25L5.309 5.797C5.346 5.751 5.385 5.706 5.424 5.661L5.438 5.645C5.557 5.471 5.581 5.322 5.581 5.14V5.042H2.377V5.728H4.599L2.405 8.445C2.338 8.543 2.286 8.637 2.286 8.848V9.021ZM3.283 10.462C3.283 10.346 3.263 10.246 3.223 10.161C3.183 10.076 3.125 10.01 3.051 9.964C2.977 9.918 2.888 9.895 2.785 9.895C2.683 9.895 2.594 9.918 2.519 9.964C2.445 10.01 2.387 10.076 2.347 10.16C2.307 10.245 2.287 10.345 2.287 10.462V10.464C2.287 10.579 2.307 10.68 2.346 10.765C2.386 10.85 2.443 10.916 2.518 10.963C2.592 11.009 2.681 11.032 2.785 11.032C2.888 11.032 2.977 11.009 3.052 10.962C3.127 10.915 3.184 10.85 3.224 10.765C3.264 10.68 3.284 10.579 3.284 10.464V10.462H3.283ZM3.878 9.872C3.864 9.87 3.85 9.868 3.836 9.867C3.822 9.866 3.807 9.865 3.791 9.865C3.74 9.865 3.697 9.874 3.661 9.891C3.626 9.908 3.599 9.934 3.581 9.97C3.563 10.005 3.555 10.05 3.555 10.104V10.194H3.42V10.302H3.555V11.005H3.686V10.302H3.87V10.194H3.686V10.107C3.686 10.062 3.696 10.029 3.716 10.006C3.737 9.983 3.77 9.972 3.817 9.972C3.829 9.972 3.84 9.972 3.85 9.973C3.861 9.973 3.87 9.974 3.878 9.976V9.872ZM4.437 9.872C4.423 9.87 4.409 9.868 4.395 9.867C4.381 9.866 4.366 9.865 4.35 9.865C4.299 9.865 4.256 9.874 4.22 9.891C4.185 9.908 4.158 9.934 4.14 9.97C4.122 10.005 4.114 10.05 4.114 10.104V10.194H3.979V10.302H4.114V11.005H4.245V10.302H4.429V10.194H4.245V10.107C4.245 10.062 4.255 10.029 4.275 10.006C4.296 9.983 4.329 9.972 4.376 9.972C4.388 9.972 4.399 9.972 4.409 9.973C4.42 9.973 4.429 9.974 4.437 9.976V9.872ZM4.752 10.195H4.621V11.007H4.752V10.195ZM4.778 9.948C4.778 9.923 4.769 9.902 4.752 9.884C4.734 9.866 4.713 9.858 4.688 9.858C4.663 9.858 4.642 9.867 4.624 9.884C4.606 9.902 4.598 9.923 4.598 9.948C4.598 9.973 4.607 9.994 4.624 10.012C4.642 10.03 4.663 10.038 4.688 10.038C4.713 10.038 4.734 10.029 4.752 10.012C4.769 9.994 4.778 9.972 4.778 9.948ZM5.093 10.598V10.597C5.093 10.536 5.103 10.483 5.122 10.438C5.142 10.393 5.169 10.358 5.205 10.333C5.241 10.308 5.283 10.296 5.332 10.296C5.39 10.296 5.437 10.31 5.473 10.338C5.509 10.366 5.531 10.4 5.542 10.44L5.543 10.442H5.673L5.672 10.437C5.664 10.389 5.646 10.345 5.617 10.307C5.588 10.268 5.55 10.237 5.503 10.214C5.455 10.191 5.399 10.179 5.333 10.179C5.257 10.179 5.191 10.196 5.136 10.231C5.08 10.265 5.037 10.313 5.006 10.376C4.976 10.438 4.961 10.511 4.961 10.596C4.961 10.682 4.976 10.757 5.007 10.821C5.038 10.884 5.081 10.933 5.137 10.968C5.193 11.003 5.258 11.02 5.334 11.02C5.399 11.02 5.455 11.009 5.501 10.988C5.547 10.966 5.584 10.937 5.612 10.899C5.64 10.861 5.66 10.817 5.671 10.769L5.673 10.761L5.544 10.762L5.542 10.767C5.527 10.812 5.502 10.847 5.467 10.87C5.432 10.894 5.388 10.905 5.333 10.905C5.285 10.905 5.243 10.892 5.207 10.867C5.171 10.842 5.144 10.807 5.124 10.761C5.102 10.715 5.093 10.661 5.093 10.598ZM5.996 10.195H5.865V11.007H5.996V10.195ZM6.022 9.948C6.022 9.923 6.013 9.902 5.996 9.884C5.978 9.866 5.957 9.858 5.932 9.858C5.907 9.858 5.886 9.867 5.868 9.884C5.85 9.902 5.842 9.923 5.842 9.948C5.842 9.973 5.851 9.994 5.868 10.012C5.886 10.03 5.907 10.038 5.932 10.038C5.957 10.038 5.978 10.029 5.996 10.012C6.013 9.994 6.022 9.972 6.022 9.948ZM6.854 10.451C6.854 10.395 6.842 10.347 6.818 10.306C6.794 10.265 6.76 10.234 6.713 10.213C6.667 10.191 6.611 10.181 6.545 10.181C6.487 10.181 6.436 10.19 6.391 10.208C6.346 10.226 6.309 10.25 6.28 10.283C6.252 10.315 6.234 10.352 6.227 10.394L6.226 10.399H6.357L6.358 10.397C6.369 10.365 6.389 10.341 6.42 10.324C6.451 10.306 6.491 10.298 6.54 10.298C6.601 10.298 6.646 10.311 6.676 10.338C6.707 10.364 6.722 10.402 6.722 10.452V10.526L6.489 10.54C6.426 10.543 6.373 10.555 6.329 10.575C6.285 10.595 6.251 10.622 6.228 10.656C6.205 10.69 6.193 10.731 6.193 10.78C6.193 10.829 6.205 10.873 6.228 10.909C6.252 10.945 6.284 10.973 6.325 10.993C6.366 11.013 6.412 11.022 6.464 11.022C6.501 11.022 6.534 11.017 6.565 11.007C6.596 10.996 6.623 10.981 6.647 10.961C6.672 10.941 6.692 10.917 6.709 10.888H6.721V11.008H6.852V10.451H6.854ZM7.232 9.872H7.101V11.006H7.232V9.872ZM7.31 9.05C7.642 9.051 7.965 8.945 8.233 8.749C8.233 8.822 8.263 8.891 8.314 8.942C8.365 8.993 8.435 9.022 8.508 9.022H8.875V6.012H8.234V6.226C7.966 6.03 7.643 5.925 7.311 5.925C6.896 5.925 6.499 6.09 6.206 6.383C5.913 6.676 5.748 7.074 5.748 7.488C5.748 7.903 5.913 8.3 6.206 8.593C6.498 8.885 6.896 9.05 7.31 9.05ZM8.783 11.006L8.382 9.92H8.248L7.847 11.006H7.99L8.099 10.695H8.532L8.641 11.006H8.783ZM9.005 10.598V10.597C9.005 10.536 9.015 10.483 9.034 10.438C9.054 10.393 9.081 10.358 9.117 10.333C9.153 10.308 9.195 10.296 9.243 10.296C9.301 10.296 9.348 10.31 9.384 10.338C9.42 10.366 9.442 10.4 9.453 10.44L9.454 10.442H9.584L9.583 10.437C9.575 10.389 9.557 10.345 9.528 10.307C9.499 10.268 9.461 10.237 9.414 10.214C9.366 10.191 9.31 10.179 9.244 10.179C9.168 10.179 9.102 10.196 9.047 10.231C8.991 10.265 8.948 10.313 8.918 10.376C8.888 10.438 8.873 10.511 8.873 10.596C8.873 10.682 8.888 10.757 8.919 10.821C8.95 10.884 8.993 10.933 9.049 10.968C9.105 11.003 9.17 11.02 9.246 11.02C9.311 11.02 9.367 11.009 9.413 10.988C9.459 10.966 9.496 10.937 9.524 10.899C9.552 10.861 9.572 10.817 9.583 10.769L9.585 10.761L9.455 10.762L9.454 10.767C9.439 10.812 9.414 10.847 9.379 10.87C9.344 10.894 9.3 10.905 9.245 10.905C9.197 10.905 9.155 10.892 9.119 10.867C9.083 10.842 9.056 10.807 9.036 10.761C9.014 10.715 9.005 10.661 9.005 10.598ZM9.652 9.021H10.11V5.043H9.424V8.793C9.424 8.854 9.448 8.912 9.491 8.955C9.534 8.997 9.592 9.021 9.652 9.021ZM9.867 10.598V10.597C9.867 10.536 9.877 10.483 9.896 10.438C9.916 10.393 9.943 10.358 9.979 10.333C10.015 10.308 10.057 10.296 10.106 10.296C10.164 10.296 10.211 10.31 10.247 10.338C10.283 10.366 10.305 10.4 10.315 10.44L10.316 10.442H10.446L10.445 10.437C10.437 10.389 10.419 10.345 10.39 10.307C10.361 10.268 10.323 10.237 10.276 10.214C10.228 10.191 10.172 10.179 10.106 10.179C10.03 10.179 9.964 10.196 9.909 10.231C9.853 10.265 9.81 10.313 9.779 10.376C9.749 10.438 9.734 10.511 9.734 10.596C9.734 10.682 9.749 10.757 9.78 10.821C9.811 10.884 9.854 10.933 9.909 10.968C9.965 11.003 10.03 11.02 10.106 11.02C10.171 11.02 10.227 11.009 10.273 10.988C10.319 10.966 10.356 10.937 10.384 10.899C10.412 10.861 10.432 10.817 10.443 10.769L10.444 10.761L10.315 10.762L10.313 10.767C10.298 10.812 10.273 10.847 10.238 10.87C10.203 10.894 10.159 10.905 10.104 10.905C10.056 10.905 10.014 10.892 9.978 10.867C9.942 10.842 9.915 10.807 9.895 10.761C9.877 10.715 9.867 10.661 9.867 10.598ZM11.345 10.6C11.345 10.513 11.33 10.438 11.299 10.376C11.269 10.313 11.226 10.265 11.17 10.231C11.114 10.197 11.048 10.181 10.97 10.181C10.893 10.181 10.827 10.198 10.771 10.231C10.715 10.265 10.672 10.313 10.642 10.376C10.612 10.439 10.597 10.514 10.597 10.6V10.602C10.597 10.688 10.612 10.763 10.642 10.826C10.673 10.889 10.716 10.937 10.771 10.971C10.827 11.005 10.894 11.021 10.97 11.021C11.047 11.021 11.114 11.004 11.17 10.971C11.226 10.937 11.269 10.888 11.299 10.826C11.33 10.763 11.345 10.689 11.345 10.602V10.6ZM12.204 10.195H12.073V10.675C12.073 10.711 12.068 10.743 12.059 10.771C12.05 10.799 12.036 10.823 12.018 10.843C11.999 10.863 11.976 10.878 11.949 10.888C11.922 10.899 11.89 10.904 11.855 10.904C11.79 10.904 11.744 10.886 11.715 10.851C11.687 10.815 11.673 10.761 11.673 10.688V10.194H11.54V10.72C11.54 10.784 11.55 10.838 11.571 10.883C11.592 10.928 11.623 10.962 11.665 10.985C11.707 11.008 11.758 11.02 11.819 11.02C11.859 11.02 11.894 11.015 11.925 11.004C11.957 10.993 11.984 10.978 12.006 10.958C12.029 10.937 12.046 10.913 12.059 10.884H12.071V11.005H12.202V10.195H12.204ZM13.112 10.481C13.112 10.385 13.087 10.311 13.038 10.259C12.989 10.207 12.919 10.181 12.828 10.181C12.768 10.181 12.719 10.193 12.68 10.217C12.641 10.241 12.612 10.274 12.591 10.317H12.579V10.195H12.448V11.007H12.579V10.527C12.579 10.479 12.588 10.438 12.605 10.404C12.623 10.37 12.647 10.344 12.679 10.325C12.711 10.306 12.748 10.297 12.791 10.297C12.856 10.297 12.903 10.315 12.934 10.35C12.965 10.385 12.981 10.439 12.981 10.513V11.007H13.112V10.481ZM13.253 8.592C13.399 8.446 13.515 8.272 13.594 8.081C13.673 7.89 13.714 7.685 13.714 7.478C13.714 7.271 13.673 7.067 13.594 6.876C13.515 6.685 13.399 6.511 13.253 6.365C13.107 6.219 12.933 6.103 12.742 6.024C12.551 5.945 12.346 5.904 12.139 5.904C11.721 5.904 11.321 6.07 11.026 6.365C10.731 6.66 10.565 7.061 10.565 7.478C10.565 7.895 10.731 8.296 11.026 8.591C11.321 8.886 11.722 9.052 12.139 9.052C12.346 9.052 12.55 9.011 12.741 8.932C12.934 8.854 13.107 8.738 13.253 8.592ZM13.713 10.195H13.535V9.985H13.4V10.195H13.272V10.303H13.4V10.795C13.4 10.872 13.419 10.928 13.456 10.961C13.494 10.995 13.554 11.011 13.637 11.011C13.65 11.011 13.663 11.01 13.675 11.009C13.688 11.007 13.7 11.006 13.713 11.004V10.893C13.701 10.894 13.691 10.895 13.682 10.895C13.674 10.896 13.664 10.896 13.653 10.896C13.611 10.896 13.581 10.886 13.563 10.865C13.545 10.844 13.536 10.81 13.536 10.762V10.303H13.714L13.713 10.195ZM12.139 6.552C11.893 6.552 11.658 6.65 11.484 6.823C11.31 6.997 11.213 7.232 11.213 7.478C11.213 7.724 11.311 7.959 11.484 8.133C11.658 8.307 11.893 8.404 12.139 8.404C12.385 8.404 12.62 8.306 12.794 8.133C12.968 7.959 13.065 7.724 13.065 7.478C13.065 7.232 12.967 6.997 12.794 6.823C12.621 6.65 12.385 6.552 12.139 6.552ZM2.976 10.074C2.922 10.038 2.858 10.02 2.784 10.02C2.71 10.02 2.646 10.038 2.593 10.074C2.539 10.11 2.498 10.161 2.468 10.228C2.439 10.294 2.424 10.373 2.424 10.463V10.465C2.424 10.554 2.438 10.632 2.467 10.699C2.496 10.765 2.537 10.817 2.59 10.853C2.644 10.89 2.708 10.908 2.784 10.908C2.858 10.908 2.922 10.89 2.976 10.853C3.03 10.816 3.071 10.765 3.1 10.699C3.129 10.632 3.144 10.554 3.144 10.465V10.463C3.144 10.373 3.129 10.294 3.1 10.228C3.071 10.161 3.03 10.11 2.976 10.074Z" fill="black"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_7935_19950">
7
+ <rect width="16" height="16" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2148 0C10.8777 9.99949e-05 11.5137 0.26367 11.9824 0.732422L15.5176 4.26758C15.9863 4.73633 16.2499 5.37225 16.25 6.03516V8.875C15.8461 8.79302 15.4281 8.75 15 8.75C11.5482 8.75 8.75 11.5482 8.75 15C8.75 17.0447 9.73207 18.8597 11.25 20H2.5C1.11929 20 0 18.8807 0 17.5V2.5C0 1.11929 1.11929 0 2.5 0H10.2148ZM4 10.5625C3.48223 10.5625 3.0625 10.9822 3.0625 11.5C3.0625 12.0178 3.48223 12.4375 4 12.4375H5.5C6.01765 12.4374 6.4375 12.0177 6.4375 11.5C6.4375 10.9823 6.01765 10.5626 5.5 10.5625H4ZM4 6.8125C3.48223 6.8125 3.0625 7.23223 3.0625 7.75C3.0625 8.26777 3.48223 8.6875 4 8.6875H8.5C9.01754 8.68724 9.4375 8.2676 9.4375 7.75C9.4375 7.2324 9.01754 6.81276 8.5 6.8125H4Z" fill="url(#paint0_radial_5231_5871)"/>
3
+ <path d="M15 10C17.7614 10 20 12.2386 20 15C20 17.7614 17.7614 20 15 20C12.2386 20 10 17.7614 10 15C10 12.2386 12.2386 10 15 10ZM17.6289 13.3076C17.3848 13.064 16.989 13.0637 16.7451 13.3076L14.375 15.6787L13.2539 14.5576C13.0098 14.314 12.614 14.3137 12.3701 14.5576C12.1262 14.8015 12.1265 15.1973 12.3701 15.4414L13.9326 17.0039C14.1767 17.248 14.5723 17.248 14.8164 17.0039L17.6289 14.1914C17.873 13.9473 17.873 13.5517 17.6289 13.3076Z" fill="#FFBE9D"/>
4
+ <defs>
5
+ <radialGradient id="paint0_radial_5231_5871" cx="0" cy="0" r="1" gradientTransform="matrix(-9.40788 -35.1114 31.532 -26.1051 12.4013 30.5635)" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#B74900"/>
7
+ <stop offset="0.5" stop-color="#FF6600"/>
8
+ <stop offset="1" stop-color="#FFBA34"/>
9
+ </radialGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.6562 7.5C18.9507 7.5 20 8.54932 20 9.84375V15.5725C20 16.7788 19.088 17.7707 17.9163 17.9004V19.2188C17.9163 19.5068 17.7576 19.7713 17.5037 19.9072C17.2497 20.043 16.9413 20.0292 16.7017 19.8694L13.7744 17.9163H11.0938C9.79932 17.9163 8.75 16.8669 8.75 15.5725V9.84375C8.75 8.54932 9.79932 7.5 11.0938 7.5H17.6562Z" fill="#FFBE9D"/>
3
+ <path d="M10.8032 0C12.4305 0 13.75 1.31166 13.75 2.92969V6.25H11.0938C9.10896 6.25 7.5 7.85896 7.5 9.84375V13.2373L4.14551 15.4614C3.8443 15.6609 3.45756 15.6787 3.13843 15.509C2.81911 15.3391 2.61963 15.0086 2.61963 14.6484V13.0005C1.14665 12.8384 0.000142975 11.5993 0 10.0916V2.92969C1.96225e-05 1.31166 1.31952 1.67776e-07 2.94678 0H10.8032Z" fill="url(#paint0_radial_5231_5868)"/>
4
+ <defs>
5
+ <radialGradient id="paint0_radial_5231_5868" cx="0" cy="0" r="1" gradientTransform="matrix(-7.96052 -27.4303 26.681 -20.3942 10.4934 23.8773)" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#B74900"/>
7
+ <stop offset="0.5" stop-color="#FF6600"/>
8
+ <stop offset="1" stop-color="#FFBA34"/>
9
+ </radialGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13 0.5C14.3807 0.5 15.5 1.61929 15.5 3V10.5C15.5 11.8807 14.3807 13 13 13H5.5C4.11929 13 3 11.8807 3 10.5V3C3 1.61929 4.11929 0.5 5.5 0.5H13ZM12.2803 4.71973C11.9874 4.42683 11.5126 4.42683 11.2197 4.71973L8.75 7.18945L7.53027 5.96973C7.23738 5.67683 6.76262 5.67683 6.46973 5.96973C6.17683 6.26262 6.17683 6.73738 6.46973 7.03027L8.21973 8.78027C8.51262 9.07311 8.9874 9.07315 9.28027 8.78027L12.2803 5.78027C12.5731 5.4874 12.5731 5.01262 12.2803 4.71973Z" fill="url(#paint0_radial_4377_10897)"/>
3
+ <path d="M0.75 4.5C1.16421 4.5 1.5 4.83579 1.5 5.25V11C1.5 12.933 3.067 14.5 5 14.5H10.75C11.1642 14.5 11.5 14.8358 11.5 15.25C11.5 15.6642 11.1642 16 10.75 16H5C2.23858 16 0 13.7614 0 11V5.25C0 4.83579 0.335786 4.5 0.75 4.5Z" fill="#FFBE9D"/>
4
+ <defs>
5
+ <radialGradient id="paint0_radial_4377_10897" cx="0" cy="0" r="1" gradientTransform="matrix(-7.23683 -21.9447 24.2554 -16.3157 12.5395 19.6022)" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#B74900"/>
7
+ <stop offset="0.5" stop-color="#FF6600"/>
8
+ <stop offset="1" stop-color="#FFBA34"/>
9
+ </radialGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2148 0C10.8777 9.99949e-05 11.5137 0.26367 11.9824 0.732422L15.5176 4.26758C15.9863 4.73633 16.2499 5.37225 16.25 6.03516V8.875C15.8461 8.79302 15.4281 8.75 15 8.75C11.5482 8.75 8.75 11.5482 8.75 15C8.75 17.0447 9.73207 18.8597 11.25 20H2.5C1.11929 20 0 18.8807 0 17.5V2.5C0 1.11929 1.11929 0 2.5 0H10.2148ZM4 10.5625C3.48223 10.5625 3.0625 10.9822 3.0625 11.5C3.0625 12.0178 3.48223 12.4375 4 12.4375H5.5C6.01765 12.4374 6.4375 12.0177 6.4375 11.5C6.4375 10.9823 6.01765 10.5626 5.5 10.5625H4ZM4 6.8125C3.48223 6.8125 3.0625 7.23223 3.0625 7.75C3.0625 8.26777 3.48223 8.6875 4 8.6875H8.5C9.01754 8.68724 9.4375 8.2676 9.4375 7.75C9.4375 7.2324 9.01754 6.81276 8.5 6.8125H4Z" fill="url(#paint0_linear_5231_5858)"/>
3
+ <path d="M15 10C17.7614 10 20 12.2386 20 15C20 17.7614 17.7614 20 15 20C12.2386 20 10 17.7614 10 15C10 12.2386 12.2386 10 15 10ZM17.6289 13.3076C17.3848 13.064 16.989 13.0637 16.7451 13.3076L14.375 15.6787L13.2539 14.5576C13.0098 14.314 12.614 14.3137 12.3701 14.5576C12.1262 14.8015 12.1265 15.1973 12.3701 15.4414L13.9326 17.0039C14.1767 17.248 14.5723 17.248 14.8164 17.0039L17.6289 14.1914C17.873 13.9473 17.873 13.5517 17.6289 13.3076Z" fill="url(#paint1_linear_5231_5858)"/>
4
+ <defs>
5
+ <linearGradient id="paint0_linear_5231_5858" x1="17.4107" y1="24.8571" x2="-6.75408" y2="4.76665" gradientUnits="userSpaceOnUse">
6
+ <stop offset="0.1" stop-color="#0070F4"/>
7
+ <stop offset="0.4" stop-color="#0477F5"/>
8
+ <stop offset="0.6" stop-color="#0E8CF7"/>
9
+ <stop offset="0.8" stop-color="#1FADFA"/>
10
+ <stop offset="0.95" stop-color="#36DAFE"/>
11
+ <stop offset="1" stop-color="#3AE3FF"/>
12
+ </linearGradient>
13
+ <linearGradient id="paint1_linear_5231_5858" x1="21.6317" y1="30.4764" x2="3.47056" y2="21.8394" gradientUnits="userSpaceOnUse">
14
+ <stop stop-color="#00B63E"/>
15
+ <stop offset="0.0001" stop-color="#00B63E"/>
16
+ <stop offset="0.9956" stop-color="#5BE92A"/>
17
+ </linearGradient>
18
+ </defs>
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.6562 7.5C18.9507 7.5 20 8.54932 20 9.84375V15.5725C20 16.7788 19.088 17.7707 17.9163 17.9004V19.2188C17.9163 19.5068 17.7576 19.7713 17.5037 19.9072C17.2497 20.043 16.9413 20.0292 16.7017 19.8694L13.7744 17.9163H11.0938C9.79932 17.9163 8.75 16.8669 8.75 15.5725V9.84375C8.75 8.54932 9.79932 7.5 11.0938 7.5H17.6562Z" fill="url(#paint0_linear_5231_5855)"/>
3
+ <path d="M10.8032 0C12.4305 0 13.75 1.31166 13.75 2.92969V6.25H11.0938C9.10896 6.25 7.5 7.85896 7.5 9.84375V13.2373L4.14551 15.4614C3.8443 15.6609 3.45756 15.6787 3.13843 15.509C2.81911 15.3391 2.61963 15.0086 2.61963 14.6484V13.0005C1.14665 12.8384 0.000142975 11.5993 0 10.0916V2.92969C1.96225e-05 1.31166 1.31952 1.67776e-07 2.94678 0H10.8032Z" fill="url(#paint1_linear_5231_5855)"/>
4
+ <defs>
5
+ <linearGradient id="paint0_linear_5231_5855" x1="21.8357" y1="33.0955" x2="0.662348" y2="24.033" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#00B63E"/>
7
+ <stop offset="0.0001" stop-color="#00B63E"/>
8
+ <stop offset="0.9956" stop-color="#5BE92A"/>
9
+ </linearGradient>
10
+ <linearGradient id="paint1_linear_5231_5855" x1="14.7321" y1="19.4193" x2="-4.36402" y2="2.2236" gradientUnits="userSpaceOnUse">
11
+ <stop offset="0.1" stop-color="#0070F4"/>
12
+ <stop offset="0.4" stop-color="#0477F5"/>
13
+ <stop offset="0.6" stop-color="#0E8CF7"/>
14
+ <stop offset="0.8" stop-color="#1FADFA"/>
15
+ <stop offset="0.95" stop-color="#36DAFE"/>
16
+ <stop offset="1" stop-color="#3AE3FF"/>
17
+ </linearGradient>
18
+ </defs>
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13 0.5C14.3807 0.5 15.5 1.61929 15.5 3V10.5C15.5 11.8807 14.3807 13 13 13H5.5C4.11929 13 3 11.8807 3 10.5V3C3 1.61929 4.11929 0.5 5.5 0.5H13ZM12.2803 4.71973C11.9874 4.42683 11.5126 4.42683 11.2197 4.71973L8.75 7.18945L7.53027 5.96973C7.23738 5.67683 6.76262 5.67683 6.46973 5.96973C6.17683 6.26262 6.17683 6.73738 6.46973 7.03027L8.21973 8.78027C8.51262 9.07311 8.9874 9.07315 9.28027 8.78027L12.2803 5.78027C12.5731 5.4874 12.5731 5.01262 12.2803 4.71973Z" fill="url(#paint0_linear_4348_20224)"/>
3
+ <path d="M0.75 4.5C1.16421 4.5 1.5 4.83579 1.5 5.25V11C1.5 12.933 3.067 14.5 5 14.5H10.75C11.1642 14.5 11.5 14.8358 11.5 15.25C11.5 15.6642 11.1642 16 10.75 16H5C2.23858 16 0 13.7614 0 11V5.25C0 4.83579 0.335786 4.5 0.75 4.5Z" fill="url(#paint1_linear_4348_20224)"/>
4
+ <defs>
5
+ <linearGradient id="paint0_linear_4348_20224" x1="16.3929" y1="16.0357" x2="1.03571" y2="0.321429" gradientUnits="userSpaceOnUse">
6
+ <stop offset="0.1" stop-color="#0070F4"/>
7
+ <stop offset="0.4" stop-color="#0477F5"/>
8
+ <stop offset="0.6" stop-color="#0E8CF7"/>
9
+ <stop offset="0.8" stop-color="#1FADFA"/>
10
+ <stop offset="0.95" stop-color="#36DAFE"/>
11
+ <stop offset="1" stop-color="#3AE3FF"/>
12
+ </linearGradient>
13
+ <linearGradient id="paint1_linear_4348_20224" x1="13.3765" y1="28.0479" x2="-7.50885" y2="18.1154" gradientUnits="userSpaceOnUse">
14
+ <stop stop-color="#00B63E"/>
15
+ <stop offset="0.0001" stop-color="#00B63E"/>
16
+ <stop offset="0.9956" stop-color="#5BE92A"/>
17
+ </linearGradient>
18
+ </defs>
19
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.81051 7.9541C9.97382 7.57367 10.4153 7.39744 10.7959 7.56055C11.1762 7.72388 11.3525 8.16537 11.1894 8.5459L11.1289 8.68652C10.5925 9.93804 9.36156 10.7499 7.99997 10.75C6.63832 10.75 5.40746 9.93806 4.87106 8.68652L4.81051 8.5459C4.6474 8.16529 4.82359 7.72383 5.20407 7.56055C5.58463 7.39755 6.02615 7.57368 6.18942 7.9541L6.24997 8.0957C6.55 8.79571 7.23836 9.25 7.99997 9.25C8.76152 9.24992 9.44997 8.79569 9.74996 8.0957L9.81051 7.9541Z" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.12497 0C10.6375 0 12.6808 2.00349 12.747 4.5H14.2168L14.3886 4.50977C15.2327 4.60549 15.8438 5.3969 15.6943 6.25684L14.5048 13.0996L14.4365 13.4082C14.0573 14.8231 12.831 15.8551 11.372 15.9863L11.0566 16H4.94332C3.24199 15.9997 1.7866 14.7758 1.49508 13.0996L0.305629 6.25684C0.146229 5.33961 0.852226 4.50022 1.78317 4.5H3.50289C3.56915 2.00351 5.6125 4.90489e-05 8.12497 0ZM2.9736 12.8428C3.14021 13.8005 3.9713 14.4997 4.94332 14.5H11.0566C12.0287 14.4998 12.8597 13.8005 13.0263 12.8428L14.2168 6H1.78317L2.9736 12.8428ZM8.12497 1.5C6.44099 1.50005 5.06851 2.8321 5.00289 4.5H11.247C11.1814 2.83207 9.80898 1.5 8.12497 1.5Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 11V11.25C12 12.4926 10.9926 13.5 9.75 13.5H6.31066L4.03033 15.7803C3.81583 15.9948 3.49324 16.059 3.21299 15.9429C2.93273 15.8268 2.75 15.5533 2.75 15.25V13.5H2.25C1.00736 13.5 0 12.4926 0 11.25V4.75C0 3.50736 1.00736 2.5 2.25 2.5H4V2.25C4 1.00736 5.00736 0 6.25 0H13.75C14.9926 0 16 1.00736 16 2.25V8.75C16 9.99264 14.9926 11 13.75 11H12ZM13.75 1.5H6.25C5.83579 1.5 5.5 1.83579 5.5 2.25V2.5H9.75C10.9926 2.5 12 3.50736 12 4.75V9.5H13.75C14.1642 9.5 14.5 9.16421 14.5 8.75V2.25C14.5 1.83579 14.1642 1.5 13.75 1.5ZM1.5 4.75C1.5 4.33579 1.83579 4 2.25 4H9.75C10.1642 4 10.5 4.33579 10.5 4.75V11.25C10.5 11.6642 10.1642 12 9.75 12H6C5.80109 12 5.61032 12.079 5.46967 12.2197L4.25 13.4393V12.75C4.25 12.3358 3.91421 12 3.5 12H2.25C1.83579 12 1.5 11.6642 1.5 11.25V4.75Z" fill="black"/>
3
+ </svg>
@@ -1,3 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 11.0012V11.2512C12 12.4939 10.9926 13.5012 9.75 13.5012H6.31066L4.03033 15.7816C3.81583 15.996 3.49324 16.0602 3.21299 15.9441C2.93273 15.828 2.75 15.5546 2.75 15.2512V13.5012H2.25C1.00736 13.5012 0 12.4939 0 11.2512V4.75122C0 3.50858 1.00736 2.50122 2.25 2.50122H4V2.25122C4 1.00858 5.00736 0.0012207 6.25 0.0012207H13.75C14.9926 0.0012207 16 1.00858 16 2.25122V8.75122C16 9.99386 14.9926 11.0012 13.75 11.0012H12ZM13.75 1.50122H6.25C5.83579 1.50122 5.5 1.83701 5.5 2.25122V2.50122H9.75C10.9926 2.50122 12 3.50858 12 4.75122V9.50122H13.75C14.1642 9.50122 14.5 9.16543 14.5 8.75122V2.25122C14.5 1.83701 14.1642 1.50122 13.75 1.50122ZM1.5 4.75122C1.5 4.33701 1.83579 4.00122 2.25 4.00122H9.75C10.1642 4.00122 10.5 4.33701 10.5 4.75122V11.2512C10.5 11.6654 10.1642 12.0012 9.75 12.0012H6C5.80109 12.0012 5.61032 12.0802 5.46967 12.2209L4.25 13.4406V12.7512C4.25 12.337 3.91421 12.0012 3.5 12.0012H2.25C1.83579 12.0012 1.5 11.6654 1.5 11.2512V4.75122Z" fill="black"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.75 4C14.9926 4 16 5.00736 16 6.25V11.75C16 12.9081 15.1249 13.8599 14 13.9844V15.25C14 15.5266 13.8474 15.7806 13.6035 15.9111C13.3597 16.0415 13.0641 16.0274 12.834 15.874L10.0234 14H7.75C6.50736 14 5.5 12.9926 5.5 11.75V11.5195L6.2793 11H7V11.75C7 12.1642 7.33579 12.5 7.75 12.5H10.25C10.3611 12.5 10.4706 12.5242 10.5703 12.5713L10.666 12.626L12.5 13.8486V13.25C12.5 12.8358 12.8358 12.5 13.25 12.5H13.75C14.1642 12.5 14.5 12.1642 14.5 11.75V6.25C14.5 5.83579 14.1642 5.5 13.75 5.5H11.5V4H13.75Z" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.25 0C9.49264 0 10.5 1.00736 10.5 2.25V7.75C10.5 8.99264 9.49264 10 8.25 10H5.97656L3.16602 11.874C2.93595 12.0274 2.64031 12.0415 2.39648 11.9111C2.15262 11.7806 2 11.5266 2 11.25V9.98438C0.875112 9.85992 0 8.90807 0 7.75V2.25C0 1.00736 1.00736 1.28851e-07 2.25 0H8.25ZM2.25 1.5C1.83579 1.5 1.5 1.83579 1.5 2.25V7.75C1.5 8.16421 1.83579 8.5 2.25 8.5H2.75C3.16421 8.5 3.5 8.83579 3.5 9.25V9.84863L5.33398 8.62598L5.42969 8.57129C5.52938 8.52424 5.63886 8.5 5.75 8.5H8.25C8.66421 8.5 9 8.16421 9 7.75V2.25C9 1.83579 8.66421 1.5 8.25 1.5H2.25Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.19043 0.523381C4.74706 0.406413 5.30354 0.699216 5.50879 1.22553L6.91602 4.5019C7.12108 4.96981 7.00368 5.52576 6.59375 5.8476L5.3916 6.84272C6.13329 8.10416 7.15876 9.15959 8.39453 9.93744L8.64453 10.0898L9.64062 8.89057C9.96297 8.4811 10.5204 8.36357 10.9893 8.5683L14.2715 9.9726C14.7986 10.1775 15.0917 10.7334 14.9746 11.289L14.2715 14.5654L14.2451 14.663C14.0918 15.1419 13.6224 15.5019 13.1279 15.5019L12.8389 15.4872L12.5713 15.4726C12.2783 15.4726 11.9854 15.4433 11.7217 15.414C5.12829 14.7119 0 9.15307 0 2.36615C0.000285845 1.83986 0.38102 1.34257 0.908203 1.22553L4.19043 0.523381ZM1.45605 2.59272C1.56827 8.52503 6.08395 13.3538 11.875 13.9706H11.8818C12.1415 13.9995 12.3652 14.0204 12.5713 14.0205C12.6965 14.0205 12.8171 14.0286 12.8994 14.0351L13.5029 11.2226L10.6152 9.98725L9.76172 11.0175C9.30761 11.5642 8.52431 11.701 7.91113 11.3417C6.34961 10.4267 5.0575 9.13749 4.14062 7.57807C3.77975 6.96409 3.91741 6.17887 4.46582 5.72455L5.49414 4.87201L4.25781 1.99311L1.45605 2.59272Z" fill="black"/>
3
+ <path d="M14.7217 0.21967C15.0146 -0.0732233 15.4893 -0.0732233 15.7822 0.21967C16.075 0.51257 16.0751 0.987352 15.7822 1.28022L12.0625 4.99994H14.252C14.6662 4.99994 15.002 5.33573 15.002 5.74994C15.0019 6.16413 14.6661 6.49994 14.252 6.49994H10.252C9.83776 6.49994 9.50198 6.16413 9.50195 5.74994V1.74994C9.50195 1.33573 9.83774 0.999943 10.252 0.999943C10.6662 0.999943 11.002 1.33573 11.002 1.74994V3.9394L14.7217 0.21967Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.19043 0.52336C4.74697 0.406434 5.30348 0.699341 5.50879 1.22551L6.91602 4.50188C7.12106 4.96974 7.00359 5.52572 6.59375 5.84758L5.3916 6.8427C6.13327 8.1041 7.15881 9.15958 8.39453 9.93742L8.64453 10.0898L9.64062 8.89055C9.96297 8.48122 10.5205 8.36363 10.9893 8.56828L14.2715 9.97258C14.7986 10.1774 15.0915 10.7334 14.9746 11.289L14.2715 14.5654L14.2451 14.663C14.0918 15.1418 13.6224 15.5019 13.1279 15.5019L12.8389 15.4872L12.5713 15.4726C12.2783 15.4726 11.9854 15.4432 11.7217 15.414C5.1283 14.7119 0 9.15304 0 2.36613C0.000401324 1.83993 0.3811 1.34253 0.908203 1.22551L4.19043 0.52336ZM1.45605 2.5927C1.56827 8.525 6.08397 13.3538 11.875 13.9706H11.8818C12.1415 13.9994 12.3652 14.0204 12.5713 14.0204C12.6965 14.0204 12.8171 14.0286 12.8994 14.0351L13.5029 11.2226L10.6152 9.98723L9.76172 11.0175C9.30761 11.5642 8.52431 11.701 7.91113 11.3417C6.34965 10.4267 5.05748 9.13743 4.14062 7.57805C3.77988 6.96409 3.91746 6.17881 4.46582 5.72453L5.49414 4.87199L4.25781 1.99309L1.45605 2.5927Z" fill="black"/>
3
+ <path d="M15.252 0.999922C15.6661 0.999922 16.0019 1.33579 16.002 1.74992V5.24992C16.002 5.66414 15.6662 5.99992 15.252 5.99992C14.8377 5.99992 14.502 5.66414 14.502 5.24992V3.56047L11.7822 6.2802C11.4893 6.57309 11.0146 6.57309 10.7217 6.2802L8.22168 3.7802C7.92882 3.4873 7.9288 3.01253 8.22168 2.71965C8.51457 2.42686 8.98936 2.42682 9.28223 2.71965L11.252 4.68938L13.4414 2.49992H11.752C11.3377 2.49992 11.002 2.16414 11.002 1.74992C11.0021 1.33579 11.3378 0.999922 11.752 0.999922H15.252Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.19043 0.52336C4.74697 0.406434 5.30348 0.699341 5.50879 1.22551L6.91602 4.50188C7.12106 4.96974 7.00359 5.52572 6.59375 5.84758L5.3916 6.8427C6.13327 8.1041 7.15881 9.15958 8.39453 9.93742L8.64453 10.0898L9.64062 8.89055C9.96297 8.48122 10.5205 8.36363 10.9893 8.56828L14.2715 9.97258C14.7986 10.1774 15.0915 10.7334 14.9746 11.289L14.2715 14.5654L14.2451 14.663C14.0918 15.1418 13.6224 15.5019 13.1279 15.5019L12.8389 15.4872L12.5713 15.4726C12.2783 15.4726 11.9854 15.4432 11.7217 15.414C5.1283 14.7119 0 9.15304 0 2.36613C0.000401324 1.83993 0.3811 1.34253 0.908203 1.22551L4.19043 0.52336ZM1.45605 2.5927C1.56827 8.525 6.08397 13.3538 11.875 13.9706H11.8818C12.1415 13.9994 12.3652 14.0204 12.5713 14.0204C12.6965 14.0204 12.8171 14.0286 12.8994 14.0351L13.5029 11.2226L10.6152 9.98723L9.76172 11.0175C9.30761 11.5642 8.52431 11.701 7.91113 11.3417C6.34965 10.4267 5.05748 9.13743 4.14062 7.57805C3.77988 6.96409 3.91746 6.17881 4.46582 5.72453L5.49414 4.87199L4.25781 1.99309L1.45605 2.5927Z" fill="black"/>
3
+ <path d="M12.2217 0.719649C12.5145 0.426897 12.9894 0.426935 13.2822 0.719649L15.7822 3.21965C16.0751 3.51251 16.075 3.9873 15.7822 4.2802C15.4893 4.57309 15.0146 4.57309 14.7217 4.2802L12.752 2.31047L10.5625 4.49992H12.252C12.6661 4.49992 13.0019 4.83579 13.002 5.24992C13.002 5.66414 12.6662 5.99992 12.252 5.99992H8.75195C8.33774 5.99992 8.00195 5.66414 8.00195 5.24992V1.74992C8.00205 1.33579 8.3378 0.999922 8.75195 0.999922C9.16611 0.999922 9.50185 1.33579 9.50195 1.74992V3.43938L12.2217 0.719649Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.19043 0.523438C4.74703 0.406479 5.30353 0.699307 5.50879 1.22559L6.91602 4.50195C7.12107 4.96986 7.00366 5.52581 6.59375 5.84766L5.3916 6.84277C6.13328 8.1042 7.15877 9.15965 8.39453 9.9375L8.64453 10.0898L9.64062 8.89062C9.96297 8.48119 10.5205 8.36365 10.9893 8.56836L14.2715 9.97266C14.7986 10.1775 15.0916 10.7335 14.9746 11.2891L14.2715 14.5654L14.2451 14.6631C14.0918 15.1419 13.6224 15.502 13.1279 15.502L12.8389 15.4873L12.5713 15.4727C12.2783 15.4726 11.9854 15.4433 11.7217 15.4141C5.12829 14.712 0 9.15313 0 2.36621C0.000313165 1.83994 0.381039 1.34262 0.908203 1.22559L4.19043 0.523438ZM1.45605 2.59277C1.56827 8.52508 6.08396 13.3539 11.875 13.9707H11.8818C12.1415 13.9995 12.3652 14.0205 12.5713 14.0205C12.6965 14.0205 12.8171 14.0287 12.8994 14.0352L13.5029 11.2227L10.6152 9.9873L9.76172 11.0176C9.30761 11.5642 8.52431 11.701 7.91113 11.3418C6.34962 10.4268 5.0575 9.13754 4.14062 7.57812C3.77978 6.96415 3.91742 6.17892 4.46582 5.72461L5.49414 4.87207L4.25781 1.99316L1.45605 2.59277Z" fill="black"/>
3
+ <path d="M15.252 0C15.2969 0 15.341 0.0041257 15.3838 0.0117188C15.3893 0.012702 15.3949 0.0135405 15.4004 0.0146484C15.4138 0.0173339 15.4263 0.0229803 15.4395 0.0263672C15.4727 0.0349495 15.5061 0.0434318 15.5381 0.0566406C15.5884 0.0774286 15.6356 0.104044 15.6797 0.134766C15.7156 0.159776 15.7502 0.187722 15.7822 0.219727C15.8306 0.268122 15.868 0.3232 15.9004 0.379883C15.9159 0.40703 15.9322 0.433752 15.9443 0.462891C15.965 0.512886 15.9798 0.564596 15.9893 0.617188C15.997 0.660347 16.002 0.704619 16.002 0.75V4.75C16.002 5.16421 15.6662 5.5 15.252 5.5C14.8377 5.5 14.502 5.16421 14.502 4.75V2.56055L11.0322 6.03027C10.7394 6.32315 10.2646 6.32311 9.97168 6.03027C9.67879 5.73738 9.67879 5.26262 9.97168 4.96973L13.4414 1.5H11.252C10.8377 1.5 10.502 1.16421 10.502 0.75C10.502 0.335786 10.8377 0 11.252 0H15.252Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.19043 0.52336C4.74697 0.406434 5.30348 0.699341 5.50879 1.22551L6.91602 4.50188C7.12106 4.96974 7.00359 5.52572 6.59375 5.84758L5.3916 6.8427C6.13327 8.1041 7.15881 9.15958 8.39453 9.93742L8.64453 10.0898L9.64062 8.89055C9.96297 8.48122 10.5205 8.36363 10.9893 8.56828L14.2715 9.97258C14.7986 10.1774 15.0915 10.7334 14.9746 11.289L14.2715 14.5654L14.2451 14.663C14.0918 15.1418 13.6224 15.5019 13.1279 15.5019L12.8389 15.4872L12.5713 15.4726C12.2783 15.4726 11.9854 15.4432 11.7217 15.414C5.1283 14.7119 0 9.15304 0 2.36613C0.000401324 1.83993 0.3811 1.34253 0.908203 1.22551L4.19043 0.52336ZM1.45605 2.5927C1.56827 8.525 6.08397 13.3538 11.875 13.9706H11.8818C12.1415 13.9994 12.3652 14.0204 12.5713 14.0204C12.6965 14.0204 12.8171 14.0286 12.8994 14.0351L13.5029 11.2226L10.6152 9.98723L9.76172 11.0175C9.30761 11.5642 8.52431 11.701 7.91113 11.3417C6.34965 10.4267 5.05748 9.13743 4.14062 7.57805C3.77988 6.96409 3.91746 6.17881 4.46582 5.72453L5.49414 4.87199L4.25781 1.99309L1.45605 2.5927Z" fill="black"/>
3
+ <path d="M13.7217 0.719649C14.0145 0.426821 14.4893 0.426859 14.7822 0.719649C15.0751 1.01253 15.0751 1.4873 14.7822 1.7802L13.3125 3.24992L14.7822 4.71965C15.0751 5.01251 15.075 5.48729 14.7822 5.7802C14.4893 6.07309 14.0146 6.07309 13.7217 5.7802L12.252 4.31047L10.7822 5.7802C10.4893 6.07309 10.0146 6.07309 9.72168 5.7802C9.42888 5.48729 9.42882 5.01251 9.72168 4.71965L11.1914 3.24992L9.72168 1.7802C9.42882 1.4873 9.4288 1.01253 9.72168 0.719649C10.0146 0.426859 10.4894 0.426821 10.7822 0.719649L12.252 2.18938L13.7217 0.719649Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0.75 4.5C1.16421 4.5 1.5 4.83579 1.5 5.25V11C1.5 12.933 3.067 14.5 5 14.5H10.75C11.1642 14.5 11.5 14.8358 11.5 15.25C11.5 15.6642 11.1642 16 10.75 16H5C2.23858 16 0 13.7614 0 11V5.25C0 4.83579 0.335786 4.5 0.75 4.5Z" fill="black"/>
3
+ <path d="M11.2197 4.71973C11.5126 4.42683 11.9874 4.42683 12.2803 4.71973C12.5731 5.01262 12.5731 5.4874 12.2803 5.78027L9.28027 8.78027C8.9874 9.07315 8.51262 9.07311 8.21973 8.78027L6.46973 7.03027C6.17683 6.73738 6.17683 6.26262 6.46973 5.96973C6.76262 5.67683 7.23738 5.67683 7.53027 5.96973L8.75 7.18945L11.2197 4.71973Z" fill="black"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13 0.5C14.3807 0.5 15.5 1.61929 15.5 3V10.5C15.5 11.7943 14.5164 12.8592 13.2559 12.9873L13 13H5.5L5.24414 12.9873C4.06772 12.8677 3.13227 11.9323 3.0127 10.7559L3 10.5V3C3 1.61929 4.11929 0.5 5.5 0.5H13ZM5.5 2C4.94772 2 4.5 2.44772 4.5 3V10.5C4.5 11.0523 4.94772 11.5 5.5 11.5H13C13.5523 11.5 14 11.0523 14 10.5V3C14 2.44772 13.5523 2 13 2H5.5Z" fill="black"/>
5
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7887_26100)">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.92285 9.5C10.7268 9.5 13 11.7732 13 14.5771L12.9951 14.6709C12.9512 15.1056 12.6056 15.4512 12.1709 15.4951L12.0771 15.5H0.922852C0.444882 15.4999 0.051967 15.1365 0.00488281 14.6709L0 14.5771C0 11.8609 2.13305 9.64294 4.81543 9.50684L5.07715 9.5H7.92285ZM5.07715 11C3.29811 11 1.82277 12.2989 1.54688 14H11.4531C11.1772 12.2989 9.70189 11 7.92285 11H5.07715Z" fill="black"/>
4
+ <path d="M13.25 4C13.6642 4 14 4.33579 14 4.75V6H15.25C15.6642 6 16 6.33579 16 6.75C16 7.16421 15.6642 7.5 15.25 7.5H14V8.75C14 9.16421 13.6642 9.5 13.25 9.5C12.8358 9.5 12.5 9.16421 12.5 8.75V7.5H11.25C10.8358 7.5 10.5 7.16421 10.5 6.75C10.5 6.33579 10.8358 6 11.25 6H12.5V4.75C12.5 4.33579 12.8358 4 13.25 4Z" fill="black"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 0.5C8.57107 0.5 10.25 2.17893 10.25 4.25C10.25 6.32107 8.57107 8 6.5 8C4.42893 8 2.75 6.32107 2.75 4.25C2.75 2.17893 4.42893 0.5 6.5 0.5ZM6.5 2C5.25736 2 4.25 3.00736 4.25 4.25C4.25 5.49264 5.25736 6.5 6.5 6.5C7.74264 6.5 8.75 5.49264 8.75 4.25C8.75 3.00736 7.74264 2 6.5 2Z" fill="black"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_7887_26100">
9
+ <rect width="16" height="16" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.96973 5.46973C7.26262 5.17683 7.73738 5.17683 8.03027 5.46973C8.32311 5.76262 8.32315 6.2374 8.03027 6.53027L5.31055 9.25H7C7.41421 9.25 7.75 9.58579 7.75 10C7.75 10.4142 7.41421 10.75 7 10.75H3.5C3.08579 10.75 2.75 10.4142 2.75 10V6.5C2.75 6.08579 3.08579 5.75 3.5 5.75C3.91421 5.75 4.25 6.08579 4.25 6.5V8.18945L6.96973 5.46973Z" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2041 2.51074C10.2128 2.613 11 3.46435 11 4.5V11.5L10.9893 11.7041C10.8938 12.6457 10.1457 13.3938 9.2041 13.4893L9 13.5H2C0.964349 13.5 0.113005 12.7128 0.0107422 11.7041L0 11.5V4.5C3.22133e-08 3.39543 0.895431 2.5 2 2.5H9L9.2041 2.51074ZM2 4C1.72386 4 1.5 4.22386 1.5 4.5V11.5C1.5 11.7761 1.72386 12 2 12H9C9.27614 12 9.5 11.7761 9.5 11.5V4.5C9.5 4.22386 9.27614 4 9 4H2Z" fill="black"/>
4
+ <path d="M14.3936 3.5752C15.1776 3.33868 15.9996 3.92352 16 4.77344V11.2266C16 12.1336 15.0645 12.7384 14.2373 12.3662L12 11.3594V9.71484L14.5 10.8398V5.15918L12 6.28418V4.63965L14.2373 3.63379L14.3936 3.5752Z" fill="black"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.5 5.25C7.91421 5.25 8.25 5.58579 8.25 6V9.5C8.25 9.91421 7.91421 10.25 7.5 10.25C7.08579 10.25 6.75 9.91421 6.75 9.5V7.81055L4.03027 10.5303C3.7374 10.8231 3.26262 10.8231 2.96973 10.5303C2.67683 10.2374 2.67683 9.76262 2.96973 9.46973L5.68945 6.75H4C3.58579 6.75 3.25 6.41421 3.25 6C3.25 5.58579 3.58579 5.25 4 5.25H7.5Z" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2041 2.51074C10.2128 2.613 11 3.46435 11 4.5V11.5L10.9893 11.7041C10.8938 12.6457 10.1457 13.3938 9.2041 13.4893L9 13.5H2C0.964349 13.5 0.113005 12.7128 0.0107422 11.7041L0 11.5V4.5C3.22133e-08 3.39543 0.895431 2.5 2 2.5H9L9.2041 2.51074ZM2 4C1.72386 4 1.5 4.22386 1.5 4.5V11.5C1.5 11.7761 1.72386 12 2 12H9C9.27614 12 9.5 11.7761 9.5 11.5V4.5C9.5 4.22386 9.27614 4 9 4H2Z" fill="black"/>
4
+ <path d="M14.3936 3.5752C15.1776 3.33868 15.9996 3.92352 16 4.77344V11.2266C16 12.1336 15.0645 12.7384 14.2373 12.3662L12 11.3594V9.71484L14.5 10.8398V5.15918L12 6.28418V4.63965L14.2373 3.63379L14.3936 3.5752Z" fill="black"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.71973 5.71973C7.01262 5.42683 7.48738 5.42683 7.78027 5.71973C8.07311 6.01262 8.07315 6.4874 7.78027 6.78027L6.56055 8L7.78027 9.21973C8.07311 9.51262 8.07315 9.9874 7.78027 10.2803C7.4874 10.5731 7.01262 10.5731 6.71973 10.2803L5.5 9.06055L4.28027 10.2803C3.9874 10.5731 3.51262 10.5731 3.21973 10.2803C2.92683 9.98738 2.92683 9.51262 3.21973 9.21973L4.43945 8L3.21973 6.78027C2.92683 6.48738 2.92683 6.01262 3.21973 5.71973C3.51262 5.42683 3.98738 5.42683 4.28027 5.71973L5.5 6.93945L6.71973 5.71973Z" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2041 2.51074C10.2128 2.613 11 3.46435 11 4.5V11.5L10.9893 11.7041C10.8938 12.6457 10.1457 13.3938 9.2041 13.4893L9 13.5H2C0.964349 13.5 0.113005 12.7128 0.0107422 11.7041L0 11.5V4.5C3.22133e-08 3.39543 0.895431 2.5 2 2.5H9L9.2041 2.51074ZM2 4C1.72386 4 1.5 4.22386 1.5 4.5V11.5C1.5 11.7761 1.72386 12 2 12H9C9.27614 12 9.5 11.7761 9.5 11.5V4.5C9.5 4.22386 9.27614 4 9 4H2Z" fill="black"/>
4
+ <path d="M14.3936 3.5752C15.1776 3.33868 15.9996 3.92352 16 4.77344V11.2266C16 12.1336 15.0645 12.7384 14.2373 12.3662L12 11.3594V9.71484L14.5 10.8398V5.15918L12 6.28418V4.63965L14.2373 3.63379L14.3936 3.5752Z" fill="black"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.12495 0C10.6911 0 12.7928 1.98289 12.9843 4.5H14.2167C15.1479 4.5 15.8538 5.33946 15.6943 6.25684L14.5048 13.0996C14.2133 14.776 12.7581 15.9999 11.0566 16H4.94429C3.24273 15.9999 1.78759 14.776 1.49604 13.0996L0.305615 6.25684C0.146261 5.33972 0.852361 4.50039 1.78315 4.5H3.26655C3.45811 1.98299 5.55891 0.000125451 8.12495 0ZM10.7958 7.06055C10.4153 6.89744 9.97381 7.07368 9.8105 7.4541L9.74995 7.5957C9.44996 8.29569 8.7615 8.74992 7.99995 8.75C7.23835 8.75 6.54999 8.29571 6.24995 7.5957L6.1894 7.4541C6.02614 7.07368 5.58462 6.89756 5.20405 7.06055C4.82357 7.22383 4.64738 7.66529 4.8105 8.0459L4.87104 8.18652C5.40745 9.43805 6.63831 10.25 7.99995 10.25C9.36154 10.2499 10.5925 9.43803 11.1289 8.18652L11.1894 8.0459C11.3524 7.66537 11.1762 7.22389 10.7958 7.06055ZM8.12495 2C6.66447 2.00012 5.46121 3.08963 5.27729 4.5H10.9726C10.7887 3.08958 9.58553 2 8.12495 2Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 4.75C12 3.50736 10.9926 2.5 9.75 2.5H2.25C1.00736 2.5 0 3.50736 0 4.75V11.25C0 12.4926 1.00736 13.5 2.25 13.5H2.75V15.25C2.75 15.5533 2.93273 15.8268 3.21299 15.9429C3.49324 16.059 3.81583 15.9948 4.03033 15.7803L6.31066 13.5H9.75C10.9926 13.5 12 12.4926 12 11.25V4.75Z" fill="black"/>
3
+ <path d="M9.75 1.5H4.12803C4.43691 0.626106 5.27034 0 6.25 0H13.75C14.9926 0 16 1.00736 16 2.25V8.75C16 9.99264 14.9926 11 13.75 11H13V4.75C13 2.95507 11.5449 1.5 9.75 1.5Z" fill="black"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 4.75342C12 3.51078 10.9926 2.50342 9.75 2.50342H2.25C1.00736 2.50342 0 3.51078 0 4.75342V11.2534C0 12.4961 1.00736 13.5034 2.25 13.5034H2.75V15.2534C2.75 15.5568 2.93273 15.8302 3.21299 15.9463C3.49324 16.0624 3.81583 15.9982 4.03033 15.7837L6.31066 13.5034H9.75C10.9926 13.5034 12 12.4961 12 11.2534V4.75342Z" fill="black"/>
3
- <path d="M9.75 1.50342H4.12803C4.43691 0.629524 5.27034 0.00341797 6.25 0.00341797H13.75C14.9926 0.00341797 16 1.01078 16 2.25342V8.75342C16 9.99606 14.9926 11.0034 13.75 11.0034H13V4.75342C13 2.95849 11.5449 1.50342 9.75 1.50342Z" fill="black"/>
4
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.75 4C14.9926 4 16 5.00736 16 6.25V11.75C16 12.9081 15.1249 13.8599 14 13.9844V15.25C14 15.5266 13.8474 15.7806 13.6035 15.9111C13.3597 16.0415 13.0641 16.0274 12.834 15.874L10.0234 14H7.75C6.50736 14 5.5 12.9926 5.5 11.75V11.5195L6.2793 11H8.25C10.0449 11 11.5 9.54492 11.5 7.75V4H13.75Z" fill="black"/>
3
+ <path d="M8.25 0C9.49264 0 10.5 1.00736 10.5 2.25V7.75C10.5 8.99264 9.49264 10 8.25 10H5.97656L3.16602 11.874C3.07976 11.9315 2.98425 11.9692 2.88574 11.9873C2.82006 11.9994 2.75307 12.0028 2.68652 11.9971C2.58668 11.9885 2.48794 11.96 2.39648 11.9111C2.15262 11.7806 2 11.5266 2 11.25V9.98438C0.875112 9.85992 0 8.90807 0 7.75V2.25C0 1.00736 1.00736 1.28851e-07 2.25 0H8.25Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.43164 0.538029C3.98897 0.391362 4.60521 0.6555 4.81055 1.21283L5.98438 4.02826C6.18971 4.4976 6.0718 5.05521 5.66113 5.37787L4.22363 6.581C5.19163 8.63421 6.86378 10.3064 8.91699 11.2744L10.1201 9.83686C10.4428 9.42619 11.0004 9.30828 11.4697 9.51362L14.2852 10.6874C14.8425 10.8928 15.1066 11.509 14.96 12.0663L14.2559 14.6474C14.1092 15.1459 13.6694 15.4979 13.1416 15.498C5.86693 15.498 0 9.63106 0 2.35639C8.6513e-05 1.82852 0.352051 1.38882 0.850586 1.24213L3.43164 0.538029Z" fill="black"/>
3
+ <path d="M14.7217 0.21967C15.0146 -0.0732233 15.4893 -0.0732233 15.7822 0.21967C16.075 0.51257 16.0751 0.987352 15.7822 1.28022L12.0625 4.99994H14.252C14.6662 4.99994 15.002 5.33573 15.002 5.74994C15.0019 6.16413 14.6661 6.49994 14.252 6.49994H10.252C9.83776 6.49994 9.50198 6.16413 9.50195 5.74994V1.74994C9.50195 1.33573 9.83774 0.999943 10.252 0.999943C10.6662 0.999943 11.002 1.33573 11.002 1.74994V3.9394L14.7217 0.21967Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.43164 0.53826C3.98897 0.391593 4.60521 0.65573 4.81055 1.21306L5.98438 4.02849C6.18971 4.49783 6.0718 5.05544 5.66113 5.3781L4.22363 6.58123C5.19163 8.63443 6.86378 10.3066 8.91699 11.2746L10.1201 9.83709C10.4428 9.42642 11.0004 9.30851 11.4697 9.51385L14.2852 10.6877C14.8425 10.893 15.1066 11.5092 14.96 12.0666L14.2559 14.6476C14.1092 15.1461 13.6694 15.4981 13.1416 15.4982C5.86693 15.4982 0 9.6313 0 2.35662C8.04485e-05 1.82875 0.352048 1.38905 0.850586 1.24236L3.43164 0.53826Z" fill="black"/>
3
+ <path d="M15.252 1.00017C15.6662 1.00017 16.002 1.33596 16.002 1.75017V5.25017C16.0019 5.66435 15.6661 6.00017 15.252 6.00017C14.8378 6.00017 14.502 5.66435 14.502 5.25017V3.56072L11.7822 6.28045C11.4894 6.57327 11.0146 6.57324 10.7217 6.28045L8.22168 3.78045C7.9288 3.48757 7.92882 3.0128 8.22168 2.7199C8.51457 2.42701 8.98933 2.42701 9.28223 2.7199L11.252 4.68963L13.4414 2.50017H11.752C11.3378 2.50017 11.002 2.16436 11.002 1.75017C11.002 1.33596 11.3377 1.00017 11.752 1.00017H15.252Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.43164 0.53826C3.98897 0.391593 4.60521 0.65573 4.81055 1.21306L5.98438 4.02849C6.18971 4.49783 6.0718 5.05544 5.66113 5.3781L4.22363 6.58123C5.19163 8.63443 6.86378 10.3066 8.91699 11.2746L10.1201 9.83709C10.4428 9.42642 11.0004 9.30851 11.4697 9.51385L14.2852 10.6877C14.8425 10.893 15.1066 11.5092 14.96 12.0666L14.2559 14.6476C14.1092 15.1461 13.6694 15.4981 13.1416 15.4982C5.86693 15.4982 0 9.6313 0 2.35662C8.04485e-05 1.82875 0.352048 1.38905 0.850586 1.24236L3.43164 0.53826Z" fill="black"/>
3
+ <path d="M12.2217 0.7199C12.5146 0.427015 12.9893 0.427029 13.2822 0.7199L15.7822 3.2199C16.0751 3.51279 16.0751 3.98755 15.7822 4.28045C15.4893 4.57331 15.0146 4.57333 14.7217 4.28045L12.752 2.31072L10.5625 4.50017H12.252C12.6662 4.50017 13.002 4.83596 13.002 5.25017C13.0019 5.66435 12.6661 6.00017 12.252 6.00017H8.75195C8.33776 6.00017 8.00199 5.66435 8.00195 5.25017V1.75017C8.00195 1.33596 8.33774 1.00017 8.75195 1.00017C9.16617 1.00017 9.50195 1.33596 9.50195 1.75017V3.43963L12.2217 0.7199Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.43164 0.538086C3.98897 0.391419 4.60521 0.655557 4.81055 1.21289L5.98438 4.02832C6.18971 4.49765 6.0718 5.05526 5.66113 5.37793L4.22363 6.58105C5.19162 8.63428 6.86377 10.3064 8.91699 11.2744L10.1201 9.83691C10.4428 9.42625 11.0004 9.30834 11.4697 9.51367L14.2852 10.6875C14.8425 10.8928 15.1066 11.5091 14.96 12.0664L14.2559 14.6475C14.1092 15.146 13.6694 15.4979 13.1416 15.498C5.86693 15.498 0 9.63112 0 2.35645C0.00011171 1.8286 0.35206 1.38887 0.850586 1.24219L3.43164 0.538086Z" fill="black"/>
3
+ <path d="M15.252 0C15.2969 0 15.341 0.0041257 15.3838 0.0117188C15.3893 0.012702 15.3949 0.0135405 15.4004 0.0146484C15.4138 0.0173339 15.4263 0.0229803 15.4395 0.0263672C15.4727 0.0349495 15.5061 0.0434318 15.5381 0.0566406C15.5884 0.0774286 15.6356 0.104044 15.6797 0.134766C15.7156 0.159776 15.7502 0.187722 15.7822 0.219727C15.8306 0.268122 15.868 0.3232 15.9004 0.379883C15.9159 0.40703 15.9322 0.433752 15.9443 0.462891C15.9643 0.511032 15.9788 0.560746 15.9883 0.611328C15.9967 0.656319 16.002 0.702566 16.002 0.75V4.75C16.002 5.16421 15.6662 5.5 15.252 5.5C14.8377 5.5 14.502 5.16421 14.502 4.75V2.56055L11.0322 6.03027C10.7394 6.32315 10.2646 6.32311 9.97168 6.03027C9.67879 5.73738 9.67879 5.26262 9.97168 4.96973L13.4414 1.5H11.252C10.8377 1.5 10.502 1.16421 10.502 0.75C10.502 0.335786 10.8377 0 11.252 0H15.252Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.43164 0.53826C3.98897 0.391593 4.60521 0.65573 4.81055 1.21306L5.98438 4.02849C6.18971 4.49783 6.0718 5.05544 5.66113 5.3781L4.22363 6.58123C5.19163 8.63443 6.86378 10.3066 8.91699 11.2746L10.1201 9.83709C10.4428 9.42642 11.0004 9.30851 11.4697 9.51385L14.2852 10.6877C14.8425 10.893 15.1066 11.5092 14.96 12.0666L14.2559 14.6476C14.1092 15.1461 13.6694 15.4981 13.1416 15.4982C5.86693 15.4982 0 9.6313 0 2.35662C8.04485e-05 1.82875 0.352048 1.38905 0.850586 1.24236L3.43164 0.53826Z" fill="black"/>
3
+ <path d="M13.7217 0.7199C14.0146 0.427007 14.4893 0.427007 14.7822 0.7199C15.0751 1.0128 15.0751 1.48757 14.7822 1.78045L13.3125 3.25017L14.7822 4.7199C15.075 5.0128 15.0751 5.48758 14.7822 5.78045C14.4894 6.07327 14.0146 6.07324 13.7217 5.78045L12.252 4.31072L10.7822 5.78045C10.4893 6.07324 10.0145 6.07327 9.72168 5.78045C9.42882 5.48758 9.42888 5.0128 9.72168 4.7199L11.1914 3.25017L9.72168 1.78045C9.4288 1.48757 9.42882 1.0128 9.72168 0.7199C10.0146 0.427007 10.4893 0.427007 10.7822 0.7199L12.252 2.18963L13.7217 0.7199Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0.75 4.5C1.16421 4.5 1.5 4.83579 1.5 5.25V11C1.5 12.933 3.067 14.5 5 14.5H10.75C11.1642 14.5 11.5 14.8358 11.5 15.25C11.5 15.6642 11.1642 16 10.75 16H5C2.23858 16 0 13.7614 0 11V5.25C0 4.83579 0.335786 4.5 0.75 4.5Z" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13 0.5C14.3807 0.5 15.5 1.61929 15.5 3V10.5C15.5 11.8807 14.3807 13 13 13H5.5C4.11929 13 3 11.8807 3 10.5V3C3 1.61929 4.11929 0.5 5.5 0.5H13ZM12.2803 4.71973C11.9874 4.42683 11.5126 4.42683 11.2197 4.71973L8.75 7.18945L7.53027 5.96973C7.23738 5.67683 6.76262 5.67683 6.46973 5.96973C6.17683 6.26262 6.17683 6.73738 6.46973 7.03027L8.21973 8.78027C8.51262 9.07311 8.9874 9.07315 9.28027 8.78027L12.2803 5.78027C12.5731 5.4874 12.5731 5.01262 12.2803 4.71973Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7887_26102)">
3
+ <path d="M7.92285 9.5C10.7268 9.5 13 11.7732 13 14.5771C12.9999 15.0868 12.5868 15.4999 12.0771 15.5H0.922852C0.413229 15.4999 0.000121759 15.0868 0 14.5771C0 11.7732 2.27324 9.5 5.07715 9.5H7.92285Z" fill="black"/>
4
+ <path d="M13.25 4C13.6642 4 14 4.33579 14 4.75V6H15.25C15.6642 6 16 6.33579 16 6.75C16 7.16421 15.6642 7.5 15.25 7.5H14V8.75C14 9.16421 13.6642 9.5 13.25 9.5C12.8358 9.5 12.5 9.16421 12.5 8.75V7.5H11.25C10.8358 7.5 10.5 7.16421 10.5 6.75C10.5 6.33579 10.8358 6 11.25 6H12.5V4.75C12.5 4.33579 12.8358 4 13.25 4Z" fill="black"/>
5
+ <path d="M6.5 0.5C8.57107 0.5 10.25 2.17893 10.25 4.25C10.25 6.32107 8.57107 8 6.5 8C4.42893 8 2.75 6.32107 2.75 4.25C2.75 2.17893 4.42893 0.5 6.5 0.5Z" fill="black"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_7887_26102">
9
+ <rect width="16" height="16" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9 2.5C10.1046 2.5 11 3.39543 11 4.5V11.5C11 12.6046 10.1046 13.5 9 13.5H2C0.895431 13.5 0 12.6046 0 11.5V4.5C0 3.39543 0.895431 2.5 2 2.5H9ZM8.03027 5.46973C7.73738 5.17683 7.26262 5.17683 6.96973 5.46973L4.25 8.18945V6.5C4.25 6.08579 3.91421 5.75 3.5 5.75C3.08579 5.75 2.75 6.08579 2.75 6.5V10C2.75006 10.4142 3.08582 10.75 3.5 10.75H7C7.41418 10.75 7.74994 10.4142 7.75 10C7.75 9.58579 7.41421 9.25 7 9.25H5.31055L8.03027 6.53027C8.32313 6.23742 8.32305 5.76263 8.03027 5.46973Z" fill="black"/>
3
+ <path d="M14.5723 3.5625C15.2174 3.25304 15.9994 3.71857 16 4.4668V11.5332C15.9994 12.3313 15.1096 12.8077 14.4453 12.3652L12 10.7344V5.26465L14.4453 3.63477L14.5723 3.5625Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9 2.5C10.1046 2.5 11 3.39543 11 4.5V11.5C11 12.6046 10.1046 13.5 9 13.5H2C0.895431 13.5 0 12.6046 0 11.5V4.5C0 3.39543 0.895431 2.5 2 2.5H9ZM4 5.25C3.58579 5.25 3.25 5.58579 3.25 6C3.25 6.41421 3.58579 6.75 4 6.75H5.68945L2.96973 9.46973C2.67683 9.76262 2.67683 10.2374 2.96973 10.5303C3.26263 10.8231 3.73742 10.8231 4.03027 10.5303L6.75 7.81055V9.5C6.75 9.91421 7.08579 10.25 7.5 10.25C7.91416 10.2499 8.25 9.91418 8.25 9.5V6C8.25 5.58582 7.91416 5.25006 7.5 5.25H4Z" fill="black"/>
3
+ <path d="M14.5723 3.5625C15.2174 3.25304 15.9994 3.71857 16 4.4668V11.5332C15.9995 12.3314 15.1097 12.8078 14.4453 12.3652L12 10.7344V5.26465L14.4453 3.63477L14.5723 3.5625Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9 2.5C10.1046 2.5 11 3.39543 11 4.5V11.5C11 12.6046 10.1046 13.5 9 13.5H2C0.895431 13.5 0 12.6046 0 11.5V4.5C0 3.39543 0.895431 2.5 2 2.5H9ZM7.78027 5.71973C7.48738 5.42683 7.01262 5.42683 6.71973 5.71973L5.5 6.93945L4.28027 5.71973C3.98738 5.42683 3.51262 5.42683 3.21973 5.71973C2.92683 6.01262 2.92683 6.48738 3.21973 6.78027L4.43945 8L3.21973 9.21973C2.92683 9.51262 2.92683 9.98738 3.21973 10.2803C3.51263 10.573 3.98744 10.5731 4.28027 10.2803L5.5 9.06055L6.71973 10.2803C7.01263 10.573 7.48744 10.5731 7.78027 10.2803C8.07311 9.98744 8.073 9.51263 7.78027 9.21973L6.56055 8L7.78027 6.78027C8.07311 6.48744 8.073 6.01263 7.78027 5.71973Z" fill="black"/>
3
+ <path d="M14.5723 3.5625C15.2174 3.25304 15.9994 3.71857 16 4.4668V11.5332C15.9995 12.3314 15.1097 12.8078 14.4453 12.3652L12 10.7344V5.26465L14.4453 3.63477L14.5723 3.5625Z" fill="black"/>
4
+ </svg>