qlu-20-ui-library 1.1.21 → 1.1.22
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.
|
@@ -5,5 +5,5 @@ interface CircularIconProps {
|
|
|
5
5
|
className?: string;
|
|
6
6
|
altImage?: string;
|
|
7
7
|
}
|
|
8
|
-
declare const CircularIcon: ({ iconPath, iconSize, className
|
|
8
|
+
declare const CircularIcon: ({ iconPath, iconSize, className }: CircularIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
export default CircularIcon;
|
package/dist/library.es.js
CHANGED
|
@@ -665,17 +665,14 @@ Check the top-level render call using <` + H1 + ">.");
|
|
|
665
665
|
}
|
|
666
666
|
process.env.NODE_ENV === "production" ? z5.exports = q6() : z5.exports = Y6();
|
|
667
667
|
var l = z5.exports;
|
|
668
|
-
const f3 = ({ iconPath: t = "", iconSize: n = "24", className: a
|
|
668
|
+
const f3 = ({ iconPath: t = "", iconSize: n = "24", className: a }) => /* @__PURE__ */ l.jsx(
|
|
669
669
|
"img",
|
|
670
670
|
{
|
|
671
671
|
className: `circularIcon ${a ? ` ${a}` : ""}`,
|
|
672
672
|
width: n,
|
|
673
673
|
height: n,
|
|
674
674
|
src: t,
|
|
675
|
-
alt: ""
|
|
676
|
-
onError: ({ currentTarget: o }) => {
|
|
677
|
-
o.onerror = null, o.src = r;
|
|
678
|
-
}
|
|
675
|
+
alt: ""
|
|
679
676
|
}
|
|
680
677
|
);
|
|
681
678
|
function Q9(t) {
|
package/dist/library.umd.js
CHANGED
|
@@ -27,7 +27,7 @@ Check the render method of \``+A+"`."}return""}}function F3(A){{if(A!==void 0){v
|
|
|
27
27
|
|
|
28
28
|
Check your code at `+u1+":"+H1+"."}return""}}var f3={};function H3(A){{var u1=p3();if(!u1){var H1=typeof A=="string"?A:A.displayName||A.name;H1&&(u1=`
|
|
29
29
|
|
|
30
|
-
Check the top-level render call using <`+H1+">.")}return u1}}function b3(A,u1){{if(!A._store||A._store.validated||A.key!=null)return;A._store.validated=!0;var H1=H3(u1);if(f3[H1])return;f3[H1]=!0;var a2="";A&&A._owner&&A._owner!==J2.current&&(a2=" It was passed a child from "+C1(A._owner.type)+"."),H2(A),v1('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',H1,a2),H2(null)}}function G3(A,u1){{if(typeof A!="object")return;if(Array.isArray(A))for(var H1=0;H1<A.length;H1++){var a2=A[H1];a3(a2)&&b3(a2,u1)}else if(a3(A))A._store&&(A._store.validated=!0);else if(A){var j2=s1(A);if(typeof j2=="function"&&j2!==A.entries)for(var L2=j2.call(A),y2;!(y2=L2.next()).done;)a3(y2.value)&&b3(y2.value,u1)}}}function S3(A){{var u1=A.type;if(u1==null||typeof u1=="string")return;var H1;if(typeof u1=="function")H1=u1.propTypes;else if(typeof u1=="object"&&(u1.$$typeof===p||u1.$$typeof===P))H1=u1.propTypes;else return;if(H1){var a2=C1(u1);e3(H1,A.props,"prop",a2,A)}else if(u1.PropTypes!==void 0&&!P2){P2=!0;var j2=C1(u1);v1("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",j2||"Unknown")}typeof u1.getDefaultProps=="function"&&!u1.getDefaultProps.isReactClassApproved&&v1("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function n8(A){{for(var u1=Object.keys(A.props),H1=0;H1<u1.length;H1++){var a2=u1[H1];if(a2!=="children"&&a2!=="key"){H2(A),v1("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",a2),H2(null);break}}A.ref!==null&&(H2(A),v1("Invalid attribute `ref` supplied to `React.Fragment`."),H2(null))}}function r8(A,u1,H1,a2,j2,L2){{var y2=W1(A);if(!y2){var b2="";(A===void 0||typeof A=="object"&&A!==null&&Object.keys(A).length===0)&&(b2+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var t3=F3(j2);t3?b2+=t3:b2+=p3();var q2;A===null?q2="null":Array.isArray(A)?q2="array":A!==void 0&&A.$$typeof===a?(q2="<"+(C1(A.type)||"Unknown")+" />",b2=" Did you accidentally export a JSX literal instead of a component?"):q2=typeof A,v1("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",q2,b2)}var Y2=k2(A,u1,H1,j2,L2);if(Y2==null)return Y2;if(y2){var m3=u1.children;if(m3!==void 0)if(a2)if(Array.isArray(m3)){for(var E3=0;E3<m3.length;E3++)G3(m3[E3],A);Object.freeze&&Object.freeze(m3)}else v1("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else G3(m3,A)}return A===t.Fragment?n8(Y2):S3(Y2),Y2}}function l8(A,u1,H1){return r8(A,u1,H1,!0)}function O3(A,u1,H1){return r8(A,u1,H1,!1)}var a8=O3,o8=l8;t.jsx=a8,t.jsxs=o8}()}(V0)),V0}process.env.NODE_ENV==="production"?L0.exports=g6():L0.exports=y6();var l=L0.exports;const ys="",ws="",u3=({iconPath:t="",iconSize:n="24",className:r,altImage:a})=>l.jsx("img",{className:`circularIcon ${r?` ${r}`:""}`,width:n,height:n,src:t,alt:"",onError:({currentTarget:i})=>{i.onerror=null,i.src=a}});function E5(t){var n,r,a="";if(typeof t=="string"||typeof t=="number")a+=t;else if(typeof t=="object")if(Array.isArray(t))for(n=0;n<t.length;n++)t[n]&&(r=E5(t[n]))&&(a&&(a+=" "),a+=r);else for(n in t)t[n]&&(a&&(a+=" "),a+=n);return a}function z2(){for(var t,n,r=0,a="";r<arguments.length;)(t=arguments[r++])&&(n=E5(t))&&(a&&(a+=" "),a+=n);return a}const xs="",w6=({width:t="12",height:n="12"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M11.997 17.5023C11.7219 17.5023 11.4968 17.7274 11.4998 18.0025C11.4998 18.2776 11.7249 18.5027 12 18.5027C12.2751 18.5027 12.5002 18.2776 12.5002 18.0025C12.5002 17.7274 12.2751 17.5023 11.997 17.5023",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M11.997 11.4998C11.7219 11.4998 11.4968 11.7249 11.4998 12C11.4998 12.2751 11.7249 12.5002 12 12.5002C12.2751 12.5002 12.5002 12.2751 12.5002 12C12.5002 11.7249 12.2751 11.4998 11.997 11.4998",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M11.997 5.49731C11.7219 5.49731 11.4968 5.72241 11.4998 5.99752C11.4998 6.27264 11.7249 6.49773 12 6.49773C12.2751 6.49773 12.5002 6.27264 12.5002 5.99752C12.5002 5.72241 12.2751 5.49731 11.997 5.49731",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),x6=({width:t="12",height:n="12"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M7.5 3V6",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16.5 3V6",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M8.5 11.5H7.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M8.5 15H7.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12.5 11.5H11.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12.5 15H11.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16.5 11.5H15.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16.5 15H15.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("rect",{x:"3",y:"4.5",width:"18",height:"16.5",rx:"3",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),b6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("circle",{cx:"12",cy:"12",r:"9.00375",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M15.4554 13.1515L12 12V5.9975",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),E6=({className:t="",width:n="12",height:r="12"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.57411 3.07575C2.68663 2.96327 2.83921 2.90008 2.99831 2.90008C3.15741 2.90008 3.30999 2.96327 3.42251 3.07575L5.99831 5.65155L8.57411 3.07575C8.62946 3.01845 8.69566 2.97274 8.76887 2.94129C8.84207 2.90984 8.9208 2.89329 9.00047 2.8926C9.08014 2.89191 9.15914 2.90709 9.23288 2.93726C9.30662 2.96743 9.37361 3.01198 9.42995 3.06831C9.48628 3.12465 9.53083 3.19164 9.561 3.26538C9.59117 3.33912 9.60635 3.41812 9.60566 3.49779C9.60497 3.57746 9.58842 3.65619 9.55697 3.72939C9.52552 3.8026 9.47982 3.8688 9.42251 3.92415L6.84671 6.49995L9.42251 9.07575C9.5318 9.18891 9.59228 9.34047 9.59091 9.49779C9.58955 9.65511 9.52644 9.8056 9.4152 9.91684C9.30396 10.0281 9.15347 10.0912 8.99615 10.0926C8.83883 10.0939 8.68727 10.0334 8.57411 9.92415L5.99831 7.34835L3.42251 9.92415C3.30935 10.0334 3.15779 10.0939 3.00047 10.0926C2.84315 10.0912 2.69266 10.0281 2.58142 9.91684C2.47017 9.8056 2.40707 9.65511 2.4057 9.49779C2.40434 9.34047 2.46481 9.18891 2.57411 9.07575L5.14991 6.49995L2.57411 3.92415C2.46163 3.81163 2.39844 3.65905 2.39844 3.49995C2.39844 3.34085 2.46163 3.18827 2.57411 3.07575Z"})}),z6=({className:t="",width:n="24",height:r="24"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3V3C16.971 3 21 7.029 21 12V12C21 16.971 16.971 21 12 21V21C7.029 21 3 16.971 3 12V12C3 7.029 7.029 3 12 3Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12 12.5V7.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M11.999 16C11.861 16 11.749 16.112 11.75 16.25C11.75 16.388 11.862 16.5 12 16.5C12.138 16.5 12.25 16.388 12.25 16.25C12.25 16.112 12.138 16 11.999 16",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),F6=({className:t="",width:n="12",height:r="12"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M11.1117 0H0.885937C0.396094 0 0 0.386719 0 0.864844V11.1328C0 11.6109 0.396094 12 0.885937 12H11.1117C11.6016 12 12 11.6109 12 11.1352V0.864844C12 0.386719 11.6016 0 11.1117 0ZM3.56016 10.2258H1.77891V4.49766H3.56016V10.2258ZM2.66953 3.71719C2.09766 3.71719 1.63594 3.25547 1.63594 2.68594C1.63594 2.11641 2.09766 1.65469 2.66953 1.65469C3.23906 1.65469 3.70078 2.11641 3.70078 2.68594C3.70078 3.25312 3.23906 3.71719 2.66953 3.71719ZM10.2258 10.2258H8.44687V7.44141C8.44687 6.77812 8.43516 5.92266 7.52109 5.92266C6.59531 5.92266 6.45469 6.64687 6.45469 7.39453V10.2258H4.67813V4.49766H6.38437V5.28047H6.40781C6.64453 4.83047 7.22578 4.35469 8.09063 4.35469C9.89297 4.35469 10.2258 5.54063 10.2258 7.08281V10.2258Z",fill:"#727272"})}),k6=({className:t="",width:n="24",height:r="24"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M12 12H6H12Z"}),l.jsx("path",{d:"M12 6V12M12 12V18M12 12H18M12 12H6",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),C6=({className:t="",width:n="18",height:r="18"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M10.8829 12H5.38971",fillRule:"evenodd",clipRule:"evenodd",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5.24007 3.62665L19.8382 10.9239C20.2459 11.1276 20.5035 11.5442 20.5035 12C20.5035 12.4558 20.2459 12.8724 19.8382 13.0761L5.24007 20.3733C4.81706 20.5849 4.30934 20.5291 3.94243 20.2306C3.57551 19.9322 3.41745 19.4464 3.53844 18.9892L5.38969 12L3.53844 5.01079C3.41745 4.55356 3.57551 4.06785 3.94243 3.7694C4.30934 3.47094 4.81706 3.41509 5.24007 3.62665Z",fillRule:"evenodd",clipRule:"evenodd",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),M6=({className:t="",width:n="12",height:r="12"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M14 10H18.764C19.1049 10 19.4401 10.0871 19.7378 10.2531C20.0355 10.4191 20.2859 10.6584 20.4651 10.9484C20.6444 11.2383 20.7465 11.5692 20.7619 11.9098C20.7773 12.2503 20.7054 12.5891 20.553 12.894L17.053 19.894C16.8869 20.2265 16.6314 20.5061 16.3152 20.7014C15.999 20.8968 15.6347 21.0002 15.263 21H11.246C11.083 21 10.92 20.98 10.761 20.94L7 20M14 10V5C14 4.46957 13.7893 3.96086 13.4142 3.58579C13.0391 3.21071 12.5304 3 12 3H11.905C11.405 3 11 3.405 11 3.905C11 4.619 10.789 5.317 10.392 5.911L7 11V20M14 10H12M7 20H5C4.46957 20 3.96086 19.7893 3.58579 19.4142C3.21071 19.0391 3 18.5304 3 18V12C3 11.4696 3.21071 10.9609 3.58579 10.5858C3.96086 10.2107 4.46957 10 5 10H7.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),S6=({className:t="",width:n="12",height:r="12"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M18 8L11 15L7 11",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),B6=({width:t="24",height:n="24"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.5429 21.0037H8.4571C7.2809 21.0037 6.30301 20.0982 6.21279 18.9254L5.24719 6.37265H18.7528L17.7872 18.9254C17.697 20.0982 16.7191 21.0037 15.5429 21.0037V21.0037Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M20.0033 6.37264H3.99664",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.18632 2.99625H14.8137C15.4352 2.99625 15.9391 3.50014 15.9391 4.12172V6.37265H8.06085V4.12172C8.06085 3.50014 8.56474 2.99625 9.18632 2.99625Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M13.9696 10.8745V16.5019",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10.0304 10.8745V16.5019",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),A6=({width:t="24",height:n="24",className:r=""})=>l.jsxs("svg",{className:r,width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.293 15.619L15.619 5.29299C16.009 4.90299 16.642 4.90299 17.032 5.29299L18.708 6.96899C19.098 7.35899 19.098 7.99199 18.708 8.38199L8.381 18.707C8.194 18.895 7.94 19 7.675 19H5V16.325C5 16.06 5.105 15.806 5.293 15.619Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M13.75 7.16L16.84 10.25",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),j6=({className:t="",width:n="24",height:r="24"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 18H18C19.657 18 21 16.657 21 15V7C21 5.343 19.657 4 18 4H6C4.343 4 3 5.343 3 7V15C3 16.657 4.343 18 6 18H7.5V21L12 18Z",stroke:"#FAFAFA",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),L6=({className:t="",width:n="32",height:r="32"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M21.9439 9.34865H12.0308C9.79113 9.34865 7.72123 11.1464 7.40759 13.364L6.52418 19.6102C6.21054 21.8279 7.77193 23.6256 10.0116 23.6256H15.8699C18.1085 23.6256 19.6699 25.4218 19.3582 27.638C19.2831 27.64 19.2079 27.641 19.1326 27.641H9.44374C4.96432 27.641 1.84154 24.0455 2.46883 19.6102L3.35223 13.364C3.97951 8.92876 8.11932 5.33325 12.5987 5.33325H22.5118C26.9913 5.33325 30.114 8.92876 29.4867 13.364L29.0858 16.1986C29.0835 16.2201 29.0808 16.2416 29.0777 16.2632L28.8884 17.6017C28.7316 18.7105 27.6967 19.6094 26.5768 19.6094C25.457 19.6094 24.6763 18.7105 24.8331 17.6017L25.4314 13.364C25.745 11.1464 24.1836 9.34865 21.9439 9.34865Z",fill:"#FF8D4E"}),l.jsx("path",{d:"M24.7644 27.6412C26.2576 27.6412 27.6375 26.4427 27.8466 24.9643C28.0557 23.4859 27.0148 22.2874 25.5216 22.2874C24.0285 22.2874 22.6485 23.4859 22.4394 24.9643C22.2304 26.4427 23.2713 27.6412 24.7644 27.6412Z",fill:"#FF8D4E"})]}),H6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M10.591 7.40901C11.4697 8.28769 11.4697 9.71231 10.591 10.591C9.71231 11.4697 8.28769 11.4697 7.40901 10.591C6.53033 9.71231 6.53033 8.28769 7.40901 7.40901C8.28769 6.53033 9.71231 6.53033 10.591 7.40901",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.135 14.0438V14.0438C12.5123 14.421 13.125 14.421 13.5023 14.0438L14.0438 13.5023C14.421 13.125 14.421 12.5123 14.0438 12.135V12.135C13.7573 11.8485 13.6732 11.4188 13.8307 11.0453C13.8472 11.0055 13.8638 10.9658 13.8795 10.9253C14.0168 10.5758 14.3572 10.3507 14.7322 10.3507H14.7825C15.3165 10.3507 15.7493 9.918 15.7493 9.384V8.61825C15.7493 8.08425 15.3165 7.6515 14.7825 7.6515H14.7322C14.3572 7.6515 14.0168 7.42575 13.8795 7.077C13.8638 7.0365 13.8472 6.99675 13.8307 6.957C13.6732 6.5835 13.7573 6.15375 14.0438 5.86725V5.86725C14.421 5.49 14.421 4.87725 14.0438 4.5L13.5023 3.9585C13.125 3.58125 12.5123 3.58125 12.135 3.9585V3.9585C11.8485 4.245 11.4188 4.329 11.0453 4.1715C11.0055 4.155 10.9658 4.1385 10.9253 4.12275C10.5758 3.98325 10.35 3.642 10.35 3.267V3.21675C10.35 2.68275 9.91725 2.25 9.38325 2.25H8.6175C8.08275 2.25 7.65 2.68275 7.65 3.21675V3.267C7.65 3.642 7.42425 3.9825 7.0755 4.11975C7.035 4.13625 6.99525 4.152 6.9555 4.16925C6.582 4.32675 6.15225 4.24275 5.86575 3.95625V3.95625C5.4885 3.579 4.87575 3.579 4.4985 3.95625L3.95625 4.49775C3.579 4.875 3.579 5.48775 3.95625 5.865V5.865C4.24275 6.1515 4.32675 6.58125 4.16925 6.95475C4.152 6.99525 4.13625 7.035 4.1205 7.0755C3.98325 7.42425 3.642 7.65 3.267 7.65H3.21675C2.68275 7.65 2.25 8.08275 2.25 8.61675V9.3825C2.25 9.91725 2.68275 10.35 3.21675 10.35H3.267C3.642 10.35 3.9825 10.5757 4.11975 10.9245C4.1355 10.965 4.152 11.0047 4.1685 11.0445C4.326 11.418 4.242 11.8477 3.9555 12.1342V12.1342C3.57825 12.5115 3.57825 13.1242 3.9555 13.5015L4.497 14.043C4.87425 14.4202 5.487 14.4202 5.86425 14.043V14.043C6.15075 13.7565 6.5805 13.6725 6.954 13.83C6.99375 13.8465 7.0335 13.863 7.074 13.8788C7.4235 14.016 7.6485 14.3565 7.6485 14.7315V14.7817C7.6485 15.3157 8.08125 15.7485 8.61525 15.7485H9.381C9.915 15.7485 10.3477 15.3157 10.3477 14.7817V14.7315C10.3477 14.3565 10.5735 14.016 10.9222 13.8788C10.9627 13.863 11.0025 13.8465 11.0422 13.83C11.418 13.6733 11.8478 13.7573 12.135 14.0438V14.0438Z",strokeLinecap:"round",strokeLinejoin:"round"})]}),P6=({className:t="",width:n="12",height:r="12"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.875 15V10.875C10.875 10.4608 10.5392 10.125 10.125 10.125H7.875C7.46079 10.125 7.125 10.4608 7.125 10.875V15C7.125 15.4142 6.78921 15.75 6.375 15.75H3.375C2.75368 15.75 2.25 15.2463 2.25 14.625V7.85613C2.25 7.39466 2.4624 6.95888 2.82589 6.67459L8.07589 2.56847C8.6188 2.14384 9.38122 2.14384 9.92413 2.56847L15.1741 6.67457C15.5376 6.95887 15.75 7.39465 15.75 7.85611V14.625C15.75 15.2463 15.2463 15.75 14.625 15.75H11.625C11.2108 15.75 10.875 15.4142 10.875 15Z",strokeLinecap:"round",strokeLinejoin:"round"})}),V6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.9828 14.931L15.0748 3.89104C15.2976 3.28954 14.7118 2.70454 14.1111 2.92729L3.06735 7.02229C2.3766 7.27879 2.4306 8.27329 3.14535 8.45254L8.27085 9.74029L9.5511 14.8523C9.7311 15.5678 10.7263 15.6225 10.9828 14.931V14.931Z",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M14.9025 3.09741L8.27246 9.74241",strokeLinecap:"round",strokeLinejoin:"round"})]}),T6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M15.7502 15.7499L12.9844 12.9841",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.25 8.53425C2.25 12.0049 5.06355 14.8185 8.53425 14.8185C12.0049 14.8185 14.8185 12.0049 14.8185 8.53425C14.8185 5.06355 12.0049 2.25 8.53425 2.25V2.25C5.06366 2.25026 2.25026 5.06366 2.25 8.53425",strokeLinecap:"round",strokeLinejoin:"round"})]}),_6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M12.2498 2.25H3.50025C2.8095 2.25 2.25 2.8095 2.25 3.50025V9.75",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10.125 15.75L11.3752 13.2502H14.5005C15.1905 13.2502 15.75 12.69 15.75 12V5.75025C15.75 5.0595 15.1905 4.5 14.4998 4.5H5.75025C5.0595 4.5 4.5 5.0595 4.5 5.75025V12C4.5 12.69 5.0595 13.2502 5.75025 13.2502H8.25",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M7.5 7.5H12.75",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M7.5 10.5H10.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),D6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.25 15.375H3.75C2.92125 15.375 2.25 14.7038 2.25 13.875V7.125C2.25 6.29625 2.92125 5.625 3.75 5.625H14.25C15.0788 5.625 15.75 6.29625 15.75 7.125V13.875C15.75 14.7038 15.0788 15.375 14.25 15.375Z",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12.1301 5.625V4.125C12.1301 3.29625 11.4589 2.625 10.6301 2.625H7.36914C6.54039 2.625 5.86914 3.29625 5.86914 4.125V5.625",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.25 7.125L7.01325 10.2682C7.2585 10.4302 7.54575 10.5165 7.83975 10.5165H10.1602C10.4542 10.5165 10.7415 10.4302 10.9868 10.2682L15.75 7.125",strokeLinecap:"round",strokeLinejoin:"round"})]}),I6=({width:t="40",height:n="41"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 40 41",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("rect",{y:"0.5",width:parseInt(t)-1,height:parseInt(n)-1,rx:"20",fill:"#014737"}),l.jsx("path",{d:"M27.5 15.5L18.75 24.25L13.75 19.25",stroke:"#84E1BC",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),N6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M7.5 5.369V3.5C7.5 2.67157 8.17157 2 9 2V2C9.82843 2 10.5 2.67157 10.5 3.5V5.37",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M9.89 10.864L12.979 21H15V16L11.9972 7.15493C11.5598 5.86661 10.3504 5 8.98989 5V5C7.62696 5 6.41599 5.86962 5.9805 7.1611L3 16V21H5L8.068 10.864",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M15 7V4C15 3.44772 15.4477 3 16 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H18",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M21 5.86719H19",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M21 9.86719H19",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M21 13.8672H19",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M21 17.8672H19",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("circle",{cx:"9",cy:"8",r:"3",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M9.09999 8.00006C9.09995 8.02766 9.07757 8.05001 9.04997 8.05C9.02237 8.04999 9 8.02762 8.99999 8.00002C8.99998 7.97242 9.02233 7.95003 9.04993 7.95C9.06321 7.94998 9.07595 7.95525 9.08534 7.96464C9.09473 7.97404 9.1 7.98678 9.09999 8.00006",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),G6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("circle",{cx:"18.5",cy:"19",r:"2.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M6.50048 5.375C6.56945 5.37527 6.62518 5.43135 6.625 5.50032C6.62482 5.56929 6.56881 5.62509 6.49984 5.625C6.43087 5.62491 6.375 5.56898 6.375 5.5C6.37482 5.46671 6.388 5.43474 6.41158 5.41124C6.43517 5.38775 6.46719 5.37469 6.50048 5.375",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10 5.5C10 7.16138 8.1435 8.93827 7.13391 9.7815C6.76098 10.073 6.23742 10.0728 5.86465 9.78116C4.856 8.93783 3 7.16117 3 5.5V5.5C3 3.567 4.567 2 6.5 2V2C8.433 2 10 3.567 10 5.5V5.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12 19H9C7.34315 19 6 17.6569 6 16V16C6 14.3431 7.34315 13 9 13H15C16.6569 13 18 11.6569 18 10V10C18 8.34315 16.6569 7 15 7H13",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),O6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 13V13C10.343 13 9 11.657 9 10V10C9 8.343 10.343 7 12 7V7C13.657 7 15 8.343 15 10V10C15 11.657 13.657 13 12 13Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 21C12 21 5 15.25 5 10C5 6.134 8.134 3 12 3C15.866 3 19 6.134 19 10C19 15.25 12 21 12 21Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),W6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M18 4C19.1046 4 20 4.89543 20 6V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V6C4 4.89543 4.89543 4 6 4",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M6 4H9.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M14.5 4H18",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5 2H13.5C14.0523 2 14.5 2.44772 14.5 3V6H9.5V3C9.5 2.44772 9.94772 2 10.5 2Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("circle",{cx:"12",cy:"11",r:"2",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M15.5 17.5C15.5 16.3954 14.6046 15.5 13.5 15.5H10.5C9.39543 15.5 8.5 16.3954 8.5 17.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),$6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M3 22V8C3 7.44772 3.44772 7 4 7H6C6.55228 7 7 7.44772 7 8V22",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M22 22H2",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5 4C5 2.89543 5.89543 2 7 2H10",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M7 10H20C20.5523 10 21 10.4477 21 11V22",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 17H15C15.5523 17 16 17.4477 16 18V22H12V18C12 17.4477 12.4477 17 13 17Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10 13.5H18",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),U6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M12 11V10",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12 17V18",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10.264 16.285C10.523 16.709 10.965 17.002 11.5 17.002H12H12.596C13.372 17.002 14 16.373 14 15.598C14 14.954 13.561 14.393 12.937 14.235L11.062 13.764C10.439 13.608 10 13.047 10 12.403C10 11.627 10.629 10.999 11.404 10.999H12H12.5C13.033 10.999 13.475 11.291 13.733 11.714",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19 20.5H5C3.895 20.5 3 19.605 3 18.5V9.5C3 8.395 3.895 7.5 5 7.5H19C20.105 7.5 21 8.395 21 9.5V18.5C21 19.605 20.105 20.5 19 20.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16.174 7.5V5.5C16.174 4.395 15.279 3.5 14.174 3.5H9.82599C8.72099 3.5 7.82599 4.395 7.82599 5.5V7.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),K6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M21.0038 21.0038V4.28381C21.0023 3.86272 20.7949 3.46897 20.4485 3.22963C20.102 2.99028 19.6604 2.93563 19.266 3.08331L12.8344 5.49131C12.3316 5.67976 11.9989 6.16086 12 6.69781V21.0038",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.37266 5.24719H8.6236C9.24518 5.24719 9.74907 5.75108 9.74907 6.37266V8.6236H5.24719V6.37266C5.24719 5.75108 5.75108 5.24719 6.37266 5.24719V5.24719Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M7.49813 2.99622V5.24715",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.99622 21.0038V9.74906C2.99622 9.12749 3.50011 8.6236 4.12168 8.6236H10.8745C11.4961 8.6236 12 9.12749 12 9.74906V21.0038",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5.81042 15.3764H9.18683",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5.81042 15.3764H9.18683",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5.81042 12H9.18683",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M7.49813 19.316V21.0037",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M22.0042 21.0037H1.99585",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M15.0012 9.05579V17.0021",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M18.0025 9.05579V17.0021",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),q6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 7V7C12 4.79086 13.7909 3 16 3H20C21.1046 3 22 3.89543 22 5V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19V5C2 3.89543 2.89543 3 4 3H8C10.2091 3 12 4.79086 12 7Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M22 17H15C13.3431 17 12 18.3431 12 20V20C12 18.3431 10.6569 17 9 17H2",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12 7V20",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Y6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M3 3V21",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 14.333H15V18C15 18.552 14.552 19 14 19H3V14.333Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 9.66699H20C20.552 9.66699 21 10.115 21 10.667V13.334C21 13.886 20.552 14.334 20 14.334H3V9.66699Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 5H17C17.552 5 18 5.448 18 6V9.667H3V5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Z6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5006 20.5035V20.0974C13.5039 18.9418 14.4399 18.0058 15.5955 18.0025H18.9089C20.0645 18.0058 21.0004 18.9418 21.0037 20.0974V20.5035C21.0037 20.7798 20.7798 21.0038 20.5035 21.0038H14.0008C13.7246 21.0038 13.5006 20.7798 13.5006 20.5035Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.2514 13.4926C15.2558 12.3886 16.1535 11.4968 17.2575 11.4998C18.3615 11.5027 19.2545 12.3993 19.253 13.5033C19.2516 14.6072 18.3562 15.5014 17.2522 15.5014C16.7202 15.5014 16.21 15.2895 15.8346 14.9126C15.4591 14.5356 15.2492 14.0246 15.2514 13.4926V13.4926Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.99622 19.0029C2.99622 20.108 3.89202 21.0038 4.99705 21.0038",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.99624 16.0016V19.0029",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M8.99874 21.0037H4.99707",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.99622 19.0029C2.99622 20.108 3.89202 21.0038 4.99705 21.0038",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.99624 16.0016V19.0029",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M8.99874 21.0037H4.99707",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.99622 19.0029C2.99622 20.108 3.89202 21.0038 4.99705 21.0038",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.99624 16.0016V19.0029",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M9.99915 21.0037H4.99707",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.99622 12V11.5938C2.99951 10.4382 3.93549 9.50226 5.09109 9.49896H8.40447C9.56007 9.50226 10.496 10.4382 10.4993 11.5938V12C10.4993 12.2763 10.2754 12.5002 9.99913 12.5002H3.49642C3.22017 12.5002 2.99622 12.2763 2.99622 12Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.74696 4.98905C4.7514 3.88508 5.64915 2.99329 6.75313 2.99622C7.85711 2.99917 8.75009 3.89573 8.74863 4.99971C8.74716 6.1037 7.8518 6.99789 6.74781 6.99789C6.21577 6.99789 5.70563 6.78599 5.33017 6.40903C4.95471 6.03207 4.74485 5.52109 4.74696 4.98905V4.98905Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M21.0038 5.02812C21.0038 3.92309 20.108 3.02728 19.0029 3.02728",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M21.0037 8.99873V5.02808",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12 3.02725H19.0029",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),J6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M13.7678 10.9822C14.7441 11.9585 14.7441 13.5415 13.7678 14.5178C12.7915 15.4941 11.2086 15.4941 10.2323 14.5178C9.25598 13.5415 9.25598 11.9585 10.2323 10.9822C11.2086 10.0059 12.7915 10.0059 13.7678 10.9822",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M19.2538 4.98223C20.2301 5.95854 20.2301 7.54145 19.2538 8.51776C18.2775 9.49407 16.6946 9.49407 15.7183 8.51776C14.7419 7.54145 14.7419 5.95854 15.7183 4.98223C16.6946 4.00592 18.2775 4.00592 19.2538 4.98223",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M18 12.25C19.533 12.25 21 12.783 22 13.583",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M8.28174 4.98223C9.25805 5.95854 9.25805 7.54145 8.28174 8.51776C7.30543 9.49407 5.72252 9.49407 4.74621 8.51776C3.7699 7.54145 3.7699 5.95854 4.74621 4.98223C5.72252 4.00592 7.30543 4.00592 8.28174 4.98223",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2 13.583C3 12.783 4.467 12.25 6 12.25",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16.591 19.75C15.426 18.849 13.752 18.25 12 18.25C10.248 18.25 8.574 18.849 7.409 19.75",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Q6=({className:t="",width:n="12",height:r="12"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M8 10L12 14L16 10",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),X6=({className:t="",width:n="12",height:r="12"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M16 14L12 10L8 14",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),R6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M5 12H19",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10 7L5 12",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10 17L5 12",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),e7=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M14.6666 12H9.33331",strokeWidth:"1.33333",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 18V18C8.686 18 6 15.314 6 12V12C6 8.686 8.686 6 12 6V6C15.314 6 18 8.686 18 12V12C18 15.314 15.314 18 12 18Z",strokeWidth:"1.33333",strokeLinecap:"round",strokeLinejoin:"round"})]}),t7=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M11.25 14.25L9 12",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M15 10.5L11.25 14.25",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 21C7.02944 21 3 16.9706 3 12V12C3 7.02944 7.02944 3 12 3V3C16.9706 3 21 7.02944 21 12V12C21 16.9706 16.9706 21 12 21V21Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),n7=({width:t="14",height:n="20"})=>l.jsx("svg",{width:t,height:n,viewBox:"0 0 14 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M7 16H7.01M3 19H11C11.5304 19 12.0391 18.7893 12.4142 18.4142C12.7893 18.0391 13 17.5304 13 17V3C13 2.46957 12.7893 1.96086 12.4142 1.58579C12.0391 1.21071 11.5304 1 11 1H3C2.46957 1 1.96086 1.21071 1.58579 1.58579C1.21071 1.96086 1 2.46957 1 3V17C1 17.5304 1.21071 18.0391 1.58579 18.4142C1.96086 18.7893 2.46957 19 3 19Z",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),r7=({width:t="20",height:n="17"})=>l.jsx("svg",{width:t,height:n,viewBox:"0 0 20 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M1 4.5L8.89 9.76C9.21866 9.97928 9.6049 10.0963 10 10.0963C10.3951 10.0963 10.7813 9.97928 11.11 9.76L19 4.5M3 15.5H17C17.5304 15.5 18.0391 15.2893 18.4142 14.9142C18.7893 14.5391 19 14.0304 19 13.5V3.5C19 2.96957 18.7893 2.46086 18.4142 2.08579C18.0391 1.71071 17.5304 1.5 17 1.5H3C2.46957 1.5 1.96086 1.71071 1.58579 2.08579C1.21071 2.46086 1 2.96957 1 3.5V13.5C1 14.0304 1.21071 14.5391 1.58579 14.9142C1.96086 15.2893 2.46957 15.5 3 15.5Z",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),l7=({width:t="12",height:n="12"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213Z",stroke:"#727272",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.45801 12C3.73201 7.943 7.52301 5 12 5C16.478 5 20.268 7.943 21.542 12C20.268 16.057 16.478 19 12 19C7.52301 19 3.73201 16.057 2.45801 12Z",stroke:"#727272",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),a7=({width:t="12",height:n="12"})=>l.jsx("svg",{width:t,height:n,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M6.93752 9.4125C6.62844 9.47095 6.31457 9.50024 6.00002 9.5C3.76102 9.5 1.86602 8.0285 1.22852 6C1.40015 5.45405 1.66451 4.94173 2.01002 4.4855M4.93902 4.9395C5.22034 4.65817 5.60191 4.50012 5.99977 4.50012C6.39762 4.50012 6.77919 4.65817 7.06052 4.9395C7.34184 5.22083 7.49989 5.60239 7.49989 6.00025C7.49989 6.39811 7.34184 6.77967 7.06052 7.061M4.93902 4.9395L7.06052 7.061M4.93902 4.9395L7.06002 7.06M7.06052 7.061L8.70602 8.706M4.94002 4.94L3.29502 3.295M3.29502 3.295L1.50002 1.5M3.29502 3.295C4.10119 2.77478 5.04056 2.4987 6.00002 2.5C8.23902 2.5 10.134 3.9715 10.7715 6C10.4195 7.11523 9.6887 8.07228 8.70552 8.7055M3.29502 3.295L8.70552 8.7055M8.70552 8.7055L10.5 10.5",stroke:"#727272",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),o7=()=>l.jsx("span",{children:"🙌"}),i7=({width:t="22",height:n="21"})=>l.jsx("svg",{width:t,height:n,viewBox:"0 0 22 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M19.4578 2.67974C18.9691 2.14721 18.3889 1.72477 17.7503 1.43656C17.1117 1.14834 16.4272 1 15.7359 1C15.0446 1 14.3601 1.14834 13.7215 1.43656C13.0829 1.72477 12.5026 2.14721 12.0139 2.67974L10.9997 3.7844L9.98554 2.67974C8.99842 1.60458 7.6596 1.00056 6.26361 1.00056C4.86761 1.00056 3.52879 1.60458 2.54168 2.67974C1.55456 3.7549 1 5.21313 1 6.73364C1 8.25414 1.55456 9.71238 2.54168 10.7875L3.55588 11.8922L10.9997 20L18.4436 11.8922L19.4578 10.7875C19.9467 10.2553 20.3346 9.62328 20.5992 8.9277C20.8638 8.23212 21 7.48657 21 6.73364C21 5.98071 20.8638 5.23516 20.5992 4.53958C20.3346 3.84399 19.9467 3.21201 19.4578 2.67974Z",stroke:"#3F83F8",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),s7=({width:t="28",height:n="28"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M8.16797 9.72867C8.63845 8.4301 9.56707 7.33511 10.7894 6.63762C12.0117 5.94014 13.4488 5.68518 14.8461 5.9179C16.2435 6.15062 17.5109 6.856 18.424 7.90911C19.337 8.96222 19.8367 10.2951 19.8346 11.6717C19.8346 15.5577 13.8312 17.5007 13.8312 17.5007",stroke:"#FACA15",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M14 23.334H14.0117",stroke:"#FACA15",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"})]}),c7=({className:t="",width:n="20",height:r="20"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M17 19V3C17 2.46957 16.7893 1.96086 16.4142 1.58579C16.0391 1.21071 15.5304 1 15 1H5C4.46957 1 3.96086 1.21071 3.58579 1.58579C3.21071 1.96086 3 2.46957 3 3V19M17 19H3M17 19H19M17 19H12M3 19H1M3 19H8M12 19V14C12 13.7348 11.8946 13.4804 11.7071 13.2929C11.5196 13.1054 11.2652 13 11 13H9C8.73478 13 8.48043 13.1054 8.29289 13.2929C8.10536 13.4804 8 13.7348 8 14V19M12 19H8M7 5H8M7 9H8M12 5H13M12 9H13",stroke:"#4B4B4B",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),d7=({width:t="24",height:n="24"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z",stroke:"#727272",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M14 2V8H20",stroke:"#727272",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16 13H8",stroke:"#727272",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16 17H8",stroke:"#727272",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10 9H9H8",stroke:"#727272",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),u7=({width:t="16",height:n="16"})=>l.jsx("svg",{width:t,height:n,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 12.3625L3.14917 14.6667L4.15667 9.56667L0.5 5.82667L5.64917 5.18417L8 0.5L10.3508 5.18417L15.5 5.82667L11.8433 9.56667L12.8508 14.6667L8 12.3625Z",fill:"#FACA15",stroke:"#FACA15",strokeLinecap:"round",strokeLinejoin:"round"})}),h7=({width:t="14",height:n="14"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M8.6665 7.99984L12.1378 4.5285C12.2632 4.40317 12.3332 4.23384 12.3332 4.05717V2.33317C12.3332 1.96517 12.0345 1.6665 11.6665 1.6665H2.33317C1.96517 1.6665 1.6665 1.96517 1.6665 2.33317V4.05717C1.6665 4.23384 1.7365 4.40384 1.86184 4.5285L5.33317 7.99984",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5.33301 8V12.166C5.33301 12.708 5.84234 13.106 6.36834 12.9747L8.03501 12.558C8.40567 12.4653 8.66634 12.132 8.66634 11.7493V8",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),p7=({width:t="14",height:n="12"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 14 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M5.6665 3.3335L3.6665 1.3335L1.6665 3.3335",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M3.66634 10.6668V1.3335",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M8.33301 8.66699L10.333 10.667L12.333 8.66699",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10.3333 1.3335V10.6668",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),f7=({width:t="20",height:n="21",className:r=""})=>l.jsxs("svg",{className:r,width:t,height:n,viewBox:"0 0 20 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M12.9645 9.75891L9.99997 12.7235L7.0354 9.75891",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10.0001 3.83057V12.7234",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16.6695 14.2048C16.6695 15.8421 15.3422 17.1694 13.7049 17.1694H6.29513C4.65785 17.1694 3.33057 15.8421 3.33057 14.2048",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),m7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.64479 12.9348L8.77737 13.7451C10.3802 14.3542 11.6458 15.6198 12.2549 17.2226L13.0652 19.3552C13.2127 19.7434 13.5847 20 14 20C14.4152 20 14.7873 19.7434 14.9348 19.3552L15.7451 17.2226C16.3542 15.6198 17.6198 14.3542 19.2226 13.7451L21.3552 12.9348C21.7434 12.7873 22 12.4152 22 12C22 11.5847 21.7434 11.2127 21.3552 11.0652L19.2226 10.2549C17.6198 9.64582 16.3542 8.38016 15.7451 6.77736L14.9348 4.64479C14.7873 4.25662 14.4152 4 14 4C13.5847 4 13.2127 4.25662 13.0652 4.64479L12.2549 6.77736C11.6458 8.38016 10.3802 9.64582 8.77737 10.2549L6.64479 11.0652C6.25662 11.2127 6 11.5847 6 12C6 12.4152 6.25662 12.7873 6.64479 12.9348Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M6 21V17",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M4 19H8",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5 7V3",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M3 5H7",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),v7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.8859 12.5343L12.9301 18.4901C12.5476 18.8726 12.2995 19.3688 12.223 19.9043L12.0052 21.4292C11.9829 21.585 12.0353 21.7422 12.1466 21.8534C12.2579 21.9647 12.415 22.0171 12.5708 21.9949L14.0957 21.777C14.6312 21.7005 15.1275 21.4524 15.51 21.0699L21.4657 15.1142C22.1781 14.4018 22.1781 13.2467 21.4657 12.5343V12.5343C21.1236 12.1922 20.6596 12 20.1758 12C19.692 12 19.228 12.1922 18.8859 12.5343Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M9 10H15",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M9 14H11",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M9 21H6C5.46971 21.0001 4.96108 20.7896 4.58601 20.4148C4.21094 20.0399 4.00014 19.5314 4 19.0011V5C3.99985 4.46971 4.21037 3.96108 4.58523 3.58601C4.9601 3.21094 5.46861 3.00014 5.9989 3H18C18.5303 2.99985 19.0389 3.21037 19.414 3.58523C19.7891 3.9601 19.9999 4.46861 20 4.9989V9",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M3 8H5.33",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M3 12H5.33",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.88 16H5.33",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),g7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M8 5L5 8L8 11",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5 8H14C17.314 8 20 10.462 20 13.5V13.5C20 16.538 17.314 19 14 19H6",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),y7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M19.68 5.79742V12.5069",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M20.64 18.2669H14.88",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M18.72 16.3469L20.64 18.2669L18.72 20.1869",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M11.04 16.3469H5.27999C4.21919 16.3469 3.35999 15.4877 3.35999 14.4269V5.79742",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.29055 3.86688H17.7504C18.816 3.86688 19.6809 4.73088 19.6809 5.79744V5.79744C19.6809 6.43776 19.3632 7.03584 18.8333 7.39488L13.6905 10.8806C12.3801 11.7686 10.6598 11.7686 9.34943 10.8806L4.20767 7.39584C3.67775 7.0368 3.35999 6.43776 3.35999 5.7984V5.79744C3.35999 4.73088 4.22399 3.86688 5.29055 3.86688Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),w7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("rect",{x:"3",y:"7",width:"14",height:"14",rx:"3",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M7 4C7.63963 3.35869 8.50851 2.9988 9.41427 3H18C19.6569 3 21 4.34315 21 6V14.5857C21.0012 15.4915 20.6413 16.3604 20 17",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),x7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M19 9V5H15",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M13 11L19 5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M20 13V15C20 17.7614 17.7614 20 15 20H9C6.23858 20 4 17.7614 4 15V9C4 6.23858 6.23858 4 9 4H11",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),b7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M15.6445 8.99872V17.0021",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M20.0033 17.0021V8.99872",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M14.0008 20.0033H22.0042V19.0029L21.0037 17.0021H12",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.63098 21.0038H3.47041C3.20852 21.0038 2.99622 20.7915 2.99622 20.5296V20.1454C2.99897 19.0504 3.88599 18.1633 4.98104 18.1606H8.11935C9.2144 18.1633 10.1014 19.0504 10.1042 20.1454V20.5296C10.1042 20.7911 9.89248 21.0032 9.63098 21.0038Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.55074 15.7906C5.50441 15.7887 4.65748 14.9394 4.65845 13.8931C4.65942 12.8467 5.50791 11.999 6.55424 11.999C7.60057 11.999 8.44906 12.8467 8.45003 13.8931C8.45099 14.9394 7.60407 15.7887 6.55774 15.7906H6.55074Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.99664 8.99877H22.0041V5.92549L13.0004 1.99585L3.99664 5.92549V8.99877Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),E7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M13.0147 18.0147L11.4853 19.5441C9.54415 21.4853 6.39697 21.4853 4.45584 19.5441V19.5441C2.51472 17.603 2.51472 14.4558 4.45584 12.5147L6.44975 10.5208C7.38743 9.58312 8.6592 9.05634 9.98529 9.05634C11.3114 9.05634 12.5831 9.58312 13.5208 10.5208",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10.9853 5.98528L12.5147 4.45584C14.4559 2.51472 17.603 2.51472 19.5442 4.45584V4.45584C21.4853 6.39697 21.4853 9.54415 19.5442 11.4853L17.5502 13.4792C15.5976 15.4318 12.4318 15.4318 10.4792 13.4792",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),z7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5023 17.3612C18.5497 17.3612 19.3998 16.5139 19.4031 15.4665V15.4665V15.4665C19.4024 14.9335 19.1897 14.4227 18.8118 14.0469L17.5523 12.7863V9.04178C17.552 7.56994 16.9668 6.15856 15.9254 5.11847C14.884 4.07837 13.4718 3.49487 12 3.49646V3.49646C8.93842 3.49812 6.45724 5.9802 6.45669 9.04178V12.7833L5.19717 14.0439C4.81904 14.4196 4.60596 14.9304 4.60492 15.4635V15.4635V15.4635C4.60823 16.5109 5.45827 17.3582 6.50571 17.3582L17.5023 17.3612Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10.5204 20.5036H13.4786",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),F7=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.70298 4.09499L3.52898 7.52499C2.23098 8.24599 2.23098 10.112 3.52898 10.833L9.70298 14.263C11.131 15.056 12.868 15.056 14.297 14.263L20.471 10.833C21.769 10.112 21.769 8.24599 20.471 7.52499L14.297 4.09499C12.868 3.30199 11.132 3.30199 9.70298 4.09499Z",strokeWidth:"1.419",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5.99097 12.2V16.124C5.99097 17.073 6.46597 17.958 7.25497 18.483L8.86197 19.552C10.763 20.816 13.237 20.816 15.137 19.552L16.744 18.483C17.534 17.958 18.008 17.072 18.008 16.124V12.2",strokeWidth:"1.4167",strokeLinecap:"round",strokeLinejoin:"round"})]}),k7=({width:t="24",height:n="24"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M14.4749 4.52513C15.8417 5.89197 15.8417 8.10804 14.4749 9.47488C13.108 10.8417 10.892 10.8417 9.52513 9.47488C8.15829 8.10804 8.15829 5.89197 9.52513 4.52513C10.892 3.15829 13.108 3.15829 14.4749 4.52513",stroke:"#373737",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 18.5V19.5C4 20.052 4.448 20.5 5 20.5H19C19.552 20.5 20 20.052 20 19.5V18.5C20 15.474 16.048 13.508 12 13.508C7.952 13.508 4 15.474 4 18.5Z",stroke:"#373737",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),u2=({iconType:t="cross",iconSize:n="24"})=>t==="cross"?l.jsx(E6,{width:n,height:n}):t==="plus"?l.jsx(k6,{width:n,height:n}):t==="thumb"?l.jsx(M6,{width:n,height:n}):t==="clock"?l.jsx(b6,{width:n,height:n}):t==="tick"?l.jsx(S6,{width:n,height:n}):t==="linkedinLogo"?l.jsx(F6,{width:n,height:n}):t==="searchArrow"?l.jsx(C6,{width:n,height:n}):t==="excalamationCircle"?l.jsx(z6,{width:n,height:n}):t==="edit"?l.jsx(A6,{width:n,height:n}):t==="delete"?l.jsx(B6,{width:n,height:n}):t==="chatOneBallon"?l.jsx(j6,{width:n,height:n}):t==="qluLogo"?l.jsx(L6,{width:n,height:n}):t==="gear"?l.jsx(H6,{width:n,height:n}):t==="home"?l.jsx(P6,{width:n,height:n}):t==="paperPlaneUpRight"?l.jsx(V6,{width:n,height:n}):t==="search"?l.jsx(T6,{width:n,height:n}):t==="chat"?l.jsx(_6,{width:n,height:n}):t==="briefcase"?l.jsx(D6,{width:n,height:n}):t==="barGraph"?l.jsx(Y6,{width:n,height:n}):t==="book"?l.jsx(q6,{width:n,height:n}):t==="company"?l.jsx(K6,{width:n,height:n}):t==="dollarBriefcase"?l.jsx(U6,{width:n,height:n}):t==="industry"?l.jsx($6,{width:n,height:n}):t==="jobTitle"?l.jsx(W6,{width:n,height:n}):t==="location"?l.jsx(O6,{width:n,height:n}):t==="strategyPath"?l.jsx(G6,{width:n,height:n}):t==="tools"?l.jsx(N6,{width:n,height:n}):t==="management"?l.jsx(Z6,{width:n,height:n}):t==="employees"?l.jsx(J6,{width:n,height:n}):t==="cheveronDown"?l.jsx(Q6,{width:n,height:n}):t==="cheveronUp"?l.jsx(X6,{width:n,height:n}):t==="arrowLeft"?l.jsx(R6,{width:n,height:n}):t==="passTick"?l.jsx(I6,{width:n,height:n}):t==="doNotInclude"?l.jsx(e7,{width:n,height:n}):t==="tickCircle"?l.jsx(t7,{width:n,height:n}):t==="phone"?l.jsx(n7,{width:n,height:n}):t==="email"?l.jsx(r7,{width:n,height:n}):t==="eye"?l.jsx(l7,{width:n,height:n}):t==="eyeOff"?l.jsx(a7,{width:n,height:n}):t==="congratulations"?l.jsx(o7,{}):t==="heart"?l.jsx(i7,{width:n,height:n}):t==="questionMark"?l.jsx(s7,{width:n,height:n}):t==="kebab"?l.jsx(w6,{width:n,height:n}):t==="calendar"?l.jsx(x6,{width:n,height:n}):t==="officeBuilding"?l.jsx(c7,{width:n,height:n}):t==="notes"?l.jsx(d7,{width:n,height:n}):t==="star"?l.jsx(u7,{width:n,height:n}):t==="filterFunel"?l.jsx(h7,{width:n,height:n}):t==="sortUpDownArrows"?l.jsx(p7,{width:n,height:n}):t==="download"?l.jsx(f7,{width:n,height:n}):t==="sparkles"?l.jsx(m7,{width:n,height:n}):t==="writeNotes"?l.jsx(v7,{width:n,height:n}):t==="undo"?l.jsx(g7,{width:n,height:n}):t==="emailSend"?l.jsx(y7,{width:n,height:n}):t==="copy"?l.jsx(w7,{width:n,height:n}):t==="openLink"?l.jsx(x7,{width:n,height:n}):t==="internalUser"?l.jsx(b7,{width:n,height:n}):t==="link"?l.jsx(E7,{width:n,height:n}):t==="bell"?l.jsx(z7,{width:n,height:n}):t==="graduationHat"?l.jsx(F7,{width:n,height:n}):t==="user"?l.jsx(k7,{width:n,height:n}):null,c8=({isDisabled:t=!1,sizeVariant:n="xs",variant:r="primary",color:a="orange",style:i={},iconType:d="cross",iconSize:s="24",onClick:g,props:w={}})=>{const p=z2({circularSvgButtonGeneric:!0,[`${n}Size--CircularSvgButton`]:!0,[`${r}-${a}--CircularSvgButton`]:!0});return l.jsx("button",{type:"button",style:i,disabled:t,onClick:g,className:p,...w,children:l.jsx(u2,{iconType:d,iconSize:s})})},C7=({iconUrl:t="",tribeMemberName:n="",tribeMemberMail:r="",iconSize:a="48",containerClassName:i="",onAddClick:d})=>l.jsxs("div",{className:`addTribeMemberCard ${i}`,children:[l.jsx(u3,{iconPath:t,iconSize:a}),l.jsxs("span",{children:[l.jsx("span",{className:"addTribeMemberCard--Details",children:l.jsxs("span",{children:[l.jsx("h3",{children:n}),l.jsx("p",{children:r})]})}),l.jsx(c8,{color:"gray",variant:"tertiary",iconType:"plus",onClick:d,sizeVariant:"xs"})]})]}),bs="",M7=({counter:t,text:n,onClick:r,svgType:a})=>l.jsxs("span",{className:"activeFilterPill--Generic",onClick:r,children:[l.jsx("span",{className:"tab-count-active-filesearch",children:t}),n,l.jsx(u2,{iconSize:"22",iconType:a})]}),Es="",S7=({breadCrumbItems:t=[{label:"New",count:3}],archivedCount:n,handleArchiveClick:r,handleClick:a=()=>alert("handle clicked")})=>l.jsxs("div",{className:"assignmentBreadCrumb--Generic",children:[l.jsxs("span",{className:"compelte-breadCrumb",children:[t.map((i,d)=>d<t.length-1&&l.jsxs("button",{className:"single-breadCrumb",onClick:a,children:[i.label,l.jsx("span",{className:"tab-count",children:i.count}),l.jsx("span",{className:"arrow-span"})]})),l.jsxs("button",{className:"last-single-breadCrumb",onClick:a,children:[t[t.length-1].label,l.jsx("span",{className:"tab-count",children:t[t.length-1].count})]})]}),l.jsxs("button",{className:"archived-button",onClick:r,children:["Archived",l.jsx("span",{className:"tab-count",children:n})]})]}),zs="",B7=({setMaxValue:t=1e3,setMinValue:n=500,searchForPillText:r="Chief Exective Officer",crossOnClick:a,applyToAllOnClick:i,getRange:d})=>{const s={minRange:n,maxRange:t},[g,w]=e.useState(s);return l.jsxs("div",{className:"advanceFilterJobTitleWindow--Generic",children:[l.jsx(Ge,{text:r,sizeVariant:"base",hasBorder:!0}),l.jsx(s6,{minValue:n,maxValue:t,getRange:p=>{w(p),d(p)}}),l.jsx(Ge,{text:`${g.minRange}-${g.maxRange}`,sizeVariant:"base",hasBorder:!0}),l.jsx(c8,{onClick:a,sizeVariant:"base",color:"gray",variant:"tertiary",iconType:"cross"}),l.jsx(Y3,{text:"Apply to all",onClick:i,sizeVariant:"xs"})]})},Fs="",A7=({onAndClick:t,onOrClick:n,andInitialState:r=!0,orInitialState:a=!1})=>{const[i,d]=e.useState(r),[s,g]=e.useState(a),w=()=>{d(!0),g(!1),t()},p=()=>{g(!0),d(!1),n()},C=z2({"andButton--Generic":!0,"andOrButton--Selected":i,"andOrButton--Unselected":!i}),h=z2({"orButton--Generic":!0,"andOrButton--Selected":s,"andOrButton--Unselected":!s});return l.jsxs("div",{className:"andOrButton--Wrapper",children:[l.jsx("button",{onClick:w,className:C,children:"AND"}),l.jsx("button",{onClick:p,className:h,children:"OR"})]})},z5=({width:t="154",height:n="43"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M33.4164 14.523H18.5468C15.1872 14.523 12.0823 17.2197 11.6119 20.5461L10.2868 29.9154C9.8163 33.2419 12.1584 35.9385 15.5179 35.9385H24.3053C27.6632 35.9385 30.0054 38.6328 29.5379 41.957C29.4252 41.9601 29.3123 41.9616 29.1993 41.9616H14.6661C7.94696 41.9616 3.2628 36.5683 4.20373 29.9154L5.52883 20.5461C6.46976 13.8932 12.6795 8.49995 19.3986 8.49995H34.2682C40.9874 8.49995 45.6715 13.8932 44.7306 20.5461L44.1293 24.798C44.1257 24.8302 44.1217 24.8625 44.1171 24.8949L43.8331 26.9026C43.5979 28.5659 42.0455 29.9142 40.3657 29.9142C38.6859 29.9142 37.5149 28.5658 37.7501 26.9026L38.6476 20.5461C39.118 17.2197 36.776 14.523 33.4164 14.523Z",fill:"#FF8D4E"}),l.jsx("path",{d:"M37.6471 41.9619C39.8868 41.9619 41.9567 40.1642 42.2704 37.9465C42.584 35.7289 41.0226 33.9311 38.7829 33.9311C36.5432 33.9311 34.4733 35.7289 34.1597 37.9465C33.846 40.1642 35.4074 41.9619 37.6471 41.9619Z",fill:"#FF8D4E"}),l.jsx("path",{d:"M75.6322 14.5428C74.1083 14.5428 72.8089 14.6387 71.734 14.8304C70.6691 15.0135 69.7718 15.2968 69.0421 15.6803C68.3137 16.0551 67.7227 16.5302 67.269 17.1055C66.824 17.6808 66.46 18.3563 66.1771 19.1321C65.9029 19.9079 65.6837 20.7839 65.5197 21.7602C65.3556 22.7365 65.1898 23.8174 65.0221 25.0028C64.8544 26.1883 64.7145 27.2692 64.6024 28.2454C64.4904 29.2217 64.4617 30.0977 64.5165 30.8735C64.58 31.6493 64.7528 32.3249 65.0351 32.9002C65.3261 33.4755 65.7822 33.9549 66.4033 34.3384C67.0257 34.7132 67.8435 34.9922 68.8566 35.1752C69.8772 35.367 71.1495 35.4629 72.6735 35.4629H80.1807C81.7047 35.4629 82.9997 35.367 84.0659 35.1752C85.1395 34.9922 86.0405 34.7132 86.7689 34.3384C87.4986 33.9549 88.0859 33.4755 88.531 32.9002C88.552 32.874 88.5687 32.8479 88.581 32.8217L89.9508 33.7893L91.2266 32.1157L89.5858 30.952C89.5981 30.9258 89.6062 30.8997 89.6099 30.8735C89.8928 30.0977 90.1162 29.2217 90.2803 28.2454C90.453 27.2692 90.6232 26.1883 90.7908 25.0028C90.9585 23.8174 91.0941 22.7365 91.1975 21.7602C91.3096 20.7839 91.3339 19.9079 91.2705 19.1321C91.2157 18.3563 91.0471 17.6808 90.7648 17.1055C90.4825 16.5302 90.0302 16.0551 89.4078 15.6803C88.7866 15.2968 87.9651 15.0135 86.9433 14.8304C85.9314 14.6387 84.6634 14.5428 83.1395 14.5428H75.6322ZM72.9694 33.3709C71.861 33.3709 70.9302 33.3404 70.1768 33.2793C69.4334 33.2096 68.829 33.0745 68.3638 32.874C67.8986 32.6735 67.5583 32.3859 67.3429 32.0111C67.1362 31.6362 67.0159 31.1394 66.9822 30.5205C66.9486 29.9016 66.9822 29.1433 67.0832 28.2454C67.1941 27.3389 67.3383 26.258 67.5158 25.0028C67.6934 23.7476 67.8543 22.6711 67.9986 21.7733C68.1441 20.8667 68.3212 20.104 68.53 19.4851C68.7388 18.8663 69.0038 18.3694 69.3253 17.9946C69.6467 17.6198 70.0684 17.3321 70.5903 17.1316C71.1122 16.9311 71.7541 16.8004 72.5161 16.7394C73.2879 16.6696 74.228 16.6348 75.3364 16.6348H82.8436C83.9519 16.6348 84.8778 16.6696 85.6213 16.7394C86.3746 16.8004 86.9796 16.9311 87.4361 17.1316C87.9013 17.3321 88.2416 17.6198 88.457 17.9946C88.6724 18.3694 88.797 18.8663 88.8307 19.4851C88.8644 20.104 88.8258 20.8667 88.7149 21.7733C88.6139 22.6711 88.4746 23.7476 88.2971 25.0028C88.1196 26.258 87.9537 27.3389 87.7995 28.2454C87.7268 28.6987 87.6459 29.1171 87.5571 29.5006L80.6542 24.5844L79.3636 26.2711L86.7992 31.5534C86.6966 31.7278 86.5884 31.8803 86.4747 32.0111C86.1532 32.3859 85.7316 32.6735 85.2096 32.874C84.6877 33.0745 84.0409 33.2096 83.269 33.2793C82.5071 33.3404 81.5763 33.3709 80.4766 33.3709H72.9694Z",fill:"#ADADAD"}),l.jsx("path",{d:"M99.0916 35.0445L101.932 14.9612H104.426L101.881 32.9525H117.675L117.379 35.0445H99.0916Z",fill:"#ADADAD"}),l.jsx("path",{d:"M150.955 14.9612L149.535 25.0028C149.368 26.1883 149.197 27.2692 149.025 28.2454C148.861 29.2217 148.637 30.0977 148.354 30.8735C148.08 31.6493 147.72 32.3249 147.275 32.9002C146.83 33.4755 146.243 33.9549 145.513 34.3384C144.785 34.7132 143.884 34.9922 142.81 35.1752C141.744 35.367 140.449 35.4629 138.925 35.4629H133.08C131.556 35.4629 130.284 35.367 129.264 35.1752C128.25 34.9922 127.433 34.7132 126.81 34.3384C126.189 33.9549 125.733 33.4755 125.442 32.9002C125.16 32.3249 124.987 31.6493 124.923 30.8735C124.869 30.0977 124.897 29.2217 125.009 28.2454C125.121 27.2692 125.261 26.1883 125.429 25.0028L126.849 14.9612H129.343L127.923 25.0028C127.745 26.258 127.601 27.3389 127.49 28.2454C127.389 29.1433 127.356 29.9016 127.389 30.5205C127.423 31.1394 127.543 31.6362 127.75 32.0111C127.965 32.3859 128.306 32.6735 128.771 32.874C129.236 33.0745 129.84 33.2096 130.584 33.2793C131.337 33.3404 132.268 33.3709 133.376 33.3709H139.221C140.321 33.3709 141.256 33.3404 142.026 33.2793C142.798 33.2096 143.441 33.0745 143.954 32.874C144.476 32.6735 144.898 32.3859 145.219 32.0111C145.541 31.6362 145.806 31.1394 146.014 30.5205C146.232 29.9016 146.413 29.1433 146.557 28.2454C146.702 27.3389 146.864 26.258 147.042 25.0028L148.449 14.9612H150.955Z",fill:"#ADADAD"})]}),ks="",z3=({text:t="String of Button",showIcon:n=!1,iconOnLeft:r=!1,iconType:a="plus",sizeVariant:i="xs",colorVariant:d="orange",props:s={},disabled:g=!1,onClick:w})=>{const p=z2({clickableTextGeneric:!0,[`${i}SizeClickableText`]:!0,[`${d}ClickableText`]:!0,iconOnLeftClickableText:r});return l.jsxs("button",{disabled:g,onClick:w,className:p,...s,children:[t,n&&l.jsx(u2,{iconType:a,iconSize:i==="xs"?"16":i==="sm"?"20":i==="base"?"24":"28"})]})},Cs="",F5=({onClick:t,isDisabled:n=!1,text:r="Button Text",sizeVariant:a="base",colorVariant:i="primaryOrange"})=>l.jsx("button",{className:`textButtonGeneric ${a}--Size--TextButton ${i}`,onClick:t,disabled:n,children:r}),Ms="",j7=({text:t="Already a User?",textColor:n="gray",textOnClick:r=()=>{},buttonText:a="Login",buttonColorVaraint:i="primaryOrangeBorderAndText",buttonOnClick:d=()=>{}})=>l.jsxs("nav",{className:"navbar",children:[l.jsx("ul",{className:"nav-container",children:l.jsx("li",{children:l.jsx(z5,{})})}),l.jsxs("ul",{className:"buttons ml-auto",children:[l.jsx("li",{className:"text",children:l.jsx(z3,{showIcon:!1,text:t,sizeVariant:"base",onClick:r,colorVariant:n})}),l.jsx("li",{children:l.jsx(F5,{text:a,onClick:d,sizeVariant:"base",colorVariant:i})})]})]});/*! *****************************************************************************
|
|
30
|
+
Check the top-level render call using <`+H1+">.")}return u1}}function b3(A,u1){{if(!A._store||A._store.validated||A.key!=null)return;A._store.validated=!0;var H1=H3(u1);if(f3[H1])return;f3[H1]=!0;var a2="";A&&A._owner&&A._owner!==J2.current&&(a2=" It was passed a child from "+C1(A._owner.type)+"."),H2(A),v1('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',H1,a2),H2(null)}}function G3(A,u1){{if(typeof A!="object")return;if(Array.isArray(A))for(var H1=0;H1<A.length;H1++){var a2=A[H1];a3(a2)&&b3(a2,u1)}else if(a3(A))A._store&&(A._store.validated=!0);else if(A){var j2=s1(A);if(typeof j2=="function"&&j2!==A.entries)for(var L2=j2.call(A),y2;!(y2=L2.next()).done;)a3(y2.value)&&b3(y2.value,u1)}}}function S3(A){{var u1=A.type;if(u1==null||typeof u1=="string")return;var H1;if(typeof u1=="function")H1=u1.propTypes;else if(typeof u1=="object"&&(u1.$$typeof===p||u1.$$typeof===P))H1=u1.propTypes;else return;if(H1){var a2=C1(u1);e3(H1,A.props,"prop",a2,A)}else if(u1.PropTypes!==void 0&&!P2){P2=!0;var j2=C1(u1);v1("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",j2||"Unknown")}typeof u1.getDefaultProps=="function"&&!u1.getDefaultProps.isReactClassApproved&&v1("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function n8(A){{for(var u1=Object.keys(A.props),H1=0;H1<u1.length;H1++){var a2=u1[H1];if(a2!=="children"&&a2!=="key"){H2(A),v1("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",a2),H2(null);break}}A.ref!==null&&(H2(A),v1("Invalid attribute `ref` supplied to `React.Fragment`."),H2(null))}}function r8(A,u1,H1,a2,j2,L2){{var y2=W1(A);if(!y2){var b2="";(A===void 0||typeof A=="object"&&A!==null&&Object.keys(A).length===0)&&(b2+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var t3=F3(j2);t3?b2+=t3:b2+=p3();var q2;A===null?q2="null":Array.isArray(A)?q2="array":A!==void 0&&A.$$typeof===a?(q2="<"+(C1(A.type)||"Unknown")+" />",b2=" Did you accidentally export a JSX literal instead of a component?"):q2=typeof A,v1("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",q2,b2)}var Y2=k2(A,u1,H1,j2,L2);if(Y2==null)return Y2;if(y2){var m3=u1.children;if(m3!==void 0)if(a2)if(Array.isArray(m3)){for(var E3=0;E3<m3.length;E3++)G3(m3[E3],A);Object.freeze&&Object.freeze(m3)}else v1("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else G3(m3,A)}return A===t.Fragment?n8(Y2):S3(Y2),Y2}}function l8(A,u1,H1){return r8(A,u1,H1,!0)}function O3(A,u1,H1){return r8(A,u1,H1,!1)}var a8=O3,o8=l8;t.jsx=a8,t.jsxs=o8}()}(V0)),V0}process.env.NODE_ENV==="production"?L0.exports=g6():L0.exports=y6();var l=L0.exports;const ys="",ws="",u3=({iconPath:t="",iconSize:n="24",className:r})=>l.jsx("img",{className:`circularIcon ${r?` ${r}`:""}`,width:n,height:n,src:t,alt:""});function E5(t){var n,r,a="";if(typeof t=="string"||typeof t=="number")a+=t;else if(typeof t=="object")if(Array.isArray(t))for(n=0;n<t.length;n++)t[n]&&(r=E5(t[n]))&&(a&&(a+=" "),a+=r);else for(n in t)t[n]&&(a&&(a+=" "),a+=n);return a}function z2(){for(var t,n,r=0,a="";r<arguments.length;)(t=arguments[r++])&&(n=E5(t))&&(a&&(a+=" "),a+=n);return a}const xs="",w6=({width:t="12",height:n="12"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M11.997 17.5023C11.7219 17.5023 11.4968 17.7274 11.4998 18.0025C11.4998 18.2776 11.7249 18.5027 12 18.5027C12.2751 18.5027 12.5002 18.2776 12.5002 18.0025C12.5002 17.7274 12.2751 17.5023 11.997 17.5023",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M11.997 11.4998C11.7219 11.4998 11.4968 11.7249 11.4998 12C11.4998 12.2751 11.7249 12.5002 12 12.5002C12.2751 12.5002 12.5002 12.2751 12.5002 12C12.5002 11.7249 12.2751 11.4998 11.997 11.4998",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M11.997 5.49731C11.7219 5.49731 11.4968 5.72241 11.4998 5.99752C11.4998 6.27264 11.7249 6.49773 12 6.49773C12.2751 6.49773 12.5002 6.27264 12.5002 5.99752C12.5002 5.72241 12.2751 5.49731 11.997 5.49731",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),x6=({width:t="12",height:n="12"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M7.5 3V6",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16.5 3V6",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M8.5 11.5H7.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M8.5 15H7.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12.5 11.5H11.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12.5 15H11.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16.5 11.5H15.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16.5 15H15.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("rect",{x:"3",y:"4.5",width:"18",height:"16.5",rx:"3",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),b6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("circle",{cx:"12",cy:"12",r:"9.00375",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M15.4554 13.1515L12 12V5.9975",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),E6=({className:t="",width:n="12",height:r="12"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.57411 3.07575C2.68663 2.96327 2.83921 2.90008 2.99831 2.90008C3.15741 2.90008 3.30999 2.96327 3.42251 3.07575L5.99831 5.65155L8.57411 3.07575C8.62946 3.01845 8.69566 2.97274 8.76887 2.94129C8.84207 2.90984 8.9208 2.89329 9.00047 2.8926C9.08014 2.89191 9.15914 2.90709 9.23288 2.93726C9.30662 2.96743 9.37361 3.01198 9.42995 3.06831C9.48628 3.12465 9.53083 3.19164 9.561 3.26538C9.59117 3.33912 9.60635 3.41812 9.60566 3.49779C9.60497 3.57746 9.58842 3.65619 9.55697 3.72939C9.52552 3.8026 9.47982 3.8688 9.42251 3.92415L6.84671 6.49995L9.42251 9.07575C9.5318 9.18891 9.59228 9.34047 9.59091 9.49779C9.58955 9.65511 9.52644 9.8056 9.4152 9.91684C9.30396 10.0281 9.15347 10.0912 8.99615 10.0926C8.83883 10.0939 8.68727 10.0334 8.57411 9.92415L5.99831 7.34835L3.42251 9.92415C3.30935 10.0334 3.15779 10.0939 3.00047 10.0926C2.84315 10.0912 2.69266 10.0281 2.58142 9.91684C2.47017 9.8056 2.40707 9.65511 2.4057 9.49779C2.40434 9.34047 2.46481 9.18891 2.57411 9.07575L5.14991 6.49995L2.57411 3.92415C2.46163 3.81163 2.39844 3.65905 2.39844 3.49995C2.39844 3.34085 2.46163 3.18827 2.57411 3.07575Z"})}),z6=({className:t="",width:n="24",height:r="24"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3V3C16.971 3 21 7.029 21 12V12C21 16.971 16.971 21 12 21V21C7.029 21 3 16.971 3 12V12C3 7.029 7.029 3 12 3Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12 12.5V7.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M11.999 16C11.861 16 11.749 16.112 11.75 16.25C11.75 16.388 11.862 16.5 12 16.5C12.138 16.5 12.25 16.388 12.25 16.25C12.25 16.112 12.138 16 11.999 16",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),F6=({className:t="",width:n="12",height:r="12"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M11.1117 0H0.885937C0.396094 0 0 0.386719 0 0.864844V11.1328C0 11.6109 0.396094 12 0.885937 12H11.1117C11.6016 12 12 11.6109 12 11.1352V0.864844C12 0.386719 11.6016 0 11.1117 0ZM3.56016 10.2258H1.77891V4.49766H3.56016V10.2258ZM2.66953 3.71719C2.09766 3.71719 1.63594 3.25547 1.63594 2.68594C1.63594 2.11641 2.09766 1.65469 2.66953 1.65469C3.23906 1.65469 3.70078 2.11641 3.70078 2.68594C3.70078 3.25312 3.23906 3.71719 2.66953 3.71719ZM10.2258 10.2258H8.44687V7.44141C8.44687 6.77812 8.43516 5.92266 7.52109 5.92266C6.59531 5.92266 6.45469 6.64687 6.45469 7.39453V10.2258H4.67813V4.49766H6.38437V5.28047H6.40781C6.64453 4.83047 7.22578 4.35469 8.09063 4.35469C9.89297 4.35469 10.2258 5.54063 10.2258 7.08281V10.2258Z",fill:"#727272"})}),k6=({className:t="",width:n="24",height:r="24"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M12 12H6H12Z"}),l.jsx("path",{d:"M12 6V12M12 12V18M12 12H18M12 12H6",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),C6=({className:t="",width:n="18",height:r="18"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M10.8829 12H5.38971",fillRule:"evenodd",clipRule:"evenodd",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5.24007 3.62665L19.8382 10.9239C20.2459 11.1276 20.5035 11.5442 20.5035 12C20.5035 12.4558 20.2459 12.8724 19.8382 13.0761L5.24007 20.3733C4.81706 20.5849 4.30934 20.5291 3.94243 20.2306C3.57551 19.9322 3.41745 19.4464 3.53844 18.9892L5.38969 12L3.53844 5.01079C3.41745 4.55356 3.57551 4.06785 3.94243 3.7694C4.30934 3.47094 4.81706 3.41509 5.24007 3.62665Z",fillRule:"evenodd",clipRule:"evenodd",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),M6=({className:t="",width:n="12",height:r="12"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M14 10H18.764C19.1049 10 19.4401 10.0871 19.7378 10.2531C20.0355 10.4191 20.2859 10.6584 20.4651 10.9484C20.6444 11.2383 20.7465 11.5692 20.7619 11.9098C20.7773 12.2503 20.7054 12.5891 20.553 12.894L17.053 19.894C16.8869 20.2265 16.6314 20.5061 16.3152 20.7014C15.999 20.8968 15.6347 21.0002 15.263 21H11.246C11.083 21 10.92 20.98 10.761 20.94L7 20M14 10V5C14 4.46957 13.7893 3.96086 13.4142 3.58579C13.0391 3.21071 12.5304 3 12 3H11.905C11.405 3 11 3.405 11 3.905C11 4.619 10.789 5.317 10.392 5.911L7 11V20M14 10H12M7 20H5C4.46957 20 3.96086 19.7893 3.58579 19.4142C3.21071 19.0391 3 18.5304 3 18V12C3 11.4696 3.21071 10.9609 3.58579 10.5858C3.96086 10.2107 4.46957 10 5 10H7.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),S6=({className:t="",width:n="12",height:r="12"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M18 8L11 15L7 11",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),B6=({width:t="24",height:n="24"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.5429 21.0037H8.4571C7.2809 21.0037 6.30301 20.0982 6.21279 18.9254L5.24719 6.37265H18.7528L17.7872 18.9254C17.697 20.0982 16.7191 21.0037 15.5429 21.0037V21.0037Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M20.0033 6.37264H3.99664",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.18632 2.99625H14.8137C15.4352 2.99625 15.9391 3.50014 15.9391 4.12172V6.37265H8.06085V4.12172C8.06085 3.50014 8.56474 2.99625 9.18632 2.99625Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M13.9696 10.8745V16.5019",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10.0304 10.8745V16.5019",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),A6=({width:t="24",height:n="24",className:r=""})=>l.jsxs("svg",{className:r,width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.293 15.619L15.619 5.29299C16.009 4.90299 16.642 4.90299 17.032 5.29299L18.708 6.96899C19.098 7.35899 19.098 7.99199 18.708 8.38199L8.381 18.707C8.194 18.895 7.94 19 7.675 19H5V16.325C5 16.06 5.105 15.806 5.293 15.619Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M13.75 7.16L16.84 10.25",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),j6=({className:t="",width:n="24",height:r="24"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 18H18C19.657 18 21 16.657 21 15V7C21 5.343 19.657 4 18 4H6C4.343 4 3 5.343 3 7V15C3 16.657 4.343 18 6 18H7.5V21L12 18Z",stroke:"#FAFAFA",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),L6=({className:t="",width:n="32",height:r="32"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M21.9439 9.34865H12.0308C9.79113 9.34865 7.72123 11.1464 7.40759 13.364L6.52418 19.6102C6.21054 21.8279 7.77193 23.6256 10.0116 23.6256H15.8699C18.1085 23.6256 19.6699 25.4218 19.3582 27.638C19.2831 27.64 19.2079 27.641 19.1326 27.641H9.44374C4.96432 27.641 1.84154 24.0455 2.46883 19.6102L3.35223 13.364C3.97951 8.92876 8.11932 5.33325 12.5987 5.33325H22.5118C26.9913 5.33325 30.114 8.92876 29.4867 13.364L29.0858 16.1986C29.0835 16.2201 29.0808 16.2416 29.0777 16.2632L28.8884 17.6017C28.7316 18.7105 27.6967 19.6094 26.5768 19.6094C25.457 19.6094 24.6763 18.7105 24.8331 17.6017L25.4314 13.364C25.745 11.1464 24.1836 9.34865 21.9439 9.34865Z",fill:"#FF8D4E"}),l.jsx("path",{d:"M24.7644 27.6412C26.2576 27.6412 27.6375 26.4427 27.8466 24.9643C28.0557 23.4859 27.0148 22.2874 25.5216 22.2874C24.0285 22.2874 22.6485 23.4859 22.4394 24.9643C22.2304 26.4427 23.2713 27.6412 24.7644 27.6412Z",fill:"#FF8D4E"})]}),H6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M10.591 7.40901C11.4697 8.28769 11.4697 9.71231 10.591 10.591C9.71231 11.4697 8.28769 11.4697 7.40901 10.591C6.53033 9.71231 6.53033 8.28769 7.40901 7.40901C8.28769 6.53033 9.71231 6.53033 10.591 7.40901",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.135 14.0438V14.0438C12.5123 14.421 13.125 14.421 13.5023 14.0438L14.0438 13.5023C14.421 13.125 14.421 12.5123 14.0438 12.135V12.135C13.7573 11.8485 13.6732 11.4188 13.8307 11.0453C13.8472 11.0055 13.8638 10.9658 13.8795 10.9253C14.0168 10.5758 14.3572 10.3507 14.7322 10.3507H14.7825C15.3165 10.3507 15.7493 9.918 15.7493 9.384V8.61825C15.7493 8.08425 15.3165 7.6515 14.7825 7.6515H14.7322C14.3572 7.6515 14.0168 7.42575 13.8795 7.077C13.8638 7.0365 13.8472 6.99675 13.8307 6.957C13.6732 6.5835 13.7573 6.15375 14.0438 5.86725V5.86725C14.421 5.49 14.421 4.87725 14.0438 4.5L13.5023 3.9585C13.125 3.58125 12.5123 3.58125 12.135 3.9585V3.9585C11.8485 4.245 11.4188 4.329 11.0453 4.1715C11.0055 4.155 10.9658 4.1385 10.9253 4.12275C10.5758 3.98325 10.35 3.642 10.35 3.267V3.21675C10.35 2.68275 9.91725 2.25 9.38325 2.25H8.6175C8.08275 2.25 7.65 2.68275 7.65 3.21675V3.267C7.65 3.642 7.42425 3.9825 7.0755 4.11975C7.035 4.13625 6.99525 4.152 6.9555 4.16925C6.582 4.32675 6.15225 4.24275 5.86575 3.95625V3.95625C5.4885 3.579 4.87575 3.579 4.4985 3.95625L3.95625 4.49775C3.579 4.875 3.579 5.48775 3.95625 5.865V5.865C4.24275 6.1515 4.32675 6.58125 4.16925 6.95475C4.152 6.99525 4.13625 7.035 4.1205 7.0755C3.98325 7.42425 3.642 7.65 3.267 7.65H3.21675C2.68275 7.65 2.25 8.08275 2.25 8.61675V9.3825C2.25 9.91725 2.68275 10.35 3.21675 10.35H3.267C3.642 10.35 3.9825 10.5757 4.11975 10.9245C4.1355 10.965 4.152 11.0047 4.1685 11.0445C4.326 11.418 4.242 11.8477 3.9555 12.1342V12.1342C3.57825 12.5115 3.57825 13.1242 3.9555 13.5015L4.497 14.043C4.87425 14.4202 5.487 14.4202 5.86425 14.043V14.043C6.15075 13.7565 6.5805 13.6725 6.954 13.83C6.99375 13.8465 7.0335 13.863 7.074 13.8788C7.4235 14.016 7.6485 14.3565 7.6485 14.7315V14.7817C7.6485 15.3157 8.08125 15.7485 8.61525 15.7485H9.381C9.915 15.7485 10.3477 15.3157 10.3477 14.7817V14.7315C10.3477 14.3565 10.5735 14.016 10.9222 13.8788C10.9627 13.863 11.0025 13.8465 11.0422 13.83C11.418 13.6733 11.8478 13.7573 12.135 14.0438V14.0438Z",strokeLinecap:"round",strokeLinejoin:"round"})]}),P6=({className:t="",width:n="12",height:r="12"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.875 15V10.875C10.875 10.4608 10.5392 10.125 10.125 10.125H7.875C7.46079 10.125 7.125 10.4608 7.125 10.875V15C7.125 15.4142 6.78921 15.75 6.375 15.75H3.375C2.75368 15.75 2.25 15.2463 2.25 14.625V7.85613C2.25 7.39466 2.4624 6.95888 2.82589 6.67459L8.07589 2.56847C8.6188 2.14384 9.38122 2.14384 9.92413 2.56847L15.1741 6.67457C15.5376 6.95887 15.75 7.39465 15.75 7.85611V14.625C15.75 15.2463 15.2463 15.75 14.625 15.75H11.625C11.2108 15.75 10.875 15.4142 10.875 15Z",strokeLinecap:"round",strokeLinejoin:"round"})}),V6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.9828 14.931L15.0748 3.89104C15.2976 3.28954 14.7118 2.70454 14.1111 2.92729L3.06735 7.02229C2.3766 7.27879 2.4306 8.27329 3.14535 8.45254L8.27085 9.74029L9.5511 14.8523C9.7311 15.5678 10.7263 15.6225 10.9828 14.931V14.931Z",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M14.9025 3.09741L8.27246 9.74241",strokeLinecap:"round",strokeLinejoin:"round"})]}),T6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M15.7502 15.7499L12.9844 12.9841",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.25 8.53425C2.25 12.0049 5.06355 14.8185 8.53425 14.8185C12.0049 14.8185 14.8185 12.0049 14.8185 8.53425C14.8185 5.06355 12.0049 2.25 8.53425 2.25V2.25C5.06366 2.25026 2.25026 5.06366 2.25 8.53425",strokeLinecap:"round",strokeLinejoin:"round"})]}),_6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M12.2498 2.25H3.50025C2.8095 2.25 2.25 2.8095 2.25 3.50025V9.75",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10.125 15.75L11.3752 13.2502H14.5005C15.1905 13.2502 15.75 12.69 15.75 12V5.75025C15.75 5.0595 15.1905 4.5 14.4998 4.5H5.75025C5.0595 4.5 4.5 5.0595 4.5 5.75025V12C4.5 12.69 5.0595 13.2502 5.75025 13.2502H8.25",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M7.5 7.5H12.75",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M7.5 10.5H10.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),D6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.25 15.375H3.75C2.92125 15.375 2.25 14.7038 2.25 13.875V7.125C2.25 6.29625 2.92125 5.625 3.75 5.625H14.25C15.0788 5.625 15.75 6.29625 15.75 7.125V13.875C15.75 14.7038 15.0788 15.375 14.25 15.375Z",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12.1301 5.625V4.125C12.1301 3.29625 11.4589 2.625 10.6301 2.625H7.36914C6.54039 2.625 5.86914 3.29625 5.86914 4.125V5.625",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.25 7.125L7.01325 10.2682C7.2585 10.4302 7.54575 10.5165 7.83975 10.5165H10.1602C10.4542 10.5165 10.7415 10.4302 10.9868 10.2682L15.75 7.125",strokeLinecap:"round",strokeLinejoin:"round"})]}),I6=({width:t="40",height:n="41"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 40 41",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("rect",{y:"0.5",width:parseInt(t)-1,height:parseInt(n)-1,rx:"20",fill:"#014737"}),l.jsx("path",{d:"M27.5 15.5L18.75 24.25L13.75 19.25",stroke:"#84E1BC",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),N6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M7.5 5.369V3.5C7.5 2.67157 8.17157 2 9 2V2C9.82843 2 10.5 2.67157 10.5 3.5V5.37",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M9.89 10.864L12.979 21H15V16L11.9972 7.15493C11.5598 5.86661 10.3504 5 8.98989 5V5C7.62696 5 6.41599 5.86962 5.9805 7.1611L3 16V21H5L8.068 10.864",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M15 7V4C15 3.44772 15.4477 3 16 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H18",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M21 5.86719H19",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M21 9.86719H19",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M21 13.8672H19",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M21 17.8672H19",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("circle",{cx:"9",cy:"8",r:"3",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M9.09999 8.00006C9.09995 8.02766 9.07757 8.05001 9.04997 8.05C9.02237 8.04999 9 8.02762 8.99999 8.00002C8.99998 7.97242 9.02233 7.95003 9.04993 7.95C9.06321 7.94998 9.07595 7.95525 9.08534 7.96464C9.09473 7.97404 9.1 7.98678 9.09999 8.00006",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),G6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("circle",{cx:"18.5",cy:"19",r:"2.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M6.50048 5.375C6.56945 5.37527 6.62518 5.43135 6.625 5.50032C6.62482 5.56929 6.56881 5.62509 6.49984 5.625C6.43087 5.62491 6.375 5.56898 6.375 5.5C6.37482 5.46671 6.388 5.43474 6.41158 5.41124C6.43517 5.38775 6.46719 5.37469 6.50048 5.375",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10 5.5C10 7.16138 8.1435 8.93827 7.13391 9.7815C6.76098 10.073 6.23742 10.0728 5.86465 9.78116C4.856 8.93783 3 7.16117 3 5.5V5.5C3 3.567 4.567 2 6.5 2V2C8.433 2 10 3.567 10 5.5V5.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12 19H9C7.34315 19 6 17.6569 6 16V16C6 14.3431 7.34315 13 9 13H15C16.6569 13 18 11.6569 18 10V10C18 8.34315 16.6569 7 15 7H13",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),O6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 13V13C10.343 13 9 11.657 9 10V10C9 8.343 10.343 7 12 7V7C13.657 7 15 8.343 15 10V10C15 11.657 13.657 13 12 13Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 21C12 21 5 15.25 5 10C5 6.134 8.134 3 12 3C15.866 3 19 6.134 19 10C19 15.25 12 21 12 21Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),W6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M18 4C19.1046 4 20 4.89543 20 6V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V6C4 4.89543 4.89543 4 6 4",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M6 4H9.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M14.5 4H18",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5 2H13.5C14.0523 2 14.5 2.44772 14.5 3V6H9.5V3C9.5 2.44772 9.94772 2 10.5 2Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("circle",{cx:"12",cy:"11",r:"2",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M15.5 17.5C15.5 16.3954 14.6046 15.5 13.5 15.5H10.5C9.39543 15.5 8.5 16.3954 8.5 17.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),$6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M3 22V8C3 7.44772 3.44772 7 4 7H6C6.55228 7 7 7.44772 7 8V22",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M22 22H2",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5 4C5 2.89543 5.89543 2 7 2H10",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M7 10H20C20.5523 10 21 10.4477 21 11V22",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 17H15C15.5523 17 16 17.4477 16 18V22H12V18C12 17.4477 12.4477 17 13 17Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10 13.5H18",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),U6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M12 11V10",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12 17V18",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10.264 16.285C10.523 16.709 10.965 17.002 11.5 17.002H12H12.596C13.372 17.002 14 16.373 14 15.598C14 14.954 13.561 14.393 12.937 14.235L11.062 13.764C10.439 13.608 10 13.047 10 12.403C10 11.627 10.629 10.999 11.404 10.999H12H12.5C13.033 10.999 13.475 11.291 13.733 11.714",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19 20.5H5C3.895 20.5 3 19.605 3 18.5V9.5C3 8.395 3.895 7.5 5 7.5H19C20.105 7.5 21 8.395 21 9.5V18.5C21 19.605 20.105 20.5 19 20.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16.174 7.5V5.5C16.174 4.395 15.279 3.5 14.174 3.5H9.82599C8.72099 3.5 7.82599 4.395 7.82599 5.5V7.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),K6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M21.0038 21.0038V4.28381C21.0023 3.86272 20.7949 3.46897 20.4485 3.22963C20.102 2.99028 19.6604 2.93563 19.266 3.08331L12.8344 5.49131C12.3316 5.67976 11.9989 6.16086 12 6.69781V21.0038",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.37266 5.24719H8.6236C9.24518 5.24719 9.74907 5.75108 9.74907 6.37266V8.6236H5.24719V6.37266C5.24719 5.75108 5.75108 5.24719 6.37266 5.24719V5.24719Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M7.49813 2.99622V5.24715",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.99622 21.0038V9.74906C2.99622 9.12749 3.50011 8.6236 4.12168 8.6236H10.8745C11.4961 8.6236 12 9.12749 12 9.74906V21.0038",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5.81042 15.3764H9.18683",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5.81042 15.3764H9.18683",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5.81042 12H9.18683",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M7.49813 19.316V21.0037",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M22.0042 21.0037H1.99585",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M15.0012 9.05579V17.0021",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M18.0025 9.05579V17.0021",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),q6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 7V7C12 4.79086 13.7909 3 16 3H20C21.1046 3 22 3.89543 22 5V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19V5C2 3.89543 2.89543 3 4 3H8C10.2091 3 12 4.79086 12 7Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M22 17H15C13.3431 17 12 18.3431 12 20V20C12 18.3431 10.6569 17 9 17H2",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12 7V20",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Y6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M3 3V21",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 14.333H15V18C15 18.552 14.552 19 14 19H3V14.333Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 9.66699H20C20.552 9.66699 21 10.115 21 10.667V13.334C21 13.886 20.552 14.334 20 14.334H3V9.66699Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 5H17C17.552 5 18 5.448 18 6V9.667H3V5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Z6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5006 20.5035V20.0974C13.5039 18.9418 14.4399 18.0058 15.5955 18.0025H18.9089C20.0645 18.0058 21.0004 18.9418 21.0037 20.0974V20.5035C21.0037 20.7798 20.7798 21.0038 20.5035 21.0038H14.0008C13.7246 21.0038 13.5006 20.7798 13.5006 20.5035Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.2514 13.4926C15.2558 12.3886 16.1535 11.4968 17.2575 11.4998C18.3615 11.5027 19.2545 12.3993 19.253 13.5033C19.2516 14.6072 18.3562 15.5014 17.2522 15.5014C16.7202 15.5014 16.21 15.2895 15.8346 14.9126C15.4591 14.5356 15.2492 14.0246 15.2514 13.4926V13.4926Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.99622 19.0029C2.99622 20.108 3.89202 21.0038 4.99705 21.0038",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.99624 16.0016V19.0029",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M8.99874 21.0037H4.99707",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.99622 19.0029C2.99622 20.108 3.89202 21.0038 4.99705 21.0038",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.99624 16.0016V19.0029",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M8.99874 21.0037H4.99707",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.99622 19.0029C2.99622 20.108 3.89202 21.0038 4.99705 21.0038",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.99624 16.0016V19.0029",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M9.99915 21.0037H4.99707",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.99622 12V11.5938C2.99951 10.4382 3.93549 9.50226 5.09109 9.49896H8.40447C9.56007 9.50226 10.496 10.4382 10.4993 11.5938V12C10.4993 12.2763 10.2754 12.5002 9.99913 12.5002H3.49642C3.22017 12.5002 2.99622 12.2763 2.99622 12Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.74696 4.98905C4.7514 3.88508 5.64915 2.99329 6.75313 2.99622C7.85711 2.99917 8.75009 3.89573 8.74863 4.99971C8.74716 6.1037 7.8518 6.99789 6.74781 6.99789C6.21577 6.99789 5.70563 6.78599 5.33017 6.40903C4.95471 6.03207 4.74485 5.52109 4.74696 4.98905V4.98905Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M21.0038 5.02812C21.0038 3.92309 20.108 3.02728 19.0029 3.02728",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M21.0037 8.99873V5.02808",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M12 3.02725H19.0029",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),J6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M13.7678 10.9822C14.7441 11.9585 14.7441 13.5415 13.7678 14.5178C12.7915 15.4941 11.2086 15.4941 10.2323 14.5178C9.25598 13.5415 9.25598 11.9585 10.2323 10.9822C11.2086 10.0059 12.7915 10.0059 13.7678 10.9822",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M19.2538 4.98223C20.2301 5.95854 20.2301 7.54145 19.2538 8.51776C18.2775 9.49407 16.6946 9.49407 15.7183 8.51776C14.7419 7.54145 14.7419 5.95854 15.7183 4.98223C16.6946 4.00592 18.2775 4.00592 19.2538 4.98223",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M18 12.25C19.533 12.25 21 12.783 22 13.583",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M8.28174 4.98223C9.25805 5.95854 9.25805 7.54145 8.28174 8.51776C7.30543 9.49407 5.72252 9.49407 4.74621 8.51776C3.7699 7.54145 3.7699 5.95854 4.74621 4.98223C5.72252 4.00592 7.30543 4.00592 8.28174 4.98223",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2 13.583C3 12.783 4.467 12.25 6 12.25",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16.591 19.75C15.426 18.849 13.752 18.25 12 18.25C10.248 18.25 8.574 18.849 7.409 19.75",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Q6=({className:t="",width:n="12",height:r="12"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M8 10L12 14L16 10",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),X6=({className:t="",width:n="12",height:r="12"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M16 14L12 10L8 14",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),R6=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M5 12H19",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10 7L5 12",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10 17L5 12",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),e7=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M14.6666 12H9.33331",strokeWidth:"1.33333",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 18V18C8.686 18 6 15.314 6 12V12C6 8.686 8.686 6 12 6V6C15.314 6 18 8.686 18 12V12C18 15.314 15.314 18 12 18Z",strokeWidth:"1.33333",strokeLinecap:"round",strokeLinejoin:"round"})]}),t7=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M11.25 14.25L9 12",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M15 10.5L11.25 14.25",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 21C7.02944 21 3 16.9706 3 12V12C3 7.02944 7.02944 3 12 3V3C16.9706 3 21 7.02944 21 12V12C21 16.9706 16.9706 21 12 21V21Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),n7=({width:t="14",height:n="20"})=>l.jsx("svg",{width:t,height:n,viewBox:"0 0 14 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M7 16H7.01M3 19H11C11.5304 19 12.0391 18.7893 12.4142 18.4142C12.7893 18.0391 13 17.5304 13 17V3C13 2.46957 12.7893 1.96086 12.4142 1.58579C12.0391 1.21071 11.5304 1 11 1H3C2.46957 1 1.96086 1.21071 1.58579 1.58579C1.21071 1.96086 1 2.46957 1 3V17C1 17.5304 1.21071 18.0391 1.58579 18.4142C1.96086 18.7893 2.46957 19 3 19Z",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),r7=({width:t="20",height:n="17"})=>l.jsx("svg",{width:t,height:n,viewBox:"0 0 20 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M1 4.5L8.89 9.76C9.21866 9.97928 9.6049 10.0963 10 10.0963C10.3951 10.0963 10.7813 9.97928 11.11 9.76L19 4.5M3 15.5H17C17.5304 15.5 18.0391 15.2893 18.4142 14.9142C18.7893 14.5391 19 14.0304 19 13.5V3.5C19 2.96957 18.7893 2.46086 18.4142 2.08579C18.0391 1.71071 17.5304 1.5 17 1.5H3C2.46957 1.5 1.96086 1.71071 1.58579 2.08579C1.21071 2.46086 1 2.96957 1 3.5V13.5C1 14.0304 1.21071 14.5391 1.58579 14.9142C1.96086 15.2893 2.46957 15.5 3 15.5Z",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),l7=({width:t="12",height:n="12"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213Z",stroke:"#727272",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.45801 12C3.73201 7.943 7.52301 5 12 5C16.478 5 20.268 7.943 21.542 12C20.268 16.057 16.478 19 12 19C7.52301 19 3.73201 16.057 2.45801 12Z",stroke:"#727272",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),a7=({width:t="12",height:n="12"})=>l.jsx("svg",{width:t,height:n,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M6.93752 9.4125C6.62844 9.47095 6.31457 9.50024 6.00002 9.5C3.76102 9.5 1.86602 8.0285 1.22852 6C1.40015 5.45405 1.66451 4.94173 2.01002 4.4855M4.93902 4.9395C5.22034 4.65817 5.60191 4.50012 5.99977 4.50012C6.39762 4.50012 6.77919 4.65817 7.06052 4.9395C7.34184 5.22083 7.49989 5.60239 7.49989 6.00025C7.49989 6.39811 7.34184 6.77967 7.06052 7.061M4.93902 4.9395L7.06052 7.061M4.93902 4.9395L7.06002 7.06M7.06052 7.061L8.70602 8.706M4.94002 4.94L3.29502 3.295M3.29502 3.295L1.50002 1.5M3.29502 3.295C4.10119 2.77478 5.04056 2.4987 6.00002 2.5C8.23902 2.5 10.134 3.9715 10.7715 6C10.4195 7.11523 9.6887 8.07228 8.70552 8.7055M3.29502 3.295L8.70552 8.7055M8.70552 8.7055L10.5 10.5",stroke:"#727272",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),o7=()=>l.jsx("span",{children:"🙌"}),i7=({width:t="22",height:n="21"})=>l.jsx("svg",{width:t,height:n,viewBox:"0 0 22 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M19.4578 2.67974C18.9691 2.14721 18.3889 1.72477 17.7503 1.43656C17.1117 1.14834 16.4272 1 15.7359 1C15.0446 1 14.3601 1.14834 13.7215 1.43656C13.0829 1.72477 12.5026 2.14721 12.0139 2.67974L10.9997 3.7844L9.98554 2.67974C8.99842 1.60458 7.6596 1.00056 6.26361 1.00056C4.86761 1.00056 3.52879 1.60458 2.54168 2.67974C1.55456 3.7549 1 5.21313 1 6.73364C1 8.25414 1.55456 9.71238 2.54168 10.7875L3.55588 11.8922L10.9997 20L18.4436 11.8922L19.4578 10.7875C19.9467 10.2553 20.3346 9.62328 20.5992 8.9277C20.8638 8.23212 21 7.48657 21 6.73364C21 5.98071 20.8638 5.23516 20.5992 4.53958C20.3346 3.84399 19.9467 3.21201 19.4578 2.67974Z",stroke:"#3F83F8",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),s7=({width:t="28",height:n="28"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M8.16797 9.72867C8.63845 8.4301 9.56707 7.33511 10.7894 6.63762C12.0117 5.94014 13.4488 5.68518 14.8461 5.9179C16.2435 6.15062 17.5109 6.856 18.424 7.90911C19.337 8.96222 19.8367 10.2951 19.8346 11.6717C19.8346 15.5577 13.8312 17.5007 13.8312 17.5007",stroke:"#FACA15",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M14 23.334H14.0117",stroke:"#FACA15",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"})]}),c7=({className:t="",width:n="20",height:r="20"})=>l.jsx("svg",{className:t,width:n,height:r,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{d:"M17 19V3C17 2.46957 16.7893 1.96086 16.4142 1.58579C16.0391 1.21071 15.5304 1 15 1H5C4.46957 1 3.96086 1.21071 3.58579 1.58579C3.21071 1.96086 3 2.46957 3 3V19M17 19H3M17 19H19M17 19H12M3 19H1M3 19H8M12 19V14C12 13.7348 11.8946 13.4804 11.7071 13.2929C11.5196 13.1054 11.2652 13 11 13H9C8.73478 13 8.48043 13.1054 8.29289 13.2929C8.10536 13.4804 8 13.7348 8 14V19M12 19H8M7 5H8M7 9H8M12 5H13M12 9H13",stroke:"#4B4B4B",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),d7=({width:t="24",height:n="24"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z",stroke:"#727272",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M14 2V8H20",stroke:"#727272",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16 13H8",stroke:"#727272",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16 17H8",stroke:"#727272",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10 9H9H8",stroke:"#727272",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),u7=({width:t="16",height:n="16"})=>l.jsx("svg",{width:t,height:n,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 12.3625L3.14917 14.6667L4.15667 9.56667L0.5 5.82667L5.64917 5.18417L8 0.5L10.3508 5.18417L15.5 5.82667L11.8433 9.56667L12.8508 14.6667L8 12.3625Z",fill:"#FACA15",stroke:"#FACA15",strokeLinecap:"round",strokeLinejoin:"round"})}),h7=({width:t="14",height:n="14"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M8.6665 7.99984L12.1378 4.5285C12.2632 4.40317 12.3332 4.23384 12.3332 4.05717V2.33317C12.3332 1.96517 12.0345 1.6665 11.6665 1.6665H2.33317C1.96517 1.6665 1.6665 1.96517 1.6665 2.33317V4.05717C1.6665 4.23384 1.7365 4.40384 1.86184 4.5285L5.33317 7.99984",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5.33301 8V12.166C5.33301 12.708 5.84234 13.106 6.36834 12.9747L8.03501 12.558C8.40567 12.4653 8.66634 12.132 8.66634 11.7493V8",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),p7=({width:t="14",height:n="12"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 14 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M5.6665 3.3335L3.6665 1.3335L1.6665 3.3335",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M3.66634 10.6668V1.3335",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M8.33301 8.66699L10.333 10.667L12.333 8.66699",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10.3333 1.3335V10.6668",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),f7=({width:t="20",height:n="21",className:r=""})=>l.jsxs("svg",{className:r,width:t,height:n,viewBox:"0 0 20 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M12.9645 9.75891L9.99997 12.7235L7.0354 9.75891",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10.0001 3.83057V12.7234",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M16.6695 14.2048C16.6695 15.8421 15.3422 17.1694 13.7049 17.1694H6.29513C4.65785 17.1694 3.33057 15.8421 3.33057 14.2048",stroke:"#ADADAD",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),m7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.64479 12.9348L8.77737 13.7451C10.3802 14.3542 11.6458 15.6198 12.2549 17.2226L13.0652 19.3552C13.2127 19.7434 13.5847 20 14 20C14.4152 20 14.7873 19.7434 14.9348 19.3552L15.7451 17.2226C16.3542 15.6198 17.6198 14.3542 19.2226 13.7451L21.3552 12.9348C21.7434 12.7873 22 12.4152 22 12C22 11.5847 21.7434 11.2127 21.3552 11.0652L19.2226 10.2549C17.6198 9.64582 16.3542 8.38016 15.7451 6.77736L14.9348 4.64479C14.7873 4.25662 14.4152 4 14 4C13.5847 4 13.2127 4.25662 13.0652 4.64479L12.2549 6.77736C11.6458 8.38016 10.3802 9.64582 8.77737 10.2549L6.64479 11.0652C6.25662 11.2127 6 11.5847 6 12C6 12.4152 6.25662 12.7873 6.64479 12.9348Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M6 21V17",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M4 19H8",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5 7V3",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M3 5H7",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),v7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.8859 12.5343L12.9301 18.4901C12.5476 18.8726 12.2995 19.3688 12.223 19.9043L12.0052 21.4292C11.9829 21.585 12.0353 21.7422 12.1466 21.8534C12.2579 21.9647 12.415 22.0171 12.5708 21.9949L14.0957 21.777C14.6312 21.7005 15.1275 21.4524 15.51 21.0699L21.4657 15.1142C22.1781 14.4018 22.1781 13.2467 21.4657 12.5343V12.5343C21.1236 12.1922 20.6596 12 20.1758 12C19.692 12 19.228 12.1922 18.8859 12.5343Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M9 10H15",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M9 14H11",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M9 21H6C5.46971 21.0001 4.96108 20.7896 4.58601 20.4148C4.21094 20.0399 4.00014 19.5314 4 19.0011V5C3.99985 4.46971 4.21037 3.96108 4.58523 3.58601C4.9601 3.21094 5.46861 3.00014 5.9989 3H18C18.5303 2.99985 19.0389 3.21037 19.414 3.58523C19.7891 3.9601 19.9999 4.46861 20 4.9989V9",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M3 8H5.33",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M3 12H5.33",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M2.88 16H5.33",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),g7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M8 5L5 8L8 11",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5 8H14C17.314 8 20 10.462 20 13.5V13.5C20 16.538 17.314 19 14 19H6",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),y7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M19.68 5.79742V12.5069",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M20.64 18.2669H14.88",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M18.72 16.3469L20.64 18.2669L18.72 20.1869",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M11.04 16.3469H5.27999C4.21919 16.3469 3.35999 15.4877 3.35999 14.4269V5.79742",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.29055 3.86688H17.7504C18.816 3.86688 19.6809 4.73088 19.6809 5.79744V5.79744C19.6809 6.43776 19.3632 7.03584 18.8333 7.39488L13.6905 10.8806C12.3801 11.7686 10.6598 11.7686 9.34943 10.8806L4.20767 7.39584C3.67775 7.0368 3.35999 6.43776 3.35999 5.7984V5.79744C3.35999 4.73088 4.22399 3.86688 5.29055 3.86688Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),w7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("rect",{x:"3",y:"7",width:"14",height:"14",rx:"3",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M7 4C7.63963 3.35869 8.50851 2.9988 9.41427 3H18C19.6569 3 21 4.34315 21 6V14.5857C21.0012 15.4915 20.6413 16.3604 20 17",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),x7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M19 9V5H15",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M13 11L19 5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M20 13V15C20 17.7614 17.7614 20 15 20H9C6.23858 20 4 17.7614 4 15V9C4 6.23858 6.23858 4 9 4H11",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),b7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M15.6445 8.99872V17.0021",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M20.0033 17.0021V8.99872",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M14.0008 20.0033H22.0042V19.0029L21.0037 17.0021H12",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.63098 21.0038H3.47041C3.20852 21.0038 2.99622 20.7915 2.99622 20.5296V20.1454C2.99897 19.0504 3.88599 18.1633 4.98104 18.1606H8.11935C9.2144 18.1633 10.1014 19.0504 10.1042 20.1454V20.5296C10.1042 20.7911 9.89248 21.0032 9.63098 21.0038Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.55074 15.7906C5.50441 15.7887 4.65748 14.9394 4.65845 13.8931C4.65942 12.8467 5.50791 11.999 6.55424 11.999C7.60057 11.999 8.44906 12.8467 8.45003 13.8931C8.45099 14.9394 7.60407 15.7887 6.55774 15.7906H6.55074Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.99664 8.99877H22.0041V5.92549L13.0004 1.99585L3.99664 5.92549V8.99877Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),E7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M13.0147 18.0147L11.4853 19.5441C9.54415 21.4853 6.39697 21.4853 4.45584 19.5441V19.5441C2.51472 17.603 2.51472 14.4558 4.45584 12.5147L6.44975 10.5208C7.38743 9.58312 8.6592 9.05634 9.98529 9.05634C11.3114 9.05634 12.5831 9.58312 13.5208 10.5208",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10.9853 5.98528L12.5147 4.45584C14.4559 2.51472 17.603 2.51472 19.5442 4.45584V4.45584C21.4853 6.39697 21.4853 9.54415 19.5442 11.4853L17.5502 13.4792C15.5976 15.4318 12.4318 15.4318 10.4792 13.4792",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),z7=({width:t="20",height:n="20"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5023 17.3612C18.5497 17.3612 19.3998 16.5139 19.4031 15.4665V15.4665V15.4665C19.4024 14.9335 19.1897 14.4227 18.8118 14.0469L17.5523 12.7863V9.04178C17.552 7.56994 16.9668 6.15856 15.9254 5.11847C14.884 4.07837 13.4718 3.49487 12 3.49646V3.49646C8.93842 3.49812 6.45724 5.9802 6.45669 9.04178V12.7833L5.19717 14.0439C4.81904 14.4196 4.60596 14.9304 4.60492 15.4635V15.4635V15.4635C4.60823 16.5109 5.45827 17.3582 6.50571 17.3582L17.5023 17.3612Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M10.5204 20.5036H13.4786",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),F7=({className:t="",width:n="12",height:r="12"})=>l.jsxs("svg",{className:t,width:n,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.70298 4.09499L3.52898 7.52499C2.23098 8.24599 2.23098 10.112 3.52898 10.833L9.70298 14.263C11.131 15.056 12.868 15.056 14.297 14.263L20.471 10.833C21.769 10.112 21.769 8.24599 20.471 7.52499L14.297 4.09499C12.868 3.30199 11.132 3.30199 9.70298 4.09499Z",strokeWidth:"1.419",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{d:"M5.99097 12.2V16.124C5.99097 17.073 6.46597 17.958 7.25497 18.483L8.86197 19.552C10.763 20.816 13.237 20.816 15.137 19.552L16.744 18.483C17.534 17.958 18.008 17.072 18.008 16.124V12.2",strokeWidth:"1.4167",strokeLinecap:"round",strokeLinejoin:"round"})]}),k7=({width:t="24",height:n="24"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M14.4749 4.52513C15.8417 5.89197 15.8417 8.10804 14.4749 9.47488C13.108 10.8417 10.892 10.8417 9.52513 9.47488C8.15829 8.10804 8.15829 5.89197 9.52513 4.52513C10.892 3.15829 13.108 3.15829 14.4749 4.52513",stroke:"#373737",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 18.5V19.5C4 20.052 4.448 20.5 5 20.5H19C19.552 20.5 20 20.052 20 19.5V18.5C20 15.474 16.048 13.508 12 13.508C7.952 13.508 4 15.474 4 18.5Z",stroke:"#373737",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),u2=({iconType:t="cross",iconSize:n="24"})=>t==="cross"?l.jsx(E6,{width:n,height:n}):t==="plus"?l.jsx(k6,{width:n,height:n}):t==="thumb"?l.jsx(M6,{width:n,height:n}):t==="clock"?l.jsx(b6,{width:n,height:n}):t==="tick"?l.jsx(S6,{width:n,height:n}):t==="linkedinLogo"?l.jsx(F6,{width:n,height:n}):t==="searchArrow"?l.jsx(C6,{width:n,height:n}):t==="excalamationCircle"?l.jsx(z6,{width:n,height:n}):t==="edit"?l.jsx(A6,{width:n,height:n}):t==="delete"?l.jsx(B6,{width:n,height:n}):t==="chatOneBallon"?l.jsx(j6,{width:n,height:n}):t==="qluLogo"?l.jsx(L6,{width:n,height:n}):t==="gear"?l.jsx(H6,{width:n,height:n}):t==="home"?l.jsx(P6,{width:n,height:n}):t==="paperPlaneUpRight"?l.jsx(V6,{width:n,height:n}):t==="search"?l.jsx(T6,{width:n,height:n}):t==="chat"?l.jsx(_6,{width:n,height:n}):t==="briefcase"?l.jsx(D6,{width:n,height:n}):t==="barGraph"?l.jsx(Y6,{width:n,height:n}):t==="book"?l.jsx(q6,{width:n,height:n}):t==="company"?l.jsx(K6,{width:n,height:n}):t==="dollarBriefcase"?l.jsx(U6,{width:n,height:n}):t==="industry"?l.jsx($6,{width:n,height:n}):t==="jobTitle"?l.jsx(W6,{width:n,height:n}):t==="location"?l.jsx(O6,{width:n,height:n}):t==="strategyPath"?l.jsx(G6,{width:n,height:n}):t==="tools"?l.jsx(N6,{width:n,height:n}):t==="management"?l.jsx(Z6,{width:n,height:n}):t==="employees"?l.jsx(J6,{width:n,height:n}):t==="cheveronDown"?l.jsx(Q6,{width:n,height:n}):t==="cheveronUp"?l.jsx(X6,{width:n,height:n}):t==="arrowLeft"?l.jsx(R6,{width:n,height:n}):t==="passTick"?l.jsx(I6,{width:n,height:n}):t==="doNotInclude"?l.jsx(e7,{width:n,height:n}):t==="tickCircle"?l.jsx(t7,{width:n,height:n}):t==="phone"?l.jsx(n7,{width:n,height:n}):t==="email"?l.jsx(r7,{width:n,height:n}):t==="eye"?l.jsx(l7,{width:n,height:n}):t==="eyeOff"?l.jsx(a7,{width:n,height:n}):t==="congratulations"?l.jsx(o7,{}):t==="heart"?l.jsx(i7,{width:n,height:n}):t==="questionMark"?l.jsx(s7,{width:n,height:n}):t==="kebab"?l.jsx(w6,{width:n,height:n}):t==="calendar"?l.jsx(x6,{width:n,height:n}):t==="officeBuilding"?l.jsx(c7,{width:n,height:n}):t==="notes"?l.jsx(d7,{width:n,height:n}):t==="star"?l.jsx(u7,{width:n,height:n}):t==="filterFunel"?l.jsx(h7,{width:n,height:n}):t==="sortUpDownArrows"?l.jsx(p7,{width:n,height:n}):t==="download"?l.jsx(f7,{width:n,height:n}):t==="sparkles"?l.jsx(m7,{width:n,height:n}):t==="writeNotes"?l.jsx(v7,{width:n,height:n}):t==="undo"?l.jsx(g7,{width:n,height:n}):t==="emailSend"?l.jsx(y7,{width:n,height:n}):t==="copy"?l.jsx(w7,{width:n,height:n}):t==="openLink"?l.jsx(x7,{width:n,height:n}):t==="internalUser"?l.jsx(b7,{width:n,height:n}):t==="link"?l.jsx(E7,{width:n,height:n}):t==="bell"?l.jsx(z7,{width:n,height:n}):t==="graduationHat"?l.jsx(F7,{width:n,height:n}):t==="user"?l.jsx(k7,{width:n,height:n}):null,c8=({isDisabled:t=!1,sizeVariant:n="xs",variant:r="primary",color:a="orange",style:i={},iconType:d="cross",iconSize:s="24",onClick:g,props:w={}})=>{const p=z2({circularSvgButtonGeneric:!0,[`${n}Size--CircularSvgButton`]:!0,[`${r}-${a}--CircularSvgButton`]:!0});return l.jsx("button",{type:"button",style:i,disabled:t,onClick:g,className:p,...w,children:l.jsx(u2,{iconType:d,iconSize:s})})},C7=({iconUrl:t="",tribeMemberName:n="",tribeMemberMail:r="",iconSize:a="48",containerClassName:i="",onAddClick:d})=>l.jsxs("div",{className:`addTribeMemberCard ${i}`,children:[l.jsx(u3,{iconPath:t,iconSize:a}),l.jsxs("span",{children:[l.jsx("span",{className:"addTribeMemberCard--Details",children:l.jsxs("span",{children:[l.jsx("h3",{children:n}),l.jsx("p",{children:r})]})}),l.jsx(c8,{color:"gray",variant:"tertiary",iconType:"plus",onClick:d,sizeVariant:"xs"})]})]}),bs="",M7=({counter:t,text:n,onClick:r,svgType:a})=>l.jsxs("span",{className:"activeFilterPill--Generic",onClick:r,children:[l.jsx("span",{className:"tab-count-active-filesearch",children:t}),n,l.jsx(u2,{iconSize:"22",iconType:a})]}),Es="",S7=({breadCrumbItems:t=[{label:"New",count:3}],archivedCount:n,handleArchiveClick:r,handleClick:a=()=>alert("handle clicked")})=>l.jsxs("div",{className:"assignmentBreadCrumb--Generic",children:[l.jsxs("span",{className:"compelte-breadCrumb",children:[t.map((i,d)=>d<t.length-1&&l.jsxs("button",{className:"single-breadCrumb",onClick:a,children:[i.label,l.jsx("span",{className:"tab-count",children:i.count}),l.jsx("span",{className:"arrow-span"})]})),l.jsxs("button",{className:"last-single-breadCrumb",onClick:a,children:[t[t.length-1].label,l.jsx("span",{className:"tab-count",children:t[t.length-1].count})]})]}),l.jsxs("button",{className:"archived-button",onClick:r,children:["Archived",l.jsx("span",{className:"tab-count",children:n})]})]}),zs="",B7=({setMaxValue:t=1e3,setMinValue:n=500,searchForPillText:r="Chief Exective Officer",crossOnClick:a,applyToAllOnClick:i,getRange:d})=>{const s={minRange:n,maxRange:t},[g,w]=e.useState(s);return l.jsxs("div",{className:"advanceFilterJobTitleWindow--Generic",children:[l.jsx(Ge,{text:r,sizeVariant:"base",hasBorder:!0}),l.jsx(s6,{minValue:n,maxValue:t,getRange:p=>{w(p),d(p)}}),l.jsx(Ge,{text:`${g.minRange}-${g.maxRange}`,sizeVariant:"base",hasBorder:!0}),l.jsx(c8,{onClick:a,sizeVariant:"base",color:"gray",variant:"tertiary",iconType:"cross"}),l.jsx(Y3,{text:"Apply to all",onClick:i,sizeVariant:"xs"})]})},Fs="",A7=({onAndClick:t,onOrClick:n,andInitialState:r=!0,orInitialState:a=!1})=>{const[i,d]=e.useState(r),[s,g]=e.useState(a),w=()=>{d(!0),g(!1),t()},p=()=>{g(!0),d(!1),n()},C=z2({"andButton--Generic":!0,"andOrButton--Selected":i,"andOrButton--Unselected":!i}),h=z2({"orButton--Generic":!0,"andOrButton--Selected":s,"andOrButton--Unselected":!s});return l.jsxs("div",{className:"andOrButton--Wrapper",children:[l.jsx("button",{onClick:w,className:C,children:"AND"}),l.jsx("button",{onClick:p,className:h,children:"OR"})]})},z5=({width:t="154",height:n="43"})=>l.jsxs("svg",{width:t,height:n,viewBox:"0 0 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[l.jsx("path",{d:"M33.4164 14.523H18.5468C15.1872 14.523 12.0823 17.2197 11.6119 20.5461L10.2868 29.9154C9.8163 33.2419 12.1584 35.9385 15.5179 35.9385H24.3053C27.6632 35.9385 30.0054 38.6328 29.5379 41.957C29.4252 41.9601 29.3123 41.9616 29.1993 41.9616H14.6661C7.94696 41.9616 3.2628 36.5683 4.20373 29.9154L5.52883 20.5461C6.46976 13.8932 12.6795 8.49995 19.3986 8.49995H34.2682C40.9874 8.49995 45.6715 13.8932 44.7306 20.5461L44.1293 24.798C44.1257 24.8302 44.1217 24.8625 44.1171 24.8949L43.8331 26.9026C43.5979 28.5659 42.0455 29.9142 40.3657 29.9142C38.6859 29.9142 37.5149 28.5658 37.7501 26.9026L38.6476 20.5461C39.118 17.2197 36.776 14.523 33.4164 14.523Z",fill:"#FF8D4E"}),l.jsx("path",{d:"M37.6471 41.9619C39.8868 41.9619 41.9567 40.1642 42.2704 37.9465C42.584 35.7289 41.0226 33.9311 38.7829 33.9311C36.5432 33.9311 34.4733 35.7289 34.1597 37.9465C33.846 40.1642 35.4074 41.9619 37.6471 41.9619Z",fill:"#FF8D4E"}),l.jsx("path",{d:"M75.6322 14.5428C74.1083 14.5428 72.8089 14.6387 71.734 14.8304C70.6691 15.0135 69.7718 15.2968 69.0421 15.6803C68.3137 16.0551 67.7227 16.5302 67.269 17.1055C66.824 17.6808 66.46 18.3563 66.1771 19.1321C65.9029 19.9079 65.6837 20.7839 65.5197 21.7602C65.3556 22.7365 65.1898 23.8174 65.0221 25.0028C64.8544 26.1883 64.7145 27.2692 64.6024 28.2454C64.4904 29.2217 64.4617 30.0977 64.5165 30.8735C64.58 31.6493 64.7528 32.3249 65.0351 32.9002C65.3261 33.4755 65.7822 33.9549 66.4033 34.3384C67.0257 34.7132 67.8435 34.9922 68.8566 35.1752C69.8772 35.367 71.1495 35.4629 72.6735 35.4629H80.1807C81.7047 35.4629 82.9997 35.367 84.0659 35.1752C85.1395 34.9922 86.0405 34.7132 86.7689 34.3384C87.4986 33.9549 88.0859 33.4755 88.531 32.9002C88.552 32.874 88.5687 32.8479 88.581 32.8217L89.9508 33.7893L91.2266 32.1157L89.5858 30.952C89.5981 30.9258 89.6062 30.8997 89.6099 30.8735C89.8928 30.0977 90.1162 29.2217 90.2803 28.2454C90.453 27.2692 90.6232 26.1883 90.7908 25.0028C90.9585 23.8174 91.0941 22.7365 91.1975 21.7602C91.3096 20.7839 91.3339 19.9079 91.2705 19.1321C91.2157 18.3563 91.0471 17.6808 90.7648 17.1055C90.4825 16.5302 90.0302 16.0551 89.4078 15.6803C88.7866 15.2968 87.9651 15.0135 86.9433 14.8304C85.9314 14.6387 84.6634 14.5428 83.1395 14.5428H75.6322ZM72.9694 33.3709C71.861 33.3709 70.9302 33.3404 70.1768 33.2793C69.4334 33.2096 68.829 33.0745 68.3638 32.874C67.8986 32.6735 67.5583 32.3859 67.3429 32.0111C67.1362 31.6362 67.0159 31.1394 66.9822 30.5205C66.9486 29.9016 66.9822 29.1433 67.0832 28.2454C67.1941 27.3389 67.3383 26.258 67.5158 25.0028C67.6934 23.7476 67.8543 22.6711 67.9986 21.7733C68.1441 20.8667 68.3212 20.104 68.53 19.4851C68.7388 18.8663 69.0038 18.3694 69.3253 17.9946C69.6467 17.6198 70.0684 17.3321 70.5903 17.1316C71.1122 16.9311 71.7541 16.8004 72.5161 16.7394C73.2879 16.6696 74.228 16.6348 75.3364 16.6348H82.8436C83.9519 16.6348 84.8778 16.6696 85.6213 16.7394C86.3746 16.8004 86.9796 16.9311 87.4361 17.1316C87.9013 17.3321 88.2416 17.6198 88.457 17.9946C88.6724 18.3694 88.797 18.8663 88.8307 19.4851C88.8644 20.104 88.8258 20.8667 88.7149 21.7733C88.6139 22.6711 88.4746 23.7476 88.2971 25.0028C88.1196 26.258 87.9537 27.3389 87.7995 28.2454C87.7268 28.6987 87.6459 29.1171 87.5571 29.5006L80.6542 24.5844L79.3636 26.2711L86.7992 31.5534C86.6966 31.7278 86.5884 31.8803 86.4747 32.0111C86.1532 32.3859 85.7316 32.6735 85.2096 32.874C84.6877 33.0745 84.0409 33.2096 83.269 33.2793C82.5071 33.3404 81.5763 33.3709 80.4766 33.3709H72.9694Z",fill:"#ADADAD"}),l.jsx("path",{d:"M99.0916 35.0445L101.932 14.9612H104.426L101.881 32.9525H117.675L117.379 35.0445H99.0916Z",fill:"#ADADAD"}),l.jsx("path",{d:"M150.955 14.9612L149.535 25.0028C149.368 26.1883 149.197 27.2692 149.025 28.2454C148.861 29.2217 148.637 30.0977 148.354 30.8735C148.08 31.6493 147.72 32.3249 147.275 32.9002C146.83 33.4755 146.243 33.9549 145.513 34.3384C144.785 34.7132 143.884 34.9922 142.81 35.1752C141.744 35.367 140.449 35.4629 138.925 35.4629H133.08C131.556 35.4629 130.284 35.367 129.264 35.1752C128.25 34.9922 127.433 34.7132 126.81 34.3384C126.189 33.9549 125.733 33.4755 125.442 32.9002C125.16 32.3249 124.987 31.6493 124.923 30.8735C124.869 30.0977 124.897 29.2217 125.009 28.2454C125.121 27.2692 125.261 26.1883 125.429 25.0028L126.849 14.9612H129.343L127.923 25.0028C127.745 26.258 127.601 27.3389 127.49 28.2454C127.389 29.1433 127.356 29.9016 127.389 30.5205C127.423 31.1394 127.543 31.6362 127.75 32.0111C127.965 32.3859 128.306 32.6735 128.771 32.874C129.236 33.0745 129.84 33.2096 130.584 33.2793C131.337 33.3404 132.268 33.3709 133.376 33.3709H139.221C140.321 33.3709 141.256 33.3404 142.026 33.2793C142.798 33.2096 143.441 33.0745 143.954 32.874C144.476 32.6735 144.898 32.3859 145.219 32.0111C145.541 31.6362 145.806 31.1394 146.014 30.5205C146.232 29.9016 146.413 29.1433 146.557 28.2454C146.702 27.3389 146.864 26.258 147.042 25.0028L148.449 14.9612H150.955Z",fill:"#ADADAD"})]}),ks="",z3=({text:t="String of Button",showIcon:n=!1,iconOnLeft:r=!1,iconType:a="plus",sizeVariant:i="xs",colorVariant:d="orange",props:s={},disabled:g=!1,onClick:w})=>{const p=z2({clickableTextGeneric:!0,[`${i}SizeClickableText`]:!0,[`${d}ClickableText`]:!0,iconOnLeftClickableText:r});return l.jsxs("button",{disabled:g,onClick:w,className:p,...s,children:[t,n&&l.jsx(u2,{iconType:a,iconSize:i==="xs"?"16":i==="sm"?"20":i==="base"?"24":"28"})]})},Cs="",F5=({onClick:t,isDisabled:n=!1,text:r="Button Text",sizeVariant:a="base",colorVariant:i="primaryOrange"})=>l.jsx("button",{className:`textButtonGeneric ${a}--Size--TextButton ${i}`,onClick:t,disabled:n,children:r}),Ms="",j7=({text:t="Already a User?",textColor:n="gray",textOnClick:r=()=>{},buttonText:a="Login",buttonColorVaraint:i="primaryOrangeBorderAndText",buttonOnClick:d=()=>{}})=>l.jsxs("nav",{className:"navbar",children:[l.jsx("ul",{className:"nav-container",children:l.jsx("li",{children:l.jsx(z5,{})})}),l.jsxs("ul",{className:"buttons ml-auto",children:[l.jsx("li",{className:"text",children:l.jsx(z3,{showIcon:!1,text:t,sizeVariant:"base",onClick:r,colorVariant:n})}),l.jsx("li",{children:l.jsx(F5,{text:a,onClick:d,sizeVariant:"base",colorVariant:i})})]})]});/*! *****************************************************************************
|
|
31
31
|
Copyright (c) Microsoft Corporation.
|
|
32
32
|
|
|
33
33
|
Permission to use, copy, modify, and/or distribute this software for any
|