@7shifts/sous-chef 3.23.0 → 3.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -864,17 +864,17 @@ var IconInfoCircle = React.forwardRef(function (_ref, ref) {
864
864
  props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
865
865
 
866
866
  return React__default.createElement("svg", Object.assign({
867
- viewBox: "0 0 20 20",
868
- fill: "none",
869
867
  xmlns: "http://www.w3.org/2000/svg",
868
+ fill: "none",
869
+ viewBox: "0 0 20 20",
870
870
  style: getIconStyles(props),
871
871
  "data-testid": testId,
872
872
  ref: ref
873
873
  }, props), React__default.createElement("path", {
874
+ fill: "currentColor",
874
875
  fillRule: "evenodd",
875
- clipRule: "evenodd",
876
876
  d: "M.313 10C.313 4.652 4.65.312 10 .312s9.688 4.34 9.688 9.688A9.687 9.687 0 0 1 10 19.688 9.687 9.687 0 0 1 .312 10Zm18.125 0c0-4.685-3.804-8.438-8.438-8.438A8.437 8.437 0 0 0 1.562 10 8.435 8.435 0 0 0 10 18.438 8.435 8.435 0 0 0 18.438 10Zm-9.844 3.75h.469V9.062h-.47a.469.469 0 0 1-.468-.468V8.28c0-.259.21-.469.469-.469h1.875c.259 0 .469.21.469.47v5.468h.468c.26 0 .469.21.469.469v.312c0 .26-.21.469-.469.469H8.594a.469.469 0 0 1-.469-.469v-.312c0-.26.21-.469.469-.469Zm.156-8.125a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Z",
877
- fill: "currentColor"
877
+ clipRule: "evenodd"
878
878
  }));
879
879
  });
880
880
  IconInfoCircle.displayName = 'IconInfoCircle';
@@ -886,17 +886,17 @@ var IconAnalytics = React.forwardRef(function (_ref, ref) {
886
886
  props = _objectWithoutPropertiesLoose(_ref, _excluded$4);
887
887
 
888
888
  return React__default.createElement("svg", Object.assign({
889
- viewBox: "0 0 20 20",
890
- fill: "none",
891
889
  xmlns: "http://www.w3.org/2000/svg",
890
+ fill: "none",
891
+ viewBox: "0 0 20 20",
892
892
  style: getIconStyles(props),
893
893
  "data-testid": testId,
894
894
  ref: ref
895
895
  }, props), React__default.createElement("path", {
896
+ fill: "currentColor",
896
897
  fillRule: "evenodd",
897
- clipRule: "evenodd",
898
898
  d: "M18.333 4.444c-.322 0-.62-.095-.876-.254l-3.11 2.489c.059.171.097.352.097.543a1.667 1.667 0 1 1-3.333 0c0-.191.039-.372.098-.543L8.1 4.189a1.652 1.652 0 0 1-.877.255 1.65 1.65 0 0 1-.714-.166l-3.341 3.34c.103.218.166.458.166.715a1.667 1.667 0 1 1-1.666-1.666c.257 0 .497.062.714.166l3.341-3.34a1.65 1.65 0 0 1-.166-.715 1.667 1.667 0 1 1 3.333 0c0 .191-.039.372-.098.543L11.9 5.81c.256-.159.554-.255.877-.255.322 0 .62.096.876.255l3.11-2.49a1.65 1.65 0 0 1-.097-.542 1.667 1.667 0 1 1 1.666 1.666Zm-1.666 3.89c0-.308.248-.556.555-.556h2.222c.307 0 .556.248.556.555v10a.555.555 0 0 1-.556.556h-2.222a.555.555 0 0 1-.555-.556v-10ZM3.333 13.888a.555.555 0 0 0-.555-.556H.556A.555.555 0 0 0 0 13.89v4.444c0 .307.249.556.556.556h2.222a.555.555 0 0 0 .555-.556V13.89Zm-1.11.555v3.334H1.11v-3.334h1.111Zm15.555 3.334v-8.89h1.11v8.89h-1.11Zm.555-15.556a.556.556 0 1 1-.001 1.113.556.556 0 0 1 .001-1.113ZM1.111 8.333a.556.556 0 1 0 1.113-.001.556.556 0 0 0-1.113.001Zm6.111-5a.556.556 0 1 1 .002-1.112.556.556 0 0 1-.002 1.112Zm5 3.89a.556.556 0 1 0 1.113-.002.556.556 0 0 0-1.113.001Zm-3.889.555H6.111a.555.555 0 0 0-.555.555v10c0 .307.248.556.555.556h2.222a.555.555 0 0 0 .556-.556v-10a.555.555 0 0 0-.556-.555Zm-1.666 10h1.11v-8.89h-1.11v8.89Zm7.222-5.556h-2.222a.555.555 0 0 0-.556.556v5.555c0 .307.249.556.556.556h2.222a.555.555 0 0 0 .555-.556v-5.555a.555.555 0 0 0-.555-.556Zm-1.667 1.111v4.445h1.111v-4.445h-1.11Z",
899
- fill: "currentColor"
899
+ clipRule: "evenodd"
900
900
  }));
901
901
  });
902
902
  IconAnalytics.displayName = 'IconAnalytics';
@@ -908,17 +908,17 @@ var IconArrowDown = React.forwardRef(function (_ref, ref) {
908
908
  props = _objectWithoutPropertiesLoose(_ref, _excluded$5);
909
909
 
910
910
  return React__default.createElement("svg", Object.assign({
911
- viewBox: "0 0 20 20",
912
- fill: "none",
913
911
  xmlns: "http://www.w3.org/2000/svg",
912
+ fill: "none",
913
+ viewBox: "0 0 20 20",
914
914
  style: getIconStyles(props),
915
915
  "data-testid": testId,
916
916
  ref: ref
917
917
  }, props), React__default.createElement("path", {
918
+ fill: "currentColor",
918
919
  fillRule: "evenodd",
919
- clipRule: "evenodd",
920
920
  d: "m18.574 9.707-.277-.277a.47.47 0 0 0-.664 0l-6.969 6.972V1.72a.47.47 0 0 0-.469-.469h-.39a.47.47 0 0 0-.47.469v14.683L2.364 9.43a.47.47 0 0 0-.664 0l-.277.277a.47.47 0 0 0 0 .664l8.242 8.246a.47.47 0 0 0 .664 0l8.242-8.246a.466.466 0 0 0 .004-.664Z",
921
- fill: "currentColor"
921
+ clipRule: "evenodd"
922
922
  }));
923
923
  });
924
924
  IconArrowDown.displayName = 'IconArrowDown';
@@ -930,17 +930,17 @@ var IconArrowLeft = React.forwardRef(function (_ref, ref) {
930
930
  props = _objectWithoutPropertiesLoose(_ref, _excluded$6);
931
931
 
932
932
  return React__default.createElement("svg", Object.assign({
933
- viewBox: "0 0 20 20",
934
- fill: "none",
935
933
  xmlns: "http://www.w3.org/2000/svg",
934
+ fill: "none",
935
+ viewBox: "0 0 20 20",
936
936
  style: getIconStyles(props),
937
937
  "data-testid": testId,
938
938
  ref: ref
939
939
  }, props), React__default.createElement("path", {
940
+ fill: "currentColor",
940
941
  fillRule: "evenodd",
941
- clipRule: "evenodd",
942
942
  d: "m10.293 18.574.277-.277a.47.47 0 0 0 0-.664l-6.972-6.969H18.28a.47.47 0 0 0 .469-.469v-.39a.47.47 0 0 0-.469-.47H3.598l6.972-6.972a.47.47 0 0 0 0-.664l-.277-.277a.47.47 0 0 0-.664 0L1.383 9.664a.47.47 0 0 0 0 .664l8.246 8.242c.187.188.48.188.664.004Z",
943
- fill: "currentColor"
943
+ clipRule: "evenodd"
944
944
  }));
945
945
  });
946
946
  IconArrowLeft.displayName = 'IconArrowLeft';
@@ -952,17 +952,17 @@ var IconArrowRight = React.forwardRef(function (_ref, ref) {
952
952
  props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
953
953
 
954
954
  return React__default.createElement("svg", Object.assign({
955
- viewBox: "0 0 20 20",
956
- fill: "none",
957
955
  xmlns: "http://www.w3.org/2000/svg",
956
+ fill: "none",
957
+ viewBox: "0 0 20 20",
958
958
  style: getIconStyles(props),
959
959
  "data-testid": testId,
960
960
  ref: ref
961
961
  }, props), React__default.createElement("path", {
962
+ fill: "currentColor",
962
963
  fillRule: "evenodd",
963
- clipRule: "evenodd",
964
964
  d: "m9.707 1.426-.277.277a.47.47 0 0 0 0 .664l6.972 6.969H1.72a.47.47 0 0 0-.469.469v.39c0 .258.21.47.469.47h14.683L9.43 17.636a.47.47 0 0 0 0 .664l.277.277a.47.47 0 0 0 .664 0l8.246-8.242a.47.47 0 0 0 0-.664L10.371 1.43a.466.466 0 0 0-.664-.004Z",
965
- fill: "currentColor"
965
+ clipRule: "evenodd"
966
966
  }));
967
967
  });
968
968
  IconArrowRight.displayName = 'IconArrowRight';
@@ -974,15 +974,15 @@ var IconArrowToTop = React.forwardRef(function (_ref, ref) {
974
974
  props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
975
975
 
976
976
  return React__default.createElement("svg", Object.assign({
977
- viewBox: "0 0 20 20",
978
- fill: "none",
979
977
  xmlns: "http://www.w3.org/2000/svg",
978
+ fill: "none",
979
+ viewBox: "0 0 20 20",
980
980
  style: getIconStyles(props),
981
981
  "data-testid": testId,
982
982
  ref: ref
983
983
  }, props), React__default.createElement("path", {
984
- d: "m3.887 9.688 5.781-5.801a.47.47 0 0 1 .664 0l5.781 5.8a.47.47 0 0 1 0 .665l-.277.277a.47.47 0 0 1-.664 0l-4.508-4.531V18.28a.47.47 0 0 1-.469.469h-.39a.47.47 0 0 1-.47-.469V6.098l-4.507 4.527a.47.47 0 0 1-.664 0l-.277-.277a.465.465 0 0 1 0-.66ZM2.5 1.718v.313c0 .258.21.469.469.469H17.03a.47.47 0 0 0 .469-.469V1.72a.47.47 0 0 0-.469-.469H2.97a.47.47 0 0 0-.469.469Z",
985
- fill: "currentColor"
984
+ fill: "currentColor",
985
+ d: "m3.887 9.688 5.781-5.801a.47.47 0 0 1 .664 0l5.781 5.8a.47.47 0 0 1 0 .665l-.277.277a.47.47 0 0 1-.664 0l-4.508-4.531V18.28a.47.47 0 0 1-.469.469h-.39a.47.47 0 0 1-.47-.469V6.098l-4.507 4.527a.47.47 0 0 1-.664 0l-.277-.277a.465.465 0 0 1 0-.66ZM2.5 1.718v.313c0 .258.21.469.469.469H17.03a.47.47 0 0 0 .469-.469V1.72a.47.47 0 0 0-.469-.469H2.97a.47.47 0 0 0-.469.469Z"
986
986
  }));
987
987
  });
988
988
  IconArrowToTop.displayName = 'IconArrowToTop';
@@ -994,18 +994,18 @@ var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
994
994
  props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
995
995
 
996
996
  return React__default.createElement("svg", Object.assign({
997
- viewBox: "0 0 20 20",
998
- fill: "none",
999
997
  xmlns: "http://www.w3.org/2000/svg",
998
+ fill: "none",
999
+ viewBox: "0 0 20 20",
1000
1000
  style: getIconStyles(props),
1001
1001
  "data-testid": testId,
1002
1002
  ref: ref
1003
1003
  }, props), React__default.createElement("g", {
1004
1004
  clipPath: "url(#icon-arrow-turn-down-right_svg__a)"
1005
1005
  }, React__default.createElement("path", {
1006
- opacity: 0.9,
1006
+ fill: "currentColor",
1007
1007
  d: "m15.957 14.862 3.905-3.905a.47.47 0 0 0 0-.664l-3.905-3.906a.47.47 0 0 0-.664 0l-.332.332a.47.47 0 0 0 0 .665l2.537 2.538H1.406V5.938a.469.469 0 0 0-.137-.331L.8 5.138a.469.469 0 0 0-.8.331v4.921c0 .518.42.938.937.938h16.561l-2.537 2.538a.47.47 0 0 0 0 .664l.332.332a.47.47 0 0 0 .664 0Z",
1008
- fill: "currentColor"
1008
+ opacity: 0.9
1009
1009
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
1010
1010
  id: "icon-arrow-turn-down-right_svg__a"
1011
1011
  }, React__default.createElement("path", {
@@ -1022,17 +1022,17 @@ var IconArrowUp = React.forwardRef(function (_ref, ref) {
1022
1022
  props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
1023
1023
 
1024
1024
  return React__default.createElement("svg", Object.assign({
1025
- viewBox: "0 0 20 20",
1026
- fill: "none",
1027
1025
  xmlns: "http://www.w3.org/2000/svg",
1026
+ fill: "none",
1027
+ viewBox: "0 0 20 20",
1028
1028
  style: getIconStyles(props),
1029
1029
  "data-testid": testId,
1030
1030
  ref: ref
1031
1031
  }, props), React__default.createElement("path", {
1032
+ fill: "currentColor",
1032
1033
  fillRule: "evenodd",
1033
- clipRule: "evenodd",
1034
1034
  d: "m1.426 10.293.277.277a.47.47 0 0 0 .664 0l6.969-6.972V18.28c0 .258.21.469.469.469h.39a.47.47 0 0 0 .47-.469V3.598l6.972 6.972a.47.47 0 0 0 .664 0l.277-.277a.47.47 0 0 0 0-.664l-8.242-8.246a.47.47 0 0 0-.664 0L1.43 9.629a.466.466 0 0 0-.004.664Z",
1035
- fill: "currentColor"
1035
+ clipRule: "evenodd"
1036
1036
  }));
1037
1037
  });
1038
1038
  IconArrowUp.displayName = 'IconArrowUp';
@@ -1044,17 +1044,17 @@ var IconAward = React.forwardRef(function (_ref, ref) {
1044
1044
  props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
1045
1045
 
1046
1046
  return React__default.createElement("svg", Object.assign({
1047
- viewBox: "0 0 20 20",
1048
- fill: "none",
1049
1047
  xmlns: "http://www.w3.org/2000/svg",
1048
+ fill: "none",
1049
+ viewBox: "0 0 20 20",
1050
1050
  style: getIconStyles(props),
1051
1051
  "data-testid": testId,
1052
1052
  ref: ref
1053
1053
  }, props), React__default.createElement("path", {
1054
+ fill: "currentColor",
1054
1055
  fillRule: "evenodd",
1055
- clipRule: "evenodd",
1056
1056
  d: "M16.834 10.635a2.246 2.246 0 0 0 .563-2.134l-.05-.188c-.09-.34-.136-.51-.136-.68 0-.171.045-.342.136-.683l.05-.188c.2-.76-.016-1.577-.563-2.135l-.105-.106c-.27-.27-.4-.4-.486-.555-.08-.143-.122-.307-.204-.622l-.058-.218a2.205 2.205 0 0 0-1.545-1.57l-.182-.049c-.327-.087-.494-.132-.64-.216-.153-.089-.28-.221-.544-.493L12.967.69a2.183 2.183 0 0 0-2.122-.576l-.157.044c-.349.097-.52.145-.691.144-.166 0-.331-.046-.657-.137L9.154.115a2.179 2.179 0 0 0-2.12.578L6.907.82c-.25.257-.374.384-.52.469-.143.083-.307.127-.631.214l-.191.052a2.206 2.206 0 0 0-1.547 1.569l-.055.21c-.084.324-.127.489-.208.633-.085.151-.212.278-.47.54l-.12.12a2.245 2.245 0 0 0-.562 2.135l.05.187c.09.34.136.51.136.68 0 .17-.045.341-.136.683l-.05.189c-.2.76.016 1.577.563 2.134l.105.106c.27.27.4.401.485.556.08.143.123.306.205.622l.057.218c.078.297.23.559.414.793l-1.857 4.567a.623.623 0 0 0 .576.858h.002l.45-.017h.006l1.616-.062 1.41 1.49a.62.62 0 0 0 1.029-.193l2.041-5.021a.909.909 0 0 1 .588 0l2.04 5.02a.62.62 0 0 0 1.03.194l1.41-1.49 1.619.062.453.017h.003a.623.623 0 0 0 .575-.858l-1.856-4.567c.184-.234.335-.495.414-.792l.055-.21c.084-.324.127-.49.208-.634.085-.151.211-.278.47-.54l.12-.12ZM6.264 7.508A3.74 3.74 0 0 1 10 3.772a3.74 3.74 0 0 1 3.736 3.736A3.74 3.74 0 0 1 10 11.243a3.74 3.74 0 0 1-3.735-3.735Zm1.246 0A2.493 2.493 0 0 0 10 9.998a2.493 2.493 0 0 0 2.49-2.49A2.493 2.493 0 0 0 10 5.018a2.493 2.493 0 0 0-2.49 2.49ZM5.743 17.01l1.133 1.197 1.317-3.239a2.159 2.159 0 0 1-1.4-.642l-.013-.013c-.174-.178-.268-.273-.379-.34-.13-.08-.283-.12-.615-.207l-.221-.059c-.017-.005-.033-.012-.048-.02-.014-.006-.027-.013-.041-.018l-1.383 3.404 1.136-.044.514-.02Zm10.165.063-1.104-.042-.546-.021-1.134 1.197-1.319-3.245a2.152 2.152 0 0 0 1.402-.636l.015-.015c.18-.184.276-.281.389-.349.126-.075.274-.113.587-.194l.238-.061a.27.27 0 0 0 .047-.02c.014-.006.027-.013.042-.018l1.383 3.404Zm-1.8-4.567a.96.96 0 0 0 .67-.686c.157-.6.231-.894.375-1.148.144-.254.357-.469.793-.91a.995.995 0 0 0 .247-.946l-.002-.005c-.316-1.178-.316-1.18.002-2.366a.994.994 0 0 0-.247-.946c-.854-.861-.855-.866-1.146-1.972l-.022-.086a.96.96 0 0 0-.67-.685c-.585-.159-.875-.234-1.126-.38-.253-.147-.466-.365-.903-.813a.934.934 0 0 0-.907-.248c-.591.164-.882.245-1.172.245-.29 0-.58-.082-1.173-.245a.929.929 0 0 0-.906.25c-.438.444-.645.66-.894.806-.248.146-.536.222-1.135.385a.957.957 0 0 0-.67.685c-.157.6-.231.894-.375 1.148-.144.254-.357.469-.793.91a.995.995 0 0 0-.247.946c.318 1.182.317 1.186.003 2.361l-.003.01c-.089.339.006.7.247.946.854.861.855.866 1.146 1.972l.022.086a.96.96 0 0 0 .67.685l.186.05c.77.205.975.259 1.603.898a.92.92 0 0 0 1.158.137 2.184 2.184 0 0 1 2.322 0 .917.917 0 0 0 1.158-.136c.634-.647.84-.7 1.6-.899l.189-.05Z",
1057
- fill: "currentColor"
1057
+ clipRule: "evenodd"
1058
1058
  }));
1059
1059
  });
1060
1060
  IconAward.displayName = 'IconAward';
@@ -1066,40 +1066,40 @@ var IconAwfulMonochromatic = React.forwardRef(function (_ref, ref) {
1066
1066
  props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
1067
1067
 
1068
1068
  return React__default.createElement("svg", Object.assign({
1069
- viewBox: "0 0 20 20",
1070
- fill: "none",
1071
1069
  xmlns: "http://www.w3.org/2000/svg",
1070
+ fill: "none",
1071
+ viewBox: "0 0 20 20",
1072
1072
  style: getIconStyles(props),
1073
1073
  "data-testid": testId,
1074
1074
  ref: ref
1075
1075
  }, props), React__default.createElement("path", {
1076
- d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z",
1077
- fill: "url(#icon-awful-monochromatic_svg__a)"
1076
+ fill: "url(#icon-awful-monochromatic_svg__a)",
1077
+ d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z"
1078
1078
  }), React__default.createElement("path", {
1079
- d: "M13.47 14.49c-.955-.935-2.043-1.473-3.473-1.473-1.434 0-2.525.541-3.482 1.482-.085.084-.257.229-.423.028-.166-.201-.068-.43-.014-.532.78-1.472 2.142-2.495 3.92-2.495 1.781 0 3.146.95 3.924 2.492.052.102.153.308-.015.528-.168.22-.35.056-.437-.03Z",
1080
- fill: "#767676"
1079
+ fill: "currentColor",
1080
+ d: "M13.47 14.49c-.955-.935-2.043-1.473-3.473-1.473-1.434 0-2.525.541-3.482 1.482-.085.084-.257.229-.423.028-.166-.201-.068-.43-.014-.532.78-1.472 2.142-2.495 3.92-2.495 1.781 0 3.146.95 3.924 2.492.052.102.153.308-.015.528-.168.22-.35.056-.437-.03Z"
1081
1081
  }), React__default.createElement("path", {
1082
- d: "M8.353 8.701c-.226-.12-.4-.03-.508.13-.185.272-.535.633-1.093.633-.545 0-.913-.37-1.1-.641-.118-.169-.299-.244-.512-.122-.213.123-.138.317-.065.422.31.447.901 1.018 1.677 1.018.79 0 1.374-.575 1.675-1.018.066-.096.153-.3-.074-.422ZM14.853 8.701c-.226-.12-.4-.03-.508.13-.184.272-.535.633-1.093.633-.545 0-.913-.37-1.1-.641-.118-.169-.299-.244-.512-.122-.213.123-.139.317-.065.422.31.447.901 1.018 1.677 1.018.79 0 1.374-.575 1.675-1.018.066-.096.153-.3-.074-.422Z",
1083
- fill: "#464646"
1082
+ fill: "#464646",
1083
+ d: "M8.353 8.701c-.226-.12-.4-.03-.508.13-.185.272-.535.633-1.093.633-.545 0-.913-.37-1.1-.641-.118-.169-.299-.244-.512-.122-.213.123-.138.317-.065.422.31.447.901 1.018 1.677 1.018.79 0 1.374-.575 1.675-1.018.066-.096.153-.3-.074-.422ZM14.853 8.701c-.226-.12-.4-.03-.508.13-.184.272-.535.633-1.093.633-.545 0-.913-.37-1.1-.641-.118-.169-.299-.244-.512-.122-.213.123-.139.317-.065.422.31.447.901 1.018 1.677 1.018.79 0 1.374-.575 1.675-1.018.066-.096.153-.3-.074-.422Z"
1084
1084
  }), React__default.createElement("rect", {
1085
- x: 4.756,
1086
- y: 5.5,
1087
1085
  width: 4,
1088
1086
  height: 0.75,
1087
+ x: 4.756,
1088
+ y: 5.5,
1089
+ fill: "#464646",
1089
1090
  rx: 0.375,
1090
- transform: "rotate(20 4.756 5.5)",
1091
- fill: "#464646"
1091
+ transform: "rotate(20 4.756 5.5)"
1092
1092
  }), React__default.createElement("rect", {
1093
1093
  width: 4,
1094
1094
  height: 0.75,
1095
+ fill: "#464646",
1095
1096
  rx: 0.375,
1096
- transform: "scale(-1 1) rotate(20 -23.225 -40.518)",
1097
- fill: "#464646"
1097
+ transform: "scale(-1 1) rotate(20 -23.225 -40.518)"
1098
1098
  }), React__default.createElement("defs", null, React__default.createElement("linearGradient", {
1099
1099
  id: "icon-awful-monochromatic_svg__a",
1100
1100
  x1: 3.667,
1101
- y1: 7.789,
1102
1101
  x2: 3.667,
1102
+ y1: 7.789,
1103
1103
  y2: 20.454,
1104
1104
  gradientUnits: "userSpaceOnUse"
1105
1105
  }, React__default.createElement("stop", {
@@ -1118,35 +1118,35 @@ var IconAwful = React.forwardRef(function (_ref, ref) {
1118
1118
  props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
1119
1119
 
1120
1120
  return React__default.createElement("svg", Object.assign({
1121
- viewBox: "0 0 20 20",
1122
- fill: "none",
1123
1121
  xmlns: "http://www.w3.org/2000/svg",
1122
+ fill: "none",
1123
+ viewBox: "0 0 20 20",
1124
1124
  style: getIconStyles(props),
1125
1125
  "data-testid": testId,
1126
1126
  ref: ref
1127
1127
  }, props), React__default.createElement("path", {
1128
- d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z",
1129
- fill: "#FFCE69"
1128
+ fill: "#FFCE69",
1129
+ d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z"
1130
1130
  }), React__default.createElement("path", {
1131
- d: "M13.47 14.49c-.955-.935-2.043-1.473-3.473-1.473-1.434 0-2.525.541-3.482 1.482-.085.084-.257.229-.423.028-.166-.201-.068-.43-.014-.532.78-1.472 2.142-2.495 3.92-2.495 1.781 0 3.146.95 3.924 2.492.052.102.153.308-.015.528-.168.22-.35.056-.437-.03Z",
1132
- fill: "#FB7448"
1131
+ fill: "#FB7448",
1132
+ d: "M13.47 14.49c-.955-.935-2.043-1.473-3.473-1.473-1.434 0-2.525.541-3.482 1.482-.085.084-.257.229-.423.028-.166-.201-.068-.43-.014-.532.78-1.472 2.142-2.495 3.92-2.495 1.781 0 3.146.95 3.924 2.492.052.102.153.308-.015.528-.168.22-.35.056-.437-.03Z"
1133
1133
  }), React__default.createElement("path", {
1134
- d: "M8.353 8.701c-.226-.12-.4-.03-.508.13-.185.272-.535.633-1.093.633-.545 0-.913-.37-1.1-.641-.118-.169-.299-.244-.512-.122-.213.123-.138.317-.065.422.31.447.901 1.018 1.677 1.018.79 0 1.374-.575 1.675-1.018.066-.096.153-.3-.074-.422ZM14.853 8.701c-.226-.12-.4-.03-.508.13-.184.272-.535.633-1.093.633-.545 0-.913-.37-1.1-.641-.118-.169-.299-.244-.512-.122-.213.123-.139.317-.065.422.31.447.901 1.018 1.677 1.018.79 0 1.374-.575 1.675-1.018.066-.096.153-.3-.074-.422Z",
1135
- fill: "#464646"
1134
+ fill: "#464646",
1135
+ d: "M8.353 8.701c-.226-.12-.4-.03-.508.13-.185.272-.535.633-1.093.633-.545 0-.913-.37-1.1-.641-.118-.169-.299-.244-.512-.122-.213.123-.138.317-.065.422.31.447.901 1.018 1.677 1.018.79 0 1.374-.575 1.675-1.018.066-.096.153-.3-.074-.422ZM14.853 8.701c-.226-.12-.4-.03-.508.13-.184.272-.535.633-1.093.633-.545 0-.913-.37-1.1-.641-.118-.169-.299-.244-.512-.122-.213.123-.139.317-.065.422.31.447.901 1.018 1.677 1.018.79 0 1.374-.575 1.675-1.018.066-.096.153-.3-.074-.422Z"
1136
1136
  }), React__default.createElement("rect", {
1137
- x: 4.756,
1138
- y: 5.5,
1139
1137
  width: 4,
1140
1138
  height: 0.75,
1139
+ x: 4.756,
1140
+ y: 5.5,
1141
+ fill: "#464646",
1141
1142
  rx: 0.375,
1142
- transform: "rotate(20 4.756 5.5)",
1143
- fill: "#464646"
1143
+ transform: "rotate(20 4.756 5.5)"
1144
1144
  }), React__default.createElement("rect", {
1145
1145
  width: 4,
1146
1146
  height: 0.75,
1147
+ fill: "#464646",
1147
1148
  rx: 0.375,
1148
- transform: "scale(-1 1) rotate(20 -23.225 -40.518)",
1149
- fill: "#464646"
1149
+ transform: "scale(-1 1) rotate(20 -23.225 -40.518)"
1150
1150
  }));
1151
1151
  });
1152
1152
  IconAwful.displayName = 'IconAwful';
@@ -1158,26 +1158,26 @@ var IconBadMonochromatic = React.forwardRef(function (_ref, ref) {
1158
1158
  props = _objectWithoutPropertiesLoose(_ref, _excluded$e);
1159
1159
 
1160
1160
  return React__default.createElement("svg", Object.assign({
1161
- viewBox: "0 0 20 20",
1162
- fill: "none",
1163
1161
  xmlns: "http://www.w3.org/2000/svg",
1162
+ fill: "none",
1163
+ viewBox: "0 0 20 20",
1164
1164
  style: getIconStyles(props),
1165
1165
  "data-testid": testId,
1166
1166
  ref: ref
1167
1167
  }, props), React__default.createElement("path", {
1168
- d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z",
1169
- fill: "url(#icon-bad-monochromatic_svg__a)"
1168
+ fill: "url(#icon-bad-monochromatic_svg__a)",
1169
+ d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z"
1170
1170
  }), React__default.createElement("path", {
1171
- d: "M13.47 14.49c-.955-.935-2.043-1.473-3.473-1.473-1.434 0-2.525.541-3.482 1.482-.085.084-.257.229-.423.028-.166-.201-.068-.43-.014-.532.78-1.472 2.142-2.495 3.92-2.495 1.781 0 3.146.95 3.924 2.492.052.102.153.308-.015.528-.168.22-.35.056-.437-.03Z",
1172
- fill: "#767676"
1171
+ fill: "currentColor",
1172
+ d: "M13.47 14.49c-.955-.935-2.043-1.473-3.473-1.473-1.434 0-2.525.541-3.482 1.482-.085.084-.257.229-.423.028-.166-.201-.068-.43-.014-.532.78-1.472 2.142-2.495 3.92-2.495 1.781 0 3.146.95 3.924 2.492.052.102.153.308-.015.528-.168.22-.35.056-.437-.03Z"
1173
1173
  }), React__default.createElement("path", {
1174
- d: "M6.625 7c-.6 0-1.125.525-1.125 1.125S6.025 9.25 6.625 9.25 7.75 8.725 7.75 8.125 7.225 7 6.625 7ZM13.375 7c-.6 0-1.125.525-1.125 1.125s.525 1.125 1.125 1.125S14.5 8.725 14.5 8.125 13.975 7 13.375 7Z",
1175
- fill: "#464646"
1174
+ fill: "#464646",
1175
+ d: "M6.625 7c-.6 0-1.125.525-1.125 1.125S6.025 9.25 6.625 9.25 7.75 8.725 7.75 8.125 7.225 7 6.625 7ZM13.375 7c-.6 0-1.125.525-1.125 1.125s.525 1.125 1.125 1.125S14.5 8.725 14.5 8.125 13.975 7 13.375 7Z"
1176
1176
  }), React__default.createElement("defs", null, React__default.createElement("linearGradient", {
1177
1177
  id: "icon-bad-monochromatic_svg__a",
1178
1178
  x1: 3.667,
1179
- y1: 7.789,
1180
1179
  x2: 3.667,
1180
+ y1: 7.789,
1181
1181
  y2: 20.454,
1182
1182
  gradientUnits: "userSpaceOnUse"
1183
1183
  }, React__default.createElement("stop", {
@@ -1196,21 +1196,21 @@ var IconBad = React.forwardRef(function (_ref, ref) {
1196
1196
  props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
1197
1197
 
1198
1198
  return React__default.createElement("svg", Object.assign({
1199
- viewBox: "0 0 20 20",
1200
- fill: "none",
1201
1199
  xmlns: "http://www.w3.org/2000/svg",
1200
+ fill: "none",
1201
+ viewBox: "0 0 20 20",
1202
1202
  style: getIconStyles(props),
1203
1203
  "data-testid": testId,
1204
1204
  ref: ref
1205
1205
  }, props), React__default.createElement("path", {
1206
- d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z",
1207
- fill: "#FFCE69"
1206
+ fill: "#FFCE69",
1207
+ d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z"
1208
1208
  }), React__default.createElement("path", {
1209
- d: "M13.47 14.49c-.955-.935-2.043-1.473-3.473-1.473-1.434 0-2.525.541-3.482 1.482-.085.084-.257.229-.423.028-.166-.201-.068-.43-.014-.532.78-1.472 2.142-2.495 3.92-2.495 1.781 0 3.146.95 3.924 2.492.052.102.153.308-.015.528-.168.22-.35.056-.437-.03Z",
1210
- fill: "#FB7448"
1209
+ fill: "#FB7448",
1210
+ d: "M13.47 14.49c-.955-.935-2.043-1.473-3.473-1.473-1.434 0-2.525.541-3.482 1.482-.085.084-.257.229-.423.028-.166-.201-.068-.43-.014-.532.78-1.472 2.142-2.495 3.92-2.495 1.781 0 3.146.95 3.924 2.492.052.102.153.308-.015.528-.168.22-.35.056-.437-.03Z"
1211
1211
  }), React__default.createElement("path", {
1212
- d: "M6.625 7c-.6 0-1.125.525-1.125 1.125S6.025 9.25 6.625 9.25 7.75 8.725 7.75 8.125 7.225 7 6.625 7ZM13.375 7c-.6 0-1.125.525-1.125 1.125s.525 1.125 1.125 1.125S14.5 8.725 14.5 8.125 13.975 7 13.375 7Z",
1213
- fill: "#464646"
1212
+ fill: "#464646",
1213
+ d: "M6.625 7c-.6 0-1.125.525-1.125 1.125S6.025 9.25 6.625 9.25 7.75 8.725 7.75 8.125 7.225 7 6.625 7ZM13.375 7c-.6 0-1.125.525-1.125 1.125s.525 1.125 1.125 1.125S14.5 8.725 14.5 8.125 13.975 7 13.375 7Z"
1214
1214
  }));
1215
1215
  });
1216
1216
  IconBad.displayName = 'IconBad';
@@ -1222,17 +1222,17 @@ var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
1222
1222
  props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
1223
1223
 
1224
1224
  return React__default.createElement("svg", Object.assign({
1225
- viewBox: "0 0 20 20",
1226
- fill: "none",
1227
1225
  xmlns: "http://www.w3.org/2000/svg",
1226
+ fill: "none",
1227
+ viewBox: "0 0 20 20",
1228
1228
  style: getIconStyles(props),
1229
1229
  "data-testid": testId,
1230
1230
  ref: ref
1231
1231
  }, props), React__default.createElement("g", {
1232
1232
  clipPath: "url(#icon-balance-scale-left_svg__a)"
1233
1233
  }, React__default.createElement("path", {
1234
- d: "m19.825 9.722-3.408-5.5A.498.498 0 0 0 16 4a.498.498 0 0 0-.417.223l-3.408 5.499a.97.97 0 0 0-.172.613A4.007 4.007 0 0 0 16 14a4.007 4.007 0 0 0 3.997-3.665.97.97 0 0 0-.172-.613ZM16 13c-1.3 0-2.423-.848-2.837-2h5.663c-.42 1.163-1.536 2-2.826 2Zm-2.82-3L16 5.445 18.843 10H13.18Zm3.57 7H10.5V5.93a1.993 1.993 0 0 0 1.426-1.418l4.634-1.55a.25.25 0 0 0 .158-.317l-.16-.474a.25.25 0 0 0-.316-.158L11.918 3.46a1.994 1.994 0 1 0-3.775 1.263L3.44 6.297a.25.25 0 0 0-.157.316l.158.474a.25.25 0 0 0 .317.158l5.014-1.678c.213.168.458.292.728.362V17.75c0 .138.112.25.25.25h7a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25ZM9 4c0-.551.449-1 1-1 .551 0 1 .449 1 1 0 .551-.449 1-1 1-.551 0-1-.449-1-1ZM4.417 8.223A.498.498 0 0 0 4 8a.498.498 0 0 0-.417.223L.175 13.721a.97.97 0 0 0-.172.613A4.007 4.007 0 0 0 4 18a4.007 4.007 0 0 0 3.997-3.665.97.97 0 0 0-.172-.613l-3.408-5.5ZM4 17c-1.3 0-2.423-.848-2.837-2h5.663C6.406 16.163 5.29 17 4 17Zm-2.82-3L4 9.445 6.843 14H1.18Z",
1235
- fill: "currentColor"
1234
+ fill: "currentColor",
1235
+ d: "m19.825 9.722-3.408-5.5A.498.498 0 0 0 16 4a.498.498 0 0 0-.417.223l-3.408 5.499a.97.97 0 0 0-.172.613A4.007 4.007 0 0 0 16 14a4.007 4.007 0 0 0 3.997-3.665.97.97 0 0 0-.172-.613ZM16 13c-1.3 0-2.423-.848-2.837-2h5.663c-.42 1.163-1.536 2-2.826 2Zm-2.82-3L16 5.445 18.843 10H13.18Zm3.57 7H10.5V5.93a1.993 1.993 0 0 0 1.426-1.418l4.634-1.55a.25.25 0 0 0 .158-.317l-.16-.474a.25.25 0 0 0-.316-.158L11.918 3.46a1.994 1.994 0 1 0-3.775 1.263L3.44 6.297a.25.25 0 0 0-.157.316l.158.474a.25.25 0 0 0 .317.158l5.014-1.678c.213.168.458.292.728.362V17.75c0 .138.112.25.25.25h7a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25ZM9 4c0-.551.449-1 1-1 .551 0 1 .449 1 1 0 .551-.449 1-1 1-.551 0-1-.449-1-1ZM4.417 8.223A.498.498 0 0 0 4 8a.498.498 0 0 0-.417.223L.175 13.721a.97.97 0 0 0-.172.613A4.007 4.007 0 0 0 4 18a4.007 4.007 0 0 0 3.997-3.665.97.97 0 0 0-.172-.613l-3.408-5.5ZM4 17c-1.3 0-2.423-.848-2.837-2h5.663C6.406 16.163 5.29 17 4 17Zm-2.82-3L4 9.445 6.843 14H1.18Z"
1236
1236
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
1237
1237
  id: "icon-balance-scale-left_svg__a"
1238
1238
  }, React__default.createElement("path", {
@@ -1249,17 +1249,17 @@ var IconBalanceScale = React.forwardRef(function (_ref, ref) {
1249
1249
  props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
1250
1250
 
1251
1251
  return React__default.createElement("svg", Object.assign({
1252
- viewBox: "0 0 20 20",
1253
- fill: "none",
1254
1252
  xmlns: "http://www.w3.org/2000/svg",
1253
+ fill: "none",
1254
+ viewBox: "0 0 20 20",
1255
1255
  style: getIconStyles(props),
1256
1256
  "data-testid": testId,
1257
1257
  ref: ref
1258
1258
  }, props), React__default.createElement("g", {
1259
1259
  clipPath: "url(#icon-balance-scale_svg__a)"
1260
1260
  }, React__default.createElement("path", {
1261
- d: "m19.825 10.722-3.408-5.5A.498.498 0 0 0 16 5a.498.498 0 0 0-.417.223l-3.408 5.499a.97.97 0 0 0-.172.613A4.007 4.007 0 0 0 16 15a4.007 4.007 0 0 0 3.997-3.665.97.97 0 0 0-.172-.613ZM16 14c-1.3 0-2.423-.848-2.837-2h5.663c-.42 1.163-1.536 2-2.826 2Zm-2.82-3L16 6.445 18.843 11H13.18Zm3.57 6H10.5V5.93A1.995 1.995 0 0 0 12 4h4.75a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-5.035c-.004-.008-.136-.347-.597-.658A1.99 1.99 0 0 0 10 2a1.99 1.99 0 0 0-1.118.342c-.46.31-.593.65-.597.658H3.25a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25H8c0 .93.639 1.706 1.5 1.93V17H3.25a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h13.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25ZM9 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-1.003 7.335a.97.97 0 0 0-.172-.613l-3.408-5.5A.498.498 0 0 0 4 5a.498.498 0 0 0-.417.223L.175 10.721a.97.97 0 0 0-.172.613A4.007 4.007 0 0 0 4 15a4.007 4.007 0 0 0 3.997-3.665Zm-3.996-4.89L6.843 11H1.18l2.822-4.555ZM1.163 12h5.663C6.406 13.163 5.29 14 4 14c-1.3 0-2.423-.848-2.837-2Z",
1262
- fill: "currentColor"
1261
+ fill: "currentColor",
1262
+ d: "m19.825 10.722-3.408-5.5A.498.498 0 0 0 16 5a.498.498 0 0 0-.417.223l-3.408 5.499a.97.97 0 0 0-.172.613A4.007 4.007 0 0 0 16 15a4.007 4.007 0 0 0 3.997-3.665.97.97 0 0 0-.172-.613ZM16 14c-1.3 0-2.423-.848-2.837-2h5.663c-.42 1.163-1.536 2-2.826 2Zm-2.82-3L16 6.445 18.843 11H13.18Zm3.57 6H10.5V5.93A1.995 1.995 0 0 0 12 4h4.75a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-5.035c-.004-.008-.136-.347-.597-.658A1.99 1.99 0 0 0 10 2a1.99 1.99 0 0 0-1.118.342c-.46.31-.593.65-.597.658H3.25a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25H8c0 .93.639 1.706 1.5 1.93V17H3.25a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h13.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25ZM9 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-1.003 7.335a.97.97 0 0 0-.172-.613l-3.408-5.5A.498.498 0 0 0 4 5a.498.498 0 0 0-.417.223L.175 10.721a.97.97 0 0 0-.172.613A4.007 4.007 0 0 0 4 15a4.007 4.007 0 0 0 3.997-3.665Zm-3.996-4.89L6.843 11H1.18l2.822-4.555ZM1.163 12h5.663C6.406 13.163 5.29 14 4 14c-1.3 0-2.423-.848-2.837-2Z"
1263
1263
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
1264
1264
  id: "icon-balance-scale_svg__a"
1265
1265
  }, React__default.createElement("path", {
@@ -1276,15 +1276,15 @@ var IconBan = React.forwardRef(function (_ref, ref) {
1276
1276
  props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
1277
1277
 
1278
1278
  return React__default.createElement("svg", Object.assign({
1279
- viewBox: "0 0 20 20",
1280
- fill: "none",
1281
1279
  xmlns: "http://www.w3.org/2000/svg",
1280
+ fill: "none",
1281
+ viewBox: "0 0 20 20",
1282
1282
  style: getIconStyles(props),
1283
1283
  "data-testid": testId,
1284
1284
  ref: ref
1285
1285
  }, props), React__default.createElement("path", {
1286
- d: "M10 .313C4.65.313.312 4.65.312 10S4.65 19.688 10 19.688c5.35 0 9.688-4.338 9.688-9.688C19.688 4.65 15.35.312 10 .312ZM4.034 15.966a8.437 8.437 0 0 1-.426-11.474l11.9 11.9a8.437 8.437 0 0 1-11.474-.426Zm12.358-.458-11.9-11.9a8.437 8.437 0 0 1 11.474.426 8.437 8.437 0 0 1 .426 11.474Z",
1287
- fill: "currentColor"
1286
+ fill: "currentColor",
1287
+ d: "M10 .313C4.65.313.312 4.65.312 10S4.65 19.688 10 19.688c5.35 0 9.688-4.338 9.688-9.688C19.688 4.65 15.35.312 10 .312ZM4.034 15.966a8.437 8.437 0 0 1-.426-11.474l11.9 11.9a8.437 8.437 0 0 1-11.474-.426Zm12.358-.458-11.9-11.9a8.437 8.437 0 0 1 11.474.426 8.437 8.437 0 0 1 .426 11.474Z"
1288
1288
  }));
1289
1289
  });
1290
1290
  IconBan.displayName = 'IconBan';
@@ -1296,17 +1296,17 @@ var IconBarsH = React.forwardRef(function (_ref, ref) {
1296
1296
  props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
1297
1297
 
1298
1298
  return React__default.createElement("svg", Object.assign({
1299
- viewBox: "0 0 20 20",
1300
- fill: "none",
1301
1299
  xmlns: "http://www.w3.org/2000/svg",
1300
+ fill: "none",
1301
+ viewBox: "0 0 20 20",
1302
1302
  style: getIconStyles(props),
1303
1303
  "data-testid": testId,
1304
1304
  ref: ref
1305
1305
  }, props), React__default.createElement("path", {
1306
+ fill: "currentColor",
1306
1307
  fillRule: "evenodd",
1307
- clipRule: "evenodd",
1308
1308
  d: "M.313 5h16.875c.172 0 .312-.14.312-.313v-.625a.312.312 0 0 0-.313-.312H.313A.312.312 0 0 0 0 4.063v.625C0 4.86.14 5 .313 5Zm19.375 4.375H2.813a.312.312 0 0 0-.313.313v.624c0 .173.14.313.313.313h16.875c.172 0 .312-.14.312-.313v-.624a.312.312 0 0 0-.313-.313ZM.313 15h16.875c.172 0 .312.14.312.313v.624c0 .173-.14.313-.313.313H.313A.312.312 0 0 1 0 15.937v-.624C0 15.14.14 15 .313 15Z",
1309
- fill: "currentColor"
1309
+ clipRule: "evenodd"
1310
1310
  }));
1311
1311
  });
1312
1312
  IconBarsH.displayName = 'IconBarsH';
@@ -1318,15 +1318,15 @@ var IconBarsV = React.forwardRef(function (_ref, ref) {
1318
1318
  props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
1319
1319
 
1320
1320
  return React__default.createElement("svg", Object.assign({
1321
- viewBox: "0 0 20 20",
1322
- fill: "none",
1323
1321
  xmlns: "http://www.w3.org/2000/svg",
1322
+ fill: "none",
1323
+ viewBox: "0 0 20 20",
1324
1324
  style: getIconStyles(props),
1325
1325
  "data-testid": testId,
1326
1326
  ref: ref
1327
1327
  }, props), React__default.createElement("path", {
1328
- d: "M4.762 2.381a2.38 2.38 0 1 0-4.762 0v15.238a2.381 2.381 0 1 0 4.762 0V2.381ZM12.381 12.857a2.38 2.38 0 1 0-4.762 0v4.762a2.381 2.381 0 1 0 4.762 0v-4.762ZM20 6.19a2.381 2.381 0 0 0-4.762 0v11.43a2.38 2.38 0 1 0 4.762 0V6.19Z",
1329
- fill: "currentColor"
1328
+ fill: "currentColor",
1329
+ d: "M4.762 2.381a2.38 2.38 0 1 0-4.762 0v15.238a2.381 2.381 0 1 0 4.762 0V2.381ZM12.381 12.857a2.38 2.38 0 1 0-4.762 0v4.762a2.381 2.381 0 1 0 4.762 0v-4.762ZM20 6.19a2.381 2.381 0 0 0-4.762 0v11.43a2.38 2.38 0 1 0 4.762 0V6.19Z"
1330
1330
  }));
1331
1331
  });
1332
1332
  IconBarsV.displayName = 'IconBarsV';
@@ -1338,17 +1338,17 @@ var IconBell = React.forwardRef(function (_ref, ref) {
1338
1338
  props = _objectWithoutPropertiesLoose(_ref, _excluded$l);
1339
1339
 
1340
1340
  return React__default.createElement("svg", Object.assign({
1341
- viewBox: "0 0 20 20",
1342
- fill: "none",
1343
1341
  xmlns: "http://www.w3.org/2000/svg",
1342
+ fill: "none",
1343
+ viewBox: "0 0 20 20",
1344
1344
  style: getIconStyles(props),
1345
1345
  "data-testid": testId,
1346
1346
  ref: ref
1347
1347
  }, props), React__default.createElement("path", {
1348
+ fill: "currentColor",
1348
1349
  fillRule: "evenodd",
1349
- clipRule: "evenodd",
1350
1350
  d: "M17.93 13.079c-1.093-1.04-1.928-2.129-1.928-5.817 0-3.11-2.476-5.645-5.627-5.951V.625a.625.625 0 1 0-1.25 0v.686C5.975 1.618 3.5 4.153 3.5 7.26c0 3.689-.836 4.778-1.928 5.817a1.818 1.818 0 0 0-.44 2.002c.285.71.97 1.17 1.744 1.17h13.75c.775 0 1.46-.46 1.744-1.17a1.817 1.817 0 0 0-.44-2.002Zm-8.18 5.67c-.69 0-1.25-.56-1.25-1.25H7.25a2.504 2.504 0 0 0 2.5 2.5c1.378 0 2.5-1.121 2.5-2.5H11c0 .69-.56 1.25-1.25 1.25ZM2.875 15h13.75c.554 0 .835-.642.442-1.016-1.37-1.304-2.315-2.763-2.315-6.722 0-2.632-2.238-4.762-5.002-4.762S4.75 4.63 4.75 7.262c0 3.974-.954 5.426-2.316 6.722-.391.373-.114 1.016.442 1.016Z",
1351
- fill: "currentColor"
1351
+ clipRule: "evenodd"
1352
1352
  }));
1353
1353
  });
1354
1354
  IconBell.displayName = 'IconBell';
@@ -1360,15 +1360,15 @@ var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
1360
1360
  props = _objectWithoutPropertiesLoose(_ref, _excluded$m);
1361
1361
 
1362
1362
  return React__default.createElement("svg", Object.assign({
1363
- viewBox: "0 0 20 20",
1364
- fill: "none",
1365
1363
  xmlns: "http://www.w3.org/2000/svg",
1364
+ fill: "none",
1365
+ viewBox: "0 0 20 20",
1366
1366
  style: getIconStyles(props),
1367
1367
  "data-testid": testId,
1368
1368
  ref: ref
1369
1369
  }, props), React__default.createElement("path", {
1370
- d: "M5 3.75c-.693 0-1.25-.557-1.25-1.25C3.75 1.29 5 1.602 5 0c.469 0 1.25 1.152 1.25 2.188C6.25 3.223 5.693 3.75 5 3.75Zm5 0c-.693 0-1.25-.557-1.25-1.25C8.75 1.29 10 1.602 10 0c.469 0 1.25 1.152 1.25 2.188 0 1.035-.557 1.562-1.25 1.562Zm5 0c-.693 0-1.25-.557-1.25-1.25C13.75 1.29 15 1.602 15 0c.469 0 1.25 1.152 1.25 2.188 0 1.035-.557 1.562-1.25 1.562ZM16.875 10h-1.25V4.375h-1.25V10h-3.75V4.375h-1.25V10h-3.75V4.375h-1.25V10h-1.25c-1.035 0-1.875.84-1.875 1.875V20h17.5v-8.125c0-1.035-.84-1.875-1.875-1.875Zm.625 8.75h-15v-2.814c.634-.37.935-.936 1.67-.936 1.092 0 1.22 1.25 2.92 1.25C8.763 16.25 8.934 15 10 15c1.1 0 1.219 1.25 2.92 1.25 1.694 0 1.827-1.25 2.92-1.25.722 0 1.025.565 1.66.936v2.814Zm0-4.39c-.376-.307-.829-.61-1.66-.61-1.697 0-1.83 1.25-2.92 1.25-1.082 0-1.229-1.25-2.92-1.25-1.674 0-1.844 1.25-2.91 1.25-1.1 0-1.219-1.25-2.92-1.25-.838 0-1.293.304-1.67.612v-2.487c0-.345.28-.625.625-.625h13.75c.345 0 .625.28.625.625v2.485Z",
1371
- fill: "currentColor"
1370
+ fill: "currentColor",
1371
+ d: "M5 3.75c-.693 0-1.25-.557-1.25-1.25C3.75 1.29 5 1.602 5 0c.469 0 1.25 1.152 1.25 2.188C6.25 3.223 5.693 3.75 5 3.75Zm5 0c-.693 0-1.25-.557-1.25-1.25C8.75 1.29 10 1.602 10 0c.469 0 1.25 1.152 1.25 2.188 0 1.035-.557 1.562-1.25 1.562Zm5 0c-.693 0-1.25-.557-1.25-1.25C13.75 1.29 15 1.602 15 0c.469 0 1.25 1.152 1.25 2.188 0 1.035-.557 1.562-1.25 1.562ZM16.875 10h-1.25V4.375h-1.25V10h-3.75V4.375h-1.25V10h-3.75V4.375h-1.25V10h-1.25c-1.035 0-1.875.84-1.875 1.875V20h17.5v-8.125c0-1.035-.84-1.875-1.875-1.875Zm.625 8.75h-15v-2.814c.634-.37.935-.936 1.67-.936 1.092 0 1.22 1.25 2.92 1.25C8.763 16.25 8.934 15 10 15c1.1 0 1.219 1.25 2.92 1.25 1.694 0 1.827-1.25 2.92-1.25.722 0 1.025.565 1.66.936v2.814Zm0-4.39c-.376-.307-.829-.61-1.66-.61-1.697 0-1.83 1.25-2.92 1.25-1.082 0-1.229-1.25-2.92-1.25-1.674 0-1.844 1.25-2.91 1.25-1.1 0-1.219-1.25-2.92-1.25-.838 0-1.293.304-1.67.612v-2.487c0-.345.28-.625.625-.625h13.75c.345 0 .625.28.625.625v2.485Z"
1372
1372
  }));
1373
1373
  });
1374
1374
  IconBirthdayCake.displayName = 'IconBirthdayCake';
@@ -1380,15 +1380,15 @@ var IconBold = React.forwardRef(function (_ref, ref) {
1380
1380
  props = _objectWithoutPropertiesLoose(_ref, _excluded$n);
1381
1381
 
1382
1382
  return React__default.createElement("svg", Object.assign({
1383
- viewBox: "0 0 20 20",
1384
- fill: "none",
1385
1383
  xmlns: "http://www.w3.org/2000/svg",
1384
+ fill: "none",
1385
+ viewBox: "0 0 20 20",
1386
1386
  style: getIconStyles(props),
1387
1387
  "data-testid": testId,
1388
1388
  ref: ref
1389
1389
  }, props), React__default.createElement("path", {
1390
- d: "M13.828 9.145a4.36 4.36 0 0 0 .516-6.614A4.375 4.375 0 0 0 11.25 1.25H3.437a.312.312 0 0 0-.312.313v.625a.312.312 0 0 0 .313.312h.937v15h-.938a.312.312 0 0 0-.312.313v.625a.313.313 0 0 0 .313.312h8.437a5 5 0 0 0 1.953-9.605ZM5.625 2.5h5.625a3.125 3.125 0 1 1 0 6.25H5.625V2.5Zm6.25 15h-6.25V10h6.25a3.75 3.75 0 1 1 0 7.5Z",
1391
- fill: "currentColor"
1390
+ fill: "currentColor",
1391
+ d: "M13.828 9.145a4.36 4.36 0 0 0 .516-6.614A4.375 4.375 0 0 0 11.25 1.25H3.437a.312.312 0 0 0-.312.313v.625a.312.312 0 0 0 .313.312h.937v15h-.938a.312.312 0 0 0-.312.313v.625a.313.313 0 0 0 .313.312h8.437a5 5 0 0 0 1.953-9.605ZM5.625 2.5h5.625a3.125 3.125 0 1 1 0 6.25H5.625V2.5Zm6.25 15h-6.25V10h6.25a3.75 3.75 0 1 1 0 7.5Z"
1392
1392
  }));
1393
1393
  });
1394
1394
  IconBold.displayName = 'IconBold';
@@ -1400,17 +1400,17 @@ var IconBolt = React.forwardRef(function (_ref, ref) {
1400
1400
  props = _objectWithoutPropertiesLoose(_ref, _excluded$o);
1401
1401
 
1402
1402
  return React__default.createElement("svg", Object.assign({
1403
- viewBox: "0 0 20 20",
1404
- fill: "none",
1405
1403
  xmlns: "http://www.w3.org/2000/svg",
1404
+ fill: "none",
1405
+ viewBox: "0 0 20 20",
1406
1406
  style: getIconStyles(props),
1407
1407
  "data-testid": testId,
1408
1408
  ref: ref
1409
1409
  }, props), React__default.createElement("g", {
1410
1410
  clipPath: "url(#icon-bolt_svg__a)"
1411
1411
  }, React__default.createElement("path", {
1412
- d: "M15.313 6.25h-4.508l1.664-5.07A.941.941 0 0 0 11.563 0H5.938a.939.939 0 0 0-.93.813l-1.25 9.374a.94.94 0 0 0 .93 1.063h4.637l-1.801 7.598a.936.936 0 0 0 1.723.683l6.875-11.875a.936.936 0 0 0-.81-1.406Z",
1413
- fill: "currentColor"
1412
+ fill: "currentColor",
1413
+ d: "M15.313 6.25h-4.508l1.664-5.07A.941.941 0 0 0 11.563 0H5.938a.939.939 0 0 0-.93.813l-1.25 9.374a.94.94 0 0 0 .93 1.063h4.637l-1.801 7.598a.936.936 0 0 0 1.723.683l6.875-11.875a.936.936 0 0 0-.81-1.406Z"
1414
1414
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
1415
1415
  id: "icon-bolt_svg__a"
1416
1416
  }, React__default.createElement("path", {
@@ -1427,17 +1427,17 @@ var IconBook = React.forwardRef(function (_ref, ref) {
1427
1427
  props = _objectWithoutPropertiesLoose(_ref, _excluded$p);
1428
1428
 
1429
1429
  return React__default.createElement("svg", Object.assign({
1430
- viewBox: "0 0 20 20",
1431
- fill: "none",
1432
1430
  xmlns: "http://www.w3.org/2000/svg",
1431
+ fill: "none",
1432
+ viewBox: "0 0 20 20",
1433
1433
  style: getIconStyles(props),
1434
1434
  "data-testid": testId,
1435
1435
  ref: ref
1436
1436
  }, props), React__default.createElement("path", {
1437
+ fill: "currentColor",
1437
1438
  fillRule: "evenodd",
1438
- clipRule: "evenodd",
1439
1439
  d: "M18.152 18.75h.13a.47.47 0 0 1 .468.469v.312a.47.47 0 0 1-.469.469H4.375a3.124 3.124 0 0 1-3.125-3.125V3.125A3.124 3.124 0 0 1 4.375 0h13.438c.519 0 .937.418.937.938v14.374c0 .391-.242.727-.582.868-.14.629-.172 1.78-.016 2.57ZM8.594 6.25h6.562a.47.47 0 0 0 .469-.469V5.47A.47.47 0 0 0 15.156 5H8.594a.47.47 0 0 0-.469.469v.312c0 .258.21.469.469.469Zm7.031 1.719v.312a.47.47 0 0 1-.469.469H8.594a.47.47 0 0 1-.469-.469V7.97a.47.47 0 0 1 .469-.469h6.562a.47.47 0 0 1 .469.469ZM17.5 15H6.25V1.25H17.5V15Zm-15 .625A3.126 3.126 0 0 1 4.375 15H5V1.25h-.625C3.34 1.25 2.5 2.09 2.5 3.125v12.5Zm14.543.625a8.929 8.929 0 0 0 0 2.5H4.375c-2.5 0-2.5-2.5 0-2.5h12.668Z",
1440
- fill: "currentColor"
1440
+ clipRule: "evenodd"
1441
1441
  }));
1442
1442
  });
1443
1443
  IconBook.displayName = 'IconBook';
@@ -1449,15 +1449,15 @@ var IconBriefcase = React.forwardRef(function (_ref, ref) {
1449
1449
  props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
1450
1450
 
1451
1451
  return React__default.createElement("svg", Object.assign({
1452
- viewBox: "0 0 20 20",
1453
- fill: "none",
1454
1452
  xmlns: "http://www.w3.org/2000/svg",
1453
+ fill: "none",
1454
+ viewBox: "0 0 20 20",
1455
1455
  style: getIconStyles(props),
1456
1456
  "data-testid": testId,
1457
1457
  ref: ref
1458
1458
  }, props), React__default.createElement("path", {
1459
- d: "M18.125 5H13.75V2.187a.937.937 0 0 0-.938-.937H7.189a.937.937 0 0 0-.938.938V5H1.875C.839 5 0 5.84 0 6.875v10c0 1.035.84 1.875 1.875 1.875h16.25c1.035 0 1.875-.84 1.875-1.875v-10C20 5.839 19.16 5 18.125 5ZM7.5 2.5h5V5h-5V2.5Zm11.25 14.375c0 .345-.28.625-.625.625H1.875a.626.626 0 0 1-.625-.625V11.25H7.5v1.563c0 .517.42.937.938.937h3.124c.518 0 .938-.42.938-.938V11.25h6.25v5.625Zm-10-4.375v-1.25h2.5v1.25h-2.5Zm10-2.5H1.25V6.875c0-.345.28-.625.625-.625h16.25c.345 0 .625.28.625.625V10Z",
1460
- fill: "currentColor"
1459
+ fill: "currentColor",
1460
+ d: "M18.125 5H13.75V2.187a.937.937 0 0 0-.938-.937H7.189a.937.937 0 0 0-.938.938V5H1.875C.839 5 0 5.84 0 6.875v10c0 1.035.84 1.875 1.875 1.875h16.25c1.035 0 1.875-.84 1.875-1.875v-10C20 5.839 19.16 5 18.125 5ZM7.5 2.5h5V5h-5V2.5Zm11.25 14.375c0 .345-.28.625-.625.625H1.875a.626.626 0 0 1-.625-.625V11.25H7.5v1.563c0 .517.42.937.938.937h3.124c.518 0 .938-.42.938-.938V11.25h6.25v5.625Zm-10-4.375v-1.25h2.5v1.25h-2.5Zm10-2.5H1.25V6.875c0-.345.28-.625.625-.625h16.25c.345 0 .625.28.625.625V10Z"
1461
1461
  }));
1462
1462
  });
1463
1463
  IconBriefcase.displayName = 'IconBriefcase';
@@ -1469,17 +1469,17 @@ var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
1469
1469
  props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
1470
1470
 
1471
1471
  return React__default.createElement("svg", Object.assign({
1472
- viewBox: "0 0 20 20",
1473
- fill: "none",
1474
1472
  xmlns: "http://www.w3.org/2000/svg",
1473
+ fill: "none",
1474
+ viewBox: "0 0 20 20",
1475
1475
  style: getIconStyles(props),
1476
1476
  "data-testid": testId,
1477
1477
  ref: ref
1478
1478
  }, props), React__default.createElement("path", {
1479
+ fill: "currentColor",
1479
1480
  fillRule: "evenodd",
1480
- clipRule: "evenodd",
1481
1481
  d: "m18.213 8.097 1.022-1.023A9.687 9.687 0 0 1 10 19.687 9.687 9.687 0 0 1 .312 10 9.687 9.687 0 0 1 12.927.764l-1.023 1.023A8.396 8.396 0 0 0 10 1.563c-4.652 0-8.438 3.785-8.438 8.437 0 4.652 3.786 8.438 8.438 8.438 4.652 0 8.438-3.786 8.438-8.438 0-.655-.083-1.29-.225-1.903Zm-5.985-4.24.936 2.095-3.606 3.606a.625.625 0 1 0 .883.884l3.607-3.607 2.094.936a.803.803 0 0 0 .822-.194l2.488-2.487a.803.803 0 0 0-.315-1.33l-2.174-.724L16.24.862a.799.799 0 0 0-1.33-.314l-2.486 2.487a.804.804 0 0 0-.194.822Zm3.054-1.914.496 1.488.198.593.593.198 1.488.496-1.755 1.755-1.918-.857-.856-1.917 1.754-1.756Zm-4.239 2.309a2.072 2.072 0 0 1-.105-.564l-.06-.01A5.961 5.961 0 0 0 10 3.595 6.403 6.403 0 0 0 3.594 10 6.403 6.403 0 0 0 10 16.406 6.403 6.403 0 0 0 16.406 10c0-.314-.045-.615-.09-.916l-.005-.036a2.048 2.048 0 0 1-.584-.098c-.004 0-.007-.002-.01-.003a5.308 5.308 0 0 1-.32-.14l-.457-.204c.126.447.216.91.216 1.397A5.162 5.162 0 0 1 10 15.156 5.162 5.162 0 0 1 4.844 10 5.162 5.162 0 0 1 10 4.844c.488 0 .95.09 1.397.217l-.201-.45c-.122-.273-.134-.3-.143-.328a.327.327 0 0 1-.01-.031ZM6.875 10A3.129 3.129 0 0 1 10 6.875c.125 0 .245.017.366.034l.064.01-1.756 1.755a1.877 1.877 0 0 0 1.325 3.2c.518.001.986-.21 1.326-.549l1.757-1.755.009.064c.017.12.034.241.034.366A3.129 3.129 0 0 1 10 13.125 3.129 3.129 0 0 1 6.875 10Z",
1482
- fill: "currentColor"
1482
+ clipRule: "evenodd"
1483
1483
  }));
1484
1484
  });
1485
1485
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
@@ -1491,17 +1491,17 @@ var IconCalculator = React.forwardRef(function (_ref, ref) {
1491
1491
  props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
1492
1492
 
1493
1493
  return React__default.createElement("svg", Object.assign({
1494
- viewBox: "0 0 20 20",
1495
- fill: "none",
1496
1494
  xmlns: "http://www.w3.org/2000/svg",
1495
+ fill: "none",
1496
+ viewBox: "0 0 20 20",
1497
1497
  style: getIconStyles(props),
1498
1498
  "data-testid": testId,
1499
1499
  ref: ref
1500
1500
  }, props), React__default.createElement("path", {
1501
+ fill: "currentColor",
1501
1502
  fillRule: "evenodd",
1502
- clipRule: "evenodd",
1503
1503
  d: "M3.125 0h13.75c1 0 1.875.875 1.875 1.875v16.25c0 1-.875 1.875-1.875 1.875H3.125c-1 0-1.875-.875-1.875-1.875V1.875C1.25.875 2.125 0 3.125 0Zm1.25 17.5h11.25c.345 0 .625-.28.625-.625v-7.5a.625.625 0 0 0-.625-.625H4.375a.625.625 0 0 0-.625.625v7.5c0 .345.28.625.625.625Zm8.125-3.75V10H15v6.25h-2.5v-2.5ZM11.25 10h-2.5v2.5h2.5V10Zm-2.5 3.75h2.5v2.5h-2.5v-2.5ZM7.5 10H5v2.5h2.5V10ZM5 13.75h2.5v2.5H5v-2.5Zm12.5 4.375c0 .31-.315.625-.625.625H3.125c-.31 0-.625-.315-.625-.625V7.5h15v10.625ZM2.5 6.25h15V1.875c0-.31-.315-.625-.625-.625H3.125c-.31 0-.625.315-.625.625V6.25Z",
1504
- fill: "currentColor"
1504
+ clipRule: "evenodd"
1505
1505
  }));
1506
1506
  });
1507
1507
  IconCalculator.displayName = 'IconCalculator';
@@ -1513,17 +1513,17 @@ var IconCalendarAlt = React.forwardRef(function (_ref, ref) {
1513
1513
  props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
1514
1514
 
1515
1515
  return React__default.createElement("svg", Object.assign({
1516
- viewBox: "0 0 20 20",
1517
- fill: "none",
1518
1516
  xmlns: "http://www.w3.org/2000/svg",
1517
+ fill: "none",
1518
+ viewBox: "0 0 20 20",
1519
1519
  style: getIconStyles(props),
1520
1520
  "data-testid": testId,
1521
1521
  ref: ref
1522
1522
  }, props), React__default.createElement("path", {
1523
+ fill: "currentColor",
1523
1524
  fillRule: "evenodd",
1524
- clipRule: "evenodd",
1525
1525
  d: "M17.292 2.5h-1.875V.469A.47.47 0 0 0 14.948 0h-.312a.47.47 0 0 0-.469.469V2.5h-7.5V.469A.47.47 0 0 0 6.198 0h-.312a.47.47 0 0 0-.469.469V2.5H3.542c-1.035 0-1.875.84-1.875 1.875v13.75c0 1.035.84 1.875 1.875 1.875h13.75c1.035 0 1.875-.84 1.875-1.875V4.375c0-1.035-.84-1.875-1.875-1.875ZM3.542 3.75h13.75c.344 0 .625.281.625.625V6.25h-15V4.375c0-.344.281-.625.625-.625Zm0 15h13.75a.627.627 0 0 0 .625-.625V7.5h-15v10.625c0 .344.281.625.625.625Zm3.906-6.25H5.886a.47.47 0 0 1-.469-.469V10.47A.47.47 0 0 1 5.886 10h1.562a.47.47 0 0 1 .469.469v1.562a.47.47 0 0 1-.469.469Zm2.188 0h1.562a.47.47 0 0 0 .469-.469V10.47a.47.47 0 0 0-.469-.469H9.636a.47.47 0 0 0-.469.469v1.562c0 .258.21.469.469.469Zm5.312 0h-1.562a.47.47 0 0 1-.469-.469V10.47a.47.47 0 0 1 .469-.469h1.562a.47.47 0 0 1 .469.469v1.562a.47.47 0 0 1-.469.469Zm-5.312 3.75h1.562a.47.47 0 0 0 .469-.469V14.22a.47.47 0 0 0-.469-.469H9.636a.47.47 0 0 0-.469.469v1.562c0 .258.21.469.469.469Zm-2.188 0H5.886a.47.47 0 0 1-.469-.469V14.22a.47.47 0 0 1 .469-.469h1.562a.47.47 0 0 1 .469.469v1.562a.47.47 0 0 1-.469.469Zm5.938 0h1.562a.47.47 0 0 0 .469-.469V14.22a.47.47 0 0 0-.469-.469h-1.562a.47.47 0 0 0-.469.469v1.562c0 .258.21.469.469.469Z",
1526
- fill: "currentColor"
1526
+ clipRule: "evenodd"
1527
1527
  }));
1528
1528
  });
1529
1529
  IconCalendarAlt.displayName = 'IconCalendarAlt';
@@ -1535,17 +1535,17 @@ var IconCalendarCheck = React.forwardRef(function (_ref, ref) {
1535
1535
  props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
1536
1536
 
1537
1537
  return React__default.createElement("svg", Object.assign({
1538
- viewBox: "0 0 20 20",
1539
- fill: "none",
1540
1538
  xmlns: "http://www.w3.org/2000/svg",
1539
+ fill: "none",
1540
+ viewBox: "0 0 20 20",
1541
1541
  style: getIconStyles(props),
1542
1542
  "data-testid": testId,
1543
1543
  ref: ref
1544
1544
  }, props), React__default.createElement("path", {
1545
+ fill: "currentColor",
1545
1546
  fillRule: "evenodd",
1546
- clipRule: "evenodd",
1547
1547
  d: "M15 2.5h1.875c1.035 0 1.875.84 1.875 1.875v13.75c0 1.035-.84 1.875-1.875 1.875H3.125a1.875 1.875 0 0 1-1.875-1.875V4.375c0-1.036.84-1.875 1.875-1.875H5V.469C5 .209 5.21 0 5.469 0h.312c.26 0 .469.21.469.469V2.5h7.5V.469c0-.26.21-.469.469-.469h.312c.26 0 .469.21.469.469V2.5Zm1.875 1.25H3.125a.626.626 0 0 0-.625.625V6.25h15V4.375a.626.626 0 0 0-.625-.625Zm0 15H3.125a.626.626 0 0 1-.625-.625V7.5h15v10.625c0 .345-.28.625-.625.625Zm-7.862-2.392 5.266-5.223a.47.47 0 0 0 .002-.663l-.33-.333a.469.469 0 0 0-.664-.003l-4.6 4.564-1.97-1.976a.47.47 0 0 0-.664 0l-.332.33a.47.47 0 0 0-.001.664l2.63 2.639a.469.469 0 0 0 .663.001Z",
1548
- fill: "currentColor"
1548
+ clipRule: "evenodd"
1549
1549
  }));
1550
1550
  });
1551
1551
  IconCalendarCheck.displayName = 'IconCalendarCheck';
@@ -1557,23 +1557,22 @@ var IconCalendarDay = React.forwardRef(function (_ref, ref) {
1557
1557
  props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
1558
1558
 
1559
1559
  return React__default.createElement("svg", Object.assign({
1560
- viewBox: "0 0 20 20",
1561
- fill: "none",
1562
1560
  xmlns: "http://www.w3.org/2000/svg",
1561
+ fill: "none",
1562
+ viewBox: "0 0 20 20",
1563
1563
  style: getIconStyles(props),
1564
1564
  "data-testid": testId,
1565
1565
  ref: ref
1566
1566
  }, props), React__default.createElement("g", {
1567
1567
  clipPath: "url(#icon-calendar-day_svg__a)"
1568
1568
  }, React__default.createElement("path", {
1569
- d: "M16.625 2.5H14.75V.312A.313.313 0 0 0 14.437 0h-.624a.313.313 0 0 0-.313.313V2.5H6V.312A.313.313 0 0 0 5.687 0h-.625a.313.313 0 0 0-.312.313V2.5H2.875C1.84 2.5 1 3.34 1 4.375v13.75C1 19.16 1.84 20 2.875 20h13.75c1.035 0 1.875-.84 1.875-1.875V4.375c0-1.035-.84-1.875-1.875-1.875Zm.625 15.625a.627.627 0 0 1-.625.625H2.875a.627.627 0 0 1-.625-.625V7.5h15v10.625Zm0-11.875h-15V4.375c0-.344.281-.625.625-.625h13.75c.344 0 .625.281.625.625V6.25ZM5.375 15h3.75a.627.627 0 0 0 .625-.625v-3.75A.627.627 0 0 0 9.125 10h-3.75a.627.627 0 0 0-.625.625v3.75c0 .344.281.625.625.625ZM6 11.25h2.5v2.5H6v-2.5Z",
1570
- fill: "currentColor"
1569
+ fill: "currentColor",
1570
+ d: "M16.625 2.5H14.75V.312A.313.313 0 0 0 14.437 0h-.624a.313.313 0 0 0-.313.313V2.5H6V.312A.313.313 0 0 0 5.687 0h-.625a.313.313 0 0 0-.312.313V2.5H2.875C1.84 2.5 1 3.34 1 4.375v13.75C1 19.16 1.84 20 2.875 20h13.75c1.035 0 1.875-.84 1.875-1.875V4.375c0-1.035-.84-1.875-1.875-1.875Zm.625 15.625a.627.627 0 0 1-.625.625H2.875a.627.627 0 0 1-.625-.625V7.5h15v10.625Zm0-11.875h-15V4.375c0-.344.281-.625.625-.625h13.75c.344 0 .625.281.625.625V6.25ZM5.375 15h3.75a.627.627 0 0 0 .625-.625v-3.75A.627.627 0 0 0 9.125 10h-3.75a.627.627 0 0 0-.625.625v3.75c0 .344.281.625.625.625ZM6 11.25h2.5v2.5H6v-2.5Z"
1571
1571
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
1572
1572
  id: "icon-calendar-day_svg__a"
1573
1573
  }, React__default.createElement("path", {
1574
1574
  fill: "#fff",
1575
- transform: "translate(1)",
1576
- d: "M0 0h17.5v20H0z"
1575
+ d: "M1 0h17.5v20H1z"
1577
1576
  }))));
1578
1577
  });
1579
1578
  IconCalendarDay.displayName = 'IconCalendarDay';
@@ -1585,15 +1584,15 @@ var IconCalendarExclamation = React.forwardRef(function (_ref, ref) {
1585
1584
  props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
1586
1585
 
1587
1586
  return React__default.createElement("svg", Object.assign({
1588
- viewBox: "0 0 20 20",
1589
- fill: "none",
1590
1587
  xmlns: "http://www.w3.org/2000/svg",
1588
+ fill: "none",
1589
+ viewBox: "0 0 20 20",
1591
1590
  style: getIconStyles(props),
1592
1591
  "data-testid": testId,
1593
1592
  ref: ref
1594
1593
  }, props), React__default.createElement("path", {
1595
- d: "M17.857 2.5h-2.143V.469c0-.258-.24-.469-.535-.469h-.358c-.294 0-.535.21-.535.469V2.5H5.714V.469C5.714.21 5.474 0 5.18 0H4.82c-.294 0-.535.21-.535.469V2.5H2.143C.96 2.5 0 3.34 0 4.375v13.75C0 19.16.96 20 2.143 20h15.714C19.04 20 20 19.16 20 18.125V4.375C20 3.34 19.04 2.5 17.857 2.5ZM2.143 3.75h15.714c.393 0 .714.281.714.625V6.25H1.43V4.375c0-.344.321-.625.714-.625Zm15.714 15H2.143c-.393 0-.714-.281-.714-.625V7.5H18.57v10.625c0 .344-.321.625-.714.625Zm-8.361-10h1.008c.309 0 .554.227.536.496l-.299 4.688c-.018.25-.25.441-.536.441H9.79c-.286 0-.518-.195-.536-.441l-.299-4.688c-.013-.27.232-.496.54-.496Zm1.754 7.5c0 .605-.558 1.094-1.25 1.094s-1.25-.489-1.25-1.094c0-.605.558-1.094 1.25-1.094s1.25.489 1.25 1.094Z",
1596
- fill: "currentColor"
1594
+ fill: "currentColor",
1595
+ d: "M17.857 2.5h-2.143V.469c0-.258-.24-.469-.535-.469h-.358c-.294 0-.535.21-.535.469V2.5H5.714V.469C5.714.21 5.474 0 5.18 0H4.82c-.294 0-.535.21-.535.469V2.5H2.143C.96 2.5 0 3.34 0 4.375v13.75C0 19.16.96 20 2.143 20h15.714C19.04 20 20 19.16 20 18.125V4.375C20 3.34 19.04 2.5 17.857 2.5ZM2.143 3.75h15.714c.393 0 .714.281.714.625V6.25H1.43V4.375c0-.344.321-.625.714-.625Zm15.714 15H2.143c-.393 0-.714-.281-.714-.625V7.5H18.57v10.625c0 .344-.321.625-.714.625Zm-8.361-10h1.008c.309 0 .554.227.536.496l-.299 4.688c-.018.25-.25.441-.536.441H9.79c-.286 0-.518-.195-.536-.441l-.299-4.688c-.013-.27.232-.496.54-.496Zm1.754 7.5c0 .605-.558 1.094-1.25 1.094s-1.25-.489-1.25-1.094c0-.605.558-1.094 1.25-1.094s1.25.489 1.25 1.094Z"
1597
1596
  }));
1598
1597
  });
1599
1598
  IconCalendarExclamation.displayName = 'IconCalendarExclamation';
@@ -1605,15 +1604,15 @@ var IconCalendarStar = React.forwardRef(function (_ref, ref) {
1605
1604
  props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
1606
1605
 
1607
1606
  return React__default.createElement("svg", Object.assign({
1608
- viewBox: "0 0 20 20",
1609
- fill: "none",
1610
1607
  xmlns: "http://www.w3.org/2000/svg",
1608
+ fill: "none",
1609
+ viewBox: "0 0 20 20",
1611
1610
  style: getIconStyles(props),
1612
1611
  "data-testid": testId,
1613
1612
  ref: ref
1614
1613
  }, props), React__default.createElement("path", {
1615
- d: "m6.952 14.406-.325 1.808c-.074.414.103.824.461 1.07a1.186 1.186 0 0 0 1.211.082l1.71-.851 1.71.85a1.2 1.2 0 0 0 1.215-.081c.358-.246.536-.656.461-1.07l-.325-1.808 1.38-1.276c.317-.293.428-.723.292-1.12a1.127 1.127 0 0 0-.93-.743l-1.912-.265-.853-1.644a1.166 1.166 0 0 0-1.038-.613c-.44 0-.836.235-1.03.61l-.853 1.643-1.911.266a1.127 1.127 0 0 0-.931.741c-.136.398-.025.828.292 1.12l1.376 1.281Zm2.044-2.268 1.013-1.948 1.014 1.948 2.265.312-1.64 1.52.388 2.139-2.027-1.008-2.027 1.011.387-2.139-1.64-1.519 2.267-.316Zm8.263-9.64h-1.977V.313a.322.322 0 0 0-.33-.312h-.659c-.18 0-.33.14-.33.312V2.5H6.055V.312A.322.322 0 0 0 5.724 0h-.658c-.182 0-.33.14-.33.312V2.5H2.759C1.667 2.499.78 3.338.78 4.373v13.742c0 1.035.886 1.874 1.978 1.874h14.5c1.092 0 1.978-.84 1.978-1.874V4.373c0-1.035-.886-1.874-1.977-1.874Zm.66 15.617c0 .344-.297.625-.66.625H2.76c-.363 0-.66-.281-.66-.625V7.496h15.82v10.62Zm0-11.868H2.099V4.373c0-.344.297-.625.66-.625h14.5c.363 0 .66.281.66.625v1.874Z",
1616
- fill: "currentColor"
1614
+ fill: "currentColor",
1615
+ d: "m6.952 14.406-.325 1.808c-.074.414.103.824.461 1.07a1.186 1.186 0 0 0 1.211.082l1.71-.851 1.71.85a1.2 1.2 0 0 0 1.215-.081c.358-.246.536-.656.461-1.07l-.325-1.808 1.38-1.276c.317-.293.428-.723.292-1.12a1.127 1.127 0 0 0-.93-.743l-1.912-.265-.853-1.644a1.166 1.166 0 0 0-1.038-.613c-.44 0-.836.235-1.03.61l-.853 1.643-1.911.266a1.127 1.127 0 0 0-.931.741c-.136.398-.025.828.292 1.12l1.376 1.281Zm2.044-2.268 1.013-1.948 1.014 1.948 2.265.312-1.64 1.52.388 2.139-2.027-1.008-2.027 1.011.387-2.139-1.64-1.519 2.267-.316Zm8.263-9.64h-1.977V.313a.322.322 0 0 0-.33-.312h-.659c-.18 0-.33.14-.33.312V2.5H6.055V.312A.322.322 0 0 0 5.724 0h-.658c-.182 0-.33.14-.33.312V2.5H2.759C1.667 2.499.78 3.338.78 4.373v13.742c0 1.035.886 1.874 1.978 1.874h14.5c1.092 0 1.978-.84 1.978-1.874V4.373c0-1.035-.886-1.874-1.977-1.874Zm.66 15.617c0 .344-.297.625-.66.625H2.76c-.363 0-.66-.281-.66-.625V7.496h15.82v10.62Zm0-11.868H2.099V4.373c0-.344.297-.625.66-.625h14.5c.363 0 .66.281.66.625v1.874Z"
1617
1616
  }));
1618
1617
  });
1619
1618
  IconCalendarStar.displayName = 'IconCalendarStar';
@@ -1625,15 +1624,15 @@ var IconCalendarTomorrow = React.forwardRef(function (_ref, ref) {
1625
1624
  props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
1626
1625
 
1627
1626
  return React__default.createElement("svg", Object.assign({
1628
- viewBox: "0 0 20 20",
1629
- fill: "none",
1630
1627
  xmlns: "http://www.w3.org/2000/svg",
1628
+ fill: "none",
1629
+ viewBox: "0 0 20 20",
1631
1630
  style: getIconStyles(props),
1632
1631
  "data-testid": testId,
1633
1632
  ref: ref
1634
1633
  }, props), React__default.createElement("g", {
1635
- clipPath: "url(#icon-calendar-tomorrow_svg__a)",
1636
- fill: "currentColor"
1634
+ fill: "currentColor",
1635
+ clipPath: "url(#icon-calendar-tomorrow_svg__a)"
1637
1636
  }, React__default.createElement("path", {
1638
1637
  d: "M16.625 2.5H14.75V.312A.313.313 0 0 0 14.437 0h-.624a.313.313 0 0 0-.313.313V2.5H6V.312A.313.313 0 0 0 5.687 0h-.625a.313.313 0 0 0-.312.313V2.5H2.875C1.84 2.5 1 3.34 1 4.375v13.75C1 19.16 1.84 20 2.875 20h13.75c1.035 0 1.875-.84 1.875-1.875V4.375c0-1.035-.84-1.875-1.875-1.875Zm.625 15.625a.627.627 0 0 1-.625.625H2.875a.627.627 0 0 1-.625-.625V7.5h15v10.625Zm0-11.875h-15V4.375c0-.344.281-.625.625-.625h13.75c.344 0 .625.281.625.625V6.25ZM11.375 15h3.75a.627.627 0 0 0 .625-.625v-3.75a.627.627 0 0 0-.625-.625h-3.75a.627.627 0 0 0-.625.625v3.75c0 .344.281.625.625.625ZM12 11.25h2.5v2.5H12v-2.5Z"
1639
1638
  }), React__default.createElement("path", {
@@ -1642,8 +1641,7 @@ var IconCalendarTomorrow = React.forwardRef(function (_ref, ref) {
1642
1641
  id: "icon-calendar-tomorrow_svg__a"
1643
1642
  }, React__default.createElement("path", {
1644
1643
  fill: "#fff",
1645
- transform: "translate(1)",
1646
- d: "M0 0h17.5v20H0z"
1644
+ d: "M1 0h17.5v20H1z"
1647
1645
  }))));
1648
1646
  });
1649
1647
  IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
@@ -1655,17 +1653,17 @@ var IconCalendar = React.forwardRef(function (_ref, ref) {
1655
1653
  props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
1656
1654
 
1657
1655
  return React__default.createElement("svg", Object.assign({
1658
- viewBox: "0 0 20 20",
1659
- fill: "none",
1660
1656
  xmlns: "http://www.w3.org/2000/svg",
1657
+ fill: "none",
1658
+ viewBox: "0 0 20 20",
1661
1659
  style: getIconStyles(props),
1662
1660
  "data-testid": testId,
1663
1661
  ref: ref
1664
1662
  }, props), React__default.createElement("path", {
1663
+ fill: "currentColor",
1665
1664
  fillRule: "evenodd",
1666
- clipRule: "evenodd",
1667
1665
  d: "M16.875 2.5H15V.469A.469.469 0 0 0 14.531 0h-.312a.469.469 0 0 0-.469.469V2.5h-7.5V.469A.469.469 0 0 0 5.781 0H5.47A.469.469 0 0 0 5 .469V2.5H3.125c-1.036 0-1.875.84-1.875 1.875v13.75C1.25 19.16 2.09 20 3.125 20h13.75c1.035 0 1.875-.84 1.875-1.875V4.375c0-1.036-.84-1.875-1.875-1.875ZM3.125 3.75h13.75c.345 0 .625.28.625.625V6.25h-15V4.375c0-.345.28-.625.625-.625Zm0 15h13.75c.345 0 .625-.28.625-.625V7.5h-15v10.625c0 .345.28.625.625.625Z",
1668
- fill: "currentColor"
1666
+ clipRule: "evenodd"
1669
1667
  }));
1670
1668
  });
1671
1669
  IconCalendar.displayName = 'IconCalendar';
@@ -1677,18 +1675,18 @@ var IconCameraSlash = React.forwardRef(function (_ref, ref) {
1677
1675
  props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
1678
1676
 
1679
1677
  return React__default.createElement("svg", Object.assign({
1680
- viewBox: "0 0 20 20",
1681
- fill: "none",
1682
1678
  xmlns: "http://www.w3.org/2000/svg",
1679
+ fill: "none",
1680
+ viewBox: "0 0 20 20",
1683
1681
  style: getIconStyles(props),
1684
1682
  "data-testid": testId,
1685
1683
  ref: ref
1686
1684
  }, props), React__default.createElement("path", {
1687
- d: "m19.905 17.838-1.975-1.702V5.766c0-.906-.671-1.641-1.5-1.641h-2.75l-.446-1.3c-.182-.536-.647-.888-1.17-.888H7.972c-.625 0-1.184.424-1.403 1.063L6.18 4.125H3.984L.718 1.312a.232.232 0 0 0-.35.04l-.313.428a.289.289 0 0 0 .038.383L7.009 8.12c-.004.003-.004.006-.007.006l.788.677c.003-.003.003-.007.006-.007l4.319 3.72c-.003.003-.003.006-.006.006l.787.677c.003-.003.003-.007.006-.007l6.382 5.496c.109.096.265.076.35-.04l.312-.428a.29.29 0 0 0-.04-.383ZM8.572 8.073c.4-.253.866-.397 1.36-.397 1.515 0 2.75 1.35 2.75 3.008 0 .29-.038.571-.11.834l-4-3.445Zm1.36-1.487c-.82 0-1.576.287-2.191.772l-2.485-2.14h1.622l.628-1.832a.505.505 0 0 1 .47-.355h4.093c.103 0 .197.072.234.178l.691 2.01h3.44c.276 0 .5.246.5.547v9.509l-3.527-3.039a4.437 4.437 0 0 0 .278-1.548c-.003-2.263-1.685-4.102-3.754-4.102ZM3.43 16.153c-.274 0-.5-.246-.5-.547V6.005l-1-.79v10.388c0 .906.673 1.64 1.5 1.64h12.55l-1.268-1.093H3.431v.003Z",
1688
- fill: "currentColor"
1685
+ fill: "currentColor",
1686
+ d: "m19.905 17.838-1.975-1.702V5.766c0-.906-.671-1.641-1.5-1.641h-2.75l-.446-1.3c-.182-.536-.647-.888-1.17-.888H7.972c-.625 0-1.184.424-1.403 1.063L6.18 4.125H3.984L.718 1.312a.232.232 0 0 0-.35.04l-.313.428a.289.289 0 0 0 .038.383L7.009 8.12c-.004.003-.004.006-.007.006l.788.677c.003-.003.003-.007.006-.007l4.319 3.72c-.003.003-.003.006-.006.006l.787.677c.003-.003.003-.007.006-.007l6.382 5.496c.109.096.265.076.35-.04l.312-.428a.29.29 0 0 0-.04-.383ZM8.572 8.073c.4-.253.866-.397 1.36-.397 1.515 0 2.75 1.35 2.75 3.008 0 .29-.038.571-.11.834l-4-3.445Zm1.36-1.487c-.82 0-1.576.287-2.191.772l-2.485-2.14h1.622l.628-1.832a.505.505 0 0 1 .47-.355h4.093c.103 0 .197.072.234.178l.691 2.01h3.44c.276 0 .5.246.5.547v9.509l-3.527-3.039a4.437 4.437 0 0 0 .278-1.548c-.003-2.263-1.685-4.102-3.754-4.102ZM3.43 16.153c-.274 0-.5-.246-.5-.547V6.005l-1-.79v10.388c0 .906.673 1.64 1.5 1.64h12.55l-1.268-1.093H3.431v.003Z"
1689
1687
  }), React__default.createElement("path", {
1690
- d: "M6.487 9.072a4.438 4.438 0 0 0-.303 1.617c0 2.263 1.68 4.102 3.75 4.102.84 0 1.618-.305 2.243-.817l-.825-.711a2.57 2.57 0 0 1-1.418.434c-1.516 0-2.75-1.35-2.75-3.008 0-.314.043-.622.128-.906l-.825-.71Z",
1691
- fill: "currentColor"
1688
+ fill: "currentColor",
1689
+ d: "M6.487 9.072a4.438 4.438 0 0 0-.303 1.617c0 2.263 1.68 4.102 3.75 4.102.84 0 1.618-.305 2.243-.817l-.825-.711a2.57 2.57 0 0 1-1.418.434c-1.516 0-2.75-1.35-2.75-3.008 0-.314.043-.622.128-.906l-.825-.71Z"
1692
1690
  }));
1693
1691
  });
1694
1692
  IconCameraSlash.displayName = 'IconCameraSlash';
@@ -1700,15 +1698,15 @@ var IconCamera = React.forwardRef(function (_ref, ref) {
1700
1698
  props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
1701
1699
 
1702
1700
  return React__default.createElement("svg", Object.assign({
1703
- viewBox: "0 0 20 20",
1704
- fill: "none",
1705
1701
  xmlns: "http://www.w3.org/2000/svg",
1702
+ fill: "none",
1703
+ viewBox: "0 0 20 20",
1706
1704
  style: getIconStyles(props),
1707
1705
  "data-testid": testId,
1708
1706
  ref: ref
1709
1707
  }, props), React__default.createElement("path", {
1710
- d: "M12.668 2.5c.129 0 .246.082.293.203L13.824 5h4.301c.344 0 .625.281.625.625v11.25a.627.627 0 0 1-.625.625H1.875a.627.627 0 0 1-.625-.625V5.625c0-.344.281-.625.625-.625H6.18l.785-2.094A.626.626 0 0 1 7.55 2.5h5.117Zm0-1.25H7.551c-.781 0-1.48.484-1.754 1.215L5.313 3.75H1.874C.84 3.75 0 4.59 0 5.625v11.25c0 1.035.84 1.875 1.875 1.875h16.25c1.035 0 1.875-.84 1.875-1.875V5.625c0-1.035-.84-1.875-1.875-1.875h-3.438l-.558-1.484a1.553 1.553 0 0 0-1.461-1.016ZM10 15.938a4.691 4.691 0 0 1-4.688-4.688A4.691 4.691 0 0 1 10 6.562a4.691 4.691 0 0 1 4.688 4.688A4.691 4.691 0 0 1 10 15.938Zm0-8.126a3.443 3.443 0 0 0-3.438 3.438A3.443 3.443 0 0 0 10 14.688a3.443 3.443 0 0 0 3.438-3.438A3.443 3.443 0 0 0 10 7.812Z",
1711
- fill: "currentColor"
1708
+ fill: "currentColor",
1709
+ d: "M12.668 2.5c.129 0 .246.082.293.203L13.824 5h4.301c.344 0 .625.281.625.625v11.25a.627.627 0 0 1-.625.625H1.875a.627.627 0 0 1-.625-.625V5.625c0-.344.281-.625.625-.625H6.18l.785-2.094A.626.626 0 0 1 7.55 2.5h5.117Zm0-1.25H7.551c-.781 0-1.48.484-1.754 1.215L5.313 3.75H1.874C.84 3.75 0 4.59 0 5.625v11.25c0 1.035.84 1.875 1.875 1.875h16.25c1.035 0 1.875-.84 1.875-1.875V5.625c0-1.035-.84-1.875-1.875-1.875h-3.438l-.558-1.484a1.553 1.553 0 0 0-1.461-1.016ZM10 15.938a4.691 4.691 0 0 1-4.688-4.688A4.691 4.691 0 0 1 10 6.562a4.691 4.691 0 0 1 4.688 4.688A4.691 4.691 0 0 1 10 15.938Zm0-8.126a3.443 3.443 0 0 0-3.438 3.438A3.443 3.443 0 0 0 10 14.688a3.443 3.443 0 0 0 3.438-3.438A3.443 3.443 0 0 0 10 7.812Z"
1712
1710
  }));
1713
1711
  });
1714
1712
  IconCamera.displayName = 'IconCamera';
@@ -1720,15 +1718,15 @@ var IconCashRegister = React.forwardRef(function (_ref, ref) {
1720
1718
  props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
1721
1719
 
1722
1720
  return React__default.createElement("svg", Object.assign({
1723
- viewBox: "0 0 20 20",
1724
- fill: "none",
1725
1721
  xmlns: "http://www.w3.org/2000/svg",
1722
+ fill: "none",
1723
+ viewBox: "0 0 20 20",
1726
1724
  style: getIconStyles(props),
1727
1725
  "data-testid": testId,
1728
1726
  ref: ref
1729
1727
  }, props), React__default.createElement("path", {
1730
- d: "M9.063 9.688a.627.627 0 0 0-.626-.626h-.624a.627.627 0 0 0-.625.626v.624c0 .344.28.626.625.626h.625a.627.627 0 0 0 .624-.626v-.624Zm-3.75 0a.627.627 0 0 0-.625-.626h-.625a.627.627 0 0 0-.625.626v.624c0 .344.28.626.624.626h.625a.627.627 0 0 0 .625-.626v-.624Zm1.25 1.874h-.625a.627.627 0 0 0-.625.626v.624c0 .344.28.626.625.626h.625a.627.627 0 0 0 .625-.626v-.624a.627.627 0 0 0-.625-.626Zm3.75 0h-.626a.627.627 0 0 0-.624.626v.624c0 .344.28.626.624.626h.626a.627.627 0 0 0 .624-.626v-.624a.627.627 0 0 0-.624-.626Zm2.5-1.874a.627.627 0 0 0-.626-.626h-.624a.627.627 0 0 0-.626.626v.624c0 .344.282.626.626.626h.624a.627.627 0 0 0 .626-.626v-.624Zm7.164 5.136L18.98 7.86a1.876 1.876 0 0 0-1.855-1.609H7.5v-2.5h3.125a.627.627 0 0 0 .625-.625v-2.5A.627.627 0 0 0 10.625 0h-7.5A.627.627 0 0 0 2.5.625v2.5c0 .344.281.625.625.625H6.25v2.5H2.875c-.934 0-1.723.688-1.855 1.61l-.997 6.964A2.673 2.673 0 0 0 0 15.18v2.945C0 19.16.84 20 1.875 20h16.25C19.16 20 20 19.16 20 18.125v-2.95c0-.116-.008-.234-.023-.35ZM3.75 2.5V1.25H10V2.5H3.75ZM2.258 8.035a.626.626 0 0 1 .617-.535h14.246c.309 0 .574.23.617.535l1 6.965H1.262l.996-6.965Zm16.492 10.09a.627.627 0 0 1-.625.625H1.875a.627.627 0 0 1-.625-.625V16.25h17.5v1.875Zm-2.813-9.063h-.624a.627.627 0 0 0-.626.626v.624c0 .344.282.626.626.626h.624a.627.627 0 0 0 .626-.626v-.624a.627.627 0 0 0-.625-.626Zm-1.874 2.5h-.626a.627.627 0 0 0-.624.626v.624c0 .344.28.626.624.626h.626a.627.627 0 0 0 .624-.626v-.624a.627.627 0 0 0-.624-.626Z",
1731
- fill: "currentColor"
1728
+ fill: "currentColor",
1729
+ d: "M9.063 9.688a.627.627 0 0 0-.626-.626h-.624a.627.627 0 0 0-.625.626v.624c0 .344.28.626.625.626h.625a.627.627 0 0 0 .624-.626v-.624Zm-3.75 0a.627.627 0 0 0-.625-.626h-.625a.627.627 0 0 0-.625.626v.624c0 .344.28.626.624.626h.625a.627.627 0 0 0 .625-.626v-.624Zm1.25 1.874h-.625a.627.627 0 0 0-.625.626v.624c0 .344.28.626.625.626h.625a.627.627 0 0 0 .625-.626v-.624a.627.627 0 0 0-.625-.626Zm3.75 0h-.626a.627.627 0 0 0-.624.626v.624c0 .344.28.626.624.626h.626a.627.627 0 0 0 .624-.626v-.624a.627.627 0 0 0-.624-.626Zm2.5-1.874a.627.627 0 0 0-.626-.626h-.624a.627.627 0 0 0-.626.626v.624c0 .344.282.626.626.626h.624a.627.627 0 0 0 .626-.626v-.624Zm7.164 5.136L18.98 7.86a1.876 1.876 0 0 0-1.855-1.609H7.5v-2.5h3.125a.627.627 0 0 0 .625-.625v-2.5A.627.627 0 0 0 10.625 0h-7.5A.627.627 0 0 0 2.5.625v2.5c0 .344.281.625.625.625H6.25v2.5H2.875c-.934 0-1.723.688-1.855 1.61l-.997 6.964A2.673 2.673 0 0 0 0 15.18v2.945C0 19.16.84 20 1.875 20h16.25C19.16 20 20 19.16 20 18.125v-2.95c0-.116-.008-.234-.023-.35ZM3.75 2.5V1.25H10V2.5H3.75ZM2.258 8.035a.626.626 0 0 1 .617-.535h14.246c.309 0 .574.23.617.535l1 6.965H1.262l.996-6.965Zm16.492 10.09a.627.627 0 0 1-.625.625H1.875a.627.627 0 0 1-.625-.625V16.25h17.5v1.875Zm-2.813-9.063h-.624a.627.627 0 0 0-.626.626v.624c0 .344.282.626.626.626h.624a.627.627 0 0 0 .626-.626v-.624a.627.627 0 0 0-.625-.626Zm-1.874 2.5h-.626a.627.627 0 0 0-.624.626v.624c0 .344.28.626.624.626h.626a.627.627 0 0 0 .624-.626v-.624a.627.627 0 0 0-.624-.626Z"
1732
1730
  }));
1733
1731
  });
1734
1732
  IconCashRegister.displayName = 'IconCashRegister';
@@ -1740,17 +1738,17 @@ var IconChartBar = React.forwardRef(function (_ref, ref) {
1740
1738
  props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
1741
1739
 
1742
1740
  return React__default.createElement("svg", Object.assign({
1743
- viewBox: "0 0 20 20",
1744
- fill: "none",
1745
1741
  xmlns: "http://www.w3.org/2000/svg",
1742
+ fill: "none",
1743
+ viewBox: "0 0 20 20",
1746
1744
  style: getIconStyles(props),
1747
1745
  "data-testid": testId,
1748
1746
  ref: ref
1749
1747
  }, props), React__default.createElement("path", {
1748
+ fill: "currentColor",
1750
1749
  fillRule: "evenodd",
1751
- clipRule: "evenodd",
1752
1750
  d: "M1.25 16.25h18.438c.172 0 .312.14.312.313v.625c0 .172-.14.312-.313.312H.625A.625.625 0 0 1 0 16.875V2.812C0 2.64.14 2.5.313 2.5h.625c.172 0 .312.14.312.313V16.25Zm15.313-2.5h.625c.171 0 .312-.14.312-.313V4.063a.313.313 0 0 0-.313-.313h-.625a.313.313 0 0 0-.312.313v9.375c0 .171.14.312.313.312Zm-3.75 0h.624c.172 0 .313-.14.313-.313V7.814a.313.313 0 0 0-.313-.313h-.624a.313.313 0 0 0-.313.313v5.625c0 .171.14.312.313.312Zm-6.876 0h-.625A.313.313 0 0 1 5 13.437v-3.124c0-.172.14-.313.313-.313h.625c.171 0 .312.14.312.313v3.124c0 .172-.14.313-.313.313Zm3.125 0h.626c.171 0 .312-.14.312-.313V5.313A.313.313 0 0 0 9.687 5h-.624a.313.313 0 0 0-.313.313v8.125c0 .171.14.312.313.312Z",
1753
- fill: "currentColor"
1751
+ clipRule: "evenodd"
1754
1752
  }));
1755
1753
  });
1756
1754
  IconChartBar.displayName = 'IconChartBar';
@@ -1764,17 +1762,13 @@ var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
1764
1762
  return React__default.createElement("svg", Object.assign({
1765
1763
  xmlns: "http://www.w3.org/2000/svg",
1766
1764
  fill: "none",
1767
- viewBox: "0 0 24 24",
1765
+ viewBox: "0 0 20 20",
1768
1766
  style: getIconStyles(props),
1769
1767
  "data-testid": testId,
1770
1768
  ref: ref
1771
- }, props), React__default.createElement("circle", {
1772
- cx: 12,
1773
- cy: 12,
1774
- r: 11.5,
1775
- fill: "none",
1776
- stroke: "currentColor",
1777
- strokeDasharray: "2 2"
1769
+ }, props), React__default.createElement("path", {
1770
+ fill: "currentColor",
1771
+ d: "M20 10.44a9.995 9.995 0 0 1-.423 2.471l-1.381-.42c.209-.686.33-1.397.362-2.114L20 10.44ZM19.315 6.339c.307.78.515 1.597.618 2.43l-1.432.177a8.554 8.554 0 0 0-.53-2.079l1.344-.528ZM17.02 2.87c.598.588 1.12 1.25 1.553 1.968l-1.236.745a8.56 8.56 0 0 0-1.33-1.684L17.02 2.87ZM13.512.634c.786.295 1.532.686 2.22 1.166l-.826 1.184a8.562 8.562 0 0 0-1.9-.998l.506-1.352ZM9.397.018A10.01 10.01 0 0 1 11.9.181l-.273 1.417a8.565 8.565 0 0 0-2.142-.14L9.397.019ZM5.388 1.129C6.133.74 6.923.449 7.74.259l.327 1.406c-.7.162-1.376.412-2.013.743l-.666-1.28ZM2.177 3.773a10.004 10.004 0 0 1 1.795-1.75l.87 1.15a8.56 8.56 0 0 0-1.536 1.498l-1.129-.898ZM.32 7.494c.21-.812.522-1.595.928-2.33l1.263.698a8.555 8.555 0 0 0-.794 1.993L.319 7.494ZM.137 11.648a9.997 9.997 0 0 1-.1-2.505l1.438.124a8.555 8.555 0 0 0 .085 2.144l-1.423.237ZM1.66 15.518c-.463-.7-.836-1.455-1.11-2.248l1.364-.471c.235.678.554 1.324.95 1.923l-1.204.796ZM4.627 18.434a10.006 10.006 0 0 1-1.93-1.602l1.055-.986c.49.525 1.045.985 1.65 1.371l-.775 1.217ZM8.523 19.892a10.01 10.01 0 0 1-2.414-.68l.562-1.329c.661.28 1.355.475 2.066.582l-.214 1.427ZM12.675 19.639c-.808.224-1.642.345-2.481.361l-.028-1.442a8.568 8.568 0 0 0 2.124-.31l.386 1.39ZM16.366 17.72c-.647.533-1.36.983-2.12 1.339l-.612-1.307c.65-.304 1.26-.69 1.815-1.146l.917 1.114ZM18.957 14.466a9.995 9.995 0 0 1-1.392 2.086l-1.09-.945c.47-.543.87-1.143 1.19-1.785l1.292.644Z"
1778
1772
  }));
1779
1773
  });
1780
1774
  IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
@@ -1786,17 +1780,17 @@ var IconCheck = React.forwardRef(function (_ref, ref) {
1786
1780
  props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
1787
1781
 
1788
1782
  return React__default.createElement("svg", Object.assign({
1789
- viewBox: "0 0 20 20",
1790
- fill: "none",
1791
1783
  xmlns: "http://www.w3.org/2000/svg",
1784
+ fill: "none",
1785
+ viewBox: "0 0 20 20",
1792
1786
  style: getIconStyles(props),
1793
1787
  "data-testid": testId,
1794
1788
  ref: ref
1795
1789
  }, props), React__default.createElement("path", {
1790
+ fill: "currentColor",
1796
1791
  fillRule: "evenodd",
1797
- clipRule: "evenodd",
1798
1792
  d: "M7.324 16.832a.827.827 0 0 1-1.169-.005L.24 10.864a.827.827 0 0 1 .004-1.169l.587-.582a.827.827 0 0 1 1.17.005l4.75 4.79L18.01 2.74a.827.827 0 0 1 1.17.004l.581.587a.826.826 0 0 1-.005 1.17L7.325 16.831Z",
1799
- fill: "currentColor"
1793
+ clipRule: "evenodd"
1800
1794
  }));
1801
1795
  });
1802
1796
  IconCheck.displayName = 'IconCheck';
@@ -1808,17 +1802,17 @@ var IconChevronDown = React.forwardRef(function (_ref, ref) {
1808
1802
  props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
1809
1803
 
1810
1804
  return React__default.createElement("svg", Object.assign({
1811
- viewBox: "0 0 20 20",
1812
- fill: "none",
1813
1805
  xmlns: "http://www.w3.org/2000/svg",
1806
+ fill: "none",
1807
+ viewBox: "0 0 20 20",
1814
1808
  style: getIconStyles(props),
1815
1809
  "data-testid": testId,
1816
1810
  ref: ref
1817
1811
  }, props), React__default.createElement("path", {
1812
+ fill: "currentColor",
1818
1813
  fillRule: "evenodd",
1819
- clipRule: "evenodd",
1820
1814
  d: "M9.502 14.778 1.873 6.57a.783.783 0 0 1-.206-.537c0-.202.073-.393.206-.536l.256-.275a.671.671 0 0 1 .997 0L10 12.62l6.874-7.397A.676.676 0 0 1 17.374 5c.188 0 .365.079.498.222l.256.275a.787.787 0 0 1 .206.536.787.787 0 0 1-.206.537l-7.63 8.208a.67.67 0 0 1-.996 0Z",
1821
- fill: "currentColor"
1815
+ clipRule: "evenodd"
1822
1816
  }));
1823
1817
  });
1824
1818
  IconChevronDown.displayName = 'IconChevronDown';
@@ -1830,17 +1824,17 @@ var IconChevronLeft = React.forwardRef(function (_ref, ref) {
1830
1824
  props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
1831
1825
 
1832
1826
  return React__default.createElement("svg", Object.assign({
1833
- viewBox: "0 0 20 20",
1834
- fill: "none",
1835
1827
  xmlns: "http://www.w3.org/2000/svg",
1828
+ fill: "none",
1829
+ viewBox: "0 0 20 20",
1836
1830
  style: getIconStyles(props),
1837
1831
  "data-testid": testId,
1838
1832
  ref: ref
1839
1833
  }, props), React__default.createElement("path", {
1834
+ fill: "currentColor",
1840
1835
  fillRule: "evenodd",
1841
- clipRule: "evenodd",
1842
1836
  d: "m5.222 9.502 8.208-7.629a.783.783 0 0 1 .537-.206c.202 0 .393.073.536.206l.275.256a.671.671 0 0 1 0 .997L7.38 10l7.397 6.875c.143.133.222.31.222.498a.677.677 0 0 1-.222.499l-.275.255a.787.787 0 0 1-.536.206.787.787 0 0 1-.537-.206L5.222 10.5a.671.671 0 0 1 0-.997Z",
1843
- fill: "currentColor"
1837
+ clipRule: "evenodd"
1844
1838
  }));
1845
1839
  });
1846
1840
  IconChevronLeft.displayName = 'IconChevronLeft';
@@ -1852,17 +1846,17 @@ var IconChevronRight = React.forwardRef(function (_ref, ref) {
1852
1846
  props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
1853
1847
 
1854
1848
  return React__default.createElement("svg", Object.assign({
1855
- viewBox: "0 0 20 20",
1856
- fill: "none",
1857
1849
  xmlns: "http://www.w3.org/2000/svg",
1850
+ fill: "none",
1851
+ viewBox: "0 0 20 20",
1858
1852
  style: getIconStyles(props),
1859
1853
  "data-testid": testId,
1860
1854
  ref: ref
1861
1855
  }, props), React__default.createElement("path", {
1856
+ fill: "currentColor",
1862
1857
  fillRule: "evenodd",
1863
- clipRule: "evenodd",
1864
1858
  d: "M14.778 10.498 6.57 18.127a.784.784 0 0 1-.537.206.784.784 0 0 1-.536-.206l-.275-.256a.671.671 0 0 1 0-.997L12.62 10 5.222 3.125A.676.676 0 0 1 5 2.627c0-.189.079-.366.222-.499l.275-.255a.787.787 0 0 1 .536-.206c.195 0 .389.068.537.206L14.778 9.5a.671.671 0 0 1 0 .997Z",
1865
- fill: "currentColor"
1859
+ clipRule: "evenodd"
1866
1860
  }));
1867
1861
  });
1868
1862
  IconChevronRight.displayName = 'IconChevronRight';
@@ -1874,17 +1868,17 @@ var IconChevronUp = React.forwardRef(function (_ref, ref) {
1874
1868
  props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
1875
1869
 
1876
1870
  return React__default.createElement("svg", Object.assign({
1877
- viewBox: "0 0 20 20",
1878
- fill: "none",
1879
1871
  xmlns: "http://www.w3.org/2000/svg",
1872
+ fill: "none",
1873
+ viewBox: "0 0 20 20",
1880
1874
  style: getIconStyles(props),
1881
1875
  "data-testid": testId,
1882
1876
  ref: ref
1883
1877
  }, props), React__default.createElement("path", {
1878
+ fill: "currentColor",
1884
1879
  fillRule: "evenodd",
1885
- clipRule: "evenodd",
1886
1880
  d: "M9.502 5.222 1.873 13.43a.783.783 0 0 0-.206.537c0 .202.073.393.206.536l.256.275a.671.671 0 0 0 .997 0L10 7.38l6.874 7.397c.133.143.31.222.499.222a.676.676 0 0 0 .498-.222l.256-.275a.787.787 0 0 0 .206-.536.787.787 0 0 0-.206-.537l-7.63-8.208a.67.67 0 0 0-.996 0Z",
1887
- fill: "currentColor"
1881
+ clipRule: "evenodd"
1888
1882
  }));
1889
1883
  });
1890
1884
  IconChevronUp.displayName = 'IconChevronUp';
@@ -1896,17 +1890,17 @@ var IconClipboardList = React.forwardRef(function (_ref, ref) {
1896
1890
  props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
1897
1891
 
1898
1892
  return React__default.createElement("svg", Object.assign({
1899
- viewBox: "0 0 20 20",
1900
- fill: "none",
1901
1893
  xmlns: "http://www.w3.org/2000/svg",
1894
+ fill: "none",
1895
+ viewBox: "0 0 20 20",
1902
1896
  style: getIconStyles(props),
1903
1897
  "data-testid": testId,
1904
1898
  ref: ref
1905
1899
  }, props), React__default.createElement("path", {
1900
+ fill: "currentColor",
1906
1901
  fillRule: "evenodd",
1907
- clipRule: "evenodd",
1908
1902
  d: "M12.164 2.5h3.461c1.035 0 1.875.84 1.875 1.875v13.75c0 1.035-.84 1.875-1.875 1.875H4.375A1.875 1.875 0 0 1 2.5 18.125V4.375C2.5 3.34 3.34 2.5 4.375 2.5h3.46A2.189 2.189 0 0 1 10 0a2.189 2.189 0 0 1 2.165 2.5ZM5.938 10c0-.52.417-.938.937-.938s.938.418.938.938-.418.938-.938.938A.935.935 0 0 1 5.937 10Zm7.5-.625H9.061a.313.313 0 0 0-.312.313v.624c0 .172.14.313.313.313h4.374c.172 0 .313-.14.313-.313v-.624a.313.313 0 0 0-.313-.313Zm0 3.75H9.061a.313.313 0 0 0-.312.313v.624c0 .172.14.313.313.313h4.374c.172 0 .313-.14.313-.313v-.624a.313.313 0 0 0-.313-.313Zm-6.563-.313a.935.935 0 0 0-.938.938c0 .52.418.938.938.938s.938-.418.938-.938a.935.935 0 0 0-.938-.938ZM10 1.25c.52 0 .938.418.938.938 0 .519-.418.937-.938.937a.935.935 0 0 1-.938-.938c0-.519.418-.937.938-.937Zm5.625 17.5a.627.627 0 0 0 .625-.625V4.375a.627.627 0 0 0-.625-.625H13.75v.781a.47.47 0 0 1-.469.469H6.72a.47.47 0 0 1-.469-.469V3.75H4.375a.627.627 0 0 0-.625.625v13.75c0 .344.281.625.625.625h11.25Z",
1909
- fill: "currentColor"
1903
+ clipRule: "evenodd"
1910
1904
  }));
1911
1905
  });
1912
1906
  IconClipboardList.displayName = 'IconClipboardList';
@@ -1918,15 +1912,15 @@ var IconClock = React.forwardRef(function (_ref, ref) {
1918
1912
  props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
1919
1913
 
1920
1914
  return React__default.createElement("svg", Object.assign({
1921
- viewBox: "0 0 20 20",
1922
- fill: "none",
1923
1915
  xmlns: "http://www.w3.org/2000/svg",
1916
+ fill: "none",
1917
+ viewBox: "0 0 20 20",
1924
1918
  style: getIconStyles(props),
1925
1919
  "data-testid": testId,
1926
1920
  ref: ref
1927
1921
  }, props), React__default.createElement("path", {
1928
- d: "M10 .313A9.686 9.686 0 0 0 .312 10 9.686 9.686 0 0 0 10 19.688 9.686 9.686 0 0 0 19.688 10 9.686 9.686 0 0 0 10 .312ZM18.438 10c0 4.637-3.754 8.438-8.438 8.438-4.637 0-8.438-3.754-8.438-8.438 0-4.637 3.754-8.438 8.438-8.438 4.637 0 8.438 3.754 8.438 8.438Zm-5.817 3.45L9.45 11.144a.472.472 0 0 1-.191-.38V4.532a.47.47 0 0 1 .469-.468h.546a.47.47 0 0 1 .47.468v5.715l2.753 2.004c.211.152.254.445.102.656l-.32.442a.472.472 0 0 1-.657.101Z",
1929
- fill: "currentColor"
1922
+ fill: "currentColor",
1923
+ d: "M10 .313A9.686 9.686 0 0 0 .312 10 9.686 9.686 0 0 0 10 19.688 9.686 9.686 0 0 0 19.688 10 9.686 9.686 0 0 0 10 .312ZM18.438 10c0 4.637-3.754 8.438-8.438 8.438-4.637 0-8.438-3.754-8.438-8.438 0-4.637 3.754-8.438 8.438-8.438 4.637 0 8.438 3.754 8.438 8.438Zm-5.817 3.45L9.45 11.144a.472.472 0 0 1-.191-.38V4.532a.47.47 0 0 1 .469-.468h.546a.47.47 0 0 1 .47.468v5.715l2.753 2.004c.211.152.254.445.102.656l-.32.442a.472.472 0 0 1-.657.101Z"
1930
1924
  }));
1931
1925
  });
1932
1926
  IconClock.displayName = 'IconClock';
@@ -1938,15 +1932,15 @@ var IconCog = React.forwardRef(function (_ref, ref) {
1938
1932
  props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
1939
1933
 
1940
1934
  return React__default.createElement("svg", Object.assign({
1941
- viewBox: "0 0 20 20",
1942
- fill: "none",
1943
1935
  xmlns: "http://www.w3.org/2000/svg",
1936
+ fill: "none",
1937
+ viewBox: "0 0 20 20",
1944
1938
  style: getIconStyles(props),
1945
1939
  "data-testid": testId,
1946
1940
  ref: ref
1947
1941
  }, props), React__default.createElement("path", {
1948
- d: "m18.855 11.69-1.274-.735a7.63 7.63 0 0 0 0-1.91l1.274-.736a.935.935 0 0 0 .432-1.074 9.672 9.672 0 0 0-2.248-3.89.938.938 0 0 0-1.15-.167l-1.271.734a7.584 7.584 0 0 0-1.654-.956v-1.47a.938.938 0 0 0-.722-.912 9.756 9.756 0 0 0-4.484 0 .938.938 0 0 0-.722.912v1.47a7.582 7.582 0 0 0-1.654.956l-1.271-.734a.938.938 0 0 0-1.15.167 9.671 9.671 0 0 0-2.248 3.89.935.935 0 0 0 .432 1.074l1.273.736a7.624 7.624 0 0 0 0 1.91l-1.273.736a.935.935 0 0 0-.432 1.074 9.671 9.671 0 0 0 2.248 3.89.938.938 0 0 0 1.15.168l1.271-.735a7.58 7.58 0 0 0 1.654.956v1.47c0 .434.3.812.722.912a9.754 9.754 0 0 0 4.484 0 .938.938 0 0 0 .722-.912v-1.47a7.59 7.59 0 0 0 1.653-.956l1.272.735a.938.938 0 0 0 1.15-.168 9.672 9.672 0 0 0 2.248-3.89.935.935 0 0 0-.432-1.075Zm-2.558 3.925L14.49 14.57c-1.055.901-1.429 1.128-2.775 1.604v2.09a8.482 8.482 0 0 1-3.428 0v-2.09c-1.313-.464-1.693-.68-2.775-1.604l-1.809 1.045a8.437 8.437 0 0 1-1.716-2.967l1.81-1.045c-.255-1.383-.255-1.822 0-3.206l-1.81-1.045a8.444 8.444 0 0 1 1.716-2.967l1.81 1.045c1.069-.915 1.447-1.135 2.774-1.604v-2.09a8.468 8.468 0 0 1 3.428 0v2.09c1.327.469 1.705.689 2.775 1.604l1.808-1.045a8.444 8.444 0 0 1 1.716 2.967l-1.81 1.045c.256 1.384.256 1.822 0 3.206l1.81 1.045a8.438 8.438 0 0 1-1.716 2.967ZM10 6.25A3.754 3.754 0 0 0 6.25 10 3.754 3.754 0 0 0 10 13.75 3.754 3.754 0 0 0 13.75 10 3.754 3.754 0 0 0 10 6.25Zm0 6.25A2.503 2.503 0 0 1 7.5 10c0-1.379 1.121-2.5 2.5-2.5s2.5 1.121 2.5 2.5-1.121 2.5-2.5 2.5Z",
1949
- fill: "currentColor"
1942
+ fill: "currentColor",
1943
+ d: "m18.855 11.69-1.274-.735a7.63 7.63 0 0 0 0-1.91l1.274-.736a.935.935 0 0 0 .432-1.074 9.672 9.672 0 0 0-2.248-3.89.938.938 0 0 0-1.15-.167l-1.271.734a7.584 7.584 0 0 0-1.654-.956v-1.47a.938.938 0 0 0-.722-.912 9.756 9.756 0 0 0-4.484 0 .938.938 0 0 0-.722.912v1.47a7.582 7.582 0 0 0-1.654.956l-1.271-.734a.938.938 0 0 0-1.15.167 9.671 9.671 0 0 0-2.248 3.89.935.935 0 0 0 .432 1.074l1.273.736a7.624 7.624 0 0 0 0 1.91l-1.273.736a.935.935 0 0 0-.432 1.074 9.671 9.671 0 0 0 2.248 3.89.938.938 0 0 0 1.15.168l1.271-.735a7.58 7.58 0 0 0 1.654.956v1.47c0 .434.3.812.722.912a9.754 9.754 0 0 0 4.484 0 .938.938 0 0 0 .722-.912v-1.47a7.59 7.59 0 0 0 1.653-.956l1.272.735a.938.938 0 0 0 1.15-.168 9.672 9.672 0 0 0 2.248-3.89.935.935 0 0 0-.432-1.075Zm-2.558 3.925L14.49 14.57c-1.055.901-1.429 1.128-2.775 1.604v2.09a8.482 8.482 0 0 1-3.428 0v-2.09c-1.313-.464-1.693-.68-2.775-1.604l-1.809 1.045a8.437 8.437 0 0 1-1.716-2.967l1.81-1.045c-.255-1.383-.255-1.822 0-3.206l-1.81-1.045a8.444 8.444 0 0 1 1.716-2.967l1.81 1.045c1.069-.915 1.447-1.135 2.774-1.604v-2.09a8.468 8.468 0 0 1 3.428 0v2.09c1.327.469 1.705.689 2.775 1.604l1.808-1.045a8.444 8.444 0 0 1 1.716 2.967l-1.81 1.045c.256 1.384.256 1.822 0 3.206l1.81 1.045a8.438 8.438 0 0 1-1.716 2.967ZM10 6.25A3.754 3.754 0 0 0 6.25 10 3.754 3.754 0 0 0 10 13.75 3.754 3.754 0 0 0 13.75 10 3.754 3.754 0 0 0 10 6.25Zm0 6.25A2.503 2.503 0 0 1 7.5 10c0-1.379 1.121-2.5 2.5-2.5s2.5 1.121 2.5 2.5-1.121 2.5-2.5 2.5Z"
1950
1944
  }));
1951
1945
  });
1952
1946
  IconCog.displayName = 'IconCog';
@@ -1958,20 +1952,20 @@ var IconCommentLines = React.forwardRef(function (_ref, ref) {
1958
1952
  props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
1959
1953
 
1960
1954
  return React__default.createElement("svg", Object.assign({
1961
- viewBox: "0 0 20 20",
1962
- fill: "none",
1963
1955
  xmlns: "http://www.w3.org/2000/svg",
1956
+ fill: "none",
1957
+ viewBox: "0 0 20 20",
1964
1958
  style: getIconStyles(props),
1965
1959
  "data-testid": testId,
1966
1960
  ref: ref
1967
1961
  }, props), React__default.createElement("path", {
1962
+ fill: "currentColor",
1968
1963
  fillRule: "evenodd",
1969
- clipRule: "evenodd",
1970
1964
  d: "M.039 9.376c0-4.48 4.468-8.109 9.98-8.109 5.513 0 9.98 3.63 9.98 8.11 0 4.479-4.467 8.108-9.98 8.108-1.279 0-2.495-.202-3.625-.557-1.135.803-3.026 1.805-5.424 1.805a.936.936 0 0 1-.678-1.579c.02-.016 1.228-1.318 1.81-2.854C.814 12.932.038 11.232.038 9.376Zm18.713 0c0-3.781-3.918-6.861-8.733-6.861s-8.733 3.08-8.733 6.861c0 1.466.597 2.873 1.724 4.067l.534.569-.277.729c-.429 1.138-1.123 2.125-1.59 2.713 1.718-.167 3.102-.908 4-1.544l.506-.358.593.187c1.048.331 2.14.499 3.243.499 4.815 0 8.733-3.08 8.733-6.862Z",
1971
- fill: "currentColor"
1965
+ clipRule: "evenodd"
1972
1966
  }), React__default.createElement("path", {
1973
- d: "M5.313 10.417h5.625c.171 0 .312.14.312.312v.625c0 .172-.14.313-.313.313H5.314A.313.313 0 0 1 5 11.354v-.625c0-.172.14-.312.313-.312ZM5.313 6.667h9.375c.171 0 .312.14.312.312v.625c0 .172-.14.313-.313.313H5.313A.313.313 0 0 1 5 7.604V6.98c0-.172.14-.312.313-.312Z",
1974
- fill: "currentColor"
1967
+ fill: "currentColor",
1968
+ d: "M5.313 10.417h5.625c.171 0 .312.14.312.312v.625c0 .172-.14.313-.313.313H5.314A.313.313 0 0 1 5 11.354v-.625c0-.172.14-.312.313-.312ZM5.313 6.667h9.375c.171 0 .312.14.312.312v.625c0 .172-.14.313-.313.313H5.313A.313.313 0 0 1 5 7.604V6.98c0-.172.14-.312.313-.312Z"
1975
1969
  }));
1976
1970
  });
1977
1971
  IconCommentLines.displayName = 'IconCommentLines';
@@ -1983,17 +1977,17 @@ var IconComment = React.forwardRef(function (_ref, ref) {
1983
1977
  props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
1984
1978
 
1985
1979
  return React__default.createElement("svg", Object.assign({
1986
- viewBox: "0 0 20 20",
1987
- fill: "none",
1988
1980
  xmlns: "http://www.w3.org/2000/svg",
1981
+ fill: "none",
1982
+ viewBox: "0 0 20 20",
1989
1983
  style: getIconStyles(props),
1990
1984
  "data-testid": testId,
1991
1985
  ref: ref
1992
1986
  }, props), React__default.createElement("path", {
1987
+ fill: "currentColor",
1993
1988
  fillRule: "evenodd",
1994
- clipRule: "evenodd",
1995
1989
  d: "M.04 9.376c0-4.48 4.468-8.109 9.98-8.109 5.513 0 9.98 3.63 9.98 8.11 0 4.479-4.467 8.108-9.98 8.108-1.279 0-2.495-.202-3.626-.557-1.134.803-3.025 1.805-5.423 1.805a.936.936 0 0 1-.678-1.579c.02-.016 1.228-1.318 1.81-2.854C.815 12.932.04 11.232.04 9.376Zm18.713 0c0-3.781-3.918-6.861-8.733-6.861s-8.733 3.08-8.733 6.861c0 1.466.597 2.873 1.723 4.067l.535.569-.277.729c-.429 1.138-1.123 2.125-1.59 2.713 1.718-.167 3.102-.908 4-1.544l.506-.358.593.187c1.048.331 2.14.499 3.243.499 4.815 0 8.733-3.08 8.733-6.862Z",
1996
- fill: "currentColor"
1990
+ clipRule: "evenodd"
1997
1991
  }));
1998
1992
  });
1999
1993
  IconComment.displayName = 'IconComment';
@@ -2005,17 +1999,17 @@ var IconCopy = React.forwardRef(function (_ref, ref) {
2005
1999
  props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
2006
2000
 
2007
2001
  return React__default.createElement("svg", Object.assign({
2008
- viewBox: "0 0 20 20",
2009
- fill: "none",
2010
2002
  xmlns: "http://www.w3.org/2000/svg",
2003
+ fill: "none",
2004
+ viewBox: "0 0 20 20",
2011
2005
  style: getIconStyles(props),
2012
2006
  "data-testid": testId,
2013
2007
  ref: ref
2014
2008
  }, props), React__default.createElement("g", {
2015
2009
  clipPath: "url(#icon-copy_svg__a)"
2016
2010
  }, React__default.createElement("path", {
2017
- d: "M19.372 2.576 17.056.549A2.308 2.308 0 0 0 15.541 0H7.857C6.674 0 5.714.84 5.714 1.875V3.75H2.143C.959 3.75 0 4.59 0 5.625v12.5C0 19.16.96 20 2.143 20h10c1.183 0 2.143-.84 2.143-1.875V16.25h3.571c1.184 0 2.143-.84 2.143-1.875V3.902c0-.498-.226-.975-.628-1.326Zm-3.658-1.307a.74.74 0 0 1 .332.164l2.316 2.027c.092.08.157.18.188.29h-2.836V1.27Zm-2.857 16.856c0 .345-.32.625-.714.625h-10c-.394 0-.714-.28-.714-.625v-12.5c0-.345.32-.625.714-.625h3.571v9.375c0 1.036.96 1.875 2.143 1.875h5v1.875Zm5.714-3.75c0 .345-.32.625-.714.625h-10c-.394 0-.714-.28-.714-.625v-12.5c0-.345.32-.625.714-.625h6.429v2.813c0 .515.482.937 1.071.937h3.214v9.375Z",
2018
- fill: "currentColor"
2011
+ fill: "currentColor",
2012
+ d: "M19.372 2.576 17.056.549A2.308 2.308 0 0 0 15.541 0H7.857C6.674 0 5.714.84 5.714 1.875V3.75H2.143C.959 3.75 0 4.59 0 5.625v12.5C0 19.16.96 20 2.143 20h10c1.183 0 2.143-.84 2.143-1.875V16.25h3.571c1.184 0 2.143-.84 2.143-1.875V3.902c0-.498-.226-.975-.628-1.326Zm-3.658-1.307a.74.74 0 0 1 .332.164l2.316 2.027c.092.08.157.18.188.29h-2.836V1.27Zm-2.857 16.856c0 .345-.32.625-.714.625h-10c-.394 0-.714-.28-.714-.625v-12.5c0-.345.32-.625.714-.625h3.571v9.375c0 1.036.96 1.875 2.143 1.875h5v1.875Zm5.714-3.75c0 .345-.32.625-.714.625h-10c-.394 0-.714-.28-.714-.625v-12.5c0-.345.32-.625.714-.625h6.429v2.813c0 .515.482.937 1.071.937h3.214v9.375Z"
2019
2013
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
2020
2014
  id: "icon-copy_svg__a"
2021
2015
  }, React__default.createElement("path", {
@@ -2032,19 +2026,19 @@ var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2032
2026
  props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
2033
2027
 
2034
2028
  return React__default.createElement("svg", Object.assign({
2035
- viewBox: "0 0 20 20",
2036
- fill: "none",
2037
2029
  xmlns: "http://www.w3.org/2000/svg",
2030
+ fill: "none",
2031
+ viewBox: "0 0 20 20",
2038
2032
  style: getIconStyles(props),
2039
2033
  "data-testid": testId,
2040
2034
  ref: ref
2041
2035
  }, props), React__default.createElement("g", {
2042
2036
  clipPath: "url(#icon-credit-card-plus_svg__a)"
2043
2037
  }, React__default.createElement("path", {
2038
+ fill: "currentColor",
2044
2039
  fillRule: "evenodd",
2045
- clipRule: "evenodd",
2046
2040
  d: "M5.074 3.12a1.017 1.017 0 0 0-.782.678c-.055.153-.054.135-.054 2.483v2.23H2.59c-1.077 0-1.681.005-1.746.014-.43.057-.775.395-.854.836-.027.15-.027 6.53 0 6.682.077.44.431.787.855.838.065.007 1.964.01 5.217.008l5.115-.003.101-.034c.326-.112.559-.345.672-.676.05-.144.05-.21.051-2.476v-2.218l1.721-.003 1.721-.004.1-.034c.384-.13.662-.462.712-.845.016-.12.016-6.461 0-6.597a1.02 1.02 0 0 0-.837-.88c-.163-.026-10.19-.025-10.344 0Zm13.307.465v.485h-.943v.641h.943v.969h.63v-.969h.931V4.07h-.931V3.1h-.63v.484Zm-3.24.604c.118.073.12.081.12.575v.426H5.23l.004-.419c.005-.472.01-.497.105-.57.072-.055-.124-.053 4.946-.051l4.795.001.061.038Zm.12 4.314v1.741l-.03.056a.32.32 0 0 1-.082.093l-.054.037-1.547.004-1.546.003v-.462c0-.51-.009-.623-.055-.757-.132-.376-.428-.633-.795-.689-.094-.014-.61-.017-3.017-.017H5.232v-.867c0-.476.004-.87.008-.874a754.34 754.34 0 0 1 5.015-.009h5.006v1.741Zm-9.023-.426v.258h4.518V7.82H6.238v.258Zm6.519 0v.258h1.51V7.82h-1.51v.258ZM10.876 9.6c.117.073.119.08.119.575v.425H.964l.004-.418c.005-.473.01-.497.105-.57.072-.055-.124-.053 4.946-.051l4.796.001.06.038Zm.116 4.328-.003 1.754-.038.054a.319.319 0 0 1-.093.082l-.056.03H5.988c-4.654 0-4.816-.002-4.865-.024a.242.242 0 0 1-.128-.134c-.022-.048-.044-3.446-.023-3.5.005-.014.984-.017 5.014-.017h5.01l-.004 1.755Zm-9.02-.44v.258H6.49v-.516H1.973v.258Zm6.519 0v.258H10v-.516H8.49v.258Zm-6.515 1.048.003.261 1.5.003 1.501.003v-.528H1.972l.004.26Z",
2047
- fill: "currentColor"
2041
+ clipRule: "evenodd"
2048
2042
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
2049
2043
  id: "icon-credit-card-plus_svg__a"
2050
2044
  }, React__default.createElement("path", {
@@ -2061,17 +2055,17 @@ var IconCreditCard = React.forwardRef(function (_ref, ref) {
2061
2055
  props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
2062
2056
 
2063
2057
  return React__default.createElement("svg", Object.assign({
2064
- viewBox: "0 0 20 20",
2065
- fill: "none",
2066
2058
  xmlns: "http://www.w3.org/2000/svg",
2059
+ fill: "none",
2060
+ viewBox: "0 0 20 20",
2067
2061
  style: getIconStyles(props),
2068
2062
  "data-testid": testId,
2069
2063
  ref: ref
2070
2064
  }, props), React__default.createElement("g", {
2071
2065
  clipPath: "url(#icon-credit-card_svg__a)"
2072
2066
  }, React__default.createElement("path", {
2073
- d: "M18.333 2.21H1.667C.747 2.21 0 2.956 0 3.877v12.222c0 .92.747 1.666 1.667 1.666h16.666c.92 0 1.667-.746 1.667-1.666V3.877c0-.92-.747-1.667-1.667-1.667ZM1.667 3.321h16.666c.306 0 .556.25.556.556v1.666H1.11V3.877c0-.306.25-.556.556-.556Zm16.666 13.333H1.667a.557.557 0 0 1-.556-.555V8.877H18.89v7.222c0 .305-.25.555-.556.555ZM6.667 13.738v.277c0 .23-.188.417-.417.417h-2.5a.418.418 0 0 1-.417-.417v-.277c0-.23.188-.417.417-.417h2.5c.23 0 .417.188.417.417Zm6.666 0v.277c0 .23-.187.417-.416.417H8.194a.418.418 0 0 1-.416-.417v-.277c0-.23.187-.417.416-.417h4.723c.229 0 .416.188.416.417Z",
2074
- fill: "currentColor"
2067
+ fill: "currentColor",
2068
+ d: "M18.333 2.21H1.667C.747 2.21 0 2.956 0 3.877v12.222c0 .92.747 1.666 1.667 1.666h16.666c.92 0 1.667-.746 1.667-1.666V3.877c0-.92-.747-1.667-1.667-1.667ZM1.667 3.321h16.666c.306 0 .556.25.556.556v1.666H1.11V3.877c0-.306.25-.556.556-.556Zm16.666 13.333H1.667a.557.557 0 0 1-.556-.555V8.877H18.89v7.222c0 .305-.25.555-.556.555ZM6.667 13.738v.277c0 .23-.188.417-.417.417h-2.5a.418.418 0 0 1-.417-.417v-.277c0-.23.188-.417.417-.417h2.5c.23 0 .417.188.417.417Zm6.666 0v.277c0 .23-.187.417-.416.417H8.194a.418.418 0 0 1-.416-.417v-.277c0-.23.187-.417.416-.417h4.723c.229 0 .416.188.416.417Z"
2075
2069
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
2076
2070
  id: "icon-credit-card_svg__a"
2077
2071
  }, React__default.createElement("path", {
@@ -2088,30 +2082,30 @@ var IconDecentMonochromatic = React.forwardRef(function (_ref, ref) {
2088
2082
  props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
2089
2083
 
2090
2084
  return React__default.createElement("svg", Object.assign({
2091
- viewBox: "0 0 20 20",
2092
- fill: "none",
2093
2085
  xmlns: "http://www.w3.org/2000/svg",
2086
+ fill: "none",
2087
+ viewBox: "0 0 20 20",
2094
2088
  style: getIconStyles(props),
2095
2089
  "data-testid": testId,
2096
2090
  ref: ref
2097
2091
  }, props), React__default.createElement("path", {
2098
- d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z",
2099
- fill: "url(#icon-decent-monochromatic_svg__a)"
2092
+ fill: "url(#icon-decent-monochromatic_svg__a)",
2093
+ d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z"
2100
2094
  }), React__default.createElement("rect", {
2101
- x: 6.5,
2102
- y: 12.5,
2103
2095
  width: 7,
2104
2096
  height: 1.5,
2105
- rx: 0.75,
2106
- fill: "#767676"
2097
+ x: 6.5,
2098
+ y: 12.5,
2099
+ fill: "currentColor",
2100
+ rx: 0.75
2107
2101
  }), React__default.createElement("path", {
2108
- d: "M6.625 7c-.6 0-1.125.525-1.125 1.125S6.025 9.25 6.625 9.25 7.75 8.725 7.75 8.125 7.225 7 6.625 7ZM13.375 7c-.6 0-1.125.525-1.125 1.125s.525 1.125 1.125 1.125S14.5 8.725 14.5 8.125 13.975 7 13.375 7Z",
2109
- fill: "#464646"
2102
+ fill: "#464646",
2103
+ d: "M6.625 7c-.6 0-1.125.525-1.125 1.125S6.025 9.25 6.625 9.25 7.75 8.725 7.75 8.125 7.225 7 6.625 7ZM13.375 7c-.6 0-1.125.525-1.125 1.125s.525 1.125 1.125 1.125S14.5 8.725 14.5 8.125 13.975 7 13.375 7Z"
2110
2104
  }), React__default.createElement("defs", null, React__default.createElement("linearGradient", {
2111
2105
  id: "icon-decent-monochromatic_svg__a",
2112
2106
  x1: 3.667,
2113
- y1: 7.789,
2114
2107
  x2: 3.667,
2108
+ y1: 7.789,
2115
2109
  y2: 20.454,
2116
2110
  gradientUnits: "userSpaceOnUse"
2117
2111
  }, React__default.createElement("stop", {
@@ -2130,25 +2124,25 @@ var IconDecent = React.forwardRef(function (_ref, ref) {
2130
2124
  props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
2131
2125
 
2132
2126
  return React__default.createElement("svg", Object.assign({
2133
- viewBox: "0 0 20 20",
2134
- fill: "none",
2135
2127
  xmlns: "http://www.w3.org/2000/svg",
2128
+ fill: "none",
2129
+ viewBox: "0 0 20 20",
2136
2130
  style: getIconStyles(props),
2137
2131
  "data-testid": testId,
2138
2132
  ref: ref
2139
2133
  }, props), React__default.createElement("path", {
2140
- d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z",
2141
- fill: "#FFCE69"
2134
+ fill: "#FFCE69",
2135
+ d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z"
2142
2136
  }), React__default.createElement("rect", {
2143
- x: 6.5,
2144
- y: 12.5,
2145
2137
  width: 7,
2146
2138
  height: 1.5,
2147
- rx: 0.75,
2148
- fill: "#FB7448"
2139
+ x: 6.5,
2140
+ y: 12.5,
2141
+ fill: "#FB7448",
2142
+ rx: 0.75
2149
2143
  }), React__default.createElement("path", {
2150
- d: "M6.625 7c-.6 0-1.125.525-1.125 1.125S6.025 9.25 6.625 9.25 7.75 8.725 7.75 8.125 7.225 7 6.625 7ZM13.375 7c-.6 0-1.125.525-1.125 1.125s.525 1.125 1.125 1.125S14.5 8.725 14.5 8.125 13.975 7 13.375 7Z",
2151
- fill: "#464646"
2144
+ fill: "#464646",
2145
+ d: "M6.625 7c-.6 0-1.125.525-1.125 1.125S6.025 9.25 6.625 9.25 7.75 8.725 7.75 8.125 7.225 7 6.625 7ZM13.375 7c-.6 0-1.125.525-1.125 1.125s.525 1.125 1.125 1.125S14.5 8.725 14.5 8.125 13.975 7 13.375 7Z"
2152
2146
  }));
2153
2147
  });
2154
2148
  IconDecent.displayName = 'IconDecent';
@@ -2160,17 +2154,17 @@ var IconDownload = React.forwardRef(function (_ref, ref) {
2160
2154
  props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
2161
2155
 
2162
2156
  return React__default.createElement("svg", Object.assign({
2163
- viewBox: "0 0 20 20",
2164
- fill: "none",
2165
2157
  xmlns: "http://www.w3.org/2000/svg",
2158
+ fill: "none",
2159
+ viewBox: "0 0 20 20",
2166
2160
  style: getIconStyles(props),
2167
2161
  "data-testid": testId,
2168
2162
  ref: ref
2169
2163
  }, props), React__default.createElement("path", {
2164
+ fill: "currentColor",
2170
2165
  fillRule: "evenodd",
2171
- clipRule: "evenodd",
2172
2166
  d: "M18.281 20c.95 0 1.719-.77 1.719-1.719V14.22c0-.95-.77-1.719-1.719-1.719h-3.883l2.204-2.203c.98-.985.285-2.668-1.106-2.668h-2.059V1.563C13.438.699 12.739 0 11.876 0h-3.75c-.863 0-1.563.7-1.563 1.563v6.066H4.505c-1.39 0-2.09 1.684-1.106 2.668L5.602 12.5H1.719C.769 12.5 0 13.27 0 14.219v4.062C0 19.231.77 20 1.719 20H18.28Zm-3.906-3.906a.783.783 0 0 0-.781.781c0 .43.351.781.781.781.43 0 .781-.351.781-.781a.783.783 0 0 0-.781-.781Zm3.281.781c0 .43-.351.781-.781.781a.783.783 0 0 1-.781-.781c0-.43.351-.781.781-.781.43 0 .781.351.781.781ZM9.777 14.91c.121.121.32.121.442 0l5.496-5.496a.314.314 0 0 0-.223-.535h-3.305V1.563a.313.313 0 0 0-.312-.313h-3.75a.313.313 0 0 0-.313.313v7.316H4.504a.315.315 0 0 0-.223.535l5.496 5.496Zm8.504-1.16a.47.47 0 0 1 .469.469v4.062a.47.47 0 0 1-.469.469H1.72a.47.47 0 0 1-.469-.469V14.22a.47.47 0 0 1 .469-.469h5.133l2.043 2.043c.609.61 1.601.61 2.21 0l2.043-2.043h5.133Z",
2173
- fill: "currentColor"
2167
+ clipRule: "evenodd"
2174
2168
  }));
2175
2169
  });
2176
2170
  IconDownload.displayName = 'IconDownload';
@@ -2182,15 +2176,15 @@ var IconEdit = React.forwardRef(function (_ref, ref) {
2182
2176
  props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
2183
2177
 
2184
2178
  return React__default.createElement("svg", Object.assign({
2185
- viewBox: "0 0 20 20",
2186
- fill: "none",
2187
2179
  xmlns: "http://www.w3.org/2000/svg",
2180
+ fill: "none",
2181
+ viewBox: "0 0 20 20",
2188
2182
  style: getIconStyles(props),
2189
2183
  "data-testid": testId,
2190
2184
  ref: ref
2191
2185
  }, props), React__default.createElement("path", {
2192
- d: "m14.507 12.092.694-.703a.207.207 0 0 1 .355.147v5.777c0 .931-.747 1.687-1.667 1.687H1.667C.747 19 0 18.244 0 17.312V4.938C0 4.006.747 3.25 1.667 3.25h10.149c.184 0 .278.229.146.359l-.695.703a.213.213 0 0 1-.146.063H1.667a.56.56 0 0 0-.556.563v12.375c0 .309.25.562.556.562h12.222a.56.56 0 0 0 .555-.563V12.24c0-.056.021-.109.063-.147Zm5.066-6.722L8.723 16.356l-3.47.39a.733.733 0 0 1-.805-.815l.385-3.512L15.684 1.432a1.446 1.446 0 0 1 2.063 0l1.826 1.85a1.49 1.49 0 0 1 0 2.088Zm-3.25 1.701-2.316-2.344-8.111 8.208-.288 2.64 2.607-.291 8.108-8.213Zm2.465-2.995-1.826-1.849a.343.343 0 0 0-.49 0l-1.68 1.702 2.316 2.344 1.68-1.701a.353.353 0 0 0 0-.496Z",
2193
- fill: "currentColor"
2186
+ fill: "currentColor",
2187
+ d: "m14.507 12.092.694-.703a.207.207 0 0 1 .355.147v5.777c0 .931-.747 1.687-1.667 1.687H1.667C.747 19 0 18.244 0 17.312V4.938C0 4.006.747 3.25 1.667 3.25h10.149c.184 0 .278.229.146.359l-.695.703a.213.213 0 0 1-.146.063H1.667a.56.56 0 0 0-.556.563v12.375c0 .309.25.562.556.562h12.222a.56.56 0 0 0 .555-.563V12.24c0-.056.021-.109.063-.147Zm5.066-6.722L8.723 16.356l-3.47.39a.733.733 0 0 1-.805-.815l.385-3.512L15.684 1.432a1.446 1.446 0 0 1 2.063 0l1.826 1.85a1.49 1.49 0 0 1 0 2.088Zm-3.25 1.701-2.316-2.344-8.111 8.208-.288 2.64 2.607-.291 8.108-8.213Zm2.465-2.995-1.826-1.849a.343.343 0 0 0-.49 0l-1.68 1.702 2.316 2.344 1.68-1.701a.353.353 0 0 0 0-.496Z"
2194
2188
  }));
2195
2189
  });
2196
2190
  IconEdit.displayName = 'IconEdit';
@@ -2202,17 +2196,17 @@ var IconEllipsisV = React.forwardRef(function (_ref, ref) {
2202
2196
  props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
2203
2197
 
2204
2198
  return React__default.createElement("svg", Object.assign({
2205
- viewBox: "0 0 20 20",
2206
- fill: "none",
2207
2199
  xmlns: "http://www.w3.org/2000/svg",
2200
+ fill: "none",
2201
+ viewBox: "0 0 20 20",
2208
2202
  style: getIconStyles(props),
2209
2203
  "data-testid": testId,
2210
2204
  ref: ref
2211
2205
  }, props), React__default.createElement("path", {
2206
+ fill: "currentColor",
2212
2207
  fillRule: "evenodd",
2213
- clipRule: "evenodd",
2214
2208
  d: "M8 2.188C8 3.34 8.892 4.27 9.997 4.27c1.104 0 1.996-.931 1.996-2.083 0-1.153-.892-2.084-1.996-2.084C8.892.104 8 1.035 8 2.188Zm1.997 5.729c1.104 0 1.996.93 1.996 2.083 0 1.152-.892 2.083-1.996 2.083C8.892 12.083 8 11.153 8 10c0-1.152.892-2.083 1.997-2.083Zm0 11.979C8.892 19.896 8 18.965 8 17.813c0-1.153.892-2.084 1.997-2.084 1.104 0 1.996.931 1.996 2.084 0 1.152-.892 2.083-1.996 2.083Z",
2215
- fill: "currentColor"
2209
+ clipRule: "evenodd"
2216
2210
  }));
2217
2211
  });
2218
2212
  IconEllipsisV.displayName = 'IconEllipsisV';
@@ -2224,17 +2218,17 @@ var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
2224
2218
  props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
2225
2219
 
2226
2220
  return React__default.createElement("svg", Object.assign({
2227
- viewBox: "0 0 20 20",
2228
- fill: "none",
2229
2221
  xmlns: "http://www.w3.org/2000/svg",
2222
+ fill: "none",
2223
+ viewBox: "0 0 20 20",
2230
2224
  style: getIconStyles(props),
2231
2225
  "data-testid": testId,
2232
2226
  ref: ref
2233
2227
  }, props), React__default.createElement("g", {
2234
2228
  clipPath: "url(#icon-envelope-open-dollar_svg__a)"
2235
2229
  }, React__default.createElement("path", {
2236
- d: "M19.32 6.427c-.077-.064-.867-.7-1.82-1.466V3.75c0-.69-.56-1.25-1.25-1.25h-1.815l-.399-.318C13.173 1.492 11.696 0 10 0 8.312 0 6.85 1.473 5.963 2.182l-.398.318H3.75c-.69 0-1.25.56-1.25 1.25v1.21L.684 6.422A1.875 1.875 0 0 0 0 7.87v10.255C0 19.16.84 20 1.875 20h16.25C19.16 20 20 19.16 20 18.125V7.871c0-.559-.25-1.089-.68-1.444ZM10 1.25c.85 0 1.744.653 2.466 1.25h-4.93C8.258 1.904 9.152 1.25 10 1.25Zm-6.25 2.5h12.5v6.771a792.911 792.911 0 0 1-3.382 2.71c-.659.524-1.961 1.784-2.868 1.769-.907.015-2.21-1.245-2.868-1.77-.831-.66-2.118-1.693-3.382-2.709V3.75Zm-2.5 4.12c0-.187.083-.363.228-.482L2.5 6.564v2.951L1.25 8.508V7.87Zm17.5 10.255c0 .345-.28.625-.625.625H1.875a.626.626 0 0 1-.625-.625v-8.011c1.67 1.345 3.88 3.121 5.105 4.094.8.64 2.216 2.052 3.645 2.042 1.424.01 2.823-1.386 3.645-2.042 1.227-.974 3.435-2.75 5.105-4.095v8.012Zm0-9.617L17.5 9.516V6.565c.564.454.969.78 1.023.825.145.119.227.294.227.481v.637Zm-9.808.89 1.758.527c.201.06.342.265.342.497 0 .284-.207.515-.46.515H9.482a.936.936 0 0 1-.5-.145.32.32 0 0 0-.396.029l-.46.438a.313.313 0 0 0 .023.474c.355.267.784.42 1.225.443v.636c0 .173.14.313.313.313h.625c.172 0 .312-.14.312-.313v-.63c.923-.024 1.667-.802 1.667-1.76 0-.78-.507-1.477-1.233-1.695L9.3 8.2c-.202-.06-.343-.265-.343-.497 0-.284.207-.516.461-.516h1.098c.178 0 .35.05.501.146a.32.32 0 0 0 .396-.029l.459-.438a.313.313 0 0 0-.023-.474 2.237 2.237 0 0 0-1.225-.443v-.636A.312.312 0 0 0 10.312 5h-.624a.312.312 0 0 0-.313.313v.63c-.923.024-1.667.802-1.667 1.76 0 .78.507 1.477 1.234 1.695Z",
2237
- fill: "currentColor"
2230
+ fill: "currentColor",
2231
+ d: "M19.32 6.427c-.077-.064-.867-.7-1.82-1.466V3.75c0-.69-.56-1.25-1.25-1.25h-1.815l-.399-.318C13.173 1.492 11.696 0 10 0 8.312 0 6.85 1.473 5.963 2.182l-.398.318H3.75c-.69 0-1.25.56-1.25 1.25v1.21L.684 6.422A1.875 1.875 0 0 0 0 7.87v10.255C0 19.16.84 20 1.875 20h16.25C19.16 20 20 19.16 20 18.125V7.871c0-.559-.25-1.089-.68-1.444ZM10 1.25c.85 0 1.744.653 2.466 1.25h-4.93C8.258 1.904 9.152 1.25 10 1.25Zm-6.25 2.5h12.5v6.771a792.911 792.911 0 0 1-3.382 2.71c-.659.524-1.961 1.784-2.868 1.769-.907.015-2.21-1.245-2.868-1.77-.831-.66-2.118-1.693-3.382-2.709V3.75Zm-2.5 4.12c0-.187.083-.363.228-.482L2.5 6.564v2.951L1.25 8.508V7.87Zm17.5 10.255c0 .345-.28.625-.625.625H1.875a.626.626 0 0 1-.625-.625v-8.011c1.67 1.345 3.88 3.121 5.105 4.094.8.64 2.216 2.052 3.645 2.042 1.424.01 2.823-1.386 3.645-2.042 1.227-.974 3.435-2.75 5.105-4.095v8.012Zm0-9.617L17.5 9.516V6.565c.564.454.969.78 1.023.825.145.119.227.294.227.481v.637Zm-9.808.89 1.758.527c.201.06.342.265.342.497 0 .284-.207.515-.46.515H9.482a.936.936 0 0 1-.5-.145.32.32 0 0 0-.396.029l-.46.438a.313.313 0 0 0 .023.474c.355.267.784.42 1.225.443v.636c0 .173.14.313.313.313h.625c.172 0 .312-.14.312-.313v-.63c.923-.024 1.667-.802 1.667-1.76 0-.78-.507-1.477-1.233-1.695L9.3 8.2c-.202-.06-.343-.265-.343-.497 0-.284.207-.516.461-.516h1.098c.178 0 .35.05.501.146a.32.32 0 0 0 .396-.029l.459-.438a.313.313 0 0 0-.023-.474 2.237 2.237 0 0 0-1.225-.443v-.636A.312.312 0 0 0 10.312 5h-.624a.312.312 0 0 0-.313.313v.63c-.923.024-1.667.802-1.667 1.76 0 .78.507 1.477 1.234 1.695Z"
2238
2232
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
2239
2233
  id: "icon-envelope-open-dollar_svg__a"
2240
2234
  }, React__default.createElement("path", {
@@ -2251,15 +2245,15 @@ var IconEnvelope = React.forwardRef(function (_ref, ref) {
2251
2245
  props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
2252
2246
 
2253
2247
  return React__default.createElement("svg", Object.assign({
2254
- viewBox: "0 0 20 20",
2255
- fill: "none",
2256
2248
  xmlns: "http://www.w3.org/2000/svg",
2249
+ fill: "none",
2250
+ viewBox: "0 0 20 20",
2257
2251
  style: getIconStyles(props),
2258
2252
  "data-testid": testId,
2259
2253
  ref: ref
2260
2254
  }, props), React__default.createElement("path", {
2261
- d: "M18.125 2.5H1.875C.84 2.5 0 3.34 0 4.375v11.25C0 16.66.84 17.5 1.875 17.5h16.25c1.035 0 1.875-.84 1.875-1.875V4.375C20 3.34 19.16 2.5 18.125 2.5ZM1.875 3.75h16.25c.344 0 .625.281.625.625v1.617c-.855.723-2.078 1.719-5.883 4.738-.66.524-1.96 1.786-2.867 1.77-.906.016-2.21-1.246-2.867-1.77C3.328 7.71 2.105 6.715 1.25 5.992V4.375c0-.344.281-.625.625-.625Zm16.25 12.5H1.875a.627.627 0 0 1-.625-.625V7.617c.89.73 2.297 1.86 5.105 4.09.801.64 2.215 2.05 3.645 2.043 1.422.012 2.824-1.387 3.645-2.043 2.808-2.23 4.214-3.36 5.105-4.09v8.008a.627.627 0 0 1-.625.625Z",
2262
- fill: "currentColor"
2255
+ fill: "currentColor",
2256
+ d: "M18.125 2.5H1.875C.84 2.5 0 3.34 0 4.375v11.25C0 16.66.84 17.5 1.875 17.5h16.25c1.035 0 1.875-.84 1.875-1.875V4.375C20 3.34 19.16 2.5 18.125 2.5ZM1.875 3.75h16.25c.344 0 .625.281.625.625v1.617c-.855.723-2.078 1.719-5.883 4.738-.66.524-1.96 1.786-2.867 1.77-.906.016-2.21-1.246-2.867-1.77C3.328 7.71 2.105 6.715 1.25 5.992V4.375c0-.344.281-.625.625-.625Zm16.25 12.5H1.875a.627.627 0 0 1-.625-.625V7.617c.89.73 2.297 1.86 5.105 4.09.801.64 2.215 2.05 3.645 2.043 1.422.012 2.824-1.387 3.645-2.043 2.808-2.23 4.214-3.36 5.105-4.09v8.008a.627.627 0 0 1-.625.625Z"
2263
2257
  }));
2264
2258
  });
2265
2259
  IconEnvelope.displayName = 'IconEnvelope';
@@ -2271,17 +2265,17 @@ var IconExclaimationTriangle = React.forwardRef(function (_ref, ref) {
2271
2265
  props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
2272
2266
 
2273
2267
  return React__default.createElement("svg", Object.assign({
2274
- viewBox: "0 0 20 20",
2275
- fill: "none",
2276
2268
  xmlns: "http://www.w3.org/2000/svg",
2269
+ fill: "none",
2270
+ viewBox: "0 0 20 20",
2277
2271
  style: getIconStyles(props),
2278
2272
  "data-testid": testId,
2279
2273
  ref: ref
2280
2274
  }, props), React__default.createElement("path", {
2275
+ fill: "currentColor",
2281
2276
  fillRule: "evenodd",
2282
- clipRule: "evenodd",
2283
2277
  d: "m19.74 16.378-8.315-14.42C10.787.85 9.182.85 8.54 1.958L.225 16.378c-.637 1.105.16 2.495 1.442 2.495h16.635c1.275 0 2.08-1.386 1.438-2.495Zm-9.144-9.706h-1.23a.208.208 0 0 0-.208.215l.26 6.794a.207.207 0 0 0 .208.201h.71a.21.21 0 0 0 .208-.2l.26-6.795a.208.208 0 0 0-.208-.215Zm-1.584 8.874c0-.537.433-.97.97-.97.538 0 .971.433.971.97 0 .537-.433.97-.97.97a.969.969 0 0 1-.97-.97Zm-7.348 2.218h16.638a.554.554 0 0 0 .478-.832L10.461 2.513a.555.555 0 0 0-.96 0l-8.319 14.42a.556.556 0 0 0 .482.831Z",
2284
- fill: "currentColor"
2278
+ clipRule: "evenodd"
2285
2279
  }));
2286
2280
  });
2287
2281
  IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
@@ -2293,15 +2287,15 @@ var IconExclaimation = React.forwardRef(function (_ref, ref) {
2293
2287
  props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
2294
2288
 
2295
2289
  return React__default.createElement("svg", Object.assign({
2296
- viewBox: "0 0 20 20",
2297
- fill: "none",
2298
2290
  xmlns: "http://www.w3.org/2000/svg",
2291
+ fill: "none",
2292
+ viewBox: "0 0 20 20",
2299
2293
  style: getIconStyles(props),
2300
2294
  "data-testid": testId,
2301
2295
  ref: ref
2302
2296
  }, props), React__default.createElement("path", {
2303
- d: "M9.15 0h1.714c.51 0 .916.424.895.933l-.523 12.537a.895.895 0 0 1-.895.858h-.67a.896.896 0 0 1-.894-.858L8.254.933A.896.896 0 0 1 9.15 0Zm.857 15.82a2.09 2.09 0 1 0 0 4.18 2.09 2.09 0 0 0 0-4.18Z",
2304
- fill: "currentColor"
2297
+ fill: "currentColor",
2298
+ d: "M9.15 0h1.714c.51 0 .916.424.895.933l-.523 12.537a.895.895 0 0 1-.895.858h-.67a.896.896 0 0 1-.894-.858L8.254.933A.896.896 0 0 1 9.15 0Zm.857 15.82a2.09 2.09 0 1 0 0 4.18 2.09 2.09 0 0 0 0-4.18Z"
2305
2299
  }));
2306
2300
  });
2307
2301
  IconExclaimation.displayName = 'IconExclaimation';
@@ -2313,15 +2307,15 @@ var IconExpand = React.forwardRef(function (_ref, ref) {
2313
2307
  props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
2314
2308
 
2315
2309
  return React__default.createElement("svg", Object.assign({
2316
- viewBox: "0 0 20 20",
2317
- fill: "none",
2318
2310
  xmlns: "http://www.w3.org/2000/svg",
2311
+ fill: "none",
2312
+ viewBox: "0 0 20 20",
2319
2313
  style: getIconStyles(props),
2320
2314
  "data-testid": testId,
2321
2315
  ref: ref
2322
2316
  }, props), React__default.createElement("path", {
2323
- d: "m9.017 10.762.22.221a.469.469 0 0 1 0 .663L3.385 17.5H5.78c.26 0 .469.21.469.469v.312c0 .26-.21.469-.469.469H1.72a.469.469 0 0 1-.469-.469V14.22c0-.26.21-.469.469-.469h.312c.26 0 .469.21.469.469v2.397l5.854-5.854a.469.469 0 0 1 .663 0ZM18.28 1.25H14.22a.469.469 0 0 0-.469.469v.312c0 .26.21.469.469.469h2.397l-5.854 5.854a.469.469 0 0 0 0 .663l.221.22c.183.184.48.184.663 0L17.5 3.385V5.78c0 .26.21.469.469.469h.312c.26 0 .469-.21.469-.469V1.72a.469.469 0 0 0-.469-.469Z",
2324
- fill: "currentColor"
2317
+ fill: "currentColor",
2318
+ d: "m9.017 10.762.22.221a.469.469 0 0 1 0 .663L3.385 17.5H5.78c.26 0 .469.21.469.469v.312c0 .26-.21.469-.469.469H1.72a.469.469 0 0 1-.469-.469V14.22c0-.26.21-.469.469-.469h.312c.26 0 .469.21.469.469v2.397l5.854-5.854a.469.469 0 0 1 .663 0ZM18.28 1.25H14.22a.469.469 0 0 0-.469.469v.312c0 .26.21.469.469.469h2.397l-5.854 5.854a.469.469 0 0 0 0 .663l.221.22c.183.184.48.184.663 0L17.5 3.385V5.78c0 .26.21.469.469.469h.312c.26 0 .469-.21.469-.469V1.72a.469.469 0 0 0-.469-.469Z"
2325
2319
  }));
2326
2320
  });
2327
2321
  IconExpand.displayName = 'IconExpand';
@@ -2333,17 +2327,17 @@ var IconExternalLink = React.forwardRef(function (_ref, ref) {
2333
2327
  props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
2334
2328
 
2335
2329
  return React__default.createElement("svg", Object.assign({
2336
- viewBox: "0 0 20 20",
2337
- fill: "none",
2338
2330
  xmlns: "http://www.w3.org/2000/svg",
2331
+ fill: "none",
2332
+ viewBox: "0 0 20 20",
2339
2333
  style: getIconStyles(props),
2340
2334
  "data-testid": testId,
2341
2335
  ref: ref
2342
2336
  }, props), React__default.createElement("path", {
2337
+ fill: "currentColor",
2343
2338
  fillRule: "evenodd",
2344
- clipRule: "evenodd",
2345
2339
  d: "M6.789 13.537a.417.417 0 0 0 0 .589l.196.196a.417.417 0 0 0 .59 0l11.22-11.22.024.024-.011 3.124c0 .23.186.417.416.417h.347c.23 0 .417-.187.417-.417L20 1.528a.417.417 0 0 0-.417-.417l-4.722.012a.417.417 0 0 0-.417.417v.347c0 .23.187.417.417.417l3.124-.012.024.024-11.22 11.22ZM14.566 9l.278-.278a.417.417 0 0 1 .712.295v8.205c0 .92-.747 1.667-1.667 1.667H1.667c-.92 0-1.667-.746-1.667-1.667V5c0-.92.746-1.667 1.667-1.667h12.082c.371 0 .557.45.295.712l-.278.277a.416.416 0 0 1-.295.122H1.667A.556.556 0 0 0 1.11 5v12.222c0 .307.249.556.556.556h12.222a.556.556 0 0 0 .555-.556V9.294c0-.11.044-.216.122-.294Z",
2346
- fill: "currentColor"
2340
+ clipRule: "evenodd"
2347
2341
  }));
2348
2342
  });
2349
2343
  IconExternalLink.displayName = 'IconExternalLink';
@@ -2355,9 +2349,9 @@ var IconEyeSlash = React.forwardRef(function (_ref, ref) {
2355
2349
  props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
2356
2350
 
2357
2351
  return React__default.createElement("svg", Object.assign({
2358
- viewBox: "0 0 20 20",
2359
- fill: "none",
2360
2352
  xmlns: "http://www.w3.org/2000/svg",
2353
+ fill: "none",
2354
+ viewBox: "0 0 20 20",
2361
2355
  style: getIconStyles(props),
2362
2356
  "data-testid": testId,
2363
2357
  ref: ref
@@ -2366,8 +2360,8 @@ var IconEyeSlash = React.forwardRef(function (_ref, ref) {
2366
2360
  }, React__default.createElement("g", {
2367
2361
  clipPath: "url(#icon-eye-slash_svg__b)"
2368
2362
  }, React__default.createElement("path", {
2369
- d: "M19.906 16.806.719 2.452a.26.26 0 0 0-.352.037l-.312.371a.23.23 0 0 0 .039.334L19.28 17.548a.256.256 0 0 0 .184.05.257.257 0 0 0 .168-.087l.312-.371a.23.23 0 0 0-.039-.334ZM10 5.25a4.113 4.113 0 0 1 2.827 1.114A3.71 3.71 0 0 1 14 9.05c0 .642-.185 1.238-.482 1.768l.796.594A4.518 4.518 0 0 0 15 9.05c0-1.093-.404-2.087-1.056-2.89 1.747.838 3.168 2.183 4.057 3.84a8.975 8.975 0 0 1-2.118 2.588l.792.592c.89-.78 1.652-1.7 2.216-2.747a.922.922 0 0 0 0-.867A10.085 10.085 0 0 0 10 4.3c-1.404 0-2.791.287-4.066.844l1.43 1.069A4.094 4.094 0 0 1 10 5.25Zm1.902 4.359c.098-.284.123-.585.073-.88a1.826 1.826 0 0 0-.358-.815 1.952 1.952 0 0 0-.711-.568A2.06 2.06 0 0 0 10 7.15c-.031 0-.06.007-.09.009.122.308.12.648-.007.955l1.999 1.495Zm-6.8-1.46a4.36 4.36 0 0 0-.102.9c-.003.797.205 1.58.605 2.28.4.699.98 1.29 1.684 1.72a5.21 5.21 0 0 0 4.781.313l-.924-.69A4.136 4.136 0 0 1 10 12.85a4.114 4.114 0 0 1-2.827-1.114A3.71 3.71 0 0 1 6 9.05c0-.073.018-.14.022-.211l-.92-.69ZM10 14.75A9.065 9.065 0 0 1 2 10c.545-1.008 1.284-1.861 2.135-2.574l-.809-.604c-.89.78-1.652 1.7-2.216 2.746a.922.922 0 0 0 0 .866C2.803 13.575 6.158 15.7 10 15.7c1.403 0 2.79-.287 4.066-.844l-.914-.683A9.147 9.147 0 0 1 10 14.75Z",
2370
- fill: "currentColor"
2363
+ fill: "currentColor",
2364
+ d: "M19.906 16.806.719 2.452a.26.26 0 0 0-.352.037l-.312.371a.23.23 0 0 0 .039.334L19.28 17.548a.256.256 0 0 0 .184.05.257.257 0 0 0 .168-.087l.312-.371a.23.23 0 0 0-.039-.334ZM10 5.25a4.113 4.113 0 0 1 2.827 1.114A3.71 3.71 0 0 1 14 9.05c0 .642-.185 1.238-.482 1.768l.796.594A4.518 4.518 0 0 0 15 9.05c0-1.093-.404-2.087-1.056-2.89 1.747.838 3.168 2.183 4.057 3.84a8.975 8.975 0 0 1-2.118 2.588l.792.592c.89-.78 1.652-1.7 2.216-2.747a.922.922 0 0 0 0-.867A10.085 10.085 0 0 0 10 4.3c-1.404 0-2.791.287-4.066.844l1.43 1.069A4.094 4.094 0 0 1 10 5.25Zm1.902 4.359c.098-.284.123-.585.073-.88a1.826 1.826 0 0 0-.358-.815 1.952 1.952 0 0 0-.711-.568A2.06 2.06 0 0 0 10 7.15c-.031 0-.06.007-.09.009.122.308.12.648-.007.955l1.999 1.495Zm-6.8-1.46a4.36 4.36 0 0 0-.102.9c-.003.797.205 1.58.605 2.28.4.699.98 1.29 1.684 1.72a5.21 5.21 0 0 0 4.781.313l-.924-.69A4.136 4.136 0 0 1 10 12.85a4.114 4.114 0 0 1-2.827-1.114A3.71 3.71 0 0 1 6 9.05c0-.073.018-.14.022-.211l-.92-.69ZM10 14.75A9.065 9.065 0 0 1 2 10c.545-1.008 1.284-1.861 2.135-2.574l-.809-.604c-.89.78-1.652 1.7-2.216 2.746a.922.922 0 0 0 0 .866C2.803 13.575 6.158 15.7 10 15.7c1.403 0 2.79-.287 4.066-.844l-.914-.683A9.147 9.147 0 0 1 10 14.75Z"
2371
2365
  }))), React__default.createElement("defs", null, React__default.createElement("clipPath", {
2372
2366
  id: "icon-eye-slash_svg__a"
2373
2367
  }, React__default.createElement("path", {
@@ -2377,8 +2371,7 @@ var IconEyeSlash = React.forwardRef(function (_ref, ref) {
2377
2371
  id: "icon-eye-slash_svg__b"
2378
2372
  }, React__default.createElement("path", {
2379
2373
  fill: "#fff",
2380
- transform: "translate(0 2.4)",
2381
- d: "M0 0h20v15.2H0z"
2374
+ d: "M0 2.4h20v15.2H0z"
2382
2375
  }))));
2383
2376
  });
2384
2377
  IconEyeSlash.displayName = 'IconEyeSlash';
@@ -2390,23 +2383,22 @@ var IconEye = React.forwardRef(function (_ref, ref) {
2390
2383
  props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
2391
2384
 
2392
2385
  return React__default.createElement("svg", Object.assign({
2393
- viewBox: "0 0 20 20",
2394
- fill: "none",
2395
2386
  xmlns: "http://www.w3.org/2000/svg",
2387
+ fill: "none",
2388
+ viewBox: "0 0 20 20",
2396
2389
  style: getIconStyles(props),
2397
2390
  "data-testid": testId,
2398
2391
  ref: ref
2399
2392
  }, props), React__default.createElement("g", {
2400
2393
  clipPath: "url(#icon-eye_svg__a)"
2401
2394
  }, React__default.createElement("path", {
2402
- d: "M10 11a2 2 0 0 0 0-4c-.031 0-.059.008-.09.01a1.484 1.484 0 0 1-1.901 1.9C8.01 8.943 8 8.97 8 9a2 2 0 0 0 2 2Zm8.891-1.456C17.197 6.237 13.841 4 10 4 6.158 4 2.802 6.239 1.109 9.544a1.011 1.011 0 0 0 0 .912C2.803 13.763 6.159 16 10 16s7.198-2.239 8.891-5.544a1.01 1.01 0 0 0 0-.912ZM10 5a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 10c-3.355 0-6.42-1.916-8-5a9.212 9.212 0 0 1 4.056-4.042 4.954 4.954 0 0 0 .408 6.578A5 5 0 0 0 15 9c0-1.15-.403-2.197-1.056-3.042A9.212 9.212 0 0 1 18 10c-1.58 3.084-4.645 5-8 5Z",
2403
- fill: "currentColor"
2395
+ fill: "currentColor",
2396
+ d: "M10 11a2 2 0 0 0 0-4c-.031 0-.059.008-.09.01a1.484 1.484 0 0 1-1.901 1.9C8.01 8.943 8 8.97 8 9a2 2 0 0 0 2 2Zm8.891-1.456C17.197 6.237 13.841 4 10 4 6.158 4 2.802 6.239 1.109 9.544a1.011 1.011 0 0 0 0 .912C2.803 13.763 6.159 16 10 16s7.198-2.239 8.891-5.544a1.01 1.01 0 0 0 0-.912ZM10 5a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 10c-3.355 0-6.42-1.916-8-5a9.212 9.212 0 0 1 4.056-4.042 4.954 4.954 0 0 0 .408 6.578A5 5 0 0 0 15 9c0-1.15-.403-2.197-1.056-3.042A9.212 9.212 0 0 1 18 10c-1.58 3.084-4.645 5-8 5Z"
2404
2397
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
2405
2398
  id: "icon-eye_svg__a"
2406
2399
  }, React__default.createElement("path", {
2407
2400
  fill: "#fff",
2408
- transform: "translate(1 2)",
2409
- d: "M0 0h18v16H0z"
2401
+ d: "M1 2h18v16H1z"
2410
2402
  }))));
2411
2403
  });
2412
2404
  IconEye.displayName = 'IconEye';
@@ -2418,17 +2410,17 @@ var IconFilePdf = React.forwardRef(function (_ref, ref) {
2418
2410
  props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
2419
2411
 
2420
2412
  return React__default.createElement("svg", Object.assign({
2421
- viewBox: "0 0 20 20",
2422
- fill: "none",
2423
2413
  xmlns: "http://www.w3.org/2000/svg",
2414
+ fill: "none",
2415
+ viewBox: "0 0 20 20",
2424
2416
  style: getIconStyles(props),
2425
2417
  "data-testid": testId,
2426
2418
  ref: ref
2427
2419
  }, props), React__default.createElement("g", {
2428
2420
  clipPath: "url(#icon-file-pdf_svg__a)"
2429
2421
  }, React__default.createElement("path", {
2430
- d: "M16.95 3.49 13.671.213a1.875 1.875 0 0 0-1.324-.55H4.375A1.881 1.881 0 0 0 2.5 1.54v16.25c0 1.035.84 1.875 1.875 1.875h11.25c1.035 0 1.875-.84 1.875-1.875V4.82c0-.496-.2-.977-.55-1.329Zm-.884.887c.082.082.137.18.165.29H12.5V.935c.11.027.207.082.29.164l3.276 3.277Zm-.441 14.04H4.375a.627.627 0 0 1-.625-.626V1.541c0-.343.281-.625.625-.625h6.875V4.98c0 .52.418.937.938.937h4.062v11.875a.627.627 0 0 1-.625.625Zm-.86-6.688c-.527-.52-2.148-.36-2.878-.262-.828-.5-1.375-1.188-1.762-2.21.168-.704.469-1.845.25-2.536-.172-1.098-1.55-.965-1.742-.266-.195.715-.012 1.735.328 3.04-.465 1.109-1.16 2.613-1.645 3.46-.812.418-2.113 1.145-2.296 2.047-.137.656.894 1.54 2.074.25.355-.386.754-.969 1.222-1.777 1.043-.344 2.192-.774 3.204-.938.855.47 1.859.778 2.523.778 1.082.004 1.129-1.18.723-1.586Zm-8.953 3.476c.231-.62 1.118-1.343 1.387-1.593-.863 1.379-1.386 1.62-1.386 1.593Zm3.72-8.683c.34 0 .304 1.465.081 1.86-.203-.638-.195-1.86-.082-1.86Zm-1.11 6.222c.441-.773.82-1.687 1.125-2.488a5.089 5.089 0 0 0 1.371 1.621c-.95.184-1.773.59-2.496.867Zm5.992-.23s-.226.273-1.7-.356c1.602-.117 1.864.25 1.7.356Z",
2431
- fill: "currentColor"
2422
+ fill: "currentColor",
2423
+ d: "M16.95 3.49 13.671.213a1.875 1.875 0 0 0-1.324-.55H4.375A1.881 1.881 0 0 0 2.5 1.54v16.25c0 1.035.84 1.875 1.875 1.875h11.25c1.035 0 1.875-.84 1.875-1.875V4.82c0-.496-.2-.977-.55-1.329Zm-.884.887c.082.082.137.18.165.29H12.5V.935c.11.027.207.082.29.164l3.276 3.277Zm-.441 14.04H4.375a.627.627 0 0 1-.625-.626V1.541c0-.343.281-.625.625-.625h6.875V4.98c0 .52.418.937.938.937h4.062v11.875a.627.627 0 0 1-.625.625Zm-.86-6.688c-.527-.52-2.148-.36-2.878-.262-.828-.5-1.375-1.188-1.762-2.21.168-.704.469-1.845.25-2.536-.172-1.098-1.55-.965-1.742-.266-.195.715-.012 1.735.328 3.04-.465 1.109-1.16 2.613-1.645 3.46-.812.418-2.113 1.145-2.296 2.047-.137.656.894 1.54 2.074.25.355-.386.754-.969 1.222-1.777 1.043-.344 2.192-.774 3.204-.938.855.47 1.859.778 2.523.778 1.082.004 1.129-1.18.723-1.586Zm-8.953 3.476c.231-.62 1.118-1.343 1.387-1.593-.863 1.379-1.386 1.62-1.386 1.593Zm3.72-8.683c.34 0 .304 1.465.081 1.86-.203-.638-.195-1.86-.082-1.86Zm-1.11 6.222c.441-.773.82-1.687 1.125-2.488a5.089 5.089 0 0 0 1.371 1.621c-.95.184-1.773.59-2.496.867Zm5.992-.23s-.226.273-1.7-.356c1.602-.117 1.864.25 1.7.356Z"
2432
2424
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
2433
2425
  id: "icon-file-pdf_svg__a"
2434
2426
  }, React__default.createElement("path", {
@@ -2445,17 +2437,17 @@ var IconFile = React.forwardRef(function (_ref, ref) {
2445
2437
  props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
2446
2438
 
2447
2439
  return React__default.createElement("svg", Object.assign({
2448
- viewBox: "0 0 20 20",
2449
- fill: "none",
2450
2440
  xmlns: "http://www.w3.org/2000/svg",
2441
+ fill: "none",
2442
+ viewBox: "0 0 20 20",
2451
2443
  style: getIconStyles(props),
2452
2444
  "data-testid": testId,
2453
2445
  ref: ref
2454
2446
  }, props), React__default.createElement("g", {
2455
2447
  clipPath: "url(#icon-file_svg__a)"
2456
2448
  }, React__default.createElement("path", {
2457
- d: "M16.95 3.824 13.671.546a1.875 1.875 0 0 0-1.324-.55H4.375A1.881 1.881 0 0 0 2.5 1.875v16.25C2.5 19.16 3.34 20 4.375 20h11.25c1.035 0 1.875-.84 1.875-1.875V5.152c0-.496-.2-.977-.55-1.328Zm-.884.886c.082.082.137.18.165.29H12.5V1.269c.11.027.207.082.29.164l3.276 3.277Zm-.441 14.04H4.375a.627.627 0 0 1-.625-.625V1.875c0-.344.281-.625.625-.625h6.875v4.062c0 .52.418.938.938.938h4.062v11.875a.627.627 0 0 1-.625.625Z",
2458
- fill: "currentColor"
2449
+ fill: "currentColor",
2450
+ d: "M16.95 3.824 13.671.546a1.875 1.875 0 0 0-1.324-.55H4.375A1.881 1.881 0 0 0 2.5 1.875v16.25C2.5 19.16 3.34 20 4.375 20h11.25c1.035 0 1.875-.84 1.875-1.875V5.152c0-.496-.2-.977-.55-1.328Zm-.884.886c.082.082.137.18.165.29H12.5V1.269c.11.027.207.082.29.164l3.276 3.277Zm-.441 14.04H4.375a.627.627 0 0 1-.625-.625V1.875c0-.344.281-.625.625-.625h6.875v4.062c0 .52.418.938.938.938h4.062v11.875a.627.627 0 0 1-.625.625Z"
2459
2451
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
2460
2452
  id: "icon-file_svg__a"
2461
2453
  }, React__default.createElement("path", {
@@ -2472,17 +2464,17 @@ var IconFlag = React.forwardRef(function (_ref, ref) {
2472
2464
  props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
2473
2465
 
2474
2466
  return React__default.createElement("svg", Object.assign({
2475
- viewBox: "0 0 20 20",
2476
- fill: "none",
2477
2467
  xmlns: "http://www.w3.org/2000/svg",
2468
+ fill: "none",
2469
+ viewBox: "0 0 20 20",
2478
2470
  style: getIconStyles(props),
2479
2471
  "data-testid": testId,
2480
2472
  ref: ref
2481
2473
  }, props), React__default.createElement("g", {
2482
2474
  clipPath: "url(#icon-flag_svg__a)"
2483
2475
  }, React__default.createElement("path", {
2484
- d: "M18.457 0a2.03 2.03 0 0 0-.828.18c-1.973.886-3.43 1.183-4.652 1.183-2.582 0-4.082-1.347-7.063-1.347C4.68.016 3.172.27 1.25.922V.625A.627.627 0 0 0 .625 0 .627.627 0 0 0 0 .625v19.063c0 .171.14.312.313.312h.625c.171 0 .312-.14.312-.313v-3.921c1.727-.618 3.188-.86 4.473-.86 3.172 0 5.382 1.344 8.558 1.344 1.38 0 2.934-.254 4.832-.977.547-.21.89-.699.89-1.218V1.305C20 .508 19.274 0 18.458 0Zm-4.18 15c-2.953 0-5.195-1.344-8.558-1.344-1.434 0-2.907.254-4.473.774V2.234c1.797-.652 3.332-.968 4.664-.968 2.715 0 4.235 1.347 7.063 1.347 1.554 0 3.195-.41 5.16-1.293.367-.164.613-.02.613.22v12.503c-.031.098-2.297.957-4.469.957Z",
2485
- fill: "currentColor"
2476
+ fill: "currentColor",
2477
+ d: "M18.457 0a2.03 2.03 0 0 0-.828.18c-1.973.886-3.43 1.183-4.652 1.183-2.582 0-4.082-1.347-7.063-1.347C4.68.016 3.172.27 1.25.922V.625A.627.627 0 0 0 .625 0 .627.627 0 0 0 0 .625v19.063c0 .171.14.312.313.312h.625c.171 0 .312-.14.312-.313v-3.921c1.727-.618 3.188-.86 4.473-.86 3.172 0 5.382 1.344 8.558 1.344 1.38 0 2.934-.254 4.832-.977.547-.21.89-.699.89-1.218V1.305C20 .508 19.274 0 18.458 0Zm-4.18 15c-2.953 0-5.195-1.344-8.558-1.344-1.434 0-2.907.254-4.473.774V2.234c1.797-.652 3.332-.968 4.664-.968 2.715 0 4.235 1.347 7.063 1.347 1.554 0 3.195-.41 5.16-1.293.367-.164.613-.02.613.22v12.503c-.031.098-2.297.957-4.469.957Z"
2486
2478
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
2487
2479
  id: "icon-flag_svg__a"
2488
2480
  }, React__default.createElement("path", {
@@ -2499,17 +2491,17 @@ var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
2499
2491
  props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
2500
2492
 
2501
2493
  return React__default.createElement("svg", Object.assign({
2502
- viewBox: "0 0 20 20",
2503
- fill: "none",
2504
2494
  xmlns: "http://www.w3.org/2000/svg",
2495
+ fill: "none",
2496
+ viewBox: "0 0 20 20",
2505
2497
  style: getIconStyles(props),
2506
2498
  "data-testid": testId,
2507
2499
  ref: ref
2508
2500
  }, props), React__default.createElement("path", {
2501
+ fill: "currentColor",
2509
2502
  fillRule: "evenodd",
2510
- clipRule: "evenodd",
2511
2503
  d: "M.313 10A9.686 9.686 0 0 1 10 .312 9.686 9.686 0 0 1 19.688 10 9.686 9.686 0 0 1 10 19.688 9.686 9.686 0 0 1 .312 10ZM10 18.438c4.684 0 8.438-3.801 8.438-8.438 0-4.684-3.801-8.438-8.438-8.438-4.684 0-8.438 3.801-8.438 8.438 0 4.684 3.801 8.438 8.438 8.438ZM7.083 9.166a2.083 2.083 0 1 0 0-4.167 2.083 2.083 0 0 0 0 4.167Zm2.084 3.75a2.083 2.083 0 1 1-4.167 0 2.083 2.083 0 0 1 4.167 0Zm3.75-3.75a2.083 2.083 0 1 0 0-4.167 2.083 2.083 0 0 0 0 4.167ZM15 12.917a2.083 2.083 0 1 1-4.167 0 2.083 2.083 0 0 1 4.167 0Z",
2512
- fill: "currentColor"
2504
+ clipRule: "evenodd"
2513
2505
  }));
2514
2506
  });
2515
2507
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
@@ -2521,40 +2513,40 @@ var IconFourSquares = React.forwardRef(function (_ref, ref) {
2521
2513
  props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
2522
2514
 
2523
2515
  return React__default.createElement("svg", Object.assign({
2524
- viewBox: "0 0 20 20",
2525
- fill: "none",
2526
2516
  xmlns: "http://www.w3.org/2000/svg",
2517
+ fill: "none",
2518
+ viewBox: "0 0 20 20",
2527
2519
  style: getIconStyles(props),
2528
2520
  "data-testid": testId,
2529
2521
  ref: ref
2530
2522
  }, props), React__default.createElement("rect", {
2523
+ width: 8.594,
2524
+ height: 8.594,
2531
2525
  x: 0.833,
2532
2526
  y: 10.573,
2527
+ fill: "currentColor",
2528
+ rx: 1
2529
+ }), React__default.createElement("rect", {
2533
2530
  width: 8.594,
2534
2531
  height: 8.594,
2535
- rx: 1,
2536
- fill: "currentColor"
2537
- }), React__default.createElement("rect", {
2538
2532
  x: 10.573,
2539
2533
  y: 10.573,
2534
+ fill: "currentColor",
2535
+ rx: 1
2536
+ }), React__default.createElement("rect", {
2540
2537
  width: 8.594,
2541
2538
  height: 8.594,
2542
- rx: 1,
2543
- fill: "currentColor"
2544
- }), React__default.createElement("rect", {
2545
2539
  x: 0.833,
2546
2540
  y: 0.833,
2541
+ fill: "currentColor",
2542
+ rx: 1
2543
+ }), React__default.createElement("rect", {
2547
2544
  width: 8.594,
2548
2545
  height: 8.594,
2549
- rx: 1,
2550
- fill: "currentColor"
2551
- }), React__default.createElement("rect", {
2552
2546
  x: 10.572,
2553
2547
  y: 0.833,
2554
- width: 8.594,
2555
- height: 8.594,
2556
- rx: 1,
2557
- fill: "currentColor"
2548
+ fill: "currentColor",
2549
+ rx: 1
2558
2550
  }));
2559
2551
  });
2560
2552
  IconFourSquares.displayName = 'IconFourSquares';
@@ -2566,15 +2558,15 @@ var IconGavel = React.forwardRef(function (_ref, ref) {
2566
2558
  props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
2567
2559
 
2568
2560
  return React__default.createElement("svg", Object.assign({
2569
- viewBox: "0 0 60 60",
2570
- fill: "none",
2571
2561
  xmlns: "http://www.w3.org/2000/svg",
2562
+ fill: "none",
2563
+ viewBox: "0 0 60 60",
2572
2564
  style: getIconStyles(props),
2573
2565
  "data-testid": testId,
2574
2566
  ref: ref
2575
2567
  }, props), React__default.createElement("path", {
2576
- d: "m58.698 21.863-2.418-2.42a4.442 4.442 0 0 0-5.476-.638l-9.61-9.609a4.442 4.442 0 0 0-.638-5.476l-2.418-2.418a4.438 4.438 0 0 0-6.28 0L18.551 14.605a4.446 4.446 0 0 0 0 6.28l2.42 2.42a4.448 4.448 0 0 0 5.475.637l3.48 3.48-6.891 6.89-.947-.946a5.095 5.095 0 0 0-7.198 0l-13.403 13.4a5.095 5.095 0 0 0 0 7.198l4.548 4.548a5.095 5.095 0 0 0 7.197 0l13.401-13.403a5.095 5.095 0 0 0 0-7.198l-.947-.947 6.891-6.89 3.48 3.479a4.449 4.449 0 0 0 .637 5.476l2.42 2.419a4.446 4.446 0 0 0 6.28 0l13.303-13.305a4.439 4.439 0 0 0 0-6.28ZM23.983 42.457l-13.401 13.4a1.34 1.34 0 0 1-1.894 0l-4.546-4.545a1.34 1.34 0 0 1 0-1.894l13.401-13.4a1.34 1.34 0 0 1 1.894 0l4.546 4.545a1.341 1.341 0 0 1 0 1.894Zm32.065-16.966L42.743 38.796a.69.69 0 0 1-.977 0l-2.42-2.42a.691.691 0 0 1 0-.976l1.932-1.93L26.53 18.721l-1.93 1.931a.692.692 0 0 1-.978 0l-2.419-2.419a.692.692 0 0 1 0-.977L34.51 3.952a.691.691 0 0 1 .977 0l2.419 2.42a.691.691 0 0 1 0 .976l-1.93 1.931L50.72 24.026l1.931-1.93a.69.69 0 0 1 .977 0l2.419 2.418a.692.692 0 0 1 0 .977Z",
2577
- fill: "currentColor"
2568
+ fill: "currentColor",
2569
+ d: "m58.698 21.863-2.418-2.42a4.442 4.442 0 0 0-5.476-.638l-9.61-9.609a4.442 4.442 0 0 0-.638-5.476l-2.418-2.418a4.438 4.438 0 0 0-6.28 0L18.551 14.605a4.446 4.446 0 0 0 0 6.28l2.42 2.42a4.448 4.448 0 0 0 5.475.637l3.48 3.48-6.891 6.89-.947-.946a5.095 5.095 0 0 0-7.198 0l-13.403 13.4a5.095 5.095 0 0 0 0 7.198l4.548 4.548a5.095 5.095 0 0 0 7.197 0l13.401-13.403a5.095 5.095 0 0 0 0-7.198l-.947-.947 6.891-6.89 3.48 3.479a4.449 4.449 0 0 0 .637 5.476l2.42 2.419a4.446 4.446 0 0 0 6.28 0l13.303-13.305a4.439 4.439 0 0 0 0-6.28ZM23.983 42.457l-13.401 13.4a1.34 1.34 0 0 1-1.894 0l-4.546-4.545a1.34 1.34 0 0 1 0-1.894l13.401-13.4a1.34 1.34 0 0 1 1.894 0l4.546 4.545a1.341 1.341 0 0 1 0 1.894Zm32.065-16.966L42.743 38.796a.69.69 0 0 1-.977 0l-2.42-2.42a.691.691 0 0 1 0-.976l1.932-1.93L26.53 18.721l-1.93 1.931a.692.692 0 0 1-.978 0l-2.419-2.419a.692.692 0 0 1 0-.977L34.51 3.952a.691.691 0 0 1 .977 0l2.419 2.42a.691.691 0 0 1 0 .976l-1.93 1.931L50.72 24.026l1.931-1.93a.69.69 0 0 1 .977 0l2.419 2.418a.692.692 0 0 1 0 .977Z"
2578
2570
  }));
2579
2571
  });
2580
2572
  IconGavel.displayName = 'IconGavel';
@@ -2586,19 +2578,19 @@ var IconGif = React.forwardRef(function (_ref, ref) {
2586
2578
  props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
2587
2579
 
2588
2580
  return React__default.createElement("svg", Object.assign({
2589
- viewBox: "0 0 20 20",
2590
2581
  xmlns: "http://www.w3.org/2000/svg",
2582
+ viewBox: "0 0 20 20",
2591
2583
  style: getIconStyles(props),
2592
2584
  "data-testid": testId,
2593
2585
  ref: ref
2594
2586
  }, props), React__default.createElement("path", {
2595
- d: "M18.096 2.85H1.906c-.79 0-1.43.64-1.43 1.429v11.428c0 .79.64 1.429 1.43 1.429h16.19c.789 0 1.428-.64 1.428-1.429V4.28c0-.79-.64-1.429-1.428-1.429Z",
2587
+ fill: "none",
2596
2588
  stroke: "currentColor",
2597
2589
  strokeWidth: 0.952,
2598
- fill: "none"
2590
+ d: "M18.096 2.85H1.906c-.79 0-1.43.64-1.43 1.429v11.428c0 .79.64 1.429 1.43 1.429h16.19c.789 0 1.428-.64 1.428-1.429V4.28c0-.79-.64-1.429-1.428-1.429Z"
2599
2591
  }), React__default.createElement("path", {
2600
- d: "M7.124 12.541c.876 0 1.592-.373 2.087-.93V9.715H6.804v.785h1.524v.785c-.23.22-.686.457-1.204.457-1.006 0-1.753-.777-1.753-1.836 0-1.074.747-1.836 1.753-1.836a1.64 1.64 0 0 1 1.318.678l.724-.42c-.404-.578-1.052-1.05-2.042-1.05-1.478 0-2.667 1.028-2.667 2.628 0 1.592 1.189 2.636 2.667 2.636Zm3.907-.099V7.36h-.892v5.082h.892Zm1.971 0V10.24h2.538v-.785h-2.538v-1.31h2.59V7.36h-3.481v5.082h.891Z",
2601
- fill: "currentColor"
2592
+ fill: "currentColor",
2593
+ d: "M7.124 12.541c.876 0 1.592-.373 2.087-.93V9.715H6.804v.785h1.524v.785c-.23.22-.686.457-1.204.457-1.006 0-1.753-.777-1.753-1.836 0-1.074.747-1.836 1.753-1.836a1.64 1.64 0 0 1 1.318.678l.724-.42c-.404-.578-1.052-1.05-2.042-1.05-1.478 0-2.667 1.028-2.667 2.628 0 1.592 1.189 2.636 2.667 2.636Zm3.907-.099V7.36h-.892v5.082h.892Zm1.971 0V10.24h2.538v-.785h-2.538v-1.31h2.59V7.36h-3.481v5.082h.891Z"
2602
2594
  }));
2603
2595
  });
2604
2596
  IconGif.displayName = 'IconGif';
@@ -2610,15 +2602,15 @@ var IconGift = React.forwardRef(function (_ref, ref) {
2610
2602
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
2611
2603
 
2612
2604
  return React__default.createElement("svg", Object.assign({
2613
- viewBox: "0 0 20 20",
2614
- fill: "none",
2615
2605
  xmlns: "http://www.w3.org/2000/svg",
2606
+ fill: "none",
2607
+ viewBox: "0 0 20 20",
2616
2608
  style: getIconStyles(props),
2617
2609
  "data-testid": testId,
2618
2610
  ref: ref
2619
2611
  }, props), React__default.createElement("path", {
2620
- d: "M18.125 6H16.59a3.229 3.229 0 0 0 .598-1.875c0-1.723-1.305-3.125-2.91-3.125-1.653 0-2.61.992-4.278 3.742C8.332 1.992 7.375 1 5.723 1c-1.606 0-2.91 1.402-2.91 3.125 0 .707.226 1.352.597 1.875H1.875C.84 6 0 6.84 0 7.875v3.75c0 .344.281.625.625.625h.625v5.625c0 1.035.84 1.875 1.875 1.875h13.75c1.035 0 1.875-.84 1.875-1.875V12.25h.625a.627.627 0 0 0 .625-.625v-3.75C20 6.84 19.16 6 18.125 6Zm-7.336-.14c1.934-3.255 2.578-3.61 3.488-3.61.914 0 1.66.84 1.66 1.875 0 1.035-.746 1.875-1.66 1.875h-3.574l.086-.14ZM5.723 2.25c.914 0 1.554.355 3.488 3.61l.082.14H5.719c-.914 0-1.66-.84-1.66-1.875.003-1.035.75-1.875 1.664-1.875ZM7.5 18.5H3.125a.627.627 0 0 1-.625-.625V12.25h5v6.25Zm0-7.5H1.25V7.875c0-.344.281-.625.625-.625H7.5V11Zm3.75 7.5h-2.5V7.25h2.5V18.5Zm6.25-.625a.627.627 0 0 1-.625.625H12.5v-6.25h5v5.625ZM18.75 11H12.5V7.25h5.625c.344 0 .625.281.625.625V11Z",
2621
- fill: "currentColor"
2612
+ fill: "currentColor",
2613
+ d: "M18.125 6H16.59a3.229 3.229 0 0 0 .598-1.875c0-1.723-1.305-3.125-2.91-3.125-1.653 0-2.61.992-4.278 3.742C8.332 1.992 7.375 1 5.723 1c-1.606 0-2.91 1.402-2.91 3.125 0 .707.226 1.352.597 1.875H1.875C.84 6 0 6.84 0 7.875v3.75c0 .344.281.625.625.625h.625v5.625c0 1.035.84 1.875 1.875 1.875h13.75c1.035 0 1.875-.84 1.875-1.875V12.25h.625a.627.627 0 0 0 .625-.625v-3.75C20 6.84 19.16 6 18.125 6Zm-7.336-.14c1.934-3.255 2.578-3.61 3.488-3.61.914 0 1.66.84 1.66 1.875 0 1.035-.746 1.875-1.66 1.875h-3.574l.086-.14ZM5.723 2.25c.914 0 1.554.355 3.488 3.61l.082.14H5.719c-.914 0-1.66-.84-1.66-1.875.003-1.035.75-1.875 1.664-1.875ZM7.5 18.5H3.125a.627.627 0 0 1-.625-.625V12.25h5v6.25Zm0-7.5H1.25V7.875c0-.344.281-.625.625-.625H7.5V11Zm3.75 7.5h-2.5V7.25h2.5V18.5Zm6.25-.625a.627.627 0 0 1-.625.625H12.5v-6.25h5v5.625ZM18.75 11H12.5V7.25h5.625c.344 0 .625.281.625.625V11Z"
2622
2614
  }));
2623
2615
  });
2624
2616
  IconGift.displayName = 'IconGift';
@@ -2630,26 +2622,26 @@ var IconGoodMonochromatic = React.forwardRef(function (_ref, ref) {
2630
2622
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
2631
2623
 
2632
2624
  return React__default.createElement("svg", Object.assign({
2633
- viewBox: "0 0 20 20",
2634
- fill: "none",
2635
2625
  xmlns: "http://www.w3.org/2000/svg",
2626
+ fill: "none",
2627
+ viewBox: "0 0 20 20",
2636
2628
  style: getIconStyles(props),
2637
2629
  "data-testid": testId,
2638
2630
  ref: ref
2639
2631
  }, props), React__default.createElement("path", {
2640
- d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z",
2641
- fill: "url(#icon-good-monochromatic_svg__a)"
2632
+ fill: "url(#icon-good-monochromatic_svg__a)",
2633
+ d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z"
2642
2634
  }), React__default.createElement("path", {
2643
- d: "M14.69 12.01c-1.29.935-2.76 1.473-4.69 1.473-1.937 0-3.41-.541-4.702-1.482-.115-.084-.347-.229-.57-.028-.225.201-.093.43-.02.532C5.761 13.977 7.6 15.5 10 15.5c2.407 0 4.25-1.45 5.3-2.992.07-.102.207-.308-.02-.528-.226-.22-.471-.056-.59.03Z",
2644
- fill: "#767676"
2635
+ fill: "currentColor",
2636
+ d: "M14.69 12.01c-1.29.935-2.76 1.473-4.69 1.473-1.937 0-3.41-.541-4.702-1.482-.115-.084-.347-.229-.57-.028-.225.201-.093.43-.02.532C5.761 13.977 7.6 15.5 10 15.5c2.407 0 4.25-1.45 5.3-2.992.07-.102.207-.308-.02-.528-.226-.22-.471-.056-.59.03Z"
2645
2637
  }), React__default.createElement("path", {
2646
- d: "M6.625 7c-.6 0-1.125.525-1.125 1.125S6.025 9.25 6.625 9.25 7.75 8.725 7.75 8.125 7.225 7 6.625 7ZM13.375 7c-.6 0-1.125.525-1.125 1.125s.525 1.125 1.125 1.125S14.5 8.725 14.5 8.125 13.975 7 13.375 7Z",
2647
- fill: "#464646"
2638
+ fill: "#464646",
2639
+ d: "M6.625 7c-.6 0-1.125.525-1.125 1.125S6.025 9.25 6.625 9.25 7.75 8.725 7.75 8.125 7.225 7 6.625 7ZM13.375 7c-.6 0-1.125.525-1.125 1.125s.525 1.125 1.125 1.125S14.5 8.725 14.5 8.125 13.975 7 13.375 7Z"
2648
2640
  }), React__default.createElement("defs", null, React__default.createElement("linearGradient", {
2649
2641
  id: "icon-good-monochromatic_svg__a",
2650
2642
  x1: 3.667,
2651
- y1: 7.789,
2652
2643
  x2: 3.667,
2644
+ y1: 7.789,
2653
2645
  y2: 20.454,
2654
2646
  gradientUnits: "userSpaceOnUse"
2655
2647
  }, React__default.createElement("stop", {
@@ -2668,21 +2660,21 @@ var IconGood = React.forwardRef(function (_ref, ref) {
2668
2660
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
2669
2661
 
2670
2662
  return React__default.createElement("svg", Object.assign({
2671
- viewBox: "0 0 20 20",
2672
- fill: "none",
2673
2663
  xmlns: "http://www.w3.org/2000/svg",
2664
+ fill: "none",
2665
+ viewBox: "0 0 20 20",
2674
2666
  style: getIconStyles(props),
2675
2667
  "data-testid": testId,
2676
2668
  ref: ref
2677
2669
  }, props), React__default.createElement("path", {
2678
- d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z",
2679
- fill: "#FFCE69"
2670
+ fill: "#FFCE69",
2671
+ d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z"
2680
2672
  }), React__default.createElement("path", {
2681
- d: "M14.69 12.01c-1.29.935-2.76 1.473-4.69 1.473-1.937 0-3.41-.541-4.702-1.482-.115-.084-.347-.229-.57-.028-.225.201-.093.43-.02.532C5.761 13.977 7.6 15.5 10 15.5c2.407 0 4.25-1.45 5.3-2.992.07-.102.207-.308-.02-.528-.226-.22-.471-.056-.59.03Z",
2682
- fill: "#FB7448"
2673
+ fill: "#FB7448",
2674
+ d: "M14.69 12.01c-1.29.935-2.76 1.473-4.69 1.473-1.937 0-3.41-.541-4.702-1.482-.115-.084-.347-.229-.57-.028-.225.201-.093.43-.02.532C5.761 13.977 7.6 15.5 10 15.5c2.407 0 4.25-1.45 5.3-2.992.07-.102.207-.308-.02-.528-.226-.22-.471-.056-.59.03Z"
2683
2675
  }), React__default.createElement("path", {
2684
- d: "M6.625 7c-.6 0-1.125.525-1.125 1.125S6.025 9.25 6.625 9.25 7.75 8.725 7.75 8.125 7.225 7 6.625 7ZM13.375 7c-.6 0-1.125.525-1.125 1.125s.525 1.125 1.125 1.125S14.5 8.725 14.5 8.125 13.975 7 13.375 7Z",
2685
- fill: "#464646"
2676
+ fill: "#464646",
2677
+ d: "M6.625 7c-.6 0-1.125.525-1.125 1.125S6.025 9.25 6.625 9.25 7.75 8.725 7.75 8.125 7.225 7 6.625 7ZM13.375 7c-.6 0-1.125.525-1.125 1.125s.525 1.125 1.125 1.125S14.5 8.725 14.5 8.125 13.975 7 13.375 7Z"
2686
2678
  }));
2687
2679
  });
2688
2680
  IconGood.displayName = 'IconGood';
@@ -2694,28 +2686,28 @@ var IconGreatMonochromatic = React.forwardRef(function (_ref, ref) {
2694
2686
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
2695
2687
 
2696
2688
  return React__default.createElement("svg", Object.assign({
2697
- viewBox: "0 0 20 20",
2698
- fill: "none",
2699
2689
  xmlns: "http://www.w3.org/2000/svg",
2690
+ fill: "none",
2691
+ viewBox: "0 0 20 20",
2700
2692
  style: getIconStyles(props),
2701
2693
  "data-testid": testId,
2702
2694
  ref: ref
2703
2695
  }, props), React__default.createElement("path", {
2704
- d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z",
2705
- fill: "url(#icon-great-monochromatic_svg__a)"
2696
+ fill: "url(#icon-great-monochromatic_svg__a)",
2697
+ d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z"
2706
2698
  }), React__default.createElement("path", {
2707
- d: "M8.332 8.555c-.259.173-.457.044-.58-.184-.211-.39-.612-.904-1.25-.904-.622 0-1.043.529-1.258.915-.133.24-.34.347-.584.173-.244-.175-.158-.452-.075-.602.356-.638 1.03-1.453 1.918-1.453.902 0 1.57.82 1.914 1.453.075.137.175.429-.085.602ZM15.332 8.555c-.259.173-.457.044-.58-.184-.212-.39-.612-.904-1.25-.904-.623 0-1.043.529-1.258.915-.133.24-.34.347-.584.173-.244-.175-.158-.452-.075-.602.356-.638 1.03-1.453 1.918-1.453.902 0 1.57.82 1.914 1.453.075.137.175.429-.085.602Z",
2708
- fill: "#464646"
2699
+ fill: "#464646",
2700
+ d: "M8.332 8.555c-.259.173-.457.044-.58-.184-.211-.39-.612-.904-1.25-.904-.622 0-1.043.529-1.258.915-.133.24-.34.347-.584.173-.244-.175-.158-.452-.075-.602.356-.638 1.03-1.453 1.918-1.453.902 0 1.57.82 1.914 1.453.075.137.175.429-.085.602ZM15.332 8.555c-.259.173-.457.044-.58-.184-.212-.39-.612-.904-1.25-.904-.623 0-1.043.529-1.258.915-.133.24-.34.347-.584.173-.244-.175-.158-.452-.075-.602.356-.638 1.03-1.453 1.918-1.453.902 0 1.57.82 1.914 1.453.075.137.175.429-.085.602Z"
2709
2701
  }), React__default.createElement("path", {
2702
+ fill: "currentColor",
2710
2703
  fillRule: "evenodd",
2711
- clipRule: "evenodd",
2712
2704
  d: "M10 15.5c2.572 0 4.721-1.752 5-4 0-.493 0-.5-.5-.5-4.004-.113-5.005-.113-9 0-.5 0-.5 0-.5.5.278 2.248 2.427 4 5 4Z",
2713
- fill: "#767676"
2705
+ clipRule: "evenodd"
2714
2706
  }), React__default.createElement("defs", null, React__default.createElement("linearGradient", {
2715
2707
  id: "icon-great-monochromatic_svg__a",
2716
2708
  x1: 3.667,
2717
- y1: 7.789,
2718
2709
  x2: 3.667,
2710
+ y1: 7.789,
2719
2711
  y2: 20.454,
2720
2712
  gradientUnits: "userSpaceOnUse"
2721
2713
  }, React__default.createElement("stop", {
@@ -2734,23 +2726,23 @@ var IconGreat = React.forwardRef(function (_ref, ref) {
2734
2726
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
2735
2727
 
2736
2728
  return React__default.createElement("svg", Object.assign({
2737
- viewBox: "0 0 20 20",
2738
- fill: "none",
2739
2729
  xmlns: "http://www.w3.org/2000/svg",
2730
+ fill: "none",
2731
+ viewBox: "0 0 20 20",
2740
2732
  style: getIconStyles(props),
2741
2733
  "data-testid": testId,
2742
2734
  ref: ref
2743
2735
  }, props), React__default.createElement("path", {
2744
- d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z",
2745
- fill: "#FFCE69"
2736
+ fill: "#FFCE69",
2737
+ d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z"
2746
2738
  }), React__default.createElement("path", {
2747
- d: "M8.332 8.555c-.259.173-.457.044-.58-.184-.211-.39-.612-.904-1.25-.904-.622 0-1.043.529-1.258.915-.133.24-.34.347-.584.173-.244-.175-.158-.452-.075-.602.356-.638 1.03-1.453 1.918-1.453.902 0 1.57.82 1.914 1.453.075.137.175.429-.085.602ZM15.332 8.555c-.259.173-.457.044-.58-.184-.212-.39-.612-.904-1.25-.904-.623 0-1.043.529-1.258.915-.133.24-.34.347-.584.173-.244-.175-.158-.452-.075-.602.356-.638 1.03-1.453 1.918-1.453.902 0 1.57.82 1.914 1.453.075.137.175.429-.085.602Z",
2748
- fill: "#464646"
2739
+ fill: "#464646",
2740
+ d: "M8.332 8.555c-.259.173-.457.044-.58-.184-.211-.39-.612-.904-1.25-.904-.622 0-1.043.529-1.258.915-.133.24-.34.347-.584.173-.244-.175-.158-.452-.075-.602.356-.638 1.03-1.453 1.918-1.453.902 0 1.57.82 1.914 1.453.075.137.175.429-.085.602ZM15.332 8.555c-.259.173-.457.044-.58-.184-.212-.39-.612-.904-1.25-.904-.623 0-1.043.529-1.258.915-.133.24-.34.347-.584.173-.244-.175-.158-.452-.075-.602.356-.638 1.03-1.453 1.918-1.453.902 0 1.57.82 1.914 1.453.075.137.175.429-.085.602Z"
2749
2741
  }), React__default.createElement("path", {
2742
+ fill: "#FB7448",
2750
2743
  fillRule: "evenodd",
2751
- clipRule: "evenodd",
2752
2744
  d: "M10 15.5c2.572 0 4.721-1.752 5-4 0-.493 0-.5-.5-.5-4.004-.113-5.005-.113-9 0-.5 0-.5 0-.5.5.278 2.248 2.427 4 5 4Z",
2753
- fill: "#FB7448"
2745
+ clipRule: "evenodd"
2754
2746
  }));
2755
2747
  });
2756
2748
  IconGreat.displayName = 'IconGreat';
@@ -2762,15 +2754,15 @@ var IconGrinBeam = React.forwardRef(function (_ref, ref) {
2762
2754
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
2763
2755
 
2764
2756
  return React__default.createElement("svg", Object.assign({
2765
- viewBox: "0 0 20 20",
2766
- fill: "none",
2767
2757
  xmlns: "http://www.w3.org/2000/svg",
2758
+ fill: "none",
2759
+ viewBox: "0 0 20 20",
2768
2760
  style: getIconStyles(props),
2769
2761
  "data-testid": testId,
2770
2762
  ref: ref
2771
2763
  }, props), React__default.createElement("path", {
2772
- d: "M4.746 9.676a.335.335 0 0 0 .375-.145l.383-.664c.31-.535.774-.844 1.27-.844s.96.309 1.27.844l.383.664c.085.145.25.184.375.145a.314.314 0 0 0 .23-.324c-.133-1.645-1.298-2.79-2.258-2.79S4.65 7.707 4.516 9.352a.317.317 0 0 0 .23.324Zm6.452 0a.335.335 0 0 0 .375-.145l.383-.664c.31-.535.774-.844 1.27-.844s.96.309 1.27.844l.383.664c.085.145.25.184.375.145a.314.314 0 0 0 .23-.324c-.133-1.645-1.299-2.79-2.258-2.79-.96 0-2.125 1.145-2.258 2.79a.317.317 0 0 0 .23.324Zm3.766 2.855c-1.218.38-3.029.594-4.964.594-1.935 0-3.746-.215-4.964-.594a.662.662 0 0 0-.617.121.62.62 0 0 0-.213.579c.37 2.148 3.354 3.644 5.798 3.644s5.423-1.496 5.798-3.645a.624.624 0 0 0-.213-.578.66.66 0 0 0-.625-.12ZM10 15.625c-1.411 0-3.105-.637-3.972-1.574 2.319.422 5.63.422 7.948 0-.871.937-2.565 1.574-3.976 1.574ZM10 .312C4.476.313 0 4.649 0 10s4.476 9.688 10 9.688S20 15.351 20 10 15.524.312 10 .312Zm0 18.125c-4.802 0-8.71-3.785-8.71-8.437 0-4.652 3.908-8.438 8.71-8.438 4.802 0 8.71 3.786 8.71 8.438 0 4.652-3.908 8.438-8.71 8.438Z",
2773
- fill: "currentColor"
2764
+ fill: "currentColor",
2765
+ d: "M4.746 9.676a.335.335 0 0 0 .375-.145l.383-.664c.31-.535.774-.844 1.27-.844s.96.309 1.27.844l.383.664c.085.145.25.184.375.145a.314.314 0 0 0 .23-.324c-.133-1.645-1.298-2.79-2.258-2.79S4.65 7.707 4.516 9.352a.317.317 0 0 0 .23.324Zm6.452 0a.335.335 0 0 0 .375-.145l.383-.664c.31-.535.774-.844 1.27-.844s.96.309 1.27.844l.383.664c.085.145.25.184.375.145a.314.314 0 0 0 .23-.324c-.133-1.645-1.299-2.79-2.258-2.79-.96 0-2.125 1.145-2.258 2.79a.317.317 0 0 0 .23.324Zm3.766 2.855c-1.218.38-3.029.594-4.964.594-1.935 0-3.746-.215-4.964-.594a.662.662 0 0 0-.617.121.62.62 0 0 0-.213.579c.37 2.148 3.354 3.644 5.798 3.644s5.423-1.496 5.798-3.645a.624.624 0 0 0-.213-.578.66.66 0 0 0-.625-.12ZM10 15.625c-1.411 0-3.105-.637-3.972-1.574 2.319.422 5.63.422 7.948 0-.871.937-2.565 1.574-3.976 1.574ZM10 .312C4.476.313 0 4.649 0 10s4.476 9.688 10 9.688S20 15.351 20 10 15.524.312 10 .312Zm0 18.125c-4.802 0-8.71-3.785-8.71-8.437 0-4.652 3.908-8.438 8.71-8.438 4.802 0 8.71 3.786 8.71 8.438 0 4.652-3.908 8.438-8.71 8.438Z"
2774
2766
  }));
2775
2767
  });
2776
2768
  IconGrinBeam.displayName = 'IconGrinBeam';
@@ -2782,42 +2774,42 @@ var IconGripVertical = React.forwardRef(function (_ref, ref) {
2782
2774
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
2783
2775
 
2784
2776
  return React__default.createElement("svg", Object.assign({
2785
- viewBox: "0 0 20 20",
2786
- fill: "none",
2787
2777
  xmlns: "http://www.w3.org/2000/svg",
2778
+ fill: "none",
2779
+ viewBox: "0 0 20 20",
2788
2780
  style: getIconStyles(props),
2789
2781
  "data-testid": testId,
2790
2782
  ref: ref
2791
2783
  }, props), React__default.createElement("circle", {
2792
2784
  cx: 6.667,
2793
2785
  cy: 3.333,
2794
- fill: "currentColor",
2795
- r: 1.667
2786
+ r: 1.667,
2787
+ fill: "currentColor"
2796
2788
  }), React__default.createElement("circle", {
2797
2789
  cx: 13,
2798
2790
  cy: 3.333,
2799
- fill: "currentColor",
2800
- r: 1.667
2791
+ r: 1.667,
2792
+ fill: "currentColor"
2801
2793
  }), React__default.createElement("circle", {
2802
2794
  cx: 6.667,
2803
2795
  cy: 9.667,
2804
- fill: "currentColor",
2805
- r: 1.667
2796
+ r: 1.667,
2797
+ fill: "currentColor"
2806
2798
  }), React__default.createElement("circle", {
2807
2799
  cx: 13,
2808
2800
  cy: 9.667,
2809
- fill: "currentColor",
2810
- r: 1.667
2801
+ r: 1.667,
2802
+ fill: "currentColor"
2811
2803
  }), React__default.createElement("circle", {
2812
2804
  cx: 6.667,
2813
2805
  cy: 16,
2814
- fill: "currentColor",
2815
- r: 1.667
2806
+ r: 1.667,
2807
+ fill: "currentColor"
2816
2808
  }), React__default.createElement("circle", {
2817
2809
  cx: 13,
2818
2810
  cy: 16,
2819
- fill: "currentColor",
2820
- r: 1.667
2811
+ r: 1.667,
2812
+ fill: "currentColor"
2821
2813
  }));
2822
2814
  });
2823
2815
  IconGripVertical.displayName = 'IconGripVertical';
@@ -2829,23 +2821,22 @@ var IconHandshake = React.forwardRef(function (_ref, ref) {
2829
2821
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
2830
2822
 
2831
2823
  return React__default.createElement("svg", Object.assign({
2832
- viewBox: "0 0 20 20",
2833
- fill: "none",
2834
2824
  xmlns: "http://www.w3.org/2000/svg",
2825
+ fill: "none",
2826
+ viewBox: "0 0 20 20",
2835
2827
  style: getIconStyles(props),
2836
2828
  "data-testid": testId,
2837
2829
  ref: ref
2838
2830
  }, props), React__default.createElement("g", {
2839
2831
  clipPath: "url(#icon-handshake_svg__a)"
2840
2832
  }, React__default.createElement("path", {
2841
- d: "M.5 11.994c.275 0 .5-.225.5-.5s-.225-.5-.5-.5-.5.225-.5.5a.5.5 0 0 0 .5.5ZM19.75 6l-3.547.006-1.6-1.56a1.487 1.487 0 0 0-1.06-.44h-3.155c-.325 0-.629.122-.885.313a1.505 1.505 0 0 0-.915-.322H6.415a1.5 1.5 0 0 0-1.06.44L3.794 6H.25a.25.25 0 0 0-.25.25v.5c0 .137.113.25.25.25H2v5.997H.25a.25.25 0 0 0-.25.25v.5c0 .137.113.25.25.25H2c.55 0 .994-.444.997-.99h1.037l2.547 2.437a2.507 2.507 0 0 0 3.157-.007l.225.194a1.662 1.662 0 0 0 2.34-.24l.684-.841c.513.278 1.341.281 1.876-.375l.296-.366c.194-.237.3-.518.329-.803h1.518c.003.547.45.99.997.99h1.75a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-1.75v-5.99L19.753 7a.25.25 0 0 0 .25-.25v-.5A.253.253 0 0 0 19.75 6Zm-5.369 7.175-.297.366a.5.5 0 0 1-.703.072l-.556-.45-1.297 1.593a.66.66 0 0 1-.919.107l-.956-.816-.325.4c-.522.64-1.469.74-2.081.247l-2.81-2.69H3V6.996h1.206L6.06 5.144a.502.502 0 0 1 .353-.147h2.172c.029.069.01.022.035.09L6.775 6.781a2.141 2.141 0 0 0-.131 3.028c.447.488 1.831 1.229 3.028.132l.712-.654 3.925 3.185c.213.175.244.49.072.703ZM17 12.003h-1.787a1.585 1.585 0 0 0-.275-.306l-3.81-3.094.888-.816a.5.5 0 1 0-.675-.737L8.994 9.2c-.45.41-1.207.375-1.616-.069a1.145 1.145 0 0 1 .069-1.615l2.597-2.382a.503.503 0 0 1 .337-.13h3.156a.5.5 0 0 1 .357.15L15.79 7H17v5.003Zm2.5-1.006c-.275 0-.5.225-.5.5s.225.5.5.5.5-.225.5-.5a.5.5 0 0 0-.5-.5Z",
2842
- fill: "currentColor"
2833
+ fill: "currentColor",
2834
+ d: "M.5 11.994c.275 0 .5-.225.5-.5s-.225-.5-.5-.5-.5.225-.5.5a.5.5 0 0 0 .5.5ZM19.75 6l-3.547.006-1.6-1.56a1.487 1.487 0 0 0-1.06-.44h-3.155c-.325 0-.629.122-.885.313a1.505 1.505 0 0 0-.915-.322H6.415a1.5 1.5 0 0 0-1.06.44L3.794 6H.25a.25.25 0 0 0-.25.25v.5c0 .137.113.25.25.25H2v5.997H.25a.25.25 0 0 0-.25.25v.5c0 .137.113.25.25.25H2c.55 0 .994-.444.997-.99h1.037l2.547 2.437a2.507 2.507 0 0 0 3.157-.007l.225.194a1.662 1.662 0 0 0 2.34-.24l.684-.841c.513.278 1.341.281 1.876-.375l.296-.366c.194-.237.3-.518.329-.803h1.518c.003.547.45.99.997.99h1.75a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-1.75v-5.99L19.753 7a.25.25 0 0 0 .25-.25v-.5A.253.253 0 0 0 19.75 6Zm-5.369 7.175-.297.366a.5.5 0 0 1-.703.072l-.556-.45-1.297 1.593a.66.66 0 0 1-.919.107l-.956-.816-.325.4c-.522.64-1.469.74-2.081.247l-2.81-2.69H3V6.996h1.206L6.06 5.144a.502.502 0 0 1 .353-.147h2.172c.029.069.01.022.035.09L6.775 6.781a2.141 2.141 0 0 0-.131 3.028c.447.488 1.831 1.229 3.028.132l.712-.654 3.925 3.185c.213.175.244.49.072.703ZM17 12.003h-1.787a1.585 1.585 0 0 0-.275-.306l-3.81-3.094.888-.816a.5.5 0 1 0-.675-.737L8.994 9.2c-.45.41-1.207.375-1.616-.069a1.145 1.145 0 0 1 .069-1.615l2.597-2.382a.503.503 0 0 1 .337-.13h3.156a.5.5 0 0 1 .357.15L15.79 7H17v5.003Zm2.5-1.006c-.275 0-.5.225-.5.5s.225.5.5.5.5-.225.5-.5a.5.5 0 0 0-.5-.5Z"
2843
2835
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
2844
2836
  id: "icon-handshake_svg__a"
2845
2837
  }, React__default.createElement("path", {
2846
2838
  fill: "#fff",
2847
- transform: "translate(0 2)",
2848
- d: "M0 0h20v16H0z"
2839
+ d: "M0 2h20v16H0z"
2849
2840
  }))));
2850
2841
  });
2851
2842
  IconHandshake.displayName = 'IconHandshake';
@@ -2857,17 +2848,17 @@ var IconImage = React.forwardRef(function (_ref, ref) {
2857
2848
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
2858
2849
 
2859
2850
  return React__default.createElement("svg", Object.assign({
2860
- viewBox: "0 0 20 20",
2861
- fill: "none",
2862
2851
  xmlns: "http://www.w3.org/2000/svg",
2852
+ fill: "none",
2853
+ viewBox: "0 0 20 20",
2863
2854
  style: getIconStyles(props),
2864
2855
  "data-testid": testId,
2865
2856
  ref: ref
2866
2857
  }, props), React__default.createElement("g", {
2867
2858
  clipPath: "url(#icon-image_svg__a)"
2868
2859
  }, React__default.createElement("path", {
2869
- d: "M18.125 2.5H1.875C.839 2.5 0 3.34 0 4.375v11.25C0 16.66.84 17.5 1.875 17.5h16.25c1.035 0 1.875-.84 1.875-1.875V4.375c0-1.036-.84-1.875-1.875-1.875Zm.625 13.125c0 .345-.28.625-.625.625H1.875a.626.626 0 0 1-.625-.625V4.375c0-.345.28-.625.625-.625h16.25c.345 0 .625.28.625.625v11.25ZM4.375 9.062a2.187 2.187 0 1 0 0-4.374 2.187 2.187 0 0 0 0 4.375Zm0-3.124a.939.939 0 0 1 0 1.875.939.939 0 0 1 0-1.875Zm8.087.9L8.75 10.548 7.538 9.337a.937.937 0 0 0-1.326 0l-3.437 3.438a.938.938 0 0 0-.275.662v1.094c0 .26.21.469.469.469H17.03c.26 0 .469-.21.469-.469v-3.594a.938.938 0 0 0-.275-.662l-3.437-3.438a.938.938 0 0 0-1.326 0Zm3.788 6.912H3.75v-.183l3.125-3.125 1.875 1.875 4.375-4.375 3.125 3.125v2.683Z",
2870
- fill: "currentColor"
2860
+ fill: "currentColor",
2861
+ d: "M18.125 2.5H1.875C.839 2.5 0 3.34 0 4.375v11.25C0 16.66.84 17.5 1.875 17.5h16.25c1.035 0 1.875-.84 1.875-1.875V4.375c0-1.036-.84-1.875-1.875-1.875Zm.625 13.125c0 .345-.28.625-.625.625H1.875a.626.626 0 0 1-.625-.625V4.375c0-.345.28-.625.625-.625h16.25c.345 0 .625.28.625.625v11.25ZM4.375 9.062a2.187 2.187 0 1 0 0-4.374 2.187 2.187 0 0 0 0 4.375Zm0-3.124a.939.939 0 0 1 0 1.875.939.939 0 0 1 0-1.875Zm8.087.9L8.75 10.548 7.538 9.337a.937.937 0 0 0-1.326 0l-3.437 3.438a.938.938 0 0 0-.275.662v1.094c0 .26.21.469.469.469H17.03c.26 0 .469-.21.469-.469v-3.594a.938.938 0 0 0-.275-.662l-3.437-3.438a.938.938 0 0 0-1.326 0Zm3.788 6.912H3.75v-.183l3.125-3.125 1.875 1.875 4.375-4.375 3.125 3.125v2.683Z"
2871
2862
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
2872
2863
  id: "icon-image_svg__a"
2873
2864
  }, React__default.createElement("path", {
@@ -2884,17 +2875,17 @@ var IconIslandTropical = React.forwardRef(function (_ref, ref) {
2884
2875
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
2885
2876
 
2886
2877
  return React__default.createElement("svg", Object.assign({
2887
- viewBox: "0 0 20 20",
2888
- fill: "none",
2889
2878
  xmlns: "http://www.w3.org/2000/svg",
2879
+ fill: "none",
2880
+ viewBox: "0 0 20 20",
2890
2881
  style: getIconStyles(props),
2891
2882
  "data-testid": testId,
2892
2883
  ref: ref
2893
2884
  }, props), React__default.createElement("path", {
2885
+ fill: "currentColor",
2894
2886
  fillRule: "evenodd",
2895
- clipRule: "evenodd",
2896
2887
  d: "M11.646 1.493a6.69 6.69 0 0 1 1.716-.243c2.939 0 5.372 1.846 5.796 4.252a.645.645 0 0 1-.647.748h-5.895c.247 1.895.453 4.738.074 7.64 2.273.524 3.977 2.555 3.977 4.985A1.127 1.127 0 0 1 15.542 20H2.792a1.127 1.127 0 0 1-1.125-1.125 5.13 5.13 0 0 1 5.125-5.125h.8c.627-1.626 1.283-3.717 1.629-5.943l-3.248 3.247c-.22.221-.707.326-.986-.072C3.82 9.317 3.93 6.948 5.192 5H2.323a.645.645 0 0 1-.647-.748C2.1 1.845 4.533 0 7.472 0c1.635 0 3.11.573 4.173 1.493ZM2.918 18.75h12.496A3.879 3.879 0 0 0 11.542 15h-4.75a3.879 3.879 0 0 0-3.873 3.75Zm8.518-5h-2.51c.697-1.893 1.199-4.563 1.45-7.098l.4-.402h.578c.244 1.822.46 4.648.082 7.5ZM5.66 9.6l4.6-4.6h7.448c-.642-1.466-2.375-2.5-4.346-2.5-.691 0-1.38.189-1.83.312l-.207.056-.498-.43C9.942 1.672 8.75 1.25 7.472 1.25c-1.97 0-3.704 1.034-4.346 2.5h3.12a6.635 6.635 0 0 1 1.785-1.192.313.313 0 0 1 .413.174l.235.583a.312.312 0 0 1-.167.4C5.968 4.858 4.93 7.684 5.66 9.6Z",
2897
- fill: "currentColor"
2888
+ clipRule: "evenodd"
2898
2889
  }));
2899
2890
  });
2900
2891
  IconIslandTropical.displayName = 'IconIslandTropical';
@@ -2906,15 +2897,15 @@ var IconItalic = React.forwardRef(function (_ref, ref) {
2906
2897
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
2907
2898
 
2908
2899
  return React__default.createElement("svg", Object.assign({
2909
- viewBox: "0 0 20 20",
2910
- fill: "none",
2911
2900
  xmlns: "http://www.w3.org/2000/svg",
2901
+ fill: "none",
2902
+ viewBox: "0 0 20 20",
2912
2903
  style: getIconStyles(props),
2913
2904
  "data-testid": testId,
2914
2905
  ref: ref
2915
2906
  }, props), React__default.createElement("path", {
2916
- d: "M16.75 1.563v.625a.312.312 0 0 1-.313.312H13.02l-3.75 15h3.418a.313.313 0 0 1 .313.313v.625a.313.313 0 0 1-.313.312H4.563a.312.312 0 0 1-.313-.313v-.625a.313.313 0 0 1 .313-.312H7.98l3.75-15H8.313A.312.312 0 0 1 8 2.187v-.624a.312.312 0 0 1 .313-.313h8.124a.313.313 0 0 1 .313.313Z",
2917
- fill: "currentColor"
2907
+ fill: "currentColor",
2908
+ d: "M16.75 1.563v.625a.312.312 0 0 1-.313.312H13.02l-3.75 15h3.418a.313.313 0 0 1 .313.313v.625a.313.313 0 0 1-.313.312H4.563a.312.312 0 0 1-.313-.313v-.625a.313.313 0 0 1 .313-.312H7.98l3.75-15H8.313A.312.312 0 0 1 8 2.187v-.624a.312.312 0 0 1 .313-.313h8.124a.313.313 0 0 1 .313.313Z"
2918
2909
  }));
2919
2910
  });
2920
2911
  IconItalic.displayName = 'IconItalic';
@@ -2926,19 +2917,19 @@ var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
2926
2917
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
2927
2918
 
2928
2919
  return React__default.createElement("svg", Object.assign({
2929
- viewBox: "0 0 20 20",
2930
- fill: "none",
2931
2920
  xmlns: "http://www.w3.org/2000/svg",
2921
+ fill: "none",
2922
+ viewBox: "0 0 20 20",
2932
2923
  style: getIconStyles(props),
2933
2924
  "data-testid": testId,
2934
2925
  ref: ref
2935
2926
  }, props), React__default.createElement("g", {
2936
2927
  clipPath: "url(#icon-laptop-search_svg__a)"
2937
2928
  }, React__default.createElement("path", {
2929
+ fill: "currentColor",
2938
2930
  fillRule: "evenodd",
2939
- clipRule: "evenodd",
2940
2931
  d: "M2.903 4.11c-.537.077-1.04.515-1.225 1.066-.083.249-.077-.062-.077 3.724v3.42H.985c-.765 0-.806.012-.913.242l-.036.078v.714c.001.61.004.73.022.833.15.856.762 1.484 1.603 1.648.18.035 12.207.035 12.387 0 .696-.135 1.309-.655 1.512-1.282.023-.074.003-.066.225-.092.499-.058 1.069-.29 1.34-.547.02-.02.063-.055.094-.08l.057-.046.285.277a162.06 162.06 0 0 1 1.073 1.054l.59.579.232.229h.13c.13 0 .131-.001.176-.041l.178-.154.133-.112v-.254l-.34-.336-.561-.556-.767-.756-.546-.538.065-.076c.402-.467.513-.841.515-1.722 0-.635-.083-1.037-.315-1.509a3.917 3.917 0 0 0-.278-.47 1.476 1.476 0 0 1-.083-.106 3.844 3.844 0 0 0-.66-.634 3.528 3.528 0 0 0-.408-.248c-.187-.115-.627-.259-.966-.315-.416-.07-1.195-.014-1.446.103a1.429 1.429 0 0 1-.096.036l-.072.024-.004-1.405c-.005-1.536 0-1.44-.08-1.678a1.613 1.613 0 0 0-1.115-1.05l-.098-.028-4.92-.002a578.43 578.43 0 0 0-4.995.01Zm9.853.81c.255.086.418.24.509.484l.042.113.003 1.59.003 1.59-.081.06c-.503.37-.962 1.086-1.131 1.767-.13.521-.104 1.277.06 1.72a.845.845 0 0 1 .025.071c0 .003-.596.006-1.324.006-1.292 0-1.325 0-1.364.024-.053.033-.096.101-.127.204-.08.264-.264.442-.546.53-.07.023-.13.024-.97.024-.841 0-.9-.001-.97-.023-.283-.089-.467-.267-.547-.531-.031-.103-.074-.171-.127-.204-.04-.024-.076-.024-1.928-.024H2.396l.003-3.402.003-3.402.042-.113a.768.768 0 0 1 .628-.508c.038-.004 2.213-.008 4.833-.007l4.763.002.088.03ZM4.53 6.12c-.327.042-.575.235-.62.481-.028.152-.01 4.378.019 4.443.086.193.225.3.5.384.118.036 6.731.036 6.848 0 .275-.084.415-.191.501-.384.03-.065.047-4.291.02-4.443-.038-.204-.237-.39-.49-.46-.075-.02-6.625-.041-6.778-.021Zm1.746 1.193v.45H4.65v-.9H6.277v.45Zm2.391 0v.45H7.041v-.9H8.668v.45Zm2.391 0v.45H9.432v-.9H11.059v.45ZM6.277 8.778v.45H4.65v-.9H6.277v.45Zm2.391 0v.45H7.041v-.9H8.668v.45Zm2.391 0v.45H9.432v-.9H11.059v.45Zm4.39.1c1.106.108 2.006.948 2.158 2.012l.025.178c.117.809-.376 1.798-1.124 2.257-1.736 1.065-3.958-.37-3.665-2.369.055-.378.26-.92.395-1.039a2.3 2.3 0 0 0 .075-.1c.461-.638 1.324-1.017 2.135-.938Zm-9.172 1.37v.458H4.65v-.914H6.277v.457Zm2.391 0v.458H7.041v-.914H8.668v.457Zm2.391 0v.458H9.432v-.914H11.059v.457ZM5.612 13.21c.166.347.473.594.824.663.122.024.174.025 1.418.025 1.245 0 1.297 0 1.42-.025.35-.07.657-.316.823-.663l.042-.088h2.458l.08.11c.16.216.389.446.598.599a.979.979 0 0 1 .088.068c.012.017.244.158.376.228.264.14.548.243.822.297.074.014.142.029.151.032.02.006-.034.096-.118.196a1.245 1.245 0 0 1-.63.382c-.166.035-12.053.035-12.219 0a1.188 1.188 0 0 1-.782-.616c-.113-.23-.12-.275-.12-.842v-.454H5.57l.042.088Z",
2941
- fill: "currentColor"
2932
+ clipRule: "evenodd"
2942
2933
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
2943
2934
  id: "icon-laptop-search_svg__a"
2944
2935
  }, React__default.createElement("path", {
@@ -2955,17 +2946,17 @@ var IconLink = React.forwardRef(function (_ref, ref) {
2955
2946
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
2956
2947
 
2957
2948
  return React__default.createElement("svg", Object.assign({
2958
- viewBox: "0 0 20 20",
2959
- fill: "none",
2960
2949
  xmlns: "http://www.w3.org/2000/svg",
2950
+ fill: "none",
2951
+ viewBox: "0 0 20 20",
2961
2952
  style: getIconStyles(props),
2962
2953
  "data-testid": testId,
2963
2954
  ref: ref
2964
2955
  }, props), React__default.createElement("g", {
2965
2956
  clipPath: "url(#icon-link_svg__a)"
2966
2957
  }, React__default.createElement("path", {
2967
- d: "M11.764 15.418 8.67 18.512a5.075 5.075 0 0 1-7.181 0 5.075 5.075 0 0 1 0-7.182l3.093-3.094c.045-.045.091-.089.138-.132a.469.469 0 0 1 .79.323c.007.188.023.375.047.562a.47.47 0 0 1-.133.394l-2.941 2.941a3.67 3.67 0 0 0 0 5.193 3.67 3.67 0 0 0 5.193 0l3.093-3.093.014-.014a3.677 3.677 0 0 0-1.091-5.926.47.47 0 0 1-.28-.456 2.43 2.43 0 0 1 .111-.596.465.465 0 0 1 .622-.284c.589.247 1.14.61 1.619 1.088a5.084 5.084 0 0 1 0 7.182Zm-3.528-3.654a5.05 5.05 0 0 0 1.619 1.088c.25.105.54-.026.622-.284.061-.193.098-.394.11-.596a.47.47 0 0 0-.278-.456 3.677 3.677 0 0 1-1.092-5.925l.014-.014 3.093-3.094a3.67 3.67 0 0 1 5.193 0 3.67 3.67 0 0 1 0 5.193l-2.941 2.94a.47.47 0 0 0-.133.395c.024.187.04.374.048.562a.469.469 0 0 0 .79.323c.046-.043.092-.087.137-.132l3.093-3.094a5.075 5.075 0 0 0 0-7.181 5.075 5.075 0 0 0-7.18 0L8.235 4.582a5.084 5.084 0 0 0 0 7.182Z",
2968
- fill: "currentColor"
2958
+ fill: "currentColor",
2959
+ d: "M11.764 15.418 8.67 18.512a5.075 5.075 0 0 1-7.181 0 5.075 5.075 0 0 1 0-7.182l3.093-3.094c.045-.045.091-.089.138-.132a.469.469 0 0 1 .79.323c.007.188.023.375.047.562a.47.47 0 0 1-.133.394l-2.941 2.941a3.67 3.67 0 0 0 0 5.193 3.67 3.67 0 0 0 5.193 0l3.093-3.093.014-.014a3.677 3.677 0 0 0-1.091-5.926.47.47 0 0 1-.28-.456 2.43 2.43 0 0 1 .111-.596.465.465 0 0 1 .622-.284c.589.247 1.14.61 1.619 1.088a5.084 5.084 0 0 1 0 7.182Zm-3.528-3.654a5.05 5.05 0 0 0 1.619 1.088c.25.105.54-.026.622-.284.061-.193.098-.394.11-.596a.47.47 0 0 0-.278-.456 3.677 3.677 0 0 1-1.092-5.925l.014-.014 3.093-3.094a3.67 3.67 0 0 1 5.193 0 3.67 3.67 0 0 1 0 5.193l-2.941 2.94a.47.47 0 0 0-.133.395c.024.187.04.374.048.562a.469.469 0 0 0 .79.323c.046-.043.092-.087.137-.132l3.093-3.094a5.075 5.075 0 0 0 0-7.181 5.075 5.075 0 0 0-7.18 0L8.235 4.582a5.084 5.084 0 0 0 0 7.182Z"
2969
2960
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
2970
2961
  id: "icon-link_svg__a"
2971
2962
  }, React__default.createElement("path", {
@@ -2982,17 +2973,17 @@ var IconListOI = React.forwardRef(function (_ref, ref) {
2982
2973
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
2983
2974
 
2984
2975
  return React__default.createElement("svg", Object.assign({
2985
- viewBox: "0 0 20 20",
2986
- fill: "none",
2987
2976
  xmlns: "http://www.w3.org/2000/svg",
2977
+ fill: "none",
2978
+ viewBox: "0 0 20 20",
2988
2979
  style: getIconStyles(props),
2989
2980
  "data-testid": testId,
2990
2981
  ref: ref
2991
2982
  }, props), React__default.createElement("g", {
2992
2983
  clipPath: "url(#icon-list-o-i_svg__a)"
2993
2984
  }, React__default.createElement("path", {
2994
- d: "m2.413 15.664.683-.787a.778.778 0 0 0 .199-.554v-.13c0-.287-.15-.443-.443-.443H.625a.312.312 0 0 0-.313.313v.624A.313.313 0 0 0 .625 15h.892a6.029 6.029 0 0 0-.43.48l-.219.274c-.156.198-.205.396-.109.582l.041.075c.117.225.246.308.479.308h.184c.404 0 .623.095.623.355 0 .184-.164.32-.561.32a1.621 1.621 0 0 1-.604-.121c-.254-.151-.459-.137-.61.122l-.218.364c-.146.239-.125.457.102.622.301.183.797.369 1.446.369 1.334 0 1.894-.889 1.894-1.723-.001-.562-.356-1.163-1.122-1.363ZM.473 12.5h2.652a.312.312 0 0 0 .313-.313v-.624a.313.313 0 0 0-.313-.313h-1.51c.128-.402 1.887-.73 1.887-2.205 0-1.135-.976-1.545-1.737-1.545-.834 0-1.32.39-1.58.732-.17.219-.117.424.11.6l.334.27c.22.178.43.096.63-.096a.523.523 0 0 1 .37-.15c.13 0 .362.061.362.342.001.497-1.991.853-1.991 2.7v.156c0 .29.198.446.473.446Zm.152-6.25h2.5a.312.312 0 0 0 .313-.313v-.625A.312.312 0 0 0 3.124 5H2.5V1.562a.312.312 0 0 0-.313-.312H1.25a.312.312 0 0 0-.279.173l-.312.625a.312.312 0 0 0 .278.452h.313V5H.625a.312.312 0 0 0-.313.313v.625a.312.312 0 0 0 .313.312Zm19.063-3.125H6.563a.312.312 0 0 0-.313.313v.624a.312.312 0 0 0 .313.313h13.125A.313.313 0 0 0 20 4.062v-.625a.312.312 0 0 0-.313-.312Zm0 12.5H6.563a.312.312 0 0 0-.313.313v.624a.313.313 0 0 0 .313.313h13.125a.313.313 0 0 0 .312-.313v-.625a.313.313 0 0 0-.313-.312Zm0-6.25H6.563a.312.312 0 0 0-.313.313v.624a.313.313 0 0 0 .313.313h13.125a.313.313 0 0 0 .312-.313v-.624a.312.312 0 0 0-.313-.313Z",
2995
- fill: "currentColor"
2985
+ fill: "currentColor",
2986
+ d: "m2.413 15.664.683-.787a.778.778 0 0 0 .199-.554v-.13c0-.287-.15-.443-.443-.443H.625a.312.312 0 0 0-.313.313v.624A.313.313 0 0 0 .625 15h.892a6.029 6.029 0 0 0-.43.48l-.219.274c-.156.198-.205.396-.109.582l.041.075c.117.225.246.308.479.308h.184c.404 0 .623.095.623.355 0 .184-.164.32-.561.32a1.621 1.621 0 0 1-.604-.121c-.254-.151-.459-.137-.61.122l-.218.364c-.146.239-.125.457.102.622.301.183.797.369 1.446.369 1.334 0 1.894-.889 1.894-1.723-.001-.562-.356-1.163-1.122-1.363ZM.473 12.5h2.652a.312.312 0 0 0 .313-.313v-.624a.313.313 0 0 0-.313-.313h-1.51c.128-.402 1.887-.73 1.887-2.205 0-1.135-.976-1.545-1.737-1.545-.834 0-1.32.39-1.58.732-.17.219-.117.424.11.6l.334.27c.22.178.43.096.63-.096a.523.523 0 0 1 .37-.15c.13 0 .362.061.362.342.001.497-1.991.853-1.991 2.7v.156c0 .29.198.446.473.446Zm.152-6.25h2.5a.312.312 0 0 0 .313-.313v-.625A.312.312 0 0 0 3.124 5H2.5V1.562a.312.312 0 0 0-.313-.312H1.25a.312.312 0 0 0-.279.173l-.312.625a.312.312 0 0 0 .278.452h.313V5H.625a.312.312 0 0 0-.313.313v.625a.312.312 0 0 0 .313.312Zm19.063-3.125H6.563a.312.312 0 0 0-.313.313v.624a.312.312 0 0 0 .313.313h13.125A.313.313 0 0 0 20 4.062v-.625a.312.312 0 0 0-.313-.312Zm0 12.5H6.563a.312.312 0 0 0-.313.313v.624a.313.313 0 0 0 .313.313h13.125a.313.313 0 0 0 .312-.313v-.625a.313.313 0 0 0-.313-.312Zm0-6.25H6.563a.312.312 0 0 0-.313.313v.624a.313.313 0 0 0 .313.313h13.125a.313.313 0 0 0 .312-.313v-.624a.312.312 0 0 0-.313-.313Z"
2996
2987
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
2997
2988
  id: "icon-list-o-i_svg__a"
2998
2989
  }, React__default.createElement("path", {
@@ -3009,15 +3000,15 @@ var IconList = React.forwardRef(function (_ref, ref) {
3009
3000
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
3010
3001
 
3011
3002
  return React__default.createElement("svg", Object.assign({
3012
- viewBox: "0 0 20 20",
3013
- fill: "none",
3014
3003
  xmlns: "http://www.w3.org/2000/svg",
3004
+ fill: "none",
3005
+ viewBox: "0 0 20 20",
3015
3006
  style: getIconStyles(props),
3016
3007
  "data-testid": testId,
3017
3008
  ref: ref
3018
3009
  }, props), React__default.createElement("path", {
3019
- d: "M3.438 2.188H1.562a.625.625 0 0 0-.625.625v1.875a.625.625 0 0 0 .625.625h1.875a.625.625 0 0 0 .626-.625V2.813a.625.625 0 0 0-.625-.625Zm0 6.25H1.562a.625.625 0 0 0-.625.625v1.875a.625.625 0 0 0 .625.625h1.875a.625.625 0 0 0 .626-.625V9.063a.625.625 0 0 0-.625-.625Zm0 6.25H1.562a.625.625 0 0 0-.625.625v1.875a.625.625 0 0 0 .625.625h1.875a.625.625 0 0 0 .626-.625v-1.875a.625.625 0 0 0-.625-.625Zm16.25.937H6.563a.313.313 0 0 0-.313.313v.625a.313.313 0 0 0 .313.312h13.125a.313.313 0 0 0 .312-.312v-.625a.312.312 0 0 0-.313-.313Zm0-12.5H6.563a.313.313 0 0 0-.313.313v.625a.312.312 0 0 0 .313.312h13.125A.313.313 0 0 0 20 4.063v-.625a.313.313 0 0 0-.313-.313Zm0 6.25H6.563a.313.313 0 0 0-.313.313v.625a.313.313 0 0 0 .313.312h13.125a.313.313 0 0 0 .312-.312v-.625a.313.313 0 0 0-.313-.313Z",
3020
- fill: "currentColor"
3010
+ fill: "currentColor",
3011
+ d: "M3.438 2.188H1.562a.625.625 0 0 0-.625.625v1.875a.625.625 0 0 0 .625.625h1.875a.625.625 0 0 0 .626-.625V2.813a.625.625 0 0 0-.625-.625Zm0 6.25H1.562a.625.625 0 0 0-.625.625v1.875a.625.625 0 0 0 .625.625h1.875a.625.625 0 0 0 .626-.625V9.063a.625.625 0 0 0-.625-.625Zm0 6.25H1.562a.625.625 0 0 0-.625.625v1.875a.625.625 0 0 0 .625.625h1.875a.625.625 0 0 0 .626-.625v-1.875a.625.625 0 0 0-.625-.625Zm16.25.937H6.563a.313.313 0 0 0-.313.313v.625a.313.313 0 0 0 .313.312h13.125a.313.313 0 0 0 .312-.312v-.625a.312.312 0 0 0-.313-.313Zm0-12.5H6.563a.313.313 0 0 0-.313.313v.625a.312.312 0 0 0 .313.312h13.125A.313.313 0 0 0 20 4.063v-.625a.313.313 0 0 0-.313-.313Zm0 6.25H6.563a.313.313 0 0 0-.313.313v.625a.313.313 0 0 0 .313.312h13.125a.313.313 0 0 0 .312-.312v-.625a.313.313 0 0 0-.313-.313Z"
3021
3012
  }));
3022
3013
  });
3023
3014
  IconList.displayName = 'IconList';
@@ -3029,15 +3020,15 @@ var IconLock = React.forwardRef(function (_ref, ref) {
3029
3020
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
3030
3021
 
3031
3022
  return React__default.createElement("svg", Object.assign({
3032
- viewBox: "0 0 20 20",
3033
- fill: "none",
3034
3023
  xmlns: "http://www.w3.org/2000/svg",
3024
+ fill: "none",
3025
+ viewBox: "0 0 20 20",
3035
3026
  style: getIconStyles(props),
3036
3027
  "data-testid": testId,
3037
3028
  ref: ref
3038
3029
  }, props), React__default.createElement("path", {
3039
- d: "M16.865 8.75h-.937V5.937A5.945 5.945 0 0 0 9.99 0a5.945 5.945 0 0 0-5.937 5.938V8.75h-.938c-1.035 0-1.875.84-1.875 1.875v7.5C1.24 19.16 2.08 20 3.115 20h13.75c1.035 0 1.875-.84 1.875-1.875v-7.5c0-1.035-.84-1.875-1.875-1.875Zm-4.062 0H7.178V5.937A2.816 2.816 0 0 1 9.99 3.126a2.816 2.816 0 0 1 2.813 2.813V8.75Z",
3040
- fill: "currentColor"
3030
+ fill: "currentColor",
3031
+ d: "M16.865 8.75h-.937V5.937A5.945 5.945 0 0 0 9.99 0a5.945 5.945 0 0 0-5.937 5.938V8.75h-.938c-1.035 0-1.875.84-1.875 1.875v7.5C1.24 19.16 2.08 20 3.115 20h13.75c1.035 0 1.875-.84 1.875-1.875v-7.5c0-1.035-.84-1.875-1.875-1.875Zm-4.062 0H7.178V5.937A2.816 2.816 0 0 1 9.99 3.126a2.816 2.816 0 0 1 2.813 2.813V8.75Z"
3041
3032
  }));
3042
3033
  });
3043
3034
  IconLock.displayName = 'IconLock';
@@ -3049,17 +3040,17 @@ var IconMagicSolid = React.forwardRef(function (_ref, ref) {
3049
3040
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
3050
3041
 
3051
3042
  return React__default.createElement("svg", Object.assign({
3052
- viewBox: "0 0 20 20",
3053
- fill: "none",
3054
3043
  xmlns: "http://www.w3.org/2000/svg",
3044
+ fill: "none",
3045
+ viewBox: "0 0 20 20",
3055
3046
  style: getIconStyles(props),
3056
3047
  "data-testid": testId,
3057
3048
  ref: ref
3058
3049
  }, props), React__default.createElement("path", {
3050
+ fill: "currentColor",
3059
3051
  fillRule: "evenodd",
3060
- clipRule: "evenodd",
3061
3052
  d: "M19.635 3.059 16.961.385a1.244 1.244 0 0 0-.882-.365c-.32 0-.639.121-.883.365L.405 15.177a1.247 1.247 0 0 0 0 1.764l2.674 2.674a1.243 1.243 0 0 0 1.765 0L19.634 4.823a1.248 1.248 0 0 0 0-1.764ZM3.158 6.257l1.04-2.079 2.08-1.04-2.08-1.04L3.158.02l-1.04 2.079L.04 3.139l2.08 1.04 1.04 2.078Zm5.614-2.495.624-1.247 1.247-.624-1.247-.624L8.772.02l-.624 1.247-1.247.624 1.247.624.624 1.247Zm-4.99-.624a.624.624 0 1 0-1.247 0 .624.624 0 0 0 1.247 0Zm13.1 8.11-1.04 2.079-2.08 1.04 2.08 1.04 1.04 2.078 1.039-2.079 2.08-1.04-2.08-1.04-1.04-2.078Zm-.624 3.119a.624.624 0 1 0 1.247 0 .624.624 0 0 0-1.247 0Zm-4.016-9.264 2.675 2.674 3.836-3.836-2.674-2.674h-.002l-3.835 3.836Z",
3062
- fill: "currentColor"
3053
+ clipRule: "evenodd"
3063
3054
  }));
3064
3055
  });
3065
3056
  IconMagicSolid.displayName = 'IconMagicSolid';
@@ -3071,17 +3062,17 @@ var IconMapMarker = React.forwardRef(function (_ref, ref) {
3071
3062
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
3072
3063
 
3073
3064
  return React__default.createElement("svg", Object.assign({
3074
- viewBox: "0 0 20 20",
3075
- fill: "none",
3076
3065
  xmlns: "http://www.w3.org/2000/svg",
3066
+ fill: "none",
3067
+ viewBox: "0 0 20 20",
3077
3068
  style: getIconStyles(props),
3078
3069
  "data-testid": testId,
3079
3070
  ref: ref
3080
3071
  }, props), React__default.createElement("path", {
3072
+ fill: "currentColor",
3081
3073
  fillRule: "evenodd",
3082
- clipRule: "evenodd",
3083
3074
  d: "M10 0a7.5 7.5 0 0 0-7.5 7.5c0 2.485.711 3.498 4.113 8.344a531.627 531.627 0 0 1 2.616 3.752.938.938 0 0 0 1.542 0c1.012-1.467 1.877-2.7 2.616-3.752C16.789 10.998 17.5 9.984 17.5 7.5A7.5 7.5 0 0 0 10 0ZM6.25 7.5A3.754 3.754 0 0 1 10 3.75a3.754 3.754 0 0 1 3.75 3.75A3.754 3.754 0 0 1 10 11.25 3.754 3.754 0 0 1 6.25 7.5Zm1.25 0C7.5 8.879 8.621 10 10 10s2.5-1.121 2.5-2.5S11.379 5 10 5a2.503 2.503 0 0 0-2.5 2.5Zm.068 7.526c.684.976 1.489 2.123 2.432 3.487a608.11 608.11 0 0 1 2.432-3.487C15.698 10.37 16.25 9.582 16.25 7.5c0-1.67-.65-3.239-1.83-4.42A6.209 6.209 0 0 0 10 1.25c-1.67 0-3.239.65-4.42 1.83A6.209 6.209 0 0 0 3.75 7.5c0 2.083.553 2.87 3.818 7.526Z",
3084
- fill: "currentColor"
3075
+ clipRule: "evenodd"
3085
3076
  }));
3086
3077
  });
3087
3078
  IconMapMarker.displayName = 'IconMapMarker';
@@ -3093,17 +3084,17 @@ var IconMegaphone = React.forwardRef(function (_ref, ref) {
3093
3084
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
3094
3085
 
3095
3086
  return React__default.createElement("svg", Object.assign({
3096
- viewBox: "0 0 20 20",
3097
- fill: "none",
3098
3087
  xmlns: "http://www.w3.org/2000/svg",
3088
+ fill: "none",
3089
+ viewBox: "0 0 20 20",
3099
3090
  style: getIconStyles(props),
3100
3091
  "data-testid": testId,
3101
3092
  ref: ref
3102
3093
  }, props), React__default.createElement("path", {
3094
+ fill: "currentColor",
3103
3095
  fillRule: "evenodd",
3104
- clipRule: "evenodd",
3105
3096
  d: "M19.722 2.222h-.555a.278.278 0 0 0-.278.278v.671L1.11 7.354v-.41a.278.278 0 0 0-.278-.277H.278A.278.278 0 0 0 0 6.944v6.112c0 .153.124.277.278.277h.555a.278.278 0 0 0 .278-.277v-.41l4.534 1.066a3.26 3.26 0 0 0-.09.732 3.333 3.333 0 0 0 3.334 3.333 3.313 3.313 0 0 0 3.217-2.544l6.783 1.596v.67c0 .154.124.279.278.279h.555A.278.278 0 0 0 20 17.5v-15a.278.278 0 0 0-.278-.278ZM8.89 16.667a2.225 2.225 0 0 1-2.222-2.223c0-.165.025-.323.06-.477l4.31 1.014a2.22 2.22 0 0 1-2.148 1.686ZM1.11 8.495v3.01l17.778 4.182V4.312L1.11 8.495Z",
3106
- fill: "currentColor"
3097
+ clipRule: "evenodd"
3107
3098
  }));
3108
3099
  });
3109
3100
  IconMegaphone.displayName = 'IconMegaphone';
@@ -3115,15 +3106,15 @@ var IconMessages = React.forwardRef(function (_ref, ref) {
3115
3106
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
3116
3107
 
3117
3108
  return React__default.createElement("svg", Object.assign({
3118
- viewBox: "0 0 20 18",
3119
- fill: "none",
3120
3109
  xmlns: "http://www.w3.org/2000/svg",
3110
+ fill: "none",
3111
+ viewBox: "0 0 20 18",
3121
3112
  style: getIconStyles(props),
3122
3113
  "data-testid": testId,
3123
3114
  ref: ref
3124
3115
  }, props), React__default.createElement("path", {
3125
- d: "M17.778 5.556h-3.334V2.222A2.224 2.224 0 0 0 12.222 0h-10A2.224 2.224 0 0 0 0 2.222v5.556C0 9.003.997 10 2.222 10h1.111v1.806a.415.415 0 0 0 .664.333l2.67-1.51v2.704c0 1.226.996 2.223 2.222 2.223h3.333l3.781 2.138a.416.416 0 0 0 .663-.333v-1.805h1.112A2.224 2.224 0 0 0 20 13.333V7.778a2.224 2.224 0 0 0-2.222-2.222ZM2.222 8.889c-.61 0-1.11-.5-1.11-1.111V2.222c0-.61.5-1.11 1.11-1.11h10c.611 0 1.111.5 1.111 1.11v5.556c0 .61-.5 1.11-1.11 1.11H7.485l-.253.147-2.789 1.576V8.89H2.222Zm16.667 4.444c0 .611-.5 1.111-1.111 1.111h-2.222v1.723L12.77 14.59l-.254-.146H8.89c-.611 0-1.111-.5-1.111-1.11V10h4.444a2.224 2.224 0 0 0 2.222-2.222V6.667h3.334c.61 0 1.11.5 1.11 1.11v5.556Z",
3126
- fill: "currentColor"
3116
+ fill: "currentColor",
3117
+ d: "M17.778 5.556h-3.334V2.222A2.224 2.224 0 0 0 12.222 0h-10A2.224 2.224 0 0 0 0 2.222v5.556C0 9.003.997 10 2.222 10h1.111v1.806a.415.415 0 0 0 .664.333l2.67-1.51v2.704c0 1.226.996 2.223 2.222 2.223h3.333l3.781 2.138a.416.416 0 0 0 .663-.333v-1.805h1.112A2.224 2.224 0 0 0 20 13.333V7.778a2.224 2.224 0 0 0-2.222-2.222ZM2.222 8.889c-.61 0-1.11-.5-1.11-1.111V2.222c0-.61.5-1.11 1.11-1.11h10c.611 0 1.111.5 1.111 1.11v5.556c0 .61-.5 1.11-1.11 1.11H7.485l-.253.147-2.789 1.576V8.89H2.222Zm16.667 4.444c0 .611-.5 1.111-1.111 1.111h-2.222v1.723L12.77 14.59l-.254-.146H8.89c-.611 0-1.111-.5-1.111-1.11V10h4.444a2.224 2.224 0 0 0 2.222-2.222V6.667h3.334c.61 0 1.11.5 1.11 1.11v5.556Z"
3127
3118
  }));
3128
3119
  });
3129
3120
  IconMessages.displayName = 'IconMessages';
@@ -3135,15 +3126,15 @@ var IconMinusCircle = React.forwardRef(function (_ref, ref) {
3135
3126
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
3136
3127
 
3137
3128
  return React__default.createElement("svg", Object.assign({
3138
- viewBox: "0 0 20 20",
3139
- fill: "none",
3140
3129
  xmlns: "http://www.w3.org/2000/svg",
3130
+ fill: "none",
3131
+ viewBox: "0 0 20 20",
3141
3132
  style: getIconStyles(props),
3142
3133
  "data-testid": testId,
3143
3134
  ref: ref
3144
3135
  }, props), React__default.createElement("path", {
3145
- d: "M5.469 10.703A.47.47 0 0 1 5 10.234v-.468a.47.47 0 0 1 .469-.47h9.062a.47.47 0 0 1 .469.47v.468a.47.47 0 0 1-.469.47H5.47ZM19.687 10A9.686 9.686 0 0 1 10 19.688 9.686 9.686 0 0 1 .312 10 9.686 9.686 0 0 1 10 .312 9.686 9.686 0 0 1 19.688 10Zm-1.25 0c0-4.684-3.8-8.438-8.437-8.438-4.684 0-8.438 3.801-8.438 8.438 0 4.684 3.801 8.438 8.438 8.438 4.684 0 8.438-3.801 8.438-8.438Z",
3146
- fill: "currentColor"
3136
+ fill: "currentColor",
3137
+ d: "M5.469 10.703A.47.47 0 0 1 5 10.234v-.468a.47.47 0 0 1 .469-.47h9.062a.47.47 0 0 1 .469.47v.468a.47.47 0 0 1-.469.47H5.47ZM19.687 10A9.686 9.686 0 0 1 10 19.688 9.686 9.686 0 0 1 .312 10 9.686 9.686 0 0 1 10 .312 9.686 9.686 0 0 1 19.688 10Zm-1.25 0c0-4.684-3.8-8.438-8.437-8.438-4.684 0-8.438 3.801-8.438 8.438 0 4.684 3.801 8.438 8.438 8.438 4.684 0 8.438-3.801 8.438-8.438Z"
3147
3138
  }));
3148
3139
  });
3149
3140
  IconMinusCircle.displayName = 'IconMinusCircle';
@@ -3155,15 +3146,15 @@ var IconMinus = React.forwardRef(function (_ref, ref) {
3155
3146
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
3156
3147
 
3157
3148
  return React__default.createElement("svg", Object.assign({
3158
- viewBox: "0 0 20 20",
3159
- fill: "none",
3160
3149
  xmlns: "http://www.w3.org/2000/svg",
3150
+ fill: "none",
3151
+ viewBox: "0 0 20 20",
3161
3152
  style: getIconStyles(props),
3162
3153
  "data-testid": testId,
3163
3154
  ref: ref
3164
3155
  }, props), React__default.createElement("path", {
3165
- d: "M17.188 9.063H2.813a.312.312 0 0 0-.313.312v1.25c0 .173.14.313.313.313h14.374c.173 0 .313-.14.313-.313v-1.25a.312.312 0 0 0-.313-.313Z",
3166
- fill: "currentColor"
3156
+ fill: "currentColor",
3157
+ d: "M17.188 9.063H2.813a.312.312 0 0 0-.313.312v1.25c0 .173.14.313.313.313h14.374c.173 0 .313-.14.313-.313v-1.25a.312.312 0 0 0-.313-.313Z"
3167
3158
  }));
3168
3159
  });
3169
3160
  IconMinus.displayName = 'IconMinus';
@@ -3175,15 +3166,15 @@ var IconMoneyBill = React.forwardRef(function (_ref, ref) {
3175
3166
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
3176
3167
 
3177
3168
  return React__default.createElement("svg", Object.assign({
3178
- viewBox: "0 0 20 20",
3179
- fill: "none",
3180
3169
  xmlns: "http://www.w3.org/2000/svg",
3170
+ fill: "none",
3171
+ viewBox: "0 0 20 20",
3181
3172
  style: getIconStyles(props),
3182
3173
  "data-testid": testId,
3183
3174
  ref: ref
3184
3175
  }, props), React__default.createElement("path", {
3185
- d: "M10 5.25c-1.657 0-3 1.79-3 4 0 2.209 1.343 4 3 4 1.656 0 3-1.79 3-4s-1.343-4-3-4Zm0 6.857c-1.103 0-2-1.282-2-2.857 0-1.575.897-2.857 2-2.857s2 1.282 2 2.857c0 1.575-.897 2.857-2 2.857Zm9.411-10.055c-1.212-.58-2.425-.802-3.638-.802-3.849 0-7.697 2.226-11.546 2.226-2.029 0-2.761-.547-3.22-.547C.47 2.929 0 3.404 0 4.065v11.33c0 .451.226.879.589 1.053 1.212.58 2.425.802 3.638.802 3.849 0 7.697-2.227 11.546-2.227 2.029 0 2.761.548 3.22.548.537 0 1.007-.475 1.007-1.136V3.105c0-.452-.226-.879-.589-1.053ZM1.03 4.081c.632.229 1.282.376 1.958.46-.061 1.193-.913 2.144-1.965 2.158l.007-2.618ZM1 15.395l.004-1.519c1.05.003 1.903.94 1.98 2.123A6.94 6.94 0 0 1 1 15.395Zm17.97-.976a8.933 8.933 0 0 0-1.952-.46c.09-1.16.928-2.076 1.96-2.09l-.008 2.55Zm.01-3.698c-1.563.013-2.83 1.405-2.956 3.165-2.21-.051-4.287.565-6.268 1.138-2.346.679-3.955 1.115-5.763 1.067-.039-1.858-1.359-3.358-2.986-3.362l.013-4.881c1.583-.012 2.866-1.44 2.962-3.233 2.204.05 4.281-.565 6.262-1.138 2.337-.677 3.953-1.115 5.757-1.068.006 1.89 1.344 3.427 2.992 3.431l-.013 4.881Zm.016-6.028c-1.07-.003-1.939-.977-1.987-2.192A6.938 6.938 0 0 1 19 3.105l-.004 1.588Z",
3186
- fill: "currentColor"
3176
+ fill: "currentColor",
3177
+ d: "M10 5.25c-1.657 0-3 1.79-3 4 0 2.209 1.343 4 3 4 1.656 0 3-1.79 3-4s-1.343-4-3-4Zm0 6.857c-1.103 0-2-1.282-2-2.857 0-1.575.897-2.857 2-2.857s2 1.282 2 2.857c0 1.575-.897 2.857-2 2.857Zm9.411-10.055c-1.212-.58-2.425-.802-3.638-.802-3.849 0-7.697 2.226-11.546 2.226-2.029 0-2.761-.547-3.22-.547C.47 2.929 0 3.404 0 4.065v11.33c0 .451.226.879.589 1.053 1.212.58 2.425.802 3.638.802 3.849 0 7.697-2.227 11.546-2.227 2.029 0 2.761.548 3.22.548.537 0 1.007-.475 1.007-1.136V3.105c0-.452-.226-.879-.589-1.053ZM1.03 4.081c.632.229 1.282.376 1.958.46-.061 1.193-.913 2.144-1.965 2.158l.007-2.618ZM1 15.395l.004-1.519c1.05.003 1.903.94 1.98 2.123A6.94 6.94 0 0 1 1 15.395Zm17.97-.976a8.933 8.933 0 0 0-1.952-.46c.09-1.16.928-2.076 1.96-2.09l-.008 2.55Zm.01-3.698c-1.563.013-2.83 1.405-2.956 3.165-2.21-.051-4.287.565-6.268 1.138-2.346.679-3.955 1.115-5.763 1.067-.039-1.858-1.359-3.358-2.986-3.362l.013-4.881c1.583-.012 2.866-1.44 2.962-3.233 2.204.05 4.281-.565 6.262-1.138 2.337-.677 3.953-1.115 5.757-1.068.006 1.89 1.344 3.427 2.992 3.431l-.013 4.881Zm.016-6.028c-1.07-.003-1.939-.977-1.987-2.192A6.938 6.938 0 0 1 19 3.105l-.004 1.588Z"
3187
3178
  }));
3188
3179
  });
3189
3180
  IconMoneyBill.displayName = 'IconMoneyBill';
@@ -3195,15 +3186,15 @@ var IconMugSaucerSolid = React.forwardRef(function (_ref, ref) {
3195
3186
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3196
3187
 
3197
3188
  return React__default.createElement("svg", Object.assign({
3198
- viewBox: "0 0 21 20",
3199
- fill: "none",
3200
3189
  xmlns: "http://www.w3.org/2000/svg",
3190
+ fill: "none",
3191
+ viewBox: "0 0 21 20",
3201
3192
  style: getIconStyles(props),
3202
3193
  "data-testid": testId,
3203
3194
  ref: ref
3204
3195
  }, props), React__default.createElement("path", {
3205
- d: "M7 14h6a3 3 0 0 0 3-3h1c2.206 0 4-1.794 4-4s-1.794-4-4-4H4.75a.748.748 0 0 0-.75.75V11a3 3 0 0 0 3 3Zm10-9c1.103 0 2 .897 2 2s-.897 2-2 2h-1V5h1Zm1.49 12H2.51c-1.488 0-1.907-2-1.126-2h18.228c.782 0 .369 2-1.122 2Z",
3206
- fill: "currentColor"
3196
+ fill: "currentColor",
3197
+ d: "M7 14h6a3 3 0 0 0 3-3h1c2.206 0 4-1.794 4-4s-1.794-4-4-4H4.75a.748.748 0 0 0-.75.75V11a3 3 0 0 0 3 3Zm10-9c1.103 0 2 .897 2 2s-.897 2-2 2h-1V5h1Zm1.49 12H2.51c-1.488 0-1.907-2-1.126-2h18.228c.782 0 .369 2-1.122 2Z"
3207
3198
  }));
3208
3199
  });
3209
3200
  IconMugSaucerSolid.displayName = 'IconMugSaucerSolid';
@@ -3215,15 +3206,15 @@ var IconNotesMedical = React.forwardRef(function (_ref, ref) {
3215
3206
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3216
3207
 
3217
3208
  return React__default.createElement("svg", Object.assign({
3218
- viewBox: "0 0 20 20",
3219
- fill: "none",
3220
3209
  xmlns: "http://www.w3.org/2000/svg",
3210
+ fill: "none",
3211
+ viewBox: "0 0 20 20",
3221
3212
  style: getIconStyles(props),
3222
3213
  "data-testid": testId,
3223
3214
  ref: ref
3224
3215
  }, props), React__default.createElement("path", {
3225
- d: "M15.625 2.5h-3.46A2.189 2.189 0 0 0 10 0a2.189 2.189 0 0 0-2.165 2.5H4.375C3.34 2.5 2.5 3.34 2.5 4.375v13.75C2.5 19.16 3.34 20 4.375 20h11.25c1.035 0 1.875-.84 1.875-1.875V4.375c0-1.035-.84-1.875-1.875-1.875ZM10 1.25c.52 0 .938.418.938.938 0 .519-.418.937-.938.937a.935.935 0 0 1-.938-.938c0-.519.418-.937.938-.937Zm6.25 16.875a.627.627 0 0 1-.625.625H4.375a.627.627 0 0 1-.625-.625V4.375c0-.344.281-.625.625-.625H6.25v.781c0 .258.21.469.469.469h6.562a.47.47 0 0 0 .469-.469V3.75h1.875c.344 0 .625.281.625.625v13.75Zm-2.813-6.875H11.25V9.062a.313.313 0 0 0-.313-.312H9.063a.313.313 0 0 0-.313.313v2.187H6.562a.313.313 0 0 0-.312.313v1.874c0 .172.14.313.313.313H8.75v2.188c0 .171.14.312.313.312h1.874c.172 0 .313-.14.313-.313V13.75h2.188c.171 0 .312-.14.312-.313v-1.874a.313.313 0 0 0-.313-.313Z",
3226
- fill: "currentColor"
3216
+ fill: "currentColor",
3217
+ d: "M15.625 2.5h-3.46A2.189 2.189 0 0 0 10 0a2.189 2.189 0 0 0-2.165 2.5H4.375C3.34 2.5 2.5 3.34 2.5 4.375v13.75C2.5 19.16 3.34 20 4.375 20h11.25c1.035 0 1.875-.84 1.875-1.875V4.375c0-1.035-.84-1.875-1.875-1.875ZM10 1.25c.52 0 .938.418.938.938 0 .519-.418.937-.938.937a.935.935 0 0 1-.938-.938c0-.519.418-.937.938-.937Zm6.25 16.875a.627.627 0 0 1-.625.625H4.375a.627.627 0 0 1-.625-.625V4.375c0-.344.281-.625.625-.625H6.25v.781c0 .258.21.469.469.469h6.562a.47.47 0 0 0 .469-.469V3.75h1.875c.344 0 .625.281.625.625v13.75Zm-2.813-6.875H11.25V9.062a.313.313 0 0 0-.313-.312H9.063a.313.313 0 0 0-.313.313v2.187H6.562a.313.313 0 0 0-.312.313v1.874c0 .172.14.313.313.313H8.75v2.188c0 .171.14.312.313.312h1.874c.172 0 .313-.14.313-.313V13.75h2.188c.171 0 .312-.14.312-.313v-1.874a.313.313 0 0 0-.313-.313Z"
3227
3218
  }));
3228
3219
  });
3229
3220
  IconNotesMedical.displayName = 'IconNotesMedical';
@@ -3235,23 +3226,22 @@ var IconOvertime = React.forwardRef(function (_ref, ref) {
3235
3226
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3236
3227
 
3237
3228
  return React__default.createElement("svg", Object.assign({
3238
- viewBox: "0 0 21 20",
3239
- fill: "none",
3240
3229
  xmlns: "http://www.w3.org/2000/svg",
3230
+ fill: "none",
3231
+ viewBox: "0 0 21 20",
3241
3232
  style: getIconStyles(props),
3242
3233
  "data-testid": testId,
3243
3234
  ref: ref
3244
3235
  }, props), React__default.createElement("g", {
3245
3236
  clipPath: "url(#icon-overtime_svg__a)"
3246
3237
  }, React__default.createElement("path", {
3247
- d: "M8.89.268A8.42 8.42 0 0 0 .468 8.69a8.42 8.42 0 0 0 10.064 8.262 4.83 4.83 0 1 0 6.62-6.62A8.42 8.42 0 0 0 8.89.268Zm7.335 8.422c0 .403-.033.8-.095 1.185a4.829 4.829 0 0 0-1.444-.22 4.809 4.809 0 0 0-2.845.927L9.535 8.904V3.935a.409.409 0 0 0-.408-.407h-.475a.409.409 0 0 0-.407.407v5.42a.41.41 0 0 0 .166.33l2.485 1.806a4.81 4.81 0 0 0-1.04 2.995c0 .503.077.988.22 1.444a7.409 7.409 0 0 1-1.186.095c-4.031 0-7.336-3.263-7.336-7.335 0-4.031 3.264-7.335 7.336-7.335 4.03 0 7.335 3.263 7.335 7.335Zm-2.114 4.978 1.45.477c.776.255 1.26 1.209.972 2.138a1.533 1.533 0 0 1-1.418 1.098v.727c0 .133-.097.241-.215.241h-.43c-.117 0-.214-.108-.214-.241v-.724a1.768 1.768 0 0 1-1.16-.453.265.265 0 0 1-.025-.37l.467-.513a.192.192 0 0 1 .262-.03.757.757 0 0 0 .459.158h.89c.218 0 .395-.2.395-.445a.444.444 0 0 0-.284-.427l-1.376-.453a1.68 1.68 0 0 1-1.124-1.458c-.08-.98.608-1.805 1.463-1.805h.033v-.725c0-.133.097-.241.215-.241h.43c.117 0 .214.108.214.241v.725c.421.001.832.163 1.16.453.107.092.12.265.025.37l-.467.513a.192.192 0 0 1-.262.03.757.757 0 0 0-.459-.159h-.89c-.218 0-.395.2-.395.446 0 .196.117.372.284.427Z",
3248
- fill: "currentColor"
3238
+ fill: "currentColor",
3239
+ d: "M8.89.268A8.42 8.42 0 0 0 .468 8.69a8.42 8.42 0 0 0 10.064 8.262 4.83 4.83 0 1 0 6.62-6.62A8.42 8.42 0 0 0 8.89.268Zm7.335 8.422c0 .403-.033.8-.095 1.185a4.829 4.829 0 0 0-1.444-.22 4.809 4.809 0 0 0-2.845.927L9.535 8.904V3.935a.409.409 0 0 0-.408-.407h-.475a.409.409 0 0 0-.407.407v5.42a.41.41 0 0 0 .166.33l2.485 1.806a4.81 4.81 0 0 0-1.04 2.995c0 .503.077.988.22 1.444a7.409 7.409 0 0 1-1.186.095c-4.031 0-7.336-3.263-7.336-7.335 0-4.031 3.264-7.335 7.336-7.335 4.03 0 7.335 3.263 7.335 7.335Zm-2.114 4.978 1.45.477c.776.255 1.26 1.209.972 2.138a1.533 1.533 0 0 1-1.418 1.098v.727c0 .133-.097.241-.215.241h-.43c-.117 0-.214-.108-.214-.241v-.724a1.768 1.768 0 0 1-1.16-.453.265.265 0 0 1-.025-.37l.467-.513a.192.192 0 0 1 .262-.03.757.757 0 0 0 .459.158h.89c.218 0 .395-.2.395-.445a.444.444 0 0 0-.284-.427l-1.376-.453a1.68 1.68 0 0 1-1.124-1.458c-.08-.98.608-1.805 1.463-1.805h.033v-.725c0-.133.097-.241.215-.241h.43c.117 0 .214.108.214.241v.725c.421.001.832.163 1.16.453.107.092.12.265.025.37l-.467.513a.192.192 0 0 1-.262.03.757.757 0 0 0-.459-.159h-.89c-.218 0-.395.2-.395.446 0 .196.117.372.284.427Z"
3249
3240
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
3250
3241
  id: "icon-overtime_svg__a"
3251
3242
  }, React__default.createElement("path", {
3252
3243
  fill: "#fff",
3253
- transform: "translate(.2)",
3254
- d: "M0 0h20v20H0z"
3244
+ d: "M.2 0h20v20H.2z"
3255
3245
  }))));
3256
3246
  });
3257
3247
  IconOvertime.displayName = 'IconOvertime';
@@ -3263,15 +3253,15 @@ var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
3263
3253
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3264
3254
 
3265
3255
  return React__default.createElement("svg", Object.assign({
3266
- viewBox: "0 0 20 20",
3267
- fill: "none",
3268
3256
  xmlns: "http://www.w3.org/2000/svg",
3257
+ fill: "none",
3258
+ viewBox: "0 0 20 20",
3269
3259
  style: getIconStyles(props),
3270
3260
  "data-testid": testId,
3271
3261
  ref: ref
3272
3262
  }, props), React__default.createElement("g", {
3273
- clipPath: "url(#icon-paper-plane-clock_svg__a)",
3274
- fill: "currentColor"
3263
+ fill: "currentColor",
3264
+ clipPath: "url(#icon-paper-plane-clock_svg__a)"
3275
3265
  }, React__default.createElement("path", {
3276
3266
  d: "m10.306 14.727-3.898-1.61 6.094-7.203c.147-.171-.088-.404-.26-.257l-7.798 6.647-3.467-1.43 13.685-7.896-.773 5.037c.329-.107.671-.185 1.024-.229l.714-4.658c.126-.816-.751-1.402-1.454-.996L.488 10.025a.978.978 0 0 0 .116 1.75l4.283 1.772v3.116c0 .923 1.155 1.323 1.732.62l1.854-2.254 2.375.98a5.453 5.453 0 0 1-.543-1.282Zm-4.441 1.936v-2.712l1.664.687-1.664 2.025Z"
3277
3267
  }), React__default.createElement("path", {
@@ -3282,8 +3272,7 @@ var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
3282
3272
  id: "icon-paper-plane-clock_svg__a"
3283
3273
  }, React__default.createElement("path", {
3284
3274
  fill: "#fff",
3285
- transform: "translate(0 2)",
3286
- d: "M0 0h20v15.641H0z"
3275
+ d: "M0 2h20v15.641H0z"
3287
3276
  }))));
3288
3277
  });
3289
3278
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
@@ -3295,17 +3284,17 @@ var IconPaperPlane = React.forwardRef(function (_ref, ref) {
3295
3284
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3296
3285
 
3297
3286
  return React__default.createElement("svg", Object.assign({
3298
- viewBox: "0 0 19 20",
3299
- fill: "none",
3300
3287
  xmlns: "http://www.w3.org/2000/svg",
3288
+ fill: "none",
3289
+ viewBox: "0 0 19 20",
3301
3290
  style: getIconStyles(props),
3302
3291
  "data-testid": testId,
3303
3292
  ref: ref
3304
3293
  }, props), React__default.createElement("path", {
3294
+ fill: "currentColor",
3305
3295
  fillRule: "evenodd",
3306
- clipRule: "evenodd",
3307
3296
  d: "M17.188.206.628 10.261c-.85.517-.765 1.836.14 2.23l5.183 2.256v3.969c0 1.175 1.397 1.685 2.096.79l2.244-2.872 4.672 2.031c.706.308 1.505-.163 1.62-.96l2.365-16.23c.151-1.04-.91-1.786-1.76-1.269ZM7.134 18.716V15.26l2.014.875-2.014 2.58Zm.658-4.518 7.622 3.316 2.366-16.23L1.22 11.342l4.195 1.821 9.437-8.467c.207-.186.492.11.314.327l-7.374 9.175Z",
3308
- fill: "currentColor"
3297
+ clipRule: "evenodd"
3309
3298
  }));
3310
3299
  });
3311
3300
  IconPaperPlane.displayName = 'IconPaperPlane';
@@ -3317,17 +3306,17 @@ var IconPaperclip = React.forwardRef(function (_ref, ref) {
3317
3306
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3318
3307
 
3319
3308
  return React__default.createElement("svg", Object.assign({
3320
- viewBox: "0 0 20 20",
3321
- fill: "none",
3322
3309
  xmlns: "http://www.w3.org/2000/svg",
3310
+ fill: "none",
3311
+ viewBox: "0 0 20 20",
3323
3312
  style: getIconStyles(props),
3324
3313
  "data-testid": testId,
3325
3314
  ref: ref
3326
3315
  }, props), React__default.createElement("g", {
3327
3316
  clipPath: "url(#icon-paperclip_svg__a)"
3328
3317
  }, React__default.createElement("path", {
3329
- d: "M5.824 20a5.03 5.03 0 0 1-3.567-1.475 5.051 5.051 0 0 1 0-7.136L12.494 1.152a3.945 3.945 0 0 1 5.573 0 3.945 3.945 0 0 1 0 5.573L9.37 15.42a2.838 2.838 0 0 1-4.01 0 2.839 2.839 0 0 1 0-4.01l6.653-6.652a.469.469 0 0 1 .662 0l.222.221a.469.469 0 0 1 0 .663l-6.653 6.652a1.587 1.587 0 0 0 0 2.242 1.587 1.587 0 0 0 2.242 0l8.696-8.696a2.693 2.693 0 0 0 0-3.805 2.693 2.693 0 0 0-3.804 0L3.14 12.273a3.8 3.8 0 0 0 0 5.367 3.8 3.8 0 0 0 5.367 0l8.506-8.505a.469.469 0 0 1 .663 0l.22.221a.469.469 0 0 1 0 .663l-8.505 8.506A5.03 5.03 0 0 1 5.824 20Z",
3330
- fill: "currentColor"
3318
+ fill: "currentColor",
3319
+ d: "M5.824 20a5.03 5.03 0 0 1-3.567-1.475 5.051 5.051 0 0 1 0-7.136L12.494 1.152a3.945 3.945 0 0 1 5.573 0 3.945 3.945 0 0 1 0 5.573L9.37 15.42a2.838 2.838 0 0 1-4.01 0 2.839 2.839 0 0 1 0-4.01l6.653-6.652a.469.469 0 0 1 .662 0l.222.221a.469.469 0 0 1 0 .663l-6.653 6.652a1.587 1.587 0 0 0 0 2.242 1.587 1.587 0 0 0 2.242 0l8.696-8.696a2.693 2.693 0 0 0 0-3.805 2.693 2.693 0 0 0-3.804 0L3.14 12.273a3.8 3.8 0 0 0 0 5.367 3.8 3.8 0 0 0 5.367 0l8.506-8.505a.469.469 0 0 1 .663 0l.22.221a.469.469 0 0 1 0 .663l-8.505 8.506A5.03 5.03 0 0 1 5.824 20Z"
3331
3320
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
3332
3321
  id: "icon-paperclip_svg__a"
3333
3322
  }, React__default.createElement("path", {
@@ -3344,17 +3333,17 @@ var IconPencil = React.forwardRef(function (_ref, ref) {
3344
3333
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3345
3334
 
3346
3335
  return React__default.createElement("svg", Object.assign({
3347
- viewBox: "0 0 20 20",
3348
- fill: "none",
3349
3336
  xmlns: "http://www.w3.org/2000/svg",
3337
+ fill: "none",
3338
+ viewBox: "0 0 20 20",
3350
3339
  style: getIconStyles(props),
3351
3340
  "data-testid": testId,
3352
3341
  ref: ref
3353
3342
  }, props), React__default.createElement("path", {
3343
+ fill: "currentColor",
3354
3344
  fillRule: "evenodd",
3355
- clipRule: "evenodd",
3356
3345
  d: "m17.79.73 1.46 1.462a2.495 2.495 0 0 1 0 3.53L5.512 19.46l-4.451.495a.936.936 0 0 1-1.034-1.033l.495-4.452L14.261.73a2.495 2.495 0 0 1 3.528 0ZM6.802 16.404l8.736-8.735-3.226-3.226-8.736 8.735h1.355v1.872h1.871v1.354ZM4.938 18.27l-2.3.255-1.182-1.181.256-2.3.774-.774H3.84v1.871h1.872v1.355l-.774.774ZM16.42 6.786l1.947-1.947a1.247 1.247 0 0 0 0-1.764l-1.462-1.462a1.247 1.247 0 0 0-1.764 0L13.195 3.56l3.226 3.226Z",
3357
- fill: "currentColor"
3346
+ clipRule: "evenodd"
3358
3347
  }));
3359
3348
  });
3360
3349
  IconPencil.displayName = 'IconPencil';
@@ -3366,15 +3355,15 @@ var IconPercentage = React.forwardRef(function (_ref, ref) {
3366
3355
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3367
3356
 
3368
3357
  return React__default.createElement("svg", Object.assign({
3369
- viewBox: "0 0 20 20",
3370
- fill: "none",
3371
3358
  xmlns: "http://www.w3.org/2000/svg",
3359
+ fill: "none",
3360
+ viewBox: "0 0 20 20",
3372
3361
  style: getIconStyles(props),
3373
3362
  "data-testid": testId,
3374
3363
  ref: ref
3375
3364
  }, props), React__default.createElement("path", {
3376
- d: "M16.843 4.63a.347.347 0 0 0 0-.49l-.982-.983a.347.347 0 0 0-.491 0L3.157 15.37a.347.347 0 0 0 0 .49l.983.983a.347.347 0 0 0 .49 0L15.925 5.549l.918-.919ZM5.833 8.611a2.778 2.778 0 1 0-.001-5.555 2.778 2.778 0 0 0 .002 5.555Zm-.981-3.76a1.38 1.38 0 0 1 .982-.406 1.39 1.39 0 0 1 0 2.778 1.39 1.39 0 0 1-.982-2.371Zm9.315 6.538a2.778 2.778 0 1 0 0 5.556 2.778 2.778 0 0 0 0-5.556Zm.982 3.76a1.38 1.38 0 0 1-.982.407 1.39 1.39 0 0 1 0-2.778 1.39 1.39 0 0 1 .982 2.371Z",
3377
- fill: "currentColor"
3365
+ fill: "currentColor",
3366
+ d: "M16.843 4.63a.347.347 0 0 0 0-.49l-.982-.983a.347.347 0 0 0-.491 0L3.157 15.37a.347.347 0 0 0 0 .49l.983.983a.347.347 0 0 0 .49 0L15.925 5.549l.918-.919ZM5.833 8.611a2.778 2.778 0 1 0-.001-5.555 2.778 2.778 0 0 0 .002 5.555Zm-.981-3.76a1.38 1.38 0 0 1 .982-.406 1.39 1.39 0 0 1 0 2.778 1.39 1.39 0 0 1-.982-2.371Zm9.315 6.538a2.778 2.778 0 1 0 0 5.556 2.778 2.778 0 0 0 0-5.556Zm.982 3.76a1.38 1.38 0 0 1-.982.407 1.39 1.39 0 0 1 0-2.778 1.39 1.39 0 0 1 .982 2.371Z"
3378
3367
  }));
3379
3368
  });
3380
3369
  IconPercentage.displayName = 'IconPercentage';
@@ -3386,8 +3375,8 @@ var IconPhone = React.forwardRef(function (_ref, ref) {
3386
3375
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3387
3376
 
3388
3377
  return React__default.createElement("svg", Object.assign({
3389
- viewBox: "0 0 20 20",
3390
3378
  xmlns: "http://www.w3.org/2000/svg",
3379
+ viewBox: "0 0 20 20",
3391
3380
  style: getIconStyles(props),
3392
3381
  "data-testid": testId,
3393
3382
  ref: ref
@@ -3406,17 +3395,17 @@ var IconPlug = React.forwardRef(function (_ref, ref) {
3406
3395
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3407
3396
 
3408
3397
  return React__default.createElement("svg", Object.assign({
3409
- viewBox: "0 0 20 20",
3410
- fill: "none",
3411
3398
  xmlns: "http://www.w3.org/2000/svg",
3399
+ fill: "none",
3400
+ viewBox: "0 0 20 20",
3412
3401
  style: getIconStyles(props),
3413
3402
  "data-testid": testId,
3414
3403
  ref: ref
3415
3404
  }, props), React__default.createElement("path", {
3405
+ fill: "currentColor",
3416
3406
  fillRule: "evenodd",
3417
- clipRule: "evenodd",
3418
3407
  d: "M13.125 5.625v-5a.625.625 0 1 1 1.25 0v5h-1.25Zm-9.688.625h13.126c.517 0 .937.42.937.938v1.875c0 .517-.42.937-.938.937h-.312a6.25 6.25 0 0 1-5.625 6.219V20h-1.25v-3.781A6.25 6.25 0 0 1 3.75 10h-.313a.937.937 0 0 1-.937-.938V7.188c0-.518.42-.938.938-.938ZM15 8.75h1.25V7.5H3.75v1.25H5V10c0 2.764 2.237 5 5 5 2.764 0 5-2.237 5-5V8.75ZM5.625.625v5h1.25v-5a.625.625 0 1 0-1.25 0Z",
3419
- fill: "currentColor"
3408
+ clipRule: "evenodd"
3420
3409
  }));
3421
3410
  });
3422
3411
  IconPlug.displayName = 'IconPlug';
@@ -3428,17 +3417,17 @@ var IconPlus = React.forwardRef(function (_ref, ref) {
3428
3417
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3429
3418
 
3430
3419
  return React__default.createElement("svg", Object.assign({
3431
- viewBox: "0 0 20 20",
3432
- fill: "none",
3433
3420
  xmlns: "http://www.w3.org/2000/svg",
3421
+ fill: "none",
3422
+ viewBox: "0 0 20 20",
3434
3423
  style: getIconStyles(props),
3435
3424
  "data-testid": testId,
3436
3425
  ref: ref
3437
3426
  }, props), React__default.createElement("path", {
3427
+ fill: "currentColor",
3438
3428
  fillRule: "evenodd",
3439
- clipRule: "evenodd",
3440
3429
  d: "M19.672 9.063h-8.734V.336a.312.312 0 0 0-.312-.313h-1.25a.312.312 0 0 0-.313.313v8.727H.33a.312.312 0 0 0-.312.312v1.25c0 .173.14.313.312.313h8.733v8.714c0 .173.14.313.313.313h1.25c.173 0 .312-.14.312-.313v-8.715h8.734c.173 0 .313-.14.313-.312v-1.25a.312.312 0 0 0-.313-.312Z",
3441
- fill: "currentColor"
3430
+ clipRule: "evenodd"
3442
3431
  }));
3443
3432
  });
3444
3433
  IconPlus.displayName = 'IconPlus';
@@ -3450,17 +3439,17 @@ var IconPrint = React.forwardRef(function (_ref, ref) {
3450
3439
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3451
3440
 
3452
3441
  return React__default.createElement("svg", Object.assign({
3453
- viewBox: "0 0 20 20",
3454
- fill: "none",
3455
3442
  xmlns: "http://www.w3.org/2000/svg",
3443
+ fill: "none",
3444
+ viewBox: "0 0 20 20",
3456
3445
  style: getIconStyles(props),
3457
3446
  "data-testid": testId,
3458
3447
  ref: ref
3459
3448
  }, props), React__default.createElement("path", {
3449
+ fill: "currentColor",
3460
3450
  fillRule: "evenodd",
3461
- clipRule: "evenodd",
3462
3451
  d: "M16.25 7.5h.625C18.601 7.5 20 8.9 20 10.625v3.75c0 .345-.28.625-.625.625H16.25v4.375c0 .345-.28.625-.625.625H4.375a.625.625 0 0 1-.625-.625V15H.625A.625.625 0 0 1 0 14.375v-3.75C0 8.899 1.4 7.5 3.125 7.5h.625V1.25C3.75.56 4.283 0 4.94 0h7.042c.332 0 .65.132.884.366l3.018 3.018c.234.234.366.552.366.884V7.5Zm-1.768-3.75L12.5 1.768V3.75h1.982Zm-9.477-2.5h6.245v2.5c0 .69.56 1.25 1.25 1.25H15v2.5H5l.005-6.25ZM5 18.75h10V15H5v3.75Zm13.75-5H1.25v-3.125c0-1.034.841-1.875 1.875-1.875h13.75c1.034 0 1.875.841 1.875 1.875v3.125Zm-4.063-2.5a.937.937 0 1 1 1.875 0 .937.937 0 0 1-1.875 0Z",
3463
- fill: "currentColor"
3452
+ clipRule: "evenodd"
3464
3453
  }));
3465
3454
  });
3466
3455
  IconPrint.displayName = 'IconPrint';
@@ -3472,15 +3461,15 @@ var IconQuestionCircle = React.forwardRef(function (_ref, ref) {
3472
3461
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3473
3462
 
3474
3463
  return React__default.createElement("svg", Object.assign({
3475
- viewBox: "0 0 20 20",
3476
- fill: "none",
3477
3464
  xmlns: "http://www.w3.org/2000/svg",
3465
+ fill: "none",
3466
+ viewBox: "0 0 20 20",
3478
3467
  style: getIconStyles(props),
3479
3468
  "data-testid": testId,
3480
3469
  ref: ref
3481
3470
  }, props), React__default.createElement("path", {
3482
- d: "M10 13.281a1.094 1.094 0 1 0 0 2.188 1.094 1.094 0 0 0 0-2.188Zm.3-.937h-.625a.469.469 0 0 1-.47-.469v-.015c0-2.748 3.026-2.485 3.026-4.196 0-.781-.694-1.57-2.244-1.57-1.138 0-1.729.377-2.313 1.12a.467.467 0 0 1-.635.093l-.513-.357a.468.468 0 0 1-.103-.671c.83-1.064 1.813-1.748 3.564-1.748 2.044 0 3.806 1.162 3.806 3.133 0 2.634-3.025 2.495-3.025 4.196v.015c0 .259-.21.469-.468.469ZM10 1.563c4.634 0 8.438 3.752 8.438 8.437A8.435 8.435 0 0 1 10 18.438 8.435 8.435 0 0 1 1.562 10 8.437 8.437 0 0 1 10 1.562Zm0-1.25a9.687 9.687 0 1 0 0 19.375A9.687 9.687 0 0 0 19.688 10C19.688 4.652 15.35.312 10 .312Z",
3483
- fill: "currentColor"
3471
+ fill: "currentColor",
3472
+ d: "M10 13.281a1.094 1.094 0 1 0 0 2.188 1.094 1.094 0 0 0 0-2.188Zm.3-.937h-.625a.469.469 0 0 1-.47-.469v-.015c0-2.748 3.026-2.485 3.026-4.196 0-.781-.694-1.57-2.244-1.57-1.138 0-1.729.377-2.313 1.12a.467.467 0 0 1-.635.093l-.513-.357a.468.468 0 0 1-.103-.671c.83-1.064 1.813-1.748 3.564-1.748 2.044 0 3.806 1.162 3.806 3.133 0 2.634-3.025 2.495-3.025 4.196v.015c0 .259-.21.469-.468.469ZM10 1.563c4.634 0 8.438 3.752 8.438 8.437A8.435 8.435 0 0 1 10 18.438 8.435 8.435 0 0 1 1.562 10 8.437 8.437 0 0 1 10 1.562Zm0-1.25a9.687 9.687 0 1 0 0 19.375A9.687 9.687 0 0 0 19.688 10C19.688 4.652 15.35.312 10 .312Z"
3484
3473
  }));
3485
3474
  });
3486
3475
  IconQuestionCircle.displayName = 'IconQuestionCircle';
@@ -3492,15 +3481,15 @@ var IconRepeat = React.forwardRef(function (_ref, ref) {
3492
3481
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3493
3482
 
3494
3483
  return React__default.createElement("svg", Object.assign({
3495
- viewBox: "0 0 20 20",
3496
- fill: "none",
3497
3484
  xmlns: "http://www.w3.org/2000/svg",
3485
+ fill: "none",
3486
+ viewBox: "0 0 20 20",
3498
3487
  style: getIconStyles(props),
3499
3488
  "data-testid": testId,
3500
3489
  ref: ref
3501
3490
  }, props), React__default.createElement("path", {
3502
- d: "M0 10c0 3.469 2.804 6.29 6.25 6.29h9.429l-2.665 2.682a.474.474 0 0 0 0 .667l.221.223c.184.184.48.184.663 0l3.842-3.867a.474.474 0 0 0 0-.667l-3.842-3.867a.467.467 0 0 0-.663 0l-.22.223a.474.474 0 0 0 0 .667l2.664 2.682H6.25c-2.757 0-5-2.258-5-5.033 0-1.123.367-2.16.987-2.999a.475.475 0 0 0-.043-.616L1.97 6.16a.467.467 0 0 0-.706.05A6.284 6.284 0 0 0 0 10Zm17.763 2.999c.62-.838.987-1.876.987-2.999 0-2.775-2.243-5.033-5-5.033H4.321L6.986 7.65a.474.474 0 0 1 0 .667l-.221.223a.467.467 0 0 1-.663 0L2.26 4.672a.474.474 0 0 1 0-.667L6.102.138a.467.467 0 0 1 .663 0l.22.223a.474.474 0 0 1 0 .667L4.321 3.709h9.429C17.196 3.71 20 6.531 20 10a6.285 6.285 0 0 1-1.265 3.79.468.468 0 0 1-.706.05l-.223-.225a.475.475 0 0 1-.043-.616Z",
3503
- fill: "currentColor"
3491
+ fill: "currentColor",
3492
+ d: "M0 10c0 3.469 2.804 6.29 6.25 6.29h9.429l-2.665 2.682a.474.474 0 0 0 0 .667l.221.223c.184.184.48.184.663 0l3.842-3.867a.474.474 0 0 0 0-.667l-3.842-3.867a.467.467 0 0 0-.663 0l-.22.223a.474.474 0 0 0 0 .667l2.664 2.682H6.25c-2.757 0-5-2.258-5-5.033 0-1.123.367-2.16.987-2.999a.475.475 0 0 0-.043-.616L1.97 6.16a.467.467 0 0 0-.706.05A6.284 6.284 0 0 0 0 10Zm17.763 2.999c.62-.838.987-1.876.987-2.999 0-2.775-2.243-5.033-5-5.033H4.321L6.986 7.65a.474.474 0 0 1 0 .667l-.221.223a.467.467 0 0 1-.663 0L2.26 4.672a.474.474 0 0 1 0-.667L6.102.138a.467.467 0 0 1 .663 0l.22.223a.474.474 0 0 1 0 .667L4.321 3.709h9.429C17.196 3.71 20 6.531 20 10a6.285 6.285 0 0 1-1.265 3.79.468.468 0 0 1-.706.05l-.223-.225a.475.475 0 0 1-.043-.616Z"
3504
3493
  }));
3505
3494
  });
3506
3495
  IconRepeat.displayName = 'IconRepeat';
@@ -3512,37 +3501,37 @@ var IconReply = React.forwardRef(function (_ref, ref) {
3512
3501
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3513
3502
 
3514
3503
  return React__default.createElement("svg", Object.assign({
3515
- viewBox: "0 0 20 20",
3516
- fill: "none",
3517
3504
  xmlns: "http://www.w3.org/2000/svg",
3505
+ fill: "none",
3506
+ viewBox: "0 0 20 20",
3518
3507
  style: getIconStyles(props),
3519
3508
  "data-testid": testId,
3520
3509
  ref: ref
3521
3510
  }, props), React__default.createElement("path", {
3522
- d: "m.788 9.854 5.893 6.161c.828.866 2.307.288 2.307-.926v-2.94c5.17.06 7.335.56 6.067 5.058-.28.988.852 1.749 1.663 1.156 1.115-.815 2.985-2.665 2.985-5.845 0-5.729-5.175-6.731-10.715-6.798V2.77c0-1.215-1.48-1.79-2.307-.926L.788 8.003a1.34 1.34 0 0 0 0 1.851Zm.775-1.11 5.893-6.161a.268.268 0 0 1 .461.185v4.018c5.26 0 10.714.374 10.714 5.732 0 2.49-1.339 4.09-2.545 4.972 1.719-6.093-2.43-6.418-8.169-6.418v4.017a.268.268 0 0 1-.461.186L1.563 9.114a.267.267 0 0 1 0-.37Z",
3523
- fill: "currentColor"
3511
+ fill: "currentColor",
3512
+ d: "m.788 9.854 5.893 6.161c.828.866 2.307.288 2.307-.926v-2.94c5.17.06 7.335.56 6.067 5.058-.28.988.852 1.749 1.663 1.156 1.115-.815 2.985-2.665 2.985-5.845 0-5.729-5.175-6.731-10.715-6.798V2.77c0-1.215-1.48-1.79-2.307-.926L.788 8.003a1.34 1.34 0 0 0 0 1.851Zm.775-1.11 5.893-6.161a.268.268 0 0 1 .461.185v4.018c5.26 0 10.714.374 10.714 5.732 0 2.49-1.339 4.09-2.545 4.972 1.719-6.093-2.43-6.418-8.169-6.418v4.017a.268.268 0 0 1-.461.186L1.563 9.114a.267.267 0 0 1 0-.37Z"
3524
3513
  }));
3525
3514
  });
3526
3515
  IconReply.displayName = 'IconReply';
3527
3516
 
3528
3517
  var _excluded$1M = ["testId"];
3529
-
3530
- var IconRocket = function IconRocket(_ref) {
3518
+ var IconRocket = React.forwardRef(function (_ref, ref) {
3531
3519
  var _ref$testId = _ref.testId,
3532
3520
  testId = _ref$testId === void 0 ? 'icon-rocket' : _ref$testId,
3533
3521
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3534
3522
 
3535
3523
  return React__default.createElement("svg", Object.assign({
3536
- viewBox: "0 0 20 20",
3537
- fill: "none",
3538
3524
  xmlns: "http://www.w3.org/2000/svg",
3525
+ fill: "none",
3526
+ viewBox: "0 0 20 20",
3539
3527
  style: getIconStyles(props),
3540
- "data-testid": testId
3528
+ "data-testid": testId,
3529
+ ref: ref
3541
3530
  }, props), React__default.createElement("path", {
3542
- d: "M15.84.604a.503.503 0 0 0-.386-.385C14.434 0 13.637 0 12.842 0 9.601 0 7.65 1.722 6.19 4H3.021a1.5 1.5 0 0 0-1.34.828L.137 7.915A.75.75 0 0 0 .808 9h2.894l-.331.67a.992.992 0 0 0 .192 1.144l1.68 1.679a1 1 0 0 0 1.144.192l.669-.33v2.895a.752.752 0 0 0 .75.75.74.74 0 0 0 .332-.08l3.085-1.543a1.497 1.497 0 0 0 .828-1.34V9.866c2.274-1.462 4.005-3.42 4.005-6.647.002-.798.002-1.594-.216-2.615ZM4.056 8H1.212l1.362-2.725A.503.503 0 0 1 3.021 5h2.662c-.436.877-.992 2-1.487 3h-.14Zm6.996 5.037a.5.5 0 0 1-.277.446l-2.72 1.36V11.86c1-.495 2.12-1.05 2.997-1.486v2.664Zm.457-4.009c-1.234.618-4.246 2.108-5.56 2.758l-1.681-1.674c.652-1.32 2.141-4.33 2.757-5.568C8.594 2.094 10.39 1 12.842 1c.674 0 1.313 0 2.083.134.135.777.133 1.413.13 2.084 0 2.44-1.093 4.234-3.546 5.81Zm.047-6.528a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm0 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"
3531
+ fill: "currentColor",
3532
+ d: "M19.728.755a.629.629 0 0 0-.483-.482C17.971 0 16.975 0 15.981 0 11.929 0 9.49 2.152 7.665 5H3.704a1.875 1.875 0 0 0-1.675 1.035l-1.93 3.86a.937.937 0 0 0 .839 1.355h3.617l-.414.837a1.24 1.24 0 0 0 .24 1.43l2.101 2.099a1.25 1.25 0 0 0 .883.368c.19 0 .377-.044.547-.128l.836-.413v3.62a.94.94 0 0 0 .937.937.924.924 0 0 0 .415-.099l3.856-1.93a1.871 1.871 0 0 0 1.035-1.675v-3.964c2.843-1.827 5.007-4.275 5.007-8.309.003-.997.003-1.992-.27-3.268ZM1.443 10l1.703-3.406a.628.628 0 0 1 .558-.344H7.03C6.486 7.346 5.79 8.75 5.173 10h-3.73Zm12.3 6.296a.625.625 0 0 1-.347.558l-3.398 1.7v-3.73c1.25-.619 2.649-1.313 3.744-1.858v3.33Zm.571-5.01c-1.543.772-5.307 2.634-6.95 3.446L5.263 12.64c.815-1.65 2.677-5.413 3.447-6.96 1.961-3.063 4.206-4.43 7.272-4.43.841 0 1.64 0 2.603.168.17.971.166 1.766.163 2.605 0 3.05-1.366 5.292-4.433 7.262Zm.059-8.161a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0 3.75a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Z"
3543
3533
  }));
3544
- };
3545
-
3534
+ });
3546
3535
  IconRocket.displayName = 'IconRocket';
3547
3536
 
3548
3537
  var _excluded$1N = ["testId"];
@@ -3552,17 +3541,17 @@ var IconSearch = React.forwardRef(function (_ref, ref) {
3552
3541
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3553
3542
 
3554
3543
  return React__default.createElement("svg", Object.assign({
3555
- viewBox: "0 0 20 20",
3556
- fill: "none",
3557
3544
  xmlns: "http://www.w3.org/2000/svg",
3545
+ fill: "none",
3546
+ viewBox: "0 0 20 20",
3558
3547
  style: getIconStyles(props),
3559
3548
  "data-testid": testId,
3560
3549
  ref: ref
3561
3550
  }, props), React__default.createElement("path", {
3551
+ fill: "currentColor",
3562
3552
  fillRule: "evenodd",
3563
- clipRule: "evenodd",
3564
3553
  d: "m14.795 13.747 5.03 5.029a.468.468 0 0 1 0 .663l-.386.386a.468.468 0 0 1-.663 0l-5.03-5.03a.48.48 0 0 1-.136-.331v-.398A8.108 8.108 0 0 1 0 8.11C0 3.63 3.63 0 8.11 0a8.108 8.108 0 0 1 5.952 13.61h.402c.125 0 .242.047.331.137ZM1.248 8.109a6.857 6.857 0 0 0 6.861 6.862 6.857 6.857 0 0 0 6.862-6.862 6.857 6.857 0 0 0-6.862-6.861 6.857 6.857 0 0 0-6.861 6.861Z",
3565
- fill: "currentColor"
3554
+ clipRule: "evenodd"
3566
3555
  }));
3567
3556
  });
3568
3557
  IconSearch.displayName = 'IconSearch';
@@ -3574,15 +3563,15 @@ var IconSignOut = React.forwardRef(function (_ref, ref) {
3574
3563
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3575
3564
 
3576
3565
  return React__default.createElement("svg", Object.assign({
3577
- viewBox: "0 0 20 20",
3578
- fill: "none",
3579
3566
  xmlns: "http://www.w3.org/2000/svg",
3567
+ fill: "none",
3568
+ viewBox: "0 0 20 20",
3580
3569
  style: getIconStyles(props),
3581
3570
  "data-testid": testId,
3582
3571
  ref: ref
3583
3572
  }, props), React__default.createElement("path", {
3584
- d: "M6.25 9.314c0-.344.281-.625.625-.625H12.5V5.02c0-.278.336-.418.531-.223l5.531 5.59a.625.625 0 0 1 0 .887l-5.53 5.59a.311.311 0 0 1-.532-.223v-3.668H6.875a.627.627 0 0 1-.625-.625V9.314Zm-1.25 0v3.035c0 1.035.84 1.875 1.875 1.875h4.375v2.418c0 1.387 1.68 2.09 2.664 1.105l5.535-5.586a1.877 1.877 0 0 0 0-2.656l-5.535-5.59c-.98-.98-2.664-.285-2.664 1.106v2.418H6.875A1.878 1.878 0 0 0 5 9.314ZM0 5.208v11.25c0 1.035.84 1.875 1.875 1.875h5.156a.47.47 0 0 0 .469-.468v-.313a.47.47 0 0 0-.469-.469H1.875a.627.627 0 0 1-.625-.625V5.208c0-.344.281-.625.625-.625h5.156a.47.47 0 0 0 .469-.469v-.312a.47.47 0 0 0-.469-.469H1.875C.84 3.333 0 4.173 0 5.208Z",
3585
- fill: "currentColor"
3573
+ fill: "currentColor",
3574
+ d: "M6.25 9.314c0-.344.281-.625.625-.625H12.5V5.02c0-.278.336-.418.531-.223l5.531 5.59a.625.625 0 0 1 0 .887l-5.53 5.59a.311.311 0 0 1-.532-.223v-3.668H6.875a.627.627 0 0 1-.625-.625V9.314Zm-1.25 0v3.035c0 1.035.84 1.875 1.875 1.875h4.375v2.418c0 1.387 1.68 2.09 2.664 1.105l5.535-5.586a1.877 1.877 0 0 0 0-2.656l-5.535-5.59c-.98-.98-2.664-.285-2.664 1.106v2.418H6.875A1.878 1.878 0 0 0 5 9.314ZM0 5.208v11.25c0 1.035.84 1.875 1.875 1.875h5.156a.47.47 0 0 0 .469-.468v-.313a.47.47 0 0 0-.469-.469H1.875a.627.627 0 0 1-.625-.625V5.208c0-.344.281-.625.625-.625h5.156a.47.47 0 0 0 .469-.469v-.312a.47.47 0 0 0-.469-.469H1.875C.84 3.333 0 4.173 0 5.208Z"
3586
3575
  }));
3587
3576
  });
3588
3577
  IconSignOut.displayName = 'IconSignOut';
@@ -3594,17 +3583,17 @@ var IconSitemap = React.forwardRef(function (_ref, ref) {
3594
3583
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3595
3584
 
3596
3585
  return React__default.createElement("svg", Object.assign({
3597
- viewBox: "0 0 20 20",
3598
- fill: "none",
3599
3586
  xmlns: "http://www.w3.org/2000/svg",
3587
+ fill: "none",
3588
+ viewBox: "0 0 20 20",
3600
3589
  style: getIconStyles(props),
3601
3590
  "data-testid": testId,
3602
3591
  ref: ref
3603
3592
  }, props), React__default.createElement("path", {
3593
+ fill: "currentColor",
3604
3594
  fillRule: "evenodd",
3605
- clipRule: "evenodd",
3606
3595
  d: "M19 12.667h-1v-3.05a.95.95 0 0 0-.95-.95H10.5v-2H12a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h1.5v2H2.95a.95.95 0 0 0-.95.95v3.05H1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H3v-3h6.5v3h-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-1v-3H17v3h-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1Zm-15 1v3H1v-3h3Zm7.5 3v-3h-3v3h3Zm-3.5-11v-3h4v3H8Zm8 11h3v-3h-3v3Z",
3607
- fill: "currentColor"
3596
+ clipRule: "evenodd"
3608
3597
  }));
3609
3598
  });
3610
3599
  IconSitemap.displayName = 'IconSitemap';
@@ -3616,17 +3605,17 @@ var IconSlidersH = React.forwardRef(function (_ref, ref) {
3616
3605
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3617
3606
 
3618
3607
  return React__default.createElement("svg", Object.assign({
3619
- viewBox: "0 0 20 20",
3620
- fill: "none",
3621
3608
  xmlns: "http://www.w3.org/2000/svg",
3609
+ fill: "none",
3610
+ viewBox: "0 0 20 20",
3622
3611
  style: getIconStyles(props),
3623
3612
  "data-testid": testId,
3624
3613
  ref: ref
3625
3614
  }, props), React__default.createElement("g", {
3626
3615
  clipPath: "url(#icon-sliders-h_svg__a)"
3627
3616
  }, React__default.createElement("path", {
3628
- d: "M19.688 15H7.5v-1.563a.935.935 0 0 0-.938-.937H4.688a.935.935 0 0 0-.937.938V15H.312a.313.313 0 0 0-.312.313v.624c0 .172.14.313.313.313H3.75v1.563c0 .519.418.937.938.937h1.875c.519 0 .937-.418.937-.938V16.25h12.188c.171 0 .312-.14.312-.313v-.624a.313.313 0 0 0-.313-.313ZM6.25 17.5H5v-3.75h1.25v3.75ZM19.688 3.75H10V2.187a.935.935 0 0 0-.938-.937H7.188a.935.935 0 0 0-.938.938V3.75H.312A.313.313 0 0 0 0 4.063v.625C0 4.859.14 5 .313 5H6.25v1.563c0 .519.418.937.938.937h1.875c.519 0 .937-.418.937-.938V5h9.688c.171 0 .312-.14.312-.313v-.625a.313.313 0 0 0-.313-.312ZM8.75 6.25H7.5V2.5h1.25v3.75Zm10.938 3.125H16.25V7.812a.935.935 0 0 0-.938-.937h-1.874a.935.935 0 0 0-.938.938v1.562H.312A.313.313 0 0 0 0 9.688v.624c0 .172.14.313.313.313H12.5v1.563c0 .519.418.937.938.937h1.874c.52 0 .938-.418.938-.938v-1.562h3.438c.171 0 .312-.14.312-.313v-.624a.313.313 0 0 0-.313-.313ZM15 11.875h-1.25v-3.75H15v3.75Z",
3629
- fill: "currentColor"
3617
+ fill: "currentColor",
3618
+ d: "M19.688 15H7.5v-1.563a.935.935 0 0 0-.938-.937H4.688a.935.935 0 0 0-.937.938V15H.312a.313.313 0 0 0-.312.313v.624c0 .172.14.313.313.313H3.75v1.563c0 .519.418.937.938.937h1.875c.519 0 .937-.418.937-.938V16.25h12.188c.171 0 .312-.14.312-.313v-.624a.313.313 0 0 0-.313-.313ZM6.25 17.5H5v-3.75h1.25v3.75ZM19.688 3.75H10V2.187a.935.935 0 0 0-.938-.937H7.188a.935.935 0 0 0-.938.938V3.75H.312A.313.313 0 0 0 0 4.063v.625C0 4.859.14 5 .313 5H6.25v1.563c0 .519.418.937.938.937h1.875c.519 0 .937-.418.937-.938V5h9.688c.171 0 .312-.14.312-.313v-.625a.313.313 0 0 0-.313-.312ZM8.75 6.25H7.5V2.5h1.25v3.75Zm10.938 3.125H16.25V7.812a.935.935 0 0 0-.938-.937h-1.874a.935.935 0 0 0-.938.938v1.562H.312A.313.313 0 0 0 0 9.688v.624c0 .172.14.313.313.313H12.5v1.563c0 .519.418.937.938.937h1.874c.52 0 .938-.418.938-.938v-1.562h3.438c.171 0 .312-.14.312-.313v-.624a.313.313 0 0 0-.313-.313ZM15 11.875h-1.25v-3.75H15v3.75Z"
3630
3619
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
3631
3620
  id: "icon-sliders-h_svg__a"
3632
3621
  }, React__default.createElement("path", {
@@ -3643,15 +3632,15 @@ var IconSort = React.forwardRef(function (_ref, ref) {
3643
3632
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3644
3633
 
3645
3634
  return React__default.createElement("svg", Object.assign({
3646
- viewBox: "0 0 20 20",
3647
- fill: "none",
3648
3635
  xmlns: "http://www.w3.org/2000/svg",
3636
+ fill: "none",
3637
+ viewBox: "0 0 20 20",
3649
3638
  style: getIconStyles(props),
3650
3639
  "data-testid": testId,
3651
3640
  ref: ref
3652
3641
  }, props), React__default.createElement("path", {
3653
- d: "m16.74 4.602-3.284-3.215a.466.466 0 0 0-.66 0l-3.28 3.216a.469.469 0 0 0-.004.664l.22.222a.466.466 0 0 0 .66.003l2.11-2.057v15.002a.313.313 0 0 0 .312.313h.625a.312.312 0 0 0 .312-.313V3.441l2.107 2.045a.469.469 0 0 0 .661 0l.22-.222a.469.469 0 0 0 0-.662Zm-6.468 9.912a.464.464 0 0 0-.66-.003l-2.11 2.057V1.562a.312.312 0 0 0-.313-.312h-.625a.312.312 0 0 0-.313.313v14.996l-2.107-2.045a.468.468 0 0 0-.66 0l-.221.222a.47.47 0 0 0 0 .664l3.283 3.214a.467.467 0 0 0 .66 0l3.28-3.215a.468.468 0 0 0 .004-.664l-.218-.22Z",
3654
- fill: "currentColor"
3642
+ fill: "currentColor",
3643
+ d: "m16.74 4.602-3.284-3.215a.466.466 0 0 0-.66 0l-3.28 3.216a.469.469 0 0 0-.004.664l.22.222a.466.466 0 0 0 .66.003l2.11-2.057v15.002a.313.313 0 0 0 .312.313h.625a.312.312 0 0 0 .312-.313V3.441l2.107 2.045a.469.469 0 0 0 .661 0l.22-.222a.469.469 0 0 0 0-.662Zm-6.468 9.912a.464.464 0 0 0-.66-.003l-2.11 2.057V1.562a.312.312 0 0 0-.313-.312h-.625a.312.312 0 0 0-.313.313v14.996l-2.107-2.045a.468.468 0 0 0-.66 0l-.221.222a.47.47 0 0 0 0 .664l3.283 3.214a.467.467 0 0 0 .66 0l3.28-3.215a.468.468 0 0 0 .004-.664l-.218-.22Z"
3655
3644
  }));
3656
3645
  });
3657
3646
  IconSort.displayName = 'IconSort';
@@ -3663,15 +3652,15 @@ var IconStarSolid = React.forwardRef(function (_ref, ref) {
3663
3652
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3664
3653
 
3665
3654
  return React__default.createElement("svg", Object.assign({
3666
- viewBox: "0 0 20 20",
3667
- fill: "none",
3668
3655
  xmlns: "http://www.w3.org/2000/svg",
3656
+ fill: "none",
3657
+ viewBox: "0 0 20 20",
3669
3658
  style: getIconStyles(props),
3670
3659
  "data-testid": testId,
3671
3660
  ref: ref
3672
3661
  }, props), React__default.createElement("path", {
3673
- d: "M8.944 1.591 6.602 6.34l-5.239.763C.423 7.24.047 8.398.73 9.06l3.79 3.694-.897 5.217c-.16.943.832 1.65 1.664 1.209l4.687-2.464 4.686 2.463c.832.438 1.826-.265 1.664-1.208l-.896-5.217 3.79-3.694c.681-.663.305-1.821-.635-1.958l-5.239-.763-2.341-4.748c-.42-.846-1.635-.857-2.058 0Z",
3674
- fill: "currentColor"
3662
+ fill: "currentColor",
3663
+ d: "M8.944 1.591 6.602 6.34l-5.239.763C.423 7.24.047 8.398.73 9.06l3.79 3.694-.897 5.217c-.16.943.832 1.65 1.664 1.209l4.687-2.464 4.686 2.463c.832.438 1.826-.265 1.664-1.208l-.896-5.217 3.79-3.694c.681-.663.305-1.821-.635-1.958l-5.239-.763-2.341-4.748c-.42-.846-1.635-.857-2.058 0Z"
3675
3664
  }));
3676
3665
  });
3677
3666
  IconStarSolid.displayName = 'IconStarSolid';
@@ -3683,15 +3672,15 @@ var IconStar = React.forwardRef(function (_ref, ref) {
3683
3672
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3684
3673
 
3685
3674
  return React__default.createElement("svg", Object.assign({
3686
- viewBox: "0 0 20 20",
3687
- fill: "none",
3688
3675
  xmlns: "http://www.w3.org/2000/svg",
3676
+ fill: "none",
3677
+ viewBox: "0 0 20 20",
3689
3678
  style: getIconStyles(props),
3690
3679
  "data-testid": testId,
3691
3680
  ref: ref
3692
3681
  }, props), React__default.createElement("path", {
3693
- d: "m18.976 6.699-5.462-.832L11.073.696a1.175 1.175 0 0 0-2.146 0L6.486 5.867l-5.462.832c-.98.148-1.372 1.41-.661 2.132l3.951 4.023-.935 5.683c-.168 1.027.868 1.797 1.735 1.317L10 17.17l4.886 2.683c.867.477 1.903-.289 1.735-1.316l-.935-5.683 3.951-4.023c.71-.722.318-1.984-.661-2.132Zm-4.572 5.718 1.039 6.327L10 15.76l-5.44 2.988 1.04-6.327-4.404-4.488 6.083-.922L10 1.251l2.722 5.76 6.082.922-4.4 4.484Z",
3694
- fill: "currentColor"
3682
+ fill: "currentColor",
3683
+ d: "m18.976 6.699-5.462-.832L11.073.696a1.175 1.175 0 0 0-2.146 0L6.486 5.867l-5.462.832c-.98.148-1.372 1.41-.661 2.132l3.951 4.023-.935 5.683c-.168 1.027.868 1.797 1.735 1.317L10 17.17l4.886 2.683c.867.477 1.903-.289 1.735-1.316l-.935-5.683 3.951-4.023c.71-.722.318-1.984-.661-2.132Zm-4.572 5.718 1.039 6.327L10 15.76l-5.44 2.988 1.04-6.327-4.404-4.488 6.083-.922L10 1.251l2.722 5.76 6.082.922-4.4 4.484Z"
3695
3684
  }));
3696
3685
  });
3697
3686
  IconStar.displayName = 'IconStar';
@@ -3703,18 +3692,18 @@ var IconStickyNoteLines = React.forwardRef(function (_ref, ref) {
3703
3692
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3704
3693
 
3705
3694
  return React__default.createElement("svg", Object.assign({
3706
- viewBox: "0 0 20 20",
3707
- fill: "none",
3708
3695
  xmlns: "http://www.w3.org/2000/svg",
3696
+ fill: "none",
3697
+ viewBox: "0 0 20 20",
3709
3698
  style: getIconStyles(props),
3710
3699
  "data-testid": testId,
3711
3700
  ref: ref
3712
3701
  }, props), React__default.createElement("path", {
3713
- d: "M20 14.112V2.142C20 .96 19.04 0 17.857 0H2.143C.959 0 0 .96 0 2.143v15.714C0 19.041.96 20 2.143 20h11.97c.568 0 1.113-.226 1.515-.628l3.744-3.745c.402-.401.628-.946.628-1.515Zm-5.383 4.25a.71.71 0 0 1-.331.188v-4.264h4.263a.708.708 0 0 1-.187.331l-3.744 3.745Zm3.954-16.22v10.715H13.93c-.592 0-1.072.48-1.072 1.071v4.643H2.143a.714.714 0 0 1-.714-.714V2.143c0-.395.32-.714.714-.714h15.714c.395 0 .714.32.714.714Z",
3714
- fill: "currentColor"
3702
+ fill: "currentColor",
3703
+ d: "M20 14.112V2.142C20 .96 19.04 0 17.857 0H2.143C.959 0 0 .96 0 2.143v15.714C0 19.041.96 20 2.143 20h11.97c.568 0 1.113-.226 1.515-.628l3.744-3.745c.402-.401.628-.946.628-1.515Zm-5.383 4.25a.71.71 0 0 1-.331.188v-4.264h4.263a.708.708 0 0 1-.187.331l-3.744 3.745Zm3.954-16.22v10.715H13.93c-.592 0-1.072.48-1.072 1.071v4.643H2.143a.714.714 0 0 1-.714-.714V2.143c0-.395.32-.714.714-.714h15.714c.395 0 .714.32.714.714Z"
3715
3704
  }), React__default.createElement("path", {
3716
- d: "M5.313 9.583h5.625c.171 0 .312.14.312.313v.625c0 .172-.14.312-.313.312H5.314A.313.313 0 0 1 5 10.521v-.625c0-.172.14-.313.313-.313ZM5.313 5.833h9.375c.171 0 .312.14.312.313v.625c0 .172-.14.312-.313.312H5.313A.313.313 0 0 1 5 6.771v-.625c0-.172.14-.313.313-.313Z",
3717
- fill: "currentColor"
3705
+ fill: "currentColor",
3706
+ d: "M5.313 9.583h5.625c.171 0 .312.14.312.313v.625c0 .172-.14.312-.313.312H5.314A.313.313 0 0 1 5 10.521v-.625c0-.172.14-.313.313-.313ZM5.313 5.833h9.375c.171 0 .312.14.312.313v.625c0 .172-.14.312-.313.312H5.313A.313.313 0 0 1 5 6.771v-.625c0-.172.14-.313.313-.313Z"
3718
3707
  }));
3719
3708
  });
3720
3709
  IconStickyNoteLines.displayName = 'IconStickyNoteLines';
@@ -3726,17 +3715,17 @@ var IconStopwatch = React.forwardRef(function (_ref, ref) {
3726
3715
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3727
3716
 
3728
3717
  return React__default.createElement("svg", Object.assign({
3729
- viewBox: "0 0 20 20",
3730
- fill: "none",
3731
3718
  xmlns: "http://www.w3.org/2000/svg",
3719
+ fill: "none",
3720
+ viewBox: "0 0 20 20",
3732
3721
  style: getIconStyles(props),
3733
3722
  "data-testid": testId,
3734
3723
  ref: ref
3735
3724
  }, props), React__default.createElement("path", {
3725
+ fill: "currentColor",
3736
3726
  fillRule: "evenodd",
3737
- clipRule: "evenodd",
3738
3727
  d: "m16.613 5.52.684-.684a.47.47 0 0 0 0-.664l-.223-.223a.47.47 0 0 0-.664 0l-.683.684a8.72 8.72 0 0 0-5.145-2.117V1.25h.977a.47.47 0 0 0 .468-.469V.47A.47.47 0 0 0 11.56 0H8.434a.47.47 0 0 0-.47.469V.78c0 .258.212.469.47.469h.898v1.273A8.75 8.75 0 0 0 1.25 11.25a8.75 8.75 0 1 0 15.363-5.73ZM10 18.75a7.497 7.497 0 0 1-7.5-7.5c0-4.145 3.355-7.5 7.5-7.5s7.5 3.355 7.5 7.5-3.355 7.5-7.5 7.5Zm-.625-5.469c0 .258.21.469.469.469h.312a.47.47 0 0 0 .469-.469V6.72a.47.47 0 0 0-.469-.469h-.312a.47.47 0 0 0-.469.469v6.562Z",
3739
- fill: "currentColor"
3728
+ clipRule: "evenodd"
3740
3729
  }));
3741
3730
  });
3742
3731
  IconStopwatch.displayName = 'IconStopwatch';
@@ -3748,17 +3737,17 @@ var IconStrikethrough = React.forwardRef(function (_ref, ref) {
3748
3737
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3749
3738
 
3750
3739
  return React__default.createElement("svg", Object.assign({
3751
- viewBox: "0 0 20 20",
3752
- fill: "none",
3753
3740
  xmlns: "http://www.w3.org/2000/svg",
3741
+ fill: "none",
3742
+ viewBox: "0 0 20 20",
3754
3743
  style: getIconStyles(props),
3755
3744
  "data-testid": testId,
3756
3745
  ref: ref
3757
3746
  }, props), React__default.createElement("g", {
3758
3747
  clipPath: "url(#icon-strikethrough_svg__a)"
3759
3748
  }, React__default.createElement("path", {
3760
- d: "M14.116 12.5a2.832 2.832 0 0 1 .82 2.666c-.19.898-.842 1.645-1.682 2.012a3.858 3.858 0 0 1-1.538.322H9.141a3.061 3.061 0 0 1-2.914-2.09.315.315 0 0 0-.368-.217l-.611.143a.313.313 0 0 0-.235.39 4.308 4.308 0 0 0 4.128 3.024h2.578a5.115 5.115 0 0 0 2.036-.426c1.31-.57 2.272-1.804 2.46-3.22a4.082 4.082 0 0 0-.52-2.604h-1.58ZM6.61 8.75H9.28L7.74 7.984c-.968-.482-1.563-1.463-1.535-2.606a2.82 2.82 0 0 1 1.571-2.474A3.849 3.849 0 0 1 9.49 2.5h1.87a4.25 4.25 0 0 1 3.73 2.223.312.312 0 0 0 .404.144l.57-.258a.314.314 0 0 0 .153-.43 5.502 5.502 0 0 0-4.858-2.929h-1.87a5.11 5.11 0 0 0-2.271.536c-1.396.698-2.262 2.103-2.262 3.72A3.988 3.988 0 0 0 6.611 8.75ZM19.688 10H.313a.312.312 0 0 0-.313.313v.624a.313.313 0 0 0 .313.313h19.375a.313.313 0 0 0 .312-.313v-.624a.313.313 0 0 0-.313-.313Z",
3761
- fill: "currentColor"
3749
+ fill: "currentColor",
3750
+ d: "M14.116 12.5a2.832 2.832 0 0 1 .82 2.666c-.19.898-.842 1.645-1.682 2.012a3.858 3.858 0 0 1-1.538.322H9.141a3.061 3.061 0 0 1-2.914-2.09.315.315 0 0 0-.368-.217l-.611.143a.313.313 0 0 0-.235.39 4.308 4.308 0 0 0 4.128 3.024h2.578a5.115 5.115 0 0 0 2.036-.426c1.31-.57 2.272-1.804 2.46-3.22a4.082 4.082 0 0 0-.52-2.604h-1.58ZM6.61 8.75H9.28L7.74 7.984c-.968-.482-1.563-1.463-1.535-2.606a2.82 2.82 0 0 1 1.571-2.474A3.849 3.849 0 0 1 9.49 2.5h1.87a4.25 4.25 0 0 1 3.73 2.223.312.312 0 0 0 .404.144l.57-.258a.314.314 0 0 0 .153-.43 5.502 5.502 0 0 0-4.858-2.929h-1.87a5.11 5.11 0 0 0-2.271.536c-1.396.698-2.262 2.103-2.262 3.72A3.988 3.988 0 0 0 6.611 8.75ZM19.688 10H.313a.312.312 0 0 0-.313.313v.624a.313.313 0 0 0 .313.313h19.375a.313.313 0 0 0 .312-.313v-.624a.313.313 0 0 0-.313-.313Z"
3762
3751
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
3763
3752
  id: "icon-strikethrough_svg__a"
3764
3753
  }, React__default.createElement("path", {
@@ -3775,15 +3764,15 @@ var IconSyncExclaimation = React.forwardRef(function (_ref, ref) {
3775
3764
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3776
3765
 
3777
3766
  return React__default.createElement("svg", Object.assign({
3778
- viewBox: "0 0 20 20",
3779
3767
  xmlns: "http://www.w3.org/2000/svg",
3768
+ viewBox: "0 0 20 20",
3780
3769
  style: getIconStyles(props),
3781
3770
  "data-testid": testId,
3782
3771
  ref: ref
3783
3772
  }, props), React__default.createElement("path", {
3784
- d: "M18 10a7.939 7.939 0 0 0-2.351-5.649L13 7.001V1h6l-1.938 1.937A9.93 9.93 0 0 1 20 10c0 5.514-4.486 10-10 10v-2c4.411 0 8-3.589 8-8ZM10 0v2c-4.41 0-8 3.589-8 8a7.94 7.94 0 0 0 2.35 5.649L7 12.999v6H1l1.938-1.937A9.926 9.926 0 0 1 0 10C0 4.486 4.485 0 10 0Zm.084 12.334a.915.915 0 1 1 0 1.833.915.915 0 0 1-.917-.917c0-.507.41-.916.917-.916ZM10.769 5c.13 0 .235.09.231.2l-.29 6.335c-.003.103-.107.187-.23.187h-.792c-.123 0-.228-.08-.231-.187L9.167 5.2c-.004-.11.1-.2.232-.2h1.37Z",
3785
3773
  fill: "currentColor",
3786
- fillRule: "evenodd"
3774
+ fillRule: "evenodd",
3775
+ d: "M18 10a7.939 7.939 0 0 0-2.351-5.649L13 7.001V1h6l-1.938 1.937A9.93 9.93 0 0 1 20 10c0 5.514-4.486 10-10 10v-2c4.411 0 8-3.589 8-8ZM10 0v2c-4.41 0-8 3.589-8 8a7.94 7.94 0 0 0 2.35 5.649L7 12.999v6H1l1.938-1.937A9.926 9.926 0 0 1 0 10C0 4.486 4.485 0 10 0Zm.084 12.334a.915.915 0 1 1 0 1.833.915.915 0 0 1-.917-.917c0-.507.41-.916.917-.916ZM10.769 5c.13 0 .235.09.231.2l-.29 6.335c-.003.103-.107.187-.23.187h-.792c-.123 0-.228-.08-.231-.187L9.167 5.2c-.004-.11.1-.2.232-.2h1.37Z"
3787
3776
  }));
3788
3777
  });
3789
3778
  IconSyncExclaimation.displayName = 'IconSyncExclaimation';
@@ -3795,15 +3784,15 @@ var IconSync = React.forwardRef(function (_ref, ref) {
3795
3784
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3796
3785
 
3797
3786
  return React__default.createElement("svg", Object.assign({
3798
- viewBox: "0 0 20 20",
3799
3787
  xmlns: "http://www.w3.org/2000/svg",
3788
+ viewBox: "0 0 20 20",
3800
3789
  style: getIconStyles(props),
3801
3790
  "data-testid": testId,
3802
3791
  ref: ref
3803
3792
  }, props), React__default.createElement("path", {
3804
- d: "M18 10a7.939 7.939 0 0 0-2.351-5.649L13 7.001V1h6l-1.938 1.937A9.93 9.93 0 0 1 20 10c0 5.514-4.486 10-10 10v-2c4.411 0 8-3.589 8-8ZM2 10a7.94 7.94 0 0 0 2.35 5.649L7 12.999v6H1l1.938-1.937A9.926 9.926 0 0 1 0 10C0 4.486 4.485 0 10 0v2c-4.41 0-8 3.589-8 8Z",
3805
3793
  fill: "currentColor",
3806
- fillRule: "evenodd"
3794
+ fillRule: "evenodd",
3795
+ d: "M18 10a7.939 7.939 0 0 0-2.351-5.649L13 7.001V1h6l-1.938 1.937A9.93 9.93 0 0 1 20 10c0 5.514-4.486 10-10 10v-2c4.411 0 8-3.589 8-8ZM2 10a7.94 7.94 0 0 0 2.35 5.649L7 12.999v6H1l1.938-1.937A9.926 9.926 0 0 1 0 10C0 4.486 4.485 0 10 0v2c-4.41 0-8 3.589-8 8Z"
3807
3796
  }));
3808
3797
  });
3809
3798
  IconSync.displayName = 'IconSync';
@@ -3815,17 +3804,17 @@ var IconTable = React.forwardRef(function (_ref, ref) {
3815
3804
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3816
3805
 
3817
3806
  return React__default.createElement("svg", Object.assign({
3818
- viewBox: "0 0 20 20",
3819
- fill: "none",
3820
3807
  xmlns: "http://www.w3.org/2000/svg",
3808
+ fill: "none",
3809
+ viewBox: "0 0 20 20",
3821
3810
  style: getIconStyles(props),
3822
3811
  "data-testid": testId,
3823
3812
  ref: ref
3824
3813
  }, props), React__default.createElement("g", {
3825
3814
  clipPath: "url(#icon-table_svg__a)"
3826
3815
  }, React__default.createElement("path", {
3827
- d: "M18.125 1.25H1.875C.839 1.25 0 2.09 0 3.125v13.75c0 1.035.84 1.875 1.875 1.875h16.25c1.035 0 1.875-.84 1.875-1.875V3.125c0-1.036-.84-1.875-1.875-1.875ZM6.25 17.5H1.875a.625.625 0 0 1-.625-.625V13.75h5v3.75Zm0-5h-5V8.75h5v3.75Zm0-5h-5V3.75h5V7.5Zm6.25 10h-5v-3.75h5v3.75Zm0-5h-5V8.75h5v3.75Zm0-5h-5V3.75h5V7.5Zm6.25 6.25v3.125c0 .345-.28.625-.625.625H13.75v-3.75h5Zm0-1.25h-5V8.75h5v3.75Zm0-5h-5V3.75h5V7.5Z",
3828
- fill: "currentColor"
3816
+ fill: "currentColor",
3817
+ d: "M18.125 1.25H1.875C.839 1.25 0 2.09 0 3.125v13.75c0 1.035.84 1.875 1.875 1.875h16.25c1.035 0 1.875-.84 1.875-1.875V3.125c0-1.036-.84-1.875-1.875-1.875ZM6.25 17.5H1.875a.625.625 0 0 1-.625-.625V13.75h5v3.75Zm0-5h-5V8.75h5v3.75Zm0-5h-5V3.75h5V7.5Zm6.25 10h-5v-3.75h5v3.75Zm0-5h-5V8.75h5v3.75Zm0-5h-5V3.75h5V7.5Zm6.25 6.25v3.125c0 .345-.28.625-.625.625H13.75v-3.75h5Zm0-1.25h-5V8.75h5v3.75Zm0-5h-5V3.75h5V7.5Z"
3829
3818
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
3830
3819
  id: "icon-table_svg__a"
3831
3820
  }, React__default.createElement("path", {
@@ -3861,17 +3850,17 @@ var IconTimesOctagon = React.forwardRef(function (_ref, ref) {
3861
3850
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
3862
3851
 
3863
3852
  return React__default.createElement("svg", Object.assign({
3864
- viewBox: "0 0 20 20",
3865
- fill: "none",
3866
3853
  xmlns: "http://www.w3.org/2000/svg",
3854
+ fill: "none",
3855
+ viewBox: "0 0 20 20",
3867
3856
  style: getIconStyles(props),
3868
3857
  "data-testid": testId,
3869
3858
  ref: ref
3870
3859
  }, props), React__default.createElement("path", {
3860
+ fill: "currentColor",
3871
3861
  fillRule: "evenodd",
3872
- clipRule: "evenodd",
3873
3862
  d: "M14.094.57c-.351-.35-.827-.55-1.322-.55H7.193c-.495 0-.97.2-1.322.55L.55 5.888c-.351.35-.55.826-.55 1.321v5.58c0 .494.199.97.55 1.32l5.321 5.323c.351.35.827.55 1.322.55h5.579c.495 0 .97-.2 1.322-.55l5.321-5.322c.351-.35.55-.827.55-1.322V7.213c0-.495-.199-.97-.55-1.321L14.094.57Zm4.62 12.217a.62.62 0 0 1-.184.441l-5.318 5.322a.619.619 0 0 1-.44.183H7.193a.62.62 0 0 1-.44-.183L1.43 13.232a.62.62 0 0 1-.183-.44v-5.58a.62.62 0 0 1 .183-.44L6.749 1.45a.62.62 0 0 1 .44-.183h5.58a.62.62 0 0 1 .44.183l5.321 5.322a.62.62 0 0 1 .183.44v5.575Zm-5.369.909.331-.332a.475.475 0 0 0 0-.662L10.975 10l2.701-2.702a.468.468 0 0 0 0-.663l-.331-.331a.468.468 0 0 0-.663 0L9.981 9.006 7.279 6.304a.468.468 0 0 0-.663 0l-.331.331a.468.468 0 0 0 0 .663L8.986 10l-2.701 2.702a.468.468 0 0 0 0 .662l.331.332c.183.183.48.183.663 0l2.702-2.702 2.701 2.702c.184.183.48.183.663 0Z",
3874
- fill: "currentColor"
3863
+ clipRule: "evenodd"
3875
3864
  }));
3876
3865
  });
3877
3866
  IconTimesOctagon.displayName = 'IconTimesOctagon';
@@ -3883,17 +3872,17 @@ var IconTimes = React.forwardRef(function (_ref, ref) {
3883
3872
  props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
3884
3873
 
3885
3874
  return React__default.createElement("svg", Object.assign({
3886
- viewBox: "0 0 20 20",
3887
- fill: "none",
3888
3875
  xmlns: "http://www.w3.org/2000/svg",
3876
+ fill: "none",
3877
+ viewBox: "0 0 20 20",
3889
3878
  style: getIconStyles(props),
3890
3879
  "data-testid": testId,
3891
3880
  ref: ref
3892
3881
  }, props), React__default.createElement("path", {
3882
+ fill: "currentColor",
3893
3883
  fillRule: "evenodd",
3894
- clipRule: "evenodd",
3895
3884
  d: "m19.457 18.143-8.135-8.145 8.135-8.175a.312.312 0 0 0 0-.442l-.884-.884a.312.312 0 0 0-.442 0L9.996 8.672 1.86.497a.312.312 0 0 0-.441 0l-.884.884a.312.312 0 0 0 0 .442L8.67 9.998.534 18.143a.312.312 0 0 0 0 .442l.884.884c.122.122.32.122.441 0l8.137-8.145 8.135 8.145c.122.122.32.122.442 0l.884-.884a.312.312 0 0 0 0-.442Z",
3896
- fill: "currentColor"
3885
+ clipRule: "evenodd"
3897
3886
  }));
3898
3887
  });
3899
3888
  IconTimes.displayName = 'IconTimes';
@@ -3905,17 +3894,17 @@ var IconTrash = React.forwardRef(function (_ref, ref) {
3905
3894
  props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
3906
3895
 
3907
3896
  return React__default.createElement("svg", Object.assign({
3908
- viewBox: "0 0 20 20",
3909
- fill: "none",
3910
3897
  xmlns: "http://www.w3.org/2000/svg",
3898
+ fill: "none",
3899
+ viewBox: "0 0 20 20",
3911
3900
  style: getIconStyles(props),
3912
3901
  "data-testid": testId,
3913
3902
  ref: ref
3914
3903
  }, props), React__default.createElement("path", {
3904
+ fill: "currentColor",
3915
3905
  fillRule: "evenodd",
3916
- clipRule: "evenodd",
3917
3906
  d: "m13.063.75 1.312 1.75h3.438c.519 0 .937.418.937.938v.078a.235.235 0 0 1-.234.234H17.5v14.375c0 1.035-.84 1.875-1.875 1.875H4.375A1.875 1.875 0 0 1 2.5 18.125V3.75H1.484a.235.235 0 0 1-.234-.234v-.079c0-.519.418-.937.938-.937h3.437L6.938.75c.355-.473.91-.75 1.5-.75h3.124c.59 0 1.145.277 1.5.75Zm-1.5.5H8.437a.629.629 0 0 0-.5.25l-.75 1h5.625l-.75-1a.63.63 0 0 0-.5-.25Zm4.687 16.875a.627.627 0 0 1-.625.625H4.375a.627.627 0 0 1-.625-.625V3.75h12.5v14.375ZM9.375 6.094v10.312c0 .258.21.469.469.469h.312a.47.47 0 0 0 .469-.469V6.094a.47.47 0 0 0-.469-.469h-.312a.47.47 0 0 0-.469.469ZM6.25 16.406V6.094a.47.47 0 0 1 .469-.469h.312a.47.47 0 0 1 .469.469v10.312a.47.47 0 0 1-.469.469H6.72a.47.47 0 0 1-.469-.469ZM12.5 6.094v10.312c0 .258.21.469.469.469h.312a.47.47 0 0 0 .469-.469V6.094a.47.47 0 0 0-.469-.469h-.312a.47.47 0 0 0-.469.469Z",
3918
- fill: "currentColor"
3907
+ clipRule: "evenodd"
3919
3908
  }));
3920
3909
  });
3921
3910
  IconTrash.displayName = 'IconTrash';
@@ -3927,15 +3916,15 @@ var IconUnderline = React.forwardRef(function (_ref, ref) {
3927
3916
  props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
3928
3917
 
3929
3918
  return React__default.createElement("svg", Object.assign({
3930
- viewBox: "0 0 20 20",
3931
- fill: "none",
3932
3919
  xmlns: "http://www.w3.org/2000/svg",
3920
+ fill: "none",
3921
+ viewBox: "0 0 20 20",
3933
3922
  style: getIconStyles(props),
3934
3923
  "data-testid": testId,
3935
3924
  ref: ref
3936
3925
  }, props), React__default.createElement("path", {
3937
- d: "M18.196.29h-5.464a.303.303 0 0 0-.303.304V1.2a.304.304 0 0 0 .303.303h2.125v8.5a4.857 4.857 0 1 1-9.714 0v-8.5h2.125a.304.304 0 0 0 .303-.303V.594A.304.304 0 0 0 7.268.29H1.804A.304.304 0 0 0 1.5.594V1.2a.304.304 0 0 0 .304.303h2.125v8.5A6.079 6.079 0 0 0 10 16.076a6.079 6.079 0 0 0 6.071-6.072v-8.5h2.125a.304.304 0 0 0 .304-.303V.594a.304.304 0 0 0-.304-.304Zm0 18.214H1.804a.304.304 0 0 0-.304.304v.607a.303.303 0 0 0 .304.304h16.392a.304.304 0 0 0 .304-.304v-.607a.304.304 0 0 0-.304-.304Z",
3938
- fill: "currentColor"
3926
+ fill: "currentColor",
3927
+ d: "M18.196.29h-5.464a.303.303 0 0 0-.303.304V1.2a.304.304 0 0 0 .303.303h2.125v8.5a4.857 4.857 0 1 1-9.714 0v-8.5h2.125a.304.304 0 0 0 .303-.303V.594A.304.304 0 0 0 7.268.29H1.804A.304.304 0 0 0 1.5.594V1.2a.304.304 0 0 0 .304.303h2.125v8.5A6.079 6.079 0 0 0 10 16.076a6.079 6.079 0 0 0 6.071-6.072v-8.5h2.125a.304.304 0 0 0 .304-.303V.594a.304.304 0 0 0-.304-.304Zm0 18.214H1.804a.304.304 0 0 0-.304.304v.607a.303.303 0 0 0 .304.304h16.392a.304.304 0 0 0 .304-.304v-.607a.304.304 0 0 0-.304-.304Z"
3939
3928
  }));
3940
3929
  });
3941
3930
  IconUnderline.displayName = 'IconUnderline';
@@ -3947,15 +3936,15 @@ var IconUndo = React.forwardRef(function (_ref, ref) {
3947
3936
  props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
3948
3937
 
3949
3938
  return React__default.createElement("svg", Object.assign({
3950
- viewBox: "0 0 20 20",
3951
- fill: "none",
3952
3939
  xmlns: "http://www.w3.org/2000/svg",
3940
+ fill: "none",
3941
+ viewBox: "0 0 20 20",
3953
3942
  style: getIconStyles(props),
3954
3943
  "data-testid": testId,
3955
3944
  ref: ref
3956
3945
  }, props), React__default.createElement("path", {
3957
- d: "M.781.313h.39c.26 0 .47.21.47.468v4.322a9.682 9.682 0 0 1 8.39-4.79c5.328.016 9.665 4.375 9.656 9.702-.008 5.344-4.342 9.672-9.687 9.672a9.652 9.652 0 0 1-6.491-2.496.47.47 0 0 1-.02-.68l.277-.277a.468.468 0 0 1 .644-.018A8.327 8.327 0 0 0 10 18.36c4.6 0 8.36-3.724 8.36-8.359 0-4.6-3.724-8.36-8.36-8.36a8.357 8.357 0 0 0-7.433 4.532H7.03c.26 0 .469.21.469.469v.39c0 .26-.21.469-.469.469H.781a.469.469 0 0 1-.469-.469V.781c0-.259.21-.468.47-.468Z",
3958
- fill: "currentColor"
3946
+ fill: "currentColor",
3947
+ d: "M.781.313h.39c.26 0 .47.21.47.468v4.322a9.682 9.682 0 0 1 8.39-4.79c5.328.016 9.665 4.375 9.656 9.702-.008 5.344-4.342 9.672-9.687 9.672a9.652 9.652 0 0 1-6.491-2.496.47.47 0 0 1-.02-.68l.277-.277a.468.468 0 0 1 .644-.018A8.327 8.327 0 0 0 10 18.36c4.6 0 8.36-3.724 8.36-8.359 0-4.6-3.724-8.36-8.36-8.36a8.357 8.357 0 0 0-7.433 4.532H7.03c.26 0 .469.21.469.469v.39c0 .26-.21.469-.469.469H.781a.469.469 0 0 1-.469-.469V.781c0-.259.21-.468.47-.468Z"
3959
3948
  }));
3960
3949
  });
3961
3950
  IconUndo.displayName = 'IconUndo';
@@ -3967,17 +3956,17 @@ var IconUniversity = React.forwardRef(function (_ref, ref) {
3967
3956
  props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
3968
3957
 
3969
3958
  return React__default.createElement("svg", Object.assign({
3970
- viewBox: "0 0 20 20",
3971
- fill: "none",
3972
3959
  xmlns: "http://www.w3.org/2000/svg",
3960
+ fill: "none",
3961
+ viewBox: "0 0 20 20",
3973
3962
  style: getIconStyles(props),
3974
3963
  "data-testid": testId,
3975
3964
  ref: ref
3976
3965
  }, props), React__default.createElement("g", {
3977
3966
  clipPath: "url(#icon-university_svg__a)"
3978
3967
  }, React__default.createElement("path", {
3979
- d: "M19.375 17.5h-.625v-1.563a.937.937 0 0 0-.938-.937H16.25V8.125H15V15h-2.5V8.125h-1.25V15h-2.5V8.125H7.5V15H5V8.125H3.75V15H2.187a.937.937 0 0 0-.937.938V17.5H.625a.625.625 0 0 0-.625.625v.313a.313.313 0 0 0 .313.312h19.375a.313.313 0 0 0 .312-.313v-.312a.625.625 0 0 0-.625-.625ZM2.5 16.25h15v1.25h-15v-1.25ZM19.698 5.312l-9.105-3.966a1.875 1.875 0 0 0-1.186 0L.302 5.312A.469.469 0 0 0 0 5.752v.343c0 .259.21.468.469.468h.781v.47c0 .258.21.468.469.468H18.28c.26 0 .469-.21.469-.469v-.468h.781c.26 0 .469-.21.469-.47v-.342a.469.469 0 0 0-.302-.439ZM17.5 6.25h-15v-.531L9.842 2.52a.625.625 0 0 1 .316 0L17.5 5.72v.531Z",
3980
- fill: "currentColor"
3968
+ fill: "currentColor",
3969
+ d: "M19.375 17.5h-.625v-1.563a.937.937 0 0 0-.938-.937H16.25V8.125H15V15h-2.5V8.125h-1.25V15h-2.5V8.125H7.5V15H5V8.125H3.75V15H2.187a.937.937 0 0 0-.937.938V17.5H.625a.625.625 0 0 0-.625.625v.313a.313.313 0 0 0 .313.312h19.375a.313.313 0 0 0 .312-.313v-.312a.625.625 0 0 0-.625-.625ZM2.5 16.25h15v1.25h-15v-1.25ZM19.698 5.312l-9.105-3.966a1.875 1.875 0 0 0-1.186 0L.302 5.312A.469.469 0 0 0 0 5.752v.343c0 .259.21.468.469.468h.781v.47c0 .258.21.468.469.468H18.28c.26 0 .469-.21.469-.469v-.468h.781c.26 0 .469-.21.469-.47v-.342a.469.469 0 0 0-.302-.439ZM17.5 6.25h-15v-.531L9.842 2.52a.625.625 0 0 1 .316 0L17.5 5.72v.531Z"
3981
3970
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
3982
3971
  id: "icon-university_svg__a"
3983
3972
  }, React__default.createElement("path", {
@@ -4021,23 +4010,23 @@ var IconUserComputer = React.forwardRef(function (_ref, ref) {
4021
4010
  props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
4022
4011
 
4023
4012
  return React__default.createElement("svg", Object.assign({
4024
- viewBox: "0 0 20 20",
4025
- fill: "none",
4026
4013
  xmlns: "http://www.w3.org/2000/svg",
4014
+ fill: "none",
4015
+ viewBox: "0 0 20 20",
4027
4016
  style: getIconStyles(props),
4028
4017
  "data-testid": testId,
4029
4018
  ref: ref
4030
4019
  }, props), React__default.createElement("path", {
4031
- d: "M18.958 2.5H6.25c-.575 0-1.042.466-1.042 1.042v1.172a3.125 3.125 0 1 0 3.125 3.125A3.116 3.116 0 0 0 6.25 4.905V3.542h12.708v9.505H9.94c-.019-.03-.033-.064-.053-.094-.562-.834-1.52-1.273-2.504-1.273-.904 0-1.131.325-2.174.325-1.04 0-1.268-.325-2.174-.325-.984 0-1.942.44-2.503 1.273A3.11 3.11 0 0 0 0 14.696v1.216c0 .719.583 1.301 1.302 1.301h7.813c.719 0 1.302-.582 1.302-1.302v-1.215c0-.208-.028-.41-.067-.607h8.608c.576 0 1.042-.467 1.042-1.042V3.542c0-.576-.466-1.042-1.042-1.042ZM7.292 7.839a2.086 2.086 0 0 1-2.084 2.083 2.086 2.086 0 0 1-2.083-2.083c0-1.15.935-2.084 2.083-2.084 1.15 0 2.084.935 2.084 2.084Zm2.083 8.072a.26.26 0 0 1-.26.26H1.302a.26.26 0 0 1-.26-.26v-1.215c0-.416.122-.818.353-1.16.343-.51.955-.814 1.64-.814.709 0 .975.325 2.173.325s1.465-.325 2.174-.325c.684 0 1.297.304 1.64.813.23.343.353.745.353 1.161v1.216Z",
4032
- fill: "currentColor"
4020
+ fill: "currentColor",
4021
+ d: "M18.958 2.5H6.25c-.575 0-1.042.466-1.042 1.042v1.172a3.125 3.125 0 1 0 3.125 3.125A3.116 3.116 0 0 0 6.25 4.905V3.542h12.708v9.505H9.94c-.019-.03-.033-.064-.053-.094-.562-.834-1.52-1.273-2.504-1.273-.904 0-1.131.325-2.174.325-1.04 0-1.268-.325-2.174-.325-.984 0-1.942.44-2.503 1.273A3.11 3.11 0 0 0 0 14.696v1.216c0 .719.583 1.301 1.302 1.301h7.813c.719 0 1.302-.582 1.302-1.302v-1.215c0-.208-.028-.41-.067-.607h8.608c.576 0 1.042-.467 1.042-1.042V3.542c0-.576-.466-1.042-1.042-1.042ZM7.292 7.839a2.086 2.086 0 0 1-2.084 2.083 2.086 2.086 0 0 1-2.083-2.083c0-1.15.935-2.084 2.083-2.084 1.15 0 2.084.935 2.084 2.084Zm2.083 8.072a.26.26 0 0 1-.26.26H1.302a.26.26 0 0 1-.26-.26v-1.215c0-.416.122-.818.353-1.16.343-.51.955-.814 1.64-.814.709 0 .975.325 2.173.325s1.465-.325 2.174-.325c.684 0 1.297.304 1.64.813.23.343.353.745.353 1.161v1.216Z"
4033
4022
  }), React__default.createElement("rect", {
4034
- x: 10.259,
4035
- y: 17.051,
4036
4023
  width: 1.042,
4037
4024
  height: 4.688,
4025
+ x: 10.259,
4026
+ y: 17.051,
4027
+ fill: "currentColor",
4038
4028
  rx: 0.521,
4039
- transform: "rotate(-90 10.259 17.05)",
4040
- fill: "currentColor"
4029
+ transform: "rotate(-90 10.259 17.05)"
4041
4030
  }), React__default.createElement("path", {
4042
4031
  fill: "currentColor",
4043
4032
  d: "M12.083 13.307h1.042v2.702h-1.042z"
@@ -4052,15 +4041,15 @@ var IconUserFriends = React.forwardRef(function (_ref, ref) {
4052
4041
  props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
4053
4042
 
4054
4043
  return React__default.createElement("svg", Object.assign({
4055
- viewBox: "0 0 20 20",
4056
- fill: "none",
4057
4044
  xmlns: "http://www.w3.org/2000/svg",
4045
+ fill: "none",
4046
+ viewBox: "0 0 20 20",
4058
4047
  style: getIconStyles(props),
4059
4048
  "data-testid": testId,
4060
4049
  ref: ref
4061
4050
  }, props), React__default.createElement("path", {
4062
- d: "M15 10a3 3 0 1 0-.002-6.002A3 3 0 0 0 15 10Zm0-5c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm-9 5c1.934 0 3.5-1.566 3.5-3.5S7.934 3 6 3a3.498 3.498 0 0 0-3.5 3.5C2.5 8.434 4.066 10 6 10Zm0-6c1.378 0 2.5 1.122 2.5 2.5S7.378 9 6 9a2.503 2.503 0 0 1-2.5-2.5C3.5 5.122 4.622 4 6 4Zm2.503 6.625C7.46 10.625 7.2 11 6 11c-1.2 0-1.46-.375-2.503-.375-1.135 0-2.238.506-2.885 1.466A3.581 3.581 0 0 0 0 14.1v1.4A1.5 1.5 0 0 0 1.5 17h9a1.5 1.5 0 0 0 1.5-1.5v-1.4c0-.744-.225-1.434-.613-2.01-.646-.959-1.75-1.465-2.884-1.465ZM11 15.5c0 .275-.225.5-.5.5h-9a.501.501 0 0 1-.5-.5v-1.4c0-.519.153-1.022.44-1.45.432-.64 1.2-1.025 2.054-1.025.856 0 1.162.375 2.506.375 1.344 0 1.65-.375 2.503-.375.853 0 1.622.384 2.053 1.025.288.428.44.931.44 1.45v1.4H11Zm8.49-3.59c-.54-.8-1.459-1.223-2.402-1.223-.87 0-1.088.313-2.088.313s-1.219-.313-2.088-.313a3.05 3.05 0 0 0-1.19.254c.475.48.578.737.631.83a2.05 2.05 0 0 1 .56-.08c.68 0 .937.312 2.087.312 1.15 0 1.406-.312 2.087-.312.657 0 1.244.29 1.576.78.221.329.34.716.34 1.117v1.162a.25.25 0 0 1-.25.25H13c0 .553.01.703-.05 1h5.8c.69 0 1.25-.56 1.25-1.25v-1.166c0-.621-.188-1.197-.51-1.675Z",
4063
- fill: "currentColor"
4051
+ fill: "currentColor",
4052
+ d: "M15 10a3 3 0 1 0-.002-6.002A3 3 0 0 0 15 10Zm0-5c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2Zm-9 5c1.934 0 3.5-1.566 3.5-3.5S7.934 3 6 3a3.498 3.498 0 0 0-3.5 3.5C2.5 8.434 4.066 10 6 10Zm0-6c1.378 0 2.5 1.122 2.5 2.5S7.378 9 6 9a2.503 2.503 0 0 1-2.5-2.5C3.5 5.122 4.622 4 6 4Zm2.503 6.625C7.46 10.625 7.2 11 6 11c-1.2 0-1.46-.375-2.503-.375-1.135 0-2.238.506-2.885 1.466A3.581 3.581 0 0 0 0 14.1v1.4A1.5 1.5 0 0 0 1.5 17h9a1.5 1.5 0 0 0 1.5-1.5v-1.4c0-.744-.225-1.434-.613-2.01-.646-.959-1.75-1.465-2.884-1.465ZM11 15.5c0 .275-.225.5-.5.5h-9a.501.501 0 0 1-.5-.5v-1.4c0-.519.153-1.022.44-1.45.432-.64 1.2-1.025 2.054-1.025.856 0 1.162.375 2.506.375 1.344 0 1.65-.375 2.503-.375.853 0 1.622.384 2.053 1.025.288.428.44.931.44 1.45v1.4H11Zm8.49-3.59c-.54-.8-1.459-1.223-2.402-1.223-.87 0-1.088.313-2.088.313s-1.219-.313-2.088-.313a3.05 3.05 0 0 0-1.19.254c.475.48.578.737.631.83a2.05 2.05 0 0 1 .56-.08c.68 0 .937.312 2.087.312 1.15 0 1.406-.312 2.087-.312.657 0 1.244.29 1.576.78.221.329.34.716.34 1.117v1.162a.25.25 0 0 1-.25.25H13c0 .553.01.703-.05 1h5.8c.69 0 1.25-.56 1.25-1.25v-1.166c0-.621-.188-1.197-.51-1.675Z"
4064
4053
  }));
4065
4054
  });
4066
4055
  IconUserFriends.displayName = 'IconUserFriends';
@@ -4072,17 +4061,17 @@ var IconUserLight = React.forwardRef(function (_ref, ref) {
4072
4061
  props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
4073
4062
 
4074
4063
  return React__default.createElement("svg", Object.assign({
4075
- viewBox: "0 0 20 20",
4076
- fill: "none",
4077
4064
  xmlns: "http://www.w3.org/2000/svg",
4065
+ fill: "none",
4066
+ viewBox: "0 0 20 20",
4078
4067
  style: getIconStyles(props),
4079
4068
  "data-testid": testId,
4080
4069
  ref: ref
4081
4070
  }, props), React__default.createElement("path", {
4071
+ fill: "currentColor",
4082
4072
  fillRule: "evenodd",
4083
- clipRule: "evenodd",
4084
4073
  d: "M10 10a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm2.203 1.505c.426-.135.806-.255 1.297-.255a5.251 5.251 0 0 1 5.25 5.25v1.625c0 1.035-.84 1.875-1.875 1.875H3.125a1.875 1.875 0 0 1-1.875-1.875V16.5a5.251 5.251 0 0 1 5.25-5.25c.494 0 .874.12 1.3.255.546.173 1.168.37 2.2.37 1.033 0 1.656-.197 2.203-.37Zm4.672 7.245a.627.627 0 0 0 .625-.625V16.5c0-2.207-1.793-4-4-4-.294 0-.588.092-.95.206-.581.182-1.337.419-2.55.419-1.215 0-1.971-.237-2.551-.42-.362-.113-.655-.205-.949-.205-2.207 0-4 1.793-4 4v1.625c0 .344.281.625.625.625h13.75ZM13.75 5A3.756 3.756 0 0 0 10 1.25 3.756 3.756 0 0 0 6.25 5 3.756 3.756 0 0 0 10 8.75 3.756 3.756 0 0 0 13.75 5Z",
4085
- fill: "currentColor"
4074
+ clipRule: "evenodd"
4086
4075
  }));
4087
4076
  });
4088
4077
  IconUserLight.displayName = 'IconUserLight';
@@ -4094,15 +4083,15 @@ var IconUserPlus = React.forwardRef(function (_ref, ref) {
4094
4083
  props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
4095
4084
 
4096
4085
  return React__default.createElement("svg", Object.assign({
4097
- viewBox: "0 0 20 20",
4098
- fill: "none",
4099
4086
  xmlns: "http://www.w3.org/2000/svg",
4087
+ fill: "none",
4088
+ viewBox: "0 0 20 20",
4100
4089
  style: getIconStyles(props),
4101
4090
  "data-testid": testId,
4102
4091
  ref: ref
4103
4092
  }, props), React__default.createElement("path", {
4104
- d: "M19.77 9.063h-2.52V6.483a.232.232 0 0 0-.23-.234h-.458a.232.232 0 0 0-.229.234v2.579h-2.52a.232.232 0 0 0-.23.234v.469c0 .129.103.234.23.234h2.52v2.578c0 .129.103.235.23.235h.457c.127 0 .23-.106.23-.235V10h2.52c.127 0 .23-.105.23-.234v-.47a.232.232 0 0 0-.23-.233ZM6.667 10c2.104 0 3.81-1.865 3.81-4.167 0-2.301-1.706-4.166-3.81-4.166s-3.81 1.865-3.81 4.166C2.857 8.135 4.562 10 6.667 10Zm2.666 1.042h-.497c-.66.332-1.396.52-2.17.52a4.825 4.825 0 0 1-2.169-.52H4c-2.208 0-4 1.96-4 4.375v1.354c0 .863.64 1.562 1.429 1.562h10.476c.789 0 1.428-.7 1.428-1.562v-1.354c0-2.416-1.791-4.375-4-4.375Z",
4105
- fill: "currentColor"
4093
+ fill: "currentColor",
4094
+ d: "M19.77 9.063h-2.52V6.483a.232.232 0 0 0-.23-.234h-.458a.232.232 0 0 0-.229.234v2.579h-2.52a.232.232 0 0 0-.23.234v.469c0 .129.103.234.23.234h2.52v2.578c0 .129.103.235.23.235h.457c.127 0 .23-.106.23-.235V10h2.52c.127 0 .23-.105.23-.234v-.47a.232.232 0 0 0-.23-.233ZM6.667 10c2.104 0 3.81-1.865 3.81-4.167 0-2.301-1.706-4.166-3.81-4.166s-3.81 1.865-3.81 4.166C2.857 8.135 4.562 10 6.667 10Zm2.666 1.042h-.497c-.66.332-1.396.52-2.17.52a4.825 4.825 0 0 1-2.169-.52H4c-2.208 0-4 1.96-4 4.375v1.354c0 .863.64 1.562 1.429 1.562h10.476c.789 0 1.428-.7 1.428-1.562v-1.354c0-2.416-1.791-4.375-4-4.375Z"
4106
4095
  }));
4107
4096
  });
4108
4097
  IconUserPlus.displayName = 'IconUserPlus';
@@ -4114,15 +4103,15 @@ var IconUserSearch = React.forwardRef(function (_ref, ref) {
4114
4103
  props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
4115
4104
 
4116
4105
  return React__default.createElement("svg", Object.assign({
4117
- viewBox: "0 0 20 20",
4118
- fill: "none",
4119
4106
  xmlns: "http://www.w3.org/2000/svg",
4107
+ fill: "none",
4108
+ viewBox: "0 0 20 20",
4120
4109
  style: getIconStyles(props),
4121
4110
  "data-testid": testId,
4122
4111
  ref: ref
4123
4112
  }, props), React__default.createElement("g", {
4124
- clipPath: "url(#icon-user-search_svg__a)",
4125
- fill: "currentColor"
4113
+ fill: "currentColor",
4114
+ clipPath: "url(#icon-user-search_svg__a)"
4126
4115
  }, React__default.createElement("path", {
4127
4116
  d: "M7.838 9.163a4.48 4.48 0 0 0 4.479-4.482 4.48 4.48 0 1 0-8.958 0 4.48 4.48 0 0 0 4.479 4.482Zm0-7.843a3.365 3.365 0 0 1 3.359 3.361 3.365 3.365 0 0 1-3.36 3.361 3.365 3.365 0 0 1-3.358-3.36A3.365 3.365 0 0 1 7.838 1.32ZM19.933 18.928l-2.307-2.308a.225.225 0 0 0-.161-.067h-.251a3.953 3.953 0 1 0-6.943-2.586 3.953 3.953 0 0 0 6.536 2.993v.251c0 .06.025.118.067.162l2.306 2.308c.09.09.234.09.324 0l.429-.43a.228.228 0 0 0 0-.323Zm-5.71-1.919a3.04 3.04 0 0 1-3.04-3.042 3.04 3.04 0 1 1 6.08 0 3.04 3.04 0 0 1-3.04 3.042Z"
4128
4117
  }), React__default.createElement("path", {
@@ -4143,17 +4132,17 @@ var IconUserSlash = React.forwardRef(function (_ref, ref) {
4143
4132
  props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
4144
4133
 
4145
4134
  return React__default.createElement("svg", Object.assign({
4146
- viewBox: "0 0 20 20",
4147
- fill: "none",
4148
4135
  xmlns: "http://www.w3.org/2000/svg",
4136
+ fill: "none",
4137
+ viewBox: "0 0 20 20",
4149
4138
  style: getIconStyles(props),
4150
4139
  "data-testid": testId,
4151
4140
  ref: ref
4152
4141
  }, props), React__default.createElement("g", {
4153
4142
  clipPath: "url(#icon-user-slash_svg__a)"
4154
4143
  }, React__default.createElement("path", {
4155
- d: "M19.907 17.442.718 1.708a.242.242 0 0 0-.35.04l-.313.406a.27.27 0 0 0 .038.368L19.282 18.26a.242.242 0 0 0 .35-.04l.313-.406a.274.274 0 0 0-.038-.371ZM10 2.692c1.931 0 3.5 1.633 3.5 3.645 0 1.132-.51 2.135-1.29 2.805l.8.658a4.749 4.749 0 0 0 1.49-3.463c0-2.588-2.015-4.687-4.5-4.687-1.706 0-3.169 1-3.935 2.454l.794.65C7.428 3.539 8.616 2.692 10 2.692Zm-7 14.58v-1.04c0-1.723 1.346-3.125 3-3.125h1.15c.7 0 1.26.52 2.85.52.366 0 .728-.036 1.088-.1l-1.154-.948c-1.443-.02-1.853-.514-2.787-.514H6c-2.21 0-4 1.865-4 4.166v1.042c0 .576.446 1.041 1 1.041h13.925l-1.268-1.041H2.999Z",
4156
- fill: "currentColor"
4144
+ fill: "currentColor",
4145
+ d: "M19.907 17.442.718 1.708a.242.242 0 0 0-.35.04l-.313.406a.27.27 0 0 0 .038.368L19.282 18.26a.242.242 0 0 0 .35-.04l.313-.406a.274.274 0 0 0-.038-.371ZM10 2.692c1.931 0 3.5 1.633 3.5 3.645 0 1.132-.51 2.135-1.29 2.805l.8.658a4.749 4.749 0 0 0 1.49-3.463c0-2.588-2.015-4.687-4.5-4.687-1.706 0-3.169 1-3.935 2.454l.794.65C7.428 3.539 8.616 2.692 10 2.692Zm-7 14.58v-1.04c0-1.723 1.346-3.125 3-3.125h1.15c.7 0 1.26.52 2.85.52.366 0 .728-.036 1.088-.1l-1.154-.948c-1.443-.02-1.853-.514-2.787-.514H6c-2.21 0-4 1.865-4 4.166v1.042c0 .576.446 1.041 1 1.041h13.925l-1.268-1.041H2.999Z"
4157
4146
  })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
4158
4147
  id: "icon-user-slash_svg__a"
4159
4148
  }, React__default.createElement("path", {
@@ -4170,15 +4159,15 @@ var IconUserSolid = React.forwardRef(function (_ref, ref) {
4170
4159
  props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
4171
4160
 
4172
4161
  return React__default.createElement("svg", Object.assign({
4173
- viewBox: "0 0 20 20",
4174
- fill: "none",
4175
4162
  xmlns: "http://www.w3.org/2000/svg",
4163
+ fill: "none",
4164
+ viewBox: "0 0 20 20",
4176
4165
  style: getIconStyles(props),
4177
4166
  "data-testid": testId,
4178
4167
  ref: ref
4179
4168
  }, props), React__default.createElement("path", {
4180
- d: "M10 10c2.63 0 4.762-2.238 4.762-5S12.63 0 10 0C7.37 0 5.238 2.238 5.238 5S7.37 10 10 10Zm3.334 1.25h-.622a6.226 6.226 0 0 1-2.712.625 6.238 6.238 0 0 1-2.712-.625h-.621c-2.76 0-5 2.352-5 5.25v1.625c0 1.035.8 1.875 1.786 1.875h13.095c.986 0 1.786-.84 1.786-1.875V16.5c0-2.898-2.24-5.25-5-5.25Z",
4181
- fill: "currentColor"
4169
+ fill: "currentColor",
4170
+ d: "M10 10c2.63 0 4.762-2.238 4.762-5S12.63 0 10 0C7.37 0 5.238 2.238 5.238 5S7.37 10 10 10Zm3.334 1.25h-.622a6.226 6.226 0 0 1-2.712.625 6.238 6.238 0 0 1-2.712-.625h-.621c-2.76 0-5 2.352-5 5.25v1.625c0 1.035.8 1.875 1.786 1.875h13.095c.986 0 1.786-.84 1.786-1.875V16.5c0-2.898-2.24-5.25-5-5.25Z"
4182
4171
  }));
4183
4172
  });
4184
4173
  IconUserSolid.displayName = 'IconUserSolid';
@@ -4190,17 +4179,17 @@ var IconUserTag = React.forwardRef(function (_ref, ref) {
4190
4179
  props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
4191
4180
 
4192
4181
  return React__default.createElement("svg", Object.assign({
4193
- viewBox: "0 0 20 20",
4194
- fill: "none",
4195
4182
  xmlns: "http://www.w3.org/2000/svg",
4183
+ fill: "none",
4184
+ viewBox: "0 0 20 20",
4196
4185
  style: getIconStyles(props),
4197
4186
  "data-testid": testId,
4198
4187
  ref: ref
4199
4188
  }, props), React__default.createElement("path", {
4189
+ fill: "currentColor",
4200
4190
  fillRule: "evenodd",
4201
- clipRule: "evenodd",
4202
4191
  d: "M14.18 2c1.363 0 2.467 1.128 2.467 2.519v2.833l3.131 2.664a.638.638 0 0 1 0 .968l-3.13 2.664v2.833c0 1.391-1.105 2.519-2.467 2.519H2.466C1.104 19 0 17.872 0 16.481V4.52C0 3.128 1.104 2 2.466 2h11.715Zm-3.082 5.667c0 1.39-1.104 2.518-2.466 2.518S6.166 9.058 6.166 7.667c0-1.391 1.104-2.519 2.466-2.519s2.466 1.128 2.466 2.519Zm-1.38 3.276c.21-.068.398-.128.64-.128 1.43 0 2.59 1.184 2.59 2.644v.819a.935.935 0 0 1-.925.944H5.241a.935.935 0 0 1-.925-.944v-.819c0-1.46 1.16-2.644 2.59-2.644.243 0 .43.06.64.128.27.088.577.187 1.086.187.51 0 .817-.1 1.086-.187Z",
4203
- fill: "currentColor"
4192
+ clipRule: "evenodd"
4204
4193
  }));
4205
4194
  });
4206
4195
  IconUserTag.displayName = 'IconUserTag';
@@ -4212,15 +4201,15 @@ var IconUserTie = React.forwardRef(function (_ref, ref) {
4212
4201
  props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
4213
4202
 
4214
4203
  return React__default.createElement("svg", Object.assign({
4215
- viewBox: "0 0 20 20",
4216
- fill: "none",
4217
4204
  xmlns: "http://www.w3.org/2000/svg",
4205
+ fill: "none",
4206
+ viewBox: "0 0 20 20",
4218
4207
  style: getIconStyles(props),
4219
4208
  "data-testid": testId,
4220
4209
  ref: ref
4221
4210
  }, props), React__default.createElement("path", {
4222
- d: "M10 10a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm3.742 1.273-1.867 7.477-1.25-5.313 1.25-2.187h-3.75l1.25 2.188-1.25 5.312-1.867-7.477c-2.785.133-5.008 2.41-5.008 5.227v1.625C1.25 19.16 2.09 20 3.125 20h13.75c1.035 0 1.875-.84 1.875-1.875V16.5c0-2.816-2.223-5.094-5.008-5.227Z",
4223
- fill: "currentColor"
4211
+ fill: "currentColor",
4212
+ d: "M10 10a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm3.742 1.273-1.867 7.477-1.25-5.313 1.25-2.187h-3.75l1.25 2.188-1.25 5.312-1.867-7.477c-2.785.133-5.008 2.41-5.008 5.227v1.625C1.25 19.16 2.09 20 3.125 20h13.75c1.035 0 1.875-.84 1.875-1.875V16.5c0-2.816-2.223-5.094-5.008-5.227Z"
4224
4213
  }));
4225
4214
  });
4226
4215
  IconUserTie.displayName = 'IconUserTie';
@@ -4232,15 +4221,15 @@ var IconUsers = React.forwardRef(function (_ref, ref) {
4232
4221
  props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
4233
4222
 
4234
4223
  return React__default.createElement("svg", Object.assign({
4235
- viewBox: "0 0 20 20",
4236
- fill: "none",
4237
4224
  xmlns: "http://www.w3.org/2000/svg",
4225
+ fill: "none",
4226
+ viewBox: "0 0 20 20",
4238
4227
  style: getIconStyles(props),
4239
4228
  "data-testid": testId,
4240
4229
  ref: ref
4241
4230
  }, props), React__default.createElement("path", {
4242
- d: "M17 9a2.5 2.5 0 1 0 .001-4.999A2.5 2.5 0 0 0 17 9Zm0-4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm-7 5c1.934 0 3.5-1.566 3.5-3.5S11.934 3 10 3a3.498 3.498 0 0 0-3.5 3.5C6.5 8.434 8.066 10 10 10Zm0-6c1.378 0 2.5 1.122 2.5 2.5S11.378 9 10 9a2.503 2.503 0 0 1-2.5-2.5C7.5 5.122 8.622 4 10 4Zm7.625 6h-1.25c-.475 0-.916.15-1.284.403.293.2.559.434.793.7.154-.066.32-.103.491-.103h1.25c.756 0 1.375.672 1.375 1.5 0 .275.225.5.5.5s.5-.225.5-.5c0-1.378-1.066-2.5-2.375-2.5ZM3 9a2.5 2.5 0 1 0 .001-4.999A2.5 2.5 0 0 0 3 9Zm0-4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm9.503 5.625C11.46 10.625 11.2 11 10 11c-1.2 0-1.46-.375-2.503-.375-1.135 0-2.238.506-2.885 1.466A3.581 3.581 0 0 0 4 14.1v1.4A1.5 1.5 0 0 0 5.5 17h9a1.5 1.5 0 0 0 1.5-1.5v-1.4c0-.744-.225-1.434-.613-2.01-.646-.959-1.75-1.465-2.884-1.465ZM15 15.5c0 .275-.225.5-.5.5h-9a.501.501 0 0 1-.5-.5v-1.4c0-.519.153-1.022.44-1.45.432-.64 1.2-1.025 2.054-1.025.856 0 1.162.375 2.506.375 1.344 0 1.65-.375 2.503-.375.853 0 1.622.384 2.053 1.025.288.428.44.931.44 1.45v1.4H15ZM4.91 10.403A2.276 2.276 0 0 0 3.624 10h-1.25C1.065 10 0 11.122 0 12.5c0 .275.225.5.5.5s.5-.225.5-.5c0-.828.619-1.5 1.375-1.5h1.25c.172 0 .337.037.49.103.235-.265.504-.5.794-.7Z",
4243
- fill: "currentColor"
4231
+ fill: "currentColor",
4232
+ d: "M17 9a2.5 2.5 0 1 0 .001-4.999A2.5 2.5 0 0 0 17 9Zm0-4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm-7 5c1.934 0 3.5-1.566 3.5-3.5S11.934 3 10 3a3.498 3.498 0 0 0-3.5 3.5C6.5 8.434 8.066 10 10 10Zm0-6c1.378 0 2.5 1.122 2.5 2.5S11.378 9 10 9a2.503 2.503 0 0 1-2.5-2.5C7.5 5.122 8.622 4 10 4Zm7.625 6h-1.25c-.475 0-.916.15-1.284.403.293.2.559.434.793.7.154-.066.32-.103.491-.103h1.25c.756 0 1.375.672 1.375 1.5 0 .275.225.5.5.5s.5-.225.5-.5c0-1.378-1.066-2.5-2.375-2.5ZM3 9a2.5 2.5 0 1 0 .001-4.999A2.5 2.5 0 0 0 3 9Zm0-4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm9.503 5.625C11.46 10.625 11.2 11 10 11c-1.2 0-1.46-.375-2.503-.375-1.135 0-2.238.506-2.885 1.466A3.581 3.581 0 0 0 4 14.1v1.4A1.5 1.5 0 0 0 5.5 17h9a1.5 1.5 0 0 0 1.5-1.5v-1.4c0-.744-.225-1.434-.613-2.01-.646-.959-1.75-1.465-2.884-1.465ZM15 15.5c0 .275-.225.5-.5.5h-9a.501.501 0 0 1-.5-.5v-1.4c0-.519.153-1.022.44-1.45.432-.64 1.2-1.025 2.054-1.025.856 0 1.162.375 2.506.375 1.344 0 1.65-.375 2.503-.375.853 0 1.622.384 2.053 1.025.288.428.44.931.44 1.45v1.4H15ZM4.91 10.403A2.276 2.276 0 0 0 3.624 10h-1.25C1.065 10 0 11.122 0 12.5c0 .275.225.5.5.5s.5-.225.5-.5c0-.828.619-1.5 1.375-1.5h1.25c.172 0 .337.037.49.103.235-.265.504-.5.794-.7Z"
4244
4233
  }));
4245
4234
  });
4246
4235
  IconUsers.displayName = 'IconUsers';
@@ -4252,15 +4241,15 @@ var IconVideo = React.forwardRef(function (_ref, ref) {
4252
4241
  props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
4253
4242
 
4254
4243
  return React__default.createElement("svg", Object.assign({
4255
- viewBox: "0 0 20 20",
4256
- fill: "none",
4257
4244
  xmlns: "http://www.w3.org/2000/svg",
4245
+ fill: "none",
4246
+ viewBox: "0 0 20 20",
4258
4247
  style: getIconStyles(props),
4259
4248
  "data-testid": testId,
4260
4249
  ref: ref
4261
4250
  }, props), React__default.createElement("path", {
4262
- d: "M18.885 4.555c-.215 0-.434.063-.632.198L14.444 7.18V5.104c0-.917-.805-1.66-1.798-1.66H1.799C.806 3.444 0 4.187 0 5.104v10.014c0 .917.806 1.66 1.799 1.66h10.847c.993 0 1.798-.743 1.798-1.66v-2.076l3.806 2.427c.198.139.42.198.632.198.576 0 1.114-.452 1.114-1.094V5.649c.004-.642-.534-1.094-1.11-1.094Zm-5.552 10.563c0 .299-.316.549-.687.549H1.799c-.372 0-.688-.25-.688-.55V5.105c0-.299.316-.549.688-.549h10.847c.371 0 .687.25.687.55v10.013Zm5.556-.545-.042-.045-4.403-2.806V8.496l4.445-2.83v8.907Z",
4263
- fill: "currentColor"
4251
+ fill: "currentColor",
4252
+ d: "M18.885 4.555c-.215 0-.434.063-.632.198L14.444 7.18V5.104c0-.917-.805-1.66-1.798-1.66H1.799C.806 3.444 0 4.187 0 5.104v10.014c0 .917.806 1.66 1.799 1.66h10.847c.993 0 1.798-.743 1.798-1.66v-2.076l3.806 2.427c.198.139.42.198.632.198.576 0 1.114-.452 1.114-1.094V5.649c.004-.642-.534-1.094-1.11-1.094Zm-5.552 10.563c0 .299-.316.549-.687.549H1.799c-.372 0-.688-.25-.688-.55V5.105c0-.299.316-.549.688-.549h10.847c.371 0 .687.25.687.55v10.013Zm5.556-.545-.042-.045-4.403-2.806V8.496l4.445-2.83v8.907Z"
4264
4253
  }));
4265
4254
  });
4266
4255
  IconVideo.displayName = 'IconVideo';
@@ -4272,15 +4261,15 @@ var IconVolumeMute = React.forwardRef(function (_ref, ref) {
4272
4261
  props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
4273
4262
 
4274
4263
  return React__default.createElement("svg", Object.assign({
4275
- viewBox: "0 0 20 20",
4276
- fill: "none",
4277
4264
  xmlns: "http://www.w3.org/2000/svg",
4265
+ fill: "none",
4266
+ viewBox: "0 0 20 20",
4278
4267
  style: getIconStyles(props),
4279
4268
  "data-testid": testId,
4280
4269
  ref: ref
4281
4270
  }, props), React__default.createElement("path", {
4282
- d: "m17.759 10 2.15-2.15a.313.313 0 0 0 0-.442l-.442-.441a.313.313 0 0 0-.442 0l-2.15 2.149-2.15-2.15a.313.313 0 0 0-.441 0l-.442.442a.313.313 0 0 0 0 .442L15.99 10l-2.15 2.15a.313.313 0 0 0 0 .441l.442.442c.122.122.32.122.442 0l2.15-2.15 2.15 2.15c.122.122.32.122.441 0l.442-.441a.313.313 0 0 0 0-.442L17.76 10ZM9.055 2.5a.916.916 0 0 0-.655.275L4.924 6.25H.937A.937.937 0 0 0 0 7.187v5.625c0 .518.42.938.938.938h3.986L8.4 17.224a.936.936 0 0 0 1.6-.663V3.438a.936.936 0 0 0-.945-.938ZM8.75 15.807l-2.942-2.941-.366-.366H1.25v-5h4.192l.366-.366L8.75 4.192v11.615Z",
4283
- fill: "currentColor"
4271
+ fill: "currentColor",
4272
+ d: "m17.759 10 2.15-2.15a.313.313 0 0 0 0-.442l-.442-.441a.313.313 0 0 0-.442 0l-2.15 2.149-2.15-2.15a.313.313 0 0 0-.441 0l-.442.442a.313.313 0 0 0 0 .442L15.99 10l-2.15 2.15a.313.313 0 0 0 0 .441l.442.442c.122.122.32.122.442 0l2.15-2.15 2.15 2.15c.122.122.32.122.441 0l.442-.441a.313.313 0 0 0 0-.442L17.76 10ZM9.055 2.5a.916.916 0 0 0-.655.275L4.924 6.25H.937A.937.937 0 0 0 0 7.187v5.625c0 .518.42.938.938.938h3.986L8.4 17.224a.936.936 0 0 0 1.6-.663V3.438a.936.936 0 0 0-.945-.938ZM8.75 15.807l-2.942-2.941-.366-.366H1.25v-5h4.192l.366-.366L8.75 4.192v11.615Z"
4284
4273
  }));
4285
4274
  });
4286
4275
  IconVolumeMute.displayName = 'IconVolumeMute';
@@ -4292,15 +4281,15 @@ var IconVolume = React.forwardRef(function (_ref, ref) {
4292
4281
  props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
4293
4282
 
4294
4283
  return React__default.createElement("svg", Object.assign({
4295
- viewBox: "0 0 20 20",
4296
- fill: "none",
4297
4284
  xmlns: "http://www.w3.org/2000/svg",
4285
+ fill: "none",
4286
+ viewBox: "0 0 20 20",
4298
4287
  style: getIconStyles(props),
4299
4288
  "data-testid": testId,
4300
4289
  ref: ref
4301
4290
  }, props), React__default.createElement("path", {
4302
- d: "M13.995 7.561a.625.625 0 1 0-.54 1.127c.552.265.895.767.895 1.312 0 .544-.343 1.047-.895 1.312a.625.625 0 0 0 .54 1.126c.99-.474 1.605-1.408 1.605-2.438 0-1.03-.616-1.964-1.605-2.439ZM9.655 2.5a.916.916 0 0 0-.656.275L5.524 6.25H1.537a.937.937 0 0 0-.937.938v5.625c0 .517.42.937.937.937h3.987l3.475 3.475a.936.936 0 0 0 1.6-.663V3.438a.936.936 0 0 0-.944-.938ZM9.35 15.807 6.04 12.5H1.85v-5H6.04L9.35 4.193v11.614Zm10-5.807c0-2.583-1.33-4.946-3.47-6.167a.635.635 0 0 0-.86.23c-.174.3-.07.681.232.854 1.75.998 2.837 2.945 2.837 5.083 0 2.137-1.088 4.085-2.837 5.082a.623.623 0 0 0-.232.854c.168.289.549.408.86.23 2.14-1.22 3.47-3.583 3.47-6.166Z",
4303
- fill: "currentColor"
4291
+ fill: "currentColor",
4292
+ d: "M13.995 7.561a.625.625 0 1 0-.54 1.127c.552.265.895.767.895 1.312 0 .544-.343 1.047-.895 1.312a.625.625 0 0 0 .54 1.126c.99-.474 1.605-1.408 1.605-2.438 0-1.03-.616-1.964-1.605-2.439ZM9.655 2.5a.916.916 0 0 0-.656.275L5.524 6.25H1.537a.937.937 0 0 0-.937.938v5.625c0 .517.42.937.937.937h3.987l3.475 3.475a.936.936 0 0 0 1.6-.663V3.438a.936.936 0 0 0-.944-.938ZM9.35 15.807 6.04 12.5H1.85v-5H6.04L9.35 4.193v11.614Zm10-5.807c0-2.583-1.33-4.946-3.47-6.167a.635.635 0 0 0-.86.23c-.174.3-.07.681.232.854 1.75.998 2.837 2.945 2.837 5.083 0 2.137-1.088 4.085-2.837 5.082a.623.623 0 0 0-.232.854c.168.289.549.408.86.23 2.14-1.22 3.47-3.583 3.47-6.166Z"
4304
4293
  }));
4305
4294
  });
4306
4295
  IconVolume.displayName = 'IconVolume';
@@ -4312,15 +4301,15 @@ var IconWrench = React.forwardRef(function (_ref, ref) {
4312
4301
  props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
4313
4302
 
4314
4303
  return React__default.createElement("svg", Object.assign({
4315
- viewBox: "0 0 20 20",
4316
- fill: "none",
4317
4304
  xmlns: "http://www.w3.org/2000/svg",
4305
+ fill: "none",
4306
+ viewBox: "0 0 20 20",
4318
4307
  style: getIconStyles(props),
4319
4308
  "data-testid": testId,
4320
4309
  ref: ref
4321
4310
  }, props), React__default.createElement("path", {
4322
- d: "M19.002 4.933a.974.974 0 0 0-1.636-.452l-2.287 2.287-1.585-.264-.264-1.584 2.287-2.287A.976.976 0 0 0 15.06.995 5.376 5.376 0 0 0 9.933 2.42C8.578 3.776 8.063 5.732 8.55 7.6l-6.922 6.922a2.726 2.726 0 0 0 0 3.847 2.704 2.704 0 0 0 1.924.798 2.7 2.7 0 0 0 1.924-.798l6.915-6.914a5.364 5.364 0 0 0 5.188-1.39 5.366 5.366 0 0 0 1.423-5.132ZM16.77 9.255c-1.14 1.139-2.808 1.526-4.36 1.01l-.336-.112-7.407 7.407c-.596.595-1.633.595-2.228 0a1.579 1.579 0 0 1 0-2.228L9.85 7.921l-.11-.335c-.513-1.556-.128-3.225 1.003-4.356a4.225 4.225 0 0 1 3.743-1.186l-2.482 2.483.494 2.973 2.975.495 2.48-2.483a4.225 4.225 0 0 1-1.184 3.743ZM3.698 15.729a.573.573 0 1 0 0 1.146.573.573 0 0 0 0-1.146Z",
4323
- fill: "currentColor"
4311
+ fill: "currentColor",
4312
+ d: "M19.002 4.933a.974.974 0 0 0-1.636-.452l-2.287 2.287-1.585-.264-.264-1.584 2.287-2.287A.976.976 0 0 0 15.06.995 5.376 5.376 0 0 0 9.933 2.42C8.578 3.776 8.063 5.732 8.55 7.6l-6.922 6.922a2.726 2.726 0 0 0 0 3.847 2.704 2.704 0 0 0 1.924.798 2.7 2.7 0 0 0 1.924-.798l6.915-6.914a5.364 5.364 0 0 0 5.188-1.39 5.366 5.366 0 0 0 1.423-5.132ZM16.77 9.255c-1.14 1.139-2.808 1.526-4.36 1.01l-.336-.112-7.407 7.407c-.596.595-1.633.595-2.228 0a1.579 1.579 0 0 1 0-2.228L9.85 7.921l-.11-.335c-.513-1.556-.128-3.225 1.003-4.356a4.225 4.225 0 0 1 3.743-1.186l-2.482 2.483.494 2.973 2.975.495 2.48-2.483a4.225 4.225 0 0 1-1.184 3.743ZM3.698 15.729a.573.573 0 1 0 0 1.146.573.573 0 0 0 0-1.146Z"
4324
4313
  }));
4325
4314
  });
4326
4315
  IconWrench.displayName = 'IconWrench';