devicons-react 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/assets/img/logo.png +0 -0
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
object-assign
|
|
12
12
|
(c) Sindre Sorhus
|
|
13
13
|
@license MIT
|
|
14
|
-
*/;var b=Object.getOwnPropertySymbols,H=Object.prototype.hasOwnProperty,L=Object.prototype.propertyIsEnumerable;function V(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}var C=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var c={},t=0;t<10;t++)c["_"+String.fromCharCode(t)]=t;var l=Object.getOwnPropertyNames(c).map((function(e){return c[e]}));if("0123456789"!==l.join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,c){for(var t,l,r=V(e),o=1;o<arguments.length;o++){for(var s in t=Object(arguments[o]))H.call(t,s)&&(r[s]=t[s]);if(b){l=b(t);for(var n=0;n<l.length;n++)L.call(t,l[n])&&(r[l[n]]=t[l[n]])}}return r},O="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",B=function(){};if("production"!==process.env.NODE_ENV){var A=O,S={},k=Function.call.bind(Object.prototype.hasOwnProperty);B=function(e){var c="Warning: "+e;"undefined"!=typeof console&&console.error(c);try{throw new Error(c)}catch(e){}}}function D(e,c,t,l,r){if("production"!==process.env.NODE_ENV)for(var o in e)if(k(e,o)){var s;try{if("function"!=typeof e[o]){var n=Error((l||"React class")+": "+t+" type `"+o+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[o]+"`.");throw n.name="Invariant Violation",n}s=e[o](c,o,l,t,null,A)}catch(e){s=e}if(!s||s instanceof Error||B((l||"React class")+": type specification of "+t+" `"+o+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof s+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),s instanceof Error&&!(s.message in S)){S[s.message]=!0;var a=r?r():"";B("Failed "+t+" type: "+s.message+(null!=a?a:""))}}}D.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(S={})};var F=D,j=t.exports,q=C,$=O,_=F,N=Function.call.bind(Object.prototype.hasOwnProperty),R=function(){};function I(){return null}"production"!==process.env.NODE_ENV&&(R=function(e){var c="Warning: "+e;"undefined"!=typeof console&&console.error(c);try{throw new Error(c)}catch(e){}});function W(){}function G(){}G.resetWarningCache=W;if("production"!==process.env.NODE_ENV){var J=t.exports;c.exports=function(e,c){var t="function"==typeof Symbol&&Symbol.iterator,l="<<anonymous>>",r={array:a("array"),bool:a("boolean"),func:a("function"),number:a("number"),object:a("object"),string:a("string"),symbol:a("symbol"),any:n(I),arrayOf:function(e){return n((function(c,t,l,r,o){if("function"!=typeof e)return new s("Property `"+o+"` of component `"+l+"` has invalid PropType notation inside arrayOf.");var n=c[t];if(!Array.isArray(n))return new s("Invalid "+r+" `"+o+"` of type `"+h(n)+"` supplied to `"+l+"`, expected an array.");for(var a=0;a<n.length;a++){var i=e(n,a,l,r,o+"["+a+"]",$);if(i instanceof Error)return i}return null}))},element:n((function(c,t,l,r,o){var n=c[t];return e(n)?null:new s("Invalid "+r+" `"+o+"` of type `"+h(n)+"` supplied to `"+l+"`, expected a single ReactElement.")})),elementType:n((function(e,c,t,l,r){var o=e[c];return j.isValidElementType(o)?null:new s("Invalid "+l+" `"+r+"` of type `"+h(o)+"` supplied to `"+t+"`, expected a single ReactElement type.")})),instanceOf:function(e){return n((function(c,t,r,o,n){if(!(c[t]instanceof e)){var a=e.name||l;return new s("Invalid "+o+" `"+n+"` of type `"+((i=c[t]).constructor&&i.constructor.name?i.constructor.name:l)+"` supplied to `"+r+"`, expected instance of `"+a+"`.")}var i;return null}))},node:n((function(e,c,t,l,r){return i(e[c])?null:new s("Invalid "+l+" `"+r+"` supplied to `"+t+"`, expected a ReactNode.")})),objectOf:function(e){return n((function(c,t,l,r,o){if("function"!=typeof e)return new s("Property `"+o+"` of component `"+l+"` has invalid PropType notation inside objectOf.");var n=c[t],a=h(n);if("object"!==a)return new s("Invalid "+r+" `"+o+"` of type `"+a+"` supplied to `"+l+"`, expected an object.");for(var i in n)if(N(n,i)){var z=e(n,i,l,r,o+"."+i,$);if(z instanceof Error)return z}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&R(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),I;function c(c,t,l,r,n){for(var a=c[t],i=0;i<e.length;i++)if(o(a,e[i]))return null;var h=JSON.stringify(e,(function(e,c){return"symbol"===z(c)?String(c):c}));return new s("Invalid "+r+" `"+n+"` of value `"+String(a)+"` supplied to `"+l+"`, expected one of "+h+".")}return n(c)},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&R("Invalid argument supplied to oneOfType, expected an instance of array."),I;for(var c=0;c<e.length;c++){var t=e[c];if("function"!=typeof t)return R("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+m(t)+" at index "+c+"."),I}return n((function(c,t,l,r,o){for(var n=0;n<e.length;n++)if(null==(0,e[n])(c,t,l,r,o,$))return null;return new s("Invalid "+r+" `"+o+"` supplied to `"+l+"`.")}))},shape:function(e){return n((function(c,t,l,r,o){var n=c[t],a=h(n);if("object"!==a)return new s("Invalid "+r+" `"+o+"` of type `"+a+"` supplied to `"+l+"`, expected `object`.");for(var i in e){var z=e[i];if(z){var m=z(n,i,l,r,o+"."+i,$);if(m)return m}}return null}))},exact:function(e){return n((function(c,t,l,r,o){var n=c[t],a=h(n);if("object"!==a)return new s("Invalid "+r+" `"+o+"` of type `"+a+"` supplied to `"+l+"`, expected `object`.");var i=q({},c[t],e);for(var z in i){var m=e[z];if(!m)return new s("Invalid "+r+" `"+o+"` key `"+z+"` supplied to `"+l+"`.\nBad object: "+JSON.stringify(c[t],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var p=m(n,z,l,r,o+"."+z,$);if(p)return p}return null}))}};function o(e,c){return e===c?0!==e||1/e==1/c:e!=e&&c!=c}function s(e){this.message=e,this.stack=""}function n(e){if("production"!==process.env.NODE_ENV)var t={},r=0;function o(o,n,a,i,h,z,m){if(i=i||l,z=z||a,m!==$){if(c){var p=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw p.name="Invariant Violation",p}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var v=i+":"+a;!t[v]&&r<3&&(R("You are manually calling a React.PropTypes validation function for the `"+z+"` prop on `"+i+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[v]=!0,r++)}}return null==n[a]?o?null===n[a]?new s("The "+h+" `"+z+"` is marked as required in `"+i+"`, but its value is `null`."):new s("The "+h+" `"+z+"` is marked as required in `"+i+"`, but its value is `undefined`."):null:e(n,a,i,h,z)}var n=o.bind(null,!1);return n.isRequired=o.bind(null,!0),n}function a(e){return n((function(c,t,l,r,o,n){var a=c[t];return h(a)!==e?new s("Invalid "+r+" `"+o+"` of type `"+z(a)+"` supplied to `"+l+"`, expected `"+e+"`."):null}))}function i(c){switch(typeof c){case"number":case"string":case"undefined":return!0;case"boolean":return!c;case"object":if(Array.isArray(c))return c.every(i);if(null===c||e(c))return!0;var l=function(e){var c=e&&(t&&e[t]||e["@@iterator"]);if("function"==typeof c)return c}(c);if(!l)return!1;var r,o=l.call(c);if(l!==c.entries){for(;!(r=o.next()).done;)if(!i(r.value))return!1}else for(;!(r=o.next()).done;){var s=r.value;if(s&&!i(s[1]))return!1}return!0;default:return!1}}function h(e){var c=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,c){return"symbol"===e||!!c&&("Symbol"===c["@@toStringTag"]||"function"==typeof Symbol&&c instanceof Symbol)}(c,e)?"symbol":c}function z(e){if(null==e)return""+e;var c=h(e);if("object"===c){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return c}function m(e){var c=z(e);switch(c){case"array":case"object":return"an "+c;case"boolean":case"date":case"regexp":return"a "+c;default:return c}}return s.prototype=Error.prototype,r.checkPropTypes=_,r.resetWarningCache=_.resetWarningCache,r.PropTypes=r,r}(J.isElement,!0)}else c.exports=function(){function e(e,c,t,l,r,o){if("SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"!==o){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function c(){return e}e.isRequired=e;var t={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:c,element:e,elementType:e,instanceOf:c,node:e,objectOf:c,oneOf:c,oneOfType:c,shape:c,exact:c,checkPropTypes:G,resetWarningCache:W};return t.PropTypes=t,t}();var U=c.exports;const Y=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M45.832 2.207C26.496 4.247 9.449 19.141 2.008 40.457c-2.293 6.629-2.293 7.344.043 2.246 5.148-11.273 12.113-19.281 21.504-24.84 7.48-4.437 14.75-6.222 23.574-5.812 7.14.304 12.46 1.836 18.516 5.203l4.199 2.344 5.754-2.653c3.113-1.476 5.71-2.855 5.71-3.058 0-.203-1.601-1.582-3.55-3.008-9.04-6.531-21.024-9.793-31.926-8.672zm0 0"}),e.createElement("path",{fill:t,d:"M89.738 11.328c-2.715 1.317-5.129 2.535-5.386 2.637-.22.101.988 1.726 2.714 3.652 16.762 18.371 21.59 48.258 11.72 72.668-7.11 17.61-19.263 29.176-36.196 34.606-2.63.812-.176.609 4.222-.403 23.872-5.48 41.973-27.402 45.981-55.82.902-6.293.687-18.371-.434-24.41-2.238-11.973-6.808-22.375-14.09-32.121-1.421-1.875-2.8-3.399-3.101-3.348-.262 0-2.715 1.168-5.43 2.54zm0 0"}),e.createElement("path",{fill:t,d:"M76.402 17.496c-2.937 1.418-5.312 2.734-5.312 2.887 0 .203 1.039 1.164 2.289 2.176 7.562 6.125 14.687 17.617 17.71 28.707 3.11 11.187 2.938 25.16-.429 36.093-5.445 17.871-17.797 31.188-33.39 36.098-4.235 1.367-3.024 1.57 2.203.457 16.37-3.547 30.363-15.797 37.664-32.91 3.89-9.11 5.488-17.211 5.531-27.59 0-13.414-3.242-25.312-9.848-35.996-2.593-4.3-9.675-12.656-10.586-12.555-.3 0-2.937 1.215-5.832 2.633zm0 0"}),e.createElement("path",{fill:t,d:"M39.18 28.004c0 7.433.043 7.785.863 7.785.781 0 .867-.352.867-3.215 0-1.808.215-3.418.477-3.617.734-.504 2.64 1.355 4.242 4.219 1.082 1.96 1.734 2.613 2.512 2.613h1.082l-.996-1.91c-.52-1.004-1.473-2.66-2.122-3.617l-1.21-1.809 1.039-1.355c1.382-1.91 1.296-3.618-.22-5.426-1.124-1.305-1.558-1.457-3.894-1.457h-2.64zm5.11-5.176c.3.352.519 1.055.519 1.656 0 1.508-.825 2.262-2.47 2.262-1.386 0-1.429-.05-1.429-2.262 0-2.207.043-2.257 1.43-2.257.777 0 1.644.25 1.95.601zm0 0M54.195 21.809c-3.175 1.359-4.656 3.824-4.656 7.75 0 4.43 2.61 7.402 7.008 8.003 1.871.254 2.348.153 2.828-.601.957-1.512.738-1.813-1.09-1.461-2.437.453-5.484-1.207-6.394-3.473-.961-2.316-.524-5.086 1.129-6.996 1.957-2.265 5.57-1.965 8.136.703.914 1.008.914 1.008 1.219-.05.348-1.36.043-1.864-1.914-3.02-2.305-1.41-4.352-1.66-6.266-.855zm0 0M27.395 23.063c-.086.359-.391 3.347-.649 6.597a364.921 364.921 0 01-.734 8.09c-.215 1.957-.172 2.215.605 2.215.906 0 1.422-1.649 1.422-4.38 0-.929.434-1.237 2.719-2.01l2.676-.927 1.336 1.856c.777 1.082 1.726 1.855 2.289 1.855.558 0 .906-.207.82-.464-.09-.31-2.117-3.403-4.574-6.958-4.188-6.082-5.48-7.37-5.91-5.875zm4.527 7.68c0 .202-.473.515-1.035.667-.559.156-1.336.465-1.727.621-.558.254-.687-.054-.687-1.394 0-.977.129-2.317.3-2.989.258-1.289.258-1.289 1.727.723.777 1.082 1.422 2.164 1.422 2.371zm0 0M63.637 31.695c-2.625 6.47-2.797 7.024-2.067 7.63.688.558.907.304 1.98-2.274.692-1.617 1.337-2.98 1.38-3.082.086-.102 1.593.605 3.402 1.617l3.316 1.77-1.335 3.03c-1.25 2.985-1.25 3.083-.43 3.59.773.454.988.153 2.496-3.386 3.445-8.137 4.18-10.313 3.488-10.817-.988-.707-1.117-.605-2.11 2.325-.515 1.566-1.12 2.933-1.335 3.082-.473.355-6.414-3.235-6.414-3.84 0-.305.515-1.719 1.117-3.133.906-2.074.992-2.629.516-2.984-.301-.25-.688-.453-.86-.453-.172 0-1.594 3.132-3.144 6.925zm0 0M12.648 30.418c-.218.715 1.047 16.703 1.395 17.11.086.105.477-.102.871-.508.52-.512.652-1.227.434-3.067l-.262-2.398 2.48-1.586 2.485-1.582 1.914 1.582c1.61 1.379 2 1.48 2.523.922.48-.614-.261-1.485-5.05-5.977-3.133-2.86-5.875-5.21-6.094-5.21-.258 0-.563.308-.696.714zm3.79 4.496c.914.867 1.695 1.785 1.695 1.992 0 .664-2.7 2.094-3.047 1.633-.348-.406-.828-5.262-.524-5.262.09 0 .915.715 1.876 1.637zm0 0M25.168 54.305C15.547 62.809 9.293 75.515 8.773 87.77c-.472 10.582 2.977 18.074 9.75 21.062 3.582 1.566 8.844 1.215 12.036-.812 8.195-5.215 10.222-18.075 4.097-26.075-1.984-2.582-4.011-4.097-6.383-4.757-2.332-.708-6.515-.356-8.8.66-1.207.504-2.2.91-2.2.808 0-.71 1.77-4.707 3.32-7.594 2.2-3.949 5.91-8.406 9.06-10.937 1.12-.91 2.113-1.672 2.199-1.77.128-.101-3.84-6.28-4.055-6.28-.043 0-1.25 1.015-2.629 2.23zm1.723 30.883c5.351 2.632 5.953 11.39 1.12 15.593-2.5 2.227-6.898 1.77-9.445-.91-2.199-2.383-3.105-5.164-2.933-9.316l.129-3.293 2.332-1.418c2.672-1.567 6.426-1.871 8.797-.656zm0 0M53.664 69.504C43.035 84.668 41.437 87.137 41.437 88.648v1.711l10.282.102 10.242.152.172 18.133 3.285.152 3.238.153.086-9.219.13-9.219 2.507-.152 2.46-.152v-6.95l-2.46-.152-2.508-.152-.129-15.516-.086-15.465H67.23c-1.296 0-2.117 1.059-13.566 17.43zm8.469 5.742c.086 6.047 0 7.61-.477 7.809-.343.152-2.894.203-5.66.152l-5.055-.152 5.274-7.657c2.937-4.23 5.441-7.707 5.57-7.707.133 0 .262 3.426.348 7.555zm0 0"}),e.createElement("path",{fill:t,d:"M109.852 1.047c0 .441-1.02.715-1.047.281-.008-.105-.055-.02-.11.192-.078.32-.16.375-.554.347-.364-.023-.477.031-.532.266-.039.183-.218.336-.464.394-.22.051-.465.188-.543.301-.188.262-.72.274-.852.02-.066-.125-.125-.063-.176.191-.047.246-.207.422-.457.512-.21.074-.574.246-.805.375-.328.191-.449.203-.574.054-.222-.257-.37-.23-.277.06.11.331-.195.519-.574.35-.453-.202-.551-.171-.551.16 0 .41-.441.673-.777.462-.223-.137-.262-.117-.262.148 0 .246-.082.309-.422.309-.266 0-.512.113-.648.3-.25.344-.739.399-.985.118-.129-.153-.144-.137-.07.09.117.367-.168.578-.629.464-.266-.066-.356-.027-.356.149 0 .45-.94.762-1.082.36-.035-.106-.07-.036-.074.155-.011.422-.347.598-.676.36-.328-.238-.324-.238-.27.32.04.402.403.926 1.853 2.668 2.355 2.832 5.136 6.809 6.343 9.063.106.199.348.62.535.937.621 1.059 1.559 2.8 1.887 3.516.176.39.469 1.015.645 1.39 1.09 2.305 2.527 5.899 3.246 8.125.11.336.25.746.312.91.239.637.899 3.036 1.422 5.165.14.586.313 1.27.375 1.52 1.23 4.816 1.89 11.718 1.777 18.6-.105 6.512-.543 10.27-1.96 16.844-.22 1.02-1.66 6.141-1.946 6.922-.094.25-.273.766-.402 1.14-.563 1.63-2.063 5.286-2.707 6.606-.246.5-.602 1.246-.79 1.657-.64 1.382-2.187 4.152-3.648 6.53-4.156 6.759-10.742 13.665-17.441 18.286-2.492 1.719-4.18 2.691-8.11 4.672-.234.117-.538.215-.68.215-.14 0-.257.062-.257.136 0 .223-.781.372-.945.18-.211-.246-.348-.203-.348.113 0 .344-.535.66-.793.47-.277-.208-.504-.169-.504.09 0 .35-.554.597-.883.39-.386-.239-.543-.203-.543.12 0 .16-.093.329-.207.38-.328.148-1.09.11-1.09-.059 0-.082-.054-.152-.117-.152-.066 0-.09.133-.054.289.086.379-.32.531-1.055.402-.488-.082-.563-.058-.625.215-.047.215-.184.316-.438.328-.46.024-.386.027-1.113-.098-.558-.097-.617-.078-.617.196 0 .441-1.41.734-1.621.34-.156-.297-.824-.184-.754.129.09.41-.484.503-2.316.382-1.496-.101-1.528-.097-1.528.22 0 .636.36.687 3.817.566l3.375-.09c.945.183 1.879.16 1.879-.043 0-.145.175-.258.488-.313 1.426-.25 1.691-.265 1.773-.105.153.289.942.199 1.012-.117.094-.41 1.527-.684 1.719-.325.156.297.695.176.62-.144-.077-.36.59-.555 1.395-.406.403.078.512.046.512-.125 0-.297 1.012-.633 1.207-.399.23.27.606.192.606-.125 0-.168.12-.324.293-.375.453-.144 1.004-.113 1.004.055 0 .082.054.152.117.152.066 0 .09-.137.054-.297-.082-.355.395-.55 1-.41.286.067.383.035.383-.129 0-.273.535-.445.973-.316.262.074.324.039.324-.2 0-.351.719-.605.95-.335.21.254.347.203.347-.125 0-.368.152-.485.644-.5.207-.008.415-.114.454-.235.054-.172.199-.203.59-.129.456.086.515.063.515-.207 0-.316.492-.562.832-.41.11.05.207-.043.25-.234.059-.266.14-.301.531-.227.403.078.461.051.461-.222 0-.274.055-.297.453-.211.407.09.454.066.454-.227 0-.293.05-.316.445-.23.394.086.45.058.488-.25.027-.235.145-.364.363-.399.18-.027.375-.152.434-.273.074-.157.223-.196.484-.125.329.082.38.05.38-.239 0-.293.05-.32.433-.238.387.086.43.063.418-.246-.008-.281.055-.34.336-.316.242.015.363-.063.41-.266.039-.191.176-.293.387-.293.175 0 .351-.098.39-.21.082-.25.809-.704 1.13-.704.124 0 .253-.133.292-.3.04-.169.176-.305.309-.305s.312-.137.402-.305c.09-.168.242-.305.34-.305.098 0 .254-.105.344-.238.093-.129.277-.203.406-.164.16.05.234-.012.234-.192 0-.148.133-.347.293-.445.16-.098.465-.312.68-.476.215-.168.473-.348.574-.407a2.27 2.27 0 00.41-.343c.535-.563.668-.645.907-.57.195.058.25-.005.25-.29 0-.203.046-.367.109-.367.098 0 .289-.164.887-.754a.607.607 0 01.36-.156c.108 0 .198-.102.198-.227 0-.129.114-.23.258-.23.145 0 .262-.078.262-.18 0-.242.652-1.035.851-1.035.086 0 .192-.102.23-.227.044-.125.157-.226.259-.226.101 0 .218-.102.261-.23.04-.126.164-.227.274-.227.11 0 .199-.102.199-.227s.086-.226.195-.226c.11 0 .235-.106.274-.23.043-.126.215-.227.383-.227.203 0 .28-.07.238-.204-.086-.269.277-.613.527-.503.192.086.254-.063.203-.493-.05-.414 1.547-2.113 2.086-2.222.305-.059.5-.184.5-.313 0-.117.086-.215.196-.215.132 0 .191-.156.191-.504 0-.363.113-.636.387-.949.21-.246.386-.496.39-.558 0-.063.106-.239.227-.395.125-.152.445-.562.71-.91.266-.348.571-.633.68-.633.126 0 .2-.137.2-.379 0-.207.058-.379.129-.379.07 0 .132-.086.136-.191.008-.34.57-.98.965-1.098.215-.062.317-.144.227-.183-.192-.086-.219-.5-.031-.5.07 0 .128-.137.128-.305 0-.168.059-.305.133-.305.074 0 .188-.172.258-.379.074-.238.223-.378.395-.378.203 0 .25-.07.195-.286a.503.503 0 01.117-.472c.11-.106.2-.278.2-.383 0-.11.081-.23.179-.277.102-.043.316-.391.477-.774.191-.445.382-.695.535-.695.175 0 .234-.117.234-.453 0-.254.055-.457.121-.457.067 0 .14-.153.16-.344.028-.211.149-.36.32-.387.208-.035.262-.125.212-.347a.791.791 0 01.12-.56c.102-.144.329-.62.5-1.058.173-.437.356-.797.41-.797.056 0 .102-.101.102-.23 0-.125.11-.36.246-.516.137-.164.27-.453.293-.648.032-.238.145-.371.356-.406.219-.035.262-.086.144-.172-.23-.168-.058-.914.207-.914.149 0 .188-.094.137-.317-.043-.195.028-.425.18-.605.14-.16.25-.453.25-.652 0-.2.082-.442.18-.536.097-.097.214-.379.257-.625.055-.328.149-.453.344-.453.238 0 .258-.062.184-.543-.074-.465-.051-.55.18-.62.222-.071.257-.165.195-.528-.051-.285-.008-.535.117-.707.11-.14.234-.516.285-.828.067-.434.149-.57.344-.57.215 0 .234-.051.125-.294-.176-.379.039-1.074.324-1.074.164 0 .191-.097.125-.453-.117-.61.027-1.066.332-1.066.281 0 .32-.157.106-.41-.215-.254-.008-1.13.289-1.22.187-.058.214-.124.109-.277-.219-.308-.012-1.304.293-1.398.21-.066.238-.164.168-.602-.129-.8.031-1.453.336-1.359.281.086.355-.469.098-.766-.223-.261-.02-1.273.277-1.363.21-.066.234-.18.168-.805-.098-.976.043-1.824.305-1.824.152 0 .18-.082.109-.34-.254-.918-.004-2.906.351-2.796.239.074.25.027.168-.708-.203-1.824-.054-4.203.266-4.203.16 0 .188-.84.188-5.695 0-4.84-.028-5.695-.184-5.695-.32 0-.645-2.887-.352-3.102.282-.203.184-1.738-.105-1.652-.332.101-.461-.668-.348-2.078.07-.918.055-1.035-.16-1.102-.277-.086-.5-1.433-.277-1.691.222-.262.148-.7-.117-.7-.301 0-.528-1.128-.286-1.41.239-.28.172-.715-.113-.715-.312 0-.453-.546-.336-1.292.067-.415.043-.532-.11-.532-.257 0-.542-1.183-.343-1.418.211-.246.168-.402-.11-.402-.296 0-.511-.844-.284-1.11.234-.273.164-.538-.149-.59-.25-.042-.289-.136-.281-.683.008-.473-.043-.652-.207-.7-.25-.077-.43-.866-.246-1.089.191-.226.14-.387-.125-.387-.258 0-.403-.277-.403-.78a.973.973 0 00-.207-.544c-.125-.144-.183-.41-.152-.664.04-.308-.012-.437-.184-.492-.128-.04-.234-.2-.238-.352 0-.152-.117-.484-.258-.734-.14-.25-.257-.602-.257-.781a.827.827 0 00-.207-.52c-.13-.125-.184-.36-.153-.629.035-.277-.004-.425-.113-.425-.242 0-.442-.504-.3-.766.085-.164.042-.242-.173-.305-.18-.05-.304-.219-.332-.453-.023-.207-.125-.43-.226-.496-.102-.066-.184-.29-.184-.492 0-.207-.055-.375-.129-.375-.07 0-.308-.442-.527-.98-.215-.544-.446-1.02-.504-1.067-.063-.043-.082-.203-.047-.36.043-.195-.02-.308-.207-.367-.184-.054-.27-.203-.27-.476 0-.215-.074-.395-.16-.399-.254-.011-.734-1-.656-1.351"}))};Y.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Y.defaultProps={color:"#1a1516",size:"128"};const Q=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",fill:t,...r},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 63.626c0 15.828 3.797 19.626 19.626 19.626 15.828 0 19.626-3.798 19.626-19.626C39.252 47.797 35.454 44 19.626 44 3.797 44 0 47.797 0 63.626zm7.914 4.077l6.156-13.99c1.04-2.358 3.038-3.637 5.556-3.637 2.518 0 4.516 1.279 5.556 3.637l6.155 13.99c.28.68.52 1.559.52 2.318 0 3.478-2.438 5.916-5.916 5.916-1.184 0-2.125-.302-3.077-.608-.976-.314-1.964-.631-3.238-.631-1.26 0-2.272.32-3.267.635-.962.304-1.909.604-3.049.604-3.477 0-5.915-2.438-5.915-5.916 0-.76.24-1.639.52-2.318zM19.626 56.15L13.55 69.9c1.799-.84 3.877-1.239 6.076-1.239 2.118 0 4.277.4 5.995 1.24l-5.995-13.75zm92.552-2.547c-1.363 0-2.347.965-2.347 2.31 0 1.343.984 2.308 2.347 2.308 1.362 0 2.347-.965 2.347-2.309 0-1.344-.985-2.309-2.347-2.309zM69.253 73.44c-3.634 0-6.264-2.687-6.264-6.89 0-4.277 2.63-6.964 6.264-6.964 1.685 0 2.934.568 3.672 1.684v-7.06h3.785v18.927h-3.785v-1.344c-.72 1.098-1.968 1.647-3.672 1.647zm-2.403-6.89c0-2.346 1.268-3.88 3.198-3.88 1.95 0 3.199 1.515 3.199 3.862 0 2.309-1.25 3.804-3.199 3.804-1.93 0-3.198-1.495-3.198-3.785zm15.803-.037c0-2.328 1.268-3.823 3.16-3.823 1.912 0 3.18 1.495 3.18 3.823s-1.268 3.823-3.18 3.823c-1.892 0-3.16-1.495-3.16-3.823zm41.713 3.009c0 .7-.53 1.117-1.874 1.117-1.514 0-2.46-.795-2.46-1.76h-3.785c.094 2.611 2.574 4.56 6.17 4.56 3.406 0 5.583-1.513 5.583-4.2 0-2.007-1.287-3.408-3.842-3.919l-2.744-.549c-.833-.17-1.325-.586-1.325-1.135 0-.814.833-1.25 1.892-1.25 1.514 0 2.101.701 2.101 1.534h3.596c-.095-2.46-2.025-4.334-5.621-4.334-3.35 0-5.621 1.684-5.621 4.24 0 2.308 1.495 3.35 3.729 3.822l2.725.587c.889.19 1.476.568 1.476 1.287zm-14.062-9.633h3.785v13.248h-3.785V59.888zm-11.583 0v1.381c.965-1.116 2.252-1.684 3.842-1.684 2.972 0 4.902 1.93 4.902 4.92v8.63h-3.785V65.3c0-1.608-.909-2.573-2.479-2.573-1.571 0-2.48.965-2.48 2.574v7.835h-3.785V59.888h3.785zm-12.907-.303c-4.032 0-7.022 2.914-7.022 6.927 0 4.012 2.99 6.927 7.022 6.927 4.05 0 7.04-2.915 7.04-6.927 0-4.013-2.99-6.927-7.04-6.927zm-31.57 3.085c-1.93 0-3.198 1.533-3.198 3.88 0 2.29 1.268 3.785 3.199 3.785 1.95 0 3.198-1.495 3.198-3.804 0-2.347-1.249-3.861-3.198-3.861zm-7.059 3.88c0 4.202 2.631 6.889 6.246 6.889 1.722 0 2.952-.55 3.69-1.647v1.344h3.786V59.888h-3.785v1.381c-.757-1.116-2.007-1.684-3.691-1.684-3.615 0-6.246 2.687-6.246 6.965z"}))};Q.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Q.defaultProps={color:"#000",size:"128"};const K=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M87 52.4c-7.5.9-7.5 9.2-7.5 9.2h14.9c.1 0 .8-9.2-7.4-9.2zM38.2 63.1H51l-6.4-24.4z"}),e.createElement("path",{fill:t,d:"M0 0v128h128V0H0zm57.5 88.6L53 72.5H36.2l-4.4 16.1h-9.4l16-54.9v-3.8h12.2l17.3 58.7H57.5zm46-19.6h-24c1.9 19.2 21.2 10 21.2 10v8s-1.3 2.6-14.8 2.6-16.3-18.3-16.3-18.3v-4.7s1.3-22 17.3-22 16.5 14.6 16.5 14.6V69z"}))};K.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},K.defaultProps={color:"#1F0740",size:"128"};const Z=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M44.634 57.361c-2.599 0-5.499 1.001-6.107 4.296-.064.351.167.517.391.567l2.663.32c.246-.014.414-.28.461-.533.228-1.134 1.16-1.669 2.201-1.669.563 0 1.193.193 1.527.71.381.576.354 1.359.354 2.024v.391c-1.582.182-3.666.292-5.147.958-1.709.76-2.912 2.307-2.912 4.58 0 2.913 1.785 4.366 4.083 4.366 1.94 0 3.013-.456 4.509-2.022.497.738.656 1.073 1.562 1.846a.55.55 0 00.64-.071v.035c.545-.497 1.535-1.401 2.094-1.881.222-.187.174-.493 0-.746-.5-.707-1.029-1.276-1.029-2.592v-4.366c0-1.85.156-3.556-1.172-4.828-1.046-1.031-2.791-1.385-4.118-1.385zm35.786 0c-2.6 0-5.498 1.001-6.106 4.296-.064.351.166.517.39.567l2.664.32c.246-.014.415-.28.461-.533.229-1.134 1.161-1.669 2.201-1.669.564 0 1.193.193 1.526.71.381.576.319 1.359.319 2.024v.391c-1.582.182-3.63.292-5.112.958-1.711.76-2.91 2.307-2.91 4.58 0 2.913 1.785 4.366 4.082 4.366 1.938 0 3.011-.456 4.509-2.022.495.738.656 1.073 1.563 1.846a.548.548 0 00.639-.071v.035c.546-.497 1.537-1.401 2.095-1.881.222-.187.171-.493 0-.746-.5-.707-1.03-1.276-1.03-2.592v-4.366c0-1.85.12-3.556-1.206-4.828-1.05-1.031-2.759-1.385-4.085-1.385zm-20.13.142c-1.68 0-2.924.848-3.585 2.663h-.036v-1.882a.534.534 0 00-.496-.497h-2.557a.54.54 0 00-.533.533v14.378a.554.554 0 00.498.497h2.733a.537.537 0 00.532-.533v-7.633c0-1.664-.08-3.94 1.882-3.94 1.937 0 1.668 2.339 1.668 3.94v7.633c0 .271.222.515.498.533h2.733c.29 0 .532-.243.532-.533v-7.633c0-.816-.033-2.006.248-2.733s.971-1.207 1.634-1.207c.789 0 1.394.275 1.598 1.242.126.575.071 2.094.071 2.698v7.633c0 .271.222.515.496.533h2.734c.29 0 .532-.243.532-.533v-9.088c0-1.545.154-3.298-.71-4.509-.765-1.088-2.015-1.563-3.16-1.563-1.605 0-3.101.848-3.763 2.663-.764-1.814-1.842-2.662-3.549-2.662zm46.472 0c-3.949 0-6.142 3.473-6.142 7.953 0 4.448 2.167 8.022 6.142 8.022 3.823 0 6.249-3.492 6.249-7.881 0-4.537-2.198-8.094-6.249-8.094zm15.585 0c-1.887 0-2.966.943-3.728 2.911h-.035v-2.201c-.049-.222-.258-.377-.497-.39h-2.521a.525.525 0 00-.533.461v14.378c0 .271.225.515.497.533h2.699a.54.54 0 00.531-.533v-7.739c0-.97.083-1.855.463-2.733.306-.697.899-1.137 1.562-1.137 1.883 0 1.703 2.295 1.703 3.87v7.811a.545.545 0 00.498.462h2.733a.537.537 0 00.532-.462v-9.053c0-1.392.003-3.324-.71-4.474-.764-1.241-1.975-1.704-3.194-1.704zm-32.803.249c-.278 0-.497.22-.498.532v2.059c.001.31.213.531.498.533h4.686l-5.361 7.916c-.326.511-.354 1.089-.354 1.421v2.095c0 .302.328.63.639.461 3.056-1.668 6.717-1.52 9.479-.035.336.183.675-.16.675-.462V70.07a.934.934 0 00-.497-.781c-1.568-.901-3.388-1.178-5.111-1.136l4.65-6.815c.43-.613.67-.981.674-1.279v-1.774c0-.306-.209-.532-.496-.532h-8.984zm17.218 2.698c.865 0 1.504.386 1.811 1.384.354 1.152.391 2.588.391 3.799 0 1.846-.086 4.899-2.201 4.899-2.139 0-2.13-3.78-2.13-5.538-.001-1.753.117-4.544 2.129-4.544zm-60.673 5.254v.604c0 1.092.04 2.01-.497 2.981-.434.79-1.116 1.279-1.881 1.279-1.045 0-1.668-.849-1.668-2.06-.001-2.387 2.074-2.804 4.046-2.804zm35.786 0v.604c0 1.092.04 2.01-.496 2.981-.435.79-1.112 1.279-1.882 1.279-1.047 0-1.669-.849-1.669-2.06 0-2.387 2.073-2.804 4.047-2.804zm17.715 7.952v2.06h1.386v-2.06H99.59zm-40.152.356v14.662h1.278V87.36c.272.521.582.91.958 1.171.376.262.806.391 1.277.391.939 0 1.75-.479 2.45-1.455.701-.977 1.065-2.392 1.065-4.189 0-1.178-.151-2.154-.462-2.981-.311-.826-.725-1.441-1.242-1.847-.519-.406-1.107-.639-1.739-.639-.452 0-.874.118-1.244.354-.368.236-.666.622-.958 1.101v-5.254h-1.383zm13.135 3.443c-.962 0-1.728.285-2.271.852s-.815 1.296-.815 2.202c0 .525.115.972.318 1.384.202.413.49.748.852.994.364.246 1.09.57 2.166.923.745.24 1.19.444 1.385.604.281.233.427.538.427.959 0 .486-.17.892-.498 1.207-.328.317-.786.461-1.385.461-.6 0-1.094-.168-1.455-.532-.362-.364-.557-.918-.64-1.668l-1.384.283c.313 2.278 1.449 3.41 3.408 3.408 1.045 0 1.844-.295 2.449-.923.604-.628.924-1.471.924-2.485 0-.548-.098-1.022-.284-1.419a2.251 2.251 0 00-.782-.924c-.336-.229-1.089-.536-2.236-.923-.834-.292-1.321-.506-1.49-.64-.284-.224-.427-.53-.427-.922 0-.4.133-.739.427-.995.294-.255.747-.39 1.349-.39 1.058 0 1.65.581 1.774 1.739l1.35-.213c-.094-.732-.253-1.312-.496-1.705a2.665 2.665 0 00-1.065-.958c-.465-.232-.992-.319-1.601-.319zm8.486 0c-1.109 0-2.046.457-2.77 1.42-.723.963-1.063 2.358-1.063 4.189 0 1.764.348 3.146 1.063 4.083.718.934 1.646 1.384 2.806 1.384.921 0 1.685-.276 2.307-.852.624-.575 1.077-1.423 1.313-2.557l-1.42-.248c-.407 1.451-1.16 2.163-2.2 2.165-.664 0-1.206-.281-1.669-.887-.464-.607-.726-1.507-.78-2.698h6.105v-.497c0-1.792-.357-3.137-1.065-4.083-.709-.945-1.569-1.419-2.627-1.419zm8.414 0c-.331 0-.621.112-.888.355-.267.242-.567.744-.888 1.49v-1.633h-1.243v10.615h1.385v-5.538c0-.772.074-1.516.249-2.201.1-.394.289-.703.532-.923.244-.221.523-.32.816-.32.326 0 .65.131.994.391l.462-1.668c-.482-.386-.955-.568-1.419-.568zm16.969 0c-1.096 0-1.999.462-2.699 1.385-.696.923-1.063 2.309-1.063 4.153 0 1.831.372 3.218 1.063 4.154.693.934 1.559 1.384 2.628 1.384.884 0 1.642-.328 2.272-.994.63-.665 1.014-1.646 1.172-2.911l-1.35-.213c-.101.905-.336 1.557-.71 1.988-.373.43-.823.639-1.349.639-.67 0-1.241-.313-1.67-.958-.427-.646-.638-1.68-.638-3.124 0-1.4.227-2.41.674-3.053.448-.644 1.021-.994 1.704-.994.457 0 .847.177 1.172.531.327.356.543.918.674 1.634l1.351-.283c-.162-1.119-.521-1.962-1.102-2.521-.58-.56-1.284-.817-2.129-.817zm7.917 0c-1.11 0-2.046.457-2.77 1.42-.723.963-1.065 2.358-1.065 4.189 0 1.764.349 3.146 1.065 4.083.719.934 1.646 1.384 2.805 1.384.918 0 1.685-.276 2.308-.852.622-.575 1.075-1.423 1.314-2.557l-1.42-.248c-.41 1.451-1.128 2.163-2.166 2.165-.664 0-1.241-.281-1.704-.887-.463-.607-.725-1.507-.781-2.698h6.106v-.497c0-1.792-.357-3.137-1.065-4.083-.706-.945-1.568-1.419-2.627-1.419zm8.202 0c-.966 0-1.729.285-2.272.852-.545.566-.817 1.296-.817 2.202 0 .525.082.972.284 1.384.2.413.489.748.853.994.361.246 1.09.57 2.166.923.743.24 1.226.444 1.42.604.281.233.426.538.426.959 0 .486-.168.892-.497 1.207-.326.317-.785.461-1.384.461-.602 0-1.094-.168-1.456-.532-.361-.364-.595-.918-.675-1.668l-1.384.283c.313 2.278 1.446 3.41 3.407 3.408 1.047 0 1.881-.295 2.485-.923s.922-1.471.922-2.485c0-.548-.096-1.022-.282-1.419a2.322 2.322 0 00-.817-.924c-.336-.229-1.054-.536-2.2-.923-.835-.292-1.357-.506-1.527-.64-.283-.224-.426-.53-.426-.922 0-.4.167-.739.462-.995.294-.255.75-.39 1.35-.39 1.058 0 1.649.581 1.774 1.739l1.349-.213c-.094-.732-.252-1.312-.497-1.705a2.662 2.662 0 00-1.064-.958c-.463-.232-.994-.319-1.6-.319zm-31.668.213l3.09 10.615h1.313l3.089-10.615h-1.42l-1.811 6.497c-.219.785-.413 1.464-.533 2.023-.15-.705-.296-1.446-.496-2.166l-1.775-6.354h-1.457zm8.697 0v10.615h1.386V77.668H99.59zm-45.513.143c-1.098 0-1.981.492-2.697 1.455-.717.963-1.102 2.358-1.102 4.189 0 1.765.355 3.113 1.065 4.047.709.935 1.657 1.42 2.806 1.42.911 0 1.655-.312 2.271-.888.616-.575 1.042-1.423 1.279-2.556l-1.385-.213c-.404 1.451-1.136 2.163-2.165 2.165-.659 0-1.21-.281-1.669-.888-.46-.606-.727-1.506-.781-2.697h6.035l.036-.497c0-1.792-.364-3.172-1.065-4.119-.701-.945-1.581-1.418-2.628-1.418zm-15.584.248l2.485 10.615h1.455l1.634-8.165.284 1.81 1.313 6.355h1.42l2.521-10.615h-1.313L46.906 84.2l-.462 2.06-.426-2.06-1.207-6.142h-1.42l-1.278 6.213-.426 2.201-.496-2.272-1.279-6.142h-1.419zm42.53.852c.69 0 1.258.333 1.704.994.306.452.506 1.14.567 2.059h-4.58c.044-.932.307-1.65.747-2.201.44-.55.943-.852 1.562-.852zm33.3 0c.688 0 1.258.333 1.704.994.308.452.506 1.14.569 2.059h-4.581c.044-.932.308-1.65.746-2.201.437-.55.943-.852 1.562-.852zm-60.246.39c.682 0 1.23.334 1.67.995.304.452.505 1.14.567 2.059h-4.51c.043-.932.275-1.687.711-2.236.434-.552.948-.818 1.562-.818zm8.805 0c.615 0 1.14.342 1.563.995.423.652.604 1.659.604 3.053 0 1.357-.2 2.37-.64 3.053-.439.684-.96 1.029-1.526 1.029-.416 0-.794-.14-1.136-.426-.344-.286-.595-.696-.782-1.242-.186-.546-.283-1.387-.283-2.485 0-1.294.231-2.263.674-2.947.443-.684.96-1.03 1.526-1.03zM18.594 68.048l-5.29 2.271 4.899 2.095 5.681-2.095-5.29-2.271zm-7.952 2.839l-.178 10.226 7.74 3.408V73.905l-7.562-3.018zm15.904 0l-6.994 2.663v10.012l6.994-2.84v-9.835zm8.343-31.809l-5.326 2.271 4.935 2.095 5.681-2.095-5.29-2.271zm-7.385 3.018V52.32l6.604 1.917.213-9.302-6.817-2.839zm14.769.567l-6.249 2.663v10.047l6.249-2.84v-9.87zM9.877 53.468l-5.29 2.272 4.899 2.095 5.68-2.095-5.289-2.272zm-7.951 2.841l-.178 10.224 7.739 3.408V59.326l-7.561-3.017zm15.904 0l-6.994 2.662v10.012l6.994-2.84v-9.834zm9.088-3.218l-5.29 2.271 4.899 2.094 5.68-2.094-5.289-2.271zm-7.952 2.839l-.177 10.225 7.739 3.408V58.948l-7.562-3.018zm15.905 0l-6.994 2.663v10.012l6.994-2.841V55.93zm16.662-16.852l-5.289 2.271 4.899 2.095 5.681-2.095-5.291-2.271zm-7.952 2.84l-.178 10.225 7.74 3.407V44.936l-7.562-3.018zm15.904 0l-6.994 2.663v10.011l6.994-2.84v-9.834z"}))};Z.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Z.defaultProps={color:"#F7A80D",size:"128"};const X=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M21.005 43.003c-4.053-.002-7.338 3.291-7.339 7.341l.005 30.736a7.338 7.338 0 007.342 7.343 7.33 7.33 0 007.338-7.342V50.34a7.345 7.345 0 00-7.346-7.337m59.193-27.602l5.123-9.355a1.023 1.023 0 00-.401-1.388 1.022 1.022 0 00-1.382.407l-5.175 9.453c-4.354-1.938-9.227-3.024-14.383-3.019-5.142-.005-10.013 1.078-14.349 3.005L44.45 5.075a1.01 1.01 0 00-1.378-.406 1.007 1.007 0 00-.404 1.38l5.125 9.349c-10.07 5.193-16.874 15.083-16.868 26.438l66.118-.008c.002-11.351-6.79-21.221-16.845-26.427M48.942 29.858a2.772 2.772 0 01.003-5.545 2.78 2.78 0 012.775 2.774 2.776 2.776 0 01-2.778 2.771m30.106-.005a2.77 2.77 0 01-2.772-2.771 2.793 2.793 0 012.773-2.778 2.79 2.79 0 012.767 2.779 2.767 2.767 0 01-2.768 2.77M31.195 44.39l.011 47.635a7.822 7.822 0 007.832 7.831l5.333.002.006 16.264c-.001 4.05 3.291 7.342 7.335 7.342 4.056 0 7.342-3.295 7.343-7.347l-.004-16.26 9.909-.003.004 16.263c0 4.047 3.293 7.346 7.338 7.338 4.056.003 7.344-3.292 7.343-7.344l-.005-16.259 5.352-.004a7.835 7.835 0 007.836-7.834l-.009-47.635-65.624.011zm83.134 5.943a7.338 7.338 0 00-7.341-7.339c-4.053-.004-7.337 3.287-7.337 7.342l.006 30.738a7.334 7.334 0 007.339 7.339 7.337 7.337 0 007.338-7.343l-.005-30.737z"}))};X.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},X.defaultProps={color:"#A4C439",size:"128"};const ee=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M52.864 64h23.28L63.769 38.123zM63.81 1.026L4.553 21.88l9.363 77.637 49.957 27.457 50.214-27.828 9.36-77.635L63.81 1.026zM48.044 75l-7.265 18.176-13.581.056 36.608-81.079-.07-.153h-.064l.001-.133.063.133h.141l.123-.274V12h-.124l-.069.153 38.189 81.417-13.074-.287-8.042-18.58-17.173.082"}))};ee.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ee.defaultProps={color:"#C4473A",size:"128"};const ce=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M127.6 75.9l-.3-.5-.2-.1v-.4l-.1-.4-.2-.3-.4-.2h-.1l-.1-.2-.3-.2-.3-.2-.4-.1h-.2l-.4-.4-.5-.3-.6-.3-.6-.2h-.2l-.5-.6-.6-.4-.6-.3-.6-.2h-.1l-.6-.4-.8-.3-.5-.1-.5-.4-.5-.2-.5-.1-.5-.1h-.5l-.6.1h-.1l-.4-.6-.6-.4-.8-.2h-.9l-1 .2-.4.1-.8-.3-.8-.2h-2.6l-1-.4-.9-.3-.9-.1h-.6l-.8-.8-.9-.6-.8-.4-.8-.2h-.8l-.4.3-.5-.4-.6-.3-.7-.1-.6.1-.7-.3-.7-.2h-1l-1.1-.4-1.2-.3-1.1-.1h-.2l-1.2-.7-1.2-.3h-1.1.1l-1.7-.4-1.1-.1h-.5l-.7-.7-.8-.5-.9-.2-.9.1-.6.2-.8-.1h-1.8v-.2L76 60l-1.4-.2-1.3-.1-.5.1v-.1l-1-.1-1-.1h-.1l-1.1-.5-1.1-.3-1-.1h-.8l-1.1-.4-.9-.2h-1l-1.1-.8-.9-.3-.7-.1-.8-.4-1.2-.2h-1.1l-1.1-.5-1-.2h-.6l-1.2-.6-1-.3-1-.1-.3.1h.1l-1.4-.8-1.1-.4-1-.1h-.1l-.7-.5-.6-.3-.6-.2-.7-.1-.7.1-.8-.6-.7-.3-.9-.1h-.8l-.9.2-.2.1-1-.5-1-.3h-.9l-.8-.5-.7-.3h-.8l-.7.1-.7.2h-.1l-.7-.7-.6-.4-.7-.1-.7.1-.6.3-.2-.1-.3-.2-.3-.1-.3-.1h-.7l-.3.1-.5.3-.1.1-.9-.2h-.8l-.7.2-.6.5-.4.5-.3.7-.3.8-.2.8-.1.8-.1 1.6.1 1.8v.3c-.5-.2-1-.4-1.6-.6v-.4l.1-.6.1-1.3.1-1.2-.1-1.2-.1-.6-.1-.5-.1-.5-.2-.5-.2-.4-.3-.4-.3-.4-.6-.5.2.9.1.6.1.6.1.5.1.6.1.5v.1-.1l-.1-.3-.1-.3-.2-.6-.3-1-.1-.3-.2-1.3v-.4l.1-.7.1-.3.2-.7h-.2l-.5.6-.3.7-.3.7-.1.6V50l.1.7.1.7-.1-.1-.3-.4-.3-.4-.2-.5-.2-.5-.2-.5-.1-.7-.1-1-.7.6-.3.6-.2.6v.6l.1.6.2.6.3.6.1.2-.2.2-.6-.1-.1.2.4.2.4.3 1 .8.3.3.5.6.5.5.5.5.4.4.3.4.2.2c-5.7-2.3-11.7-5-19.1-8.5l-.4-.2.2.4c1 1.7 3.9 3.4 6.4 5 1.2.7 2.3 1.4 3.1 2 2.4 1.3 5.6 2.7 8.4 3.8h-.2l-2 .4-1.4.3-1.4.5-.7.3-.7.2-.6.4-.5.4-.5.5-.4.5-.3.6-.2.7.2.1.2-.2.5-.5.2-.2.6-.4.3-.2.3-.2.6-.3.4-.1.3-.1.7-.2.7-.1.6-.2 1.3-.7.6-.4.6-.4.5-.3.4-.2.3-.1.6.2-2.4 1.2-1.3.8-.7.5-.6.5-.6.5-.5.6-.3.5-.2.6-.1.6.1.7.4.9.5-1 .4-.6.4-.5.4-.4.4-.3.9-.6.4-.2-.1.4-.2.8v.9l.1 1 .3 1.1h.2l.2-1.1.3-1 .2-.5.4-.9.5-.9.8-1.4 1.1-1.8c.4.2.8.3 1.2.4l-.1.2-.7 1.4-.4.6-.3.7-.1.7-.2.7-.1.7v.7l.1.6.3.6.5.5.7.4.8.3.3.6.4.5.4.4.4.3.4.2.4.1h1v.1l.4.6.6.5.7.3h.8l.8-.2.2.2.6.6.6.4.7.3.8.1h.6l.6.4.7.3.8.2.6.5.8.4 1 .2 1.1.1h.2l.7.6.8.4.7.3.8.1.9-.2.4.2.6.3.6.1h.6l.6-.1.3.2 1 .3 1.1.1 1.3-.1.4.2.9.3 1 .1 1.4-.1h.1l.9.3 1 .1 1.1-.1.4.3 1 .4 1 .1 1.1-.1v-.1l.6.2h1l1.1-.2.7.2h.8l.8-.1 1.1.2.3.2 1 .3 1 .2 1.1.1 1.1-.1v-.1l.6.2.9.1.9.1v-.1l.6.2 1.2.4 1.3.3 1.4-.3v-.1h.2l.9.2.8.1h.9l.1.1.8.6.8.4H83l.8-.4.7-.6.9.1 1.1-.1h1.2v.1l.3.2 1.1.2 1.1-.1 1.1-.5h1l1.2.1 1-.1.6.1h1.4l.9-.1.5.2.6.1.6-.1.6-.3.1.1.8.1h2.5l.8-.3 1.1-.4h1.6l.8-.1.5.2.8.2.8.1.8-.1.9-.2.2.1.9.4.8.3h.8l.6-.3.5-.5.3.1.5.1.5.1h.5l.5-.1.5-.2.7.1.8-.1.7-.3h.7l.6-.1.6-.3.5-.4.1-.1.6.1.6-.1.5.1h.9l.4-.3.3-.2.1-.2h.1l.3-.1.3-.2.2-.5.1-.6h.2l.3-.1.1-.3.1.1v-.7zm-107-16.3l.2-.5.3.1-.2.2-.3.2zm.6-6.8l.1.5.1.5.1.5.3 1.6.2.7-.4-.2h.1l-.2-.1-.5-.4v-2.4l.1-.8.1.1z"}))};ce.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ce.defaultProps={color:"#303284",size:"128"};const te=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M86.758 70.89c-4.992 0-9.465 2.208-12.528 5.68l-7.851-5.547a21.275 21.275 0 001.312-7.32c0-2.531-.46-4.95-1.27-7.203l7.837-5.488c3.062 3.457 7.523 5.652 12.5 5.652 9.207 0 16.703-7.48 16.703-16.672 0-9.195-7.496-16.672-16.703-16.672-9.211 0-16.707 7.477-16.707 16.672 0 1.645.25 3.23.699 4.735l-7.84 5.488a21.578 21.578 0 00-13.36-7.746v-9.43c7.567-1.586 13.27-8.293 13.27-16.312C62.82 7.53 55.324.055 46.117.055c-9.21 0-16.707 7.476-16.707 16.672 0 7.91 5.555 14.539 12.969 16.238v9.547c-10.117 1.773-17.84 10.59-17.84 21.191 0 10.652 7.797 19.5 17.992 21.211V95c-7.492 1.64-13.12 8.309-13.12 16.273 0 9.196 7.495 16.672 16.706 16.672 9.207 0 16.703-7.476 16.703-16.672 0-7.964-5.629-14.632-13.117-16.273V84.914a21.592 21.592 0 0013.133-7.625l7.902 5.586a16.45 16.45 0 00-.687 4.688c0 9.195 7.496 16.671 16.707 16.671 9.207 0 16.703-7.476 16.703-16.671 0-9.196-7.496-16.672-16.703-16.672zm0-38.984c4.465 0 8.097 3.63 8.097 8.086 0 4.453-3.632 8.082-8.097 8.082-4.469 0-8.102-3.629-8.102-8.082 0-4.457 3.633-8.086 8.102-8.086zm-48.742-15.18c0-4.456 3.632-8.081 8.101-8.081 4.465 0 8.098 3.625 8.098 8.082 0 4.457-3.633 8.082-8.098 8.082-4.469 0-8.101-3.625-8.101-8.082zm16.199 94.547c0 4.457-3.633 8.082-8.098 8.082-4.469 0-8.101-3.625-8.101-8.082 0-4.457 3.632-8.082 8.101-8.082 4.465 0 8.098 3.625 8.098 8.082zm-8.102-36.296c-6.226 0-11.293-5.059-11.293-11.274 0-6.219 5.067-11.277 11.293-11.277 6.23 0 11.297 5.058 11.297 11.277 0 6.215-5.066 11.274-11.297 11.274zm40.645 20.668c-4.469 0-8.102-3.625-8.102-8.082 0-4.458 3.633-8.083 8.102-8.083 4.465 0 8.097 3.625 8.097 8.082 0 4.458-3.632 8.083-8.097 8.083zm0 0"}))};te.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},te.defaultProps={color:"#231f20",size:"128"};const le=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M125.477 111.872L67.719 11.834a4.29 4.29 0 00-7.434 0L2.523 111.872c-.77 1.328-.77 2.81 0 4.141.769 1.328 2.185 1.987 3.718 1.987h115.521c1.534 0 2.945-.659 3.715-1.987.77-1.331.77-2.813 0-4.141zm-36.748-8.075l.155-4.336-16.666 2.944-.758-.699.215-5.706h-.435s-4.567 7.553-14.682 7.553c-7.503 0-14.572-3-14.572-15.176C41.986 76.083 51.228 72 60.908 72H71v-5.052c0-4.895-3.252-7.721-9.343-7.721-6.852 0-15.006 1.087-15.006 1.087L46 59.552v-8.265s8.751-1.086 17.784-1.086C72.049 50.201 82 52.376 82 64.556v28.027l5.625-1.056-1.555-4.057 13.907 6.094-11.248 10.233zM52.534 87.56c0 5.655 3.903 6.879 7.708 6.879 3.59 0 7.758-.954 10.758-5.413V80h-7.262c-7.4 0-11.204 1.686-11.204 7.56z"}))};le.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},le.defaultProps={color:"#AC162C",size:"128"};const re=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M97.905 67.885c.174 18.8 16.494 25.057 16.674 25.137-.138.44-2.607 8.916-8.597 17.669-5.178 7.568-10.553 15.108-19.018 15.266-8.318.152-10.993-4.934-20.504-4.934-9.508 0-12.479 4.776-20.354 5.086-8.172.31-14.395-8.185-19.616-15.724C15.822 94.961 7.669 66.8 18.616 47.791c5.438-9.44 15.158-15.417 25.707-15.571 8.024-.153 15.598 5.398 20.503 5.398 4.902 0 14.106-6.676 23.782-5.696 4.051.169 15.421 1.636 22.722 12.324-.587.365-13.566 7.921-13.425 23.639M82.272 21.719c4.338-5.251 7.258-12.563 6.462-19.836-6.254.251-13.816 4.167-18.301 9.416-4.02 4.647-7.54 12.087-6.591 19.216 6.971.54 14.091-3.542 18.43-8.796"}))};re.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},re.defaultProps={color:"#000000",size:"128"};const oe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M40.162 23.768C24.121 25.189 10.496 36.065 5.473 51.443 4.028 55.874 3.53 59.05 3.53 64.026s.498 8.151 1.943 12.582c7.701 23.505 34.334 34.595 56.466 23.529L64 99.094l2.085 1.043c18.222 9.123 40.377 3.293 51.703-13.672 2.962-4.407 5.237-10.118 6.208-15.544.356-2.085.474-3.744.474-6.895 0-4.976-.497-8.152-1.943-12.583-7.701-23.505-34.334-34.594-56.442-23.529L64 28.957l-2.061-1.043a41.323 41.323 0 00-14.904-4.17c-3.152-.261-3.792-.261-6.873.024zm10.142 8.601c2.322.45 6.801 2.203 9.525 3.744 3.721 2.085 7.938 5.995 10.521 9.739 1.398 2.037 3.27 5.876 4.336 8.933 1.517 4.265 1.517 14.217 0 18.481-1.848 5.214-4.194 9.266-7.345 12.607-3.744 3.981-7.227 6.326-12.44 8.364-3.317 1.303-5.307 1.73-9.217 1.919-4.787.237-9.1-.331-12.488-1.682-.853-.356-1.73-.663-1.99-.711-.498-.118-4.763-2.488-6.208-3.46-1.54-1.042-5.331-4.762-6.801-6.682-.734-.971-1.35-1.824-1.35-1.895 0-.071-.545-1.067-1.209-2.204-1.161-2.014-1.943-3.649-1.753-3.649.047 0-.213-.758-.592-1.682-1.161-2.772-1.517-5.213-1.517-10.165 0-4.953.356-7.394 1.517-10.166.379-.924.639-1.682.592-1.682-.19 0 .592-1.635 1.753-3.649.664-1.137 1.209-2.132 1.209-2.204 0-.071.616-.924 1.35-1.895 1.47-1.92 5.261-5.64 6.801-6.682 1.422-.972 5.71-3.342 6.208-3.46.26-.047 1.256-.403 2.227-.782 2.156-.853 3.554-1.184 6.043-1.469 2.559-.284 8.577-.094 10.828.332z"}),e.createElement("path",{fill:t,d:"M44.973 49.737c-.048.119-.664 2.536-1.327 5.403-.688 2.867-1.777 7.393-2.393 10.07-1.185 4.905-1.896 8.128-1.896 8.554 0 .118.735.214 1.635.214h1.635l.734-3.271c.427-1.777 1.375-5.852 2.133-9.051.759-3.199 1.682-7.085 2.038-8.649.355-1.564.711-2.985.782-3.151.071-.213-.332-.284-1.564-.284-.924 0-1.73.071-1.777.165zm-12.725 10.26l-2.18 2.37.64.758c.355.426 1.327 1.493 2.156 2.37l1.517 1.611h4.313l-2.038-2.204c-1.114-1.184-2.038-2.322-2.038-2.464 0-.166.853-1.232 1.896-2.369 1.042-1.161 1.895-2.157 1.895-2.275 0-.095-.9-.166-1.99-.166h-1.967l-2.204 2.369zm16.587-2.227c0 .071.403.521.9 1.019 1.849 1.848 3.152 3.412 3.081 3.72-.047.166-.948 1.279-2.038 2.44l-1.966 2.157h2.203l2.204-.024 2.013-2.203c1.115-1.232 2.015-2.323 2.015-2.465 0-.118-.948-1.232-2.133-2.487l-2.132-2.299H50.92c-1.161 0-2.085.071-2.085.142z"}))};oe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},oe.defaultProps={color:"#000000",size:"128"};const se=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M.3 66.5v-9.6c.2-.1.2-.3.2-.5 3-13.1 11.2-21 24.2-24.1 1.1-.3 2.3-.2 3.4-.6h6.4c.1.2.4.1.6.1 6.4.7 12.2 3 17.3 7 4.4 3.3 7.8 7.5 10.9 12 .4.6.6.6 1 0 1.8-2.6 3.7-5.1 5.9-7.4 5.3-5.7 11.7-9.7 19.5-11.1 1.1-.3 2.4-.2 3.5-.6h6.2c.1.2.3.1.5.1 1.9.2 3.7.6 5.5 1.1 13.4 3.9 22.9 16.2 22.1 30.1-.6 11.7-6.5 20.1-16.8 25.4-5.1 2.8-10.7 3.5-16.5 3.4-7.6-.1-14.2-2.7-19.9-7.7-4-3.5-7.1-7.7-10-12.1-.4-.6-.6-.5-1 .1-1.8 2.7-3.7 5.4-5.9 8-3.9 4.4-8.4 8-14 9.9-6.9 2.4-13.9 2.5-20.9.6-10.1-2.9-17-9.3-20.8-19.1-.6-1.6-.9-3.4-1.4-5zm31.8 14.7c5.7.2 10.6-1.7 14.8-5.6 4.3-4 7.4-9 10.5-13.9.1-.3.1-.5-.1-.8-2.6-4.1-5.3-8.2-8.9-11.6-6.9-6.6-15-8.8-24.1-5.9-7.5 2.5-12.3 7.8-13.4 15.8-1.1 7.5 1.8 13.5 7.8 18 4 2.9 8.5 4.1 13.4 4zm63.4 0c2.2 0 4.4-.1 6.5-.7 7.9-2.4 13.1-7.3 14.6-15.5 1.5-8.1-1.6-14.6-8.4-19.2-7.5-5.2-18.4-4.7-26 1-5.1 3.8-8.5 8.9-11.9 14.2-.2.3-.1.5 0 .8 2.7 4.3 5.4 8.6 8.9 12.3 4.4 4.7 9.7 7.4 16.3 7.1zm0 0"}),e.createElement("path",{fill:t,d:"M32 58.5c3.2 0 6.5.1 9.7 0 .8 0 .9.2.9 1-.1.9-.1 1.8 0 2.7.1.8-.1 1-1 1H28.8c-2.2 0-4.4-.1-6.6 0-.7 0-.9-.2-.9-1 .1-.9.1-1.8 0-2.8 0-.7.2-.9.9-.9 3.2.1 6.5 0 9.8 0zm63-6.4c.8 0 1.6.1 2.3 0 .5 0 .7.2.7.7-.1 1.4 0 2.8-.1 4.2 0 .7.2.9.9.9 1.3-.1 2.7 0 4.1-.1.6 0 .8.1.8.8v4.6c0 .5-.2.7-.7.7-1.4-.1-2.8 0-4.3-.1-.6 0-.8.2-.8.8.1 1.4 0 2.8.1 4.2 0 .6-.2.9-.8.9-1.5-.1-3-.1-4.5 0-.6 0-.8-.2-.8-.8.1-1.5 0-2.9.1-4.4 0-.5-.2-.7-.7-.7-1.4.1-2.8 0-4.2.1-.8 0-.9-.3-.9-.9 0-1.4.1-2.8 0-4.2-.1-.8.3-1 1-1 1.4.1 2.7 0 4.1.1.5 0 .7-.2.7-.7-.1-1.4 0-2.9-.1-4.3 0-.6.2-.8.8-.8.8.1 1.5 0 2.3 0zm29.852-27.623c-.133.199-.18.265-.223.332-.242.363-.055 1.097-.664 1.086-.54-.012-.403-.684-.594-1.051-.05-.098-.11-.188-.277-.461 0 .504.008.789 0 1.078-.008.195.035.441-.274.457-.312.016-.293-.234-.297-.43-.007-.68-.007-1.355-.003-2.031 0-.23-.036-.496.324-.504.27-.004.504-.015.617.336.144.43.195.91.527 1.324.317-.402.371-.867.492-1.293.102-.347.317-.37.598-.37.356.003.34.253.344.488.004.68.004 1.355-.004 2.035-.004.191.023.445-.281.449-.305 0-.282-.242-.285-.442-.008-.289 0-.574 0-1.003zm-3.712-1.532c.087 0 .18-.015.262 0 .325.063.828-.187.934.2.144.543-.426.27-.668.386-.242.117-.195.332-.2.528-.011.468-.007.937-.007 1.406 0 .258-.05.473-.383.46-.305-.01-.293-.234-.293-.437a36.975 36.975 0 01-.004-1.316c.012-.375.016-.727-.523-.676-.188.016-.352-.039-.352-.277 0-.328.254-.262.442-.27.265-.012.527-.004.793-.004zm0 0"}))};se.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},se.defaultProps={color:"#000",size:"128"};const ne=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M38.622 66.979c-.806 1.674-1.508 3.089-2.175 4.522-3.338 7.177-6.103 14.553-7.53 22.367-.794 4.346-1.228 8.724-.093 13.087.975 3.749 3.004 5.674 6.475 5.833 1.519.071 3.108-.251 4.587-.668 3.916-1.109 7.323-3.251 10.618-5.571.8-.564 1.618-.916 2.616-.545 1.768.658 2.408 3.002.917 4.115-5.381 4.009-11.076 7.466-18.049 7.68-5.711.176-9.845-2.887-11.667-8.331-1.36-4.062-1.44-8.24-.941-12.432 1.482-12.478 6.298-23.815 12.081-34.805.497-.944.527-1.694.175-2.703-1.444-4.147-2.787-8.33-4.106-12.519-.25-.794-.506-1.02-1.368-.831-5.666 1.246-11.248 2.767-16.274 5.744-1.941 1.15-3.803 2.578-5.355 4.208-2.581 2.71-2.63 5.709-.521 8.803 1.84 2.701 4.433 4.548 7.169 6.217.856.524 1.759.97 2.621 1.484 1.253.749 1.682 2.201 1.039 3.409-.645 1.209-2.092 1.688-3.406 1.012-3.844-1.976-7.429-4.321-10.304-7.611-1.762-2.016-3.053-4.282-3.48-6.968-.532-3.35.428-6.302 2.44-8.954 2.075-2.733 4.8-4.683 7.775-6.303 5.276-2.873 10.961-4.589 16.801-5.854.4-.087.796-.195 1.338-.33-.275-1.558-.57-3.07-.806-4.593-.957-6.194-1.398-12.393.123-18.567.602-2.442 1.547-4.75 3.191-6.695 3.356-3.967 7.672-4.85 12.512-3.668 4.784 1.169 8.801 3.818 12.547 6.901 1.06.872 1.089 2.447.224 3.462-.883 1.035-2.256 1.17-3.458.351-1.888-1.285-3.724-2.658-5.686-3.819-2.248-1.329-4.662-2.272-7.352-2.285-2.222-.011-3.949.893-5.215 2.693-1.604 2.283-2.177 4.917-2.48 7.618-.641 5.713.12 11.329 1.233 16.918.119.594.347.804.972.741 4.51-.45 9.021-.899 13.538-1.276.982-.081 1.623-.436 2.232-1.206 5.87-7.415 12.305-14.281 19.875-20.01 4.217-3.191 8.673-5.973 13.8-7.492 3.212-.951 6.463-1.303 9.698-.166 4.04 1.42 6.298 4.49 7.462 8.452 1.234 4.206 1.041 8.494.54 12.781a46.552 46.552 0 01-.528 3.277c-.281 1.478-1.377 2.261-2.853 2.089-1.342-.156-2.218-1.235-2.077-2.733.195-2.066.666-4.121.687-6.183.025-2.44-.027-4.943-.535-7.313-1.059-4.928-4.468-6.861-9.511-5.749-3.783.833-7.138 2.613-10.332 4.718-6.561 4.324-12.162 9.731-17.362 15.577-.967 1.087-1.897 2.208-2.837 3.318-.057.066-.053.184-.125.465h1.361c13.391.135 26.585 1.727 39.479 5.438 6.14 1.768 12.067 4.072 17.521 7.465 2.902 1.805 5.566 3.894 7.673 6.62 4.297 5.56 3.936 11.802-1.007 16.781-3.338 3.363-7.449 5.487-11.828 7.137-1.239.465-2.603-.218-3.077-1.405-.521-1.304.044-2.653 1.37-3.296 2.022-.98 4.125-1.829 6.037-2.993a21.078 21.078 0 004.347-3.499c2.677-2.849 2.776-5.963.506-9.151-1.7-2.388-3.984-4.134-6.44-5.66-6.06-3.766-12.71-6.099-19.557-7.92-7.138-1.899-14.39-3.224-21.755-3.748-5.869-.417-11.759-.537-17.639-.816-.849-.041-1.429.21-1.901.938-3.447 5.316-6.933 10.607-10.362 15.935-.25.388-.356 1.086-.185 1.497 5.805 13.814 13.157 26.708 22.9 38.155 4.102 4.817 8.563 9.272 13.98 12.643 2.542 1.581 5.195 2.9 8.272 3.105 2.788.188 4.822-.979 6.206-3.345 1.304-2.229 1.827-4.695 2.061-7.229.756-8.177-.861-16.064-3.005-23.87-2.196-7.996-5.304-15.654-8.865-23.136-.287-.602-.522-1.317-.491-1.965.057-1.179.987-2.018 2.15-2.2 1.022-.16 2.098.402 2.609 1.498 1.274 2.728 2.567 5.451 3.734 8.226 3.602 8.571 6.502 17.365 8.034 26.563 1.069 6.42 1.58 12.863.096 19.294a22.23 22.23 0 01-1.439 4.21c-2.527 5.524-7.651 8.02-13.588 6.722-4.827-1.057-8.901-3.579-12.702-6.592-6.991-5.541-12.663-12.297-17.793-19.535-5.848-8.245-10.787-17.013-14.925-26.234-.155-.343-.333-.676-.637-1.295zm-2.528-21.95l3.196 10.164c2.525-3.854 4.879-7.446 7.411-11.313l-10.607 1.149zm28.374 26.238c-4.017-.005-7.286-3.261-7.278-7.249.007-4.052 3.272-7.281 7.356-7.28 4.014.002 7.276 3.255 7.279 7.255.002 4.047-3.267 7.279-7.357 7.274z"}))};ne.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ne.defaultProps={color:"#67595D",size:"128"};const ae=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M43.983 4.653a5.911 5.911 0 015.6 4.022l35.91 106.396a5.911 5.911 0 01-5.603 7.802h41.38a5.917 5.917 0 004.8-2.465 5.909 5.909 0 00.798-5.34L90.961 8.672a5.91 5.91 0 00-5.602-4.022zm-1.336.478a5.92 5.92 0 00-5.61 4.029L1.132 115.55a5.91 5.91 0 005.6 7.8h28.893c1.239 0 2.446-.41 3.452-1.113a5.923 5.923 0 002.157-2.916l7.019-20.71-13.411-12.857c-.246-.273-1.353-2.274-.369-4.002 1.108-1.659 2.955-1.659 2.955-1.659h17.285l9.074-26.145L48.274 8.321c-.042-.205-.914-1.365-2.281-2.28-1.37-.915-3.345-.909-3.345-.909zm-4.88 75.74a2.724 2.724 0 00-1.86 4.718l37.83 35.31c1.101 1.03 2.502 1.631 4.007 1.631 0 0 1.282.068 2.055-.033 1.817-.273 3.525-1.768 4.09-2.39 1.457-1.939.794-4.95.794-4.95l-11.45-34.28z"}))};ae.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ae.defaultProps={color:"#474747",size:"128"};const ie=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M90.18 50.5v.15h.31a1.18 1.18 0 01.09-.43v-.27c-.13 0-.26.21-.38.58zm-2.94-7.08v-.27h-.44v.27h.44zm-8.54 16a14.07 14.07 0 00-2.35-3c0-.32.5-.79 1.59-1.42L81 52.34A7.79 7.79 0 0082.28 48v-.46c-.12-1.38-1.12-2.49-3-3.34q-1.68-1.13-6-1.25a35.58 35.58 0 00-9.41 2.58 38.64 38.64 0 01-3.63 2.29v.23a.87.87 0 00.36-.16.21.21 0 01.26.21L61 48h.11v.1a12.79 12.79 0 01-2.52 2l.13.24h-.11l-.28-.1c0 .08-.11.14-.34.16v.1l.27.34a1 1 0 01-.39-.09 1.88 1.88 0 00-1.16.63l.16-.69a56.27 56.27 0 001.16-6.5L58 44a4.73 4.73 0 01-1.09-1 3.71 3.71 0 000-.49v-.1h-.11q-1.85 2.77-7.11 9.45-4 4.75-4.14 5.28c-1.09 1.13-1.61 1.81-1.56 2-.29.19-.41.37-.36.58a.12.12 0 01-.16-.09 3.17 3.17 0 01-2.08 1.45l-1 .22a.23.23 0 00-.19.28v.12l.36-.08v.1l-.82.32-1.45.34h-.76c-.11.11.61 0 .33.06l-1 .22c-.58.13-.89.08-1-.15h-.11a.54.54 0 010 .24l-.06-.23-.76.18Q35 62.29 32 59c0-.43.67-1.05 2.12-1.86l4.08-3.59q1.37-1.76 1.63-5.65l-.06-.61c-.16-1.83-1.48-3.3-4-4.44-1.47-1-4.12-1.53-7.94-1.61a47.82 47.82 0 00-12.39 3.36 47.39 47.39 0 01-4.78 3v.32a1.25 1.25 0 00.48-.19.27.27 0 01.34.26l.32-.18h.2V48a18.64 18.64 0 01-3.34 2.6l.18.28H8.7l-.34-.12c0 .09-.15.16-.48.19v.17l.37.41a1.36 1.36 0 01-.5-.1A3.17 3.17 0 005.63 53l.18.28a4.47 4.47 0 011.06-.85v.46a1.53 1.53 0 00-.48.19l.38.58a12.63 12.63 0 012.43-2c.44.11.67.25.68.4h.34a26 26 0 017.14-3.86v.32q-.66 1-.89 1a1 1 0 00.23.59q.06.6-3.21 8.1Q6.17 75.5 1.13 83.84a1.08 1.08 0 00.2.45 4.17 4.17 0 001.57-.6h.18v.32h.31l.32-.18c0 .09.11.14.33.12v.32a2.83 2.83 0 01-.52 1.42A7.37 7.37 0 002.48 88v.15h.31a19.55 19.55 0 003.06-4.41 48.85 48.85 0 009-3.38 8.39 8.39 0 004.74-1.63v-.17l-.78.23h-.18v-.17a7.07 7.07 0 003.17-1q4.46-3.44 6.74-4.87 4.68-3.44 6.08-6.7l.52-.12a6.81 6.81 0 00.75 0c0-.08 0-.13.1-.15.7-.07.36 0 .81-.06l1.17-.27h.2l-.09.06a1.14 1.14 0 00.43 0l.08.34-5.34 8.49L32 75.71l-.58 1.94h.11l.58-.24-.19.75.06.22.16.2c-.07 0-.1.07-.08.15v.12l.24-.06q.53-.46.45-.84a2.21 2.21 0 00.76.06v.12c-.23.06-.35.24-.37.56v.12h.13c1.94-2.12 6.69-9.35 10.5-14.27q-.18-.8 6-2.22h.13q.22 1-1 4.67a12.58 12.58 0 00-.71 2.44 18.69 18.69 0 00-.92 3.22l-1.37 4.69A43.46 43.46 0 0043.74 85a1 1 0 01.4 0l.21-.18a.12.12 0 00.16.09l-.08-.34h.63c.19 0 .34-.28.48-.71 0-.64.1-1 .39-1.06a10.29 10.29 0 01.72-2.32 10.29 10.29 0 01.81-2.6c.55-2 1-3 1.21-3.06l.06.24-.4 1a50.68 50.68 0 01-2.12 7.35l.21.89h.13q2.6-5.59 7.48-22.14A2.89 2.89 0 0155.4 60l-.19-.2v-.1a1.27 1.27 0 00.78-.44c0-.08-.34-.21-1-.37l1.62-7a2.41 2.41 0 01.62-.48v.35a.87.87 0 00-.36.16l.31.44A10 10 0 0159 50.83c.34.09.5.21.52.32h.24a19.75 19.75 0 015.43-2.91v.23q-.49.74-.67.75a1 1 0 00.15.45 42.49 42.49 0 01-2.41 6.16 167.41 167.41 0 01-9.44 19.55.87.87 0 00.17.34 3 3 0 001.18-.46h.11v.23h.26l.23-.12q0 .1.25.08v.25a2.12 2.12 0 01-.4 1.06 5.31 5.31 0 00-.85 1.82v.12h.24a14.72 14.72 0 002.32-3.35 37.55 37.55 0 006.8-2.56 6.39 6.39 0 003.62-1.24v-.12l-.61.18h-.13v-.12a5.36 5.36 0 002.4-.77c2.25-1.73 4-3 5.12-3.7 3.6-2.62 5.27-5.13 5.07-7.55zm-.62.16l.08.94c-.11.23-.23.35-.34.36l-.14-1.6c.26.09.39.19.4.3zM7.52 52h-.16v-.29l.64-.05v.15a1.24 1.24 0 00-.47.19zM4.38 83.4a2 2 0 00-1-.21v-.46c0-.18.08-.3.31-.34s.33.13.34.43a6.78 6.78 0 01.89-1l.34.14c-.11.93-.4 1.41-.86 1.44zm33.55-35.1c-.16 0-.48-.48-.93-1.45v-.29c.3 0 .61.46.93 1.45v.29zm-.45-3.48l-.13.31-4.56-1.9q4.56.15 4.69 1.59zM18.25 61.35l-.64.06v-.29l.64-.06v.29zm-.52-9.92h.16v.46c-.15 0-.34.23-.59.66v-.32c.29-.34.44-.61.42-.79zm-1.35 3.19l.06.61h-.16l-.06-.61zm-.71 1.14h.31c0 .5-.17.77-.42.79h-.16a1.46 1.46 0 00.27-.77zm-.53 1.58h.18v.15l-.29.48h-.31v-.15a.4.4 0 00.42-.49zm-.52 1.43l-.09.76h-.16l-.07-.75h.32zM9.38 73.62c-.21 1-.43 1.57-.66 1.59v-.15a1.67 1.67 0 01.67-1.44zm-1 2.08v.15a.27.27 0 01-.28.34V76q0-.27.28-.34zM8.15 80h.48v.17a1.25 1.25 0 00-.48.19h-.31c0-.16.08-.28.28-.34zm13.79-4.26a25.56 25.56 0 00-4.8 2.73q-4.42 1.53-4.38 1.92a48 48 0 00-5.17 2.27 1.86 1.86 0 01-.85-.22 1.37 1.37 0 01.71-1.3 2.75 2.75 0 011.31.21 12.78 12.78 0 012.53-.83v-.32l-1 .08A13.17 13.17 0 0113.1 79h.48v.15c-.83.07-1.29.32-1.39.75 0 .2.13.28.34.26.62-.39.93-.62.92-.69q1.77-.34 9.81-5.13v.29c0 .14-.45.53-1.37 1.2zm-8.22 2.7a3.17 3.17 0 002-.93c.22 0 .34.07.35.26a7.17 7.17 0 00-2.19 1h-.16v-.31zM27 68.27l-4.11 3.26a40.68 40.68 0 01-4.94 3q-7.3 4-9.07 4.17H8.7q.22-.82 6.5-13.31a35.47 35.47 0 008.71-2.58l1-.08a5.59 5.59 0 014.49 1.15l.06.61c-.74 2.13-1.56 3.38-2.44 3.75zm-8-4.52l.66-.06v.15l-.66.06v-.15zm9.29-1.57h.48c.45.21.68.4.7.57v.15a1.36 1.36 0 01-1.19-.67zm1.31-7.48a19 19 0 01-3.6 2.61c-.63.06-3 1-7.07 2.76a1.29 1.29 0 00-.63-.07v-.29a3.81 3.81 0 01.79-2.22c.32-1.68.66-2.64 1-2.87l3.4-7.65q-.06-.71 2.18-1.09h.48v.44c1.46-.22 2.38-.35 2.73-.38 2.7-.23 4.11.32 4.22 1.63h.31l-.07-.77h.34A2.12 2.12 0 0135 48.25a2.48 2.48 0 01-.69 1.59c-.21 0-.33-.13-.34-.43h-.34l-.07.93q-2.05 3.07-3 3.16c-.56.77-.9 1.16-1 1.16zm2.09 5.36a1.2 1.2 0 00-.67-.26v-.46h.31l.68.4a.27.27 0 01-.28.34zm2.16 2.56c.3.12.48.25.51.37h-.24l-.22.18-.06-.62zM34 63.9v-.12l.39-.09v.12l-.39.09zm.94 1.1c.4-.07.6-.09 1.34-.26v.12l-1.42.33a1.87 1.87 0 000-.19zm1.38.59a6.06 6.06 0 00-1.42.2v-.12l1.19-.38.57-.13.06.22c-.26.06-.07.06-.37.21zm1.26-.3a.26.26 0 01-.32-.19l.36-.08a.22.22 0 01.3.19l-.34.08zM41 61.57v-.12l.59-.14.06.22h-.62zm3.64 22.34a.92.92 0 000-.37h.13a.21.21 0 01.29.17v.12l-.48.11zm2.55-21.38h-.26a7.38 7.38 0 01-1.06.35l-.24.06a.24.24 0 01-.31-.17l1.68-.43.56-.26.19.21a1.25 1.25 0 00-.58.24zm1.31-.42v-.12a.71.71 0 00.32-.21l1.18-.27v.12a9.36 9.36 0 00-1.53.48zm.19-2.45a1 1 0 00-.34.21c0-.08-.19-.08-.5 0-.06-.23.84-.56 2.69-1l.26-.06.06.22c-1.3.38-2 .6-2.17.62zm3.26-3.52c-.13 1.48-.65 2.32-1.57 2.53v-.12l-.82.32-.36.08a.91.91 0 01-.5 0l-.07-.33a49.32 49.32 0 013.56-4.91h.28a5.09 5.09 0 01-.48 2.39zm5.77-4.94h-.12v-.23h.48v.12a1.57 1.57 0 00-.36.15zm-2.38 23.86a1.49 1.49 0 00-.75-.17v-.35q0-.18.22-.25c.16 0 .25.09.27.34a4.09 4.09 0 01.67-.77L56 74c-.09.71-.31 1.08-.64 1.11zm25.47-26.64c-.12 0-.35-.36-.72-1.12v-.23c.23 0 .48.34.72 1.09v.26zm-.34-2.66l-.11.24-3.45-1.44c2.3.07 3.49.48 3.56 1.2zM65.86 58.3h-.48v-.23h.48v.23zm-.4-7.54h.13v.35q-.18 0-.45.5v-.23a1.08 1.08 0 00.31-.62zm-1 2.42v.46h-.13v-.46zm-.55.87h.24q0 .59-.31.61h-.14a1.26 1.26 0 00.2-.61zm-.39 1.19h.11v.12l-.21.37h-.24v-.12c.25 0 .36-.15.34-.38zm-.39 1.08l-.08.6h-.11v-.59h.24zm-4 11.3q-.24 1.17-.5 1.2v-.1a1.33 1.33 0 01.51-1.1zm-.73 1.58v.1a.21.21 0 01-.22.27v-.12q0-.18.22-.25zm-.21 3.28h.37v.12a1.07 1.07 0 00-.36.14h-.24q0-.2.22-.25zm10.46-3.23A21.75 21.75 0 0065 71.31c-2.24.78-3.34 1.27-3.33 1.46a35.33 35.33 0 00-3.9 1.72 1.45 1.45 0 01-.64-.18 1 1 0 01.54-1 2.1 2.1 0 011 .15 10.83 10.83 0 011.93-.62v-.23l-.75.07a10 10 0 012.14-1h.37v.1c-.63.06-1 .24-1.06.58a.21.21 0 00.26.21c.47-.31.69-.48.69-.54q1.34-.24 7.44-3.9v.23c0 .09-.34.39-1 .9zm-6.24 2A2.5 2.5 0 0064 70.6c.16 0 .25.06.26.21a5.92 5.92 0 00-1.66.71h-.13v-.22zm10.08-7.74l-3.1 2.5a30.16 30.16 0 01-3.77 2.3q-5.53 3-6.89 3.16h-.13q.17-.63 4.95-10.1a27.26 27.26 0 006.61-2l.75-.07a4.2 4.2 0 013.4.89v.46c-.57 1.6-1.18 2.54-1.85 2.83zm-6.09-3.38h.48v.12h-.48v-.12zm7.05-1.2h.37c.34.17.52.32.53.44v.1a1 1 0 01-.91-.51zm1-5.67a14.26 14.26 0 01-2.66 2 35.66 35.66 0 00-5.37 2.08 1.23 1.23 0 00-.49-.07v-.23a2.92 2.92 0 01.59-1.69c.24-1.29.51-2 .79-2.17l2.6-5.81c0-.34.52-.62 1.64-.84h.37v.35q1.65-.27 2.07-.31c2-.18 3.12.23 3.21 1.24h.24v-.56h.24a1.55 1.55 0 011 1.18 1.93 1.93 0 01-.49 1.22c-.16 0-.25-.09-.27-.34h-.24l-.07.7c-1 1.57-1.79 2.39-2.26 2.42-.42.57-.68.86-.8.87zm1.09 3.88v-.35h.24l.52.32a.22.22 0 01-.22.25 1 1 0 00-.51-.2zM32.15 79.76l-.24.06-.21.18a.21.21 0 00.29.17c.16 0 .22-.13.19-.28v-.12zm-.92-1.84v.12c.16 0 .22-.13.19-.28v-.12a.22.22 0 00-.19.28zm6.6-12.39l.18-.11h-.09a.11.11 0 00-.08.13zm0-3.21l.28-.07L38 62l-.28.07.06.24zm65.85 9.41l-.63-.07-.11.24v.1l3.77-.32v-.23l-3 .26zm3.45-.29v.23-.23zm15.83-2.07v.23l.41.07v-.23l-.41-.07zm-.58 0a15.72 15.72 0 01-3.78.57v.23h.4l.31-.12c2.8-.31 3.13-.2 3.1-.51v-.11zm-17-4.12l-.25-.08a4.2 4.2 0 00-.3 1v.1c.2 0 .37-.34.54-1zm-3.41-1.84v-.12h-.13l-.23.15.13.22c.18 0 .26-.1.24-.26zm7.41 7.66v-.23h-.07v.23zm15.37-3.47h.18c.1 0 .15-.09.14-.24l-.1-.22a3 3 0 00-1.46.37v-.12l-.77.07c0-.23-.08-.35-.19-.34h-.4c-.47 0-.69 0-.92.2 0-.08 0-.12-.08-.12h-.45l-.26.15c0-.08 0-.12-.08-.12l-.16.14v-.12h-.77v.23l.32.08h.3a.54.54 0 00.34.07l.26-.13v.1a19.08 19.08 0 01-2.46.47.43.43 0 00-.25-.1.2.2 0 01-.19-.21l.52-.07a3.19 3.19 0 00.35.09c.42-.21.44-.29.66-.31v-.23a15.19 15.19 0 01-2.66.25h-.08v-.23c2.31-.28 1.54-.12 2.33-.34 0 .08 0 .12.08.12a.54.54 0 01.32-.16h.16a8.46 8.46 0 002.57-.28v.1l.26-.13h.24c0-.23.34-.27.46-.28v-.25c-2.81.57-3.55.41-4.33.63v-.1a3.41 3.41 0 01-1 .08.49.49 0 00-.23.15c0-.08 0-.12-.09-.12l-2.39.39c0-.07 0-.1-.09-.09a12.17 12.17 0 01-2.56.46.78.78 0 00-.31.13c0-.07 0-.1-.13-.09l-1 .08-.68.17c0-.07 0-.1-.13-.09a5.41 5.41 0 01-1 .19c-.17 0 .08 0 0-.1l-.21.12h-1.16c-1.8.22-1.6.25-1.8.26h-.67a.09.09 0 01-.1.11c-.76-.1-1.16-.22-1.16-.36q.15-1.09.53-1.12h.13l-.11.24h.13c.24-.13.35-.25.34-.36v-.25h-.24v-.23a.84.84 0 01.07-.47l.55-.89v.23h.26v-.23l-.15-.21a1 1 0 01.47-.27v-.12h-.35v-.35a10 10 0 001-2.57l.25.1c.16 0 .23-.1.22-.27h-.24v-.1a.89.89 0 01.09-.49 1.56 1.56 0 00.52-1.22c.07 0 .11 0 .12.11.33-.19.58-.68.76-1.5a46.87 46.87 0 002.47-6.25c2.05-5.52 2-6.1 2.25-7.41h-.24a.84.84 0 01-.09.48 1 1 0 00-.39-.09v-.1a2.83 2.83 0 01.61-1.71h.11l.21.8h.24a7.3 7.3 0 01.19-1c0-.12-.1-.2-.29-.21l-.23.15v-1.3h-.12a.91.91 0 01-.32-.51l-1.33.13a1.22 1.22 0 00-.15-.41c0-.12.29-.24.9-.36l.27.1.25-.15c0 .08.06.12.15.11l.25-.15c0 .08.06.12.15.11h.12v-.27h-1.46l-.25.17v-.15q-9.38.77-10.65.89H99.6c0 .1-.08.16-.27.18l-.27-.12L98 41a6.06 6.06 0 01-1.08 0 .93.93 0 01-.51.2l2.65-.2a1.22 1.22 0 01-.65.21.9.9 0 01-.53-.09 15.15 15.15 0 01-2 .47l-.27-.1-4.36.67a1.09 1.09 0 00-.59-.09 7.24 7.24 0 00-1.16.25l-2.11.88.16.26a1.17 1.17 0 00.43-.17l.75.07-.09.7a1.88 1.88 0 00-1.2 1.34c-1 .46-1.55.78-1.55 1v.12h.16l.28-.15.33.39v.54q0 .25-5.21 11c-3 6.9-4.6 10.67-4.75 11.35-1 .29-1.63.71-1.81 1.27 0 .18.33.3.92.34v.27l-.27.45v.54q0 .42 2.26.64c0-.09 0-.15.14-.16a8.16 8.16 0 01-.28 2H78a3.47 3.47 0 00.88-1.73H79c.15 0 .31.16.49.52q-.28.11-2 4.45l.16.26h.16q2.05-5.2 2.58-5.75 2.7-.24 9.33-1l.28-.17a.13.13 0 00.17.13h.29l.28-.17a.13.13 0 00.17.13l3.35-.29c.89-.07 1.3-.34 1.27-.8 0-.12.51-.26 1.57-.41a1.28 1.28 0 01.46.08c0-.08.52-.17 1.58-.26 0-.56.2-.86.52-.89v-.27a4.63 4.63 0 00-1 .23 6.26 6.26 0 01-1.33-.16 1.23 1.23 0 01-.43.17L94.51 69l-.28.15q0-.13-.17-.11h-.13l-.3.15c0-.08-.25-.15-.74-.21l-.3.18h-.58v-.15q4.5-.49 4.44-1.22a.26.26 0 01.32.27l.88-.22v-.27l-7.18.2c0 .09 0 .15-.14.16l-.88-.07a1.06 1.06 0 00-.56.2l-.35-.06a10 10 0 00-2 .33 12.73 12.73 0 00-2 0l-1.61.14-.75-.08c0-.48.89-2.81 2.79-7a6.11 6.11 0 011.54-2.64 1.08 1.08 0 01.46.11l1.03-.39.59.09a13.45 13.45 0 003.45-.85 1.62 1.62 0 01.75.07l.88-.21 2.61-.22a17.3 17.3 0 003.62-.74v-.27c-.48 0-.74 0-.75-.23 0-.36-.38-.51-1.06-.46v-.27l.72-.21 1.88-.16v-.27h-1.16v-.29l.73-.07c.2 0 .28-.11.26-.3-1 0-1.47 0-1.48-.15q-10.23.5-10.26.19a1.17 1.17 0 00-.43.19l-.29-.31q2.71-5.76 3.18-5.8a1.69 1.69 0 01-.22.72V49h.29c.72-1.71 1.32-2.6 1.83-2.64 2.14-.19-.3-.33 4.29-1a.89.89 0 00.41.11q2.7-.55 7.52-1.14v-.27l-1.71.16v-.27a.93.93 0 00.51-.2v.15a1 1 0 00.39-.19 1.23 1.23 0 01.68.08 9.92 9.92 0 011.44-.29l1.07-.1c.26-.17.38-.32.37-.46v-.12a3.38 3.38 0 01-.94-.06.27.27 0 01.24-.3l2-.19.91-.23c0 .1.06.14.13.14a1 1 0 00.39-.19h.15a7.45 7.45 0 00-.4 1.09h-.26a1.14 1.14 0 00-.15-.48H110c-2.42 6.75-3.5 9.89-5.74 15.07-.41 1.32-.75 2.06-1.05 2.22a.21.21 0 00.26.21 3.25 3.25 0 01-.46 1.93c-1 3-1.72 4.61-2.08 4.91l.23 1.41a.22.22 0 01-.22.25h-.24c0-.39-.18-.58-.43-.55h-.13a5.54 5.54 0 00-.72 1.72h.24a.81.81 0 00.45-.75h.48l.28.1a1.49 1.49 0 00-.31.85l.13.22-.32.75v.12a1.51 1.51 0 01.91.26A1.63 1.63 0 00102 71h3.12l.9-.31a20.9 20.9 0 002.23-.07h.39l.21-.14v.12a6.11 6.11 0 011.84.07v.12h-.55v.23a.79.79 0 00.44-.17c.14 0 .22.07.23.23a3.28 3.28 0 00-.75.17l-.24-.08c-.38.1-.3.13-.56.15l-.38-.07a.09.09 0 01-.09.11.2.2 0 00.23.21h.39l2-.18.77-.17c0 .07 0 .1.1.09l.37-.14.7-.06c.54 0 .53-.08 1.71-.27 0-.07 0-.1.07-.11v.1a17.2 17.2 0 002.34-.45v.06c.48-.11.21-.08.34-.18 0 .08 0 .12.08.12h.34v-.25h-.84a3.59 3.59 0 01-.76.06l-1.71.09v-.12l1-.13h.34l.2-.14V70c1.34-.11 1.82.22 8-1.1.34 0 .31-.31.52-.89a.58.58 0 01-.33-.07 9.7 9.7 0 01-1.77.26c-.08 0-.15-.07-.18-.21v-.1h1a2.4 2.4 0 001-.34c0 .08-.2.13-.08.12zm-45.88.74h-.44a8.26 8.26 0 01.7-2h.29a7.62 7.62 0 01-.55 2zm.53-2.12v-.12c0-.15.08-.25.29-.3v.2c0 .18-.08.28-.29.3zm5.82 4.5v.12l-.73.07v-.12l.73-.07zm-.88-.07c0 .15-.21.32-.7.48l-.89-.07h-.29v-.27l1.91-.18zm5.89-27.11h-.44v-.15c0-.15.07-.25.26-.3h.16l.3.12a.26.26 0 01-.27.3zm6.66-1.3H97v.27h-.4a.27.27 0 01.24-.3zm-1.68.59l-.66-.07v-.12a7.15 7.15 0 001.69-.32c0 .1.1.14.27.12v.27h-.26a.9.9 0 01-.53-.09 1.14 1.14 0 01-.51.19zm.79 2.46v-.12l1.07-.1v.12l-1.07.1zm1.15-.93v-.16h.52v.15h-.52zm.12-1.83h-.14l.12-.29 1.19-.11v.15a7.2 7.2 0 00-1.18.24zm.61 2.57v-.27h.52q.27 0 .28.25l-.78.07zm3.16-4.3l-.67.19h-.12A6.85 6.85 0 0199 41c.87-.06 1.7-.12 2-.17zm-.72 3v.12l-.92.08v-.12l.92-.08zm1.51.72c0-.11-.19-.19-.55-.22l-.92.26h-.71c-.16-.11-.24-.19-.25-.24h.82l1.84-.3h.94v.15a5.28 5.28 0 00-1.18.24zm9.49-2.52h.21a3.57 3.57 0 011.11-.75 6.55 6.55 0 01-1.57 3.27l-.52-.32a17 17 0 00.77-2.22zm-1.6 2.75h.13c-.18.34-.34.51-.47.52v-.35a.79.79 0 00.36-.16zm-1 2.47a3.5 3.5 0 01.72-1.72v.12c-.13.93-.34 1.43-.61 1.46v.59a1.32 1.32 0 00-.32.75h-.13l-.07-.81c.15 0 .27-.15.35-.39zm-.4 1.34a3.41 3.41 0 01-.27 1h-.13v-.35c.18-.41.33-.62.43-.62zm-7.52 21.82v-.1h.24v.35c-.13 0-.22-.07-.26-.23zm10.74.28c0-.08 0-.12-.13-.11l-.61.06v-.12h.06l1.43-.12v.12a1.26 1.26 0 00-.75.18zm-.72-.3c.06 0 0 .06 0 .07s-.07 0 0-.07zm.07-1.68l-.8.07v-.12l.73-.07.63-.16c0 .07 0 .1.13.09.75-.13.68-.17 1-.2.12 0 .2.07.21.21l-1.93.17zm2.8-.24a3.19 3.19 0 00-.79-.06v-.1l.72-.07v.1c-.07 0 .2 0 .07.12zm.06-.13v-.1h.39v.1h-.39zm.87-.07v-.1a.68.68 0 00.28-.15.28.28 0 01.32.26zm1.11-.14V68h.48v.12h-.48zm.66-.06c0-.14 0-.22.17-.24l.16.21a.09.09 0 01.07-.11l.12.22-.52-.07zm9.14-1.04zm.17-.12c.07 0 .11-.09-.07-.12s.09.12-.09.13V67l.1-.07-.1.08-.2.25.39-.14v-.23zm.68.53h-.07v.23h.55c0-.15-.37-.2-.49-.2z"}))};ie.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ie.defaultProps={color:"#000305",size:"128"};const he=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 31.124L15 3.239v121.522l49-27.885 49 27.885V3.239L64 31.124zM40.714 63.999l24.369-13.89 24.368 13.89-24.368 13.892-24.369-13.892zM32 29.934l17.433 9.937L32 49.809V29.934zm0 48.257l16.126 9.191L32 96.575V78.191zm65 18.384l-16.127-9.192L97 78.191v18.384zM79.566 39.87L97 29.934v19.875L79.566 39.87z"}))};he.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},he.defaultProps={color:"#002A41",size:"128"};const ze=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M109.01 28.64L71.28 6.24c-2.25-1.33-4.77-2-7.28-2s-5.03.67-7.28 2.01l-37.74 22.4c-4.5 2.67-7.28 7.61-7.28 12.96v44.8c0 5.35 2.77 10.29 7.28 12.96l37.73 22.4c2.25 1.34 4.76 2 7.28 2 2.51 0 5.03-.67 7.28-2l37.74-22.4c4.5-2.67 7.28-7.62 7.28-12.96V41.6c0-5.34-2.77-10.29-7.28-12.96zM79.79 98.59l.06 3.22c0 .39-.25.83-.55.99l-1.91 1.1c-.3.15-.56-.03-.56-.42l-.03-3.17c-1.63.68-3.29.84-4.34.42-.2-.08-.29-.37-.21-.71l.69-2.91c.06-.23.18-.46.34-.6.06-.06.12-.1.18-.13.11-.06.22-.07.31-.03 1.14.38 2.59.2 3.99-.5 1.78-.9 2.97-2.72 2.95-4.52-.02-1.64-.9-2.31-3.05-2.33-2.74.01-5.3-.53-5.34-4.57-.03-3.32 1.69-6.78 4.43-8.96l-.03-3.25c0-.4.24-.84.55-1l1.85-1.18c.3-.15.56.04.56.43l.03 3.25c1.36-.54 2.54-.69 3.61-.44.23.06.34.38.24.75l-.72 2.88c-.06.22-.18.44-.33.58a.77.77 0 01-.19.14c-.1.05-.19.06-.28.05-.49-.11-1.65-.36-3.48.56-1.92.97-2.59 2.64-2.58 3.88.02 1.48.77 1.93 3.39 1.97 3.49.06 4.99 1.58 5.03 5.09.05 3.44-1.79 7.15-4.61 9.41zm19.78-5.41c0 .3-.04.58-.29.72l-9.54 5.8c-.25.15-.45.02-.45-.28v-2.46c0-.3.18-.46.43-.61l9.4-5.62c.25-.15.45-.02.45.28v2.17zm6.56-55.09l-35.7 22.05c-4.45 2.6-7.73 5.52-7.74 10.89v43.99c0 3.21 1.3 5.29 3.29 5.9-.65.11-1.32.19-1.98.19-2.09 0-4.15-.57-5.96-1.64l-37.73-22.4c-3.69-2.19-5.98-6.28-5.98-10.67V41.6c0-4.39 2.29-8.48 5.98-10.67l37.74-22.4c1.81-1.07 3.87-1.64 5.96-1.64s4.15.57 5.96 1.64l37.74 22.4c3.11 1.85 5.21 5.04 5.8 8.63-1.27-2.67-4.09-3.39-7.38-1.47z"}))};ze.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ze.defaultProps={color:"#293138",size:"128"};const me=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M48.53 48.26c0-7.16-4.87-7.16-4.87-7.16h-20v15.35h18.76c3.24 0 6.11-1.04 6.11-8.19zM43.66 67.06h-20v18.38h19.1c2.87-.08 8.18-1 8.18-8.94-.03-9.5-7.28-9.44-7.28-9.44zM94.93 56.45c-10.63 0-12.11 10.6-12.11 10.6h22.6s.14-10.6-10.49-10.6z"}),e.createElement("path",{fill:t,d:"M111.25 2.16h-94.5A14.59 14.59 0 002.16 16.75v94.49a14.59 14.59 0 0014.59 14.59h94.49a14.59 14.59 0 0014.59-14.59V16.75a14.59 14.59 0 00-14.58-14.59zM79.86 32.92h28.38v8.48H79.86zM65.51 77.36c0 21-21.85 20.31-21.85 20.31H7.86v-68.8h35.8c10.88 0 19.47 6 19.47 18.32s-10.5 13.09-10.5 13.09c13.84 0 12.88 17.08 12.88 17.08zm53.09-1.12H83c0 12.78 12.11 12 12.11 12 11.43 0 11-7.4 11-7.4h12.09c0 19.64-23.54 18.29-23.54 18.29-28.25 0-26.43-26.3-26.43-26.3s0-26.43 26.43-26.43c27.85-.02 23.95 29.84 23.95 29.84z"}))};me.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},me.defaultProps={color:"#1d1d1b",size:"128"};const pe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 1.023v.002-.002c-30 0-54.557 8.074-54.557 18.1 0 2.64 6.55 40.504 9.147 55.52 1.165 6.733 18.56 16.607 45.39 16.607l.02-.08v.08c27 0 44.238-9.874 45.403-16.61 2.598-15.015 9.15-52.878 9.15-55.518C118.554 9.097 94 1.022 64 1.022zm0 78.062c-9.578 0-17.343-7.766-17.343-17.343C46.657 52.164 54.422 44.4 64 44.4s17.343 7.764 17.343 17.343c0 9.577-7.765 17.342-17.343 17.342zm-.01-54.368c-19.296-.03-34.934-3.384-34.928-7.49.007-4.107 15.656-7.41 34.952-7.378 19.296.03 34.934 3.382 34.927 7.49-.005 4.106-15.653 7.407-34.95 7.377z"}),e.createElement("path",{fill:t,d:"M103.212 89.69c-.83 0-1.494.588-1.494.588S88.283 100.918 64 100.918s-37.718-10.64-37.718-10.64-.665-.587-1.494-.587c-.99 0-1.93.666-1.93 2.135 0 .155.015.31.044.462 2.085 11.16 3.61 19.09 3.876 20.296 1.82 8.21 17.88 14.417 37.22 14.417H64c19.342 0 35.402-6.207 37.222-14.417.268-1.205 1.79-9.13 3.876-20.29.028-.153.044-.31.044-.465 0-1.47-.94-2.137-1.93-2.137z"}),e.createElement("circle",{fill:t,cx:"63.983",cy:"61.737",r:"8.691"}))};pe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},pe.defaultProps={color:"#205081",size:"128"};const ve=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 118 94",...r},e.createElement("path",{fill:t,d:"M24.509 0c-6.733 0-11.715 5.893-11.492 12.284.214 6.14-.064 14.092-2.066 20.577C8.943 39.365 5.547 43.485 0 44.014v5.972c5.547.529 8.943 4.649 10.951 11.153 2.002 6.485 2.28 14.437 2.066 20.577C12.794 88.106 17.776 94 24.51 94H93.5c6.733 0 11.714-5.893 11.491-12.284-.214-6.14.064-14.092 2.066-20.577 2.009-6.504 5.396-10.624 10.943-11.153v-5.972c-5.547-.529-8.934-4.649-10.943-11.153-2.002-6.484-2.28-14.437-2.066-20.577C105.214 5.894 100.233 0 93.5 0H24.508zM80 57.863C80 66.663 73.436 72 62.543 72H44a2 2 0 01-2-2V24a2 2 0 012-2h18.437c9.083 0 15.044 4.92 15.044 12.474 0 5.302-4.01 10.049-9.119 10.88v.277C75.317 46.394 80 51.21 80 57.863zM60.521 28.34H49.948v14.934h8.905c6.884 0 10.68-2.772 10.68-7.727 0-4.643-3.264-7.207-9.012-7.207zM49.948 49.2v16.458H60.91c7.167 0 10.964-2.876 10.964-8.281 0-5.406-3.903-8.178-11.425-8.178H49.948z"}))};ve.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ve.defaultProps={color:"#5B4282",size:"128"};const ge=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M124.797 65.636c-.559-2.396-1.734-4.17-3.956-5.316-4.161-2.147-8.577-3.302-13.091-4.333-9.566-2.186-19.235-3.564-28.973-4.706-1.127-.132-2.237-.282-3.363-.424.376-3.143 1.495-4.192 5.271-4.975.391.905.749 1.851 1.214 2.739.172.328.603.738.919.743 5.632.079 10.951-.888 15.265-4.908 3.371-3.144 4.867-7.224 5.693-11.619.3-1.598.588-3.199.825-4.808.739-5.002 3.353-9.002 6.685-12.626.163-.177.308-.369.549-.661-2.649-.822-5.265-.913-7.849-.44-9.892 1.81-17.349 7.015-21.982 16.055l-.16.17c-1.686-.426-3.384-.81-5.046-1.311-.304-.092-.543-.636-.678-1.018-2.718-7.715-7.416-13.725-15.075-16.983-2.281-.972-4.83-.826-7.254-1.465-.132-.035-.241.25-.36.25h-7.332c-1.609 0-3.225.096-4.826.432C22.097 14.445 7.105 29.256 3.596 48.614-.153 69.289 5.52 87.352 19.137 103.162c2.047 2.377 4.519 4.271 7.37 5.685 5.264 2.608 10.975.695 13.666-4.549l.225-.389c1.151 3.009 2.388 5.919 3.38 8.917.966 2.917 4.453 4.246 6.582 4.105.401-.026.895.338 1.182.12 1.907-1.445 3.41.949 5.067.949h2.688c1.898-1 3.701-1.653 4.943-3.361.152-.211.827-.269 1.252-.225 2.432.253 4.688-.314 6.73-1.679 1.708-1.143 2.779-2.746 2.999-4.811 2.161-.632 3.501-2.286 3.573-4.827.04-1.377-.084-2.93-.674-4.135-1.797-3.678-3.856-7.232-5.813-10.832l-.16-.348.383.15c2.876 1.401 5.9 2.024 9.1 1.758 2.039-.169 3.262-.823 4.288-2.391 2.525 1.783 5.364 2.628 8.458 2.409 3.079-.217 5.973-.876 7.631-3.946 2.188 0 4.432.203 6.615-.069 1.522-.189 3.054-.866 4.421-1.619 2.189-1.205 3.674-2.974 3.206-5.775 2.242-.194 4.304-.748 6.045-2.146 1.409-1.132 2.035-2.607 2.513-4.346.111-.407.193-.793.193-1.188v-3.421c0-.521-.08-1.034-.203-1.562zM49.475 42.744a6.386 6.386 0 01-6.408-6.457c.032-3.575 2.942-6.479 6.463-6.452 3.576.029 6.392 2.895 6.389 6.502-.005 3.602-2.831 6.414-6.444 6.407zm19.638 5.175c-.817-1.956-1.452-4.001-1.161-6.234-.151-3.359 1.012-6.303 2.974-8.939.256-.342 1.092-.392 1.643-.353 6.281.439 11.744 2.982 16.758 6.634 1.041.759 2.032 1.588 2.924 2.563-1.964-.421-3.92-.882-5.893-1.255-2.969-.562-5.908-.449-8.703.799-3.019 1.348-6.17 1.301-9.355 1.08 1.735 1.558 3.833 1.472 5.901 1.16 1.749-.262 3.461-.77 5.265-1.187l.097 1.022-10.45 4.71z"}))};ge.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ge.defaultProps={color:"#EF5734",size:"128"};const we=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M117.5 33.5l.3-.2c-.6-1.1-1.5-2.1-2.4-2.6L67.1 2.9c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.3.9 3.4l-.2.1c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c.1-.8 0-1.7-.4-2.6zM64 88.5c9.1 0 17.1-5 21.3-12.4l12.9 7.6c-6.8 11.8-19.6 19.8-34.2 19.8-21.8 0-39.5-17.7-39.5-39.5S42.2 24.5 64 24.5c14.7 0 27.5 8.1 34.3 20l-13 7.5C81.1 44.5 73.1 39.5 64 39.5c-13.5 0-24.5 11-24.5 24.5s11 24.5 24.5 24.5z"}))};we.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},we.defaultProps={color:"#03599C",size:"128"};const fe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M2 73.69V93c0 10.69 27.75 19.35 62 19.35V93C29.75 93 2 84.36 2 73.69zM64 54.34l48.5 12c8.44-3.3 13.51-7.5 13.51-12V35c0-10.68-27.76-19.35-62-19.35S2 24.29 2 35v19.34C2 65 29.75 73.69 64 73.69V54.34zM112.49 85.74L64 73.69V93l48.5 12.05c8.43-3.27 13.5-7.46 13.5-12.05V73.69c0 4.55-5.07 8.74-13.51 12.05z"}))};fe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},fe.defaultProps={color:"#d43d44",size:"128"};const ue=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M59.39.152c-.484.051-1.995.23-3.328.387-5.374.613-11.468 2.227-16.816 4.48C19.891 13.106 5.324 30.849 1.305 51.2.359 56.04.129 58.418.129 64c0 7.195.715 12.16 2.61 18.434 6.195 20.53 22.323 36.632 42.906 42.851 6.195 1.871 11.187 2.586 18.355 2.586 7.195 0 12.16-.715 18.434-2.61 20.53-6.195 36.632-22.323 42.851-42.906 1.871-6.195 2.586-11.187 2.586-18.355 0-3.047-.152-6.527-.332-7.809-2.074-14.796-8.168-27.238-18.328-37.402C99.07 8.703 86.68 2.586 72.19.512c-1.996-.282-11.238-.54-12.8-.36zm-20.863 40.32c1.36.41 1.996.794 2.918 1.715 1.793 1.82 2.203 2.817 2.203 5.555 0 2.051-.078 2.434-.691 3.508-1.18 1.996-3.918 3.84-5.812 3.89-1.333.028-1.278-.562.18-2.097 1.945-2.023 2.226-2.79 2.226-5.813-.024-2.917-.383-3.914-1.739-4.734-1.128-.691-2.355-.64-4.148.203-4.66 2.23-9.703 9.653-11.672 17.258-2.613 10.137 2.02 18.25 9.649 16.867 2.226-.41 6.425-2.558 8.246-4.25 1.508-1.379 1.508-1.406 1.66-3.12.336-3.587 2.867-7.169 6.25-8.833 1.558-.77 1.945-.844 4.043-.844 1.996 0 2.457.102 3.43.637 3.097 1.77 2.457 5.89-.895 5.89-1.945 0-2.945-1-1.535-1.534 1.383-.512.867-2.434-.742-2.868-1.895-.488-4.047.793-5.403 3.25-1.64 2.97-1.715 6.504-.156 8.114 1.512 1.613 3.406.336 4.867-3.329.766-1.867 1.867-2.867 3.149-2.867 1.125 0 1.332.692.843 2.793-.718 3.25-.23 4.094 1.793 3.098.664-.309 1.766-1.023 2.43-1.535l1.254-1 .848-4.43c.922-4.965 1.277-5.633 3.172-5.988 1.82-.336 2.23.562 1.562 3.402l-.36 1.59 1.333-1.36c3.148-3.226 7.015-4.812 8.347-3.48.715.715.637 1.613-.386 4.785-.485 1.512-1.153 3.895-1.457 5.25-.461 2.047-.489 2.535-.23 2.868.82.972 3.327-.028 5.554-2.204l1.305-1.277.156-2.844c.152-3.277.457-4.453 1.328-5.504.82-.972 2.305-1.687 3.098-1.484.793.207.793.973.078 3.227-1 3.097-.895 10.238.129 10.238.41 0 2.507-2.2 3.84-4.043l.996-1.36-.793-.816c-1.383-1.46-1.715-2.406-1.715-4.789 0-1.738.129-2.379.562-3.227.719-1.328 1.844-2.3 3.176-2.687 1.406-.434 3.148.281 3.863 1.562.719 1.305.54 4.223-.383 6.223l-.664 1.457h.895c1.23 0 1.715-.305 3.918-2.379 1.152-1.101 2.484-2.05 3.48-2.511 3.918-1.84 8.528-.895 9.293 1.921.64 2.254-.765 3.84-3.226 3.66-1.766-.128-2.098-.59-1.074-1.456 1.843-1.54 0-3.508-2.637-2.793-1.434.386-3.047 1.996-3.89 3.867-1.692 3.738-.794 8.14 1.636 8.14.973 0 2.691-1.921 3.355-3.789.793-2.152 2.457-3.507 3.711-3.02.692.255.743.946.309 3.122-.488 2.383-.563 4.61-.18 5.633.153.382.614 1.101 1.051 1.586.816.921.844 1.254.152 1.691-.332.23-.77.129-1.843-.46-1.485-.77-2.766-2.153-3.227-3.458l-.281-.766-1.024.766c-.59.41-1.511.871-2.047 1.023-2.125.563-4.738-.894-5.964-3.351-.489-.95-.641-3.738-.282-4.813.204-.59.204-.59-.617-.18-.433.231-1.355.485-2.07.563-1.18.13-1.36.258-2.535 1.742-1.664 2.07-4.61 4.864-5.813 5.454-2.558 1.277-3.402.918-4.07-1.72l-.461-1.765-1.102.973c-1.406 1.23-4.222 2.715-5.836 3.074-1.535.332-3.175-.156-3.84-1.18-.995-1.535-.663-4.785.922-9.164 1.176-3.25.333-3.3-2.636-.203-2.203 2.328-3.149 3.992-3.762 6.578-.64 2.688-1.41 3.66-3.148 4.07-1.051.231-1.54-.41-1.332-1.816l.152-1.129-.973.668c-1.383.946-3.125 1.817-4.328 2.149-1.203.332-2.789-.024-3.172-.692-.691-1.175-.691-1.175-1.765-.332-2.332 1.895-5.66 1.356-7.348-1.152l-.54-.793-1.687 1.562c-4.867 4.454-10.957 6.45-15.464 5.067-5.735-1.738-8.907-6.656-8.856-13.746.024-7.117 3.172-14.617 8.473-20.172 2.996-3.125 5.812-4.969 8.68-5.66 2.07-.512 3.328-.485 5.296.129zm0 0"}),e.createElement("path",{fill:t,d:"M90.418 58.676c-.563.562-.356 2.816.36 4.25.359.742.742 1.332.87 1.332.102 0 .332-.59.512-1.309.64-2.66-.512-5.504-1.742-4.273zm0 0"}))};ue.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ue.defaultProps={color:"#00c4cc",size:"128"};const de=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64.633 5.723l-12.62 12.863h8.444v33.818l4.176 4.258 4.13-4.207V18.811h8.71L64.633 5.723zM22.37 21.355l.002 22.903 9.266-9.246L53.633 56.97h4.105v-3.418l-21.92-22.358 9.66-9.84H22.372zm26.938 0l-9.65 9.838 18.08 18.44V21.355h-8.43zm22.177.215l-.002 28.108L89.61 31.195l-9.43-9.625h-8.695zm13.395.883l8.566 8.742-21.96 22.399v3.597h3.933l21.855-22.29 9.438 9.62V22.453H84.88zm12.394 16.361l-18.02 18.377h27.459V48.43l-9.438-9.616zm-65.632.069l-9.272 9.256v8.832h27.39L31.643 38.883zM19.654 50.846L6.28 64.196 19.654 77.55v-9.328H52.98l4.03-4.028-4.49-4.472H19.655v-8.877zm89.778.357l-.004 8.746H76.55l-4.25 4.328 3.86 3.942h33.038v9.373l13.057-13.315-12.824-13.074zM22.377 70.977l.002 9.287 9.264 9.256 18.572-18.543H22.377zm31.713 0L31.639 93.383l-9.262-9.248v22.677h22.21l-9.544-9.527 22.695-22.65v-3.658H54.09zm17.256 0v4.175L92.56 96.316l.964.973-8.61 8.596h21.562v-21.61l-8.24 8.414-.962.967-22.242-22.68h-3.687zm7.517 0l18.412 18.767 9.202-9.379v-9.388H78.863zm-14.576.998l-3.822 3.814v33.787h-9.233l13.055 13.028 13.057-13.028h-8.717V76.31l-4.34-4.334zm-6.547 6.533l-18.816 18.78 9.547 9.526h9.27V78.508zm13.606.512v27.8h8.756l9.55-9.533L71.346 79.02z"}))};de.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},de.defaultProps={color:"#000000",size:"128"};const Me=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M40.42 90.46a15.35 15.35 0 01-2.8-1c-2.05 3.22-6.8 11.37-7.48 18.75h12.3a62.21 62.21 0 01-2.02-17.75zM80.28 83.92a91.7 91.7 0 00-5.71 17.18c-.53 2.38 1.08 4.75.78 7.11h15.47c-4.08-11.26-5-27.64-7.11-34.19-.05-.09-3.37 9.98-3.43 9.9z"}),e.createElement("path",{fill:t,d:"M124.32 45.19c-3.52-5-11.55-9.2-13.42-14.91-.48-1.46-.56-4.46.36-5.86s-.54-1-.54-1c-2 .77-2.86-1.43-2.86-1.43-.3-.77.11-3.12-1.61-1.84-3.1 2.33-2.08 8-1.5 10.28a23.76 23.76 0 005.9 10.34c1 .93 7.3 7.86 6.44 11.41a2.85 2.85 0 01-2.15 2.62c-4.59.92-6.08-4.71-6.08-4.71-3.44-14.69-9-19.83-9-19.83A109.06 109.06 0 0073 32.62c-34.37-1.29-60.23 9.27-60.23 9.27-7.56 10.85-12 31-12 31s0 .1.07.11a.27.27 0 00.26-.13 63.4 63.4 0 019.57-9.66c-.72 28 5.62 45 5.62 45h12C29.14 98.12 37.06 87 37.06 87c4.46 3.38 14.54 2.38 14.54 2.38 1.78 6.74 5.4 18.82 5.4 18.82h14.46a91.43 91.43 0 017.87-26.64S82.91 73.44 83 71c.23-4.25 4.25-5.51 6.43-5.51s12.1 5.54 19.51 5.17c12.91-.65 18-6.62 18.25-13.43.2-4.68-.9-9.23-2.87-12.04zM82.83 59.62a2.23 2.23 0 01-.27.54 1.48 1.48 0 01-.51.47 1.39 1.39 0 01-.73.16 2.16 2.16 0 01-.66-.15 6.29 6.29 0 01-1.88-1.32c-.27-.25-.52-.51-.76-.76l-.7-.73a4.47 4.47 0 00-1.48-.83c-.59-.21-1.23-.38-1.9-.54s-1.34-.33-2.07-.57a4.96 4.96 0 01-.58-.23l-.29-.11a2.44 2.44 0 01-.38-.27 2.49 2.49 0 01-.56-.7 3.05 3.05 0 01-.28-.74 4.93 4.93 0 01-.1-1.32 8.71 8.71 0 01.13-1.16 17 17 0 01.55-2.13q.33-1 .73-2c.13-.33.26-.65.41-1a10.66 10.66 0 01.52-1A11.25 11.25 0 0174.94 42a12.89 12.89 0 011.81-1.14 10.3 10.3 0 012-.8 18.29 18.29 0 00-3.08 2.71A12.3 12.3 0 0073.48 46a8.65 8.65 0 00-.34.89l-.31 1c-.2.65-.4 1.3-.56 1.95a18 18 0 00-.41 1.91 7.8 7.8 0 00-.09.9 2.84 2.84 0 00.06.75.65.65 0 00.16.34l.14.08.39.16c.58.22 1.25.39 1.92.6a17.92 17.92 0 012.05.75 5.53 5.53 0 012 1.4c.25.31.43.58.64.86l.61.81c.2.26.41.51.63.74a3.66 3.66 0 00.67.58.81.81 0 00.61.17 1.12 1.12 0 00.59-.51 4.75 4.75 0 00.44-.89c.13-.32.23-.65.34-1a5.93 5.93 0 01-.19 2.13zm12.78-8.92a2.19 2.19 0 11-.88-2.52 1.92 1.92 0 01.88 2.52z"}))};Me.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Me.defaultProps={color:"#34495e",size:"128"};const Ee=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("circle",{fill:t,cx:"63.624",cy:"64.474",r:"22.634"}),e.createElement("path",{fill:t,d:"M64 37h54.186c-9.944-20-30.64-33.633-54.562-33.633-19.367 0-36.619 9.173-47.764 23.271l21.123 35.748C38.015 48.48 48 37.07 64 37zm56.126 4H78.294c7.403 6 12.299 13.884 12.299 23.369 0 4.663-1.183 8.631-3.268 13.631h.015l-27.757 47.511c1.335.087 2.682-.022 4.04-.022 33.609 0 60.855-27.746 60.855-61.355.001-8-1.546-15.134-4.352-23.134zM63.624 91.445c-11.672 0-21.611-7.414-25.368-17.789L13.07 30.585C6.565 40.271 2.767 51.93 2.767 64.474c0 30.632 22.634 55.972 52.089 60.224l20.996-36.179a26.853 26.853 0 01-12.228 2.926z"}))};Ee.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ee.defaultProps={color:"#CE4E4E",size:"128"};const xe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M47.809 64c0-8.45 6.847-15.23 15.23-15.23 8.387 0 15.234 6.847 15.234 15.23S71.426 79.23 63.04 79.23c-8.383 0-15.23-6.847-15.23-15.23zm15.23-64C33.152 0 8.13 20.48 1.023 48.129c-.062.191-.062.383-.062.64a3.07 3.07 0 003.07 3.07h25.793c1.215 0 2.305-.702 2.75-1.792 5.313-11.52 16.961-19.582 30.465-19.582 18.496 0 33.535 15.039 33.535 33.535 0 18.496-15.039 33.535-33.535 33.535-13.504 0-25.152-8-30.465-19.582-.511-1.023-1.535-1.793-2.75-1.793H4.031a3.07 3.07 0 00-3.07 3.07c0 .196.062.387.062.641C8.063 107.52 33.153 128 63.04 128c35.328 0 64-28.672 64-64s-28.672-64-64-64zm0 0"}))};xe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},xe.defaultProps={color:"#343434",size:"128"};const ye=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M60.952.266C27.377.266.065 28.77.065 63.806s27.318 63.54 60.887 63.54c33.576 0 60.893-28.505 60.893-63.54S94.528.266 60.952.266zm0 6.117c30.39 0 55.025 25.712 55.025 57.423 0 2.482-.167 4.924-.46 7.321-1.495 6.214-4.194 10.358-7.412 13.19-4.941 4.336-11.524 5.738-17.62 5.733a41.444 41.444 0 01-4.973-.289C97.506 77.4 99.336 57.866 89.864 43.315 80.39 28.763 62.315 23.338 46.882 30.416a23.787 23.787 0 00-1.68-1.114c-2.41-1.413-7.439-3.482-13.837-3.505-5.361-.022-10.615 1.568-15.133 4.58C26.554 15.317 43.21 6.386 60.952 6.394v-.011zM51.341 84.6c.894-4.07 3.343-10.431 5.548-15.655.623-1.481 1.23-2.872 1.777-4.104 3.451 12.822 5.635 20.449 9.546 25.65a17.884 17.884 0 001.913 2.114 28.056 28.056 0 01-9.173 1.56 28.176 28.176 0 01-10.023-1.86c-.065-.817-.1-1.638-.103-2.459a24.45 24.45 0 01.515-5.24V84.6zm-7.444 3.77c-7.555-5.703-12.031-14.84-12.04-24.57.008-9.88 4.625-19.138 12.375-24.813 1.637.984 3.121 2.143 4.34 3.477 2.395 2.56 5.077 8.214 6.94 13.082.51 1.312.965 2.567 1.36 3.709C50.16 73.502 45.685 80.608 43.898 88.37zm21.802-18.226c-1.501-4.037-2.374-7.079-2.379-7.084l-.005-.012c-2.747-10.984-5.592-21.025-11.497-28.052a27.998 27.998 0 019.134-1.55c16.06.022 29.074 13.602 29.095 30.36-.007 9.673-4.432 18.764-11.914 24.474a14.975 14.975 0 01-2.184-.78c-1.137-.514-2.812-2.267-4.329-4.698-2.313-3.635-4.437-8.622-5.927-12.653l.006-.005zm-4.747 51.08c-30.39 0-55.025-25.707-55.025-57.424 0-2.086.114-4.144.32-6.173 4.508-16 15.338-21.92 25.595-22.02 2.08-.007 4.117.282 6.068.774-13.182 12.081-15.74 32.487-5.979 47.7 9.762 15.213 28.817 20.518 44.544 12.403 2.78 1.023 5.96 1.633 9.812 2.137 1.447.186 3.007.277 4.665.277a61.612 61.612 0 0014.997-2.087c-10.29 15.308-27.088 24.417-45.007 24.407l.01.006z"}))};ye.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ye.defaultProps={color:"#5881D8",size:"128"};const Te=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M35.563 79.748c-3.83 0-6.724-1.118-8.714-3.355-1.99-2.237-2.985-5.44-2.985-9.612 0-4.262 1.025-7.527 3.106-9.824 2.08-2.297 5.065-3.446 9.015-3.446 2.653 0 5.065.484 7.176 1.481l-1.628 4.323c-2.262-.877-4.131-1.33-5.608-1.33-4.372 0-6.543 2.902-6.543 8.705 0 2.841.543 4.957 1.628 6.408 1.085 1.42 2.683 2.146 4.794 2.146 2.382 0 4.643-.604 6.784-1.783v4.685c-.965.574-1.99.967-3.075 1.21-1.086.271-2.412.392-3.95.392zm21.829-.453h-5.367V43.688h5.367v35.607zm8.593 11.244c-1.598 0-2.955-.181-4.01-.574v-4.262a12.3 12.3 0 003.166.423c2.291 0 3.437-1.3 3.437-3.9v-28.26h5.367V82.59c0 2.6-.694 4.595-2.05 5.925-1.387 1.36-3.347 2.025-5.91 2.025zm2.261-43.254c0-.968.272-1.693.784-2.207.513-.514 1.266-.786 2.261-.786.935 0 1.689.272 2.201.786.513.514.784 1.27.784 2.207 0 .906-.271 1.632-.784 2.176-.512.514-1.266.786-2.2.786-.965 0-1.72-.272-2.262-.786-.543-.544-.784-1.27-.784-2.176zm33.8 24.816c0 2.478-.905 4.352-2.684 5.682-1.81 1.33-4.372 1.965-7.719 1.965-3.377 0-6.06-.514-8.11-1.541v-4.655c2.954 1.36 5.728 2.055 8.291 2.055 3.287 0 4.945-.997 4.945-2.992 0-.635-.181-1.18-.543-1.602-.362-.424-.965-.877-1.809-1.33-.844-.454-1.99-.968-3.497-1.542-2.895-1.118-4.885-2.267-5.91-3.385-1.025-1.119-1.538-2.6-1.538-4.383 0-2.177.875-3.839 2.623-5.048 1.75-1.21 4.101-1.783 7.116-1.783 2.955 0 5.759.604 8.412 1.813l-1.749 4.05c-2.713-1.118-5.005-1.692-6.874-1.692-2.834 0-4.251.816-4.251 2.418 0 .786.362 1.45 1.115 2.025.724.544 2.352 1.3 4.824 2.267 2.08.816 3.588 1.542 4.553 2.207.935.665 1.628 1.45 2.11 2.327.453.847.694 1.904.694 3.144z"}),e.createElement("g",{fill:t,fontWeight:"400",fontFamily:"sans-serif"},e.createElement("path",{d:"M58.176 117.864C30.678 115.416 9.03 92.171 9.03 63.97c0-28.202 21.648-51.416 49.146-53.864V4.03C27.332 6.51 3 32.443 3 64s24.332 57.491 55.176 59.97zM67.824 4.03v6.076C95.322 12.554 116.97 35.798 116.97 64c0 28.202-21.648 51.446-49.146 53.894v6.076C98.668 121.49 123 95.557 123 64S98.668 6.509 67.824 4.03z"}),e.createElement("path",{d:"M61.176.78l-3.24.26C25.552 3.642 0 30.9 0 64s25.552 60.358 57.936 62.96l3.24.26v-12.1l-2.735-.245C32.476 112.563 12.03 90.636 12.03 63.971c0-26.667 20.444-48.565 46.412-50.877l2.735-.242V.779zm3.648 0v12.072l2.735.242C93.524 15.405 113.97 37.334 113.97 64c0 26.667-20.447 48.595-46.412 50.906l-2.735.242v12.073l3.24-.26C100.448 124.357 126 97.099 126 64c0-33.1-25.552-60.358-57.936-62.96l-3.24-.26zm-9.648 6.657v.057C27.469 11.333 6.029 35.18 6.029 63.971c0 28.79 21.438 52.663 49.147 56.504v.088C27.436 116.716 6 92.892 6 64S27.435 11.284 55.176 7.437zm15.648 0C98.564 11.284 120 35.108 120 64s-21.435 52.716-49.176 56.563v-.057c27.709-3.84 49.147-27.716 49.147-56.506S98.533 11.335 70.824 7.494v-.056z"})))};Te.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Te.defaultProps={color:"#96ca4b",size:"128"};const Pe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64.047 6.443C28.773 6.463.059 32.646.03 64.803c3.523 2.397 5.611 3.476 8.41 4.648 5.73-3.558 12.371-5.441 19.204-5.441 2.039 0 4.097.172 6.117.508 6.37 1.054 17.527 6.972 22.152 10.921a40.191 40.191 0 013.777-6.168c.602-.8 1.239-1.582 1.903-2.343-5.824-4.485-18.266-10.79-25.903-12.055a49.266 49.266 0 00-8.058-.664c-5.524-.008-11 .93-16.145 2.762 4.18-23.332 26.422-40.707 52.606-40.727 14.195 0 27.535 5.035 37.566 14.176 8.008 7.293 13.125 16.414 14.895 26.473-5.164-1.836-10.606-2.778-16.2-2.797l-.785-.004a47.641 47.641 0 00-4.61.277c-.284.027-.57.07-.85.106-.692.086-1.376.18-2.055.293-.305.046-.602.101-.903.156-.687.129-1.375.273-2.054.43-.246.054-.493.109-.735.167-.855.211-1.707.446-2.547.704-.05.015-.101.027-.152.043a46.471 46.471 0 00-5.527 2.117 5.032 5.032 0 01-.145.07c-.832.383-1.652.793-2.457 1.23l-.2.106c-4.241 2.32-8.01 5.285-11.147 8.773l-.391.434c-.688.785-1.36 1.59-1.988 2.43a42.558 42.558 0 00-1.836 2.695 38.383 38.383 0 00-1.313 2.234 38.49 38.49 0 00-2.32 5.133v.008a36.862 36.862 0 00-2.254 13.352c.004.18.004.363.008.543.011.355.031.71.054 1.066.036.582.082 1.164.145 1.746.039.363.086.73.137 1.098.03.23.058.465.097.699.094.61.203 1.219.328 1.824 1.554 7.488 5.388 14.235 10.913 19.73 2.01-3.037 2.12-3.672 4.155-9.445-4.934-5.325-5.048-10.33-5.048-17.73 0-16.102 13.809-29.473 31.434-30.442l1.113-.039c7.144-.164 14.183 1.758 20.16 5.465l4.018-2.6 4.388-2.029c.012-15.586-6.636-30.234-18.722-41.246C97.203 12.498 81.16 6.443 64.046 6.443z"}))};Pe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Pe.defaultProps={color:"#e0225c",size:"128"};const be=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M89.708 48.868l-.758-.414c.399.964.529 1.786.515 2.521a8.627 8.627 0 00.248-1.847 8.22 8.22 0 01-.273 2.231l.025-.385a8.52 8.52 0 01-1.074 2.558l.235-.25c-2.88 4.819-10.737 5.872-14.612.895-6.22-7.99.128-16.604 1.017-25.065 1.111-10.604-5.538-20.899-13.783-27.06 4.541 7.346-1.442 17.066-6.229 22.498-4.642 5.269-10.286 9.667-15.41 14.451-5.503 5.143-10.797 10.555-15.319 16.588-9.049 12.074-14.59 27.26-10.518 42.325 4.068 15.056 17.108 24.639 31.834 28.027-7.429-3.212-14.381-11.373-14.397-19.723-.019-9.106 5.75-16.835 12.927-21.914-.863 3.259-1.334 6.24.803 9.155 1.988 2.711 5.468 4.027 8.753 3.312 7.679-1.679 8.03-10.12 3.479-15.038-4.501-4.868-8.855-10.371-7.143-17.433.858-3.54 3.032-6.854 5.787-9.226-2.118 5.563 3.897 11.049 7.859 13.779 6.876 4.741 14.416 8.325 20.738 13.881 6.648 5.84 11.559 13.736 10.567 22.896-1.076 9.927-8.964 16.832-17.811 20.317 18.696-4.128 38.018-18.639 38.411-39.376.329-17.058-11.373-30.187-25.871-37.703z"}))};be.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},be.defaultProps={color:"#EE4323",size:"128"};const He=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M125.571 39.926l-58.5-39c-1.997-1.23-4.128-1.24-6.142 0l-58.5 39C.929 40.926 0 42.712 0 44.497v39c0 1.786.929 3.572 2.429 4.571l58.5 39.006c1.996 1.229 4.128 1.24 6.142 0l58.5-39.006c1.5-.999 2.429-2.785 2.429-4.57v-39c0-1.786-.929-3.572-2.429-4.572zm-56.07-24.144l43.07 28.715-19.214 12.858L69.5 41.425V15.784zm-11.001 0v25.644L34.642 57.354 15.428 44.498 58.5 15.782zm-47.5 39l13.786 9.215L11 73.212v-18.43zm47.5 57.43L15.428 83.497 34.642 70.64 58.5 86.569v25.643zM64 76.997l-19.428-13 19.428-13 19.428 13-19.428 13zm5.5 35.215V86.569L93.357 70.64l19.214 12.857-43.07 28.715zm47.5-39l-13.786-9.215L117 54.783v18.429z"}))};He.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},He.defaultProps={color:"#000000",size:"128"};const Le=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M50.3 29.6c11.7-1 15-8.5 28.7-9.8 6.7-.6 11 .8 11.4 3.1.4 2.2-2.9 3.7-7 4-5.6.6-8-1.5-8.4-3.4-4.1.4-4.8 2.2-4.6 3.5.4 2.4 5.5 4.7 14.1 3.9 9.8-.8 13-4.6 12.2-8.5-1-5-8.5-9.2-22-8-17.3 1.6-17.2 9.5-28.9 10.5-4.8.4-7.5-.7-8-2.6-.3-1.9 2-2.8 4.8-3 2.6-.2 5.7.2 7.2 1 1.1-.6 1.5-1.1 1.3-1.8-.4-1.8-4-2.6-8.5-2.2-8.7.8-8.7 4.7-8.4 6.4 1.1 4.7 7.8 7.7 16.1 6.9zm58.6 19.8c-10.8 2.5-24.6 4.1-41.2 4.1-16.9 0-30.7-1.8-41.5-4.1-9.6-2.5-14.8-5.2-16.6-8 .9 6.3 2.5 12.4 4.6 18.2-2.4 1.5-4.7 3.5-6.7 6C3.7 70.4 2 76 2.3 81.5c.3 5.5 3 10 7.3 13.5 4.5 3.5 9.3 4.5 14.8 3.5 2.1-.3 4.5-1.5 6.6-2.1-4.5 0-8.3-1.5-12.1-4.5-4.1-3-7-7.3-7.6-12.4-1-4.8 0-9.3 2.7-13.2.6-.8 1.2-1.4 1.9-2 1.5 3.8 3.3 7.4 5.2 10.9 4.1 6.3 8.3 11.8 12.4 17.7 1.8 3.5 3 7 3.8 10.4 2.7 3.8 6.6 6.5 11.4 7.9 5.9 2.1 12.1 2.9 18.4 2.9h.7c6.3 0 12.9-1 19-3 4.5-1.5 8.3-4 11.1-8h.3c.7-3 1.8-6.8 3.5-10.3 4.1-5.9 8.3-11.4 12.4-17.7 5.5-10 9.3-21.4 11.4-33.6-2.1 3-7.3 5.8-16.6 7.9zm-82.7-8.7c10.8 2.7 24.6 4.1 41.2 4.1 16.9 0 30.4-1.5 41.2-4.1 11.4-2.7 16.9-6.3 16.9-9.6 0-2.5-2.5-4.8-7-6.6 1 .7 1.8 1.8 1.8 3 0 3.5-5.2 6.3-15.6 8.6-9.6 2.1-22 3.6-37 3.6-14.5 0-27.4-1.5-36.7-3.5-10-2.5-15.3-5.2-15.3-8.6 0-1.5.7-2.7 2.7-4.1-6.3 2.5-9.6 4.5-9.6 7.6.3 3.5 5.9 7 17.4 9.6z"}))};Le.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Le.defaultProps={color:"#28334C",size:"128"};const Ve=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M68.79 127.38a28.6 28.6 0 00-4.46-2.53 3.79 3.79 0 00-1-.3c-.3 0-1.88-.34-3.52-.69-3.57-.75-9.12-1.87-12.76-2.56-3.94-.75-5.29-.84-14.24-1-6.84-.08-7.61-.1-7.82-.28s-.15-.52.08-.56 3.9-.44 7.33-.8c.72-.08 2.6-.11 5.63-.1a46.87 46.87 0 017.26.29c1.49.17 3.26.35 3.93.41a11.89 11.89 0 011.37.19c.14 0 .15 0 .1-.24a1.17 1.17 0 00-.24-.5 7.23 7.23 0 00-2.59-1.15c-.62-.17-2.18-.61-3.47-1-4.65-1.34-10.37-2.8-12.24-3.11-1.13-.19-3.33-.46-3.79-.46-.14 0-.24 0-.23.08s1.07.9 2.33 1.9 2.32 1.85 2.33 1.91-.43.08-1-.19c-.34-.15-1.16-.58-1.83-1a42 42 0 00-4.95-2.47c-.91-.33-1.12-.52-1-.94l.07-.25h1.8c1 0 2.43 0 3.2.1 1.77.12 4.63.35 5.05.41l5.05.93a1.34 1.34 0 00.47 0 1.86 1.86 0 000-1 7.8 7.8 0 00-1-.83c-.84-.65-.86-.68-.83-1a5.15 5.15 0 01.36-1c.29-.63.32-.74.21-.9s-2.29-1.78-4.93-3.73-6-4.4-7.39-5.46L23 97.42a1.29 1.29 0 01-.7-1.29 2.26 2.26 0 00-.6-1.55 9.72 9.72 0 00-1.89-.79A8.45 8.45 0 0118 93c-.18-.22-.21-1.2-.08-3.33 0-.65 0-2.31-.06-3.88-.12-3.14-.25-7.37-.38-13.45-.09-3.73-.08-4.25 0-4.55a1.31 1.31 0 000-1c-.06-.1-.4-.59-.77-1.09a7.86 7.86 0 01-.71-1.14 20.72 20.72 0 01.33-2.37 10.23 10.23 0 00.31-2.25 28.41 28.41 0 00-3.39-.58.76.76 0 01-.51-.21 2.29 2.29 0 010-.78c0-.35.28-2.93.53-5.73.54-6 .52-5.83.69-5.89s5.11 1.17 5.56 1.34c.21.08.28-.11.52-1.31a21.8 21.8 0 01.81-3c.22-.58.21-.62-.42-2-.27-.6-.78-1.75-1.13-2.58s-.67-1.52-.7-1.56-.21 0-.38.1c-.89.57-1 .57-1.21-.05-.08-.23-.27-.69-.4-1-.42-.91-.37-1 .53-1.49.25-.12.47-.29.47-.35s-.39-1.27-.86-2.68a145.27 145.27 0 01-4.43-15.77c-.32-1.85-.33-2.21-.1-3.07a3 3 0 01.29-.83 2.09 2.09 0 011.49.16c.82.41 1.17.92 3.9 5.7 1.1 1.95 2.1 3.52 2.1 3.51a33.72 33.72 0 002.45-3.66A39.14 39.14 0 0125.37 14c1-1.33 1.16-1.46 1.88-1.7l.57-.19.68.42a5.59 5.59 0 01.91.69l.47.43.84-.23c1.4-.38 4.72-1.51 6.33-2.14a56.16 56.16 0 005.28-2.43 15.37 15.37 0 011.82-.83c.72-.13 1.21.44 1.11 1.26a3.71 3.71 0 01-.64 1.59c-.25.37-2.93 2.9-4.37 4.13a7.08 7.08 0 00-1 1 28.1 28.1 0 001.51 4.93c.14.33.32.6.39.6s3.39-2 7.41-4.53c11.66-7.29 13.11-8.18 13.31-8.18a2.11 2.11 0 01.93 1c0 .12-1.44 1.06-10.55 7-1.51 1-2.81 1.83-2.88 1.9s-.09.13.22.13a1.91 1.91 0 011.63.76 2.56 2.56 0 011 1.94c0 .82-.21 1.16-1.16 2-.47.41-1.53 1.48-2.37 2.38a17.46 17.46 0 00-2.33 2.88 50.76 50.76 0 00-3 5.37c-2 4-2.52 5-3.12 5.59A13.2 13.2 0 0136.69 42a6.75 6.75 0 00-1.23.75 1.11 1.11 0 00-.16.69 2.24 2.24 0 01-.74 1.63c-.52.53-.69 1-1.34 3.6-.56 2.24-.61 2.54-.42 2.69s1.67.49 3.57 1 3.54.91 3.63 1a.29.29 0 01.17.23c0 .09-.23.94-.5 1.92-.69 2.48-1 3.6-1.35 5.42-.19.86-.38 1.65-.42 1.74s-.17.17-1 .1a9.6 9.6 0 01-1.12-.1c-.22-.06-.21.12.11 2.17s.31 2.16.4 2.16a5.8 5.8 0 00.58-1 31.23 31.23 0 015-7.56c1.28-1.43 4.54-4.7 5.28-5.31a34.93 34.93 0 015.5-3.36c.23-.09.7-.34 1.07-.54a11.6 11.6 0 013.4-1.23 23 23 0 017.82-.11 16.52 16.52 0 017.19 3.34 6.53 6.53 0 012.08 2.14 6.24 6.24 0 00.78 1c.1.07.38 0 1-.11a12.38 12.38 0 015.63 0 8.07 8.07 0 013.48 1.48 12.86 12.86 0 014.18 3.59c2.6 3.16 3.62 4.78 4.35 6.92.16.48.32.8.34.72.2-.53.6-1.77.6-1.88a14.71 14.71 0 00-.94-1.68c-.51-.84-.95-1.62-1-1.73s.13-.47.63-1.26c.38-.59.81-1.23 1-1.42s.27-.35.12-.65-.19-.31-.24-.31a3.77 3.77 0 00-.63.27c-.64.32-1 .34-1.24.07-.1-.11-1.49-2.58-3.1-5.47-2.32-4.18-2.89-5.29-2.81-5.41s1.42-.59 5.12-1.69a13.86 13.86 0 002.14-.74c.15-.15.13-.25-.44-2.18-.89-3-.72-2.74-1.69-3.19s-1.32-.81-1.54-1.59a1.49 1.49 0 00-.26-.6 12.33 12.33 0 00-2.12-.75 17.33 17.33 0 01-1.76-.64A26 26 0 0180 32.46a5.68 5.68 0 00-2.21-1.36A51.8 51.8 0 0071 28.75a13.55 13.55 0 01-1.32-.42c-.57-.29-.65-.75-.33-1.84a2 2 0 01.57-1c.46-.46.76-.56 3.11-1.09a28.22 28.22 0 014.94-.82c1.27-.06 1.25-.05.82-.83s-.78-1.16-3-3.34a44.38 44.38 0 00-6.4-5.41c-1-.72-1.42-1.15-1.59-1.74a1.85 1.85 0 011-2.18 3 3 0 011.63-.39c1.18 0 1.63.27 5.08 2.55 3.89 2.57 4 2.63 4 2.6s-1.67-1.71-3.77-3.77C71 6.35 71.32 6.71 71 6a2.85 2.85 0 01-.32-1.51v-.94l.44-.44c.34-.34.51-.45.72-.45.45 0 .67-.25.74-.86A1.62 1.62 0 0173.73.24a14.11 14.11 0 013.63.35c.5.15 3.38 1.66 5.23 2.71a54.41 54.41 0 019 6.46c.57.54.75.67.7.5-.14-.49-1.63-4.1-2.33-5.63-1-2.16-1-2.79-.32-3.8a1.42 1.42 0 011.5-.64 3.73 3.73 0 012.37 1.22 54.12 54.12 0 015 8.2c2.63 4.91 3.81 9 4.56 15.93a11.05 11.05 0 010 4.19 2.34 2.34 0 00-.15 1.06c.09.68 2.39 7.05 3.31 9.17.43 1 .58 1.23.78 1.23s1.89-.53 4-1.18c5.08-1.57 4.77-1.48 4.89-1.36s-.69 10.88-.84 11.23-.22.29-2.1 1c-.54.19-1 .37-1.06.4a3.29 3.29 0 00.66.88 36.78 36.78 0 012.47 3c.17.34.11.54-.3 1s-.36.45 0 1.52a3.36 3.36 0 01.18 1.8c0 .62-.08 1.4-.11 1.73a5.71 5.71 0 00.48 2.49 4.39 4.39 0 01-.1 2.92 29.89 29.89 0 01-1.88 5c-.93 2.08-1.2 2.73-2.25 5.4a26.66 26.66 0 00-2 7.13c-.2 1.14-.55 2.82-.77 3.73a28.44 28.44 0 00-.63 3.57 20.1 20.1 0 01-.67 3.85c-.09.26-.6 1.47-1.13 2.67a17.81 17.81 0 00-1 2.71c0 .28-.13 1.29-.19 2.24a5.7 5.7 0 000 1.85 8.32 8.32 0 002.47-.37l2.43-.47c.22 0 0 .29-.63.74a22.48 22.48 0 00-3.1 2.83c-2.11 2.28-2.69 2.83-2.69 2.48a20.52 20.52 0 011.49-2.75l.61-.94c.12-.19.05-.16-6 2.44-5.58 2.39-8.75 3.87-12.55 5.86-1.61.85-1.92 1-1.92 1.21 0 .34.27 2.77.32 2.81s1.3-.59 2.85-1.36c3.51-1.75 9-4.25 11.39-5.18 1.83-.71 8.42-2.91 9.25-3.09a8.31 8.31 0 012-.25 13.72 13.72 0 01-2.42 1.53c-.21.06-.34.13-.28.17s-.32.38-.94.84-1.07.83-1.1.88a.26.26 0 01-.19.08c-.12 0-.12 0 0-.14a.39.39 0 01.23-.13c.08 0 .13 0 .13-.08a2.42 2.42 0 01.48-.56c.27-.28.35-.4.2-.29a5.31 5.31 0 00-.6.53 4.36 4.36 0 01-.58.53c-.15.1-.2.18-.14.22s0 .13-.08.24-.21.15-.28 0-.09-.12-.05 0-.14.32-.37.57-.37.42-.31.42.61-.1 1.22-.21 1.66-.29 2.36-.37c2.59-.29 3-.31 3-.16a9.24 9.24 0 01-1.56.46A177.28 177.28 0 0085.11 121c-3.09 1.33-6.6 3.16-6.55 3.42 0 .08 0 .14-.06.14a9.38 9.38 0 00-1.5 1.13 8.23 8.23 0 01-.94.69c-.33.19-.83.51-1.13.71a3.06 3.06 0 01-.66.35 2.52 2.52 0 00-.45.18 3 3 0 01-1.44.17c-.81 0-1.09 0-1-.11a12.63 12.63 0 011.54-1.78 3.92 3.92 0 011.34-.89 12.53 12.53 0 001.2-.56c.54-.31 5.27-3.18 5.52-3.36s-.07-.2-1.46-.76-1.65-.64-1.78-.54a45.5 45.5 0 00-3.93 3.53c-.89.88-2 1.94-2.49 2.33-.89.73-1 .88-1 1.41a1.4 1.4 0 01-.09.51c-.07.21-.12.23-.51.22a1.15 1.15 0 01-.89-.44zm2-4.07c.91-.83 2.58-2.21 4.18-3.46.53-.41.94-.78.89-.82a15.17 15.17 0 00-1.42-.61l-2.34-1-1-.41-.52.19a2.84 2.84 0 01-1.5.13c-.54 0-1.14-.08-1.34-.11s-.55 0-1.54.45c-.64.26-2.21.86-3.48 1.32s-2.32.87-2.32.89a5.75 5.75 0 001.18.4 43.24 43.24 0 017.52 3.43 2.91 2.91 0 00.68.33 4.5 4.5 0 001-.77zm-8.12-.54c0-.07 0-.13-.09-.13s-.09.06-.09.13 0 .14.09.14.13-.06.13-.14zM61 122c-.62-.31-1.36-.66-1.65-.77-.5-.19-.53-.19-.91 0-.83.32-.77.35 1.4.89 1.11.27 2.08.5 2.15.5A5.61 5.61 0 0061 122zm-5.59-.67a2.5 2.5 0 01.69-.73 22.27 22.27 0 013.18-2c.37-.16 1.23-.57 1.9-.9a16.61 16.61 0 013.69-1.45c.47-.11.92-.22 1-.25.27-.09-.53-.2-1.81-.26a12.91 12.91 0 00-2.84.16 12.76 12.76 0 01-2.54.15c-1.06-.06-1.38-.15-1.34-.4s.26-.21 1-.4a25.12 25.12 0 014.49-.81c.7 0 .77-.43.07-.44a14.12 14.12 0 01-3-1.5 9.48 9.48 0 01-2.67-2.82 13.17 13.17 0 00-1.76-2.38c-.09 0-.16.07-.27.45s-.33 1-.56 1.61a4.13 4.13 0 00-.42 1.76 2.25 2.25 0 00.2 1.11c.36.81.32.91-.85 2.24l-1.06 1.19.06.65a1.79 1.79 0 00.46 1.29c.12.1.14.38.14 1.76 0 1.87 0 2 .71 2.16 1 .33 1.16.3 1.46-.21zm27.1-2.07a2.27 2.27 0 001.12-1.28 1.74 1.74 0 00-.2-1.42 2.22 2.22 0 01-.17-1.6 4.2 4.2 0 01.42-.94 2.77 2.77 0 00.31-.6c0-.16-2-5-2.08-5.12s-.35.15-1.06 1.15a17.2 17.2 0 01-2.49 2.71 16.85 16.85 0 01-1.72 1 9 9 0 00-2 1.12 6.23 6.23 0 00.88.09 17.11 17.11 0 015.1 1c.84.36 1.09.55 1.21 1s.11 1.1 0 1.1-.79-.23-1.62-.5-2.65-.77-4-1.12c-3.2-.78-3.18-.78-3.32-.6a.59.59 0 000 .75c.1.07 1.44.53 3 1a23.64 23.64 0 015.22 2.12 3 3 0 00.81.38 1.82 1.82 0 00.65-.26zm-31.72-3.35c.28-1 .28-1 .79-1.32 1.11-.72 1.27-.91 1.36-1.6a10.14 10.14 0 00-.43-2.73c-.29-1-.17-1.46.63-2.8s.88-1.68.65-2.09a13 13 0 00-1.34-1.48 6.81 6.81 0 00-2.3-1.78c-1.57-.83-1.59-.84-1.66-.65a10.41 10.41 0 01-.58.88 2.79 2.79 0 00-.47.79s0 .11-.15.16-.16.14-.13.19 0 .08 0 .08-.11.07-.14.17a.58.58 0 01-.27.27.91.91 0 00-.35.39 16 16 0 01-2.31 2.55c-.18 0-.16-.39 0-1.53l.24-1.33c.06-.33.12-1.28.17-2.22a16.37 16.37 0 00-.38-5l-.21-.67-1.35-.66c-.75-.37-1.37-.7-1.4-.73a6.09 6.09 0 00-.5-.4 11.94 11.94 0 01-1.29-1.19c-.54-.58-.82-.81-.82-.7a.46.46 0 00.11.28c.06.08.07.1 0 .08s0 1 .21 1.51a1.44 1.44 0 00.54.72c.43.32.48.46.17.61-.69.3-2.71-1.32-4-3.22a5.11 5.11 0 01-1.11-3c-.24-1.46-.25-1.55-.32-2.12a4.52 4.52 0 00-.09-.63 16.93 16.93 0 010-4.73l.06-.36-.34.31A15.26 15.26 0 0032 84.59c-.25.42-.55.93-.69 1.13a16.92 16.92 0 00-.95 1.66 24.64 24.64 0 01-1.47 2.89c-.11 0-.11 0 0-2 .14-2.6.14-2.6.53-3.58a12.78 12.78 0 00.46-1.36 3.09 3.09 0 01.23-.69 2.75 2.75 0 00.22-.65 19.73 19.73 0 011.15-3c.39-.82.95-2.06 1.34-2.93A14.79 14.79 0 0135 72.31c.19-.25.19-.29.09-1a21.2 21.2 0 00-.46-2.69 1 1 0 01-.08-.41c0-.2-.12-.93-.24-1.62s-.34-1.91-.47-2.71a8.48 8.48 0 00-.35-1.56 1.8 1.8 0 00-.73-.19l-.93-.13-.72-.11a3.27 3.27 0 01-.52-.09 19.05 19.05 0 00-1.92-.27 7.15 7.15 0 01-1-.15l-.59-.1c-1.19-.15-2.67-.34-3-.42s-.64-.1-1-.13l-.85-.1-.64-.09c-.22 0-.5-.06-.63-.09-.31-.05-1.35-.16-1.62-.16s-.24.05-.37.48c-.08.27-.26 1-.4 1.64-.27 1.29-.25 1.54.16 2.14.84 1.26.95 1.78.95 4.61 0 1.22.07 3.51.15 5.09s.16 3.46.19 4.15.07 1.43.09 1.62.05 1.08.08 1.94c.07 1.82.12 2.72.2 3.33a2.82 2.82 0 01-.05.78 7.33 7.33 0 00-.14.84l-.09.63a9.75 9.75 0 01-.33 1.56 4.14 4.14 0 00-.08 1.9l.12.42 1 .49c.56.27 1 .48 1.07.48a10.38 10.38 0 001.41-1.2c.55-.55.85-.71 1.08-.59s.2.34-.19 1.18a14 14 0 00-.6 1.56l-.24.81.57.84a5.06 5.06 0 00.67.89c.07 0 .14.14.17.24a5 5 0 001.71 1.59c.43.3.81.54.83.54s.31.21.67.45a3.13 3.13 0 00.74.45 1 1 0 01.39.28 4.43 4.43 0 00.9.57c.32.2.75.48.95.63s.5.37.67.48a6.12 6.12 0 01.9.68c.09.07.56.44 1.08.81s1.12.82 1.34 1l1 .72c.32.22.7.52.86.66a8.68 8.68 0 00.91.67 7.44 7.44 0 01.72.5 3.77 3.77 0 00.59.45 7.83 7.83 0 011.55 1.24 2 2 0 01.17 1.51 8.91 8.91 0 00-.14 1.1 1.27 1.27 0 00.4 1.21 1.88 1.88 0 01.54 1.42c0 1 0 1 1.44 1.33 1.07.24 1.5.35 2.3.56l1.22.32a7.69 7.69 0 01.77.2c.1 0 .66.25 1.26.46l1.49.53a1.53 1.53 0 00.49.15 2.22 2.22 0 00.3-.78zm20.49-.2c.51-.25.2-1.15-.35-1-.13 0-.9.08-1.7.11-1.55 0-1.72.1-1.61.47s.35.38 1 .52a7.88 7.88 0 002.62-.09zm-3.38-2.36c.09 0 .68-.13 1.3-.23a22.83 22.83 0 003.79-.86c4-1.3 6.23-2.84 8.07-5.6a33.75 33.75 0 002.33-4.33 6.71 6.71 0 00.61-2.41 8.08 8.08 0 00-.91.32 6.91 6.91 0 01-1.3.37c-.42 0-.49 0-.71-.19-.41-.4-.29-.58.59-.87A10.72 10.72 0 0088.11 94a8.82 8.82 0 01.64-1.14 1.41 1.41 0 01.79-.21 3.14 3.14 0 002.87-1.52 9.77 9.77 0 001.4-2.65c.55-1.31.61-1.86.22-2a1.88 1.88 0 00-1.25 0c-.13.1-.18.25-.2.68a3.47 3.47 0 01-.2 1c-.1.22-.17.43-.14.46s0 .1-.12.17-.11.11 0 .07.12 0 0 .06a.66.66 0 00-.16.26.83.83 0 01-.22.3.53.53 0 00-.19.23c0 .12-.21.37-.28.3s-.1.25-.29.44l-.35.34-.06-.29a2.43 2.43 0 01.43-1.73 3 3 0 00.39-.93 2.75 2.75 0 00-1.33-1.57 3.72 3.72 0 00-1-.18 13.25 13.25 0 01-3.8-1.15 12.75 12.75 0 01-2.82-1.55l-1.49-1A37.13 37.13 0 0176.51 79 14.6 14.6 0 0174 75.6c-.16-.43-.26-.49-.35-.21 0 .1-.1.16-.15.14s0 0 0 .1v.09c0-.04-.09 0 0 .09s0 .13 0 .09-.09 0-.05.09 0 .13 0 .09-.09 0 0 .09 0 .13 0 .09-.09 0 0 .09 0 .13-.06.08-.1 0 0 0-.17.5-.27.4 0 0 0 .06-.43.85-.54.75c.1.21-1.1 1.44-2.23 2.27a10.08 10.08 0 01-5.42 1.72h-.51l.66-.56.89-.77c.12-.12.51-.44.85-.72a7.72 7.72 0 001.75-1.78s-.26 0-.58.24c-.82.49-3.32 1.77-4.28 2.17a21.72 21.72 0 01-3.92 1.18 92.23 92.23 0 01-9.78.9 8.73 8.73 0 00-3.11.42 18.75 18.75 0 00-6.79 3.34 1.52 1.52 0 00-.63 1.49 21.62 21.62 0 003.24 6.28 1.3 1.3 0 001 .65c.05 0 .08 0 .06.08s0 .07.14.08a7.73 7.73 0 012 .31 5.1 5.1 0 011 1.9s0 .07 0 0 .18.09.28.25a7.26 7.26 0 00.5.69 1.34 1.34 0 01.28.46s.06.16.18.26.22.18.22.15a15.33 15.33 0 011.57 1.22c.06 0 .59.39 1.18.77a14.71 14.71 0 012.75 2.14 2 2 0 00.5.41 10.07 10.07 0 011.51 1.63 12.63 12.63 0 00.89 1.13c.49.59 1.12 1.39 1.38 1.77a3 3 0 00.52.66s.28.4.64 1.22a4 4 0 001.5 1.69c.33.23.65.47.71.53a13.51 13.51 0 001.31.7 6.44 6.44 0 002.72.81 23.31 23.31 0 002.71-.08zm18.67-.51c.5-.22 1-.46 2-.92.37-.18.94-.42 1.26-.54.6-.23 1.56-.63 2.24-.94l1.09-.48c.37-.15 1-.42 1.31-.59a4.79 4.79 0 01.73-.31 8.77 8.77 0 001-.41l1.35-.63a9.37 9.37 0 01.9-.36 4 4 0 00.67-.3 9.24 9.24 0 011.71-.72 13.69 13.69 0 001.87-.75c.08-.06.11-.42.11-1.19 0-.6 0-1.48.09-2s.12-1.32.15-1.89a3.27 3.27 0 01.31-1.54c.13-.27.34-.72.45-1s.54-1.21 1-2.07a9.85 9.85 0 001.19-3.81 6.43 6.43 0 01.09-.72c0-.1.06-.43.09-.73a5.88 5.88 0 01.09-.75c0-.13.08-.53.13-.9s.11-.79.13-.92.06-.42.1-.67c.08-.61.54-2.9.81-4 0-.25.41-1.92.54-2.53.07-.32.22-.93.35-1.34a3.85 3.85 0 00.2-.81 17.93 17.93 0 011.61-4.55 28.92 28.92 0 001.17-2.72 4.26 4.26 0 01.34-.68 13.9 13.9 0 00.6-1.31 9.49 9.49 0 01.63-1.33 9 9 0 00.88-3.13c0-.12.1-.43.17-.69a1.7 1.7 0 000-1.23 22.65 22.65 0 00-4.26-2.28c-.65-.21-.94-.42-.79-.6a1.67 1.67 0 011.76-.29c.17.07.33.11.36.08a5.4 5.4 0 011 .27c.56.18 1 .32 1.09.32s.08-.08.08-.17a4.94 4.94 0 01.15-.74 1.77 1.77 0 00-.39-1.74 1.91 1.91 0 01-.41-1.11v-.28a2.24 2.24 0 01.33-.64 2.83 2.83 0 00.31-.52 36.87 36.87 0 00-3.37-3.36 1.33 1.33 0 00-1.13.09c-.42.22-2.67 1.13-3.48 1.4a19.61 19.61 0 00-1.91.72 1.58 1.58 0 01-.34.13c-.07 0-3.4 1.23-4.87 1.8l-1.23.45c-.49.16-.57.29-.45.76.21.85.17 1-.59 2.15-.38.56-.76 1.12-.86 1.24a.88.88 0 00-.16.47A8 8 0 0096.06 64a3.17 3.17 0 01.54 1c.24.75.28 1 .18.91s-.11.17-.1.49v.07c0-.03-.38.41-.69 1.34-.67 2.09-.85 3.27-.56 3.82a20.76 20.76 0 01.94 2.92 10.25 10.25 0 01.55 2.9c0 .58.16.87.46.87a3.64 3.64 0 01.73.21l1.38.52a8.43 8.43 0 011.29.59 4.49 4.49 0 00.63.36 4.25 4.25 0 01.64.47c.27.23.61.5.74.6a18.8 18.8 0 012.1 2.44c.55.78.47.89-.37.5a12.22 12.22 0 00-4-1.13l-2.89-.09c-2-.06-2.19-.06-2 .08a28.73 28.73 0 014 3.61c.22.28.47.58.54.66a14 14 0 011.1 1.68c.15.3.59 1.65.87 2.62a19.34 19.34 0 01.51 3c0 .64 0 .71-.09.68s-.48-.57-1-2a5.28 5.28 0 00-.43-.86 7.9 7.9 0 01-.46-.79 10.54 10.54 0 00-2.45-2.7c-.22-.13-.7-.45-1.07-.69a2.55 2.55 0 00-.76-.41c-.12 0-.26.73-.21 1.07v.21c0-.02-.09.23-.12.56s-.14 1-.24 1.46a31.78 31.78 0 00-.27 6.25c.06 1 .12 2 .14 2.15s.1.73.17 1.37a8.92 8.92 0 00.19 1.24 4.14 4.14 0 01.08.67 2.6 2.6 0 00.11.7c0 .06 0 0-.11 0a.56.56 0 01-.17-.32.15.15 0 00-.14-.15c-.07 0-.14 0-.15-.08s-.21-.27-.44-.54a4.92 4.92 0 01-1.17-2c-.11-.37-.27-.82-.34-1a5.62 5.62 0 01-.23-1.06c-.07-.41-.13-.83-.16-1s-.07-.83-.1-1.57a9.67 9.67 0 00-.1-1.38 1.91 1.91 0 00-.18.7c-.07.38-.2 1-.3 1.46s-.19.87-.21 1-.06.37-.09.54a29.39 29.39 0 000 4.87 24 24 0 00.8 3.92c.11.18.13.27 0 .34s-.5-.27-1.1-1.25c-.26-.44-.63-1-.81-1.3a8.81 8.81 0 01-.69-1.53c-.21-.57-.45-1.23-.55-1.49a4.87 4.87 0 01-.38-1.61 1.89 1.89 0 00-.08-.52 4.61 4.61 0 01-.14-.8 6.1 6.1 0 00-.11-.81 11.39 11.39 0 01-.07-1.46 6.28 6.28 0 00-.08-1.3s-.16 0-.29.15-.3.45-.06.26.14-.11 0 0-.16.13-.2.11-.33.38-.37.56-.08.13-.17.19a.36.36 0 00-.17.25 6.58 6.58 0 01-1.46 1.54 1.55 1.55 0 00-.46.58c-.1.44-1 2.93-1.17 3.33-.1.23-.34.79-.52 1.26s-.49 1.17-.67 1.54c-.36.74-.36.85 0 1.75a18.21 18.21 0 01.77 2.61.66.66 0 00.13.37 11.62 11.62 0 01.47 1.25 6 6 0 00.54 1.31 1.79 1.79 0 01.26.46.46.46 0 00.32.36 2.71 2.71 0 00.5-.19zM46.42 102.1a8.76 8.76 0 00.69-1.62 3.22 3.22 0 00-1-1.13c-.18-.1-.48.08-.53.32s-.09.87-.14 1.69-.13 1.64-.17 1.83-.08.33.2.33.3 0 1-1.42zM91 98.54a29.16 29.16 0 00.51-3 4 4 0 01.12-.8c.28-.74-.09-1-.88-.53s-.86.54-.78 1.66c.05.9.36 3.32.46 3.78 0 .19.08.16.28-.26a5.63 5.63 0 00.29-.84zm-53.36-12.8a5.18 5.18 0 012.2-2.6c1-.64 2.06-.9 5-1.21.72-.07 1.65-.17 2.07-.23s2-.19 3.56-.31a64.47 64.47 0 008-1c3.6-.72 5.25-1.46 9.24-4.16A15.45 15.45 0 0071.4 73a10 10 0 002.44-4.74 3.7 3.7 0 000-2.07 11.56 11.56 0 00-3.68-4.14 12.73 12.73 0 00-6.48-2.2 48.43 48.43 0 00-6.86.22 27.92 27.92 0 00-12.48 5.71 46 46 0 00-5 4.58c-1.54 1.55-1.65 1.7-3.64 4.88-.31.52-.81 1.3-1.1 1.76a7.09 7.09 0 00-1.09 2.2c-.08.31-.14.58-.14.61a9.26 9.26 0 001.45-1.09 12.92 12.92 0 013.37-1.88 28.35 28.35 0 018.84-2 47.88 47.88 0 007.39-1.13c5.88-1.29 7.93-2.19 11.12-4.9.59-.49.86-.68.94-.61a2.61 2.61 0 010 1 2.78 2.78 0 01-.29 1.38 5.8 5.8 0 01-1.35 1.7 29.07 29.07 0 01-6.05 3.17c-.71.29-3.49 1.22-4.28 1.44l-.82.23c-.22.07-.91.22-1.53.36l-2.79.59c-2.54.56-3.18.71-4.6 1-2.92.62-5 1.5-6.21 2.66a6.05 6.05 0 00-1.77 3.13 3.75 3.75 0 00.32 1.76 4.42 4.42 0 00.53-.92zm55.06-1.33c.55-.06 1.31-.15 1.67-.21l.67-.12-1-.52a6 6 0 00-4.63-.69 7.07 7.07 0 01-2.63.09 8 8 0 00-1.36-.07h-.81l1.22.62a4.2 4.2 0 002.12.7c.49 0 1.18.11 1.52.16a16.81 16.81 0 003.26 0zm-3.84-3.2a42.73 42.73 0 019.38 0l1.32.15a7.19 7.19 0 00-1.78-1.17 10.88 10.88 0 00-3-.56c-2.71-.36-5.54-.79-5.86-.91a5.39 5.39 0 00-.59-.13 9.73 9.73 0 01-4.15-1.75l-.54-.45c-1.38-1.12-5.08-4.39-6.33-5.59a9.75 9.75 0 01-1.77-2.23c-.21-.4-.52-.55-.71-.35a9.86 9.86 0 00-.66 2.08 7.11 7.11 0 00.17 3.33 6.47 6.47 0 002.09 2.77 17.39 17.39 0 004.64 3l1 .44a32.76 32.76 0 004.24 1.4 6.52 6.52 0 002.48 0zm-51.72-.62a15.13 15.13 0 016-2.7c.78-.15 1.21-.23 4.64-.84a51.51 51.51 0 007-1.56c.06 0 .52-.24 1.05-.45 1.07-.44 1.17-.5.72-.42l-2.3.37-2.52.4c-.3 0-1.94.25-3.66.46s-3.18.41-3.26.45a1.06 1.06 0 01-.43.08 13.75 13.75 0 00-4.43 1.16c-2.46 1.12-3.22 1.54-3.43 1.87a2.43 2.43 0 00-.22 1.44c.08.21.44.1.9-.26zm58.08-2.28a.87.87 0 00.36-.72c0-.09-.06-.28-.08-.4a3.58 3.58 0 00-.52-.82 9.78 9.78 0 01-.9-1.48 10.29 10.29 0 00-2.15-3.09 40.88 40.88 0 00-6-4.75c-.46-.2-1.28-.47-3.14-1a6 6 0 01-.94-.32 9.81 9.81 0 011.45.33l.77.21a30.89 30.89 0 017.29 3.23 1 1 0 00.91.09c.15-.1.18-.06-1-1.59l-.85-1.08-1.88-1.15a19.24 19.24 0 01-3.3-2.22 3.79 3.79 0 00-1.89-.92 12.94 12.94 0 00-4.29-.44 12.17 12.17 0 00-2.41.1.79.79 0 00-.42.66c0 .07 0 .14-.09.14s-.09.36-.09 1c0 1 0 1.5-.19 1.5a3 3 0 000 1.4 1.16 1.16 0 01.19.38c.12.38.36.67.36.46 0-.06.11.12.26.42.42.92 2.63 2.84 6.54 5.71.36.25.93.68 1.3.95A12.45 12.45 0 0087 76.23l1.8.69c2.47 1 5.7 1.66 6.41 1.39zm-56.91-9.73c-.06.26-.05.26.11.13l.43-.36c.48-.39 1.25-1.1 2.86-2.63a25 25 0 012.12-1.83l2.24-1.44a29.16 29.16 0 014.29-2.1 16.62 16.62 0 015-1.32l2.34-.42a19.21 19.21 0 016.67.1A12.72 12.72 0 0173 63.8c.77.92.93 1 1.14.91.5-.33.87-3.47.58-5a11.12 11.12 0 00-3.24-6.47 15.08 15.08 0 00-3.76-2.59c-3.82-2-6.1-2.12-10.86-.8a18 18 0 00-4.46 1.61 38.93 38.93 0 00-4.29 3.06s-.56.52-1.21 1.08-1.32 1.23-1.5 1.4c-.34.38-1.88 2.35-2.3 2.95-.14.22-.83 1.1-1.52 2-2.4 3-3.6 5.08-4.06 7-.07.27-.06.27.39-.18s.46-.44.4-.18zm52.41-4c-.34-.36-1.28-1.53-2.09-2.6a16.91 16.91 0 00-3.1-3.54c-.38-.3-.76-.62-.85-.71a11.31 11.31 0 00-2.48-1 8 8 0 01-1.44-.59 6.33 6.33 0 00-1.13-.49 6.25 6.25 0 00-2.51 0l-.83.17A1 1 0 0076 56c-.19.17-.19.33 0 1.42 0 .25.11 1.16.14 2 0 1.3.09 1.6.22 1.76s.19.2 3.08.2c4.09 0 4.66.12 7.47 1.54.82.42 1.77 1 2.11 1.17a10.61 10.61 0 002.2 1.11c.07 0-.15-.29-.47-.64zm-54-3.88a19.05 19.05 0 00.69-2.1c.32-1.09.7-2.37.85-2.84a4.36 4.36 0 00.22-1c0-.14-.46-.26-5.3-1.52-2.23-.57-7-1.83-10.66-2.8s-6.68-1.75-6.78-1.75a.33.33 0 00-.23.09c0 .06-.19 1.4-.36 3s-.37 3.55-.46 4.33c-.14 1.25-.15 1.44 0 1.55s2.49.46 8.42 1.27l10.69 1.48c2.75.4 2.83.4 2.95.25zm60.05-5.4l9.6-3.32c3.7-1.28 6.82-2.37 6.91-2.43.37-.2.39-.31.74-4.88.09-1.31.2-2.54.23-2.72s0-.34-.16-.34-5.73 1.61-12.47 3.59c-9.87 2.88-12.27 3.61-12.29 3.74a3.22 3.22 0 00.4 1c.94 1.66 3.4 6 3.52 6.22a.44.44 0 00.38.2c.14 0 1.56-.46 3.14-1zM31 50.85a.38.38 0 00.11-.26c0-.07.38-1.4.85-2.94l.85-2.82.45-.45a3 3 0 00.84-2 4.52 4.52 0 01.34-1.61 4.37 4.37 0 01.8-.48 13.35 13.35 0 003.81-2.81A13.86 13.86 0 0040.46 36a50.51 50.51 0 014.09-7.17 30.3 30.3 0 013.91-4.95 12.44 12.44 0 001.31-1.5c.52-1 .43-1.82-.26-2.24s-.83-.27-2.06.56a31.28 31.28 0 01-5 2.63c-2.61 1.16-3.18 1.51-3.58 2.18a1.75 1.75 0 01-.6.61 9 9 0 01-2.42.82 1.73 1.73 0 00-.55.1l-2.89 1.76c-3.85 2.41-5.91 3.69-8.2 5.1-1.86 1.14-2.13 1.31-2.57 1.59l-.92.58c-.33.21-.48.36-.48.49A46.62 46.62 0 0022.86 42a3.86 3.86 0 01.45 1 1 1 0 01-.23.49 10.4 10.4 0 00-1.31 3.14c-.15.61-.31 1.26-.37 1.45s-.08.37 0 .43a4.41 4.41 0 001 .3c1.72.4 7.84 2 8 2a.63.63 0 00.65 0zM98.16 44c1.06-.33 3-.89 4.21-1.26s2.38-.72 2.47-.77a.34.34 0 00.16-.27c0-.35-2.2-5.92-3.51-8.85a7.92 7.92 0 01-.55-1.54 4.21 4.21 0 01.26-1c.51-1.31.57-1.83.51-4.49a16.82 16.82 0 00-.33-3.74c-.14-.74-.4-1.88-.57-2.52l-.55-2.07c-.32-1.41-.6-2.1-2.28-5.75a49.39 49.39 0 00-3.68-6.59c-.4-.67-.82-1.38-.91-1.58a3.5 3.5 0 00-2.11-1.76c-.29 0-.62.46-.62.89a13.47 13.47 0 00.78 2.06c1.76 4.05 2 4.53 2.24 5.4a21 21 0 01.81 3.51c.06.47 0 .58-.12.77l-.18.22-.49-.54a2.15 2.15 0 00-2.57-.85 1 1 0 01-.77 0c-.55-.2-.55-.45 0-.82s.71-.64.39-1.11a9.71 9.71 0 00-2.87-2.81 60.83 60.83 0 00-9.7-5.77c-1.81-.91-2.12-1-2.52-1-.57 0-.81.21-.81.72 0 .29.08.43.44.84a6.53 6.53 0 001.84 1.23c.75.42 1.56.88 1.78 1 1.08.73 5.93 4.6 7.25 5.78A14 14 0 0188.59 14c0 .25-.39.48-.7.4a5.36 5.36 0 01-1.15-.93c-.62-.62-2.27-1.92-5.39-4.26-2.47-1.86-4.83-3.61-5.23-3.9a10.46 10.46 0 00-2.59-1.41c-.26 0-.69.47-.74.81-.1.64.56 1.52 2.07 2.82C76 8.52 84.58 18 84.94 18.68a1.25 1.25 0 01.11.61c0 .59-.38.49-2.6-.79-1.07-.61-2.21-1.28-2.56-1.47-1.08-.62-2.91-1.77-4.23-2.66l-2-1.36a19.49 19.49 0 00-3.19-1.64c-.27 0-.56.37-.56.71s.15.65.82 1.19c.32.26 1.31 1.1 2.2 1.87L76 17.82A29.43 29.43 0 0180.93 23c.36.46.49.56.85.65.55.13.77.09 1.8-.44a5.3 5.3 0 012.93-.71c.77 0 .86.05.86.2s-.23.31-.74.63c-.82.51-1.88 1.2-2.91 1.87-.63.4-.71.44-1.13.4a7 7 0 01-.94-.18c-1.19-.34-6 0-9.56.72a2.43 2.43 0 00-1.08.53 1.27 1.27 0 00-.16.47c-.07.55.18.79 1 .92.36.07 1.59.32 2.73.57s2.36.5 2.7.56c.56.1.8.23 2.12 1.07.82.53 2.18 1.45 3 2.05a10.52 10.52 0 003.7 2l3.56.83c1.06.22 1.34.48 2 1.88.5 1 .68 1.19 1.18 1.16s.57 0 .72.29 1.21 3.25 1.67 4.73c.21.69.4 1.29.42 1.33s.64 0 2.47-.53zm-72.4-13.57c3.49-2 6.56-3.68 6.83-3.82 1-.5 1-.37-.82-1.58-.9-.59-2-1.35-2.41-1.68a2.59 2.59 0 00-.84-.54 4 4 0 00-.21.78c-.16.8-.29 1-.58.9a1.82 1.82 0 01-.79-1.08c0-.1.26-.78.53-1.53.41-1.15.52-1.36.68-1.38s.43.19 1.08.81a17.3 17.3 0 004.49 3.24c1.23.59 1.84.55 2.71-.14l.27-.22-.17-.46c-.15-.42-.5-.8-3.17-3.46s-3.06-3.11-3.61-3.94c-1.1-1.71-1.45-2-2.2-2a1.25 1.25 0 00-1.12.8c-.12.24-.74 1.22-1.37 2.19s-1.43 2.21-1.75 2.73l-1.1 1.8a5.71 5.71 0 00-1.09 2.23 6 6 0 00.5 1.48c.61 1.41.8 2.1.6 2.22a.49.49 0 01-.24.08c-.23 0-1.49-2.16-3.6-6.2A51.22 51.22 0 0015.17 16c-.7-1.08-.8-1.17-1.1-1.06s-.33.35-.05 2c.42 2.54 1.32 5.64 3.94 13.73C19.05 34 19 34 19.26 34s3-1.6 6.5-3.57zm12.54-7a13.32 13.32 0 001.44-.91c.18-.14.14-.3-.63-2.45-.84-2.38-1-2.78-1.2-2.84s-1 .31-1.76.94A13.17 13.17 0 0135 19a1.66 1.66 0 00-.5.44 20.55 20.55 0 001.5 1.85c.85 1 1.63 1.87 1.73 2s.21.29.57.1zm-3.7-5.73a15 15 0 004-2.8c1.15-1 1.18-1 2-1.73 2.33-2 2.43-2.16 2.43-2.81 0-.4-.16-.7-.37-.7A3.2 3.2 0 0042 10c-.89.51-3.83 2.1-4.66 2.52-.67.33-5.27 2.2-6 2.44-.25.08-.31.14-.27.26a24.92 24.92 0 002.37 3S34 18 34.6 17.7z"}),e.createElement("path",{fill:t,d:"M39.66 94l-.26-.3.3.26c.27.25.33.33.26.33s-.14-.14-.3-.29zM61.62 109.55a2.51 2.51 0 01-.58-1.34 9.23 9.23 0 01.45-2.68 2.81 2.81 0 011.18-1.21 17.92 17.92 0 012.87-1 11.69 11.69 0 013.59-.28 3.88 3.88 0 012.71 1.72c.17.28.17.28-.06.38s-.32.07-.84-.18a7.09 7.09 0 00-2.53-.56l-1-.09-1.32.49a12 12 0 00-2.6 1.21 4.21 4.21 0 00-1 1.79c-.44 1.67-.58 1.93-.91 1.74zM65.7 101.81a3.35 3.35 0 01-.73-.34 2.43 2.43 0 00-1.6-.58 2.8 2.8 0 00-1.52.38 5.93 5.93 0 01-1.57.54 2.92 2.92 0 01-2-.42c-.14-.14-.23-.28-.2-.32a4.37 4.37 0 01.6-.51l.56-.43h.81a2.52 2.52 0 001.65-.45 2.31 2.31 0 011.49-.44 4.23 4.23 0 012.27.77c1 .64 1.48.64 2.24.06a1.51 1.51 0 01.67-.31c2.64-.28 3.56-.45 4.19-.76a2.35 2.35 0 01.42-.18c.18 0 .73.94.73 1.24s0 .32-.38.49a1.27 1.27 0 01-1.32 0c-.18-.16-.25-.17-.83-.07a20.67 20.67 0 00-3.3 1 2.8 2.8 0 01-2.18.24z"}),e.createElement("path",{fill:t,d:"M66.07 99.56a4.72 4.72 0 01-2-1.44c-.94-1-1.24-1.13-2-1.23-.26 0-.46-.11-.46-.17a3.53 3.53 0 011-1.3 2.73 2.73 0 00.65-.8c.21-.39.23-.53.22-1.51a8.16 8.16 0 00-.78-3.64 2.07 2.07 0 00-1.7-1.41l-3-.45c-1.41-.22-3-.44-3.51-.51a22.36 22.36 0 00-5.05.19l-1 .18c-.3 0 1.15-1.52 2.21-2.32l.51-.39 1.47.1c2.39.16 4.59.39 7.37.77a14.48 14.48 0 002.18.19c.87-.11 1.45-.58 2.31-1.93s.94-1.36 1.29-1c.17.17.19.26.15.66a6.1 6.1 0 01-.57 2 4.16 4.16 0 01-1.2 1.45l-.81.8.27.34a6.51 6.51 0 011 1.81 8.18 8.18 0 01.38 4.78c-.42 1.17-.47 1 .44 1.87.56.56.86.79 1 .79s.68-.31 1.44-1.22c1.19-1.44 2-2 2.72-2a.78.78 0 01.65.3c.38.38.33.52-.21.73s-1 .63-1.86 2.08c-.45.69-.92 1.41-1.07 1.59a2.17 2.17 0 01-2 .71zM43.72 92.63a3.78 3.78 0 01-.31-.54 2.69 2.69 0 00-1.19-1.24 3.29 3.29 0 01-1.37-1.37 2 2 0 01-.28-1.15c0-.7.13-1 .55-1.22.23-.12.25-.11.5.18a2.81 2.81 0 01.67 1.36 3.16 3.16 0 001 1.74 2 2 0 01.68 1.7c0 .5-.07.66-.24.54zM78.93 92a4.48 4.48 0 01-2.16-.68 3.1 3.1 0 00-1.08-.27 3.53 3.53 0 01-1.52-.47c-.83-.42-1.09-.72-1.09-1.24a3.65 3.65 0 00-.09-.64c-.1-.36-.19-.41-1.13-.67a5 5 0 01-2.13-1.24 4.49 4.49 0 01-1.25-3.61c0-.93.11-1.06.55-.64a2.42 2.42 0 01.7 1.43c.46 1.66.82 1.89 3.85 2.34l1.44.19c.3 0 .67.07.81.09a40.22 40.22 0 005 0l1.58-.14c.08 0 .41-.06.74-.09.55-.07.61 0 .79.14l.2.22-.48.21a41.34 41.34 0 01-4.49 1.45 7.66 7.66 0 01-3.52.09c-1.38-.25-1.48-.21-1.16.38a3.5 3.5 0 001.71 1.25 3.87 3.87 0 001.73.17 13.6 13.6 0 004-.56l1.44-.71a5.89 5.89 0 011.4-.61c.24 0 .2.06-.65.89A27.75 27.75 0 0181 91.9c-.45.3-.51.3-2.09.13z"}),e.createElement("path",{fill:t,d:"M54.4 91.67a3.12 3.12 0 01-.81-.37c-1.44-1-1.76-1.08-3.25-.72-.19.06-.31 0-.58-.25s-.35-.31-.18-.5a3.21 3.21 0 01.9-.44 6.35 6.35 0 013.17-.08 14.33 14.33 0 004.49 0c.69-.11 1.38-.19 1.52-.19a3.61 3.61 0 011.8.55c.38.36.28.49-.49.56-.36 0-.75.08-.87.1l-1 .13a3 3 0 00-1.62.59 3.69 3.69 0 01-3.07.64zM18.11 56.2a2.81 2.81 0 01-1-1.27 2.77 2.77 0 01.59-2.65 2.13 2.13 0 012.39 0 3.25 3.25 0 01.66 1.53 2.48 2.48 0 01-1 2.29 1.83 1.83 0 01-1.67.1zM111 46.62a1.77 1.77 0 01-.66-1.31 1.74 1.74 0 011.6-1.57 1.55 1.55 0 011 .44 2.15 2.15 0 01.2 1.41 2 2 0 01-.88 1.09 1.54 1.54 0 01-1.31-.06z"}))};Ve.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ve.defaultProps={color:"#000000",size:"128"};const Ce=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M89.976 82.353c-1.57-3.094-3.43-6.223-5.606-9.405a106.98 106.98 0 00-4.974-6.672c-.71-.884-.412-1.984.13-2.53.536-.55 1.075-1.098 1.617-1.653 7.46-7.61 15.175-15.475 21.09-23.974 6.293-9.042 9.78-17.618 10.66-26.44a2.723 2.723 0 00-1.03-2.375 2.663 2.663 0 00-2.56-.368c-5.738 2.194-11.563 3.86-16.88 5.098a3.318 3.318 0 00-2.324 2.026C86.223 26.674 76.33 36.778 65.953 47.363c-.417.395-1 .917-1.95.917-.948 0-1.526-.506-1.95-.918-10.38-10.586-20.27-20.654-24.146-31.268a3.323 3.323 0 00-2.323-2.025c-5.32-1.24-11.15-3.047-16.878-5.24a2.655 2.655 0 00-3.592 2.742c.88 8.824 4.365 17.506 10.66 26.547 5.914 8.498 13.63 16.365 21.09 23.973C60.607 76.106 73.59 89.347 74.73 104.7a2.654 2.654 0 002.647 2.46h16.148a2.658 2.658 0 002.653-2.788 48.635 48.635 0 00-1.242-8.69l.006-.007a1.06 1.06 0 011.02-1.337c.05 0 .1.01.15.017h.002c13.183 1.93 21.52 5.013 21.533 8.41v.007c0 3.2-7.495 8.03-19.677 11.565l-.005.005c-1.083.31-1.873 1.288-1.873 2.45 0 1.408 1.163 2.554 2.6 2.554.2 0 .39-.023.577-.065 16.375-3.787 27.23-10.152 27.23-17.338-.002-8.533-14.676-16.154-36.526-19.59zM46.675 74.03a2.66 2.66 0 00-1.886-.808c-1.206 0-1.92.778-2.19 1.19a82.094 82.094 0 00-4.632 7.95C16.148 85.803 1.5 93.418 1.5 101.943c0 7.194 10.777 13.546 27.182 17.332.002 0 .018 0 .024-.002.193.046.392.075.6.075 1.436 0 2.6-1.145 2.6-2.554 0-1.16-.792-2.126-1.87-2.438l-.007-.017c-12.183-3.536-19.678-8.367-19.678-11.565v-.008c.012-3.39 8.327-6.47 21.477-8.4a.833.833 0 01.14-.016A1.07 1.07 0 0133 95.7l.01.01a48.544 48.544 0 00-1.23 8.653c-.036.723.23 1.44.732 1.97a2.68 2.68 0 001.93.827h16.15a2.676 2.676 0 002.657-2.468c.35-4.725 1.827-9.46 4.505-14.438.928-1.722.207-3.34-.328-4.03-2.658-3.457-5.912-7.142-10.752-12.194z"}),e.createElement("path",{fill:t,d:"M62.138 34.137c.64.62 1.362.738 1.86.738h.005c.5 0 1.223-.116 1.862-.738C71.56 28.6 74.62 22.144 75.29 20.35a2.64 2.64 0 00.197-.98c0-1.434-1.194-2.457-2.443-2.457-1.03 0-3.967.304-9.026.304h-.033c-5.06 0-7.993-.304-9.024-.304-1.248 0-2.443 1.024-2.443 2.456 0 .417.1.716.198.98.67 1.794 3.73 8.25 9.423 13.787z"}))};Ce.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ce.defaultProps={color:"#205081",size:"128"};const Oe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M101.4 77.2c0 5-2.7 7.5-7.6 7.7H33.9c-4.9 0-7.6-2.5-7.6-7.7 0-5 2.7-7.5 7.6-7.7h60.2c4.9.2 7.3 2.7 7.3 7.7zm-7.3 11.5H33.9c-4.9 0-7.6 2.4-7.6 7.7 0 5 2.7 7.4 7.6 7.7h60.2c4.9 0 7.6-2.5 7.6-7.7-.3-5.3-2.7-7.7-7.6-7.7zm18.6-42.1c-4.9 0-7.6 2.5-7.6 7.4v42.1c0 5 2.7 7.5 7.6 7.7 7.4-.2 11.3-7.7 11.3-22.9V62c0-10.2-3.9-15.2-11.3-15.4zm-97.4 0C7.9 46.8 4 51.8 4 62v18.9c0 15.2 3.9 22.7 11.3 22.9 4.9 0 7.6-2.4 7.6-7.7V54.3c-.2-5-2.7-7.5-7.6-7.7zm97.4-3.8c0-12.7-6.6-18.7-18.6-18.9H33.9c-12.2.2-18.6 6.5-18.6 18.9 7.4 0 11.3 4 11.3 11.5s3.9 11.4 11.3 11.4h52.5c7.3 0 11.3-3.9 11.3-11.4-.3-7.7 3.9-11.2 11-11.5z"}))};Oe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Oe.defaultProps={color:"#444444",size:"128"};const Be=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M117.5 33.5l.3-.2c-.6-1.1-1.5-2.1-2.4-2.6L67.1 2.9c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.3.9 3.4l-.2.1c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c.1-.8 0-1.7-.4-2.6zM82 66v-4h5v-5h5v5h5v4h-5v5h-5v-5h-5zm3.3-14C81.1 44.5 73.1 39.5 64 39.5c-13.5 0-24.5 11-24.5 24.5s11 24.5 24.5 24.5c9.1 0 17.1-5 21.3-12.4l12.9 7.6c-6.8 11.8-19.6 19.8-34.2 19.8-21.8 0-39.5-17.7-39.5-39.5S42.2 24.5 64 24.5c14.7 0 27.5 8.1 34.3 20l-13 7.5zM115 66h-5v5h-4v-5h-6v-4h6v-5h4v5h5v4z"}))};Be.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Be.defaultProps={color:"#9C033A",size:"128"};const Ae=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M126.887 81.203L80.895 126.86c-.184.184-.461.274-.645.184l-62.828-16.742c-.277-.094-.461-.278-.461-.461L.035 47.437c-.09-.273 0-.457.184-.64L46.215 1.14c.183-.184.46-.274.644-.184l62.825 16.742c.277.094.46.278.46.461l16.836 62.403c.184.273.09.457-.093.64zM65.254 31.516L3.53 47.895c-.094 0-.183.183-.094.277l45.168 44.832c.09.094.278.094.278-.09L65.437 31.61c.094 0-.09-.183-.183-.093zm0 0"}))};Ae.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ae.defaultProps={color:"#231f20",size:"128"};const Se=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M117.5 33.5l.3-.2c-.6-1.1-1.5-2.1-2.4-2.6L67.1 2.9c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.3.9 3.4l-.2.1c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c.1-.8 0-1.7-.4-2.6zm-53.5 70c-21.8 0-39.5-17.7-39.5-39.5S42.2 24.5 64 24.5c14.7 0 27.5 8.1 34.3 20l-13 7.5C81.1 44.5 73.1 39.5 64 39.5c-13.5 0-24.5 11-24.5 24.5s11 24.5 24.5 24.5c9.1 0 17.1-5 21.3-12.4l12.9 7.6c-6.8 11.8-19.6 19.8-34.2 19.8zM115 62h-3.2l-.9 4h4.1v5h-5l-1.2 6h-4.9l1.2-6h-3.8l-1.2 6h-4.8l1.2-6H94v-5h3.5l.9-4H94v-5h5.3l1.2-6h4.9l-1.2 6h3.8l1.2-6h4.8l-1.2 6h2.2v5zm-12.7 4h3.8l.9-4h-3.8z"}))};Se.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Se.defaultProps={color:"#68217A",size:"128"};const ke=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M8.76 1l10.055 112.883 45.118 12.58 45.244-12.626L119.24 1H8.76zm89.591 25.862l-3.347 37.605.01.203-.014.467v-.004l-2.378 26.294-.262 2.336L64 101.607v.001l-.022.019-28.311-7.888L33.75 72h13.883l.985 11.054 15.386 4.17-.004.008v-.002l15.443-4.229L81.075 65H48.792l-.277-3.043-.631-7.129L47.553 51h34.749l1.264-14H30.64l-.277-3.041-.63-7.131L29.401 23h69.281l-.331 3.862z"}))};ke.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ke.defaultProps={color:"#1572B6",size:"128"};const De=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M92.2 8.3c-1-.6-2-1.2-3-1.7l-3.3-1.5c-.4-.1-.7-.3-1.1-.4-1-.4-1.9-.8-2.9-1.1C76.5 1.8 70.8.9 64.8.9 34.3.9 9.7 25.6 9.7 56.1c0 26.9 19.2 49.2 44.5 54.2v15.8c32.9-5 62.1-31.2 64.3-65.6 1.3-20.8-9-42-26.3-52.2zM51.6 21.6c1.8-.2 3.8.5 5.1 2.1 1 1 1.6 2.3 2.3 3.7 2 4.7 1.3 9.8-1.4 13.5-4.7-1-9-4-11-8.7-.7-1.3-1.1-3.1-1.1-4.4.1-3.4 3-5.9 6.1-6.2zM35.1 37.9h1.1c1.7 0 3 .4 4.7 1.1 4.7 2 8.1 6 9.1 10.4-4 2.7-9.5 3.4-14.2 1.4-1.3-.7-2.6-1.4-4-2.4-4.4-3.6-2-10.3 3.3-10.5zm1.1 34.7c-6.1.3-9-6.7-4.6-10.4 1-1 2.3-1.7 4-2.4 1.8-.8 3.6-1.1 5.5-1.2 3.1-.1 6.1.8 8.6 2.5-.7 4.4-4 8.4-8.7 10.4-1.5.8-3.2 1.1-4.8 1.1zm23.2 9.8c-.7 1.3-1.3 2.7-2.3 4-3.4 4.4-11.2 1.3-10.8-4.4 0-1.3.4-3 1.1-4.3 2-4.7 6-7.7 10.7-8.7 2.6 4 3.3 9.1 1.3 13.4zm9.1-55c.7-1.3 1.3-2.7 2.3-4 1.4-1.6 3.4-2.3 5.3-2.1 3.1.3 6.1 2.8 5.9 6.4 0 1.3-.4 3.1-1.1 4.4-2 4.7-6 7.7-10.7 8.7-3-3.6-3.7-8.6-1.7-13.4zm3 59c-1-1-1.6-2.3-2.3-3.7-2-4.7-1.3-9.8 1.4-13.5 4.7 1 9 4 11 8.7.7 1.3 1.1 3.1 1.1 4.4.2 5.2-7.5 8.2-11.2 4.1zm20.6-14.1c-1.7 0-3-.4-4.7-1.1-4.7-2-8.1-6-9.1-10.4 2.5-1.7 5.6-2.6 8.7-2.5 1.8 0 3.7.4 5.5 1.2 1.3.7 2.6 1.3 4 2.3 4.6 3.4 1.6 10.9-4.4 10.5z"}))};De.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},De.defaultProps={color:"#00A818",size:"128"};const Fe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("linearGradient",{x1:"85.24",y1:"97.604",x2:"91.053",y2:"-49.515"},e.createElement("stop",{fill:t,offset:"0"}),e.createElement("stop",{fill:t,offset:"1"})),e.createElement("path",{fill:t,d:"M118.16 63.966c5.223-6.256 8.368-14.217 8.368-22.98C126.528 21.097 110.352 5 90.464 5H47.986c10.375 7 18.966 16 24.82 26h17.658c5.55 0 10.064 4.45 10.064 10s-4.515 10-10.064 10H80.047c.82 5 1.26 8.62 1.26 13.098 0 4.41-.433 8.902-1.224 12.902h10.382c5.55 0 10.064 4.95 10.064 10.5S96.013 98 90.464 98H72.92c-1.315 2-2.79 4.74-4.38 6.98C63.137 112.59 56.253 119 48.29 124h42.173c19.335 0 35.16-15.746 36.024-34.876-.017.31-.043.39-.066.698.062-.848.107-1.813.107-2.678-.002-8.766-3.148-16.92-8.37-23.178z"}),e.createElement("linearGradient",{x1:"33.627",y1:"97.714",x2:"39.382",y2:"-47.925"},e.createElement("stop",{fill:t,offset:"0"}),e.createElement("stop",{fill:t,offset:"1"})),e.createElement("path",{fill:t,d:"M61.03 97.543l.003-.18c.07-.1.138-.292.207-.39.077-.118.152-.275.228-.392.002-.002 0-.03.003-.034 6.14-9.33 9.727-20.41 9.727-32.39C71.197 31.5 44.624 5 11.962 5H1v26h10.962c18.32 0 33.23 14.823 33.23 33.144 0 4.984-1.113 9.675-3.088 13.924-.006.013-.013.36-.02.374C36.79 89.782 25.283 98 11.963 98H1v26h10.962c20.396 0 38.41-10.722 49.068-26.457z"}))};Fe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Fe.defaultProps={color:"#f9a03c",size:"128"};const je=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M86.6 25l3 .1c1.1.1 2.2.3 3.4.5l-2.5-7.4L75.7 3.5c-3.4-3.4-8-4.4-10.4-2.3L29.2 25.1l57.4-.1zm6.1 3.6c-1.2-.2-2.3-.4-3.3-.5l-2.9-.1-56 .1 78.6 78.6 6.1-13.8-22.5-64.3zM28.9 92.2l64.3 22.7 13.8-6.1-78.6-78.6v56.1l.1 2.7c0 .9.1 2 .4 3.2z"}),e.createElement("path",{fill:t,d:"M106.9 34.3c-2.6-2.6-7-5.1-11.3-6.5L118.4 93l-6.9 15.7 15.8-5.2V54.8l-20.4-20.5zm-13.5 83.8l-65-22.9c1.4 4.3 3.8 8.7 6.5 11.4l21.3 21.2 47.6.1 5.3-16.7-15.7 6.9zm-67.9-29l-.1-2.7V28.9L1.7 65.1C-.4 67.3.7 72 4 75.5l14.7 14.8 7.3 2.6c-.3-1.3-.5-2.5-.5-3.8z"}))};je.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},je.defaultProps={color:"#00A8E1",size:"128"};const qe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M76.77 68.974a27.05 27.05 0 002.008-1.729c-1.667.408-3.363.417-5.073.261-2.049.028.388 1.056 3.065 1.468zm7.94-4.212c1.222-1.685 2.111-3.53 2.425-5.438-.274 1.359-1.011 2.534-1.707 3.773-3.833 2.414-.36-1.433-.002-2.895-4.12 5.188-.566 3.111-.716 4.56zm4.063-10.57c.248-3.693-.727-2.525-1.055-1.117.383.199.685 2.603 1.055 1.117zM65.93 3.722c1.094.196 2.365.347 2.186.608 1.197-.262 1.469-.504-2.186-.608zm2.133.704l.053-.095-.773.159zM65.27 80.73c-2.951-1.381-5.653-3.468-7.874-6.021 1.178 1.726 2.451 3.403 4.096 4.721-2.783-.942-6.499-6.742-7.584-6.978 4.796 8.587 19.457 15.059 27.135 11.848-3.553.13-8.065.073-12.057-1.402-1.536-.791-3.573-2.355-3.589-2.869-.077.201-.206.4-.127.701zm.156-.797l-.03.097.03-.097zm44.049-33.588c.033-1.882.523-.986.713-1.449-.37-.213-1.339-1.656-1.93-4.424.428-.651 1.143 1.686 1.726 1.781-.375-2.201-1.02-3.878-1.045-5.568-1.7-3.553-.602.474-1.981-1.525-1.81-5.646 1.502-1.311 1.725-3.875 2.743 3.974 4.308 10.134 5.026 12.685-.549-3.11-1.433-6.123-2.514-9.04.833.352-1.342-6.399 1.083-1.929-2.591-9.531-11.085-18.436-18.901-22.614.956.875 2.164 1.975 1.73 2.146-3.887-2.314-3.204-2.495-3.76-3.472-3.167-1.288-3.375.103-5.472.002-5.968-3.165-7.118-2.829-12.611-4.813l.251 1.168c-3.955-1.317-4.607.5-8.88.004-.261-.203 1.369-.735 2.71-.93-3.823.504-3.644-.753-7.384.139.921-.646 1.896-1.075 2.879-1.625-3.116.189-7.441 1.814-6.106.336C51.65 5.613 42.619 8.798 37.551 13.55l-.159-1.065C35.07 15.272 27.266 20.81 26.645 24.42l-.621.145c-1.209 2.046-1.991 4.365-2.949 6.47-1.581 2.693-2.317 1.036-2.091 1.459-3.109 6.302-4.653 11.598-5.986 15.94.951 1.421.022 8.553.382 14.26-1.561 28.19 19.784 55.559 43.115 61.879 3.42 1.222 8.506 1.176 12.832 1.302-5.105-1.46-5.765-.773-10.735-2.508-3.587-1.689-4.373-3.617-6.914-5.821l1.006 1.777c-4.982-1.763-2.897-2.182-6.951-3.466l1.074-1.402c-1.615-.123-4.277-2.721-5.004-4.161l-1.767.069c-2.122-2.618-3.253-4.505-3.171-5.967l-.571 1.018c-.647-1.111-7.807-9.822-4.092-7.793-.691-.632-1.608-1.028-2.603-2.835l.756-.865c-1.788-2.299-3.291-5.249-3.177-6.231.954 1.289 1.616 1.529 2.271 1.75-4.515-11.204-4.768-.618-8.188-11.405l.723-.058c-.555-.836-.891-1.743-1.337-2.633l.314-3.138c-3.25-3.759-.91-15.982-.44-22.686.325-2.727 2.713-5.628 4.529-10.178l-1.106-.191c2.115-3.69 12.079-14.82 16.693-14.247 2.235-2.809-.443-.01-.88-.718 4.91-5.082 6.453-3.591 9.767-4.504 3.573-2.121-3.066.827-1.373-.809 6.178-1.578 4.378-3.587 12.438-4.388.851.484-1.973.747-2.682 1.375 5.148-2.518 16.289-1.946 23.525 1.397 8.397 3.925 17.832 15.525 18.204 26.439l.423.113c-.213 4.339.665 9.356-.858 13.965l1.037-2.182c.121 3.316-.971 4.925-1.955 7.773l-1.772.884c-1.45 2.817.14 1.789-.897 4.03-2.265 2.013-6.871 6.298-8.345 6.689-1.077-.024.729-1.269.964-1.759-3.029 2.082-2.431 3.125-7.065 4.39l-.136-.302C71.6 82.675 55.72 72.017 55.93 57.475c-.123.924-.347.692-.601 1.067-.589-7.483 3.456-14.998 10.278-18.065 6.674-3.305 14.497-1.948 19.276 2.507-2.625-3.44-7.851-7.085-14.046-6.744-6.066.096-11.742 3.952-13.636 8.137-3.109 1.957-3.469 7.544-4.824 8.565-1.822 13.394 3.428 19.179 12.309 25.985.718.484.801.757.739 1.005l.011-.02c10.477 3.915 21.301 2.966 30.366-4.302 2.306-1.796 4.825-4.852 5.553-4.895-1.096 1.649.188.793-.655 2.249 2.298-3.707-.999-1.509 2.375-6.401l1.247 1.716c-.463-3.075 3.819-6.812 3.385-11.676.982-1.488 1.097 1.601.053 5.024 1.446-3.798.381-4.408.754-7.542.401 1.053.928 2.173 1.199 3.284-.943-3.67.967-6.181 1.439-8.313-.462-.204-1.451 1.624-1.677-2.711zM51.037 71.758c1.348 1.831 2.417 3.814 4.138 5.245-1.238-2.417-2.157-3.415-3.85-6.683l-.288 1.438zm3.473-1.563c-.713-.789-1.136-1.738-1.608-2.685.453 1.663 1.377 3.091 2.239 4.545l-.631-1.86zm52.5-.093a35.857 35.857 0 003.875-12.16l-.302.756a36.496 36.496 0 01-3.573 11.404zM71.214 2.126c-1.917.161-3.825.257-5.709.499l.83.114c1.387-.509 3.408-.279 4.879-.613zM18.227 30.775c1.424-3.207-.395-1.149-.552-2.007.221 2.846-2.19 3.924.552 2.007zm-2.838 7.237c-1.775 2.269-.817 2.752-1.004 4.296.642-1.972.76-3.156 1.004-4.296z"}))};qe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},qe.defaultProps={color:"#A80030",size:"128"};const $e=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M59.016 13.328c-.239.024-1 .113-1.688.176-9.777 1.023-19.406 5.164-27.258 11.738-1.449 1.203-4.75 4.504-5.953 5.953-6.5 7.766-10.3 16.48-11.703 26.793-.312 2.29-.312 10.016 0 12.305 1.402 10.312 5.203 19.027 11.703 26.793 1.203 1.45 4.504 4.75 5.953 5.953 7.766 6.5 16.48 10.3 26.793 11.703 2.29.313 10.016.313 12.305 0 10.312-1.402 19.027-5.203 26.793-11.703 1.45-1.203 4.75-4.504 5.953-5.953 6.5-7.766 10.3-16.48 11.7-26.793.316-2.29.316-10.016 0-12.305-1.4-10.312-5.2-19.027-11.7-26.793-1.203-1.449-4.504-4.75-5.953-5.953-7.738-6.476-16.543-10.324-26.719-11.687-1.101-.153-2.699-.215-5.664-.239-2.262-.027-4.328-.011-4.562.012zm.625 5.402c0 1.461.097 4.637.238 7.653.074 1.472.16 3.586.2 4.687.136 3.903.55 14.14.612 15.055l.063.91-.563-.062c-.312-.024-.601-.098-.652-.137-.035-.05-.125-.914-.176-1.926-.222-4.45-.96-21.719-1.035-24.242l-.078-2.777.352-.047c.187-.028.5-.063.699-.078l.34-.012zm11.964-.3c.012.011.051 3.789.086 8.39.051 4.614.114 8.75.153 9.2.035.464.023.863-.04.89-.05.035-.363.035-.675 0l-.574-.05-.086-3.641a692.868 692.868 0 00-.14-4.961c-.099-2.215-.188-9.727-.11-9.914.047-.14.187-.153.71-.063.364.074.665.137.676.149zm-28.921 4.187c.078.113.664 7.004 1.39 16.016.239 3.066.473 5.867.512 6.215.062.636.05.664-.352.914-.222.136-.449.25-.5.25-.035 0-.109-.325-.148-.727-.176-1.625-.852-9.476-1.324-15.152-.278-3.34-.528-6.328-.563-6.653-.062-.55-.05-.601.274-.773.398-.215.625-.25.71-.09zm34.421 2.516c.352.125.387.187.465.898.125 1.25.086 7.227-.05 7.227-.364 0-1.114-.426-1.176-.664-.04-.149-.074-1.922-.074-3.938 0-4.062-.051-3.824.835-3.523zm-23.093.586c0 .336.09 2.199.187 4.164.102 1.96.215 4.449.266 5.527.086 2.176.11 2.098-.727 2.149-.414.011-.414.011-.437-.614-.024-.347-.086-1.437-.164-2.437-.063-1-.211-3.164-.313-4.813a117.11 117.11 0 00-.261-3.64c-.075-.625-.063-.649.273-.774.203-.074.55-.136.777-.136.399-.012.399-.012.399.574zm34.683 1.715l.426.171.09 1.676c.035.914.062 2.89.035 4.38l-.035 2.722-.527-.262-.524-.25-.039-4.152c-.023-2.285-.012-4.223.012-4.313.05-.187.05-.187.562.028zM65.867 29.07c.074.075.25 6.137.262 9.215l.012 1.852-.586-.09c-.34-.04-.614-.074-.625-.086-.04-.027-.414-9.29-.414-10.191v-.926l.636.074c.364.05.676.113.715.152zm28.793.887c.153.176.176 2.914.215 18.016.035 17.343.035 17.793-.188 17.793a.806.806 0 01-.44-.164c-.188-.137-.212-1.649-.274-16.465-.051-8.977-.114-17.13-.149-18.117l-.078-1.801.363.261c.215.153.454.364.551.477zM83.445 32.52c.063.05.125.761.137 1.578.063 2.761.074 19.703.012 19.754-.024.023-.25-.04-.5-.137l-.45-.188v-21.27l.352.075c.188.05.387.125.45.188zm-34.507.699c.035.34.097 1.101.136 1.726.04.614.125 2.016.2 3.102.152 2.2.124 2.34-.587 2.34-.374 0-.425-.04-.476-.414-.125-.739-.563-6.891-.5-6.989.062-.09.715-.312 1.012-.34.078-.011.175.25.215.575zm-20.68 3.191c.137 1.324.41 4.102.613 6.164.211 2.063.387 3.813.387 3.887 0 .152-.965.625-1.063.527-.062-.062-1.312-11.129-1.312-11.629 0-.3.96-1.562 1.086-1.425.039.023.164 1.136.289 2.476zm49.023 1.313l.364.21.011 2.704c.012 1.472.04 3.125.04 3.66.023 1.125-.114 1.312-.79 1.078l-.386-.14V44.16c0-.597-.04-2.336-.09-3.875l-.075-2.777h.29c.148 0 .437.101.636.215zm-43.535 4.851c.227 2.399.586 6.45.824 9l.426 4.63-.488.483-.473.489-.09-.989c-.05-.55-.3-3.097-.562-5.675a1449.23 1449.23 0 01-.824-8.301l-.352-3.602.488-.449c.438-.414.489-.426.575-.2.05.126.261 2.2.476 4.614zm-9.363 1.512c.273 2.465 1 9.016 1.625 14.555s1.21 10.875 1.324 11.875c.102 1 .273 2.515.375 3.379.176 1.46.176 1.562-.023 1.71-.301.227-.426.2-.426-.062 0-.113-.113-1.063-.25-2.086-.227-1.715-.602-4.617-1.438-11.129a740.832 740.832 0 01-.75-5.812c-.25-1.891-.613-4.703-.816-6.254-.2-1.551-.535-4.2-.75-5.914-.223-1.7-.36-3.211-.324-3.375.09-.336.824-1.512.902-1.438.023.035.273 2.074.55 4.55zm-3.828 5.387c.187 1.504.539 4.242.777 6.101.234 1.852.535 4.164.672 5.13l.238 1.75-.262.226c-.148.125-.3.172-.351.125-.047-.051-.149-.551-.223-1.102a995.27 995.27 0 00-1.039-7.129l-.887-6.125.286-.851c.152-.461.312-.836.351-.836.051 0 .238 1.226.438 2.71zm68.64-1.637c.176.176.203.95.203 6.691v6.489h-.351c-.762 0-.75.187-.8-6.914l-.036-6.465h.398c.211 0 .489.086.586.199zm-27.367 2.238c2.824.426 5.29 1.215 7.727 2.465 1.574.813 2.324 1.375 4.074 3.05 2.601 2.49 4.203 4.665 5.703 7.74 2.188 4.476 3.04 8.437 4.113 19.066.489 4.765 1.125 13.402 1.262 16.94.04 1.028.125 2.716.203 3.75.137 2.204.297 1.903-1.64 2.84-2.688 1.302-5.278 2.2-8.688 3.04-4.176 1.023-6.879 1.347-11.004 1.363l-3 .012.024-1.438c0-.789.074-2.625.152-4.062.375-6.965.297-15.754-.188-20.633-.277-2.8-.812-6.2-1.113-6.95-.062-.163.223-.3 1.461-.726 2.266-.789 4.227-1.777 4.527-2.261.54-.926-.425-2.254-1.652-2.254-.21 0-.848.226-1.437.488-2.801 1.289-8.414 2.8-11.653 3.14-2.238.239-5.715.098-8.125-.34-1.312-.238-3.664-1.124-5.629-2.136-2.261-1.176-3.648-2.738-4.062-4.59-.227-1-.164-3 .125-4.125.312-1.238 1.187-3.039 1.988-4.09 3.563-4.687 10.914-8.75 18.453-10.175 2.403-.45 5.801-.5 8.38-.114zm38.57.387c.45.187.5.238.5.664.028 3.414-.05 11.215-.113 11.54-.012.112-.66.124-.937.026-.172-.062-.2-.738-.2-6.254 0-3.949.051-6.175.125-6.175.063 0 .352.09.625.199zm5.465 6.867l.45.188-.086 10.351c-.102 13.192-.114 13.578-.59 14.715-.774 1.863-.735 2.238-.66-5.937.023-4.09.085-8.227.113-9.192.023-.96.047-3.676.062-6.039 0-2.852.035-4.273.125-4.273.075 0 .336.086.586.187zm-75.191 3.113c.074 1.012.047 1.11-.317 1.91l-.398.852-.148-1.25c-.239-2-.239-2.09.234-2.387.215-.152.441-.25.477-.226.039.023.113.523.152 1.101zm-7.73 7.54c.113 1.023.988 7.824 1.44 11.164.673 5.164.723 5.902.423 5.59-.035-.04-.325-1.778-.625-3.864-1.95-13.48-1.938-13.39-1.774-13.492.336-.227.45-.102.535.601zm9.003 5.726c.075.313.438 3.7.438 4.113 0 .348-.45.676-.649.473-.062-.063-.226-1.125-.351-2.348-.137-1.238-.274-2.527-.313-2.863l-.074-.625.438.5c.25.273.472.61.511.75zm10.09 4.711c.137.125.227.625.336 1.977.188 2.437.215 2.25-.297 2.25-.527 0-.515.039-.687-2.165-.176-2.238-.176-2.21.16-2.21.164 0 .375.074.488.148zm9.903.187c.023.125.085.875.136 1.665.04.789.153 2.562.25 3.937.352 5.05.364 5.691.153 5.691-.239 0-.266-.187-.54-3.753a274.195 274.195 0 00-.414-5.165c-.109-1.359-.187-2.5-.148-2.523.137-.152.5-.039.563.148zm-23.504 2.403c.074.113.546 4.113 1.136 9.578.176 1.648.348 3.238.387 3.535l.063.54-.313-.2c-.238-.164-.324-.324-.324-.613 0-.79-.54-5.977-.95-9.153-.238-1.8-.425-3.386-.425-3.539 0-.261.3-.363.426-.148zm72.152 5.226l-.086 5.227-.313.46c-.714 1.052-.675 1.25-.636-4.6l.023-5.364.461-.477c.25-.25.5-.46.55-.46.04 0 .04 2.351 0 5.214zm-11.563 8.29c.063 7.265.047 7.828-.152 8.05-.125.137-.238.227-.273.188-.09-.098-.215-15.942-.114-16.028.051-.05.176-.074.29-.062.16.035.199.926.25 7.851zm-40.835-4.977c.085.773.398 4.488.523 6.238.074 1.176.074 1.215-.2 1.3-.148.052-.324.04-.374-.022-.086-.09-.364-2.864-.7-7.141l-.09-1.024h.391c.36 0 .387.024.45.649zm-9.829 4.375c.086.09.149.402.149.715 0 .324.152 2.011.312 3.761.477 4.79.516 5.438.301 5.313-.324-.188-.613-.473-.55-.547.027-.05-.024-.676-.126-1.39a65.54 65.54 0 01-.25-2.626c-.047-.722-.16-2.05-.261-2.937-.239-2.188-.223-2.438.05-2.438a.59.59 0 01.375.149zm5.914 8.414c.04.277.114 1.3.164 2.277.086 1.875.047 2.012-.464 1.625-.149-.113-.25-.586-.399-2.011-.261-2.579-.277-2.477.211-2.426.363.035.414.086.488.535zm0 0"}),e.createElement("path",{fill:t,d:"M39.809 56.063c-1.301.562-1.399 2.328-.176 2.953.89.449 1.789.234 2.254-.54.875-1.425-.551-3.074-2.078-2.413zm8.476 1.203c-1.2.734-1.2 2.511 0 3.25 1.188.71 2.727-.227 2.727-1.653 0-1.375-1.575-2.3-2.727-1.597zm0 0"}))};$e.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},$e.defaultProps={color:"#000000",size:"128"};const _e=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 300 300",...r},e.createElement("path",{fill:t,d:"m1877 2568c-183-227-346-430-362-451-32-40-64-54-88-40-8 4-33 31-54 58-29 37-54 90-93 200-50 140-57 154-111 213-33 34-87 104-120 155-77 116-79 118-69 71 7-29 4-59-11-119-12-44-22-81-23-83-2-1-35 16-73 38-55 31-74 48-88 79-11 26-36 52-71 77-30 20-56 35-58 33s-7-45-12-95c-7-68-6-99 3-120 7-16 12-46 13-66 0-47 98-295 185-468 79-158 163-365 175-434 5-28 17-74 27-103 17-52 17-52-11-123-15-39-44-89-63-112s-41-54-49-69c-20-39-71-114-86-127-7-5-26-12-43-14-26-3-32-10-56-73-15-38-72-144-128-235l-101-165 40-40 40-41-20-160c-11-87-20-164-20-171s13-9 39-6c34 5 40 2 61-27 14-19 25-53 28-81s10-49 16-49c7 0 40 9 74 21 70 23 47-7 197 269 138 253 207 355 329 486 71 77 80 77 114 5 11-23 32-44 57-57 39-20 40-23 62-115 12-52 25-104 28-115 4-20 182-170 191-162 2 2-4 46-12 96-9 51-14 98-11 106 6 15 59 28 81 20 7-3 27-24 44-47 20-28 53-54 97-77 78-41 85-37 85 56 0 64 11 84 45 84 16 0 26-10 37-38 13-34 20-39 76-55 34-9 66-17 71-17s14 30 20 66c13 73 18 61-70 191-26 38-70 114-97 169-63 124-84 153-149 203-42 33-53 48-58 78-3 21-8 47-10 58s-36 69-75 128c-63 98-70 113-70 159 0 47 4 55 48 102 27 28 68 89 93 136 53 103 183 298 293 440 118 152 124 161 219 315 79 126 87 145 87 189v49l-77-75c-49-47-92-80-117-88-37-12-39-11-62 16-27 32-27 31 3 226 13 88 14 110 3 122-7 9-16 16-21 16-4 0-158-186-342-412z",transform:"matrix(.1 0 0 -.1 0 300)"}))};_e.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},_e.defaultProps={color:"#d52128",size:"128"};const Ne=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M63.724 110.725V92.543c19.352 0 34.282-19.008 26.817-39.118-2.765-7.438-8.57-13.499-16.312-16.254-19.905-7.162-38.982 7.714-38.982 26.722H17c0-30.303 29.582-54.27 61.93-44.352 14.1 4.407 25.158 15.427 29.582 29.476 9.953 32.231-14.1 61.708-44.788 61.708z"}),e.createElement("path",{fill:t,d:"M64 92.543H45.753V74.637H64v17.906zm-18.247 14.05H31.929v-14.05h13.824v14.05zm-13.824-14.05H20.318v-11.57h11.611v11.57z"}))};Ne.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ne.defaultProps={color:"#000000",size:"128"};const Re=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M90.9 61.6l.1-2V59h-.8c-1.2 0-2.5.3-3.4.9-1.4.8-2.2 2.3-2.2 4.4 0 3 1.5 4.7 4.1 4.7.8 0 1.3-.1 2.3-.4v-4.3l-.1-2.7zm-74.6 2.6c0 3.2 1.6 4.9 4.7 4.9.7 0 1 0 2-.2v-9.5c-1-.2-1.2-.3-2-.3-3 0-4.7 1.9-4.7 5.1zm29.6 3.9c0 1.2.7 1.7 2.3 1.7.9 0 1.8-.1 2.8-.3v-4c-4 .4-5.1 1-5.1 2.6zm63-9.1c-2.3 0-3.7 1.9-3.7 5.2 0 3.3 1.3 5.2 3.7 5.2 2.3 0 3.6-1.9 3.6-5.2 0-3.2-1.3-5.2-3.6-5.2zM126 43.9c0-3.8-3.1-6.9-6.9-6.9H7.9C4.1 37 1 40.1 1 43.9V84c0 3.9 3.1 7 6.9 7H119c3.8 0 6.9-3.1 6.9-6.9V43.9zM10.3 64.3c0-6 4-10 10.2-10 1 0 1.6.1 2.6.3V46h6v27c-3 .6-5.3.8-7.7.8-7.3 0-11.1-3.2-11.1-9.5zM38 68.5c0 4.7-.2 7-1.2 9-1 1.9-2.1 3.1-4.7 4.4l-5.5-2.6c2.6-1.2 3.7-2.3 4.5-4 .8-1.7.9-3.7.9-8.8V55h6v13.5zM38 52h-6v-6h6v6zm18 21.3c-2 .4-5.8.7-8.3.7-5 0-7.1-1.7-7.1-5.6 0-4.2 3.3-6.1 10.3-6.7v-1.3c0-1.1-.5-1.5-2-1.5-2.2 0-5 .6-7 1.8v-4.6c3-1.2 5.1-1.8 7.8-1.8 3 0 4.8.8 5.7 2.4.5.9.5 2 .5 4.5v12.1zm21 .7h-6V62.2c0-2.3-1-3.1-3.1-3.1-.8 0-1.9.1-2.9.4V74h-6V55.7c4-.9 6.5-1.3 9.4-1.3 3 0 5.4.7 6.7 2C76.4 57.7 77 59 77 62v12zm19.3-11.6L97 68v1.7c0 5.1-.6 7.5-1.9 9.4-1.8 2.9-5.1 4.3-9.7 4.3-2.3 0-4.5-.3-6.5-1.2v-5.5c2 1.1 4.2 1.6 6.4 1.6 3.9 0 5.6-1.6 5.6-5.3v-.1c-1 .6-2.4.8-3.9.8-5.2 0-8.5-3.4-8.5-8.8 0-6.7 4.9-10.5 13.5-10.5 2.5 0 4.9.3 7.7.8l-2.3 4.3c-1.6-.3 1.3 0-.7-.2m12.1 14.8c-5.9 0-9.6-3.7-9.6-9.7 0-6.2 3.8-10.1 9.8-10.1 5.9 0 9.5 3.7 9.5 9.8.1 6.1-3.7 10-9.7 10z"}))};Re.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Re.defaultProps={color:"#003A2B",size:"128"};const Ie=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M124.8 52.1c-4.3-2.5-10-2.8-14.8-1.4-.6-5.2-4-9.7-8-12.9l-1.6-1.3-1.4 1.6c-2.7 3.1-3.5 8.3-3.1 12.3.3 2.9 1.2 5.9 3 8.3-1.4.8-2.9 1.9-4.3 2.4-2.8 1-5.9 2-8.9 2H79V49H66V24H51v12H26v13H13v14H1.8l-.2 1.5c-.5 6.4.3 12.6 3 18.5l1.1 2.2.1.2c7.9 13.4 21.7 19 36.8 19 29.2 0 53.3-13.1 64.3-40.6 7.4.4 15-1.8 18.6-8.9l.9-1.8-1.6-1zM28 39h10v11H28V39zm13.1 44.2c0 1.7-1.4 3.1-3.1 3.1-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7.1 3.1 1.4 3.1 3.1zM28 52h10v11H28V52zm-13 0h11v11H15V52zm27.7 50.2c-15.8-.1-24.3-5.4-31.3-12.4 2.1.1 4.1.2 5.9.2 1.6 0 3.2 0 4.7-.1 3.9-.2 7.3-.7 10.1-1.5 2.3 5.3 6.5 10.2 14 13.8h-3.4zM51 63H40V52h11v11zm0-13H40V39h11v11zm13 13H53V52h11v11zm0-13H53V39h11v11zm0-13H53V26h11v11zm13 26H66V52h11v11zM38.8 81.2c-.2-.1-.5-.2-.8-.2-1.2 0-2.2 1-2.2 2.2 0 1.2 1 2.2 2.2 2.2s2.2-1 2.2-2.2c0-.3-.1-.6-.2-.8-.2.3-.4.5-.8.5-.5 0-.9-.4-.9-.9.1-.4.3-.7.5-.8z"}))};Ie.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ie.defaultProps={color:"#019BC6",size:"128"};const We=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M112.3 79.1c-.1-3.1-.6-6.1-1.4-9-2.1-7.8-6.2-14.6-11.5-20.6-4.2-4.8-8.6-9.4-12.9-14.2L61.9 8.5c-1.6-1.8-3.3-3.5-5.2-5.1-3.4-2.8-7.3-3.2-11.5-2-1.2.4-2.3 1-3.4 1.6-.7.4-1.4 1-2 1.7-2.3 2.7-2.7 5.9-2.3 9.2.3 2.8 1.7 5.1 3.5 7.1 3.6 3.9 7.2 7.8 10.7 11.7l3.1 3.4-.2.2-.8.4c-7.4 3.5-14.2 7.9-20.1 13.6-3.9 3.8-7.3 7.9-9.7 12.9-3.7 7.8-4.7 16-4.1 24.4.3 3.6 1.1 7 2.4 10.3 2.1 5.5 5.3 10.2 9.3 14.5 8.4 9 18.8 13.9 31.1 14.6 2.4.1 4.8 0 7.2-.1 3.2-.2 6.3-.7 9.5-1.5 8.8-2.2 16.1-6.9 21.8-13.9 8-9.3 11.6-20.2 11.1-32.4zm-17.9 5c-1.4 3.7-3.7 6.9-6.6 9.6-5.9 5.6-11.8 11.2-17.8 16.8-1.3 1.2-2.6 2.4-4 3.4-3.7 2.6-9.8.8-11.5-4-.6-1.6-.3-3.3.5-4.9 1.1-2.3 2.7-4.3 4.5-6.1 2.7-2.8 5.5-5.5 8.3-8.3l.6-.6h-9.9c-2.4 0-4.8.1-7.3.1-3.1 0-6.3-.1-9.4-.3-1.1 0-2.3-.1-3.4-.3-3.1-.7-4.9-2.8-5.4-5.8-.6-3.2.1-6.1 2.5-8.4 1.3-1.2 2.9-1.8 4.6-1.9 2.8-.1 5.7-.1 8.5-.1h19.8c-1-1-2-2.1-3-3.2-2.8-2.8-5.7-5.5-8.5-8.4-1.7-1.8-2.8-3.9-3-6.4-.1-1.2.3-2.3.9-3.4 1.6-2.6 4-3.8 7-4 2.8-.2 5.1 1 7.1 2.9 3.2 3 6.2 6.2 9.3 9.3 3.3 3.3 6.5 6.5 9.7 9.8 2.1 2.1 4 4.4 5.5 7 .8 1.4 1.4 2.9 1.5 4.6-.1 1-.2 1.9-.5 2.6z"}))};We.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},We.defaultProps={color:"#F56D39",size:"128"};const Ge=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M82.108 78.432c.479-1.232 1.022-2.445 1.427-3.701 2.288-7.097 4.554-14.2 6.805-21.309.865-2.731 1.813-5.42 3.515-7.767 2.692-3.709 6.442-5.652 10.88-6.331a37.456 37.456 0 015.28-.406c5.267-.05 10.536-.015 15.804-.01.28 0 .56.029.957.052-.129.304-.199.525-.311.724-1.955 3.494-3.872 7.009-5.885 10.468-3.505 6.022-7.016 12.042-10.631 17.998-2.319 3.819-4.834 7.52-7.687 10.974-2.105 2.548-4.321 4.984-7.146 6.77-1.925 1.217-3.981 1.929-6.315 1.917-8.278-.045-16.556-.012-24.834-.024-2.461-.004-4.568-.941-6.356-2.603-2.563-2.381-4.093-5.412-5.345-8.608-2.284-5.835-3.563-11.951-5.031-18.014-.688-2.838-1.47-5.654-2.215-8.478-.048-.183-.142-.354-.25-.617l-.577.542c-3.228 3.207-6.071 6.741-8.615 10.498-.693 1.024-.926 2.374-1.313 3.591-1.424 4.47-2.722 8.983-4.264 13.411-1.477 4.242-4.125 7.616-8.264 9.61a18.565 18.565 0 01-7.689 1.855c-3.98.088-7.962.098-11.943.134-.952.009-.996-.069-.748-.99 1.707-6.338 3.87-12.514 6.58-18.492 2.794-6.167 6.085-12.048 10.231-17.419 2.823-3.657 5.941-7.031 9.843-9.582 1.979-1.293 4.083-2.315 6.477-2.584.394-.045.793-.073 1.189-.073 8.478-.004 16.956.082 25.433-.039 4.547-.065 7.839 1.855 10.304 5.515 1.533 2.276 2.63 4.761 3.553 7.328 1.861 5.178 3.018 10.547 4.325 15.878.748 3.051 1.581 6.081 2.379 9.12.06.228.157.446.238.668l.199-.006z"}))};Ge.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ge.defaultProps={color:"#1384C8",size:"128"};const Je=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M61.195 0h4.953c12.918.535 25.688 4.89 36.043 12.676 9.809 7.289 17.473 17.437 21.727 28.906 2.441 6.387 3.664 13.18 4.082 19.992v4.211c-.414 11.293-3.664 22.52-9.73 32.082-6.801 10.895-16.922 19.73-28.727 24.828A64.399 64.399 0 0165.082 128h-2.144c-11.735-.191-23.41-3.66-33.297-9.992-11.196-7.113-20.114-17.785-25.028-30.117C1.891 81.19.441 74.02 0 66.812v-4.957c.504-14.39 5.953-28.609 15.41-39.496C23.168 13.31 33.5 6.48 44.887 2.937 50.172 1.27 55.676.41 61.195 0M25.191 37.523c-.03 12.153-.011 24.305-.011 36.454 1.43.011 2.86.011 4.293.011-.075-10.433.101-20.863-.106-31.293.48.907.918 1.84 1.465 2.707C37.035 54.91 43.105 64.5 49.309 74c1.738-.023 3.476-.023 5.214.004-.003-12.16-.007-24.32.004-36.48a308.076 308.076 0 00-4.25-.012c.075 10.32-.136 20.64.125 30.949-6.507-10.352-13.101-20.645-19.695-30.945a370.85 370.85 0 00-5.516.007m38.844-.011c-.129 12.16-.004 24.32-.047 36.476 6.469-.015 12.938.024 19.41-.02a83.36 83.36 0 01.024-3.952c-5.012-.016-10.027.007-15.043-.02-.074-4.21-.004-8.426-.04-12.637 4.395-.078 8.79.012 13.18-.047-.011-1.277-.011-2.554-.019-3.832-4.387.141-8.773-.054-13.164.012.012-4.023.02-8.05.02-12.078 4.699 0 9.398-.02 14.093.012-.008-1.301 0-2.606.016-3.906-6.145-.016-12.29-.008-18.43-.008m22.602.054c.004 1.266.004 2.528.008 3.79 3.488-.04 6.972.109 10.46.035-.023 10.863.004 21.718-.011 32.574 1.46.043 2.93.035 4.39-.09-.12-5.992.118-11.988-.156-17.977.067-2.699-.07-5.394.117-8.09.106-2.14-.277-4.277-.035-6.417 3.516.047 7.035.015 10.55.015a59.774 59.774 0 01.075-3.832c-8.469-.105-16.937-.094-25.398-.008M13.55 69.094c-1.977.91-2.106 4.023-.149 5.027 1.72 1.18 4.305-.371 4.227-2.41.133-2.004-2.29-3.688-4.078-2.617m29.23 15.289c-4.277 3.469-4.226 11.195.5 14.25 2.668 1.695 6.102 1.344 8.922.215.012-.621.027-1.239.05-1.86-2.671 1.395-6.41 1.68-8.675-.61-2.965-3.237-2.297-9.269 1.613-11.476 2.211-1.164 4.907-.824 7.086.239-.007-.66-.004-1.32 0-1.98-3.097-1.099-6.922-1.04-9.496 1.222m17.207 2.71c-1.89.22-3.758 1.22-4.633 2.966-1.253 2.496-1.109 5.867.864 7.96 2.035 2.297 5.945 2.32 8.18.297 2.425-2.308 2.699-6.468.757-9.164-1.148-1.629-3.273-2.183-5.168-2.058m17.887 2.722c-1.66 2.883-1.332 7.25 1.598 9.211 2.183 1.22 4.933.832 7.074-.308-.004-.617.004-1.235.031-1.848-1.687 1.07-3.937 1.856-5.812.777-1.309-.722-1.704-2.257-1.914-3.625 2.875-.039 5.746-.082 8.625-.074-.075-1.828-.118-3.894-1.45-5.308-2.199-2.43-6.644-1.657-8.152 1.175m-8.414-2.336v12.008c.652 0 1.312 0 1.973.004.023-2.195-.04-4.394.023-6.594.016-1.27.527-2.558 1.484-3.414.801-.605 1.883-.27 2.801-.246-.012-.636-.02-1.27-.023-1.902-1.793-.398-3.336.652-4.242 2.117-.02-.633-.04-1.266-.051-1.894-.656-.024-1.313-.051-1.965-.079zm0 0"}),e.createElement("path",{fill:t,d:"M58.758 89.223c1.652-.805 4.023-.41 4.945 1.3 1.05 1.887 1.027 4.383-.137 6.211-1.52 2.286-5.527 1.786-6.523-.742-1.008-2.258-.617-5.484 1.715-6.77zm0 0M79.04 92.414c.046-1.574 1.144-3.137 2.726-3.48.976-.164 2.097.007 2.773.793.672.714.813 1.714.98 2.64-2.16.012-4.32-.031-6.48.047zm0 0"}))};Je.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Je.defaultProps={color:"#000000",size:"128"};const Ue=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M91.086 24.929c-6.352-3.956-12.344-5.514-18.336-9.469-3.717-2.517-8.869-8.51-13.186-13.663-.838 8.27-3.355 11.626-6.23 14.022-6.113 4.795-9.949 6.232-15.222 9.109-4.435 2.277-28.524 16.659-28.524 47.58 0 30.923 26.008 53.693 54.891 53.693 28.887 0 53.934-20.974 53.934-52.734S94.922 27.325 91.086 24.929zm.693 89.994c-.6.6-6.113 4.435-12.584 5.034-6.473.599-15.221.96-20.496-3.835-.838-.84-.598-2.037 0-2.517.6-.479 1.08-.84 1.799-.84s.6 0 .959.24c2.396 1.917 5.992 3.476 13.662 3.476 7.672 0 13.064-2.158 15.461-3.955 1.08-.84 1.559-.119 1.678.359.121.48.361 1.2-.479 2.038zm-20.974-10.906c1.318-1.199 3.477-3.115 5.514-3.955 2.037-.838 3.117-.719 5.033-.719 1.918 0 3.955.119 5.395 1.079 1.438.958 2.277 3.116 2.756 4.314s0 1.917-.959 2.396c-.838.48-.959.24-1.797-1.316-.84-1.559-1.559-3.117-5.754-3.117s-5.514 1.438-7.551 3.117c-2.037 1.678-2.756 2.277-3.475 1.316-.719-.958-.481-1.916.838-3.115zm31.761.959c-4.314-.359-12.945-13.783-18.459-14.022-6.949-.24-22.053 14.501-33.918 14.501-7.19 0-9.347-1.077-11.745-2.637-3.596-2.516-5.393-6.352-5.273-11.625.12-9.349 8.869-18.098 19.895-18.218 14.023-.118 23.73 13.903 30.803 13.783 5.992-.119 17.498-11.864 23.131-11.864 5.992 0 7.672 6.232 7.672 9.947s-1.199 10.427-4.076 14.621c-2.877 4.195-4.674 5.754-8.03 5.514z"}))};Ue.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ue.defaultProps={color:"#0073BA",size:"128"};const Ye=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M49.07 32.66c-14.37-2.62-25.72.12-30.25 8-3.38 5.85-2.41 13.61 2.34 21.9a1.47 1.47 0 002.56-1.47c-4.28-7.47-5.12-14.17-2.35-19 3.76-6.51 13.89-9 27.17-6.54a1.47 1.47 0 10.53-2.9zM28.63 72.61a92.2 92.2 0 0022 17.34c20.84 12 43 15.25 54 7.79a1.47 1.47 0 00-1.66-2.43C93.11 102 72 98.92 52.07 87.39a89.27 89.27 0 01-21.26-16.77 1.47 1.47 0 00-2.18 2z"}),e.createElement("path",{fill:t,d:"M101.06 70.81c9.41-11.11 12.69-22.29 8.17-30.11-3.32-5.76-10.35-8.8-19.69-8.92a1.47 1.47 0 000 2.95c8.4.11 14.45 2.73 17.18 7.45 3.75 6.5.82 16.47-7.87 26.74a1.47 1.47 0 102.25 1.9zM76.89 33.15a92 92 0 00-26.25 10.4C29.13 56 15.09 74.29 17 87.57a1.47 1.47 0 003-.43C18.23 75.35 31.53 58 52.11 46.11A89.07 89.07 0 0177.51 36a1.47 1.47 0 10-.62-2.88z"}),e.createElement("path",{fill:t,d:"M42 96.78C47 110.51 55 119 64.05 119c6.6 0 12.7-4.5 17.46-12.42A1.47 1.47 0 1079 105c-4.28 7.12-9.53 11-14.94 11-7.52 0-14.69-7.54-19.24-20.24a1.47 1.47 0 00-2.77 1zm45-2.69a92.5 92.5 0 003.91-27.3c0-24.41-8.54-45.44-20.71-50.85a1.47 1.47 0 00-1.2 2.7c10.85 4.82 19 24.78 19 48.15a89.57 89.57 0 01-3.78 26.42 1.47 1.47 0 002.81.88zM114.71 92.65a7.05 7.05 0 10-7.05 7.05 7.05 7.05 0 007.05-7.05zm-2.95 0a4.1 4.1 0 11-4.1-4.1 4.1 4.1 0 014.1 4.1zM20.34 99.7a7.05 7.05 0 10-7.05-7.05 7.05 7.05 0 007.05 7.05zm0-2.95a4.1 4.1 0 114.1-4.1 4.1 4.1 0 01-4.1 4.1z"}),e.createElement("path",{fill:t,d:"M64.05 23.13A7.05 7.05 0 1057 16.08a7.05 7.05 0 007.05 7.05zm0-2.95a4.1 4.1 0 114.1-4.1 4.1 4.1 0 01-4.1 4.1zM65.13 71.77A5.1 5.1 0 1169 65.71a5.1 5.1 0 01-3.87 6.06z"}))};Ye.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ye.defaultProps={color:"#47848f",size:"128"};const Qe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M18 0h92v128H18V0zm37.3 36.3L47 38.5c-1 .2-1.4 1-1.4 2.2v3c0 1.4.4 2.3 1.5 2.2l2.1-.5v35c0 1.8.4 2.9 1.6 2.9h4.8c1.2 0 1.6-1 1.6-3V38.7c0-1.4-.4-2.3-1.5-2.3h-.4zm16 36.1V56.2h3.5c1.1 0 1.6-.9 1.6-2.3v-1.7c0-1.4-.5-2.3-1.6-2.3h-3.6V37.4c0-1.5-.4-2.5-1.6-2.5h-3.1c-1 0-1.5 1-1.6 2.5l-.6 12.3h-1.5c-1.1 0-1.6 1-1.6 2.4V54c0 1.4.5 2.3 1.6 2.3h1.5v16.1c0 1.8.1 3.4.4 4.8.3 1.3.7 2.4 1.2 3.2.5.8 1.1 1.5 1.9 2l2.2.9 2.3.2h3.2c1.2 0 1.8-.9 1.8-2.1v-2c0-1.1-.6-1.9-1.7-1.9h-2.2l-.8-.1-.6-.6c-.2-.2-.4-.7-.6-1.4l-.2-2.9zm9.4 15.7c0 .9 0 1.5.4 1.9.8 1.1 2.2 1.7 4 1.7h.4c1.2 0 2.2-.3 3-.9.8-.6 1.5-1.6 2-3 .6-1.3 1.1-3.2 1.6-5.7l5.6-29.3v-.9c0-1.2-.3-2-1.3-2h-2.6c-.5 0-1 .2-1.3.6-.3.4-.5 1-.6 1.7L89.3 70l-3.4-18c-.1-.7-.3-1.2-.6-1.6-.4-.3-.8-.5-1.3-.5h-4c-.9 0-1.2.7-1.2 2v.7L85 78.5l.6 3.3c0 1.4-.1 2.4-.4 3a2 2 0 01-.4.7h-.2a7 7 0 01-1.1-.2l-1.4-.4c-1.2 0-1.5 1.1-1.5 3.2zM31.3 38.8c-1 .3-1.4 1-1.4 2.2v3c0 1.4.4 2.3 1.5 2.3l2-.5v35c0 1.8.5 2.9 1.7 2.9h4.7c1.2 0 1.6-1.1 1.6-3V39c0-1.4-.4-2.3-1.4-2.3l-.5.1-8.2 2.1z"}))};Qe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Qe.defaultProps={color:"#000000",size:"128"};const Ke=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M90.1 80c.8-.5 1.7-1 2.5-1.5 5.6-4.8 3.6-13.5-5.9-25.7.2 6.1 1.2 12.4 2.2 19.1.4 2.6.8 5.3 1.2 8.1zM36 103.2c3.2 13.7 11.3 21.1 20.5 24.2 5.1.9 10.2.7 15.3-.4.8-.4 1.5-.9 2.2-1.4 2-1.3 3.7-2.8 5.3-4.3-6.5-2.8-13.1-8.2-19.3-14.6-4.8-.3-9.5-.8-13.6-1.4-4-.4-7.4-1.1-10.4-2.1zm-1.4-64.5l-.2 1.4c-1.4 7.9-1.5 15-.4 21.2 1.1-7.4 2.6-15 4.7-22.3.3-1.1.6-2.3 1-3.5h.1c1.6-5 3.4-9.8 5.5-14.3-4 5.3-7.5 11.2-10.7 17.5z"}),e.createElement("path",{fill:t,d:"M33.9 114c3.5 4.4 7.5 7.6 11.9 9.9-5.6-4.6-10-11.5-12-21.4-3.8-1.4-6.8-3.3-9.1-5.7 1.6 6.4 4.6 12.3 9.2 17.2zm-.6-47c-1.8-5.9-2.4-12.7-1.8-20.4-1.1 2.3-2.1 4.8-3.2 7.3-4.5 13.1-6.5 26.7-4.6 38.7 2.1 3.2 5.2 5.8 9.6 7.6-1.4-7.7-1.5-19.9 0-33.2zm2.2 33.8c0 .1 0 .1 0 0 3.2 1.2 6.8 2 11.1 2.5 3.5.6 7.3 1 11.3 1.3-8.3-9.1-15.6-19.8-20.3-28.6-1.1-1.6-2-3.3-2.8-5-1.1 12.2-.8 23.1.7 29.8zm51.4-28.7c-1.1-7.5-2.3-15.1-2.3-22.3C71.9 38 59.6 25.4 60.1 5.1c-.4.3-.8.6-1.1.9-2.2 1.9-4.4 4-6.5 6.3-4.5 6.4-8.1 14.6-10.9 23.5-1.6 11.6 9.6 34.3 24.5 51.7 7.2-.3 14.8-2.5 22.1-6.5-.4-2.9-.8-5.9-1.3-8.9zm10 39.7c-2.6-.5-5.2-1.4-7.8-2.6-1.3 4.1-3.4 7.9-6.4 11.4 1.1.3 2.1.6 3.1.7 4.2-2.5 8-5.8 11.1-9.5z"}),e.createElement("path",{fill:t,d:"M62.1 3.6C61 23.1 72.2 35.5 84.4 46.8 73.7 32.6 67.5 24.1 67.5.3c-1.7.9-3.5 2-5.4 3.3zm21.1 102.2c-5.3.8-10.8 1.1-16.2 1.1-1.4 0-2.9 0-4.3-.1 5.8 5.8 12 10.6 18 13 3.2-3.5 5.3-7.4 6.6-11.6-1.4-.7-2.8-1.5-4.1-2.4zm-2.4-1.6c-2-1.4-3.8-2.9-5.5-4.4-3.5-3.1-6.9-6.5-10.1-10.2-7.1.1-13.7-1.6-19.1-5.1-.8-.5-1.6-1.1-2.3-1.7 4.6 7.3 10.5 15.3 16.9 22 6.5.3 13.5.2 20.1-.6zm9.6.2c-.2 1-.4 1.9-.7 2.9 2.8 1.4 5.7 2.4 8.6 2.7 2.5-3.4 4.5-7.2 5.7-11.3-3.7 2.5-8.4 4.4-13.6 5.7z"}),e.createElement("path",{fill:t,d:"M47.2 82.8c4.7 3 10.3 4.6 16.3 4.8-12.3-14.6-21.8-32.4-23.7-45-2.3 8.9-3.1 14.4-4.4 23.6v.2c.9 2.3 2.1 5.1 3.7 8.1 2.1 3.4 4.8 6.2 8.1 8.3zm41.3.4c-6.8 3.7-13.9 5.8-20.7 6.3 2.9 3.2 5.8 6.2 8.8 8.8 2.1 1.9 4.5 3.8 7.1 5.5 1.7-.3 3.3-.6 4.9-.9 1-6.3.7-12.9-.1-19.7zm2.2 19.1c5.6-1.5 10.5-3.6 14.1-6.6 1.5-6.9 1-14.4-2.3-22.4-2.9-4.9-5.7-9.2-8.3-13 4.8 8.8 4.7 15.2-.4 19.6l-.1.1c-1.1.7-2.2 1.4-3.4 2.1.9 6.9 1.3 13.8.4 20.2z"}))};Ke.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ke.defaultProps={color:"#000000",size:"128"};const Ze=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 60.74l25.65-25.65h-51.3L64 60.74zM7.91 4.65l25.83 25.84h56.17L64.07 4.65H7.91zM67.263 63.993l28.08-28.08 27.951 27.953-28.08 28.079zM123.35 57.42V4.65H70.58l52.77 52.77zM60.74 64L4.65 7.91V120.1L60.74 64zM98.47 95.21l24.88 24.89V70.33L98.47 95.21zM64 67.26L7.91 123.35h112.18L64 67.26z"}))};Ze.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ze.defaultProps={color:"#34495e",size:"128"};const Xe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M25.6 0c-.9 0-1.6.9-1.6 2v11.2h-6.2c-2.1 0-3.7 1.3-3.7 3V24h-12c-1.1 0-2 .7-2 1.6v4.8c0 .9.9 1.6 2 1.6h12v10h-12c-1.1 0-2 .7-2 1.6v4.8c0 .9.9 1.6 2 1.6h12v10h-12c-1.1 0-2 .7-2 1.6v4.8c0 .9.9 1.6 2 1.6h12v10h-12c-1.1 0-2 .7-2 1.6v4.8c0 .9.9 1.6 2 1.6h12v10h-12c-1.1 0-2 .7-2 1.6v4.8c0 .9.9 1.6 2 1.6h12v7c0 1.7 1.7 3 3.8 3h6.3v12c0 1.1.7 2 1.6 2h4.8c.9 0 1.6-.9 1.6-2v-12h10v12c0 1.1.7 2 1.6 2h4.8c.9 0 1.6-.9 1.6-2v-12h10v12c0 1.1.7 2 1.6 2h4.8c.9 0 1.6-.9 1.6-2v-12h10v12c0 1.1.7 2 1.6 2h4.8c.9 0 1.6-.9 1.6-2v-12h10v12c0 1.1.7 2 1.6 2h4.8c.9 0 1.6-.9 1.6-2v-12h6.3c2.1 0 3.8-1.3 3.8-3v-7h12c1.1 0 2-.7 2-1.6v-4.8c0-.9-.9-1.6-2-1.6h-12V86h12c1.1 0 2-.7 2-1.6v-4.8c0-.9-.9-1.6-2-1.6h-12V68h12c1.1 0 2-.7 2-1.6v-4.8c0-.9-.9-1.6-2-1.6h-12V50h12c1.1 0 2-.7 2-1.6v-4.8c0-.9-.9-1.6-2-1.6h-12V32h12c1.1 0 2-.7 2-1.6v-4.8c0-.9-.9-1.6-2-1.6h-12v-7.8c0-1.7-1.7-3-3.7-3h-6.2V2c0-1.1-.7-2-1.6-2H98c-.9 0-1.6.9-1.6 2v11.2h-10V2c0-1.1-.7-2-1.6-2H80c-.9 0-1.6.9-1.6 2v11.2h-10V2c0-1.1-.7-2-1.6-2H62c-.9 0-1.6.9-1.6 2v11.2h-10V2c0-1.1-.7-2-1.6-2H44c-.9 0-1.6.9-1.6 2v11.2h-10V2c0-1.1-.7-2-1.6-2zM23 20a3 3 0 013 3 3 3 0 01-3 3 3 3 0 01-3-3 3 3 0 013-3zm41 4.5c14.7 0 27.5 8.1 34.3 20l-13 7.5C81.1 44.5 73.1 39.5 64 39.5c-13.5 0-24.5 11-24.5 24.5s11 24.5 24.5 24.5c9.1 0 17.1-5 21.3-12.4l12.9 7.6c-6.8 11.8-19.6 19.8-34.2 19.8-21.8 0-39.5-17.7-39.5-39.5S42.2 24.5 64 24.5z"}))};Xe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Xe.defaultProps={color:"#000000",size:"128"};const ec=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M127.28 72.53a1.46 1.46 0 00-2.13-1.34s-3.08 2.39-5.79 2.12S117.5 67 117.5 67s.58-5.55-1-6-3.56 1.45-3.56 1.45a20 20 0 00-3.61 6.17l-.32.11s.37-6.06-.05-7.44c-.32-.69-3.24-.64-3.72.58s-2.82 9.73-3 13.29c0 0-4.57 3.88-8.56 4.52s-4.94-1.86-4.94-1.86 10.84-3 10.47-11.69-8.74-5.46-9.69-4.75-5.81 3.62-7.23 11.77c0 .28-.13 1.49-.13 1.49a37.47 37.47 0 01-6.54 3.56s6.54-11-1.44-16c-3.61-2.2-6.48 2.4-6.48 2.4s10.79-12 8.4-22.16c-1.14-4.83-3.56-5.35-5.77-4.57a10.06 10.06 0 00-4.64 3.3 37.12 37.12 0 00-5.37 15.73c-1 9.41-2.5 20.78-2.5 20.78s-2.07 2-4 2.13-1.06-5.69-1.06-5.69 1.49-8.82 1.38-10.31-.21-2.29-2-2.82-3.67 1.7-3.67 1.7-5 7.65-5.47 8.82l-.27.48-.27-.32s3.56-10.42.16-10.58S37 64.81 37 64.81 33.15 71.3 33 72l-.27-.32s1.59-7.55 1.28-9.41a1.71 1.71 0 00-2.07-1.49s-2.23-.27-2.82 1.17a105.2 105.2 0 00-3 14s-5.58 4-9.25 4-3.3-2.33-3.3-2.33S27 73.09 23.37 64a6.66 6.66 0 00-6.27-3c-2.71.05-6 1.71-8.17 6.6a21.21 21.21 0 00-1.55 6.22s-2.43.48-3.71-.58-2 0-2 0-2.21 2.75 0 3.6A26.67 26.67 0 007.22 78a10.25 10.25 0 003.87 6.07c4 3 11.64-.26 11.64-.26l3.14-1.75S26 85 28.26 85.39s3.24 0 7.23-9.68C37.83 70.77 38 71 38 71l.27-.05s-1.81 9.46-1.12 12 3.72 2.29 3.72 2.29 1.65.28 3-4.4A70 70 0 0147.71 71H48s-1.12 9.71.58 12.8 6.11 1.06 6.11 1.06a30.71 30.71 0 003.56-2 12.53 12.53 0 008.82 2.55c11.54-2.27 15.64-5.33 15.64-5.33a9.52 9.52 0 008.12 5.49 13.48 13.48 0 0010.84-3.88s-.05 2.87 2.39 3.88 4.09-4.7 4.09-4.7l4.09-11.32h.37s.21 7.38 4.25 8.54 9.3-2.72 9.3-2.72a2.72 2.72 0 001.12-2.84zM13 73.58c.16-6.32 4.31-9.09 5.74-7.71s.9 4.36-1.81 6.22S13 73.58 13 73.58zm53.9-24.5s3.77-9.83 4.68-5-7.92 19-7.92 19c.1-3.21 3.24-14 3.24-14zm4.52 27.37c-2.5 6.54-8.56 3.88-8.56 3.88s-.69-2.34 1.28-8.88 6.59-4 6.59-4 3.18 2.47.69 9zm16.74-2.87s-.58-2.07 1.59-6.06 3.88-1.81 3.88-1.81 1.86 2-.27 5a6.26 6.26 0 01-5.2 2.87z"}),e.createElement("text",{fill:t,fontSize:"8.5",fontFamily:"MyriadPro-Regular, Myriad Pro",transform:"translate(108.17 88.31)"},"®"))};ec.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ec.defaultProps={color:"#dd3f24",size:"128"};const cc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M18.2 24.1L1 24v80h19.7v-.1C11 93.6 5.2 79.2 5.3 62.1 5.2 47 10 33.9 18.2 24.1zm92.9 79.8zM127 24h-16.4c6.2 9 9.6 19.3 9.1 32.1.1 1.2.1 1.9 0 4.9H46.3c0 22 7.7 38.3 27.3 38.4 13.5-.1 23.2-10.1 29.9-20.9l19 9.5c-3.4 6.1-7.2 11-11.4 16H127V24zm-16.5.1zm-45.4 1.5c-9 0-16.8 7.4-17.6 16.4H81c-.3-9-6.8-16.4-15.9-16.4z"}))};cc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},cc.defaultProps={color:"#A90533",size:"128"};const tc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M126.67 98.44c-4.56 1.16-7.38.05-9.91-3.75-5.68-8.51-11.95-16.63-18-24.9-.78-1.07-1.59-2.12-2.6-3.45C89 76 81.85 85.2 75.14 94.77c-2.4 3.42-4.92 4.91-9.4 3.7l26.92-36.13L67.6 29.71c4.31-.84 7.29-.41 9.93 3.45 5.83 8.52 12.26 16.63 18.67 25.21 6.45-8.55 12.8-16.67 18.8-25.11 2.41-3.42 5-4.72 9.33-3.46-3.28 4.35-6.49 8.63-9.72 12.88-4.36 5.73-8.64 11.53-13.16 17.14-1.61 2-1.35 3.3.09 5.19C109.9 76 118.16 87.1 126.67 98.44zM1.33 61.74c.72-3.61 1.2-7.29 2.2-10.83 6-21.43 30.6-30.34 47.5-17.06C60.93 41.64 63.39 52.62 62.9 65H7.1c-.84 22.21 15.15 35.62 35.53 28.78 7.15-2.4 11.36-8 13.47-15 1.07-3.51 2.84-4.06 6.14-3.06-1.69 8.76-5.52 16.08-13.52 20.66-12 6.86-29.13 4.64-38.14-4.89C5.26 85.89 3 78.92 2 71.39c-.15-1.2-.46-2.38-.7-3.57q.03-3.04.03-6.08zm5.87-1.49h50.43c-.33-16.06-10.33-27.47-24-27.57-15-.12-25.78 11.02-26.43 27.57z"}))};tc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},tc.defaultProps={color:"#000000",size:"128"};const lc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M116.42 5.07H11.58a6.5 6.5 0 00-6.5 6.5v104.85a6.5 6.5 0 006.5 6.5H68V77.29H52.66V59.5H68V46.38c0-15.22 9.3-23.51 22.88-23.51a126 126 0 0113.72.7v15.91h-9.39c-7.39 0-8.82 3.51-8.82 8.66V59.5H104l-2.29 17.79H86.39v45.64h30a6.51 6.51 0 006.5-6.5V11.58a6.5 6.5 0 00-6.47-6.51z"}))};lc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},lc.defaultProps={color:"#3d5a98",size:"128"};const rc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 4.55c32.832 0 59.45 26.618 59.45 59.45 0 32.832-26.618 59.45-59.45 59.45-32.832 0-59.45-26.618-59.45-59.45C4.55 31.168 31.169 4.55 64 4.55M64 0C28.71 0 0 28.71 0 64s28.71 64 64 64 64-28.71 64-64S99.29 0 64 0m10.414 12.762c-5.215-.95-17.824 18.203-21.996 29.867-.316.883-1.043 4.125-1.043 4.976 0 0 3.266 7.028 4.172 8.676-1.516-.789-4.66-6.879-4.66-6.879-1.52 2.895-2.973 16.172-2.5 18.637 0 0 3.383 5.031 4.695 6.29-1.8-.602-4.836-4.677-4.836-4.677-.57 1.754-.457 5.403-.191 6.637 2.277 3.316 5.312 3.695 5.312 3.695s-3.32 33.094 1.707 35.559c3.13-.664 3.887-36.98 3.887-36.98s3.793.285 4.644-.665c1.93-1.324 6.415-15.109 6.48-17.097 0 0-5.206.972-7.745 1.96 1.914-1.902 8.027-3.175 8.027-3.175 1.656-1.992 5.145-15.523 5.496-19.695.086-1.047.293-2.328.133-4.2 0 0-4.969 1.086-6.008.711 1.055-.117 6.133-2.07 6.133-2.07.902-8.105 1.18-21.047-1.707-21.57zM56.227 98.609c-.399 9.746-.649 12.5-1.059 14.797-.191.43-.379.5-.57-.047-1.739-7.996-1.61-68.218 18.207-95.62-11.528 21.046-16.77 61.433-16.578 80.87zm0 0"}))};rc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},rc.defaultProps={color:"#000000",size:"128"};const oc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M45.5 129c11.9 0 21.5-9.6 21.5-21.5V86H45.5C33.6 86 24 95.6 24 107.5S33.6 129 45.5 129zm0 0M24 64.5C24 52.6 33.6 43 45.5 43H67v43H45.5C33.6 86 24 76.4 24 64.5zm0 0M24 21.5C24 9.6 33.6 0 45.5 0H67v43H45.5C33.6 43 24 33.4 24 21.5zm0 0M67 0h21.5C100.4 0 110 9.6 110 21.5S100.4 43 88.5 43H67zm0 0M110 64.5c0 11.9-9.6 21.5-21.5 21.5S67 76.4 67 64.5 76.6 43 88.5 43 110 52.6 110 64.5zm0 0"}))};oc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},oc.defaultProps={color:"#000000",size:"128"};const sc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("linearGradient",{fill:t,x1:"63.997",y1:"15.543",x2:"63.997",y2:"114.424"},e.createElement("stop",{stopColor:t,offset:"0"}),e.createElement("stop",{stopColor:t,offset:"1"})),e.createElement("path",{fill:t,d:"M4.285 0c0 1.129-.457 2.234-1.254 3.031S1.129 4.285 0 4.285v5.652a4.29 4.29 0 014.285 4.285A4.29 4.29 0 010 18.508v5.648c2.363 0 4.285 1.926 4.285 4.285S2.363 32.73 0 32.73v5.648a4.29 4.29 0 014.285 4.289A4.29 4.29 0 010 46.953v5.652a4.29 4.29 0 014.285 4.285A4.29 4.29 0 010 61.176v5.652a4.286 4.286 0 014.285 4.281A4.29 4.29 0 010 75.398v5.648a4.29 4.29 0 014.285 4.283A4.29 4.29 0 010 89.617v5.652a4.29 4.29 0 014.285 4.285A4.29 4.29 0 010 103.84v5.652a4.29 4.29 0 014.285 4.285A4.29 4.29 0 010 118.063v5.652c1.129 0 2.234.457 3.031 1.254s1.254 1.902 1.254 3.031h5.652a4.29 4.29 0 014.285-4.285A4.29 4.29 0 0118.508 128h5.648a4.293 4.293 0 014.289-4.285A4.29 4.29 0 0132.73 128h5.648a4.29 4.29 0 014.283-4.285A4.29 4.29 0 0146.949 128h5.652a4.29 4.29 0 014.285-4.285A4.29 4.29 0 0161.172 128h5.652a4.29 4.29 0 014.285-4.285A4.29 4.29 0 0175.395 128h5.652a4.29 4.29 0 014.285-4.285A4.29 4.29 0 0189.617 128h5.648a4.293 4.293 0 014.289-4.285A4.29 4.29 0 01103.84 128h5.646a4.29 4.29 0 014.285-4.285 4.29 4.29 0 014.285 4.285h5.656c0-1.129.457-2.234 1.254-3.031s1.902-1.254 3.031-1.254v-5.648a4.293 4.293 0 01-4.285-4.289 4.29 4.29 0 014.285-4.285v-5.646a4.29 4.29 0 01-4.285-4.285A4.29 4.29 0 01128 95.273v-5.652a4.29 4.29 0 01-4.285-4.285A4.29 4.29 0 01128 81.051v-5.652a4.29 4.29 0 01-4.285-4.285A4.29 4.29 0 01128 66.828V61.18a4.29 4.29 0 01-4.285-4.285A4.29 4.29 0 01128 52.609v-5.652a4.29 4.29 0 01-4.285-4.285A4.29 4.29 0 01128 38.383V32.73a4.29 4.29 0 01-4.285-4.285A4.29 4.29 0 01128 24.16v-5.648a4.293 4.293 0 01-4.285-4.289A4.29 4.29 0 01128 9.941V4.285c-1.129 0-2.234-.457-3.031-1.254S123.715 1.129 123.715 0h-5.652a4.29 4.29 0 01-4.285 4.285A4.29 4.29 0 01109.492 0h-5.652a4.29 4.29 0 01-4.285 4.285A4.29 4.29 0 0195.27 0h-5.648a4.29 4.29 0 01-4.283 4.285A4.3 4.3 0 0181.047 0h-5.648a4.29 4.29 0 01-4.285 4.285A4.29 4.29 0 0166.828 0h-5.652a4.29 4.29 0 01-4.285 4.285A4.29 4.29 0 0152.605 0h-5.652a4.29 4.29 0 01-4.285 4.285A4.29 4.29 0 0138.383 0H32.73a4.29 4.29 0 01-4.285 4.285A4.29 4.29 0 0124.16 0h-5.648c0 2.363-1.926 4.285-4.285 4.285S9.938 2.363 9.938 0H4.285zm30.762 18.836H91l-3.57 16.785H48.5l-3.332 15.594h63.871l-2.738 11.189-34.152 33.215c3.094.476 6.07 1.191 9.281 1.191 7.816 0 16.801-2.383 22.875-4.883l-3.121 14.645c-8.93 4.286-14.406 4.646-19.754 4.646-5.828 0-11.426-1.906-17.141-1.906-3.215 0-7.856.239-10.715 2.141l-6.191-10.949 35.234-34.883H42.07l-7.738 36.309H17.43l17.617-83.094z"}))};sc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},sc.defaultProps={color:"#8F0000",size:"128"};const nc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M27.35 80.52l10.68-68.44c.37-2.33 3.5-2.89 4.6-.8l11.48 21.48-26.76 47.76zm75.94 16.63L93.1 34.11c-.31-1.96-2.76-2.76-4.17-1.35L24.71 97.15l35.54 19.95a7.447 7.447 0 007.18 0l35.86-19.95zm-28.85-55L66.21 26.5c-.92-1.78-3.44-1.78-4.36 0L25.7 90.95l48.74-48.8z"}))};nc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},nc.defaultProps={color:"#f58220",size:"128"};const ac=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M7.275 51.747l-3.221 2.579c-.477-1.941-.046-3.636.455-5.277 1.034-3.391 2.858-6.386 4.936-9.232.753-1.032 1.29-2.053 1.267-3.443-.085-4.919.436-9.778 2.122-14.443.86-2.379 2.022-4.592 4.008-6.514.783 3.826 1.493 7.503 3.586 10.261 1.51-1.339 3.021-2.613 4.457-3.965 8.624-8.111 18.778-13.179 30.482-14.847 14.681-2.093 28.23 1.056 40.53 9.432 1.162.792 2.496 1.333 3.763 1.962 5.825 2.893 10.222 7.198 12.976 13.119.462.991.82 2.03 1.227 3.046l.366-.063-1.584-9.499c6.35 8.911 8.353 18.801 8.895 29.179 1.186-1.655 1.177-3.615 1.819-5.49.211 1.362.475 2.719.624 4.087.586 5.377-.457 10.593-1.447 15.845-2.339 12.405-7.712 23.385-15.81 32.926-9.22 10.864-20.737 18.118-35.143 19.84-20.904 2.498-38.465-4.219-52.648-19.764C12.129 94.031 7.628 85.353 5.613 75.47c-1.524-7.481-1.157-14.921 1.326-22.198l.389-1.116c.022-.065-.016-.15-.053-.409zm94.636-9.92l.396-.342 4.464 3.447c-.059-1.046-.014-2.147-.195-3.208-.795-4.628-3.6-7.983-7.086-10.862-4.369-3.608-9.383-6.09-14.579-8.244-.511-.212-1.012-.449-1.516-.674l.062-.522 7.325-.434c-2.706-4.465-7.356-5.711-12.068-6.993l.587-.311c-9.55-2.982-19.015-3.216-28.551-.776-8.871 2.27-22.19 10.357-24.248 14.72l.6-.146c3.348-.822 6.69-1.048 10.062-.07.367.106.979-.137 1.295-.421 3.159-2.829 6.672-5.044 10.742-6.297 1.282-.395 2.604-.658 3.908-.981-.108.441-.305.621-.521.77-4.22 2.9-7.064 6.714-7.857 11.877-.043.283 0 .708.181.879 1.869 1.758 3.724 3.537 5.693 5.176.681.566 1.641.946 2.524 1.086 1.706.271 3.449.322 5.178.444 1.063.075 1.751.826 1.37 1.687-.565 1.282-1.182 2.471-2.479 3.336-2.454 1.638-4.726 3.551-7.093 5.322-.591.443-.614.845-.307 1.499.567 1.208 1.109 2.447 1.473 3.727.46 1.618.616 3.291.196 5.002-1.337-.295-2.562-.586-3.794-.831-1.238-.246-2.486-.438-3.728-.667-1.552-.285-2.876.259-3.672 1.524-.923 1.468-.938 3.002.049 4.26 2.011 2.561 4.288 4.858 6.977 6.712 2.225 1.536 4.726 2.39 7.388 1.82 1.853-.396 3.668-1.189 5.354-2.081 5.112-2.701 10.879-1.79 14.416 2.414.633.751 1.012 1.603.475 2.485-.516.847-1.382 1.046-2.377.797-1.034-.259-1.99-.081-2.924.539-2.465 1.636-4.886 3.378-7.5 4.744-4.211 2.201-8.8 2.942-13.539 2.766-.488-.016-.976 0-1.635 0 .244.289.331.412.438.515 3.423 3.319 7.347 5.87 11.876 7.363 4.987 1.644 10.084 2.317 15.258.888 5.799-1.601 10.354-5.114 14.25-9.553 1.57-1.79 2.994-3.707 4.485-5.565l.373.081-1.316 8.981c7.149-8.746 7.377-18.745 6.371-29.287 2.057 2.291 2.681 4.977 3.86 7.669 2.408-8.36 1.217-16.32-.641-24.265z"}))};ac.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ac.defaultProps={color:"#DD732A",size:"128"};const ic=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M44.44 100.63c-4.23-3.33-8.74-6.52-11.83-11.01-6.49-7.92-11.49-17.1-14.9-26.74-2.07-6.27-2.77-12.99-5.44-19.02-2.78-4.38.48-9.16 5.27-10.55 2.13-.41 5.89-2.43 1.36-.98-4.06 2.98-4.45-2.71-.29-3.07 2.84-.38 3.89-2.7 2.92-4.8-3.05-1.99 7.4-4.18 2.14-7.15-5.48-5.91 7.66-7.05 4.42-.33-.77 5.16 9.18-.95 6.87 5.01 2.35 2.86 8.8.65 8.63 4.67 3.42.24 4.6 3.11 7.8 3.33 3.33 1.5 9.36 2.69 10.49 6.44-3.3 2.61-10.95-5.4-11.31 1.84 1 10.69.74 21.7 4.65 31.88 1.85 6.16 6.33 11.01 10.38 15.81 3.88 4.7 9.12 8.01 14.48 10.8 4.69 2.21 9.75 3.68 14.87 4.6 2.07-1.59 5.74-7.48 8.97-5 .16 2.8-6.42 5.84-.31 5.54 3.59-1.08 6.08 2.77 9.04-.71 2.72 3.23 11.32-2.06 9.38 4.53-2.62 1.69-6.44.67-9.07 3-4.33-2.16-7.77 1.93-12.56 1.42-5.32.95-10.73 1.34-16.13 1.34-8.85-.7-17.89-.99-26.3-4.07-4.74-1.38-9.37-4.08-13.53-6.78zm7.47 3.24c4.63 2 9.16 4.11 14.23 4.75 8.05 1.12 16.37 2.84 24.45 1.27-3.66-1.65-7.44.64-11.08-1.18-4.37.94-9.06-.24-13.5-.82-5.05-2.25-10.5-3.8-15.23-6.72-5.91-2.16 3.06 2.77 4.65 3.17 3.69 2.1-4.06-1.08-5.16-1.95-3.09-1.74-3.49-1.37-.31.39.64.37 1.28.77 1.95 1.09zm-8.81-6.23c4.49 1.66-.02-3.16-2.07-2.88-.91-1.58-3.48-2.58-1.67-3.43-3.26 1.13-3.42-4.3-4.95-3.53-3.45-1.09-1.34-4.95-5.45-7.32-.37-2.5-4.08-4.66-5.26-8.43-.52-1.93-4.19-7.46-1.94-2.31 1.92 4.96 5.29 9.21 8.1 13.45 2.18 4.04 4.76 8.26 8.72 10.78 1.34 1.3 2.63 3.27 4.52 3.67zM30.17 83.45c.16-.68.82 1.46 0 0zm18.3 16.18c1-.44-1.43-.56 0 0zm2.44.89c-.25-1.23-1.11.69 0 0zm3.05 1.27c1.45-1.38-2.24-.87 0 0zm5.22 2.91c.89-1.3-2.82-.49 0 0zm-10.03-6.99c2.25-1.46-2.91-.02 0 0zm2.29 1.14c-.07-.77-.82.34 0 0zm11.43 7.13c1.84 1.16 10.73 2.54 5.16.48-.93.2-10.33-2.66-5.16-.48zM44.72 91.85c-.18-.77-2.85-.85 0 0zm5.32 3.1c1.39-.96-2.87-.74 0 0zm4.48 2.75c1.98-.75-3.23-.75 0 0zm-11.97-8.21c2.16 1.65 8.7.21 3.3-.99-2.45-1.31-7.99-2.2-4.22.79l.92.2zm15 9.16c.9-1.53-3.77-.88 0 0zm-4.56-3.63c5.27 1.49-4.43-3.34-1.3-.55l.7.32.6.23zm9.14 5.28c4.99.05-4.51-.68 0 0zm-21.5-13.7c-.19-.93-1.23.08 0 0zm29.94 18.44c.14-1.68-1.62 1.25 0 0zM49.15 91.82c-.3-.88-1.56-.04 0 0zm-8.04-5.8c2.86-.17-3.93-1.26 0 0zm-9.54-6.16c-.36-1.38-3.12-2.47 0 0zM56.6 95.74c-.52-.6-.25.13 0 0zm15.58 9.56c-.05-.91-.85.35 0 0zM55.22 94.32c.28-1.18-2.44-.36 0 0zm-11.6-7.36c2.13-.23-3.42-1.44 0 0zm19.63 12.2c3.32-1.32-3.24-.64 0 0zm-10.21-6.93c3.83.49-4.56-2.61-.84-.28l.84.28zm13.31 8.19c3.58-2.14 2.4 5.01 6.07.6 3.62-2.64-3.13 3.27 1.33.47 3.23-2.16 7.99 1.02 11 2.06 2.16-.11 4.27 1.87 6.49.67 4.27-1.15-8.36-1.71-5.05-3.75-3.91 1.14-6.8-1.36-8.72-3.86-4.39-1.01-9.46-3.25-11.65-7.14-.89-1.46 1.29.21-.77-2.18-2.64-2.35-3.96-5.02-5.73-7.88-2.12-1.13-2.37-4.46-2.58-.11.02-2.74-2.56-4.59-3.19-3.82-.01-2.64 2.76-1.32.82-3.27-.42-2.74-1.79-5.59-2.2-8.68-.64-1.49-.09-4.68-2.19-1.31-.76 3.57-.25-4.38.94-1.76 1.56-2.67-.56-2.36-.65-1.99 1.02-2.26.64-5.46-.27-4.24.54-2.39.86-8.8-.81-7.66 1.01-2.5 1.92-11.44-2.47-8.03-1.78.03-4.85.64-6.31 1.37 4.56 2.51-.46.91-2.32.51-.24 2.33-2.08 1.32-4.38 1.34 3.67.45-1.79 3.75-3.89 2.47-2.74 1.31 2.36 4.57.05 5.58.28 1.52-4.19-.55-3.84 2.96-2.65-1.12-.36 4.16.96 2.38 4.51 1.22 3.18 4.01 3.29 6.65-.74 1.54-3.63-3.62-.64-3.38-2.36-3.83-2.61-1.38-4.56.39-.45.13 4.99 2.53 1.57 3.72 3.01.47 3.1 3.1 3.71 4.76 1.81 1.88 1.44-2.08 3.6.18-1.37-2.02-7.25-5.68-2.52-4.51-.03-2.03-.86-3.67.6-3.63 1.44-2.6-1.51 6.42 1.73 3.11.9-.39 1.12-2.6 2.73.21 2.34 2.3.85 3.97-2.46 1.86.59 2.01 4.42 2.72 3.7 5.86.76 2.76 1.83 1.74 2.76 1.58.73 2.68 1.14.71 1.18-.57 3.34.72 2.56 2.69 3.6 4.07 2.3 1.04-3.29-7.04.66-2.43 4.16 3.75 1.56 5.32-2.17 4.72 2.36-.19 3.12 3.19 6.07 3.07 2.69 1.28 4.52 6.2-.12 4.15-1.61-1.45-7.31-3.24-2.65-.48 4.3 1.99 7.71 3.18 11.86 5.68 2.96 2.12 4.25 4.54 5.37 5.02-2.49 1.19-7.51-.95-3.78-1.61-2.33-.42-4.94-1.6-2.71 1.3 1.89 1.58 6.71 1.42 7.58 1.59-.73 1.61-1.99 1.74.03 1.86-2.25 1.22.72 1.41.93 2.1zm-4.6-13c-1.37-1.43-1.72-4.11-.24-1.78.75.3 2.43 4.38.24 1.78zm14.99 9.52c.85-.06.02.65 0 0zM59.59 83.91c-.06-2.17.49 1.67 0 0zM58.1 81.9c-1.73-3.32 2.17.95 0 0zM40.04 69.44c1.01-.27.5 1.73 0 0zm14.37 7.79c.62-2.33.73 1.96 0 0zm-10.15-7.06c-.71-1.29 1.5 1.21 0 0zm8.71 2.79c-1.63-3.65 1.16-2 .36.6l-.36-.6zM37.95 62.95c-.73-1.2-1.93-4.72-1.55-5.79.35 1.75 3.72 7.53 1.65 2.39-2.28-4.3 2.73 1.4 3.25 2.47.24 1.07-1.41-.29-.29 2.21-2.04-2.85-1.2 1.58-3.06-1.28zm-4.64-3.2c.19-2.79 1.06 1.91 0 0zm2.08.72c1-2.11 1.69 2.93 0 0zm-5.02-3.89c-1.73-1.72-2.98-3.3.08-1.07 1.18.05-2.62-3.6.28-1.16 3.06.56 1.51 5.01-.36 2.23zm2.64-.07c1-.99.53.98 0 0zm1.62.52c-1.52-2.85 1.85 1.2 0 0zm-3.22-3.08c-5.02-4.47 6.31 2.34.82.83l-.82-.83zm14.39 8.36c-2.18-1.3-.58-9.18.16-3.79 2.11-.68-.12 2.78 1.46 2.75-.24 2.18-.95 2.97-1.62 1.04zm5.33 3.15c.21-2.38.45 1.62 0 0zm-.93-.92c.24-1.01.03 1.2 0 0zM32.39 52.48c-3.23-4.45 9.38 4.51 2.07 1.13-.77-.21-1.69-.28-2.07-1.13zm10.26 5.43c-.31-3.75.68.62 0 0zm7.78 5c.6-2.14.05 1.41 0 0zM32.89 50.78c1.92-.41 7.95 3.37 2.41 1.08-.62-.69-1.93-.38-2.41-1.08zm16.47 8.21c.2-3.84 1.15-2.29.01.55l-.01-.55zm-15.05-9.55c.78-1.15-2.08-5.18.41-1.45 1.08.85 3.11 1.43 1.31 1.79 2.84 2.5-.68.68-1.72-.34zm14.24 8.35c.54-4.37.47 2.56 0 0zM32.68 45.41c.6-.26.32.79 0 0zm3.71 2.21c.96-2.01 1.77 2.23 0 0zm10.47 5.82c0-.77.2 1.12 0 0zm-.6-1.34c-1.45-3.59 1.35 1.9 0 0zm-.89-2.35c-.25-1.48.83 1.86 0 0zm1.45-2.36c-1-1.76 1.26-7.75 1.51-4.03-1.05 2.89-.3 4.51.43.63 1.36-3.06-.29 6.02-1.94 3.4zm1.49-8.91c.44-.53.1.65 0 0zM45.82 87.6c-.59-.52.07.33 0 0zm5.13 2.6c2.86.74 2.84-.44.26-.79-1.39-1.29-5.77-2.66-1.85-.16.27.65 1.09.63 1.59.95zm-10.14-6.74c1.57 1.18 5.93 3.32 2.24.45 1.24-1.44-2.38-2.21-1.18-3.18-3.06-1.87-2.41-1.7-.27-1.64-3.67-1.64.53-1.52.33-2.36-1.42-.28-7.03-2.5-3.73.18-3.36-1.71-.8.64-1.82.39-3.44-.94 3.06 2.62-.54 1.73 1.97 1.56 5.3 4 .83 1.65-.57.85 3.21 2.14 4.14 2.78zm5.37 3.09c6.53 2.1-3.2-2.58 0 0zm27.5 16.65c.08-1.3-.9 1.11 0 0zm2.82 1.19c1.51-1.46.06 2.33 2.5-.36.03-1.92-.07-3.06-2.8-.72-.75.42-1.09 2.19.3 1.08zM31.65 76.22c-.47-1.82-3.25-1.81 0 0zm3.01 1.98c-1.12-1.86-4-1.68 0 0zm17.17 10.35c1.68 1.49 7.7 1.09 2.03.18-.83-1.24-5.32-.94-2.03-.18zm23.6 14.57c2.57-2.16-2.5.97 0 0zm5.36 3.69c.02-.69-1.11.3 0 0zm.01-.97c2.86-3.03-2.77.18 0 0zM24.22 70.01c-2.43-3.47-1.51-5.03-3.86-7.87-.45-2.17-4.03-7.09-1.85-1.88 1.99 3.05 2.58 7.77 5.71 9.75zm55.68 34.87c5.26-3.4-2.15-1.48 0 0zm4.01 1.57c2.64-2.26-1.66-.47 0 0zM30.75 72.38c.76-1.12-1.94-.14 0 0zm52.33 32.99c2.55-1.64-.59-1.39-.46.15l.46-.15zM48.5 83.58c-.09-1.11-1.35.09 0 0zm2.14 1.23c-.69-1.38-1.05.21 0 0zm36.53 21.67c3.27-2.36-1.98-.45-.68.45l.68-.45zm-1.26-.6c2.67-2.23-2.8.99 0 0zm6.39 4.25c1.79-1.19-2.17-.38 0 0zM32.39 71.57c2.39.54 9.56 5.89 5.33.37-2.17-.64-.87-5.94-3.08-5 1.48 2.48 1.22 3.53-1.9 1.97-3.91-1.91-2.2.94-1.43 1.73-1.04.25 1.39.91 1.08.93zm-10.9-8.61c.43-1.77-3.95-9.75-2.07-4 .68 1.21.61 3.49 2.07 4zM41.5 75.3c-1.23-1.03-.06-.15 0 0zm3.03.71c0-1.88-3.35-.77 0 0zm26.3 16.57c-.5-1.28-1.98-.02 0 0zm1.26.93c-.18-.72-.72.14 0 0zm10.43 6.56c1-.74-1.25-.09 0 0zM26.93 64.35c2.87-1.11-3.07-.79 0 0zm41.59 26.2c-.04-1.86-1.83.46 0 0zM25.8 61.71c1.84-.62-1.71-.41 0 0zm5.34 2.59c-.03-.61-.56.23 0 0zm65.22 39.99c2.37-.48 7.77 1.21 8.64-.63-2.88-.07-9.95-2.03-10.28.46l.63.1 1.01.07zM32.84 64.73c.05-1.88-1.46-.07 0 0zm-14.05-9.75c-.64-3.58-2.43-.54 0 0zm3.35.84c.04-1.15-3.07-1.03 0 0zm1.91.94c-.55-.44-.43.57 0 0zm12.06 7.73c.57-.52-1.35-.38 0 0zm-13.33-9.85c-.33-2.71-3.88-.4 0 0zm-6.87-4.46c-.1-1.25-.67.47 0 0zm1.02-.77c-.17-1.48-.88.19 0 0zm5.65 3.37c2.39-.94-4.35-1.94-.49-.18l.49.18zm75.59 46.69c1.53-1.4-1.94-.43 0 0zm9.13 4.74c.61-1.81-1.54.23 0 0zM23.15 49.82c.26-1.75-1.89.35 0 0zm-8.03-5.38c-.43-2.47-.37-6.82 3.76-5.35-5.51 1.1 3.82 6.85 2.64 2.31 2.32.11 4.53-1.37 3.32.88 4.57-.5 7.73-4.46 12.14-3.91 3.44-.46 7.19-.8 10.89-2.18 3.04-.22 5.97-3.5 4.31-5.44-4.15-.35-8.5.17-13.08 1.08-5.08 1.06-9.7 3.06-14.83 3.93-5 .67 1 1.85-.43 2.11-2.61.9 3.11 1.52-.34 2.47-2.13-.41-4.35-1.14-3.44-3.38-4.79.62-9 2.61-5.21 7.48h.27zm11.54-5.88c1.12-4.14 6.01 3.4 1.84.55-.5-.38-1.32-.68-1.84-.55zm.22-2.01c1.62-1.2.86.68 0 0zm2.06.04c.15-1.9 4.71 1.01.75.68l-.75-.68zm2.81-1.14c1.03-1.2.3 1.07 0 0zm.72-.48c1.71-2.06 9.69-1.31 3.85-.2-1.56-1.18-2.76.7-3.85.2zm10.42-1.6c-.26-5.62 5.18 1.99 0 0zm2.96-.02c1.08-2.83 4.2-1.14.5-.57.08.3-.11 1.46-.5.57zM21.99 48.37c3.23-1.98-3.43-1.72 0 0zm2.39.66c1.13-1.2-2.46-.49 0 0zm-7.04-4.99c1.85-1.42-2.18-.54 0 0zm95.35 59.65c.05-1.65-1.41.74 0 0zM103 97.08c.28-1.9-1.24.16 0 0zm12.36 7.25c2.58.01 7.82-.8 2.2-.8-.88.13-5.13.11-2.2.8zM26.48 47.87c2.09-.14 3.27-2.3-.41-2.18-5.69-.59 5.02 1.95-.73 1.22-.77.51 1.09 1.1 1.14.96zm1.84.93c-.22-1.34-.65.71 0 0zm2.18-5.82c.9-1.12-1.26-.3 0 0zm-6.95-11.6c3.73-1.27 8.82-2.69 10.58.62-1.79-2.15-.72-4.28.97-1.12 2.39 3.19 3.59-1.45 2.03-2.52 1.77 2.2 3.79 3.24 1.19.14 2.83-3.4-5.66.45-7.59.41-.92.41-9.58 2.2-7.18 2.47zm2.19-4.18c2.13-1.6 7.35.96 4-1.59-.33-.3-7.35 1.93-4 1.59zm7.75.32c2.49.06-1.07-3.34 1.89-1.8-.49-1.59-3.45-1.89-4.9-2.52-.82 1.45 1.66 4.34 3.01 4.32zm-6.39-7.04c.86-1.16-1.51.6 0 0zm3.16.76c4.01-.53-1.02-1.72-.81-.04l.81.04zm-5.91-4.62c-2.82-3.69 5.31.62 2.44-3.24-2.41-1.92-4.73 2.16-2.44 3.24zm36.21 19.5c1.29-2.29-5.34-3.09-.87-.81.42.14.32.97.87.81z"}))};ic.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ic.defaultProps={color:"#010101",size:"128"};const hc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M12.3 64.2L76.3 0h39.4L32.1 83.6zM76.3 128h39.4L81.6 93.9l34.1-34.8H76.3L42.2 93.5z"}))};hc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},hc.defaultProps={color:"#3FB6D3",size:"128"};const zc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M116.173 64.1l1.466.472.087-.159c-.8-1.056-1.576-2.191-3.034-2.396-1.061-.149-2.147-.108-3.223-.151.035-.51-.153-.69-.66-.482-.479.196-.973.356-1.458.539-1.163.437-2.321.889-3.491 1.305-.205.073-.461-.001-.693-.007.017-.218 0-.446.057-.653.214-.779.458-1.549.678-2.326.073-.259.11-.529.164-.792l1.105.878c.225-2.741-.326-5.136-1.755-7.449l1.433.08c-.644-1.489-1.602-2.617-2.945-3.412-1.694-1.004-3.604-.986-5.477-1.138-.295-.024-.594-.003-.956-.003 1.423 2.374 2.019 6.36 1.156 7.71l-.479-.807c-1.073 1.737-2.09 3.56-3.281 5.262-1.195 1.708-2.672 3.167-4.715 4.116l.248-1.223c-.304.08-.494.149-.69.179-.509.077-1.037.252-1.526.178-.915-.14-1.809-.418-2.707-.659-.616-.166-1.223-.364-1.834-.547l.001.003-.129-.138c-.713-.499-.598-1.094-.246-1.758.241-.455.412-.947.601-1.428.428-1.093.847-2.19 1.27-3.285.422-.473.9-.907 1.25-1.427.39-.58.686-1.228.978-1.866.209-.458.493-.773.972-.975a1.46 1.46 0 00.69-.65c.246-.496.398-1.041.562-1.574.129-.424-.031-.728-.463-.869l-.53-.174c.046-.18.068-.371.145-.537 1.309-2.798 2.578-5.615 3.952-8.382 1.401-2.823 2.894-5.601 4.375-8.383.314-.591.752-1.116 1.133-1.67.663.044 1.325.115 1.988.129 2.977.062 5.679-.691 7.873-2.805 2.3-2.215 3.884-4.893 4.941-7.893l.214-.543-.416.262c-2.932 2.006-6.098 3.113-9.705 2.532.042-.116.058-.251.128-.346 1.264-1.711 2.527-3.422 3.808-5.121.453-.601.951-1.167 1.472-1.801-.324-.123-.55-.222-.784-.296-1.202-.378-2.401-.768-3.612-1.117-.515-.148-.623-.403-.406-.867.51-1.088 1.007-2.183 1.514-3.272l.567-1.013C102.818 6.79 100 6.727 97 7.099V5.323c-2 .182-2.419.288-3.519.531-1.092.24-2.189.617-3.265.934l-.159-.101 2.521-4.368c-1.306.149-2.527.224-3.72.438-2.393.428-5.106.91-7.484 1.414A61.242 61.242 0 0078 4.994V3.112c-1 .271-2.777 1.055-4.489 1.692.35-1.05.814-1.924 1.088-2.805.06-.192.104-.415.111-.624-.09-.033-.145-.106-.229-.094-.733.106-1.447.207-2.173.349-3.778.741-7.366 1.992-10.744 3.853-.384.212-.77.411-1.314.7l-.256-4.037c-2.035.718-3.987 1.66-5.394 3.466l-.801-3.114-.007-.243-.037-.116-.061.069c-.175.202-.368.391-.522.608-1.603 2.258-2.446 4.78-2.602 7.539l-1.29-2.83-1.817 8.597-3.064-3.904a36.03 36.03 0 00-2.071 8.766l-2.152-2.427c-1.436 4.394-2.656 8.712-3.108 13.274-1.082-.659-1.744-1.526-2.197-2.582-.654-1.521-.813-3.113-.75-4.745.009-.248-.024-.497-.037-.746l-.182.002c-2.136 7.443-2.69 15.056-2.403 22.787l-2.648-5.041-.178.015c-.179 1.949-.392 3.895-.522 5.847-.081 1.206.121.992-1.032 1.279-3.628.905-7.076 2.207-10.091 4.492-.19.144-.424.229-.638.342l.218.205 3.087 1.154c-1.331 1.479-2.647 2.872-3.88 4.335-1.249 1.482-2.21 3.148-2.933 5.048.691-.288 1.252-.547 1.832-.755.551-.199 1.122-.345 1.683-.514-1.1 1.13-1.926 2.368-2.609 3.694-2.427 4.715-3.288 9.827-3.577 15.037-.188 3.369-.093 6.754.475 10.102.097.571.221 1.138.332 1.707l.25.044 1.505-3.558c.684 3.814.814 7.624.773 11.445l.163.099 1.361-1.659c.188.386.294.542.341.714.714 2.582.905 5.227.714 7.877-.099 1.382-.077 2.723.236 4.062.77 3.284 2.396 6.116 4.642 8.597.447.495 1.069.835 1.622 1.23.262.186.426.116.403-.233l-.053-.029.054.028 1.053.343 1.703.594.078-.16-1.09-2.272-.093-.133.048-.032.048.163c.078.023.18.022.231.072 1.063 1.04 2.415 1.579 3.737 2.171.368.877.972 1.561 1.676 2.161l1.19-.826c.164.203.301.355.417.521.984 1.409 2.332 2.07 4.049 2.001 1.079-.043 2.159-.065 3.239-.09 3.717-.087 7.435-.158 11.151-.262 2.574-.072 5.147-.178 7.72-.29 1.197-.053 2.392-.156 3.703-.243-1.928-5.083-5.942-7.769-10.392-9.673l3.814-1.039c5.522 3.064 11.615 5.078 16.597 9.138l.234-.121-.442-4.497c.308.21.636.418.948.649 1.221.903 2.438 1.813 3.656 2.72l.226.104.084.157c1.831 1.573 3.78 2.779 6.351 2.725 3.55-.075 7.104.002 10.657-.02.271-.001.654-.192.792-.415.8-1.285 1.588-2.582 2.296-3.92 1.776-3.357 3.507-6.738 5.258-10.109l.501-.945c-.789.236-1.471.574-2.148.92-.735.375-1.466.758-2.199 1.137l-.065.055.049-.072c.077-.233.114-.49.238-.695 1.597-2.64 3.143-5.314 4.832-7.895 1.677-2.564 3.631-4.961 4.663-7.897.471-1.342.843-2.718 1.26-4.079l-.019-.016-.122.006c-.75.527-1.463 1.117-2.257 1.565-.956.54-1.98.959-2.975 1.431l-.029.052-.023-.023.052-.028.167-.59.767-2.929c-.307-.018-.436.041-.562.104-2.146 1.086-4.256 2.251-6.445 3.24-3 1.356-5.807 3-8.361 5.074-.863.701-1.688 1.448-2.548 2.189l-.195-.136c-.847-.76-1.69-1.525-2.539-2.283-.532-.476-1.072-.941-1.608-1.413 1.849-2.37 3.333-4.953 4.229-7.822.577-1.848.939-3.763 1.397-5.649l.528-.159c1.439-.516 2.903-.943 4.451-.839.667.045 1.325.236 1.987.361l-.5-1.121-.05-.059.035.01.018.046c.12.024.249.028.357.077 1.15.52 2.272 1.106 3.447 1.559 1.929.742 3.939 1.094 6.018.99.279-.014.478-.039.262-.376.198.052.401.088.592.16 1.534.579 3.131.865 4.752.686 1.493-.165 2.698-.907 3.365-2.371l.475.222c.411-1.152.049-2.229-.161-3.319-.036-.188-.036-.467.075-.585.402-.433.858-.816 1.316-1.238l.281.645c.642-1.068.658-2.241.735-3.546l.618.76.241-.096c-.193-.949-.209-1.983-.622-2.825-.576-1.176-.609-2.122.164-3.21.458-.644.65-1.477 1.054-2.446.074.199.093.312.154.394.048.064.148.089.261.151-.057-1.719-.838-3.115-1.708-4.6z"}))};zc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},zc.defaultProps={color:"#008CBA",size:"128"};const mc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M0 64.5L60.7 3.8v30.4L30.4 64.5l30.4 30.4v30.4L0 64.5zm39.1 0l21.7-21.7v43.4L39.1 64.5zm88.9 0L65.1 3.8v30.4l30.4 30.4-30.4 30.3v30.4L128 64.5z"}))};mc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},mc.defaultProps={color:"#000000",size:"128"};const pc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M94.3 3.9H33.7C17.1 3.9 3.5 17.5 3.5 34.1v60.6c0 16.6 13.6 30.2 30.2 30.2h60.6c16.6 0 30.2-13.6 30.2-30.2V34.1c0-16.6-13.6-30.2-30.2-30.2zM68.9 104.7c-22.4 3-44.2-12.9-46.6-34.1-2.8-24.8 13.4-44.8 38.2-46.4 10.8-.7 21.8-.4 32.7 0 1.8.1 8.2.1 8.2.1v3.1c.2 3.3-.9 8-3.3 9.9-3.7 2.9-8.7 4.7-13.4 5.4-6.2.9-12.5.1-18.8.3-13.9.3-22.8 6.4-24.6 16.9-1.8 10.6 1.5 19.1 11.6 23.9C64 89.1 75.3 86 85.2 73.9 72.7 71.5 56.7 77.8 55 56.8h50.4c4.1 25-10.9 44.4-36.5 47.9z"}))};pc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},pc.defaultProps={color:"#E77500",size:"128"};const vc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 0C28.7 0 0 28.7 0 64s28.7 64 64 64 64-28.7 64-64S99.3 0 64 0zM13.2 64L64 114.8c-28.1 0-50.8-22.7-50.8-50.8zm62.2 49.5l-60.9-61C19.7 30 39.9 13.2 64 13.2c16.6 0 31.3 7.9 40.5 20.2L97 40.6c-7.3-10.4-19.3-17.1-33-17.1-17.6 0-32.5 11.2-38.1 26.8C33.1 57 75.4 98.8 78.1 102c12.7-4.7 22.3-15.5 25.4-28.9H81.9v-9.4l33 .2c-.1 24.3-16.9 44.5-39.5 49.6z"}))};vc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},vc.defaultProps={color:"#64328B",size:"128"};const gc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:"none",stroke:t,strokeWidth:"1.005",d:"M81.602 11.602c-3.363-3.633-7.77-6.235-12.45-7.899-3.437-1.223-6.883-1.63-10.492-1.868-.904-.06-1.81-.083-2.716-.068-2.692.047-5.306.468-7.81 1.48-4.555 1.831-8.599 4.87-12.322 8.167C29.617 16.906 24.5 23.528 20.86 30.836c-3.433 6.891-5.94 14.363-7.683 21.906-2.789 12.105-1.313 24.637 2.187 36.403 1.926 6.468 4.462 12.926 8.477 18.332 4.153 5.594 9.456 10.69 15.882 13.636 4.031 1.848 8.42 3.282 12.782 4.13 5.286 1.03 10.445 1.316 15.71.597 5.11-.699 8.595-2.192 12.216-4.328 10.578-6.242 21.66-17.087 24.78-35.665.966-5.734 1.41-11.882.055-22.39-.715-5.55-2.4-15.062-4.698-20.25l-.527-.543c-.239.101-.485.73-.813 2.07-.41-.474-.818-.95-1.227-1.424v1.42l2.293 9.474-.796 3.921-3.115.38-1.242.963-3.523.621-.199 2.989-.996.597-3.79-4.585-1.394-3.192-.797-2.59-1.797.797-.797 1.395 3.79 3.391-4.864 1.444-4.512-1.245-15.155 7.976-4.786-7.378-1.593-1.594L47.15 56.7l3.187-8.18-3.187-5.184 13.307-11.48L46.95 42.937l-2.595-6.581 2.794-1.395 5.58-.796 10.372-12.767 5.782.797 3.79-1.992 2.791-.598-4.385 9.57-4.237.494 4.037.104 1.196 1.797 3.788 1.793 2.992.403 4.985-2.395 2.885-1.149m-2.419-2.806l-.852.205-1.893.342-1.875.105-.631-.686-.598-1.596.539-1.103.853-2.441.145-.237v0l.858-1.403 4.386 2.395 3.917 1.19c-.113-.457.494-.772.405-1.239-.043-.224-.247-.518-.441-.796-.14-.2-.223-.418-.29-.569-.275-.609 1.872 3.277 1.504 2.691-1.763-2.81-4.257-5.659-6.095-8.458m4.916 8.371l.259.43.411-.226zm.937.245l-.678.185-4.495 2.464m4.734 2.544l2.746-.29m6.592 11.241l-.84.14 1.89 1.948c.084-.036.167-.009.252.083-.437-.724-4.427-1.65-1.302-2.17zm1.302 2.171l.275.46a1.684 1.684 0 00-.275-.46zM66.842 29.67l-3.74-.095-2.646 2.282 2.047-1.68z"}),e.createElement("path",{fill:"none",stroke:t,strokeWidth:".242",d:"M84.238 16.215l4.59 5.781 1.195 1.996L81.25 21l.996-2.793zm0 0"}),e.createElement("path",{fill:"none",stroke:t,strokeWidth:".242",d:"M84.442 53.308l.996 2.392-.598 1.597-2.992-1.797.797-1.395zm4.585-10.968l3.192-2.793 1.793-.2.597.997-2.789 2.992-1.597.598zm5.77-13.832l-9.758 2.465-6.383 2.59-5.582-1.594-1.996-2.395 5.184-11.765 4.86-6.016 3.183-1.262 3.523.696 3.656 5.363 3.829 2.562-.442.778-5.644-1.922-4.989-2.192-4.785 7.38-.996 2.59.797 2.394 12.965-2.196 1.383 1.153zm3.801 1.465l2.285 2.925 1.441.043 5.332 5.926 1.325 1.61 2.382-1.528 2.79-6.183 1.55-4.914.211-4.118-1.277-1.539h-4.473l-3.39.801s-2.79 1.395-1.993 1.395c.797 0 4.586 1.195 4.586 1.195l1.598 1.2.398 1.792-2.195 4.387-.996 1-4.586-2.992-1.398-1-1.395-.2z"}),e.createElement("path",{fill:"none",stroke:t,strokeWidth:".242",d:"M96.734 53.29c-.058-.458-3.136 0-3.136 0s-.535 1.835.246 1.835c.785 0 2.953-1.375 2.89-1.836zm0 0"}),e.createElement("path",{fill:t,d:"M100.797 42.277c.45-.718 1.543-.629 3.332.48 1.457.86 3.375 1.036 5.433 1.18 3.368.231 3.102-.273 1.52-1.863l-1.906-1.71s.699.406 1.863-.669c1.559-1.441 4.543-8.062 5.074-12.828.598-4.836-.199-5.562-5.363-4.969-2.117.266-4.672.891-5.73 1.551 0 0-1.512.758-1.282 1.188.235.43 2.246.64 2.246.64 3.774.594 4.805 1.844 4.805 3.235 0 1.457-1.96 5.043-2.887 5.043-.332 0-1.523-.93-2.648-1.989-2.25-2.183-3.461-2.468-5.64-1.824-1.223-.336-3-.512-4.434-1.336-.352-.199-.125-.484-.825-1.36-1.253-1.577-2.21-1.437-3.535-1.108-2.713.49-2.238-.115-.438-1.088 1.374-.743 1.165-.498-1.612-4.143l-2.782-3.773 3.309 1.656c3.379 1.722 6.289 2.183 6.953 1.125.266-.332-.664-1.192-2.055-1.852-1.324-.664-2.91-2.187-3.507-3.312-.66-1.192-1.524-2.582-1.918-3.113-.997-1.126-4.461-1.731-6.325-1.028-1.898.719-3.074 2.653-4.597 4.649-1.29 1.683-2.004 2.957-2.606 3.98-1.238-.293-3.36.61-4.219 1.406-1.457 1.325-1.789 1.39-4.636.66-2.844-.792-3.176-.726-4.7.665-.859.859-3.246 3.84-5.296 6.62-1.989 2.844-3.84 5.165-4.04 5.231-.199 0-1.59.133-3.046.262-1.457.133-3.442.531-4.434.93-1.59.593-1.723.859-1.258 2.582.328.992 1.785 4.039 3.309 6.687l2.715 4.766-1.657 3.972c-.925 2.188-1.523 4.239-1.324 4.504.2.332 2.121.793 4.305 1.059l3.973.465 3.046 4.566c2.848 4.305 3.356 4.547 4.368 4.04.343-.169 1.988-1.325 4.172-2.384 2.187-1.125 5.164-2.78 6.62-3.773 2.063-1.36 4.15-1.824 5.255-1.402.671.253.98.832.707 1.734-.579 1.855-.551 3.012-.293 4.219.453.48 1.035.703 1.882 1.273 2.922 1.797 4.04 1.922 4.106 0v-1.453l.726 1.52c1.059 2.187 2.782 1.59 3.047-1.125.2-1.59-.199-2.649-1.257-3.774-.797-.86-1.211-1.988-.88-1.988.665 0 2.93 3.047 2.93 3.844 0 .261.399.527.926.527.996 0 1.723-1.39 1.723-3.309 0-.734 1.976-1.144 3.82-1.797.492-.175.488-.421.957-.746.89.188.598.2 1.262.153.988-.07 1.43-.348 1.707-.79 1.39-2.25 1.59-5.097.531-7.613-.531-1.324-.992-4.074-.926-5.265 0 0 .063-.785.352-1.567m-7.703 8.75c0-1.324-.266-1.324-2.649-.062-1.125.594-1.984 1.52-1.984 2.117 0 1.523 1.918 3.508 3.375 3.508.664 0 3.848.597 4.719.605-.02.254-.387.477-.63.551-1.003.32-2.64.145-3.23.035-1.058-.133-1.191.2-1.125 2.121.133 1.258 0 1.852-.265 1.325-.196-.532-1.125-1.723-2.118-2.649-1.058-.992-1.789-2.582-1.918-3.973-.332-3.113-1.656-5.496-4.304-7.746-2.781-2.32-3.84-4.172-3.313-6.027.266-1.059.864-1.457 2.121-1.457 2.25-.066 6.489-1.984 9.204-4.238 3.574-3.11 2.382-3.243-1.856-.262-3.508 2.45-4.5 2.844-8.473 3.043l-4.437.332 2.183-2.25c1.126-1.191 2.122-2.383 2.122-2.648 0-1.391 6.09-3.973 10.66-4.504 6.488-.727 6.816-.66 7.215 1.523.464 2.516 1.921 3.113 1.523.598-.266-1.79-.266-1.79.727-.598.597.727 1.062 2.05 1.062 2.98 0 .926.2 2.383.395 3.176.332 1.13 0 1.457-1.72 1.856l-2.187.465.465 3.906c.2 2.117.86 4.965 1.39 6.355.993 2.317.794 6.422-.331 7.153-.266.195-1.918.129-3.574-.067-2.715-.398-3.047-.597-3.047-2.187m-4.965-44.032c.594.266 1.656 1.59 2.316 2.981.73 1.39 1.989 2.98 2.782 3.508.812.578 2.918 1.402 2.796 1.515-.254.239-4.082-.96-6.504-2.308-1.855-1.059-3.773-1.79-4.238-1.59-.531.133-2.05 2.055-3.508 4.305-2.914 4.504-3.445 8.011-1.324 8.738 1.258.398 10.59-1.809 12.117-2.05 1.102-.177 2.516.925 2.516 1.722 0 .265-1.988.66-4.371.86-2.848.265-5.43.991-7.352 2.116-3.441 1.922-5.425 2.055-8.14.664-2.715-1.39-2.582-2.847 1.324-10.66 4.3-8.804 7.348-11.386 11.586-9.8zm-.332 8.012c2.847 4.305 2.847 4.106.86 3.578-2.91-.863-5.196-2.21-5.743-2.574.473-1.043 1.64-3.453 2.434-3.453.464 0 1.523 1.125 2.449 2.45zm-12.578 1.125c0 .133-.73 1.856-1.657 3.91-1.523 3.243-1.921 3.641-4.171 4.04-1.325.195-3.313.394-4.438.394-1.586 0-3.11 1.059-7.281 5.164-2.914 2.848-6.227 5.828-7.352 6.621l-2.05 1.39-1.192-2.648c-1.457-3.242-1.059-3.773 3.508-4.172 3.773-.328 4.172-.593 7.219-5.03 1.125-1.657 3.175-4.305 4.632-5.891 2.254-2.582 2.715-2.848 3.973-2.122 2.121 1.125 4.504.864 6.227-.593 1.453-1.192 2.582-1.657 2.582-1.063zm11.851 3.246l2.91.926-2.25 1.125c-1.191.598-3.242 1.262-4.566 1.457-2.98.465-3.578-.46-2.254-3.574.547-1.387.914-1.703 1.223-2.207.344.129 3.347 1.742 4.937 2.273zm29.492 1.414c.133 2.317-.824 5.34-2.148 8.586-2.05 5.164-4.094 7.172-5.289 5.051-.688-1.203-2.285-3.617-4.953-5.805-.203-.168-.461-.433-1.031-.562-.836-.195-1.067.133-1.282-.031-1.12-1.496-1.086-2.164.371-2.23.797 0 1.989.597 2.649 1.39.598.73 1.922 1.789 2.848 2.25 1.59.863 1.855.797 3.246-.66 1.058-1.125 1.66-2.73 1.765-4.758.102-1.996-.64-3.121-4.02-3.852-.991-.195-2.952-.172-2.687-.37.594-.595 6.332-1.813 8.25-1.747 1.524.133 2.219-.027 2.281 2.738zm-41.609 7.922c1.258.598 2.715 1.059 3.242 1.059 1.723 0-.328 2.45-3.11 3.707-1.39.598-2.515 1.324-2.515 1.59 0 .265 1.325.73 2.977.992 2.648.332 2.98.598 2.648 1.723-.66 2.12.797 4.77 4.04 7.55 2.581 2.118 2.913 2.649 2.12 3.375-.664.66-1.656.793-3.84.399l-2.98-.531.2-3.442c.199-3.777-.798-4.703-1.458-1.39-.992 5.03-.398 5.957 4.305 6.82 1.324.195 3.043 1.125 3.84 1.984l1.457 1.59-1.922.66c-1.125.399-2.25.465-2.516.133-1.39-1.191-4.703-1.191-6.554 0l-1.922 1.258-2.649-2.117c-3.707-2.848-4.171-3.575-5.43-7.547-.925-3.18-1.917-4.703-2.581-4.04-.133.133.332 2.051 1.125 4.368 1.261 3.906 3.047 6.293 6.82 9.008.73.527 1.191 1.058.996 1.257-.465.395-8.476 4.434-8.875 4.434-.2 0-1.59-1.918-3.11-4.3-2.386-3.712-3.046-4.305-4.835-4.372-1.125-.066-2.848-.265-3.84-.531l-1.723-.395 1.59-3.843 1.656-3.84-1.457-2.317c-.86-1.457-1.191-2.714-.925-3.441.46-.996.593-.93.925.395.532 2.054 1.59 1.921 1.723-.2 0-.925.926-2.515 1.918-3.507 1.062-.993 1.723-1.458 1.457-.993-.461.926.2 2.848.992 2.848.332 0 .598-.996.598-2.188 0-1.519.726-2.91 2.648-5.097 2.25-2.582 2.582-2.781 2.649-1.524 0 .864.398 1.524.86 1.524.597 0 .796-.594.597-1.918l-.266-1.988 3.84-.2c3.047-.132 4.039.067 4.437.864.332.593 1.59 1.586 2.848 2.183zm18.754 20.735c-.05.343.078.793.223 1.058.68 1.23 2.64.817 4.195-.937.93-.992.93-1.258.133-1.586-.93-.41-3.7-.035-4.137.414-.266.27-.363.707-.414 1.05zm12.96-17.094c.727.93 1.985 2.715 2.849 3.906 0 0 .554.692 1.199 1.32.64.63 1.37 1.2 1.37 1.2s-1.066.05-3.366-.598c-5.282-1.488-5.625-2.25-5.23-3.84.331-1.258.464-1.258 2.187.395.926.93 1.984 1.457 2.183 1.195.727-.664-2.847-4.105-3.906-3.71-.926.331-1.758-2.145-1.527-3.278.062-.305.37-.317.781-.137.82.352 1.965 1.68 3.46 3.547zM99.759 41.3a.793.793 0 01-.926 0c-.2-.266 0-.465.465-.465.46 0 .66.2.46.465zm-9.07 13.773c0 1.719-.926 2.184-1.657.992-.594-.93.067-2.648.996-2.648.328 0 .66.727.66 1.656zm5.507-1.535c0 .367-2.101 1.617-2.379.84-.285-.8.301-1 1.024-1.066.762-.07 1.355-.137 1.355.226zm-11.278 1.775c.237.9.61 1.75-.784.752-1.058-.756-1.617-1.245-1.086-1.776.726-.727 1.257-1.309 1.87 1.024z"}),e.createElement("path",{fill:t,d:"M94.133 37.988c.992.996 2.05 1.59 2.25 1.325.66-.66-1.723-3.11-2.98-3.11-.727 0-.532.461.73 1.785zm-4.305 2.516c-1.457 1.39-1.656 1.988-1.125 2.98.395.73 1.192 1.325 1.719 1.325 1.39 0 5.098-3.774 4.77-4.832-.532-1.524-3.446-1.258-5.364.527zM94 40.176c0 .328-.465.66-.996.66-.527 0-1.258.598-1.652 1.324-.399.73-1.063 1.125-1.457.93-.465-.332-.133-1.063 1.058-2.055 1.918-1.59 3.047-1.918 3.047-.86zM37.371 101.73c-3.172 0-5.648-.785-7.434-2.351-1.78-1.567-2.671-3.79-2.671-6.676 0-2.121.328-4.082.98-5.887.656-1.8 1.606-3.375 2.852-4.714 1.238-1.329 2.754-2.368 4.55-3.122 1.797-.75 3.82-1.125 6.067-1.125 1.347 0 2.695.16 4.039.485 1.344.324 2.719.851 4.121 1.586l-.695 3.492h-.282c-1.14-1.074-2.386-1.848-3.73-2.328-1.344-.477-2.79-.719-4.336-.719-1.7 0-3.187.336-4.465 1.008a9.883 9.883 0 00-3.23 2.672c-.856 1.09-1.5 2.363-1.938 3.816a15.143 15.143 0 00-.656 4.39c0 2.216.605 3.923 1.812 5.13 1.211 1.207 3.004 1.808 5.372 1.808 1.039 0 2.015-.097 2.93-.285.91-.191 1.769-.437 2.57-.734l1.3-5.89h-6.136l.59-2.579h9.206l-2.285 9.875-1.84.75c-.546.219-1.23.45-2.054.688-.711.203-1.446.375-2.203.507-.758.133-1.567.203-2.434.203zm23.781-.03c-2.914 0-5.203-.755-6.859-2.266-1.66-1.508-2.488-3.649-2.488-6.418 0-2.125.316-4.102.957-5.938.636-1.832 1.554-3.437 2.75-4.82 1.183-1.36 2.644-2.434 4.375-3.223 1.73-.785 3.66-1.18 5.793-1.18 1.328 0 2.586.16 3.77.485 1.187.324 2.402.84 3.648 1.539l-.696 3.46h-.23a17.59 17.59 0 00-1.027-.948c-.348-.293-.864-.618-1.555-.965-.567-.301-1.242-.551-2.024-.75-.785-.203-1.648-.301-2.597-.301-1.442 0-2.766.3-3.969.902a9.526 9.526 0 00-3.14 2.528c-.864 1.05-1.544 2.328-2.04 3.832a15.356 15.356 0 00-.742 4.804c0 2.121.55 3.774 1.656 4.954 1.102 1.18 2.692 1.77 4.774 1.77.98 0 1.91-.11 2.789-.333a13.118 13.118 0 002.402-.844 14.688 14.688 0 001.809-1.004c.535-.347.996-.671 1.375-.972h.219l-.727 3.554c-1.082.547-2.328 1.04-3.734 1.477-1.407.437-2.903.656-4.489.656zm22.129 0c-2.914 0-5.203-.755-6.86-2.266-1.66-1.508-2.487-3.649-2.487-6.418 0-2.125.32-4.102.957-5.938.64-1.832 1.554-3.437 2.75-4.82 1.187-1.36 2.644-2.434 4.375-3.223 1.73-.785 3.66-1.18 5.793-1.18 1.328 0 2.586.16 3.773.485 1.184.324 2.398.84 3.645 1.539l-.696 3.46h-.23a17.59 17.59 0 00-1.028-.948c-.347-.293-.863-.618-1.554-.965-.567-.301-1.242-.551-2.024-.75-.78-.203-1.648-.301-2.597-.301-1.442 0-2.766.3-3.97.902a9.473 9.473 0 00-3.136 2.528c-.867 1.05-1.547 2.328-2.043 3.832-.492 1.504-.738 3.105-.738 4.804 0 2.121.55 3.774 1.652 4.954 1.102 1.18 2.692 1.77 4.774 1.77.98 0 1.91-.11 2.789-.333a13.118 13.118 0 002.402-.844 14.688 14.688 0 001.809-1.004 18.12 18.12 0 001.375-.972h.218l-.726 3.554c-1.082.547-2.328 1.04-3.734 1.477-1.407.437-2.903.656-4.489.656zm0 0"}),e.createElement("path",{fill:"none",stroke:t,strokeWidth:".242",d:"M91.488 52.99c-.21-.942-3.783.705-3.819 1.725-.035 1.023 3.339 3.599 3.534 2.704.195-.89.496-3.492.285-4.43z"}))};gc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},gc.defaultProps={color:"#000000",size:"128"};const wc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M36.4 54.4c-1.1 0-2.2-.6-2.7-1.6l-.8-1.6-.3 1.8-.1.8c0 3.3 2.6 5.9 5.9 5.9 3.3 0 5.9-2.6 5.9-5.9 0-3.1-2.5-5.7-5.6-5.9l-1.7-.1 1.4 1.1c.7.6 1.2 1.5 1.2 2.4-.1 1.7-1.5 3.1-3.2 3.1zM35.9 41c5 0 9.3 3.4 10.6 7.9.8-2.2 2.1-4.1 3.8-5.6C34 42.3 27 27.8 27 27.8l-.4 18.3c1.9-3 5.3-5.1 9.3-5.1zm25.8 21c3.7 0 6.7-3 6.7-6.7 0-3.6-2.8-6.6-6.4-6.7l-1.5-.1 1.2.9c.9.7 1.4 1.8 1.4 3 0 2.1-1.7 3.8-3.8 3.8-1.4 0-2.7-.8-3.4-2l-.7-1.3-.2 1.5-.1.9C55 58.9 58 62 61.7 62zm64.3 47.2c-.4-1.4-.8-2.8-1.2-4.1-2.5-9-4.4-16-12.3-15.3-1.2.1-2.2.5-3.1 1.1l-7.9-5h-.3l-.6-1.9-1.2.8c-2.5-1.6-5.3-3-8.1-4.3 9-10.7 13.9-29.6 10.5-60.5-.3-2.7-1.8-3.1-2.8-.2-.8 2.5-6.1 18.3-33.4 22.7 3.6 2.3 6 6.3 6 10.9 0 7.2-5.8 13-13 13-6.1 0-11.3-4.3-12.6-10-1.7 4-5.6 6.8-10.2 6.8s-8.5-2.8-10.2-6.8c-.1.2-.2.4-.3.5-.1-.2-.3-.4-.4-.7-5.4-7.4-14-10.4-19.3-6.6C.3 53.5.4 62.6 5.8 70c4.5 6.2 11.2 9.3 16.4 7.9 15.1 11.2 43 20.9 61.7 9 3.7 2.1 7.9 4.1 11.8 5.5v.1l.4 1.2 1.6-.6.2.2 8.8 3.2c.1 2.8 1.8 5.9 5.4 7.3 6.7 2.6 13.1 5.8 13.1 5.9l1 .5-.2-1zM5 57.1c0-3.2 2.2-5.8 4.8-5.8 2.7 0 4.8 2.6 4.8 5.8 0 3.2-2.2 5.8-4.8 5.8-2.7 0-4.8-2.6-4.8-5.8zm36.6 18.6c18.3 3.7 27.7.3 33.1-4-1.4-1.9-3.9-3.9-3.9-3.9s6.4 1.8 8.7 4.7c1 1.3 1.3 2.4 1.2 3.5-3.2-1.1-5.6-1.8-6.1-2-2-.9-3.9-.3-4.4 1.2-.4 1.1-.1 2.4.9 3.4-6.3 2.9-16.6 1.7-29.5-2.9z"}))};wc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},wc.defaultProps={color:"#716955",size:"128"};const fc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M124.742 58.378L69.625 3.264c-3.172-3.174-8.32-3.174-11.497 0L46.685 14.71l14.518 14.518c3.375-1.139 7.243-.375 9.932 2.314a9.66 9.66 0 012.293 9.993L87.42 55.529c3.385-1.167 7.292-.413 9.994 2.295 3.78 3.777 3.78 9.9 0 13.679a9.673 9.673 0 01-13.683 0 9.677 9.677 0 01-2.105-10.521L68.578 47.933l-.002 34.341a9.708 9.708 0 012.559 1.828c3.779 3.777 3.779 9.898 0 13.683-3.779 3.777-9.904 3.777-13.679 0-3.778-3.784-4.088-9.905-.311-13.683.934-.933 1.855-1.638 2.855-2.11V47.333c-1-.472-1.92-1.172-2.856-2.111-2.861-2.86-3.396-7.06-1.928-10.576L40.983 20.333 3.229 58.123c-3.175 3.177-3.155 8.325.02 11.5l55.126 55.114c3.173 3.174 8.325 3.174 11.503 0l54.86-54.858c3.175-3.176 3.178-8.327.004-11.501z"}))};fc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},fc.defaultProps={color:"#F34F29",size:"128"};const uc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 5.103c-33.347 0-60.388 27.035-60.388 60.388 0 26.682 17.303 49.317 41.297 57.303 3.017.56 4.125-1.31 4.125-2.905 0-1.44-.056-6.197-.082-11.243-16.8 3.653-20.345-7.125-20.345-7.125-2.747-6.98-6.705-8.836-6.705-8.836-5.48-3.748.413-3.67.413-3.67 6.063.425 9.257 6.223 9.257 6.223 5.386 9.23 14.127 6.562 17.573 5.02.542-3.903 2.107-6.568 3.834-8.076-13.413-1.525-27.514-6.704-27.514-29.843 0-6.593 2.36-11.98 6.223-16.21-.628-1.52-2.695-7.662.584-15.98 0 0 5.07-1.623 16.61 6.19C53.7 35 58.867 34.327 64 34.304c5.13.023 10.3.694 15.127 2.033 11.526-7.813 16.59-6.19 16.59-6.19 3.287 8.317 1.22 14.46.593 15.98 3.872 4.23 6.215 9.617 6.215 16.21 0 23.194-14.127 28.3-27.574 29.796 2.167 1.874 4.097 5.55 4.097 11.183 0 8.08-.07 14.583-.07 16.572 0 1.607 1.088 3.49 4.148 2.897 23.98-7.994 41.263-30.622 41.263-57.294C124.388 32.14 97.35 5.104 64 5.104z"}),e.createElement("path",{fill:t,d:"M26.484 91.806c-.133.3-.605.39-1.035.185-.44-.196-.685-.605-.543-.906.13-.31.603-.395 1.04-.188.44.197.69.61.537.91zm2.446 2.729c-.287.267-.85.143-1.232-.28-.396-.42-.47-.983-.177-1.254.298-.266.844-.14 1.24.28.394.426.472.984.17 1.255zM31.312 98.012c-.37.258-.976.017-1.35-.52-.37-.538-.37-1.183.01-1.44.373-.258.97-.025 1.35.507.368.545.368 1.19-.01 1.452zm3.261 3.361c-.33.365-1.036.267-1.552-.23-.527-.487-.674-1.18-.343-1.544.336-.366 1.045-.264 1.564.23.527.486.686 1.18.333 1.543zm4.5 1.951c-.147.473-.825.688-1.51.486-.683-.207-1.13-.76-.99-1.238.14-.477.823-.7 1.512-.485.683.206 1.13.756.988 1.237zm4.943.361c.017.498-.563.91-1.28.92-.723.017-1.308-.387-1.315-.877 0-.503.568-.91 1.29-.924.717-.013 1.306.387 1.306.88zm4.598-.782c.086.485-.413.984-1.126 1.117-.7.13-1.35-.172-1.44-.653-.086-.498.422-.997 1.122-1.126.714-.123 1.354.17 1.444.663zm0 0"}))};uc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},uc.defaultProps={color:"#181616",size:"128"};const dc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M126.615 72.31l-7.034-21.646-13.94-42.902c-.54-1.662-2.44-2.07-3.654-1.23-.4.276-.724.853-.902 1.398L87.144 51H40.856L31.62 22.41 26.917 7.847a2.748 2.748 0 00-.372-.767c-.078-.104-.18-.194-.27-.28-.937-.89-2.465-.876-3.36.072a2.336 2.336 0 00-.556.894l-13.94 42.9-2.946 9.068L1.385 72.31a4.78 4.78 0 00.85 4.496c.26.317.55.613.89.86L64 121.895l60.874-44.227a4.785 4.785 0 001.74-5.357zm-7.034-21.647z"}))};dc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},dc.defaultProps={color:"#E24329",size:"128"};const Mc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M96.8 25.6H107v51.2H96.8zM71.2 25.6h10.2V128H71.2zM45.6 25.6h10.2V128H45.6zM20 0h10.2v76.8H20z"}))};Mc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Mc.defaultProps={color:"#000000",size:"128"};const Ec=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M108.2 64.8c-.1-.1-.2-.2-.4-.2l-.1-.1c-.1-.1-.2-.1-.2-.2l-.1-.1c-.1 0-.2-.1-.2-.1l-.2-.1c-.1 0-.2-.1-.2-.1l-.2-.1c-.1 0-.2-.1-.2-.1-.1 0-.1 0-.2-.1l-.3-.1c-.1 0-.1 0-.2-.1l-.3-.1h-.1l-.4-.1h-.2c-.1 0-.2 0-.3-.1h-2.3c-.6-13.3.6-26.8-2.8-39.6 12.9-4.6 2.8-22.3-8.4-14.4-7.4-6.4-17.6-7.8-28.3-7.8-10.5.7-20.4 2.9-27.4 8.4-2.8-1.4-5.5-1.8-7.9-1.1v.1c-.1 0-.3.1-.4.2-.1 0-.3.1-.4.2h-.1c-.1 0-.2.1-.4.2h-.1l-.3.2h-.1l-.3.2h-.1l-.3.2s-.1 0-.1.1l-.3.2s-.1 0-.1.1l-.3.2s-.1 0-.1.1l-.3.2-.1.1c-.1.1-.2.1-.2.2l-.1.1-.2.2-.1.1c-.1.1-.1.2-.2.2l-.1.1c-.1.1-.1.2-.2.2l-.1.1c-.1.1-.1.2-.2.2l-.1.1c-.1.1-.1.2-.2.2l-.1.1c-.1.1-.1.2-.2.2l-.1.1-.1.3s0 .1-.1.1l-.1.3s0 .1-.1.1l-.1.3s0 .1-.1.1l-.1.3s0 .1-.1.1c.4.3.4.4.4.4v.1l-.1.3v.1c0 .1 0 .2-.1.3v3.1c0 .1 0 .2.1.3v.1l.1.3v.1l.1.3s0 .1.1.1l.1.3s0 .1.1.1l.1.3s0 .1.1.1l.2.3s0 .1.1.1l.2.3s0 .1.1.1l.2.3.1.1.3.3.3.3h.1c1 .9 2 1.6 4 2.2v-.2C23 37.3 26.5 50 26.7 63c-.6 0-.7.4-1.7.5h-.5c-.1 0-.3 0-.5.1-.1 0-.3 0-.4.1l-.4.1h-.1l-.4.1h-.1l-.3.1h-.1l-.3.1s-.1 0-.1.1l-.3.1-.2.1c-.1 0-.2.1-.2.1l-.2.1-.2.1c-.1 0-.2.1-.2.1l-.2.1-.4.3c-.1.1-.2.2-.3.2l-.4.4-.1.1c-.1.2-.3.4-.4.5l-.2.3-.3.6-.1.3v.3c0 .5.2.9.9 1.2.2 3.7 3.9 2 5.6.8l.1-.1c.2-.2.5-.3.6-.3h.1l.2-.1c.1 0 .1 0 .2-.1.2-.1.4-.1.5-.2.1 0 .1-.1.1-.2l.1-.1c.1-.2.2-.6.2-1.2l.1-1.3v1.8c-.5 13.1-4 30.7 3.3 42.5 1.3 2.1 2.9 3.9 4.7 5.4h-.5c-.2.2-.5.4-.8.6l-.9.6-.3.2-.6.4-.9.7-1.1 1c-.2.2-.3.4-.4.5l-.4.6-.2.3c-.1.2-.2.4-.2.6l-.1.3c-.2.8 0 1.7.6 2.7l.4.4h.2c.1 0 .2 0 .4.1.2.4 1.2 2.5 3.9.9 2.8-1.5 4.7-4.6 8.1-5.1l-.5-.6c5.9 2.8 12.8 4 19 4.2 8.7.3 18.6-.9 26.5-5.2 2.2.7 3.9 3.9 5.8 5.4l.1.1.1.1.1.1.1.1s.1 0 .1.1c0 0 .1 0 .1.1 0 0 .1 0 .1.1h2.1s.1 0 .1-.1h.1s.1 0 .1-.1h.1s.1 0 .1-.1c0 0 .1 0 .1-.1l.1-.1s.1 0 .1-.1l.1-.1h.1l.2-.2.2-.1h.1l.1-.1h.1l.1-.1.1-.1.1-.1.1-.1.1-.1.1-.1.1-.1v-.1s0-.1.1-.1v-.1s0-.1.1-.1v-.1s0-.1.1-.1v-1.4s-.3 0-.3-.1l-.3-.1v-.1l.3-.1s.2 0 .2-.1l.1-.1v-2.1s0-.1-.1-.1v-.1s0-.1-.1-.1v-.1s0-.1-.1-.1c0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1l-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1v-.1l-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1c2-1.9 3.8-4.2 5.1-6.9 5.9-11.8 4.9-26.2 4.1-39.2h.1c.1 0 .2.1.2.1h.3s.1 0 .1.1h.1s.1 0 .1.1l.2.1c1.7 1.2 5.4 2.9 5.6-.8 1.6.6-.3-1.8-1.3-2.5zM36 23C32.8 7 58.4 4 59.3 19.6c.8 13-20 16.3-23.3 3.4zm36.1 15c-1.3 1.4-2.7 1.2-4.1.7 0 1.9.4 3.9.1 5.9-.5.9-1.5 1-2.3 1.4-1.2-.2-2.1-.9-2.6-2l-.2-.1c-3.9 5.2-6.3-1.1-5.2-5-1.2.1-2.2-.2-3-1.5-1.4-2.6.7-5.8 3.4-6.3.7 3 8.7 2.6 10.1-.2 3.1 1.5 6.5 4.3 3.8 7.1zm-7-17.5c-.9-13.8 20.3-17.5 23.4-4 3.5 15-20.8 18.9-23.4 4zM41.7 17c-1.9 0-3.5 1.7-3.5 3.8 0 2.1 1.6 3.8 3.5 3.8s3.5-1.7 3.5-3.8c0-2.1-1.5-3.8-3.5-3.8zm1.6 5.7c-.5 0-.8-.4-.8-1 0-.5.4-1 .8-1 .5 0 .8.4.8 1 0 .5-.3 1-.8 1zm27.8-6.6c-1.9 0-3.4 1.7-3.4 3.8 0 2.1 1.5 3.8 3.4 3.8s3.4-1.7 3.4-3.8c0-2.1-1.5-3.8-3.4-3.8zm1.6 5.6c-.4 0-.8-.4-.8-1 0-.5.4-1 .8-1s.8.4.8 1-.4 1-.8 1z"}))};Ec.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ec.defaultProps={color:"#000000",size:"128"};const xc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M52.203 9.61c-5.3 1.18-10.543 2.816-15.457 5.292.113 4.34.395 8.496.961 12.72-1.906 1.222-3.914 2.273-5.695 3.702-1.813 1.395-3.66 2.727-5.301 4.36a101.543 101.543 0 00-10.316-6.004C12.543 33.824 8.94 38.297 6 43.305c2.313 3.629 4.793 7.273 7.086 10.117v30.723c.059 0 .113.003.168.007L32.09 85.97a2.027 2.027 0 011.828 1.875l.582 8.316 16.426 1.172 1.133-7.672a2.03 2.03 0 012.007-1.734h19.868a2.03 2.03 0 012.007 1.734l1.133 7.672 16.43-1.172.578-8.316a2.027 2.027 0 011.828-1.875l18.828-1.817c.055-.004.11-.007.168-.007V81.69h.008V53.42c2.652-3.335 5.16-7.019 7.086-10.116-2.941-5.008-6.543-9.48-10.395-13.625a101.543 101.543 0 00-10.316 6.004c-1.64-1.633-3.488-2.965-5.3-4.36-1.782-1.43-3.79-2.48-5.696-3.703.566-4.223.848-8.379.96-12.719-4.913-2.476-10.155-4.113-15.456-5.293-2.117 3.559-4.055 7.41-5.738 11.176-2-.332-4.008-.457-6.02-.48V20.3c-.016 0-.027.004-.039.004s-.023-.004-.04-.004v.004c-2.01.023-4.019.148-6.019.48-1.683-3.765-3.62-7.617-5.738-11.176zM37.301 54.55c6.27 0 11.351 5.079 11.351 11.345 0 6.27-5.082 11.351-11.351 11.351-6.266 0-11.348-5.082-11.348-11.351 0-6.266 5.082-11.344 11.348-11.344zm53.398 0c6.266 0 11.348 5.079 11.348 11.345 0 6.27-5.082 11.351-11.348 11.351-6.27 0-11.351-5.082-11.351-11.351 0-6.266 5.082-11.344 11.351-11.344zM64 61.189c2.016 0 3.656 1.488 3.656 3.32v10.449c0 1.832-1.64 3.32-3.656 3.32-2.02 0-3.652-1.488-3.652-3.32v-10.45c0-1.831 1.632-3.32 3.652-3.32zm0 0"}),e.createElement("path",{d:"M98.008 89.84l-.582 8.36a2.024 2.024 0 01-1.88 1.878l-20.062 1.434c-.046.004-.097.004-.144.004-.996 0-1.86-.73-2.004-1.73l-1.152-7.806H55.816l-1.152 7.805a2.026 2.026 0 01-2.148 1.727l-20.063-1.434a2.024 2.024 0 01-1.879-1.879l-.582-8.36-16.937-1.632c.008 1.82.03 3.816.03 4.211 0 17.887 22.692 26.484 50.88 26.582h.07c28.188-.098 50.871-8.695 50.871-26.582 0-.402.024-2.39.031-4.211zm0 0"}),e.createElement("path",{d:"M45.922 66.566a7.531 7.531 0 01-7.535 7.532 7.534 7.534 0 01-7.535-7.532 7.534 7.534 0 017.535-7.53 7.531 7.531 0 017.535 7.53m36.156 0a7.53 7.53 0 007.531 7.532 7.531 7.531 0 100-15.063 7.53 7.53 0 00-7.53 7.531"})))};xc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},xc.defaultProps={color:"#010102",size:"128"};const yc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M44.59 4.21a63.28 63.28 0 004.33 120.9 67.6 67.6 0 0032.36.35 57.13 57.13 0 0025.9-13.46 57.44 57.44 0 0016-26.26 74.33 74.33 0 001.61-33.58H65.27v24.69h34.47a29.72 29.72 0 01-12.66 19.52 36.16 36.16 0 01-13.93 5.5 41.29 41.29 0 01-15.1 0A37.16 37.16 0 0144 95.74a39.3 39.3 0 01-14.5-19.42 38.31 38.31 0 010-24.63 39.25 39.25 0 019.18-14.91A37.17 37.17 0 0176.13 27a34.28 34.28 0 0113.64 8q5.83-5.8 11.64-11.63c2-2.09 4.18-4.08 6.15-6.22A61.22 61.22 0 0087.2 4.59a64 64 0 00-42.61-.38z"}))};yc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},yc.defaultProps={color:"#587dbd",size:"128"};const Tc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M80.6 40.3h.4l-.2-.2 14-14v-.3c-11.8-10.4-28.1-14-43.2-9.5C36.5 20.8 24.9 32.8 20.7 48c.2-.1.5-.2.8-.2 5.2-3.4 11.4-5.4 17.9-5.4 2.2 0 4.3.2 6.4.6.1-.1.2-.1.3-.1 9-9.9 24.2-11.1 34.6-2.6h-.1z"}),e.createElement("path",{d:"M108.1 47.8c-2.3-8.5-7.1-16.2-13.8-22.1L80 39.9c6 4.9 9.5 12.3 9.3 20v2.5c16.9 0 16.9 25.2 0 25.2H63.9v20h-.1l.1.2h25.4c14.6.1 27.5-9.3 31.8-23.1 4.3-13.8-1-28.8-13-36.9z"}),e.createElement("path",{d:"M39 107.9h26.3V87.7H39c-1.9 0-3.7-.4-5.4-1.1l-15.2 14.6v.2c6 4.3 13.2 6.6 20.7 6.6z"}),e.createElement("path",{d:"M40.2 41.9c-14.9.1-28.1 9.3-32.9 22.8-4.8 13.6 0 28.5 11.8 37.3l15.6-14.9c-8.6-3.7-10.6-14.5-4-20.8 6.6-6.4 17.8-4.4 21.7 3.8L68 55.2C61.4 46.9 51.1 42 40.2 42.1z"})))};Tc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Tc.defaultProps={color:"#557ebf",size:"128"};const Pc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M99.5 112.5H85.3c-.5 0-.8-.2-1.1-.5-3.2-4-6.7-7.7-10.9-10.6-2.1-1.5-4.3-2.8-6.8-3.5-2-.6-4.1-.9-6.2-.4-2.1.5-3.9 1.7-5.4 3.2-1.9 1.9-3.2 4.2-4.2 6.7-.6 1.5-1.1 3-1.6 4.5-.1.2-.1.4-.2.6H37.5c-.1-.6-.2-1.2-.3-1.9-.4-2-1-4-2-5.8-.7-1.4-1.6-2.6-2.8-3.6-1.3-1.1-2.8-1.7-4.5-1.7-1.3 0-2.4.5-3.5 1.2-1.5 1-2.7 2.3-3.6 3.8-1.4 2.2-2.2 4.7-2.9 7.2-.1.2-.1.5-.2.8H2.8c-.1-.7-.2-1.5-.3-2.2-.5-4.7-.8-9.4-.7-14.1.1-5.5.7-10.9 2-16.3C5 75 6.7 70.4 9.3 66.2c3.6-5.7 8.4-9.8 14.7-12.3.2-.1.3-.1.5-.2h.2l.3.6c1.8 4 3.7 7.9 6 11.5 1.4 2.3 3.4 4 5.9 4.8 2.7.9 5.3.6 7.9-.5 2.3-1 4.2-2.5 6-4.2 2.1-2 3.8-4.2 5.5-6.6.1-.1.1-.2.1-.3-.2.2-.4.4-.7.6-2.5 2.5-5.2 4.7-8.3 6.4-1.5.9-3.2 1.6-4.9 1.9-2.5.5-4.8.2-6.8-1.6-.8-.7-1.4-1.5-2-2.3-3-4.7-5.6-9.6-8-14.6-.5-1-.9-2-1-3.2-.2-1.7.3-3.2 1.5-4.5.9-.9 1.9-1.6 3.1-2.2 2.2-1.1 4.5-1.9 6.8-2.7 3.4-1.1 6.9-1.9 10.5-2.4 4.1-.6 8.3-.7 12.5-.2 9 .9 17 4.2 24.3 9.5 2.5 1.8 5.1 3.3 8.1 4.2 11.9 3.8 21.4-4.4 23.6-12.8.6-2.3.8-4.6-.1-6.8-1.3-3.4-3.6-6-7.3-7-2.8-.7-5.5-.4-8.1 1-.5.3-1 .5-1.5.7-1.2.4-2 .1-2.6-1-.8-1.4-1.4-2.8-2.1-4.3-.3-.6-.2-1.1.1-1.6.3-.7.8-1.2 1.4-1.7 1.5-1.2 3.3-2 5.3-2.4 4.9-1.1 9.5-.4 13.9 1.8 3.5 1.7 6.2 4.3 8.2 7.7 1.9 3.2 3.2 6.6 3.8 10.3.4 2.9.4 5.7.1 8.6-.6 5-2 9.7-4 14.3-2.6 6-5.6 11.8-9.3 17.2-1.8 2.6-3.7 5.1-5.5 7.6-1.9 2.7-3.8 5.4-5.2 8.4-1.9 3.9-3 7.9-3.4 12.2-.3 3.7-.1 7.3.5 11 .1.6.2 1 .2 1.4zm-8.2-51.4c.3 2.4-.5 4-2.7 4.9-1.6.6-3.6.1-4.6-1.3-1.6-2.1-1.1-4 .7-5.8-1.8-.6-3.6-1.2-5.3-1.7-.4 1-.6 2.5-.5 3.7.2 2.4 1.1 4.4 3.1 5.7 2.1 1.4 4.5 2 7 1.5 2.6-.5 4.6-2 6-4.2.3-.4.5-.8.5-1.4-1.4-.4-2.8-.9-4.2-1.4z"}))};Pc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Pc.defaultProps={color:"#02303A",size:"128"};const bc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 12.067c-28.682 0-51.934 23.249-51.934 51.932 0 28.682 23.253 51.934 51.934 51.934 28.683 0 51.934-23.251 51.934-51.934S92.683 12.067 64 12.067zm27.533 25.032c-.283-.218-.646-.402-1.078-.552-.424-.15-.886-.302-1.379-.45a6.116 6.116 0 01-1.36-.596 3.26 3.26 0 01-1.038-.977c-.272-.4-.41-.936-.41-1.596 0-.64.127-1.21.379-1.687a3.672 3.672 0 011.016-1.216 4.484 4.484 0 011.464-.74 6.092 6.092 0 011.718-.247c.682 0 1.347.1 1.978.29a4.595 4.595 0 011.66.92l-1.74 1.904a1.988 1.988 0 00-.867-.57 3.252 3.252 0 00-1.081-.201c-.199 0-.407.02-.617.068-.211.048-.413.121-.602.222-.192.103-.353.24-.472.407a1.05 1.05 0 00-.185.624c0 .396.144.689.442.901.278.198.634.371 1.06.507.418.139.873.28 1.352.414.474.137.922.331 1.334.578.41.247.753.583 1.019.995.269.412.403.97.403 1.668 0 .66-.125 1.248-.372 1.743a3.52 3.52 0 01-1.005 1.231c-.42.322-.918.57-1.472.726-.562.16-1.16.239-1.781.239a6.487 6.487 0 01-2.18-.356 5.448 5.448 0 01-1.819-1.111l1.808-1.988c.272.344.617.617 1.016.81a3.034 3.034 0 002.008.227c.228-.053.435-.137.62-.239.187-.109.338-.25.455-.417.116-.172.175-.379.175-.608.001-.396-.147-.697-.449-.923zm-14.314-7.75h2.547v9.703h4.974v2.343h-7.52V29.349zm-5.543 0h2.545v12.046h-2.545zm-8.94 0h2.13l5.241 12.046h-2.878l-1.05-2.584h-4.827l-1.015 2.584h-2.808zm-15.79 0h4.646c.612 0 1.2.059 1.75.18a4.096 4.096 0 011.438.59c.408.276.736.649.976 1.112s.363 1.054.363 1.75c0 .84-.221 1.564-.658 2.153-.418.564-1.033.93-1.825 1.097l-.187.04 3.081 5.124h-3.054l-2.546-4.869h-1.435v4.869h-2.547V29.349zm-13.385 3.396c.32-.778.775-1.45 1.353-1.996a6.033 6.033 0 012.057-1.27 7.489 7.489 0 012.61-.442c.964 0 1.863.119 2.675.35a5.233 5.233 0 012.082 1.154L42.54 32.5a3.904 3.904 0 00-1.213-.824c-.466-.2-1.053-.296-1.747-.296-.58 0-1.113.096-1.583.296-.473.199-.883.478-1.22.832-.339.357-.6.784-.78 1.272a4.583 4.583 0 00-.268 1.59c0 .58.088 1.117.268 1.6.18.482.443.906.78 1.262.338.353.748.634 1.22.832a4.07 4.07 0 001.583.297c.59 0 1.105-.066 1.535-.2.405-.126.738-.256.989-.389l.017-.01.028-.026.028-.05v-2.045h-2.184v-2.338h4.628v6.257c-.776.4-1.592.692-2.424.868a12.41 12.41 0 01-2.617.274c-.94 0-1.817-.148-2.61-.442a5.95 5.95 0 01-2.057-1.268 5.723 5.723 0 01-1.353-2c-.322-.777-.486-1.659-.486-2.621 0-.961.164-1.844.486-2.627zm16.626 41.336c-.779.343-1.772.732-2.16.938-.716.382-1.824 1.217-2.447 2.175-.46.713-.89 1.682-1.028 2.317-.085.4-.128.986-.119 1.674.017 1.604.294 3.739.845 5.203.627 1.662.969 2.216 1.692 3.9.307.713.595 1.392.734 1.723a.417.417 0 01-.037.4 3.763 3.763 0 01-1.338 1.231c-1.244.672-3.864.915-5.164.923h-.005c-1.298-.01-3.918-.25-5.164-.923a3.755 3.755 0 01-1.336-1.231.42.42 0 01-.039-.4c.141-.331.43-1.011.736-1.723.723-1.684 1.065-2.238 1.692-3.9.551-1.464.828-3.599.844-5.203.008-.688-.033-1.274-.12-1.674-.139-.636-.567-1.605-1.028-2.317-.62-.957-1.731-1.793-2.445-2.175-.538-.286-2.247-.926-2.919-1.297a23.059 23.059 0 01-2.72-1.797c-.835-.65-2.473-2.26-3.114-3.056-1.228-1.523-2.36-3.31-2.907-5.236-.68-2.388-.655-3.41-.744-4.182a.23.23 0 01.216-.255c.656-.022 3.022-.076 11.286-.089.163-.002.308.1.367.251 2.324 6.157 8.386 11.25 16.386 14.02.327.11.355.564.036.703zm20.345 17.522c1.017 2.7 1.572 3.596 2.747 6.333.497 1.156.966 2.261 1.194 2.794a.694.694 0 01-.061.654 6.152 6.152 0 01-2.172 1.999c-2.02 1.092-6.275 1.487-8.387 1.495h-.008c-2.11-.008-6.364-.403-8.385-1.495a6.136 6.136 0 01-2.169-1.999.694.694 0 01-.06-.654c.227-.533.693-1.638 1.19-2.794 1.176-2.737 1.73-3.633 2.748-6.333.896-2.378 1.347-5.842 1.374-8.452.011-1.11-.055-2.066-.195-2.717-.225-1.03-.922-2.599-1.67-3.758-1.009-1.56-2.812-2.911-3.971-3.53-.877-.467-3.649-1.506-4.74-2.109a37.281 37.281 0 01-4.418-2.914c-1.355-1.06-4.016-3.67-5.054-4.964-1.995-2.476-3.834-5.376-4.722-8.502-1.103-3.88-1.06-5.538-1.208-6.791a.369.369 0 01.35-.415c1.346-.048 7.094-.173 30.938-.15 23.842-.023 29.59.102 30.934.15a.366.366 0 01.351.415c-.147 1.253-.105 2.912-1.206 6.791-.89 3.126-2.728 6.026-4.724 8.502-1.039 1.293-3.698 3.904-5.052 4.964a37.442 37.442 0 01-4.42 2.914c-1.09.603-3.864 1.642-4.738 2.11-1.16.618-2.962 1.968-3.974 3.53-.747 1.158-1.444 2.727-1.667 3.757-.142.651-.206 1.608-.195 2.717.023 2.61.475 6.074 1.37 8.452zm31.922-22.734c-.64.796-2.277 2.405-3.111 3.056a23.089 23.089 0 01-2.724 1.797c-.672.37-2.38 1.011-2.916 1.297-.716.382-1.826 1.217-2.448 2.175-.46.713-.89 1.682-1.027 2.317-.089.4-.126.986-.121 1.674.016 1.604.295 3.739.845 5.203.628 1.662.969 2.216 1.692 3.9.307.713.594 1.392.736 1.723a.42.42 0 01-.039.4 3.77 3.77 0 01-1.336 1.231c-1.247.672-3.864.915-5.164.923h-.005c-1.3-.01-3.92-.25-5.164-.923a3.763 3.763 0 01-1.337-1.231.42.42 0 01-.04-.4c.141-.331.428-1.011.736-1.723.724-1.684 1.064-2.238 1.69-3.9.552-1.464.83-3.599.848-5.203.005-.688-.034-1.274-.12-1.674-.14-.636-.569-1.605-1.028-2.317-.622-.957-1.731-1.793-2.447-2.175-.387-.206-1.384-.595-2.16-.938-.32-.139-.291-.592.037-.704 8.001-2.77 14.062-7.863 16.386-14.02a.392.392 0 01.367-.25c8.264.013 10.63.067 11.286.088a.23.23 0 01.216.255c-.087.772-.064 1.793-.744 4.183-.547 1.927-1.679 3.713-2.907 5.237zM53.469 32.961c0 .35-.08.624-.23.818a1.336 1.336 0 01-.573.426 2.498 2.498 0 01-.75.161c-.273.016-.531.026-.77.026h-1.652v-2.909h1.824c.24 0 .492.016.748.054.26.03.492.103.692.2.205.104.379.254.508.447.134.193.203.459.203.777zm10.254-.324l1.597 4.044h-3.179z"}))};bc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},bc.defaultProps={color:"#000000",size:"128"};const Hc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M18.39 96.852l-4.6-2.657L65.04 5.434l4.597 2.656zm0 0"}),e.createElement("path",{d:"M12.734 87.105H115.23v5.31H12.734zm0 0"}),e.createElement("path",{d:"M66.031 119.688L14.766 90.09l2.656-4.602 51.266 29.602zm0 0M110.566 42.543L59.301 12.941l2.656-4.597 51.266 29.597zm0 0"}),e.createElement("path",{d:"M17.434 42.523l-2.657-4.601 51.27-29.598 2.656 4.598zm0 0"}),e.createElement("path",{d:"M109.621 96.852L58.375 8.09l4.598-2.656 51.25 88.761zm0 0M16.8 34.398h5.313v59.204h-5.312zm0 0"}),e.createElement("path",{d:"M105.887 34.398h5.312v59.204h-5.312zm0 0"}),e.createElement("path",{d:"M65.129 117.441l-2.32-4.02 44.586-25.745 2.32 4.02zm0 0"}),e.createElement("path",{d:"M118.238 95.328c-3.07 5.344-9.918 7.168-15.261 4.098-5.344-3.074-7.168-9.922-4.098-15.266 3.074-5.344 9.922-7.168 15.266-4.097 5.375 3.105 7.199 9.921 4.093 15.265M29.09 43.84c-3.074 5.344-9.922 7.168-15.266 4.097-5.344-3.074-7.168-9.921-4.097-15.265 3.074-5.344 9.921-7.168 15.265-4.098 5.344 3.106 7.168 9.922 4.098 15.266M9.762 95.328c-3.075-5.344-1.25-12.16 4.093-15.266 5.344-3.07 12.16-1.246 15.266 4.098 3.07 5.344 1.246 12.16-4.098 15.266-5.375 3.07-12.191 1.246-15.261-4.098M98.91 43.84c-3.07-5.344-1.246-12.16 4.098-15.266 5.344-3.07 12.16-1.246 15.265 4.098 3.07 5.344 1.247 12.16-4.097 15.266-5.344 3.07-12.192 1.246-15.266-4.098M64 126.656a11.158 11.158 0 01-11.168-11.168A11.158 11.158 0 0164 104.32a11.158 11.158 0 0111.168 11.168c0 6.145-4.992 11.168-11.168 11.168M64 23.68a11.158 11.158 0 01-11.168-11.168A11.158 11.158 0 0164 1.344a11.158 11.158 0 0111.168 11.168A11.158 11.158 0 0164 23.68"})))};Hc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Hc.defaultProps={color:"#E434AA",size:"128"};const Lc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M57.27 43.147c-6.273 10.408-6.633 10.955-7.504 11.382-.78.383-.97.407-1.287.164-1.296-.996-3.031-.705-4.248.712l-.676.787-.143-.843c-.223-1.318-.299-1.505-.842-2.092-.506-.545-.508-.564-.214-2.21.364-2.04.385-3.53.071-5.01-.613-2.894-2.139-4.224-4.845-4.224-2.341 0-5.13 1.864-8.696 5.81-2.148 2.378-5.401 6.847-6.1 8.382l-.272.597-11.193-.141c-6.967-.088-11.117-.066-10.99.059.111.11 4.892 1.949 10.624 4.087l10.423 3.887.389.909c.463 1.081 1.665 2.462 2.696 3.099l.742.459-.866.388c-.644.288-.984.63-1.325 1.331-.673 1.385-.451 2.176 1.102 3.925.698.787 1.662 2.185 2.141 3.107.58 1.114 1.099 1.815 1.548 2.088.724.442 2.059.544 2.691.206.713-.382 4.905-1.438 4.762-1.201-.077.129-2.522 3.971-5.433 8.537-2.911 4.566-5.247 8.347-5.192 8.403.056.055 8.933-3.328 19.727-7.52l19.626-7.62L83.553 88.2c10.762 4.178 19.648 7.569 19.747 7.536.098-.033-1.301-2.376-3.109-5.207l-3.288-5.147 1.135-.228c2.552-.512 5.431-2.527 6.98-4.884 2.26-3.438 2.587-7.399 1.084-13.136-.302-1.151-.499-2.142-.438-2.202.06-.06 4.99-1.933 10.956-4.161 5.966-2.229 10.931-4.135 11.034-4.236.104-.102-5.137-.129-11.888-.059-10.269.106-12.088.08-12.169-.176a12.474 12.474 0 01-.215-.853c-.141-.65-1.085-1.654-1.816-1.933-.282-.108-1.21-.21-2.062-.227-1.377-.029-1.631.031-2.298.54-.413.315-.811.765-.886 1-.181.571-.402.537-.751-.114-.812-1.518-3.259-1.842-4.504-.596l-.629.628-1.245-.617c-1.536-.761-3.42-.983-4.504-.53-.53.221-.906.255-1.279.114-.888-.337-2.307-.065-2.969.569l-.595.57-.976-.659c-.537-.362-1.246-.753-1.576-.869-.496-.174-1.676-2.002-6.881-10.66-3.455-5.747-6.342-10.45-6.416-10.45-.074 0-3.1 4.92-6.725 10.934m-18.682 1.788c1.109.776 1.382 2.983.769 6.212-.671 3.539-1.702 5.813-3.553 7.838-1.213 1.327-2.574 2.061-3.858 2.081-2.946.044-3.694-2.859-1.755-6.813.706-1.438 2.499-3.906 2.839-3.906.167 0 .677 2.003.677 2.66 0 .224-.403 1.073-.895 1.888-.717 1.187-.894 1.681-.894 2.494 0 3.113 2.902 2.729 4.473-.593 1.586-3.353 2.474-9.821 1.496-10.905-.522-.579-.832-.566-2.253.096-2.246 1.045-6.923 6.488-8.534 9.931-1.583 3.384-1.245 6.914.844 8.801 2.073 1.872 5.366 1.519 7.788-.835 1.85-1.799 3.249-4.447 3.827-7.244.348-1.68.86-1.854 1.037-.352.069.58.605 2.529 1.192 4.33 1.451 4.455 1.732 5.652 1.73 7.359-.003 1.889-.619 3.24-2.111 4.629-1.427 1.328-3.429 2.232-7.167 3.237-1.643.441-3.359.933-3.813 1.093-1.106.389-1.178.376-1.416-.248-.352-.926-1.71-2.943-2.608-3.872l-.86-.891.867-.233c2.86-.77 7.084-2.305 9.12-3.315 2.446-1.212 4.011-2.464 4.718-3.773.561-1.039.526-3.601-.067-4.871l-.447-.96-.249.64c-1.385 3.563-4.003 6.201-7.143 7.198-1.894.602-4.369.435-5.898-.396-2.676-1.457-3.167-4.382-1.37-8.167 2.085-4.395 8.022-11.31 10.979-12.787 1.541-.77 1.846-.81 2.535-.326M76.54 56.23c2.405 1.199 3.94 3.79 3.97 6.703.023 2.183-.502 3.639-1.768 4.905-1.196 1.196-2.454 1.619-4.202 1.414-2.996-.352-4.711-2.078-4.944-4.974-.24-2.992 1.276-7.128 2.998-8.178.997-.608 2.57-.556 3.946.13m-10.644.499c.364.259.951 1.082 1.348 1.887.66 1.341.703 1.564.703 3.676 0 2.11-.044 2.337-.7 3.671-1.305 2.652-3.664 4.17-6.158 3.963-1.429-.118-2.156-.616-2.814-1.929-.925-1.843-.586-5.413.797-8.384.669-1.438 2.511-3.436 3.269-3.545 1.007-.146 2.921.21 3.555.661m34.495-.459c.127.086.641 2.029 1.142 4.317.501 2.288 1.255 5.456 1.677 7.04.663 2.49.768 3.212.776 5.333.012 3.058-.363 4.391-1.75 6.233-2.407 3.196-5.96 4.412-11.737 4.015-1.324-.091-2.474-.231-2.554-.312-.08-.08.164-.387.542-.683 1.093-.856 1.787-2.241 1.914-3.821.061-.758.152-1.379.203-1.379.051 0 1.069.25 2.264.554 4.753 1.213 7.851.145 9.344-3.22.605-1.362.733-3.696.329-5.974l-.302-1.706-.03 1.28c-.016.704-.165 1.917-.33 2.697-.566 2.669-1.612 4.023-3.109 4.023-1.706 0-2.664-1.871-3.303-6.451-1.025-7.345-1.366-8.804-2.365-10.122-.598-.788-.617-.913-.22-1.456.275-.376.33-.332.825.653.292.581.938 2.303 1.435 3.828 1.344 4.122 1.929 5.129 3.276 5.641.736.28 1.854-.172 2.367-.954 1.145-1.748.933-4.101-.659-7.306a257.362 257.362 0 01-1.102-2.233c-.094-.206 1.063-.203 1.367.003m-28.051.662c-.669.94-.895 1.708-.902 3.063-.016 3.327 3.216 5.348 6.296 3.937 2.416-1.105 2.693-2.965.811-5.44-1.151-1.514-3.444-2.585-4.197-1.96-.55.456-.358 1.016.631 1.842 1.139.953 1.313 1.319.811 1.7-1.219.925-3.257-.351-3.257-2.04 0-.489.1-1.074.221-1.301.33-.617.082-.498-.414.199m15.435-.311c2.714 1.134 4.77 5.84 4.535 10.381-.124 2.407-.676 3.92-1.784 4.893-1.496 1.313-3.662.444-4.89-1.962-.569-1.116-1.076-2.882-1.915-6.678-.634-2.868-1.195-4.517-1.799-5.285-.37-.469-.378-.561-.086-.977.177-.253.404-.46.504-.46.327 0 1.038 1.771 1.587 3.957.622 2.477.971 3.384 1.619 4.208 1.021 1.297 3.093 1.66 4.109.718 1.286-1.192 1.601-2.947.905-5.042-.621-1.87-2.84-3.752-3.567-3.025-.164.163-.129.383.122.766.193.295.352.728.352.961 0 .597-.448 1.511-.741 1.511-.302 0-1.067-.698-1.514-1.379-.402-.614-.456-2.13-.091-2.569.336-.405 1.705-.414 2.654-.018m-24.628.552c-.616.616-.543.892.559 2.118.975 1.084.982 1.102.587 1.541-.22.244-.612.525-.872.624-.597.229-1.706-.142-1.986-.664-.307-.576-.253-2.245.101-3.092.447-1.07.002-.909-.746.27-1.182 1.863-1.369 4.031-.494 5.717 1.345 2.592 4.606 2.303 6.705-.594.983-1.357.782-3.022-.579-4.806-1.096-1.437-2.481-1.908-3.275-1.114M47.202 58.78c.263.803.591 1.496.73 1.539.329.104 1.765-1.2 2.519-2.289.326-.471.674-.857.773-.857.098 0 .329.292.514.649.185.358.592.747.905.866.515.196.65.129 1.429-.703l.861-.918.066.679c.125 1.288-1.479 3.458-2.902 3.928-.653.216-.862.172-2.008-.419-.966-.498-1.374-.609-1.667-.453-.572.307-.684 1.227-.319 2.622.412 1.574.843 2.425 1.669 3.296.813.857 1.703.909 3.244.191l1.07-.498.011 2.413.01 2.413-.818.327c-1.031.413-2.359.419-3.139.016-.894-.462-1.441-1.869-2.055-5.284-.711-3.954-1.229-5.526-2.137-6.489-.398-.422-.661-.876-.583-1.008.339-.578 1.198-1.632 1.27-1.56.044.043.295.736.557 1.539M93.653 73.6c0 .117-.149.213-.332.213-.183 0-.274-.096-.201-.213.073-.117.222-.213.333-.213.11 0 .2.096.2.213"}))};Lc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Lc.defaultProps={color:"#000000",size:"128"};const Vc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M99.317 67.238c2.712-1.541 5.517-3.078 7.829-5.126 4.158-3.682 3.741-8.945-.589-12.396-.709-.564-1.706-1.161-1.896-1.913-.856-3.389-1.632-6.815.458-10.14a16.461 16.461 0 001.876-4.177c1.174-4.106-.788-7.508-4.896-8.717-.703-.208-1.472-.214-2.154-.464-.431-.158-1.021-.549-1.09-.92-.771-4.112-.255-5.844 2.961-7.677 1.518-.865 3.289-1.294 4.96-1.88.646-.227 1.333-.339 2.061-.518C105 7.947 98.218 5.687 91.482 7.357c-5.282 1.309-9.078 4.713-12.503 8.692-.402.469-1.119.922-1.7.934-1.589.033-1.935-1.151-1.658-2.4.538-2.434 1.24-4.831 1.888-7.293-3.005-.079-5.299 1.829-7.935 3.667-.314-1.627-.72-2.984-.803-4.359-.085-1.435.142-2.889.239-4.441-4.632 1.666-8.171 4.309-9.161 9.493l-.6.006-1.383-6.472c-.561.358-1.169.644-1.648 1.072-2.817 2.514-4.544 5.598-4.869 9.419-.04.463-.375 1.251-.624 1.271-.479.039-1.097-.253-1.472-.606-.758-.712-1.362-1.586-2.083-2.342-4.34-4.557-9.442-7.527-15.95-7.134-4.922.296-9.122 2.146-11.946 6.205 2.418.913 4.858 1.579 7.048 2.725 2.75 1.438 3.391 3.488 3.084 6.473-.172 1.675-.954 2.048-2.395 2.273-4.99.783-7.36 4.623-5.889 9.44.303.991.62 2.071 1.252 2.849 2.279 2.806 1.779 5.979 1.482 9.161-.142 1.51-.856 2.577-2.063 3.512-5.025 3.894-5.151 9.321-.18 13.347 2.034 1.647 4.367 2.98 6.704 4.184 3.192 1.644 4.456 4.276 4.446 7.656-.009 2.769-.13 5.54-.288 8.304-.113 1.963-.374 3.918-.568 5.877l-.564.154c-1.15-1.563-2.465-3.036-3.407-4.717-.934-1.666-1.492-3.542-2.215-5.326-7.409 6.106-7.611 23.632 4.233 29.038 1.657.757 2.724 1.796 3.642 3.343 3.153 5.313 7.816 8.55 13.953 9.611a4.824 4.824 0 011.827.738c8.158 5.494 21.059 5.515 29.176.038.492-.333 1.063-.659 1.635-.749 6.825-1.08 11.668-4.854 14.96-10.819.303-.548.799-1.147 1.35-1.375 7.023-2.9 10.426-8.298 10.891-15.705.343-5.461-1.122-10.297-5.28-14.41-.854 4.179-2.692 7.555-6.278 10.224-.177-5.156-.494-10.313-.476-15.467.008-2.727 1.473-4.795 3.963-6.21zM32.121 15.796c3.103-.017 7.242 3.487 6.955 6.414-.106 1.082-1.493 2.513-2.599 2.883-1.051.352-2.735-.11-3.069-1.862-.159-.84-.275-1.688-.422-2.53-.279-1.604-.566-3.207-.865-4.905zm7.734 91.281c-1.693-.292-3.355-.44-4.938-.874-6.886-1.888-10.736-6.76-10.858-13.893-.035-2.043.441-4.096.703-6.142.005-.039.262-.077.388-.05.043.008.045.216.065.333 3.477 7.423 10.109 9.433 17.411 10.118l-3.395 6.311.624 4.197zM39 51.847v-4.625c3 2.267 7.195 4.498 9.861 7.583.241.269.492.525.712.81.143.181.238.403.343.597C46.401 58.933 39 57.227 39 51.847zm19.394 54.295c-.746 1.048-1.454 2.126-2.246 3.139-1.853 2.369-4.483 2.518-6.694.41-.705-.671-1.392-1.363-2.086-2.044l.004.009-.382-.382c-.813-3.931-.731-4.033 3.489-4.065 1.968-.016 3.936-.047 5.9.012 2.201.065 2.647.758 2.015 2.921zm22.564.789l-.399.718.005-.005-.01.015.005-.009c-.53.575-1.046 1.164-1.595 1.721-2.498 2.536-5.238 2.372-7.4-.459-.697-.914-1.328-1.878-1.989-2.819-.589-2.115-.098-2.829 2.111-2.877 2.276-.05 4.554-.031 6.83-.006 3.065.035 3.57.821 2.442 3.721zm-2.94-50.763l1.099-1.328C81.78 51.746 85 49.518 89 47.227v4.628c0 5.267-7.266 7.101-10.982 4.313zm24.42 30.845l.488-1.1c1.542 4.989 1.669 9.889-1.235 14.321-3.119 4.759-7.967 6.416-13.492 6.758l.511-4.114-3.29-6.277c6.896-.786 13.522-2.422 17.018-9.588zm-7.737-64.357c-.187 1.122-.541 1.898-1.883 2.352-2.002.677-2.709-.756-3.514-1.8-.389-.503-.229-1.687.063-2.41.951-2.367 2.53-4.191 5.121-4.884.501-.133 1.027-.17 1.335-.219-.406 2.529-.753 4.747-1.122 6.961z"}))};Vc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Vc.defaultProps={color:"#FCAA1A",size:"128"};const Cc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M36.965 35.459c.877 9.232 1.747 18.412 2.637 27.798 1.451-2.495 2.501-4.888 4.085-6.848 1.475-1.826 3.334-3.511 5.357-4.678 2.641-1.524 6.104-.089 6.96 2.614.23.725-.319 1.697-.511 2.556-.646-.341-1.479-.529-1.901-1.051-1.793-2.217-2.873-2.479-4.856-.563-3.699 3.576-5.779 8.056-6.573 13.091-.153.974.456 2.067.713 3.105 1.011-.348 2.185-.476 3.002-1.084 2.656-1.977 4.302-4.666 5.21-7.88.197-.696 1.265-1.145 1.933-1.708.32.658 1.05 1.433.897 1.954a373.814 373.814 0 01-4.536 14.429c-.162.484-1.051.725-1.604 1.079-.223-.636-.692-1.302-.617-1.901.168-1.358.605-2.683.91-3.927l-7.24 3.333c.405 4.622.825 9.807 1.323 14.985.382 3.954 1.029 4.978 4.923 5.728 4.544.875 9.173 1.434 13.792 1.774a60.391 60.391 0 0020.23-1.904c2.472-.664 3.458-2.29 3.635-4.717.162-2.235.524-4.456.775-6.685.493-4.391.972-8.783 1.476-13.358-1.667 1.056-2.978 2.238-4.511 2.739-1.116.365-2.524-.169-3.803-.303.245-1.174.23-2.497.796-3.487.922-1.618 2.224-3.021 3.364-4.515l-.491-.591c-.817.483-1.832.8-2.413 1.485-1.182 1.394-2.339 2.886-3.13 4.52-1.324 2.735-2.333 5.622-3.518 8.426-.515 1.216-.959 3.076-2.684 2.366-1.845-.761-.547-2.386-.114-3.542.689-1.844 1.599-3.606 2.215-4.962-1.746.208-3.516.459-5.294.614-.752.064-1.646-.348-2.261-.07-2.045.924-3.341.553-3.766-1.711-.947.615-1.749 1.448-2.694 1.672-1.147.273-2.703.452-3.543-.121-.673-.459-.918-2.184-.688-3.196.457-2.012 1.311-3.946 2.122-5.859.502-1.185 1.007-3.077 2.701-2.253 1.674.813.154 2.185-.232 3.286-.599 1.702-1.209 3.401-1.813 5.101l.96.58c.914-.794 2.053-1.441 2.693-2.415 1.048-1.592 1.681-3.452 2.673-5.086.411-.677 1.296-1.065 1.967-1.584.136.862.462 1.748.354 2.58-.107.841-.698 1.61-.981 2.442-.425 1.246-.768 2.52-1.2 3.969 2.043.078 2.918-.782 3.495-2.299 1.826-4.793 3.672-9.581 5.679-14.3.343-.808 1.509-1.264 2.296-1.884.091.974.525 2.078.216 2.899-1.645 4.349-3.492 8.62-5.228 12.935-.293.727-.387 1.534-.572 2.304 3.059-1.375 5.612-2.895 6.544-6.146.228-.79 1.162-1.377 1.771-2.058l1.416 1.5c.43-.362.824-.774 1.291-1.075 1.47-.947 3.053-1.782 4.603-.315 1.604 1.517.39 2.995-.448 4.307-.912 1.431-2.029 2.73-3.057 4.086 2.312-1.49 5.469-2.158 5.889-5.378 1.024-7.865 1.924-15.746 2.837-23.625.271-2.332.416-4.679.627-7.109-18.21 4.409-36.029 4.436-54.088-.069zm7.816 61.369c.877 2.317 2.209 4.593 2.558 7.011.737 5.147.924 10.372 1.446 15.554.076.755.565 1.792 1.175 2.124 8.98 4.88 18.047 5.726 27.209.389 1.367-.796 1.62-1.847 1.797-3.325.857-7.181-1.051-14.798 3.54-21.56-12.856 3.189-25.403 3.288-37.725-.193zm30.991-60.08c4.362-.421 8.671-1.445 12.985-2.291.813-.159 1.535-.778 2.299-1.185-1.007-.885-1.878-1.311-2.788-1.418-4.53-.535-9.076-.947-13.603-1.508-.684-.085-1.905-.929-1.854-1.083 1.321-3.98 1.256-8.485 4.254-11.839 3.789-4.24 7.617-8.443 11.416-12.648-2.826-3.04-2.864-3.044-5.425-.383-1.448 1.504-2.771 3.15-4.342 4.512-5.813 5.038-9.896 11.005-10.692 18.872-.183 1.805-1.174 2.457-3.069 2.485-6.256.091-12.519.263-18.761.674-3.093.203-6.148.997-9.221 1.523l-.028 1.149c1.923.593 3.809 1.372 5.773 1.749 10.944 2.098 21.991 2.458 33.056 1.391zM72.276 34c-2.477 2-4.524 2-6.501 0h6.501z"}))};Cc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Cc.defaultProps={color:"#EB4A4B",size:"128"};const Oc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M14.59 62.67a7.14 7.14 0 002.31-3.48c.46-2 .36-3.94-2.31-5.3C7.82 50.47 3.45 56.57 2.77 58s-1.74 3.68-1 8.84 3.19 9.9 11 11.73a32.89 32.89 0 0022-2.57c6.84-3.26 19.7-9 22.94-9.58a28.15 28.15 0 016.49-.81v-7.85a18 18 0 00-17.38-9.15C34.43 49.59 29.51 56 26.49 58.7s-8.61 9.17-12.37 8-4.81-5.7-3.48-7.14 2.37-1.18 3.18 0a6.24 6.24 0 01.77 3.11z"}),e.createElement("path",{fill:t,d:"M113.41 62.67a7.14 7.14 0 01-2.31-3.48c-.46-2-.36-3.94 2.31-5.3 6.76-3.43 11.13 2.67 11.81 4.11s1.74 3.68 1 8.84-3.19 9.9-11 11.73A32.89 32.89 0 0193.23 76c-6.84-3.26-19.7-9-22.94-9.58a28.15 28.15 0 00-6.49-.81v-7.85a18 18 0 0117.38-9.15c12.39 1 17.32 7.38 20.34 10.08s8.61 9.17 12.37 8 4.81-5.76 3.48-7.19-2.37-1.18-3.18 0a6.24 6.24 0 00-.78 3.17z"}))};Oc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Oc.defaultProps={color:"#000000",size:"128"};const Bc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M0 110.2L30.1 65 0 19.9h22.6L52.7 65l-30.1 45.1H0z"}),e.createElement("path",{fill:t,d:"M30.1 110.2L60.2 65 30.1 19.9h22.6l60.2 90.3H90.4L71.5 81.9l-18.8 28.2H30.1zM102.9 83.8l-10-15.1H128v15.1h-25.1zM87.8 61.3l-10-15.1H128v15.1H87.8z"}))};Bc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Bc.defaultProps={color:"#000000",size:"128"};const Ac=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M0 0h32.3L64 16 96.3 0H128v32.6L111.8 64 128 95.8V128H95.2L64 112.1 32.6 128H0V94.7L15.7 64 0 31.8z"}))};Ac.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ac.defaultProps={color:"#EA8220",size:"128"};const Sc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M102.1 2H25.9C19.3 2 14 7.3 14 13.9v100.3c0 6.6 5.3 11.9 11.9 11.9h76.3c6.6 0 11.9-5.3 11.9-11.9V13.9C114 7.3 108.7 2 102.1 2zM37 108.7V80.5l14.1 14.1L37 108.7zm53 .3H76.9l.1-.2V59.4s3.1-11.8-39.7 4.8c-.1.2-.2-45.7-.2-45.7l13.9-.1v29.4s39-15.4 39 11.7V109zm-5.2-73H70c5.3-6 10.2-17 10.2-17h15.3s-2.6 7-10.7 17z"}))};Sc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Sc.defaultProps={color:"#6762A6",size:"128"};const kc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M9.032 2l10.005 112.093 44.896 12.401 45.02-12.387L118.968 2H9.032zm89.126 26.539l-.627 7.172L97.255 39H44.59l1.257 14h50.156l-.336 3.471-3.233 36.119-.238 2.27L64 102.609v.002l-.034.018-28.177-7.423L33.876 74h13.815l.979 10.919L63.957 89H64v-.546l15.355-3.875L80.959 67H33.261l-3.383-38.117L29.549 25h68.939l-.33 3.539z"}))};kc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},kc.defaultProps={color:"#E44D26",size:"128"};const Dc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M126.11 66.834c0-9.82-2.539-19.034-6.991-27.051C138.097-3.167 98.785 3.13 96.596 3.558c-8.328 1.629-16.034 4.249-23.142 7.566a56.276 56.276 0 00-3.166-.09c-26.525 0-48.729 18.501-54.411 43.303 13.98-15.684 23.765-22.012 29.624-24.544-.936.835-1.851 1.681-2.751 2.532l-.885.855c-.594.571-1.186 1.143-1.765 1.72-.344.343-.68.689-1.019 1.035-.514.522-1.026 1.044-1.527 1.569l-1.052 1.122c-.468.501-.934 1.003-1.39 1.506l-1.053 1.175a143.278 143.278 0 00-3.516 4.099c-.347.419-.692.838-1.031 1.256-.367.453-.726.905-1.083 1.356-.348.438-.695.875-1.034 1.312l-.953 1.246c-.356.469-.715.938-1.063 1.404l-.731.998a173.801 173.801 0 00-6.041 8.796l-.013.021c-.479.747-.941 1.482-1.395 2.211l-.074.12c-.454.732-.892 1.451-1.319 2.164l-.045.075a181.942 181.942 0 00-3.172 5.501C7.562 80.977 5.114 87.343 5.008 87.72c-15.876 56.759 33.674 32.791 40.588 29.213 7.445 3.678 15.827 5.973 24.692 5.973C94.563 122.905 115.213 107 122.9 86H93.569c-4.34 7-12.694 12.049-22.293 12.049C57.211 98.049 45.81 87 45.81 74h79.842c.303-2 .458-4.73.458-7.166zM13.526 116.817c-3.916-4.015-4.608-13.795 4.032-31.616 4.36 12.537 13.061 23.041 24.307 29.708-5.593 3.079-20.441 10.009-28.339 1.908zM45.687 59c.446-13 11.564-23.005 25.226-23.005C84.574 35.995 95.694 46 96.14 59H45.687zm44.776-44.204c5.166-2.495 17.958-7.771 25.22-2.871 4.807 3.245 8.663 8.34 2.042 25.499-6.351-10.213-15.905-18.224-27.262-22.628z"}))};Dc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Dc.defaultProps={color:"#1EBBEE",size:"128"};const Fc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M47.955 69h15.371c-2.646-9-5.252-17.32-7.816-25.776C53.022 51.71 50.498 60 47.955 69zm76.157-68H2.873C.687 1 1 1.476 1 3.585v121.394C1 127.086.687 127 2.719 127h121.547c2.031 0 2.734.086 2.734-2.022V3.739C127 1.476 126.298 1 124.112 1zM77.298 96c-1.637 0-3.28-.133-4.909-.016-1.175.088-1.568-.406-1.881-1.426-1.514-4.931-3.123-9.86-4.638-14.79-.305-.992-.741-1.354-1.816-1.341-5.523.064-11.049.058-16.573-.007-1.163-.014-1.698.296-2.03 1.45-1.406 4.904-2.944 9.768-4.365 14.667-.308 1.062-.776 1.433-1.904 1.404-3.318-.083-6.641-.032-10.274-.032.959-3.045 1.829-5.861 2.729-8.665 5.514-17.2 11.047-34.4 16.521-51.611.382-1.198.913-1.567 2.143-1.54 3.886.086 7.775.022 11.663 0 .727-.005 1.223.038 1.489.864 6.505 20.116 13.033 40.356 19.555 60.47.028.091.01.573.025.573h-5.735zM98 96H86V51h12v45zm-6.35-51.071c-3.665-.005-6.289-2.528-6.314-6.07-.024-3.532 2.707-6.159 6.406-6.163 3.728-.004 6.355 2.537 6.384 6.171.026 3.545-2.667 6.068-6.476 6.062z"}))};Fc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Fc.defaultProps={color:"#FAA625",size:"128"};const jc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M102.4 101.5c-5.1 4.6.6 9.3 5.6 6.3 1.1-1.2 0-5.2-5.6-6.3zm-73.8 7.4c4 3.4 10.2-.9 12-5.7-3.9-5.1-18.3.2-12 5.7zm75.9-12.1c0 2.3 16.8 3.8 16.8-.5-2.4-7-14.8-6.6-16.8.5zm15.6-41.1L73.4 7.9c-5.7-5.5-15.2-5.5-20.6 0L7.7 54C-7.5 72.9 18.1 70.7 29 76.1c3.9 4-15.1 7-11.1 11 3.9 4 23.8 7.7 27.7 11.8l-4.1 12.3c3.9 4 13 .2 14.7 9.5 1.2 6.6 16.4 2.8 23.8-2.6 3.9-4-7.5-3.6-3.6-7.7 9.8-10 18.9-3.6 22.2-13.7 1.7-5-14.4-7.6-10.5-11.7 11.4-6.5 50.5-10.8 32-29.3zm-56 31.1c-4.8 1.3-28-8.2-22.2-8.2 1.2.7 19.4 4.4 23.9 5.2 1.6.3.5 1.9-1.7 3zm25.1-51.5l-8.8-7.1-1.7 10.5-7.4-3.9-11.8 7.5-3.9-15.5L49.1 38h-9.7c-4 0-4.4-5.3-.8-8.9 6.3-6.8 13.5-13.8 17.4-17.8 3.9-4 10.8-4 14.7-.1l17.8 18.1c1.7 1.7 1.7 5 .7 6z"}))};jc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},jc.defaultProps={color:"#000000",size:"128"};const qc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M4.87 64.74a17.28 17.28 0 1017.28-17.29A17.31 17.31 0 004.87 64.74zM108 4c-9.5 0-15.16 7.65-15.16 20.46v78.7c0 12.81 5.65 20.46 15.14 20.46s15.16-7.65 15.16-20.46V24.51C123.13 11.7 117.47 4 108 4z"}),e.createElement("path",{d:"M81.45 5.71H19.37a15.09 15.09 0 000 30.16V36h31.77V64.74a29 29 0 01-29 29h-.78l-.08.1c-.43 0-.86-.07-1.3-.07A15.11 15.11 0 1020 124c.45 0 .91 0 1.35-.07v.05h.79a59.33 59.33 0 0059.31-59.24v-.55-9.7-.11V5.71z"})))};qc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},qc.defaultProps={color:"#136ba2",size:"128"};const $c=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("circle",{cx:"64",cy:"64",r:"24.08"}),e.createElement("path",{d:"M113.14 23.14a8.27 8.27 0 00-13.7-6.25 59 59 0 1011.67 11.67 8.24 8.24 0 002.03-5.42zM64 121A57 57 0 1198.1 18.36a8.27 8.27 0 0011.53 11.53A57 57 0 0164 121z"})))};$c.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},$c.defaultProps={color:"#4e8ef7",size:"128"};const _c=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M61.928 9.176c-30.459 0-55.078 24.61-55.078 55.053 0 30.438 24.62 55.048 55.078 55.048 30.458 0 55.078-24.61 55.078-55.048V9.176zm1.166 14.654h38.635v38.615H63.094zM20.986 65.932h38.621v38.6c-20.905-.887-37.734-17.71-38.62-38.6zm42.108.076h38.615c-.881 20.89-17.715 37.714-38.615 38.596z"}))};_c.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},_c.defaultProps={color:"#f0047f",size:"128"};const Nc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M68.49 52.7h-9.44l-2.55-3.28V23.7h14.38v25.72l-2.39 3.28zM55.72 55.1l-2.92 8.98-3.9 1.41-24.47-7.95 4.45-13.67 24.46 7.94 2.38 3.29zM54.04 67.74l7.64 5.55.13 4.14L46.7 98.25 35.06 89.8l15.13-20.82 3.85-1.24zM65.76 73.33l7.65-5.55 3.98 1.16 15.12 20.81-11.63 8.45-15.12-20.81v-4.06zM74.84 64.23l-2.92-8.99 2.33-3.43 24.46-7.94 4.45 13.67-24.47 7.95-3.85-1.26z"}),e.createElement("path",{d:"M64 1.41A62.59 62.59 0 10126.59 64 62.59 62.59 0 0064 1.41zm-.34 111.5a49.5 49.5 0 1149.5-49.5 49.5 49.5 0 01-49.5 49.51z"}),e.createElement("path",{d:"M61.58 82.99h3.92v19.51h-3.92zM82.838 70.95l1.211-3.728 18.555 6.029-1.211 3.728zM77.754 47.062l-3.171-2.304L86.05 28.974l3.172 2.304zM53.352 44.759l-3.172 2.304L38.713 31.28l3.171-2.304zM43.395 67.224l1.211 3.728-18.555 6.029-1.211-3.728z"})))};Nc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Nc.defaultProps={color:"#8a4182",size:"128"};const Rc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M47.617 98.12c-19.192 5.362 11.677 16.439 36.115 5.969-4.003-1.556-6.874-3.351-6.874-3.351-10.897 2.06-15.952 2.222-25.844 1.092-8.164-.935-3.397-3.71-3.397-3.71zm33.189-10.46c-14.444 2.779-22.787 2.69-33.354 1.6-8.171-.845-2.822-4.805-2.822-4.805-21.137 7.016 11.767 14.977 41.309 6.336-3.14-1.106-5.133-3.131-5.133-3.131zm11.319-60.575c.001 0-42.731 10.669-22.323 34.187 6.024 6.935-1.58 13.17-1.58 13.17s15.289-7.891 8.269-17.777c-6.559-9.215-11.587-13.793 15.634-29.58zm9.998 81.144s3.529 2.91-3.888 5.159c-14.102 4.272-58.706 5.56-71.095.171-4.45-1.938 3.899-4.625 6.526-5.192 2.739-.593 4.303-.485 4.303-.485-4.952-3.487-32.013 6.85-13.742 9.815 49.821 8.076 90.817-3.637 77.896-9.468zM85 77.896c2.395-1.634 5.703-3.053 5.703-3.053s-9.424 1.685-18.813 2.474c-11.494.964-23.823 1.154-30.012.326-14.652-1.959 8.033-7.348 8.033-7.348s-8.812-.596-19.644 4.644C17.455 81.134 61.958 83.958 85 77.896zm5.609 15.145c-.108.29-.468.616-.468.616 31.273-8.221 19.775-28.979 4.822-23.725-1.312.464-2 1.543-2 1.543s.829-.334 2.678-.72c7.559-1.575 18.389 10.119-5.032 22.286zM64.181 70.069c-4.614-10.429-20.26-19.553.007-35.559C89.459 14.563 76.492 1.587 76.492 1.587c5.23 20.608-18.451 26.833-26.999 39.667-5.821 8.745 2.857 18.142 14.688 28.815zm27.274 51.748c-19.187 3.612-42.854 3.191-56.887.874 0 0 2.874 2.38 17.646 3.331 22.476 1.437 57-.8 57.816-11.436.001 0-1.57 4.032-18.575 7.231z"}))};Rc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Rc.defaultProps={color:"#EA2D2E",size:"128"};const Ic=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M2 1v125h125V1H2zm66.119 106.513c-1.845 3.749-5.367 6.212-9.448 7.401-6.271 1.44-12.269.619-16.731-2.059-2.986-1.832-5.318-4.652-6.901-7.901l9.52-5.83c.083.035.333.487.667 1.071 1.214 2.034 2.261 3.474 4.319 4.485 2.022.69 6.461 1.131 8.175-2.427 1.047-1.81.714-7.628.714-14.065C58.433 78.073 58.48 68 58.48 58h11.709c0 11 .06 21.418 0 32.152.025 6.58.596 12.446-2.07 17.361zm48.574-3.308c-4.07 13.922-26.762 14.374-35.83 5.176-1.916-2.165-3.117-3.296-4.26-5.795 4.819-2.772 4.819-2.772 9.508-5.485 2.547 3.915 4.902 6.068 9.139 6.949 5.748.702 11.531-1.273 10.234-7.378-1.333-4.986-11.77-6.199-18.873-11.531-7.211-4.843-8.901-16.611-2.975-23.335 1.975-2.487 5.343-4.343 8.877-5.235l3.688-.477c7.081-.143 11.507 1.727 14.756 5.355.904.916 1.642 1.904 3.022 4.045-3.772 2.404-3.76 2.381-9.163 5.879-1.154-2.486-3.069-4.046-5.093-4.724-3.142-.952-7.104.083-7.926 3.403-.285 1.023-.226 1.975.227 3.665 1.273 2.903 5.545 4.165 9.377 5.926 11.031 4.474 14.756 9.271 15.672 14.981.882 4.916-.213 8.105-.38 8.581z"}))};Ic.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ic.defaultProps={color:"#F0DB4F",size:"128"};const Wc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M107.453 41.338l-.04-.04c-10.817-1.23-19.398-9.813-20.63-20.63l-.058-.058C85 9.35 75.27.723 63.528.723c-12.962 0-23.47 10.507-23.468 23.47 0 .368.01.735.028 1.1A23.49 23.49 0 0124.61 40.318c-.22-.006-.44-.017-.66-.017C10.987 40.3.48 50.81.48 63.77c0 12.67 10.04 22.988 22.598 23.447 8.885 2.07 15.835 9.17 17.655 18.148.802 12.234 10.974 21.91 23.41 21.91 12.548 0 22.794-9.845 23.437-22.23a23.49 23.49 0 0115.178-17.056c.43.022.86.036 1.295.036 12.96 0 23.468-10.507 23.468-23.468 0-11.806-8.718-21.572-20.067-23.22zM47.973 63.77c0-8.32 6.285-15.164 14.366-16.062.127-.014.257-.023.387-.035.146-.013.295-.014.442-.022.12.003.238.01.358.01.395 0 .788-.01 1.178-.03 8.667.3 15.606 7.4 15.606 16.14 0 .12-.01.24-.013.36-.187 8.444-6.837 15.29-15.202 15.78-.18.058-.362.108-.542.163-.185-.046-.372-.088-.555-.138-8.536-.072-15.493-6.76-15.995-15.19-.04-.12-.072-.247-.11-.37.03-.117.052-.238.085-.354 0-.083-.007-.165-.007-.25z"}))};Wc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Wc.defaultProps={color:"#FF664A",size:"128"};const Gc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M62.8 124.3c-3.5-.402-3.8-.698-5.3-5.6-1.7-5.9-4.898-23.598-4.3-24.2 1.902-1.898 22.6-2.398 23.698-.602 1 1.5 2.602 29 1.801 29.801-.8.7-11.5 1.2-15.898.602zm0 0M81.602 117.8c-1.102-3.402-1.204-6.902-.403-7.5 1.403-.8 2.801 1.598 2.801 4.9 0 2.902-1.7 4.8-2.398 2.6zm0 0"}),e.createElement("path",{d:"M47 109.102c-3.602-1.102-8.8-3.903-9.5-5.102-.398-.602-.898-4.102-1.2-7.8-.3-3.7-1.402-10.098-2.5-14.2-1.1-4.102-2.198-8.398-2.5-9.5-.6-3 12-11.5 14.5-9.7.9.7 4.098 2.598 6.9 4.302 4.402 2.597 5.402 3.699 6.402 7.199.597 2.3 1.796 4.8 2.699 5.5.898.699 1.699 2.199 1.699 3.3C63.5 85 65.8 86.7 71 88.7c2 .801.5 1.102-7.3 1.7-5.302.402-10.2.402-10.802 0-.699-.399-.898-2.2-.699-4.297.301-2 .2-4.5-.3-5.602-.5-1.398-.797-.2-.797 3.602-.102 6.199-.704 7.5-2.903 5.597-1.3-1-1.398-.898-1 .301.301.8-.199 2-1.097 2.7-1.403 1.1-1.102 1.198 1.597 1.3 2.903 0 3.2.3 3.7 4 .3 2.2.902 5.8 1.203 8 .597 4.3-.102 4.7-5.602 3.102zm0 0M80.102 100c-.102-5.398.199-7 1.296-7 .903 0 1.801 1.898 2.5 5 1.403 6.7 1.403 7.7-.5 8.398C80.5 107.5 80.2 107 80.102 100zm0 0M101.602 103.602c.398-.903-.801-1.204-4.204-1.204l-4.597.102-.403-5.5L92 91.5l4.7-1.7c5.6-2 6.6-1.402 8.198 4.7 1.204 4.8.301 8.8-2.296 9.8-1 .4-1.301.098-1-.698zM100 98.398c0-.199-1.2-.398-2.7-.398-2.1 0-2.402.3-1.402.898 1.301.801 4.102.5 4.102-.5zm0-3.296c0-.5-1.102-.801-2.5-.5-3.102.5-3.3-.403-.3-1.5 1.198-.403 1.698-1 1.198-1.301-1.296-.903-4.699 1.898-3.898 3.097.8 1.301 5.5 1.5 5.5.204zm0 0M87.602 99.3C87.3 97.2 87 94.603 87 93.5c.102-2 .102-2 1.5-.102 1.602 2.102 2.102 9.602.602 9.602-.403 0-1.102-1.7-1.5-3.7zm0 0M82 89.398c0-.097 1.5-2.699 3.398-5.796 3.204-5.301 3.403-6.204 3.204-13.102-.204-4.102-.801-8.102-1.5-8.898-.704-.801-.801-1.704-.301-2 .398-.204 2.5 1.199 4.5 3.296C95.3 67 96 70.5 93.8 75.7c-.602 1.5-1.2 3.5-1.403 4.301-.199.898-1 3.2-1.796 5.2-1.301 3-2.102 3.6-5.102 4-1.898.198-3.5.3-3.5.198zm0 0"}),e.createElement("path",{d:"M69.102 84.602l-4.5-2.301 2.699-2.7C68.699 78.2 70.3 77 70.898 77 71.7 77 76 84.7 76 86.3c0 1.302-2.398.598-6.898-1.698zm0 0M76.7 80.398c-2.098-4.199-2.5-5.898-1.598-6.5 1.296-.796 4.597.801 5.199 2.602.3.5.097 3-.2 5.398L79.5 86.2zm0 0M82.398 81.5c.301-2.2.5-4.602.5-5.2.102-1.5 2.704-1.698 3.602-.3.3.5-.5 2.898-2 5.2L82 85.5zm0 0M61.102 74.898c-1.403-4.097-1.403-8.597 0-9.398 1.796-1.2 9.898 2.398 9.199 4.102-.301.796 0 1.398.597 1.398 3.204 0-1.796 4.898-6.5 6.398-1.796.5-2.398.102-3.296-2.5zm0 0M79 71.3c0-.6.602-1.402 1.3-1.6.9-.4.9-.802-.198-1.5-1-.802-.801-1.302 1-2.598 3.199-2.204 3.796-2 5 1 1.597 4.296.398 6.296-3.602 6.097-1.898-.097-3.5-.699-3.5-1.398zm0 0M54.5 66c-.3-.5.3-1 1.5-1s1.8.5 1.5 1c-.3.602-1 1-1.5 1s-1.2-.398-1.5-1zm0 0M52.5 62.3c-3.898-2.1-5.2-3.8-6.898-9.3-.903-2.898-1-4.898-.403-5.7 1.5-1.902 0-3.5-2.199-2.3-2.5 1.3-2.602 1.3-5-1.2-1.102-1.3-2-3.5-2-5.402 0-5.398 4.8-8.5 7-4.5 1.3 2.5 1.3 4.204-.102 1.903-.5-1-1.796-1.801-2.796-1.801-1.403 0-1.704.602-1.301 3.2.5 3.198.5 3.198 1.398.8.903-2.398 1-2.398 2.403-.602.796 1.102 1.398 1.5 1.398.903 0-.7 1.2-1.301 2.8-1.5 2.098-.2 2.598-.801 2.4-2.301-.5-2.8-.4-8 .1-14.8.302-4.7.9-6.302 3.302-8.802C59.602 3.5 68.898 1.801 78.8 6c6.398 2.8 10.8 8 6.699 8-1.398 0-1.8 1-1.2 2.7.098.402 1.098.6 2.302.5 4.199-.598 7.199 6.902 6.597 16.8-.097 1.898-.3 4.7-.3 6.3-.098 1.5-.5 2.7-1 2.7-.399 0-1 1.3-1.399 2.898C88.602 54.7 80.102 62 72 62c-5.398 0-9-2-13.898-7.7C55.398 51.103 54 50.103 54 51.2c0 1.5 5.398 8.6 8.5 11.1.602.5 0 .598-1.2.2-1.198-.3-2.402-.102-2.8.5-.898 1.398-2.5 1.2-6-.7zM80.102 55c1 0 1.898-.3 1.898-.7 0-.5-2.3-.902-5.102-1-3.699-.1-5.699-.698-7.5-2.402C68.102 49.7 67 49.102 67 49.7c0 2.602 6.7 6.602 9.8 5.7.802-.2 2.2-.399 3.302-.399zm.796-6.3c-.199-.302-3.097-.7-6.398-1-4.8-.5-5.602-.4-4 .6 2.8 1.598 8.8 2.5 9.898 1.5.5-.402.801-.902.5-1.1zm5.903-.302C88 47.602 89 46.5 89 46c0-1.2-6.3 1.5-6.8 2.898-.5 1.602 2 1.301 4.6-.5zm-3.801-4c6-2.398 6.898-4.898 3.2-8.796-1.7-1.704-3.9-4.704-5.098-6.602C80 27.102 79 26.2 79 27.102c0 .898 1.102 3.097 2.5 5C82.8 34 84.7 36.5 85.602 37.8c2 2.8 1.296 3.8-4.204 5.699-3.398 1.2-4.097 1.102-5.597-.2-2-1.8-2.5-.402-.602 1.5 1.602 1.598 3 1.5 7.801-.402zM71.8 31.801c.7-.903.5-2-.902-3.7-1-1.3-1.898-1.8-1.898-1.3 0 .597.5 1.398 1 1.699 2 1.2.898 2.5-2.102 2.5-1.699 0-2.796.398-2.398 1 .898 1.398 5.102 1.2 6.3-.2zm19-.7c.9-.5 1.098-1.703.598-3.5C90.5 23.7 88.602 23 89.5 26.899 90.102 29.602 89.898 30 88 30c-1.2 0-1.8.5-1.5 1 .7 1.2 2.5 1.3 4.3.102zM63.8 18c2.302 0 3-1.398 1.2-2.5-.898-.5-7 2-7 2.898 0 .301-.3 1.301-.7 2.301-.5 1.5-.198 1.5 1.9-.398C60.5 19 62.601 18 63.8 18zm0 0"}),e.createElement("path",{d:"M44.5 29.898c-.398-.597-2.102-.898-3.8-.699-2.802.301-3.2 0-3.5-2.3-.5-4.297 1.5-7.899 5.402-9.5 4.097-1.7 4.699-1.5 4.5 1.8-.102 1.301-.204 4.403-.204 7.102 0 4.5-1 5.898-2.398 3.597zm0 0M43 13c0-1 1.7-2.3 6.3-4.898L53.103 6 50.3 9.5c-1.5 1.898-3 3.5-3.301 3.602-.3 0-1.3.199-2.2.398-1 .2-1.8 0-1.8-.5zm0 0"})))};Gc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Gc.defaultProps={color:"#000000",size:"128"};const Jc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M124.129 63.02c0-7.692-5.828-14.165-13.652-16.012L128 .113H41.16l17.563 47.043c-7.578 1.996-13.164 8.356-13.164 15.903 0 5.546 3.058 10.464 7.703 13.496-1.832 2.367-3.953 4.55-6.356 6.62-4.523 3.848-9.539 6.805-14.957 8.766-4.89-2.996-7.008-8.285-5.094-13.02 7.457-2.07 12.88-8.394 12.88-15.827 0-9.133-8.192-16.532-18.22-16.532-10.066 0-18.253 7.434-18.253 16.57 0 4.513 2.035 8.653 5.297 11.61-.286.52-.57 1.035-.856 1.59C4.973 81.438 1.875 87.207.691 93.68c-2.363 12.941 1.508 23.336 10.84 29.215 5.258 3.293 11.047 4.957 17.282 4.957 10.714 0 21.597-4.883 32.109-9.618 7.5-3.363 15.242-6.879 22.863-8.578 2.813-.629 5.746-1 8.844-1.406 6.273-.813 12.754-1.664 18.582-4.734 6.805-3.586 11.45-9.579 12.797-16.457 1.015-5.29 0-10.614-2.61-15.274a15.35 15.35 0 002.73-8.765zm-7.945 0c0 5.14-4.606 9.32-10.27 9.32s-10.27-4.18-10.27-9.32c0-1.665.489-3.254 1.344-4.622.325-.52.735-1.035 1.14-1.48a8.517 8.517 0 011.427-1.219l.043-.039c.324-.222.691-.445 1.058-.664 0 0 .04 0 .04-.039.163-.074.327-.184.492-.258.039 0 .078-.039.12-.039.165-.07.368-.144.57-.219a8.78 8.78 0 00.571-.222c.04 0 .082-.04.121-.04.164-.034.328-.109.489-.144.043 0 .125-.039.164-.039.203-.035.367-.074.57-.11h.043l.61-.113c.042 0 .12 0 .163-.035.164 0 .325-.039.489-.039h.203c.203 0 .41-.035.652-.035h.531c.16 0 .286 0 .446.035h.082c.328.04.652.074.98.149 4.645.886 8.192 4.66 8.192 9.172zM52.527 7.508h64.102l-14.711 39.387c-.61.113-1.223.296-1.832.48l-15.484-28.66L69.074 47.19c-.613-.183-1.265-.296-1.914-.406zM81.664 59.8c-.773-3.477-2.73-6.582-5.5-8.875l8.438-15.457 8.515 15.789c-2.527 2.293-4.36 5.215-5.094 8.543zM61.25 53.96c.203-.04.367-.074.57-.113h.121c.164-.035.329-.035.489-.075h.164c.164 0 .285-.035.449-.035h1.59c.16 0 .285.035.406.035.082 0 .121 0 .203.04.164.035.285.035.45.074.038 0 .081 0 .163.035.204.039.407.074.57.113h.04c.164.035.328.07.488.145.043 0 .082.039.164.039.121.035.285.074.406.148.043 0 .082.035.125.035.16.075.325.114.489.188h.039c.203.07.367.144.531.258h.04c.163.074.327.183.491.257.04 0 .04.04.078.04.164.07.286.183.45.257l.043.035c.488.333.937.704 1.382 1.075l.043.035c.407.406.813.851 1.141 1.332 1.059 1.48 1.672 3.219 1.672 5.105 0 5.141-4.606 9.317-10.27 9.317s-10.27-4.176-10.27-9.317c-.042-4.328 3.259-7.988 7.743-9.023zm-40.102-.262c5.665 0 10.27 4.18 10.27 9.32 0 5.141-4.605 9.32-10.27 9.32-5.664 0-10.27-4.179-10.27-9.32 0-5.14 4.606-9.32 10.27-9.32zm94.79 32.067c-.895 4.73-4.118 8.875-8.844 11.351-4.442 2.332-9.903 3.07-15.649 3.809-3.136.406-6.437.851-9.617 1.554-8.476 1.887-16.625 5.586-24.531 9.133-10.106 4.551-19.645 8.84-28.484 8.84-4.606 0-8.723-1.183-12.633-3.66-8.965-5.621-8.52-16.16-7.457-21.93.976-5.402 3.707-10.468 6.316-15.312.16-.297.285-.555.445-.852.899.297 1.836.52 2.813.668-1.547 7.84 2.851 15.938 11.41 19.934l1.55.738 1.669-.555c7.133-2.293 13.734-6.027 19.562-11.02 3.301-2.812 6.114-5.843 8.477-9.136.937.149 1.875.188 2.812.188 8.477 0 15.606-5.29 17.645-12.391h6.844c2.039 7.137 9.171 12.39 17.648 12.39 3.383 0 6.52-.85 9.207-2.292 1.063 2.773 1.387 5.656.817 8.543zm0 0"}))};Jc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Jc.defaultProps={color:"#99425B",size:"128"};const Uc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M21.715 32.152a10.663 10.663 0 00-10.492 8.938 10.664 10.664 0 007.082 11.824h.105l.277.086 23.981 7.305v25.027h42.664V42.668H42.668v3.883L28.594 34.64a10.65 10.65 0 00-6.88-2.489zm27.914 15.864h1.832v4.222a2.434 2.434 0 01-.652 1.871 2.528 2.528 0 01-1.829.711 2.745 2.745 0 01-2.34-1.152l1.188-1.125c.23.363.621.594 1.047.621.457 0 .754-.32.754-.941zm2.66 0h5.356v1.554h-3.56v1.02h3.196v1.422h-3.164v1.058h3.555v1.563h-5.406zm5.973 0h5.84v1.613h-2v5.043h-1.848v-5.043h-1.992zm3.668 9.234h1.777l2.848 6.715H64.57l-.476-1.203h-2.582L61.035 64H57.45l-1.344-2.02h-.617V64h-1.847l.011-6.7h2.953c.098-.007.196-.01.293-.007a2.926 2.926 0 011.875.719c.403.414.618.972.59 1.55a2.132 2.132 0 01-1.37 2.055l1.296 1.946zm4.914.031h1.847v6.66h-1.847zm2.531 0h1.734l2.399 3.555V57.28h1.828v6.66h-1.613L71.21 60.29v3.652h-1.836zm-18.605.012a2.47 2.47 0 011.566.598c.289.285.445.675.437 1.082a1.556 1.556 0 01-1.03 1.484c.78.145 1.339.836 1.32 1.629 0 1.203-.93 1.914-2.524 1.914h-3.156v-6.7h3.14c.082-.007.164-.007.247-.007zm-1.59 1.496v1.164h.89c.555 0 .883-.191.883-.574l-.016-.024c0-.367-.3-.566-.84-.566zm6.324.113v1.614l.992-.016c.621 0 .996-.305.996-.793 0-.535-.39-.805-1-.805zm7.3.54l-.753 1.886h1.5zM49.18 61.25v1.227h1.152c.57 0 .883-.22.883-.61-.016-.379-.285-.617-.903-.617zm-1.871 16.082h16V80h-16zm0 0"}),e.createElement("path",{d:"M63.895 18.438A7.747 7.747 0 0051.91 11.91L16 33.714a10.66 10.66 0 00-4.793 9.96 10.67 10.67 0 0017.523 7.106l32.192-26.234.254-.211a7.783 7.783 0 002.719-5.898zm0 0"}),e.createElement("path",{d:"M116.117 65.422L61.633 12.949a7.763 7.763 0 00-7.692-1.965 7.763 7.763 0 00-5.394 5.825 7.764 7.764 0 002.555 7.52l.097.085 57.887 48.766a5.235 5.235 0 005.578.734 5.243 5.243 0 003.02-4.75 5.281 5.281 0 00-1.567-3.742zm0 0"}),e.createElement("path",{d:"M117.688 69.184a5.226 5.226 0 00-8.297-4.266l-65.926 32.21a10.668 10.668 0 1011.008 18.2l60.96-41.844a5.21 5.21 0 002.254-4.3zm0 0"}),e.createElement("path",{d:"M75.64 62.953l1.024-1.23a3.45 3.45 0 002.133.804c.508 0 .77-.175.77-.46 0-.294-.215-.434-1.13-.649-1.425-.328-2.511-.711-2.511-2.082 0-1.238.98-2.133 2.582-2.133a4.185 4.185 0 012.738.887l-.89 1.265a3.244 3.244 0 00-1.864-.652c-.449 0-.668.176-.668.426 0 .305.227.441 1.16.648 1.528.332 2.473.832 2.473 2.075 0 1.359-1.074 2.132-2.687 2.132a4.643 4.643 0 01-3.13-1.03zm0 0"})))};Uc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Uc.defaultProps={color:"#000000",size:"128"};const Yc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M108.023 16H61.805c0 11.52 9.324 20.848 20.847 20.848h8.5v8.226c0 11.52 9.328 20.848 20.848 20.848V19.977A3.98 3.98 0 00108.023 16zm0 0"}),e.createElement("path",{d:"M85.121 39.04H38.902c0 11.519 9.325 20.847 20.844 20.847h8.504v8.226c0 11.52 9.328 20.848 20.848 20.848V43.016a3.983 3.983 0 00-3.977-3.977zm0 0"}),e.createElement("path",{d:"M62.219 62.078H16c0 11.524 9.324 20.848 20.848 20.848h8.5v8.23c0 11.52 9.328 20.844 20.847 20.844V66.059a3.984 3.984 0 00-3.976-3.98zm0 0"})))};Yc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Yc.defaultProps={color:"#253858",size:"128"};const Qc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M65.283 106.928c-.828-.187-1.633-.446-2.441-.685l-.609-.185a72.498 72.498 0 01-2.352-.765l-.323-.117a71.149 71.149 0 01-2.074-.769l-.582-.229c-.752-.297-1.5-.607-2.238-.931l-.447-.198a92.857 92.857 0 01-1.889-.879l-.546-.262c-.491-.239-.977-.493-1.461-.743-.324-.171-.654-.332-.975-.51a57.368 57.368 0 01-1.751-.982l-.591-.33a79.8 79.8 0 01-2.28-1.397l-.615-.41a57.785 57.785 0 01-1.623-1.079l-.523-.367a93.376 93.376 0 01-1.534-1.109l-.679-.514a67.061 67.061 0 01-1.384-1.082l-.617-.495a85.378 85.378 0 01-1.724-1.453l-.188-.159a81.186 81.186 0 01-1.812-1.647l-.51-.491c-.441-.42-.875-.843-1.302-1.277l-.51-.509a72.65 72.65 0 01-1.599-1.69l-.078-.084a65.735 65.735 0 01-1.621-1.844l-.424-.504a67.378 67.378 0 01-1.167-1.442l-.427-.532a78.406 78.406 0 01-1.347-1.794C12.89 62.89 8.524 40.032 18.236 21.26L9.625 32.181C-1.404 48.032-.031 68.657 8.394 85.501c.2.404.411.801.617 1.198l.395.759.245.437.439.786c.262.461.53.92.805 1.379l.458.756c.304.491.615.976.934 1.46l.398.614c.438.655.888 1.309 1.352 1.951l.039.05.228.308c.4.553.814 1.099 1.232 1.639l.463.59c.373.469.752.935 1.139 1.399l.435.52a75.27 75.27 0 001.586 1.812l.032.033.062.068a77.952 77.952 0 001.612 1.699l.517.521c.423.426.853.845 1.287 1.262l.526.5c.58.547 1.166 1.083 1.764 1.607l.028.022.307.262c.526.456 1.062.909 1.603 1.353l.664.529c.441.354.887.702 1.336 1.044l.714.543c.495.365.995.724 1.499 1.075l.546.387.15.107c.478.329.967.646 1.456.963l.63.42c.749.474 1.51.943 2.278 1.396l.63.355a74.53 74.53 0 001.711.959c.312.168.632.327.946.488.407.213.811.429 1.225.636l.283.137.501.242c.641.306 1.287.607 1.94.897l.41.184a66.92 66.92 0 002.263.941l.551.217c.704.271 1.418.539 2.135.791l.268.093c.786.275 1.581.53 2.381.779l.575.172c.814.245 1.618.538 2.458.693 53.339 9.727 68.833-32.053 68.833-32.053-13.014 16.954-36.112 21.426-57.997 16.447zM46.069 63.697c1.195 1.713 2.52 3.751 4.105 5.127a48.111 48.111 0 001.79 1.858l.472.465a52.581 52.581 0 001.828 1.698l.074.064.018.018a55.268 55.268 0 002.135 1.767l.484.378a54.08 54.08 0 002.233 1.631l.065.049c.336.232.679.448 1.02.672l.482.319c.544.349 1.096.689 1.656 1.015l.234.136c.483.278.973.552 1.463.818l.521.271c.339.177.678.358 1.024.53l.155.07c.702.346 1.411.68 2.136.995l.472.194a50.02 50.02 0 001.75.71l.75.275c.533.198 1.068.378 1.608.559l.727.233c.767.238 1.525.539 2.324.672 41.183 6.823 50.69-24.886 50.69-24.886-8.57 12.343-25.168 18.233-42.879 13.635a50.376 50.376 0 01-2.333-.674l-.7-.227a46.162 46.162 0 01-1.632-.562l-.736-.274a57.432 57.432 0 01-1.756-.708l-.473-.2a47.728 47.728 0 01-2.148-.999c-.364-.177-.721-.364-1.078-.548l-.622-.32a44.502 44.502 0 01-1.363-.77l-.326-.185a47.802 47.802 0 01-1.65-1.008l-.498-.332a65.856 65.856 0 01-1.069-.707 58.235 58.235 0 01-2.226-1.628l-.501-.395c-7.752-6.12-13.897-14.486-16.819-23.971-3.062-9.836-2.401-20.878 2.903-29.84l-6.517 9.2c-7.977 11.478-7.543 26.844-1.321 38.983a50.37 50.37 0 003.528 5.892zm43.407-14.199c.339.125.678.237 1.022.354l.451.143c.484.152.966.329 1.467.424 22.739 4.394 28.908-11.669 30.549-14.034-5.403 7.779-14.482 9.646-25.623 6.942-.88-.213-1.848-.531-2.696-.832a33.242 33.242 0 01-3.201-1.329 33.175 33.175 0 01-5.612-3.424c-9.969-7.565-16.162-21.994-9.657-33.745l-3.52 4.851c-4.702 6.92-5.164 15.514-1.901 23.156 3.441 8.112 10.492 14.475 18.721 17.494z"}))};Qc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Qc.defaultProps={color:"#0868AC",size:"128"};const Kc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("circle",{cx:"29.1",cy:"94.2",r:"29.1"}),e.createElement("circle",{cx:"98.9",cy:"94.2",r:"29.1"}),e.createElement("circle",{cx:"64",cy:"33.8",r:"29.1"})))};Kc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Kc.defaultProps={color:"#000000",size:"128"};const Zc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M109.766 7.281a7.691 7.691 0 01-1.09 4.282 7.583 7.583 0 01-3.262 2.949 7.49 7.49 0 01-4.34.62 7.525 7.525 0 01-3.953-1.913A7.642 7.642 0 0195.137 5a7.606 7.606 0 012.629-3.531 7.509 7.509 0 014.136-1.461 7.51 7.51 0 015.422 1.996 7.627 7.627 0 012.438 5.273zm0 0M65.758 96.79c-20.098 0-37.649-7.364-46.766-18.267a49.95 49.95 0 0018.102 24.254 49.251 49.251 0 0028.676 9.215 49.279 49.279 0 0028.675-9.215 49.917 49.917 0 0018.094-24.254C103.406 89.426 85.855 96.79 65.758 96.79zm0 0M65.75 25.883c20.098 0 37.652 7.367 46.766 18.265a49.95 49.95 0 00-18.102-24.253 49.27 49.27 0 00-28.672-9.22 49.27 49.27 0 00-28.672 9.22A49.909 49.909 0 0018.97 44.148C28.102 33.27 45.652 25.883 65.75 25.883zm0 0M38.164 117.984a9.671 9.671 0 01-1.371 5.399 9.5 9.5 0 01-9.59 4.504 9.405 9.405 0 01-4.98-2.418 9.671 9.671 0 01-2.809-4.797 9.73 9.73 0 01.313-5.567 9.624 9.624 0 013.328-4.453 9.466 9.466 0 0112.043.688 9.63 9.63 0 013.066 6.648zm0 0M21.285 23.418a5.53 5.53 0 01-3.14-.816 5.627 5.627 0 01-2.618-5.672 5.612 5.612 0 011.407-2.95 5.593 5.593 0 012.789-1.664 5.46 5.46 0 013.238.184 5.539 5.539 0 012.586 1.969 5.66 5.66 0 01-.399 7.129 5.557 5.557 0 01-3.867 1.82zm0 0"}))};Zc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Zc.defaultProps={color:"#000000",size:"128"};const Xc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M77.281 89.582l19.625 37.84h31.02l-35.153-67.14-15.492 29.3m-62.535 20.29l14.367-17.497 22.973 35.047-14.746-70.3-12.45 26.472-10.144 26.277m0 0L37.34 57.117 22.977 74.625 0 39.575l14.746 70.296M124.97.391h-31.02l-19 36.285V.39H46.492v37.632l15.172 72.282 3.535 17.117h9.75V95.664L124.97.391"}))};Xc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Xc.defaultProps={color:"#56C5A8",size:"128"};const et=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M73.944 49.76c.385-.682.975-1.264 1.745-1.48.348-.007.695-.005 1.044-.003.472.218.887.56 1.144 1.017.203.459.093.939-.011 1.405a7.38 7.38 0 00-.335.873c-.082.178-.156.36-.221.544-.08.179-.152.36-.218.543a8.32 8.32 0 00-.217.544c-.078.179-.15.36-.218.544-.077.179-.15.36-.217.543-.077.18-.15.36-.218.543-.077.18-.15.36-.216.543a8.98 8.98 0 00-.217.543 8.98 8.98 0 00-.217.543c-.078.18-.151.36-.217.543a8.98 8.98 0 00-.218.543c-.078.18-.15.36-.217.544-.077.179-.15.36-.217.543-.078.179-.151.36-.217.544a8.042 8.042 0 00-.217.542c-.078.179-.152.36-.218.543-.077.18-.15.36-.216.544a9.052 9.052 0 00-.339.886c1.37-1.028 2.716-2.093 4.126-3.065.145-.077.292-.153.437-.231.48-.197 1.004-.16 1.51-.126.358.205.698.45.908.816a2.084 2.084 0 01-.291 2.019c-.275.343-.607.632-.937.92-.153.102-.3.21-.443.326-.748.514-1.464 1.074-2.188 1.62l.363.545c.071.111.143.222.218.333.165.299.35.584.543.867.23.414.499.804.762 1.197.102.181.206.361.319.537.075.11.15.22.229.33.212.392.435.782.56 1.213.079.318-.057.63-.116.94-.328.519-.76.994-1.335 1.24-.396.13-.795.148-1.188-.003-.241-.17-.494-.338-.65-.595l-1.648-2.483-.218-.327c-.072-.11-.144-.219-.217-.327-.073-.11-.144-.219-.217-.326-.073-.11-.147-.221-.22-.328-.461-.799-1.025-1.53-1.494-2.323l.037.14c-.097.177-.18.361-.252.549-.076.18-.148.362-.212.545-.08.178-.153.36-.218.543a8.07 8.07 0 00-.216.543c-.08.178-.153.36-.217.543-.387.915-.697 1.865-1.193 2.73-.409.453-.82.962-1.44 1.119-.275.036-.546.184-.826.106a7.43 7.43 0 00-.67-.127c-.327-.283-.717-.554-.845-.99-.272-.612.093-1.247.261-1.834.08-.18.156-.36.224-.543.075-.18.149-.36.215-.543.076-.18.151-.36.219-.543.075-.18.15-.36.217-.543.076-.18.149-.361.217-.545.077-.178.149-.36.216-.542.077-.179.15-.36.217-.543.076-.18.15-.36.218-.544.077-.178.15-.36.217-.543.077-.178.15-.36.217-.543.077-.178.15-.36.217-.542.077-.18.15-.36.218-.544.076-.18.15-.36.217-.543.077-.18.15-.36.217-.543.077-.18.15-.36.217-.543.077-.18.15-.36.218-.544.077-.179.15-.36.216-.543.078-.179.15-.36.217-.543.077-.179.15-.36.217-.544.077-.178.151-.36.217-.543.078-.178.15-.36.218-.543.077-.178.15-.36.217-.543.077-.178.15-.36.217-.543.077-.178.15-.36.216-.543.15-.36.298-.722.435-1.087.078-.179.15-.36.218-.543.077-.179.15-.36.217-.543.077-.18.15-.36.216-.543.078-.18.151-.36.218-.543.077-.18.15-.36.217-.543.077-.178.15-.36.216-.543.165-.393.324-.79.473-1.19zM6.59 51.014c1.252-.431 2.591-.4 3.896-.337.213.043.423.098.64.119.72.217 1.42.497 2.07.878.819.598 1.555 1.324 2.056 2.213.121.325.253.646.377.97.177.746.153 1.514.131 2.275-.072.849-.328 1.666-.572 2.477a7.34 7.34 0 00-.33.872c-.172.34-.29.705-.48 1.037.336-.441.76-.803 1.131-1.214.605-.729 1.311-1.364 1.953-2.06.755-.908 1.665-1.675 2.414-2.59 1.358-1.328 2.575-2.79 3.972-4.08.225-.144.447-.291.669-.441.557-.314 1.198-.302 1.818-.248.486.24.965.593 1.16 1.119.18.41.1.865.1 1.298-.162.292-.305.594-.466.886a9.99 9.99 0 00-.225.335c-.451.456-.83.978-1.3 1.418-.533.555-1.098 1.084-1.587 1.68-.735.784-1.532 1.511-2.222 2.336-.552.571-1.117 1.128-1.662 1.706-.583.705-1.263 1.322-1.89 1.987l.202.44c.128.405.258.81.431 1.199.136.4.26.807.435 1.195.136.4.26.807.434 1.195.136.4.26.807.435 1.193.136.402.26.808.434 1.195.135.4.262.806.434 1.194.096.297.196.596.336.879l.047.197c.128.327.232.664.368.989.06.146.129.29.2.432.35.538 1.014.793 1.635.803l96.35-.001c.29-.004.567.106.856.13.227.115.455.23.685.339.185.206.326.443.462.684.016.42.018.842-.006 1.263a4.94 4.94 0 00-.134.346c-.265.467-.66.843-1.116 1.122-.46.139-.914.34-1.399.354H22c-.393.013-.767-.14-1.161-.124-.402-.152-.832-.252-1.19-.502-.462-.272-.725-.756-1.032-1.176-.13-.26-.262-.517-.388-.778a8.25 8.25 0 00-.274-.647c-.01-.05-.034-.147-.045-.196-.235-.62-.451-1.249-.703-1.864-.138-.403-.259-.813-.446-1.198l-.047-.195c-.129-.33-.23-.67-.376-.992a8.489 8.489 0 00-.326-.872c-.136-.4-.26-.807-.436-1.194-.135-.4-.261-.806-.433-1.192a6.633 6.633 0 00-.337-.877l-.048-.197c-.128-.33-.229-.67-.375-.991a8.25 8.25 0 00-.327-.873 16.29 16.29 0 00-.515-1.396c-.024.14-.051.28-.078.42-.092.177-.17.36-.24.546-.075.18-.148.36-.214.543-.077.179-.151.36-.219.542-.077.18-.15.361-.217.544-.077.179-.15.36-.218.543-.077.179-.15.36-.215.545-.201.426-.374.863-.54 1.303-.08.18-.152.36-.218.543-.079.179-.153.36-.219.544-.078.178-.15.36-.217.543a8.685 8.685 0 00-.218.542c-.079.179-.151.36-.218.542-.078.18-.15.36-.217.545-.092.21-.175.425-.26.639l-.21.44c-.343.556-.731 1.099-1.294 1.452l-.214.12c-.422.112-.847.301-1.293.23-.185-.039-.365-.09-.551-.12a3.653 3.653 0 01-.885-.676c-.08-.156-.162-.311-.248-.464-.102-.737.044-1.471.355-2.141.078-.178.152-.359.22-.542.078-.18.15-.36.217-.543.078-.18.15-.36.217-.544.078-.178.152-.358.218-.542.077-.179.151-.36.218-.542.077-.18.15-.36.218-.543.076-.18.15-.36.217-.543.077-.179.15-.36.218-.543.076-.18.15-.36.216-.545.279-.604.513-1.228.757-1.847.078-.179.153-.36.219-.543.077-.179.151-.36.217-.543.078-.178.151-.36.217-.542.079-.18.153-.36.219-.543.077-.18.15-.36.217-.543.077-.18.151-.36.218-.543.076-.18.15-.36.218-.542.077-.18.15-.36.217-.544.318-.748.593-1.512.8-2.299.155-.57.24-1.203.022-1.767a2.486 2.486 0 00-1.575-1.183c-.695-.098-1.422-.044-2.07.245a5.74 5.74 0 00-.432.217c-1.121.705-2.083 1.8-2.363 3.125-.099.311-.059.645-.11.965.029.436.055.876.276 1.266a3.03 3.03 0 001.308 1.19c.225.097.45.198.686.266.333.174.637.397.894.67l.098.235c.046.115.093.23.142.343.158 1.031-.547 1.996-1.463 2.399-.835.242-1.75.198-2.588-.01a6.596 6.596 0 00-.543-.227 9.866 9.866 0 00-.556-.325c-.855-.579-1.473-1.42-1.99-2.299-.104-.26-.202-.523-.322-.776a8.91 8.91 0 01-.343-3.093c.145-.812.257-1.642.562-2.42.117-.251.217-.511.321-.769.153-.25.308-.502.449-.759.148-.216.293-.432.437-.652a11.487 11.487 0 012.848-2.63 29.16 29.16 0 011.3-.659c.22-.067.436-.142.653-.22zm110.576 2.96c.546-.216 1.138-.197 1.715-.158.35.167.65.413.907.701l.099.234c.044.116.093.233.145.348.032.352-.042.694-.131 1.033a13.1 13.1 0 00-.223.66 9.56 9.56 0 00-.484 1.077l-.184.32c.452.08.914.056 1.37.086.115.048.232.093.352.134.297.191.624.403.72.77.203.456.08.963-.028 1.427-.27.621-.86.971-1.456 1.225-.79.194-1.605.117-2.411.13l-.04.247a5.09 5.09 0 00-.24.553c-.078.18-.15.36-.216.543-.078.18-.15.36-.217.543-.078.18-.15.361-.217.543-.078.18-.151.361-.217.544-.078.179-.151.36-.217.544a8.044 8.044 0 00-.217.542c-.079.179-.152.36-.219.542a5.38 5.38 0 00-.214.57c-.036.037-.109.109-.144.146.946.04 1.904-.086 2.833.133.222.112.445.224.667.338.122.192.247.382.37.573-.001.437.08.899-.1 1.312-.087.233-.238.434-.37.641-.285.209-.57.418-.89.572-.916.245-1.874.121-2.81.152-.944-.035-1.909.1-2.83-.152-.573-.249-1.073-.652-1.342-1.227-.057-.454-.233-.918-.054-1.37.092-.508.308-.972.507-1.444.076-.179.148-.36.215-.543.077-.18.15-.36.218-.543.076-.18.149-.36.216-.543.077-.18.15-.36.217-.543.078-.18.15-.36.217-.543.3-.705.551-1.432.874-2.128-.726.047-1.608-.108-1.971-.82-.05-.283-.176-.56-.124-.85.042-.223.096-.444.12-.669.267-.575.766-.982 1.342-1.227.628-.193 1.286-.137 1.933-.167.365-.144.36-.666.542-.982.077-.178.15-.36.217-.543.077-.18.151-.36.219-.543.077-.18.15-.362.214-.548.106-.22.215-.438.323-.656.307-.358.641-.694 1.014-.984zm-83.97 4.085c.529-.052 1.06-.018 1.59-.002.458.16.917.321 1.338.567.436.386.847.807 1.121 1.328.127.499.287 1.005.236 1.526-.073.592-.27 1.158-.465 1.719-.59 1.344-1.117 2.717-1.65 4.085.977.029 1.966-.086 2.926.127a2.5 2.5 0 01.908.684c.226.558.13 1.166-.026 1.728-.282.354-.606.675-.996.908a6.634 6.634 0 00-.67.238c-1.72.051-3.444.049-5.165.002-.364-.193-.753-.357-1.059-.638-.222-.244-.368-.543-.523-.83a3.728 3.728 0 00-.102-.703c.069-.226.09-.462.102-.696l.067-.101c.05-.183.11-.362.164-.543.16-.357.303-.722.442-1.087.078-.179.152-.36.218-.543.079-.179.151-.36.218-.543.078-.178.152-.358.218-.54.077-.181.15-.362.218-.545.077-.18.15-.36.218-.542a2.58 2.58 0 00.29-1.442 2.773 2.773 0 00-.586-.464c-.15-.011-.3-.024-.449-.04-.895-.075-1.582.596-2.06 1.27-.126.207-.242.42-.356.634-.853 1.932-1.585 3.915-2.383 5.872-.14.22-.276.444-.397.675-.364.432-.794.807-1.327 1.01-.195.024-.386.061-.575.107-.282.077-.553-.072-.83-.104a2.435 2.435 0 01-.891-.684c-.034-.06-.104-.179-.137-.239a3.342 3.342 0 01.244-1.818c.08-.178.156-.36.223-.543.077-.18.15-.36.216-.543.077-.18.15-.36.217-.543.077-.18.15-.36.217-.543.078-.18.15-.36.217-.543.078-.18.15-.36.217-.543.078-.18.15-.36.216-.543.655-1.63 1.316-3.258 1.953-4.895.072-.144.143-.289.216-.433.293-.473.737-.803 1.236-1.034.573-.023 1.17-.1 1.715.125.358.217.637.527.852.883.153-.11.31-.215.464-.323.298-.164.584-.348.883-.511.421-.152.846-.305 1.288-.387zm12.507.123c.85-.193 1.725-.159 2.59-.13.48.055.946.197 1.403.349.466.209.892.49 1.313.776.26.252.517.509.77.77.141.224.29.444.441.662.112.219.222.438.335.655.145.462.254.935.34 1.411.028.431.01.864.014 1.296.03.55-.187 1.068-.243 1.609-.119.325-.23.656-.333.988-.539 1.234-1.274 2.397-2.303 3.28-.602.436-1.256.798-1.975 1-1.252.222-2.531.14-3.798.128-.87-.091-1.779-.246-2.488-.799a5.823 5.823 0 01-1.542-2.088 8.522 8.522 0 00-.112-.333c-.395-1.449-.314-2.988.11-4.42.084-.18.158-.366.221-.554.139-.295.285-.585.437-.873.624-1.024 1.46-1.9 2.414-2.622l.335-.225c.355-.194.717-.374 1.08-.551.332-.104.663-.213.991-.33zm12.167.487c.686-.284 1.39-.57 2.138-.621.878-.024 1.777-.08 2.613.241.661.285 1.276.682 1.76 1.221.79 1.042 1.004 2.436.665 3.684-.084.178-.16.358-.227.541a8.98 8.98 0 00-.223.348c-.146.151-.295.3-.442.45-.15.076-.298.154-.446.233-.714.28-1.607.15-2.103-.468-.23-.472-.091-1.009-.177-1.508a4.128 4.128 0 01-.06-.59c-.14-.261-.352-.523-.665-.56-.414-.01-.864-.07-1.228.18-.517.244-.868.704-1.185 1.162-.09.14-.174.28-.259.421-.179.38-.342.778-.365 1.202-.171.675-.058 1.443.367 2.003.456.476 1.154.559 1.771.666 1.413.024 2.829-.002 4.243.011.364.04.72.141 1.074.235.195.143.389.29.57.454.03.06.09.183.119.245.028.215.079.427.12.641a7.674 7.674 0 01-.228.958c-.125.148-.242.3-.355.457a9.9 9.9 0 00-.448.341l-.214.117c-.396.133-.794.289-1.22.258-2.043-.001-4.086.042-6.127-.027a3.67 3.67 0 00-.45-.13 9.58 9.58 0 00-.653-.257 9.473 9.473 0 01-.883-.626c-.312-.248-.515-.597-.784-.884a25.545 25.545 0 01-.552-1.088c-.581-1.725-.418-3.62.221-5.305.144-.292.287-.584.442-.87.119-.176.225-.358.33-.542a10.35 10.35 0 012.197-2.196c.225-.125.445-.26.664-.397zm29.417-.607c1.128-.06 2.29-.095 3.358.34a5.615 5.615 0 012.594 2.327c.047.106.096.212.145.318.066.187.141.371.227.552.443 1.52.277 3.149-.22 4.637-.084.179-.16.362-.221.55-.173.368-.354.73-.544 1.087-.588.96-1.344 1.823-2.307 2.42l-.653.329c-.226.068-.45.143-.67.227-1.245.22-2.518.137-3.778.129-.36.018-.7-.131-1.06-.128-.353-.133-.727-.22-1.05-.417-.61-.364-1.076-.914-1.496-1.474-.152-.288-.297-.578-.443-.868-.448-1.277-.441-2.662-.219-3.98.048-.15.083-.302.119-.454.075-.217.146-.435.214-.655.21-.439.423-.875.657-1.302l.228-.33c.113-.145.223-.293.326-.445.546-.583 1.094-1.176 1.75-1.638.112-.073.221-.148.332-.226a8.06 8.06 0 012.711-.999zm11.629.119c.669-.217 1.516-.287 2.072.225.263.21.425.508.577.8.025.466.011.933-.135 1.38-.161.358-.306.723-.443 1.09-.08.178-.153.36-.218.543a7.338 7.338 0 00-.216.543c-.151.36-.299.721-.435 1.086-.079.178-.153.36-.218.543-.08.18-.151.361-.214.547-.053.115-.104.231-.155.347l-.101.306c-.036.108-.07.217-.107.324-.04.108-.082.215-.124.323-.094.28-.12.581.044.844.263.245.63.205.963.205.501.027.984-.158 1.426-.379.5-.334.892-.819 1.06-1.401.076-.18.148-.362.216-.545.076-.18.148-.36.217-.543.076-.18.149-.361.217-.544.076-.179.149-.36.217-.543.076-.179.15-.36.218-.543.076-.18.148-.36.217-.544.075-.18.149-.36.216-.542.076-.18.151-.36.218-.543a8.81 8.81 0 00.213-.549c.169-.369.347-.734.544-1.088.076-.112.15-.225.224-.339.334-.392.763-.684 1.222-.912.425-.03.853-.036 1.279-.002.348.168.648.413.905.7l.1.233c.044.115.093.23.144.344.062.706-.26 1.36-.465 2.02-.082.177-.157.359-.224.542-.077.18-.15.36-.216.543a8.98 8.98 0 00-.217.543c-.079.18-.151.36-.219.542-.077.18-.15.361-.217.544-.078.179-.15.36-.214.545-.362.806-.68 1.63-.993 2.456 1.09.025 2.203-.107 3.259.236.202.196.44.376.55.647.061.205.08.422.137.63-.077.343-.106.695-.22 1.028a2.443 2.443 0 01-.796.795c-.15.074-.299.148-.446.225-.701.212-1.44.143-2.162.156-.973-.008-1.947.021-2.919-.028-.408-.183-.746-.476-1.035-.812l-.028-.188c-.224.223-.455.438-.69.649a33.6 33.6 0 00-.442.214 5.88 5.88 0 00-.342.133 54.18 54.18 0 01-4.073-.001 6.417 6.417 0 00-.348-.128c-.438-.198-.877-.423-1.216-.771-.352-.34-.568-.783-.777-1.218-.157-.527-.154-1.077-.121-1.622.104-.514.284-1.01.456-1.506.081-.178.155-.36.222-.543.078-.18.15-.36.217-.543.077-.18.15-.36.218-.543.076-.18.15-.36.217-.544.077-.179.15-.36.217-.543.077-.179.15-.36.218-.543.077-.179.15-.36.217-.543.077-.18.15-.36.217-.543.076-.18.15-.36.218-.542.076-.181.15-.363.212-.55.14-.293.286-.583.432-.873a4.1 4.1 0 011.23-1.23zm-53.244 3.944c.388-.27.842-.428 1.309-.484.263-.006.512.097.771.122.436.21.786.57 1.008.997.327 1.139.085 2.41-.586 3.381a2.68 2.68 0 01-1.057.97 3.121 3.121 0 01-2.322.006c-.293-.21-.604-.445-.728-.799-.283-.854-.111-1.794.278-2.589.313-.627.75-1.2 1.327-1.604zm41.363-.255c.448-.142.933-.33 1.402-.154.587.086 1.017.564 1.276 1.066.26.893.143 1.862-.227 2.707-.081.15-.166.3-.255.446-.073.108-.143.215-.214.324-.213.325-.495.6-.832.794-.384.213-.819.243-1.245.302-.66-.048-1.458-.159-1.81-.804-.492-.885-.245-1.965.166-2.832.387-.764.959-1.465 1.739-1.85zm35.658 5.223c.545-.345 1.182-.41 1.813-.346.118.046.239.09.362.13.505.25.927.64 1.221 1.12.274.613.333 1.299.112 1.939-.078.147-.153.297-.225.447-.246.278-.512.537-.784.788-.664.342-1.47.35-2.167.111l-.218-.122a2.565 2.565 0 01-1.139-1.652c-.02-.313-.006-.628 0-.942.047-.116.092-.234.136-.351.07-.149.143-.296.214-.444.22-.23.446-.456.675-.678z"}))};et.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},et.defaultProps={color:"#e42e16",size:"128"};const ct=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M0 0h61.4L0 60.4zM0 128L128 0H64.6L0 63.7zM128 128L64.6 66.6 3.3 128z"}))};ct.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ct.defaultProps={color:"#7F6CB1",size:"128"};const tt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M120.559 30.631c-5.13-2.544-10.203-5.131-15.391-7.569-10.106-4.748-19.884-10.136-30.046-14.781-3.297-1.507-6.479-3.25-9.7-4.923-1.077-.559-2.051-.562-3.143-.004-4.195 2.143-8.454 4.156-12.694 6.203-10.056 4.854-20.214 10.082-30.316 14.853C14.877 26.484 10 28.698 6 30.806v66.486c0 .043.66.043.788.106 3.187 1.571 6.533 3.109 9.692 4.735 3.224 1.66 6.586 3.169 9.856 4.729 10.146 4.837 20.188 9.969 30.255 14.975 1.946.968 3.969 1.821 5.881 2.852.97.522 1.718.475 2.704.005 3.007-1.433 6.03-2.857 9.019-4.316 11.598-5.663 23.018-11.561 34.682-17.091C112.938 101.36 116 99.27 121 97.193V30.737c-1-.044-.313-.043-.441-.106zm-14.932 61.447c-2.415 2.523-5.244 4.431-8.351 5.96-.777.382-1.575.835-2.409.966-1.281.2-1.728 1.212-2.324 2.052-1.021 1.439-3.477 2.896-5.181 2.918-.47.007-.942-.031-1.409.007-1.844.148-3.52-.307-5.173-1.138-2.266-1.139-4.725-1.328-7.25-1.26-1.328.037-2.49.343-3.603.983-1.479.852-2.276 2.798-1.956 4.401.078.393-.303.876-.558 1.537-.549-.463-1.148-.722-1.173-1.027-.167-2.042-.289-4.164 1.154-5.836 1.977-2.292 4.549-3.552 7.588-3.77.779-.055 1.567.012 2.35-.012 1.895-.06 3.686.293 5.531.804 1.528.423 3.33.512 4.869-.474.541-2.03-.531-3.5-2.014-4.454-1.564-1.007-3.137-2.071-5.066-2.515-1.378-.316-2.592-1.287-3.944-1.793-1.355-.508-2.711-1.057-4.065-1.55-1.293-.471-2.764-.452-3.921-1.297-2.147.101-4.23-.858-6.383-.458-2.809.522-5.644.981-8.308 2.063-2.011.816-4.047 1.573-5.976 2.6-1.142.608-2.446.903-3.623 1.456a13.71 13.71 0 00-2.623 1.597c-1.378 1.083-2.299 2.431-1.866 4.343 1.699.79 3.41.895 5.229.284 1.968-.662 4.046-.522 6.094-.646 2.596-.157 4.868.655 6.958 1.958 1.985 1.238 3.349 3.015 3.274 5.555-.016.548.081 1.114-.027 1.64-.096.464-.406.884-.732 1.546-.652-.678-1.703-.839-.744-1.868-.614-1.13-.254-2.689-1.487-3.532-1.09-.746-2.156-1.579-3.609-1.503-.859.045-1.729.075-2.583-.005-2.019-.188-3.834.494-5.544 1.377-2.362 1.221-4.862.952-7.349.987-1.402-.79-3.078-1.154-4.13-2.487-.533-.675-.765-1.884-1.398-2.112-.827-.298-1.584-.867-2.401-.997-2.066-.328-3.515-1.778-5.228-2.705-1.441-.78-2.595-2.116-3.821-3.265-1.343-1.257-2.037-2.836-2.347-4.669-.46-2.718.598-5.242 2.057-6.78 1.921-2.023 4.312-3.068 6.893-4.019-.631-1.25-1.117-2.652-1.969-3.777-.816-1.077-.897-2.344-1.227-3.492-.374-1.303-.341-2.858-.014-4.188.321-1.299 1.122-2.535 1.925-3.645.725-1.002 1.708-1.832 2.642-2.663.299-.266.807-.296 1.188-.424.515.717.354 1.207-.151 1.722-.527.538-.964 1.162-1.445 1.745-1.361 1.65-.931 3.62-.911 5.485.013 1.199.727 2.199 1.414 3.163 1.318 1.849 2.665 3.59 4.911 4.507 1.203.491 2.335.91 3.638.869 1.162-.037 2.328-.008 4.064-.008-1.018-.455-1.533-.678-2.042-.915-3.571-1.661-5.43-4.484-5.433-8.242-.001-1.332.132-2.681-.04-3.99-.15-1.133.506-2.035.538-3.1.029-.957-.439-2.027.443-2.861-.24-1.82.446-3.688-.362-5.49-.427-.95-.072-2.009-.497-3.082-.819-2.067-1.407-4.078-4.083-4.33-.287-.026-.531-.497-.784-.749.466-1.011.944-1.214 2.005-.879 2.711.856 4.333 2.687 5.637 5.101 1.4 2.593 1.871 5.356 2.386 8.198.518 2.854.228 5.681.421 8.511.065.943.321 1.89.609 2.797.279.88.816 1.404 1.721 1.492 1.31.132 2.368.04 3.368-1.166v-2.386c-1-.487-.938-1.707-2.332-1.662-.529.017-.698-.769-.678-1.478.056-2.035.207-4.085.028-6.106-.193-2.182.329-4.297.653-6.37.286-1.832.506-3.76 1.253-5.564.691-1.672.828-3.573 1.499-5.257 1.234-3.1 2.624-6.13 4.353-9.018.987-1.648 2.309-3.063 3.141-4.799.063-.131.144-.26.241-.37 1.216-1.378 2.366-2.822 3.671-4.109 1.573-1.551 3.276-2.968 4.989-4.502 1.791 1.591 3.657 2.969 5.181 4.655 4.136 4.579 7.77 9.559 10.108 15.302 1.089 2.674 2.125 5.4 2.675 8.308.496 2.624 1.011 5.232 1.446 7.871.564 3.414.109 6.786.381 10.161.053.669-.534 1.307-.89 1.279C81.316 63.375 81 64.641 80 65.142v2.41c1 .902 2 1.225 3.221 1.186 1.472-.047 2.294-.839 2.695-2.362.439-1.669.57-3.33.425-4.985-.21-2.408.274-4.758.602-7.082a20.924 20.924 0 012.751-7.772c.956-1.605 3.81-3.801 5.486-4.133.737-.146 1.36.107 1.631 1.126-.28.217-.597.673-.956.708-2.37.231-3.073 2.076-3.776 3.86-.381.965-.293 2.121-.581 3.06-.493 1.611-.349 3.182-.354 4.767-.003.953.271 1.909.445 2.859.162.875-.386 1.841.424 2.66.197.2.041.751.042 1.141.001 1.488-.03 2.978.006 4.464.092 3.729-2.494 7.871-7.01 9.002 2.807.238 5.539.464 8.185-1.158 2.579-1.581 3.956-4.006 5.401-6.45.035-2.811.42-5.729-2.193-7.779-.566-.445-.729-.954-.544-1.868.486.069.999-.016 1.193.194 1.438 1.549 3.339 2.722 4.024 4.902.194.617.788 1.197.762 1.776-.065 1.519.25 3.021-.213 4.584-.354 1.196-.729 2.371-1.26 3.481-.503 1.051-1.173 2.022-1.805 3.089.886.432 1.734.994 2.666 1.269 1.986.587 3.348 1.963 4.718 3.373 1.363 1.403 1.531 3.285 2.055 5.025-.73 1.893-.893 4-2.413 5.589zm-73.146-7.859c-.776.069-1.567-.034-2.346.021-1.263.089-2.437.545-3.471 1.238-1.043.699-1.12 1.347-.627 2.555.489 1.2 1.219 2.195 2.146 3.114 1.653 1.639 3.375 3.165 5.405 4.302.722-4.017 2.971-6.929 6.395-9.069-.598-.294-1.068-.494-1.507-.746-1.86-1.064-3.831-1.608-5.995-1.415zm68.727 1.407c-.576-.511-2.785-1.376-3.648-1.392-1.095-.02-2.198.07-3.286-.022-1.637-.138-3.05.503-4.479 1.114-.666.284-1.293.656-2.077 1.059 3.417 2.136 5.666 5.048 6.403 9.147.9-.645 1.835-1.205 2.638-1.915a70.97 70.97 0 004.204-4.005c.428-.444.606-1.145.847-1.75.343-.859.126-1.59-.602-2.236zM56.711 63.075c-1.065.029-1.378.476-1.326 1.886.04 1.074.5 1.485 1.574 1.405.872-.065 1.81-1.032 1.717-1.769-.096-.764-1.108-1.547-1.965-1.522zm14.316 0c-1.007-.047-2.06.85-2.009 1.711.047.777 1.019 1.583 1.907 1.58 1.033-.004 1.373-.396 1.384-1.594.012-1.251-.29-1.651-1.282-1.697z"}))};tt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},tt.defaultProps={color:"#0081C2",size:"128"};const lt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M56.484 55.098c.37.27.82.43 1.31.43 1.2 0 2.18-.95 2.23-2.13l.05-.03.75-13.26c-.9.11-1.8.26-2.7.46-4.93 1.12-9.2 3.55-12.54 6.83l10.87 7.71.03-.01zM55.034 74.528a2.218 2.218 0 00-2.58-1.69l-.02-.03-13.05 2.21a26.15 26.15 0 0010.51 13.15l5.06-12.22-.04-.05c.17-.42.23-.89.12-1.37zM50.694 65.118c.44-.12.85-.38 1.16-.76.75-.94.62-2.29-.28-3.07l.01-.05-9.93-8.88a26.07 26.07 0 00-3.7 16.48l12.73-3.67.01-.05zM60.334 69.018l3.66 1.76 3.66-1.75.9-3.95-2.53-3.16h-4.06l-2.54 3.16zM67.934 53.348c.02.46.18.91.49 1.29.75.94 2.1 1.11 3.06.41l.04.02 10.8-7.66c-4.08-3.99-9.4-6.6-15.15-7.3l.75 13.24h.01zM75.514 72.778c-.17-.03-.34-.05-.51-.04-.29.01-.58.09-.85.22a2.23 2.23 0 00-1.08 2.89l-.02.02 5.11 12.34c4.93-3.14 8.61-7.83 10.54-13.24l-13.16-2.23-.03.04zM65.954 79.318a2.246 2.246 0 00-2.04-1.17c-.77.03-1.5.46-1.89 1.18h-.01l-6.42 11.6a26.16 26.16 0 0014.27.73c.88-.2 1.74-.44 2.57-.72l-6.43-11.63h-.05z"}),e.createElement("path",{d:"M124.544 76.788l-10.44-45.33a8.012 8.012 0 00-4.37-5.43l-42.24-20.18a8.157 8.157 0 00-3.92-.78 8.15 8.15 0 00-3.1.78l-42.24 20.18a8.055 8.055 0 00-4.37 5.43l-10.41 45.34a7.92 7.92 0 001.1 6.14c.14.22.3.43.46.64l29.24 36.35a8.087 8.087 0 006.32 3.01l46.89-.01c2.46 0 4.78-1.11 6.32-3.01l29.23-36.36a7.981 7.981 0 001.53-6.77zm-16.07-.55c-.31 1.35-1.76 2.17-3.26 1.85-.01 0-.03 0-.04-.01-.02 0-.03-.01-.05-.02-.21-.05-.47-.09-.65-.14-.86-.23-1.49-.58-2.27-.88-1.67-.6-3.06-1.1-4.41-1.3-.69-.05-1.04.27-1.42.52-.18-.04-.75-.14-1.08-.19-2.42 7.61-7.58 14.21-14.57 18.33.12.29.33.91.42 1.02-.16.43-.4.83-.19 1.49.49 1.27 1.28 2.52 2.24 4.01.46.69.94 1.22 1.36 2.02.1.19.23.48.33.68.65 1.39.17 2.99-1.08 3.59-1.26.61-2.82-.03-3.5-1.43-.1-.2-.23-.46-.31-.65-.36-.82-.48-1.52-.73-2.32-.57-1.68-1.05-3.07-1.73-4.25-.39-.57-.86-.64-1.29-.78-.08-.14-.38-.69-.54-.97-1.4.53-2.84.97-4.34 1.31-6.56 1.49-13.13.89-18.99-1.37l-.57 1.04c-.43.11-.84.23-1.09.53-.92 1.1-1.29 2.86-1.96 4.54-.25.79-.37 1.5-.73 2.32-.08.19-.22.45-.31.64v.01l-.01.01c-.67 1.39-2.23 2.03-3.49 1.43-1.25-.6-1.72-2.2-1.08-3.59.1-.2.22-.49.32-.68.42-.79.89-1.33 1.36-2.02.96-1.5 1.8-2.84 2.29-4.11.12-.42-.06-1-.22-1.43l.46-1.1c-6.73-3.99-12.04-10.34-14.58-18.21l-1.1.19c-.3-.17-.89-.56-1.45-.51-1.35.2-2.74.7-4.41 1.3-.78.3-1.4.64-2.27.87-.18.05-.44.1-.65.15-.02 0-.03.01-.05.02-.01 0-.03 0-.04.01-1.5.32-2.95-.5-3.26-1.85-.31-1.35.65-2.72 2.14-3.08.01 0 .03-.01.04-.01.01 0 .01 0 .02-.01.21-.05.48-.12.68-.16.88-.17 1.6-.13 2.43-.19 1.77-.19 3.23-.34 4.53-.75.41-.17.81-.74 1.09-1.1l1.06-.31c-1.19-8.22.82-16.28 5.16-22.81l-.81-.72c-.05-.32-.12-1.04-.51-1.46-.99-.93-2.25-1.71-3.76-2.64-.72-.42-1.38-.69-2.1-1.23-.15-.11-.36-.29-.52-.42-.01-.01-.03-.02-.04-.03-1.21-.97-1.49-2.64-.62-3.73.49-.61 1.24-.92 2.01-.89.6.02 1.23.24 1.76.66.17.14.41.32.56.45.68.58 1.09 1.16 1.66 1.77 1.25 1.27 2.28 2.32 3.41 3.08.59.35 1.05.21 1.5.15.15.11.63.46.91.65 4.3-4.57 9.96-7.95 16.52-9.44 1.53-.35 3.05-.58 4.57-.7l.06-1.07c.34-.33.71-.79.82-1.31.11-1.36-.07-2.82-.28-4.59-.12-.82-.31-1.51-.35-2.4-.01-.18 0-.44.01-.65 0-.02-.01-.05-.01-.07 0-1.55 1.13-2.81 2.53-2.81s2.53 1.26 2.53 2.81c0 .22.01.52.01.72-.03.89-.23 1.58-.35 2.4-.21 1.76-.4 3.23-.29 4.59.1.68.5.95.83 1.26.01.18.04.79.06 1.13 8.04.71 15.5 4.39 20.99 10.14l.96-.69c.33.02 1.04.12 1.53-.17 1.13-.76 2.16-1.82 3.41-3.08.57-.61.99-1.18 1.67-1.77.15-.13.39-.31.56-.45 1.21-.97 2.9-.86 3.77.23s.59 2.76-.62 3.73c-.17.14-.39.33-.56.45-.72.53-1.38.8-2.1 1.23-1.51.93-2.77 1.71-3.76 2.64-.47.5-.43.98-.48 1.43-.14.13-.63.57-.9.8a32.75 32.75 0 014.74 10.95c.92 3.99 1.06 7.97.53 11.8l1.02.3c.18.26.56.89 1.09 1.1 1.3.41 2.76.56 4.53.75.83.07 1.55.03 2.43.19.21.04.52.12.73.17 1.5.37 2.45 1.74 2.14 3.09z"}),e.createElement("path",{d:"M86.274 52.358l-9.88 8.84.01.03c-.34.3-.6.7-.71 1.18-.27 1.17.44 2.33 1.58 2.65l.01.05 12.79 3.68c.27-2.76.11-5.62-.55-8.48-.66-2.89-1.77-5.56-3.25-7.95z"})))};lt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},lt.defaultProps={color:"#486bb3",size:"128"};const rt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M29.76 22.46c-4.42-.09-8.06 2.99-8.06 6.81V41.8H3.54A3.54 3.54 0 000 45.34v1.35a3.54 3.54 0 003.54 3.53H21.7v27.65H3.54A3.54 3.54 0 000 81.41v1.34a3.54 3.54 0 003.54 3.54H21.7v12.42c0 5.25 6.56 8.53 11.81 5.91L103 69.9c.89-.44 1.61-1.01 2.2-1.64h19.26a3.54 3.54 0 003.54-3.54v-1.34a3.54 3.54 0 00-3.54-3.54h-19.15c-.6-.68-1.37-1.28-2.31-1.75L33.51 23.37a8.856 8.856 0 00-3.75-.91zm16.68 26.55h6.15V61h11.95v6.08H52.59v11.98h-6.15V67.08H34.49V61h11.96z"}))};rt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},rt.defaultProps={color:"#000000",size:"128"};const ot=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M16.934 1.719c-1.127.088-2.234.074-3.325.373-2.387.655-4.508 1.702-6.379 3.316-1.1.948-2.06 1.97-2.875 3.174-1.258 1.859-2.115 3.857-2.545 6.106.172.301.353.617.545.938 1.219 2.038 2.439 4.062 3.661 6.098l3.212 5.341c.988 1.646 1.974 3.293 2.96 4.939l4.608 7.688 3.143 5.244c1.527 2.545 3.058 5.088 4.583 7.634l5.609 9.371c1.617 2.699 3.237 5.396 4.857 8.093l.216.314c.235.075.422.011.616-.035 2.134-.512 4.268-1.021 6.402-1.531 3.461-.827 6.922-1.651 10.383-2.479l5.421-1.297c3.499-.836 6.999-1.67 10.498-2.508 3.537-.846 7.073-1.696 10.611-2.543 1.788-.429 3.576-.856 5.365-1.283 3.461-.826 6.922-1.65 10.383-2.474l11.308-2.693.611-.165-.167-.331-3.086-4.362-3.048-4.315-3.26-4.604-3.116-4.413-3.088-4.361-3.188-4.507c-1.041-1.47-2.084-2.938-3.126-4.407l-1.647-2.326a4.275 4.275 0 01-.587-1.159c-.326-1.011.046-1.684.636-2.181.382-.323.822-.56 1.298-.7a20.898 20.898 0 012.01-.51c1.359-.257 2.727-.475 4.091-.702l4.624-.754c.975-.161 1.949-.33 2.924-.495 1.325-.224 2.65-.449 3.976-.67 1.287-.216 2.574-.43 3.861-.642l4.213-.689 2.924-.491c1.112-.186 2.223-.371 3.334-.553 1.386-.226 2.771-.454 4.157-.671.826-.129 1.652-.174 2.472.062a5.63 5.63 0 011.696.833l.721.503c.072-.166-.032-.256-.08-.351a16.543 16.543 0 00-4.26-5.422 16.399 16.399 0 00-5.636-3.09c-1.229-.389-2.492-.208-3.778-.305M55.689 127c-.062 0-.117-.45-.187-.569-1.5-2.56-3.016-5.308-4.498-7.877a1335.74 1335.74 0 01-5.557-9.74c-1.965-3.478-3.913-6.966-5.863-10.452a5709.989 5709.989 0 01-5.549-9.948c-1.115-2.005-2.223-4.014-3.337-6.02l-.296-.459-.542.107c-1.072.277-2.142.556-3.212.838-1.49.392-2.979.791-4.47 1.18-3.347.871-6.694 1.737-10.041 2.605-3.404.884-6.951 1.77-10.356 2.65-.207.053.219.071-.781.106v21.145c.412.656.373.347.399.563.079.626.207 1.257.317 1.877.412 2.31 1.339 4.425 2.679 6.351 1.965 2.826 4.582 4.846 7.788 6.082 1.145.44 2.34.75 3.562.9l1.241.328"}),e.createElement("path",{d:"M4.976 77.742c3.939-.937 7.879-1.873 11.818-2.808 1.73-.41 3.461-.815 5.191-1.227.865-.206 1.732-.402 2.59-.634.764-.206.858-.459.465-1.148-.568-.996-1.146-1.986-1.721-2.979l-5.064-8.72-5.062-8.721c-1.717-2.958-3.436-5.916-5.154-8.873l-4.412-7.59c-.636-1.094-1.408-2.191-2.047-3.284-.119-.199.42-.437-.58-.543v47.396c0-.032.453-.059.606-.096l3.37-.773zm121.248 33.878c-1.544.549-3.089 1.102-4.632 1.655l-10.545 3.781c-1.953.701-3.902 1.41-5.856 2.108-3.982 1.421-7.966 2.837-11.949 4.255-2.308.822-4.617 1.838-6.924 2.664-.632.227-1.255.917-1.881.917h26.49l.57-.327c.674-.029 1.337-.229 1.999-.35 2.719-.497 5.154-1.673 7.311-3.392 1.657-1.321 3.005-2.936 4.061-4.778 1.086-1.896 1.731-3.947 2.041-6.101.027-.186.085-.397-.071-.589-.22-.017-.414.086-.614.157zm-2.275-35.571c-1.168-1.598-2.339-3.193-3.505-4.792-1.609-2.207-3.215-4.416-4.822-6.624-.653-.896-1.315-1.785-1.952-2.691-.192-.273-.411-.346-.71-.265l-.171.049c-2.958.719-5.917 1.436-8.876 2.153l-5.302 1.287-10.372 2.519c-3.419.831-6.838 1.663-10.258 2.492l-10.662 2.582c-3.497.849-6.992 1.701-10.488 2.551l-10.142 2.462c-1.787.434-3.574.866-5.359 1.302-.263.064-.546.08-.826.292l.239.455a5999.968 5999.968 0 009.598 16.529c1.874 3.213 3.753 6.424 5.63 9.636 1.079 1.845 2.151 3.692 3.239 5.532a661.851 661.851 0 003.653 6.115c.369.607.788 1.187 1.21 1.759a3.64 3.64 0 001.046.957c.426.257.885.338 1.369.229.25-.057.495-.139.737-.223l.89-.33c3.237-1.107 6.473-2.214 9.711-3.317 2.526-.86 5.055-1.716 7.583-2.571 2.509-.851 5.02-1.698 7.53-2.545l7.474-2.524c2.548-.861 5.095-1.722 7.642-2.585 3.126-1.061 6.251-2.126 9.379-3.185 3.015-1.02 6.033-2.034 9.049-3.052.185-.062.389-.088.542-.291l.019-.439c.001-6.255-.001-12.511.006-18.766a1.38 1.38 0 00-.289-.873c-.948-1.269-1.877-2.551-2.812-3.828zm-.519-58.938c-.702-.889-1.596-1.171-2.692-.885-.477.125-.967.204-1.453.293-1.594.292-3.19.579-4.784.868-2.334.424-4.667.852-7.001 1.272-1.848.332-3.697.659-5.546.983l-7.418 1.298c-.311.054-.625.108-.925.204-.437.14-.563.414-.363.825.163.336.366.657.586.959 1.534 2.114 3.075 4.223 4.616 6.333 2.124 2.909 4.249 5.817 6.374 8.724 1.798 2.46 3.598 4.92 5.397 7.379 1.414 1.932 2.828 3.864 4.244 5.795l.279.338 12.271-3.033.029-.636c.001-8.511-.001-17.022.006-25.534 0-.376-.091-.678-.328-.976-1.032-1.303-2.045-2.621-3.066-3.933l-.226-.274zm3.301 41.241c-1.856.446-3.719.87-5.62 1.373.201.357 5.415 7.395 5.718 7.729l.19.105.021-.429.001-2.963c.001-1.719.005-3.438.001-5.157 0-.209.059-.434-.085-.646l-.226-.012z"})))};ot.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ot.defaultProps={color:"#FD4F31",size:"128"};const st=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M122.301 58.635c-.6-1.299-.89-2.836-.952-4.283-.154-3.561-.023-7.135-.184-10.696-.144-3.189-1.282-6.063-4.344-7.707-2.696-1.447-5.821-1.591-8.821-1.625v5.691c1 .034.754.065.998.078 4.029.198 5.379 1.476 5.43 5.473.038 2.972.012 5.946.06 8.917.059 3.605.597 7.046 3.894 9.322.056.039.051.182.083.348-1.678 1.192-3.006 2.727-3.392 4.822a34.53 34.53 0 00-.54 5.153c-.096 3.118.003 6.243-.086 9.361-.07 2.442-1.227 3.588-3.604 4.132-.895.206-1.843.279-2.843.406v5.677c2-.12 3.017-.199 4.387-.347 5.156-.558 8.059-3.241 8.654-8.243.186-1.568.165-3.166.2-4.75.066-2.969.032-5.952.298-8.903.271-3.011 2.461-4.675 5.461-4.509v-5.951c-2 .358-3.843-.507-4.699-2.366zM28.314 70.768C28.313 59.219 28 47.67 28 36.122v-1.817c-3 0-6.226-.029-9.391.014-1.285.017-2.418.127-3.692.301-4.877.664-7.228 2.953-8.092 7.812-.25 1.402-.2 2.859-.221 4.293-.039 2.726.039 5.453-.005 8.178-.055 3.432-1.672 6.092-5.172 6.294-.124.007.573.15-.427.236v5.305c4 .628 5.273 2.243 5.539 5.959.042.592.053 1.189.059 1.784.034 3.32-.004 6.645.146 9.959.141 3.093.828 5.857 3.751 7.48C13.225 93.436 17 93.559 19 93.638v-5.664c0-.048-.21-.092-.405-.104-4.339-.265-5.317-1.443-5.343-5.785-.017-2.875.106-5.75.06-8.625-.058-3.612-.586-7.038-3.856-9.324-.05-.035-.001-.183-.017-.383 2.199-1.39 3.368-3.516 3.686-6.094.176-1.422.235-2.864.26-4.299.05-2.973-.003-5.949.078-8.92.057-2.088 1.39-3.61 3.091-3.952 1.612-.325 2.446-.315 5.446-.466v2.056c0 10.31-.367 20.619-.313 30.929.019 3.531.41 7.012 4.195 8.537 2.058.829 4.263 1.084 6.627 1.642.395-2.312.524-4.23.847-6.128-4.357-1.25-5.042-1.898-5.042-6.29zm26.674-19.893c-7.34-3.51-16.248-.441-19.666 6.921-2.574 5.544-2.482 11.25-.216 16.872 1.229 3.048 3.45 5.33 6.473 6.672 5.904 2.621 11.879 1.984 17.832.144.321-.1.731-.718.692-1.046-.203-1.661-.54-3.306-.841-5.021-1.417.357-2.601.722-3.811.949-3.197.601-6.401.6-9.512-.637-3.072-1.22-5.135-4.73-4.622-7.73h20.872c.255-3 .154-7.125-1.123-10.536-1.14-3.049-3.108-5.167-6.078-6.588zM54.944 63H41.228c.007-4 3.264-7.59 7.537-7.508 3.753.072 6.349 3.508 6.179 7.508zm56.108 12.279c.492-5.054-1.034-7.898-5.534-10.094-1.596-.779-3.29-1.356-4.916-2.078-1.217-.54-2.442-1.087-3.58-1.771-1.108-.665-1.572-1.769-1.408-3.062.161-1.277.982-2.119 2.168-2.359 1.437-.292 2.943-.542 4.388-.424 2.042.167 4.056.69 6.163 1.075l1.332-5.818c-2.851-.434-5.509-.995-8.195-1.207-2.987-.235-5.896.261-8.63 1.67-5.777 2.977-5.883 12.116-.574 15.116 1.586.896 3.283 1.596 4.933 2.38 1.737.827 3.537 1.546 5.199 2.504 1.262.727 1.713 1.996 1.375 3.475-.313 1.375-1.354 1.988-2.577 2.105-1.86.177-3.768.347-5.609.128-2.217-.264-4.387-.937-6.658-1.451l-1.158 5.79c5.333 2.002 10.61 2.33 15.938 1.149 4.459-.988 6.999-3.596 7.343-7.128zm-28.415-9.452c-1.959-1.039-4.066-1.797-6.088-2.723-1.255-.575-2.584-1.074-3.69-1.871-2.127-1.533-1.731-4.472.746-5.258 1.421-.452 3.028-.592 4.521-.48 2.034.153 4.041.679 6.162 1.063l1.258-5.546c-1.077-.293-2.052-.612-3.051-.822-3.971-.836-7.963-1.16-11.874.215-3.36 1.182-5.691 3.392-6.152 7.11-.516 4.152.861 7.43 4.696 9.402 1.535.79 3.18 1.363 4.747 2.095 1.564.73 3.161 1.427 4.614 2.343 1.111.7 1.549 1.885 1.236 3.255-.311 1.358-1.301 2.042-2.533 2.169-1.86.191-3.769.368-5.611.153-2.226-.26-4.403-.935-6.714-1.455-.341 1.613-.741 3.238-.99 4.885-.054.358.345 1.046.681 1.163 5.384 1.866 10.864 2.134 16.34.521 3.27-.962 5.557-3.051 6.018-6.623.523-4.055-.444-7.544-4.316-9.596z"}))};st.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},st.defaultProps={color:"#2A4D80",size:"128"};const nt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M116 3H12a8.91 8.91 0 00-9 8.8v104.42a8.91 8.91 0 009 8.78h104a8.93 8.93 0 009-8.81V11.77A8.93 8.93 0 00116 3zM39.17 107H21.06V48.73h18.11zm-9-66.21a10.5 10.5 0 1110.49-10.5 10.5 10.5 0 01-10.54 10.48zM107 107H88.89V78.65c0-6.75-.12-15.44-9.41-15.44s-10.87 7.36-10.87 15V107H50.53V48.73h17.36v8h.24c2.42-4.58 8.32-9.41 17.13-9.41C103.6 47.28 107 59.35 107 75z"}))};nt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},nt.defaultProps={color:"#0076b2",size:"128"};const at=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M113.823 104.595c-1.795-1.478-3.629-2.921-5.308-4.525-1.87-1.785-3.045-3.944-2.789-6.678.147-1.573-.216-2.926-2.113-3.452.446-1.154.864-1.928 1.033-2.753.188-.92.178-1.887.204-2.834.264-9.96-3.334-18.691-8.663-26.835-2.454-3.748-5.017-7.429-7.633-11.066-4.092-5.688-5.559-12.078-5.633-18.981a47.564 47.564 0 00-1.081-9.475C80.527 11.956 77.291 7.233 71.422 4.7c-4.497-1.942-9.152-2.327-13.901-1.084-6.901 1.805-11.074 6.934-10.996 14.088.074 6.885.417 13.779.922 20.648.288 3.893-.312 7.252-2.895 10.34-2.484 2.969-4.706 6.172-6.858 9.397-1.229 1.844-2.317 3.853-3.077 5.931-2.07 5.663-3.973 11.373-7.276 16.5-1.224 1.9-1.363 4.026-.494 6.199.225.563.363 1.429.089 1.882-2.354 3.907-5.011 7.345-10.066 8.095-3.976.591-4.172 1.314-4.051 5.413.1 3.337.061 6.705-.28 10.021-.363 3.555.008 4.521 3.442 5.373 7.924 1.968 15.913 3.647 23.492 6.854 3.227 1.365 6.465.891 9.064-1.763 2.713-2.771 6.141-3.855 9.844-3.859 6.285-.005 12.572.298 18.86.369 1.702.02 2.679.653 3.364 2.199.84 1.893 2.26 3.284 4.445 3.526 4.193.462 8.013-.16 11.19-3.359 3.918-3.948 8.436-7.066 13.615-9.227 1.482-.619 2.878-1.592 4.103-2.648 2.231-1.922 2.113-3.146-.135-5zM62.426 24.12c.758-2.601 2.537-4.289 5.243-4.801 2.276-.43 4.203.688 5.639 3.246 1.546 2.758 2.054 5.64.734 8.658-1.083 2.474-1.591 2.707-4.123 1.868-.474-.157-.937-.343-1.777-.652.708-.594 1.154-1.035 1.664-1.382 1.134-.772 1.452-1.858 1.346-3.148-.139-1.694-1.471-3.194-2.837-3.175-1.225.017-2.262 1.167-2.4 2.915-.086 1.089.095 2.199.173 3.589-3.446-1.023-4.711-3.525-3.662-7.118zm-12.75-2.251c1.274-1.928 3.197-2.314 5.101-1.024 2.029 1.376 3.547 5.256 2.763 7.576-.285.844-1.127 1.5-1.716 2.241l-.604-.374c-.23-1.253-.276-2.585-.757-3.733-.304-.728-1.257-1.184-1.919-1.762-.622.739-1.693 1.443-1.757 2.228-.088 1.084.477 2.28.969 3.331.311.661 1.001 1.145 1.713 1.916l-1.922 1.51c-3.018-2.7-3.915-8.82-1.871-11.909zM87.34 86.075c-.203 2.604-.5 2.713-3.118 3.098-1.859.272-2.359.756-2.453 2.964a101.744 101.744 0 00-.012 7.753c.061 1.77-.537 3.158-1.755 4.393-6.764 6.856-14.845 10.105-24.512 8.926-4.17-.509-6.896-3.047-9.097-6.639.98-.363 1.705-.607 2.412-.894 3.122-1.27 3.706-3.955 1.213-6.277-1.884-1.757-3.986-3.283-6.007-4.892-1.954-1.555-3.934-3.078-5.891-4.629-1.668-1.323-2.305-3.028-2.345-5.188-.094-5.182.972-10.03 3.138-14.747 1.932-4.209 3.429-8.617 5.239-12.885.935-2.202 1.906-4.455 3.278-6.388 1.319-1.854 2.134-3.669 1.988-5.94-.084-1.276-.016-2.562-.016-3.843l.707-.352c1.141.985 2.302 1.949 3.423 2.959 4.045 3.646 7.892 3.813 12.319.67 1.888-1.341 3.93-2.47 5.927-3.652.497-.294 1.092-.423 1.934-.738 2.151 5.066 4.262 10.033 6.375 15 1.072 2.524 1.932 5.167 3.264 7.547 2.671 4.775 4.092 9.813 4.07 15.272-.012 2.83.137 5.67-.081 8.482z"}))};at.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},at.defaultProps={color:"#000000",size:"128"};const it=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M127.3 15.1c0-7.9-6.4-14.3-14.3-14.3S98.6 7.1 98.6 15.1 105 29.4 113 29.4s14.3-6.4 14.3-14.3"}),e.createElement("path",{d:"M64 15.1c-27 0-49 21.9-49 49s21.9 49 49 49 49-21.9 49-49-22-49-49-49zm6 28.6c0-7.9 6.4-14.3 14.3-14.3s14.3 6.4 14.3 14.3S92.2 58 84.3 58 70 51.6 70 43.7zM66.3 128l-.1-1.5c1.8-.1 3.6-.2 5.4-.4l.2 1.5c-1.8.2-3.7.3-5.5.4zm-5.6 0c-1.9-.1-3.7-.3-5.6-.5l.2-1.5c1.8.2 3.6.4 5.4.5v1.5zm16.6-1.4l-.3-1.4c1.8-.4 3.5-.8 5.3-1.4l.4 1.4c-1.7.6-3.5 1.1-5.4 1.4zm-27.7-.2c-1.8-.4-3.6-.9-5.4-1.5l.5-1.4c1.7.6 3.5 1 5.3 1.5l-.4 1.4zm38.4-3l-.6-1.4c1.7-.7 3.3-1.4 5-2.3l.7 1.3c-1.7.9-3.4 1.7-5.1 2.4zm-49-.4c-1.7-.7-3.4-1.5-5-2.4l.7-1.3c1.6.9 3.3 1.6 4.9 2.4L39 123zm59-4.7l-.8-1.2c1.5-1 3-2 4.5-3.1l.9 1.2c-1.5 1.1-3.1 2.1-4.6 3.1zm-68.8-.6c-1.6-1-3.1-2.1-4.5-3.2l.9-1.2c1.4 1.1 2.9 2.2 4.4 3.2l-.8 1.2zm77.7-6.1l-1-1.1c1.3-1.2 2.7-2.5 3.9-3.8l1.1 1c-1.3 1.3-2.7 2.6-4 3.9zm-86.5-.7c-1.4-1.3-2.7-2.6-3.9-4l1.1-1c1.2 1.3 2.5 2.7 3.8 3.9l-1 1.1zm94.1-7.5l-1.2-.9c1.1-1.4 2.2-2.9 3.2-4.4l1.2.8c-1 1.5-2.1 3.1-3.2 4.5zm-101.6-.8c-1.1-1.5-2.2-3-3.2-4.6l1.2-.8c1 1.5 2 3 3.1 4.5l-1.1.9zm107.7-8.5l-1.3-.7c.9-1.6 1.6-3.3 2.4-4.9l1.3.5-2.4 5.1zM7 93.1c-.8-1.7-1.6-3.4-2.3-5.1l1.3-.5c.7 1.7 1.4 3.3 2.3 5l-1.3.6zm117.9-9.3l-1.4-.5c.6-1.7 1-3.5 1.5-5.3l1.4.3c-.4 1.9-.9 3.7-1.5 5.5zm-122.1-1c-.5-1.8-1-3.6-1.4-5.4l1.4-.3c.4 1.8.8 3.5 1.4 5.3l-1.4.4zm124.6-9.9l-1.5-.2c.2-1.8.4-3.6.5-5.4l1.5.1c0 1.8-.2 3.7-.5 5.5zM.5 71.9C.2 70 .1 68.2 0 66.3l1.5-.1c.1 1.8.2 3.6.4 5.4l-1.4.3zm126-10.1c-.1-1.8-.2-3.6-.4-5.4l1.5-.2c.2 1.8.4 3.7.4 5.6h-1.5zm-125-1L0 60.7c.1-1.9.3-3.7.5-5.6l1.5.3c-.2 1.8-.4 3.6-.5 5.4zM125.2 51c-.4-1.8-.8-3.6-1.4-5.3l1.4-.4c.5 1.8 1 3.6 1.4 5.4l-1.4.3zM3 50l-1.4-.3c.4-1.8.9-3.6 1.5-5.4l1.4.5C3.9 46.5 3.4 48.2 3 50zm119-9.4c-.7-1.7-1.4-3.4-2.3-5l1.3-.7c.8 1.7 1.6 3.4 2.3 5.1l-1.3.6zm-115.6-1L5 39.1c.7-1.7 1.5-3.4 2.4-5l1.3.7c-.8 1.5-1.6 3.2-2.3 4.8zm5.1-9.6l-1.2-.8c1-1.6 2.1-3.1 3.2-4.5l1.2.9c-1.2 1.4-2.2 2.9-3.2 4.4zm6.7-8.6l-1.1-1c1.3-1.4 2.6-2.7 4-3.9l1 1.1c-1.4 1.2-2.7 2.5-3.9 3.8zm8.1-7.3l-.9-1.2c1.5-1.1 3-2.2 4.6-3.2l.8 1.2c-1.6 1.1-3.1 2.1-4.5 3.2zm67-5.4c-1.6-.8-3.3-1.6-4.9-2.3l.5-1.4c1.7.7 3.4 1.5 5 2.4l-.6 1.3zm-57.8-.4L34.8 7c1.7-.8 3.4-1.6 5.1-2.3l.6 1.3c-1.7.7-3.4 1.5-5 2.3zm47.7-3.8c-1.7-.6-3.5-1-5.3-1.4l.3-1.4c1.8.4 3.6.9 5.4 1.5l-.4 1.3zm-37.6-.3l-.4-1.4c1.8-.5 3.6-1 5.4-1.4l.3 1.4c-1.8.4-3.6.9-5.3 1.4zm27-2.2c-1.8-.2-3.6-.4-5.4-.5l.1-1.5c1.9.1 3.7.3 5.6.5L72.6 2zm-16.3-.1L56.1.4c1.8-.2 3.7-.4 5.6-.4l.1 1.5c-1.9 0-3.7.2-5.5.4z"})))};it.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},it.defaultProps={color:"navy",size:"128"};const ht=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M119.82 31.97v64.01l-15.85 9.12V41.17l-39.62-22.9-39.64 22.9.1 63.96-15.82-9.15V32.02L64.45 0l55.37 31.97zM72.3 105.1l-7.9 4.6-7.95-4.55V41.17l-15.82 9.15.03 63.96L64.38 128l23.77-13.72V50.29L72.3 41.14v63.96z"}))};ht.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ht.defaultProps={color:"#F26322",size:"128"};const zt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M11.95 24.348c-5.836 0-10.618 4.867-10.618 10.681v57.942c0 5.814 4.782 10.681 10.617 10.681h104.102c5.835 0 10.617-4.867 10.617-10.681V35.03c0-5.814-4.783-10.681-10.617-10.681H14.898l-.002-.002H11.95zm-.007 9.543h104.108c.625 0 1.076.423 1.076 1.14v57.94c0 .717-.453 1.14-1.076 1.14H11.949c-.623 0-1.076-.423-1.076-1.14V35.029c0-.715.451-1.135 1.07-1.138z"}),e.createElement("path",{d:"M20.721 84.1V43.9H32.42l11.697 14.78L55.81 43.9h11.696v40.2H55.81V61.044l-11.694 14.78-11.698-14.78V84.1H20.722zm73.104 0L76.28 64.591h11.697V43.9h11.698v20.69h11.698zm0 0"})))};zt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},zt.defaultProps={color:"#000000",size:"128"};const mt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M.2 68.6V13.4L48 41v18.4L16.1 41v36.8L.2 68.6zM48 41l47.9-27.6v55.3L64 87l-16-9.2 32-18.4V41L48 59.4V41z"}),e.createElement("path",{d:"M48 77.8v18.4l32 18.4V96.2L48 77.8zM80 114.6L127.8 87V50.2l-16 9.2v18.4L80 96.2v18.4zM111.9 41V22.6l16-9.2v18.4l-16 9.2z"})))};mt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},mt.defaultProps={color:"#1FA6CA",size:"128"};const pt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M123.965 91.902c-7.246-18.297-13.262-37.058-20.184-55.476-3.054-7.84-6.047-15.746-10.215-23.082-1.656-2.633-3.238-5.528-5.953-7.215a4.013 4.013 0 00-2.222-.606c-1.27.028-2.536.594-3.504 1.415-3.645 2.886-5.805 7.082-8.227 10.949-4.277 7.172-8.789 14.687-15.941 19.347-3.36 2.371-7.762 2.63-11 5.172-4.43 3.34-7.442 8.078-11.074 12.184-.829.988-2.11 1.383-3.227 1.918C21.578 60.93 10.738 65.336 0 69.98c9.09 7.032 18.777 13.29 28.05 20.079 2.544-.504 5.098-1.547 7.72-1.082 4.16 1.3 6.597 5.285 8.503 8.93 3.875 7.94 6.676 16.323 9.813 24.57 5.246-.375 9.969-3.079 14.027-6.258 7.809-6.324 13.758-14.5 20.305-22.047 3.14-3.3 6.34-7.23 11.05-8.149 4.762-1.152 9.864.555 13.395 3.836 4.957 4.43 9.344 9.551 15.137 12.942-.777-3.836-2.645-7.278-4.035-10.899zM42.96 79.012c-4.57 2.703-9.426 4.93-14.176 7.289-7.457-4.996-14.723-10.29-22.05-15.465 9.878-4.328 19.91-8.348 29.917-12.387 4.746 3.703 9.637 7.223 14.383 10.926-2.23 3.563-4.914 6.871-8.074 9.637zm10.168-12.414C48.414 63.058 43.64 59.609 39 55.977c2.977-4.055 6.238-7.977 10.14-11.172 2.587-1.657 5.743-2.117 8.426-3.61 6.368-3.18 10.711-9.011 14.86-14.582-5.317 13.805-10.992 27.664-19.297 39.985zm0 0"}))};pt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},pt.defaultProps={color:"#000000",size:"128"};const vt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M120.3 65.4c1.2 0 2.1-.9 2.1-2.1 0-.5-.2-1-.5-1.3-.1-.2-28-25.8-28-25.8l24.6 28.1c.3.7 1 1.1 1.8 1.1zm5.7 14.3l-.2-.2L65 24l55.7 60.6.2.2c.6.6 1.5 1 2.5 1 2 0 3.6-1.6 3.6-3.6 0-.9-.4-1.8-1-2.5zm-26.9 37.6l-88-81.5 81.1 88.5c.9 1 2.2 1.7 3.7 1.7 2.7 0 4.9-2.2 4.9-4.9 0-1.5-.6-2.9-1.7-3.8zM1 2l107.6 114.6.1.1c.9.9 2.1 1.4 3.4 1.4 2.7 0 4.9-2.2 4.9-4.9 0-1-.3-2-.9-2.8C115.8 109.9 1 2 1 2zm122.4 92.8l-88-81.5 81.1 88.5c.9 1 2.2 1.7 3.7 1.7 2.7 0 4.9-2.2 4.9-4.9 0-1.6-.7-2.9-1.7-3.8zm-42.5 24.8l-.2-.2-60.8-55.5 55.7 60.6.2.2c.6.6 1.5 1 2.5 1 2 0 3.6-1.6 3.6-3.6 0-1-.4-1.8-1-2.5zM34.1 91.7l24.6 28.1c.4.6 1 1.1 1.8 1.1 1.2 0 2.1-.9 2.1-2.1 0-.5-.2-1-.5-1.3-.2-.1-28-25.8-28-25.8z"}))};vt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},vt.defaultProps={color:"#DF5052",size:"128"};const gt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M55.25 4.15c-.33.11-2.1.68-3.96 1.29-10 3.27-17.08 7.06-18.84 10.06-.67 1.15-.8 2.08-.4 3.01.44 1.05 1.25 1.84 3.47 3.41 1.04.73 2.81 2.26 3.96 3.41 5.5 5.49 8.17 12.22 7.87 19.83-.34 8.56-4.35 17.12-12.03 25.69-2.68 2.99-5.43 5.48-10.71 9.71-4.4 3.52-6.79 5.8-8.42 8.01-4.99 6.8-3.66 12.86 3.96 17.92 6.72 4.47 18.56 8.19 32.51 10.21 4.68.68 9.97 1.11 11.24.92l.89-.13 1.4-2.52c7.08-12.75 10.66-24.77 11.09-37.21.19-5.55-.51-12.12-1.7-15.96-.22-.69-.38-1.28-.35-1.3.02-.02 2-.61 4.4-1.33 12.61-3.76 24.81-6.72 34.89-8.47 1.96-.34 3.64-.69 3.73-.78.54-.53-1.03-2.98-3.58-5.61-9.43-9.73-26.09-17.14-45.64-20.29-3.77-.61-4.23-.83-5.63-2.68-2.22-2.94-4.31-7.97-7.16-17.17-.09-.28-.18-.28-.99-.02zm1.3 3.46c1.1 2.99 1.77 5.34 1.77 6.17v.65l-.93-.11c-5.04-.58-13.08-1.83-14.79-2.29-.44-.12-.69-.29-.61-.42.13-.21 1.84-1.03 6.92-3.34 4.74-2.15 6.54-2.95 6.68-2.96.06 0 .49 1.03.96 2.3zm-10.66 6.31c6.15 1.29 10.63 2.1 11.62 2.1.96 0 .85.08-3.67 2.84-3.49 2.12-3.89 2.32-4.77 2.32h-.96l-2.58-2.62c-3.13-3.17-5.25-5.49-5.25-5.75 0-.11.06-.14.15-.09.08.04 2.55.59 5.46 1.2zm-4.54 2.91c1.51 1.76 2.68 3.24 2.62 3.31-.13.13-4.44-.94-7.08-1.75-2.3-.71-2.58-.95-1.97-1.73.4-.52 3.37-3 3.59-3.01.06-.01 1.33 1.41 2.84 3.18zm19.62 3.65c.6 1.43 1.06 2.59 1.04 2.61-.03.02-8.11-1.23-8.82-1.37-.15-.03 1.22-.96 3.06-2.08s3.41-1.97 3.49-1.88c.08.07.63 1.29 1.23 2.72zm-17.62 2.71c.16.16 2.09 6.36 2 6.44-.03.03-.95-1.03-2.04-2.38-1.1-1.35-2.75-3.24-3.7-4.23l-1.71-1.79 2.67.92c1.46.51 2.72.98 2.78 1.04zm7.72.83c3.35.48 6.13.91 6.18.96.04.05-1.98 1.62-4.5 3.5-2.52 1.87-4.6 3.38-4.63 3.35-.03-.03-.28-.81-.56-1.74-.28-.93-1-2.86-1.59-4.31-.59-1.45-1.05-2.63-1.03-2.63.02 0 2.78.4 6.13.87zm8.42 2.68c.74 1.73 1.03 3.39 1.15 6.7.06 1.78.07 3.23.01 3.23-.06 0-1.12-.37-2.35-.81-2.46-.89-7.28-2.48-7.85-2.59-.25-.05.91-1.16 3.96-3.79 2.38-2.05 4.4-3.72 4.49-3.72.1.01.36.45.59.98zm8.64.42c3.71.76 6.95 1.44 7.21 1.5.37.09-.52.65-4.44 2.8-2.7 1.48-5.76 3.16-6.8 3.75-1.05.59-1.91 1.04-1.93 1.02-.02-.02.09-.57.24-1.23.56-2.4.21-5.4-.91-7.79-.33-.69-.6-1.3-.6-1.35 0-.17.67-.05 7.23 1.3zm10.11 4.53c-.19.84-.6 2.27-.93 3.2-.71 2.04-3.3 7.33-3.65 7.47-.14.06-1.36-.51-2.69-1.25-1.33-.74-3.26-1.72-4.27-2.17l-1.84-.82 6.79-4.35c5.63-3.61 6.8-4.29 6.86-3.97.04.2-.08 1.05-.27 1.89zm4.96-1.55c7.04 2.02 14.47 4.75 14.04 5.16-.09.08-1.01.39-2.04.68-5.31 1.51-12.7 4.06-16.16 5.58-1.07.47-2 .82-2.05.77-.05-.05.37-1.61.94-3.45 1.11-3.63 2.4-8.53 2.4-9.16 0-.28.1-.37.35-.3.18.05 1.31.37 2.52.72zm-30.27 7.3c1.61.53 3.48 1.24 4.17 1.59 1.25.63 1.26.64.9 1.03-.64.71-7.63 7.22-7.83 7.29-.1.04-.18-.95-.18-2.38-.01-2.48-.29-6.95-.5-7.95-.16-.73-.03-.72 3.44.42zm44.7 1.29c-1.54 2.54-4.07 6.16-5.9 8.44-1.87 2.34-5.82 6.74-6.05 6.74-.09 0-.66-.71-1.27-1.59-2.25-3.21-4.86-5.99-7.15-7.61-.22-.15-.35-.32-.3-.37.05-.05 3.81-1.43 8.33-3.07 9.16-3.32 13.19-4.67 13.44-4.49.02.03-.47.9-1.1 1.95zm5.73-.43c6.32 4.41 10.62 7.98 12.18 10.11.39.54.68 1 .64 1.03-.04.03-2.07.26-4.53.5-9.81.97-16.8 1.95-20.5 2.89-.99.25-1.82.44-1.83.43-.02-.02.63-.82 1.46-1.81 4.28-5.13 8.14-10.47 9.58-13.24.38-.73.75-1.33.83-1.33.07-.01 1.04.63 2.17 1.42zm-35.43 5.47c1.21.65 2.14 1.25 2.09 1.35-.09.18-10.76 6.02-10.85 5.94-.02-.02.53-1.77 1.23-3.91s1.38-4.46 1.51-5.17l.24-1.3 1.8.96c1 .53 2.77 1.48 3.98 2.13zm-8.93.34c-1.03 3.57-3.12 8.17-4.07 8.97-.22.18-.65-.07-2.06-1.21-.99-.8-2-1.59-2.27-1.77-.26-.18-.45-.37-.41-.42.73-.73 9.23-7.58 9.27-7.47.03.07-.18.93-.46 1.9zm19.32 6.21c1.61 1.07 5.17 4.26 4.98 4.46-.05.05-3.67 1.23-8.03 2.6-4.36 1.38-9.22 2.94-10.8 3.47-1.59.53-2.89.95-2.9.93-.02-.02 1.09-1.28 2.46-2.81 3.57-3.98 7.24-8.25 8.54-9.93l1.12-1.45 1.47.79c.79.44 2.23 1.32 3.16 1.94zm-8.26-2.29c-.1.13-1.06 1.35-2.14 2.72-1.08 1.36-3.66 4.68-5.76 7.37l-3.81 4.9-.13-.83c-.24-1.61-1.1-4.74-1.59-5.81l-.49-1.07 2.42-1.21c2.5-1.25 7.71-4.08 10.15-5.5 1.54-.9 1.64-.94 1.35-.57zm-20.21 5.92c.99.51 1.92 1.17 1.92 1.38 0 .32-6.45 5.3-6.62 5.11-.04-.04.54-1.19 1.29-2.56.76-1.37 1.52-2.9 1.7-3.42.18-.52.46-.94.6-.94.16 0 .66.2 1.11.43zm5.5 6.13c.45.87.91 3.32.67 3.54-.1.09-2.76 1.35-5.93 2.8-3.17 1.45-7.28 3.4-9.17 4.34-1.88.94-3.31 1.6-3.17 1.48.14-.13 2.21-1.86 4.61-3.86 4.64-3.86 9.93-8.47 10.9-9.49l.58-.61.57.55c.32.3.74.86.94 1.25zm-5.21-.05c-.46.41-2.94 2.58-5.5 4.8C42.08 67 39 69.68 37.8 70.73c-2.42 2.11-2.42 2.11.67-1.92 2.39-3.12 3.64-4.28 7.07-6.58 1.67-1.12 4.99-2.99 5.31-2.99.07-.01-.25.34-.71.75zm24.03 2.12c.13.65.28 2.69.35 4.51l.12 3.32-.77-.36c-2.66-1.23-10.13-5.44-9.85-5.55 1.63-.65 9.7-3.33 9.79-3.24.07.07.23.66.36 1.32zm-6.34 5.94c3.11 1.83 5.68 3.35 5.72 3.38.04.03-.37.37-.88.75-.99.73-11.54 6.18-11.68 6.04-.04-.04.1-.95.31-2 .43-2.12.82-8.44.63-10.45-.06-.71-.04-1.21.06-1.15.11.06 2.73 1.6 5.84 3.43zm-8.6-1.34c.24 1.97-.05 5.93-.58 7.99-.63 2.42-.99 3.43-1.26 3.52-.37.13-2.67-1.97-4.08-3.72-1.42-1.76-3.28-5.08-3-5.35.17-.16 8.39-3.55 8.64-3.56.08-.01.21.5.28 1.12zm-10.08 4.95c.87 1.8 2.86 4.4 5.04 6.6 1.4 1.41 1.75 1.87 1.53 2.01-.98.66-5.35 2.71-8.11 3.79-3.35 1.32-7.7 2.82-7.8 2.7-.04-.04.96-1.86 2.22-4.04 2.73-4.74 6.18-11.44 6.18-11.99 0-.7.29-.42.94.93zm-5.16.11c-.05.14-.47 1.18-.92 2.33-1.94 4.92-5.71 11.6-6.55 11.6-.65 0-1.61-3.89-1.88-7.63l-.14-1.88 4.61-2.33c2.54-1.28 4.69-2.33 4.8-2.33.09-.01.13.1.08.24zm30.78 4.55c.02 2.83-1.17 9.68-1.8 10.37-.26.29-3.19-.79-5.82-2.15-2.36-1.22-6.24-3.63-6.24-3.87 0-.07.59-.37 1.33-.68 1.4-.59 7.91-4.07 10.67-5.7l1.59-.94.14.72c.05.39.12 1.42.13 2.25zm-43.43 3.27c.27 2.24.96 4.98 1.82 7.16.35.89.6 1.66.56 1.7-.34.31-14.19 4.12-16.02 4.41l-.87.14.13-.67c.19-.95 1.53-3.69 2.53-5.17 1.24-1.84 4.31-4.92 6.34-6.35 1.51-1.07 5.15-3.19 5.26-3.07.01.01.13.84.25 1.85zm31.42 4.72c4.28 2.05 5.9 2.76 7.95 3.47l1.57.54-.99.5c-5.61 2.84-15.53 6.89-18.1 7.39-.57.11-.65.08-.54-.2.44-1.15 6.36-13.38 6.47-13.38.07-.01 1.72.76 3.64 1.68zm-7.53-.46c-.3 1.44-1.93 6.11-2.88 8.23-.82 1.84-2.72 5.43-3.06 5.77-.15.15-3.53-1.76-5.13-2.9-1.8-1.28-5.74-5.08-5.63-5.43.04-.13 2.44-1.05 5.33-2.05 6.09-2.1 9.5-3.37 10.49-3.88.96-.5 1.04-.47.88.26zm17.03 6.45c-.06.42-.4 2.26-.77 4.12-1.16 5.83-2.57 9.81-3.47 9.81-1.24 0-9.73-2.06-12.47-3.03-1.86-.66-3.47-1.41-4-1.88-.33-.29-.16-.39 2.28-1.39 7.85-3.2 16.9-7.28 17.88-8.06.57-.45.66-.39.55.43zm-39.72 1.78c-.89 1.59-2.72 4.22-6.2 8.92l-2.97 4-.89-.64c-1.25-.89-3.23-3.05-4.06-4.42-.89-1.47-1.5-3.28-1.57-4.66l-.06-1.07 1.47-.15c1.99-.2 7.55-1.35 11.52-2.39 1.8-.47 3.3-.83 3.34-.8.03.04-.23.58-.58 1.21zm8.63 4.11c.99.71 2.35 1.61 3.05 2.02l1.27.74-.57.24c-.32.13-4.93 1.81-10.26 3.74-9.1 3.29-9.7 3.48-9.95 3.14-.15-.2-.25-.41-.23-.48.02-.07 2.48-3.24 5.47-7.07l5.43-6.95 2 1.67c1.12.93 2.8 2.24 3.79 2.95zm2.24 10.45c-1.99 2.97-3.67 5.48-3.73 5.56-.15.2-3.33-.55-5.71-1.34-2.5-.84-5.58-2.4-6.78-3.43l-.87-.75 1.96-.53c8.03-2.19 18.65-5 18.7-4.96.04.01-1.58 2.48-3.57 5.45zm9.56-4.5c4.25 1.46 8.13 2.29 13.16 2.83l1.39.15-3.75 1.35c-9.36 3.38-16.94 5.75-20.76 6.49-1.07.21-2.05.38-2.16.38-.11 0 .66-1.05 1.71-2.32 2.86-3.49 5.96-7.46 6.78-8.68.4-.59.8-1.09.89-1.09.09.01 1.31.4 2.74.89zm13.95 7.88c-1.61 4.16-2.79 6.69-3.21 6.85-.8.31-11.85-1.32-15.22-2.23-2.24-.61-3.67-1.2-3.25-1.35.16-.06 1.76-.43 3.57-.84 5.85-1.32 14.77-4.03 18.46-5.61.48-.2.9-.35.93-.32.02.03-.55 1.6-1.28 3.5z"}))};gt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},gt.defaultProps={color:"#000000",size:"128"};const wt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M0 0v128h128V0H0zm34.6 106.5H14.8v-54h19.7v54zm27.1 0H42v-87h19.7v87zm27.1 0H69.1V37.6h19.7v68.9zm27.2 0H96.3V68.6H116v37.9z"}))};wt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},wt.defaultProps={color:"#8DC63F",size:"128"};const ft=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M91.78 58.77l-2.3 5.42h4.61l-2.31-5.42zM60.91 52h4a1 1 0 00.54-.24C67.77 49 68.1 43.6 68.1 41.7a.7.7 0 00-.68-.7h-9a.68.68 0 00-.68.68c.07 1.9.34 7.36 2.65 10.08a.65.65 0 00.52.24zm4.41-5.16C67 46.23 67 45.62 67 45.62a10.69 10.69 0 01-2 5.24.51.51 0 01-.41.15h-3.34c-.14 0-.34 0-.41-.15a9.6 9.6 0 01-1.7-3.77s3.94.56 6.18-.25z"}),e.createElement("path",{d:"M116.42 29.94L67.48 1.72a6.83 6.83 0 00-6.83 0L11.6 29.94A6.9 6.9 0 008 35.78v56.44a7 7 0 003.58 5.83l48.94 28.22a6.83 6.83 0 006.83 0l49.05-28.21a7.14 7.14 0 003.6-5.83V35.78a7 7 0 00-3.58-5.84zM112 88.29a5.77 5.77 0 01-2.94 5l-42.2 24.37a5.65 5.65 0 01-5.84 0L18.87 93.31a5.63 5.63 0 01-2.87-5V39.58a5.71 5.71 0 012.87-5L61 10.2a5.6 5.6 0 015.82 0l42.21 24.35a5.69 5.69 0 012.93 5z"}),e.createElement("circle",{cx:"40",cy:"62.53",r:"4.84"}),e.createElement("path",{d:"M108.06 36.32L65.85 12a3.87 3.87 0 00-1.91-.54A4.06 4.06 0 0062 12L19.87 36.32A3.88 3.88 0 0018 39.65v48.7a3.87 3.87 0 001.87 3.32L62 116a3.62 3.62 0 001.89.54 3.82 3.82 0 001.9-.54l42.23-24.35a3.94 3.94 0 001.98-3.3v-48.7a3.94 3.94 0 00-1.94-3.33zM67 68.19a4.8 4.8 0 003.65-1.69l1.52 1.5a7.7 7.7 0 01-1.08 1 5.9 5.9 0 01-1.22.75 5 5 0 01-1.42.47 8.33 8.33 0 01-1.83.14 6.72 6.72 0 01-4.88-2 6.1 6.1 0 01-1.3-2.24 7.34 7.34 0 01-.44-2.73v-.07a7.12 7.12 0 01.42-2.71 7.63 7.63 0 011.36-2.24A6.35 6.35 0 0164 56.88a7.53 7.53 0 012.83-.54 13.09 13.09 0 011.69.14c.54.14.95.27 1.42.41a6.43 6.43 0 011.15.68 11.79 11.79 0 011 .88l-1.56 1.63A4.83 4.83 0 1067 68.19zm-2.83-37.63c-.34.47.07 1.63.95 3a2.83 2.83 0 01-.95 4 3.83 3.83 0 00-.75-2.31c-1.62-2.46-.13-3.61.75-4.69zm-2.71 2.51c-.27.27 0 1.09.61 2a1.91 1.91 0 01-.61 2.71 2.74 2.74 0 00-.46-1.53c-1.1-1.69-.15-2.44.46-3.18zM56.5 39h12.76a.64.64 0 01.68.63c0 2.37-.34 10.37-3.74 14.14a.64.64 0 01-.47.23H60a.67.67 0 01-.47-.26c-3.37-3.86-3.7-11.74-3.7-14.08a.66.66 0 01.67-.66zM21 49h34.35s.07 0 .07 1H21zm34 14.32v.07a7.37 7.37 0 01-.47 2.71 6.7 6.7 0 01-1.46 2.24 6.4 6.4 0 01-2.22 1.49 6.63 6.63 0 01-2.84.54 7.86 7.86 0 01-2.84-.54 6.47 6.47 0 01-2.24-1.49 6.3 6.3 0 01-1.41-2.24 7.16 7.16 0 01-.52-2.71v-.07a7.43 7.43 0 01.53-2.71A6.79 6.79 0 0143 58.37a6.46 6.46 0 012.23-1.49 6.66 6.66 0 012.85-.54 7.88 7.88 0 012.85.54 6.48 6.48 0 012.24 1.49 6.18 6.18 0 011.35 2.24 7.14 7.14 0 01.48 2.71zM29.1 67H29l-4-6.46V70h-3V57h3l4.14 6.38L33.23 57H36v13h-3v-9.53zm77.9 8H21v-1h86zM86 62v-5h2v13h-2v-6h-7v6h-2V57h2v5zm6.73 8l6-13h2.17l6 13h-2.51L103 67h-6.4l-1.42 3zM107 50H70.41c0-1 .07-1 .07-1H107z"})))};ft.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ft.defaultProps={color:"#000000",size:"128"};const ut=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M123.9 13.9H64.6l-6.4 10.5L100.9 51zM99.3 53.4L17.1 2.1v59.3l12.8 8zM74 102.7l36.9 23.2V66.6l-10.3-6.5zM28.7 74.6L4.1 114.1h59.3l34.7-55.5z"}))};ut.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ut.defaultProps={color:"#00decc",size:"128"};const dt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M90.491 57.282c-.37-4.79-1.496-9.409-3.062-13.934-3.244-10.104-8.45-19.046-15.783-26.74-1.854-1.946-3.916-3.729-5.209-6.151-.818-1.532-1.597-3.085-2.394-4.629l-.505-1.273c-.085.292-.139.396-.142.501-.065 2.517-1.491 4.224-3.267 5.817-1.997 1.793-3.856 3.739-5.775 5.618l-5.901 7.763c-1.592 2.925-3.182 5.85-4.772 8.775l-3.19 8.617-.096.134c-1.756 5.768-2.622 11.698-3.048 17.688-.16 2.251.022 4.535.149 6.798.181 3.235.743 6.415 1.586 9.545 3.062 11.372 9.276 20.805 17.771 28.819 1.579 1.489 3.199 2.843 4.847 4.26.282-.965.507-1.93.763-2.895.256-.961.515-1.917.688-2.881-.174.964-.369 1.92-.562 2.881l-.826 2.895.738 2.501.684 3.884.326 4.053c-.003.823-.036 1.648.014 2.47.012.21.288.404.442.606l1.376.483 1.434.558-.246-3.603-.011-3.548.495-5.405.359-1.177 1.027-1.82c1.268-1.02 2.629-1.946 3.784-3.081 2.09-2.054 4.175-4.134 6.045-6.383a47.846 47.846 0 006.191-9.516c1.122-2.284 2.178-4.614 3.052-7.001.77-2.104 1.247-4.315 1.854-6.479.054-.156.126-.309.16-.468 1.254-5.841 1.465-11.741 1.004-17.682zm-23.599 49.375l-.805-1.763.805 1.763 1.183 1.01-1.183-1.01z"}))};dt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},dt.defaultProps={color:"#4FAA41",size:"128"};const Mt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M116.659 45.061c-5.075-3.895-12.286-5.754-21.087-5.754-9.648 0-16.383 2.199-19.939 6.77-1.626-1.76-3.659-3.162-5.963-4.229-2.444-2.479-4.981-3.986-7.574-4.717 5.754-3.695 12.497-8.684 21.036-15.426-34.694 3.555-51.459 6.94-81.245 24.881 1.219 0 2.396.006 3.546.02-.711 5.572-.341 13.883-.208 16.342-3.991 10.197-.406 18.488 2.579 25.945 0-8.979.44-16.244-2.109-25.557l20.25-16.051c-.326 3.025-.277 6.555.305 10.807l.063.021-.232 1.162.918.162c-.227 1.506.001 3.073.001 4.749V106h18V66.383c0-1.982.65-3.719 1.053-5.217 2.765-.465 5.64-1.256 8.167-2.338l.182.447c.162-.203.357-.447.515-.66 2.034-.908 4.166-2.014 6.001-3.316C64.178 56.986 66 60.654 66 66.383V106h21V66.383c0-8.123 2.4-12.182 9-12.182s9 4.059 9 12.182V106h21V64.186c0-8.463-3.419-14.725-9.341-19.125z"}))};Mt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Mt.defaultProps={color:"#F7931E",size:"128"};const Et=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M79.435 38.806v3.016h3.109v2.922h8.953v-2.547h-3.016v-3.391zm12.063-9.707v-5.656h-8.949v5.656zm0 0"}),e.createElement("path",{d:"M94.611 14.017H79.435v3.02h-6.316v3.297h-3.016v12.063h3.016v3.016h6.316v3.016h9.426v3.395h3.016v3.297H82.17v-2.922h-3.11v-3.391h-8.953v9.047h3.016v3.203h3.297v3.109h21.395v-3.109h3.109v-3.203h3.301v-9.047h-3.301V35.79h-3.109v-3.016h-6.316v-3.301h-9.328v-6.406h9.707v6.031h12.348v-8.766h-3.301v-3.297h-6.312zm0 0"}),e.createElement("path",{d:"M79.248 13.548h15.738v3.109h6.316v3.297h3.297v9.52H91.876v2.922h6.41v3.016h3.016v3.016h3.297v9.801h-3.297v3.301h-3.016v3.016H76.044V51.53h-3.297v-3.301h-3.016v-9.801h9.328V35.79h-6.312v-3.016h-3.016V19.958h3.016v-3.301h6.313v-3.109zm-59.469 0h12.629v3.109h3.301v6.41h3.109v6.031h3.016v6.313h2.828v-6.313h3.297v-6.031h3.016v-6.41h3.016v-3.109h13.102v40.996H53.99V42.197h-2.637v6.031h-3.016v6.316h-9.992v-6.316H35.33v-6.031h-2.922v12.348H19.591V13.548zm0 0"}),e.createElement("path",{d:"M38.345 73.298h-5.937V94.88h9.047v-6.031h-3.109zm28.273 0H63.79v18.379h2.828V88.47h3.109v-3.109h6.316v-2.637h-3.301v-3.016h-3.016v-3.016h-3.109zM94.61 88.849h-5.75v2.828h5.75zM16.763 51.056h31.574v3.109h2.637v-3.109h22.148v3.109h2.922v-3.109h22.238v3.109h6.316v3.016h3.016v3.488h3.109v9.613h-3.109v3.016h-9.332v2.922h6.316v3.109h3.016v3.016h3.109v22.148h-3.109v3.109h-3.016v3.109h-6.316v3.109H79.06v-3.109h-2.641v3.109H53.99v-3.109h-5.652v3.109H16.482V51.056zm81.051 21.863v-2.637h-3.203v-3.395h-2.734v6.031zm0 0"}),e.createElement("path",{d:"M60.587 16.845h3.016v34.398h-3.016zm-6.41 12.441h3.113v3.297h-3.113zM29.205 16.845h3.016v3.301h-3.016zm3.016 6.41h3.297v2.922H32.22zm3.297 6.031h3.113v3.297h-3.113zm3.113 6.313h3.016v3.016H38.63zm3.016 6.41h3.203v2.922h-3.203zM26.189 26.177v25.066h3.016v-18.66h3.016v-3.297h-3.016v-3.109zm0 0"})))};Et.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Et.defaultProps={color:"#000000",size:"128"};const xt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M125.477 122.783l-2.616-2.537c-2.479-3.292-5.668-6.184-9.015-8.585-2.669-1.916-8.661-4.504-9.775-7.609l-.205-.195c1.893-.214 4.103-.898 5.85-1.367 2.934-.786 5.356-.583 8.386-1.365 1.366-.39 2.899-.781 3.899-1.171v-.78c-1-1.571-2.427-3.651-4.097-5.073-4.369-3.72-9.041-7.437-13.951-10.537-2.723-1.718-6.041-2.835-8.926-4.292-.971-.491-2.652-.746-3.294-1.562-1.517-1.932-2.328-4.382-3.498-6.633-2.449-4.717-4.849-9.868-7.019-14.831-1.48-3.384-2.443-6.72-4.289-9.756-8.86-14.567-18.395-23.358-33.167-32-3.145-1.838-6.929-2.563-10.929-3.513-2.144-.129-4.291-.26-6.437-.391-1.311-.546-2.674-2.149-3.902-2.927-4.896-3.092-17.449-9.817-21.074-.975-2.289 5.581 3.42 11.025 5.462 13.854 1.435 1.982 3.27 4.207 4.293 6.438.675 1.467.79 2.938 1.367 4.489 1.418 3.822 2.651 7.98 4.487 11.511.927 1.788 1.949 3.67 3.122 5.268.718.981 1.95 1.413 2.145 2.927-1.204 1.686-1.273 4.304-1.95 6.44-3.05 9.615-1.898 21.567 2.537 28.683 1.36 2.186 4.566 6.871 8.975 5.073 3.856-1.57 3.226-6.438 4.329-10.732.249-.972-.185-1.688.815-2.341v.195a128.6 128.6 0 003.282 7.024c2.6 4.187 6.889 8.562 10.798 11.514 2.027 1.531 3.92 4.177 5.92 5.073v-.101h.221c-.507-1-1.302-1.167-1.95-1.804-1.527-1.496-3.226-3.382-4.487-5.097-3.556-4.827-6.698-10.122-9.561-15.622-1.368-2.626-2.557-5.529-3.709-8.201-.443-1.03-.438-2.592-1.364-3.125-1.263 1.958-3.122 3.54-4.099 5.853-1.561 3.696-1.762 8.204-2.341 12.877-.343.122-.19.038-.391.194-2.718-.655-3.672-3.452-4.683-5.853-2.555-6.07-3.029-15.843-.781-22.829.582-1.809 3.211-7.501 2.146-9.172-.508-1.665-2.184-2.63-3.121-3.903-1.161-1.574-2.319-3.646-3.123-5.464-2.091-4.731-3.066-10.044-5.268-14.828-1.053-2.287-2.832-4.602-4.293-6.634-1.617-2.253-3.429-3.912-4.684-6.635-.445-.968-1.051-2.518-.39-3.513.21-.671.507-.951 1.171-1.17 1.133-.873 4.283.29 5.463.779 3.129 1.3 5.741 2.5 8.392 4.256 1.271.844 2.559 1.89 4.097 2.89h1.756c2.747 0 5.824.232 8.391 1.012 4.535 1.379 8.6 3.542 12.292 5.873 11.246 7.102 20.441 17.22 26.732 29.278 1.012 1.942 1.45 3.799 2.341 5.858 1.798 4.153 4.064 8.428 5.853 12.489 1.786 4.053 3.526 8.142 6.05 11.514 1.327 1.772 6.451 2.724 8.78 3.709 1.633.689 4.308 1.409 5.854 2.34 2.953 1.782 5.814 3.904 8.586 5.855 1.384.974 5.64 3.114 5.853 4.878-6.863-.188-12.104.452-16.585 2.341-1.273.537-3.305.552-3.513 2.147.7.733.809 1.829 1.365 2.731 1.069 1.73 2.876 4.052 4.488 5.268 1.762 1.33 3.576 2.751 5.464 3.902 3.359 2.047 7.107 3.217 10.341 5.268 1.906 1.21 3.958 2.733 5.815 4.097.92.675.891 1.724 2.891 2.147v-.194c-.999-.795-.946-1.893-1.522-2.728zM29.514 23.465c-1.431-.027-2.514.157-3.514.389V24h.198c.683 1 1.888 2.33 2.731 3.538l1.952 4.108.193-.187c1.209-.853 1.763-2.211 1.756-4.291-.483-.509-.556-1.146-.974-1.754-.558-.809-1.639-1.268-2.342-1.949z"}))};xt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},xt.defaultProps={color:"#00618A",size:"128"};const yt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M63.333 32.567c-5.2.866-9.566 3-12.833 6.266-3.867 3.867-5.833 8.5-6.5 15.367-.3 3.133-.467 15.467-.2 15.467.067 0 .7-.234 1.4-.534 1.633-.7 5.167-.7 7-.033l1.4.5.167-8.033c.166-8.567.366-9.867 1.966-13.067 1.1-2.133 3.767-4.633 6.034-5.667 2.6-1.2 6.4-1.666 9.333-1.2 6.267 1.034 10 4.434 11.567 10.5.633 2.434.666 3.7.666 17.1v14.434H93.4L93.233 67.9c-.1-14.9-.166-15.9-.866-18.567-1.9-7.4-6.5-12.766-12.934-15.2-3.433-1.3-6.7-1.8-11.2-1.766-2.233.033-4.433.133-4.9.2z"}),e.createElement("path",{d:"M22.733 57.2c-2.866 1.433-4.4 4-4.4 7.467 0 1.1.2 2.5.467 3.133.633 1.567 2.433 3.467 4 4.3 1.9 1 5.5 1 7.367.033l1.366-.7 4.267 2.9 4.267 2.934V81.7L35.8 84.633l-4.3 2.934-1.1-.667c-1.6-.933-4.7-1.133-6.6-.4-2 .767-4.067 2.6-4.833 4.333-.834 1.767-.834 5.234 0 7 .7 1.567 2.333 3.3 3.8 4.067.6.3 2.033.6 3.233.7 2.8.2 5.167-.733 6.867-2.733 1.366-1.6 2.266-4.4 2.033-6.334l-.167-1.366 4.3-2.9 4.3-2.9 1.534.7c2.333 1 5.8.766 8-.567 2.4-1.5 3.6-3.633 3.733-6.633.1-2.1 0-2.567-.833-4.2-2.167-4.134-7-5.7-11.134-3.634l-1.233.6-4.233-2.9-4.234-2.9-.1-2.333c-.066-2.8-.866-4.6-2.833-6.233-2.5-2.134-6.233-2.567-9.267-1.067z"})))};yt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},yt.defaultProps={color:"#000000",size:"128"};const Tt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M75.4.3c-.9 0-1.8.2-2.6.5 1.7 1.1 2.6 2.6 3.1 4.3 0 .2.1.4.1.6 0 .2.1.4.1.6.1 2.9-.8 3.3-1.4 5-1 2.2-.7 4.6.5 6.5.1.2.2.5.4.7-1.3-8.4 5.7-9.6 7-12.2.1-2.3-1.8-3.8-3.3-4.9C77.8.5 76.6.3 75.4.3zm10.5 1.8c-.1.8 0 .6-.1 1 0 .3 0 .6-.1.9-.1.3-.1.5-.2.8-.1.3-.2.5-.3.8-.1.2-.2.4-.3.7-.1.1-.2.3-.3.4-.1.1-.1.2-.2.3-.2.2-.3.5-.5.7l-.6.6c-.2.2-.4.4-.6.5-.7.5-1.5.9-2.2 1.4-.2.2-.5.3-.7.5-.2.2-.4.3-.6.5l-.6.6c-.2.2-.4.4-.5.7-.2.2-.3.5-.5.7-.1.3-.2.5-.4.8-.1.3-.2.5-.3.8-.1.3-.2.6-.2.8 0 .1 0 .3-.1.4 0 .1 0 .3-.1.4v1.4c0 .3 0 .5.1.8 0 .3.1.5.2.8.1.3.2.5.3.8.1.2.2.3.2.5l-7.6-2.9c-1.3-.4-2.5-.7-3.8-1-.7-.2-1.4-.3-2.1-.5-2-.4-4-.7-6-.9h-.2c-2-.2-3.9-.3-5.9-.3-1.5 0-2.9.1-4.3.2-2 .1-4 .4-6 .7l-1.5.3c-1 .2-2 .4-3 .7-.5.1-1 .3-1.5.4-.5.2-1 .4-1.4.6-.4.2-.7.3-1.1.5-.1 0-.1 0-.2.1-.3.2-.6.3-.9.5-.1 0-.2.1-.2.1-.4.2-.7.4-1 .5-.2.1-.5.2-.7.3-.1.1-.2.1-.3.2-.3.2-.6.3-.9.5-.3.2-.6.3-.8.5-.2.2-.5.3-.7.5 0 0-.1 0-.1.1-.2.1-.4.3-.6.5l-.1.1c-.2.1-.3.3-.5.4-.1 0-.1.1-.2.1-.2.1-.3.3-.5.4 0 .1-.1.1-.1.1l-.6.6-.1.1-.6.6s0 .1-.1.1l-.5.5c-.1.1-.2.1-.2.2l-.6.6c0 .1-.1.1-.1.2l-.8.8-.1.1c-.5.6-1.1 1.1-1.7 1.6-.6.5-1.2 1-1.9 1.5s-1.3.9-2 1.3-1.4.7-2.1 1c-.7.3-1.4.6-2.1.8-1.4.3-2.8.9-4 1 0-.5-.3-.4-.6-.4-.3.1-.6.1-.8.2-.3.1-.5.2-.8.3-.3.1-.5.2-.8.4-.2.2-.5.3-.7.5-.2.2-.5.4-.7.6-.2.2-.5.4-.7.6-.2.2-.4.4-.6.7-.2.3-.4.5-.5.8-.2.2-.3.5-.5.8-.1.3-.3.6-.4.9l-.3.9c-.1.3-.1.5-.2.8v.1c-.1.3-.1.7-.1.9.1-.1.1.1.1.3v.4c0 .2.1.4.1.6.1.2.1.4.2.6.1.2.2.4.4.6.1.2.3.4.4.6.2.2.4.4.6.5.2.2.4.4.6.5.8.7 1 .9 2 1.5.2.1.3.2.5.3h.1v.2c0 .3.1.5.2.8.1.3.2.6.3.8l.3.6c0 .1.1.1.1.2.1.3.3.5.4.7.2.2.3.5.5.7l.6.6.6.6H8c.2.2.4.3.6.5.2.2.5.3.7.4.2.1.5.3.8.4.2.1.4.2.7.2 0 0 .1 0 .1.1.1 0 .3.1.4.1-.1 1.8-.1 3.5.1 4.1.3.7 1.8-1.4 3.2-3.7-.2 2.3-.3 5 0 5.8.4.8 2.3-1.8 4.1-4.6 23.4-5.4 44.8 10.8 47.1 33.7-.4-3.6-4.8-5.6-6.9-5.1-1 2.4-2.7 5.6-5.4 7.5.2-2.2.1-4.4-.3-6.6-.7 3-2.1 5.9-4.1 8.3-3.1.2-6.3-1.3-7.9-3.6-.1-.1-.2-.3-.3-.4-.1-.2-.2-.5-.3-.7-.1-.2-.2-.5-.2-.7v-.7-.5c0-.2.1-.5.2-.7.1-.2.1-.5.2-.7.1-.2.2-.5.4-.7.6-1.6.6-2.9-.5-3.6l-.6-.3c-.1 0-.3-.1-.4-.1-.1 0-.2-.1-.3-.1-.2-.1-.5-.1-.7-.2-.2-.1-.5-.1-.7-.1-.2 0-.5-.1-.7-.1h-.5c-.3 0-.5 0-.7.1-.2 0-.5.1-.7.1-.2.1-.5.1-.7.2-.2.1-.4.2-.7.3l-.6.3c-7.7 5-3.1 16.8 2.1 20.2-2 .4-4 .8-4.6 1.2l-.1.1c1.4.9 2.9 1.6 4.5 2.2 2.1.7 4.4 1.3 5.4 1.6 2.7.6 5.5.8 8.3.6 14.6-1 26.6-12.2 28.8-26.8.1.3.1.6.2.9.1.6.2 1.2.3 1.9.1.3.1.6.1.9v.1c0 .3.1.6.1.9 0 .4.1.7.1 1.1V91.6c0 .3-.1.5-.1.8v.3c0 .3-.1.6-.1 1-.1.3-.1.6-.2.9v.1c-.1.3-.1.6-.2.9v.1c-.1.3-.1.6-.2.9v.1l-.3.9v.1c-.1.3-.2.7-.3 1-.1.3-.2.6-.4 1-.1.3-.2.7-.4 1-.1.3-.3.6-.4 1-.1.3-.3.6-.4.9 0 .1-.1.2-.1.2s0 .1-.1.1c-2.1 4.3-5.3 8.1-9.3 11.1-.3.2-.5.4-.8.6-.1.1-.2.1-.2.2-.2.2-.5.3-.7.5l.1.2c.5-.1.9-.1 1.4-.2.9-.1 1.7-.3 2.6-.5.2 0 .5-.1.7-.2.2 0 .3-.1.5-.1s.5-.1.7-.1c.2-.1.4-.1.6-.2 3.3-.8 6.5-1.9 9.6-3.2-5.3 7.2-12.3 13-20.5 16.8 3.8-.3 7.6-.9 11.3-2 13.3-3.9 24.5-12.9 31.2-25-1.4 7.6-4.4 14.9-8.9 21.3 3.2-2.1 6.1-4.6 8.8-7.3 7.4-7.7 12.3-17.6 13.9-28.1 1.1 5.2 1.5 10.6 1 15.9 23.9-33.3 2-67.8-7.2-76.9 0-.1-.1-.1-.1-.2v0c0 .4 0 .8-.1 1.2-.1.8-.2 1.5-.3 2.2-.2.7-.4 1.5-.6 2.2-.2.7-.5 1.4-.8 2.1-.3.7-.6 1.4-1 2-.4.6-.8 1.3-1.2 1.9-.4.6-.9 1.2-1.4 1.8-.5.6-1 1.1-1.6 1.7-.3.3-.6.6-1 .8-.3.2-.5.4-.8.7-.6.5-1.2.9-1.9 1.3-.6.4-1.3.8-2 1.1l-2.1.9c-.7.3-1.4.5-2.1.7-.7.2-1.5.4-2.2.5-.8.1-1.5.2-2.2.3-.5 0-1.1.1-1.6.1-.8 0-1.5-.1-2.2-.1-.8-.1-1.5-.2-2.2-.3-.8-.1-1.5-.3-2.2-.6.7-.1 1.5-.1 2.2-.3.8-.1 1.5-.3 2.2-.5.7-.2 1.5-.4 2.1-.7l2.1-.9c.7-.3 1.3-.7 2-1.1.6-.4 1.3-.9 1.9-1.3.6-.5 1.2-1 1.7-1.5.6-.5 1.1-1.1 1.6-1.6.5-.6 1-1.2 1.4-1.8.1-.1.1-.2.2-.3.3-.5.7-1.1 1-1.6.4-.7.7-1.3 1-2 .3-.7.6-1.4.8-2.1l.6-2.1c.1-.8.3-1.5.3-2.2.1-.8.1-1.5.1-2.2 0-.5 0-1.1-.1-1.6-.1-.8-.2-1.5-.3-2.2-.1-.8-.3-1.5-.5-2.2-.2-.7-.5-1.4-.7-2.1-.3-.7-.6-1.4-.9-2-.4-.7-.7-1.3-1.1-2-.4-.6-.9-1.2-1.3-1.8-.5-.6-1-1.1-1.5-1.7-.3-.3-.6-.6-.9-.8-1.5-1.2-3-2.2-4.6-3.2-.2-.1-.4-.2-.7-.3-1.3-1.1-2.3-1.4-3.3-1.8z"}))};Tt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Tt.defaultProps={color:"#DF234F",size:"128"};const Pt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 0C28.7 0 0 28.7 0 64s28.7 64 64 64c11.2 0 21.7-2.9 30.8-7.9L48.4 55.3v36.6h-6.8V41.8h6.8l50.5 75.8C116.4 106.2 128 86.5 128 64c0-35.3-28.7-64-64-64zm22.1 84.6l-7.5-11.3V41.8h7.5v42.8z"}))};Pt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Pt.defaultProps={color:"#000000",size:"128"};const bt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M24.5 50.5c-1.5 0-2.5 1.2-2.5 2.7v14.1l-15.9-16c-.8-.8-2.2-1-3.2-.6S1 52.1 1 53.2v20.7c0 1.5 1.5 2.7 3 2.7s3-1.2 3-2.7V59.8l16.1 16c.5.5 1.2.8 1.9.8.3 0 .4-.1.7-.2 1-.4 1.3-1.4 1.3-2.5V53.3c0-1.5-1-2.8-2.5-2.8zm19.7 11.8c-1.4 0-2.7 1.4-2.7 2.8s1.3 2.8 2.7 2.8l6.6.4-1.5 3.7h-8.5l-4.2-7.9 4.3-8.1H50l2.1 4h5.5L54 52.1l-.8-1.1H37.6l-.7 1.2L31 62.5l-.7 1.3.7 1.3 5.8 10.3.8 1.6h15.1l.7-1.7 4.3-9 1.9-4.3h-4.4l-11 .3zM65 50.5c-1.4 0-3 1.3-3 2.7V60h6v-6.7c0-1.5-1.6-2.8-3-2.8zm30.4.3c-1-.4-2.4-.2-3.1.6L76 67.4V53.3c0-1.5-1-2.7-2.5-2.7S71 51.8 71 53.3V74c0 1.1.7 2.1 1.7 2.5.3.1.7.2 1 .2.7 0 1.6-.3 2.1-.8l16.2-16V74c0 1.5 1 2.7 2.5 2.7S97 75.5 97 74V53.3c0-1.1-.6-2.1-1.6-2.5zm21.8 12.8l8.4-8.4c1.1-1.1 1.1-2.8 0-3.8-1.1-1.1-2.8-1.1-3.8 0l-8.4 8.4-8.4-8.4c-1.1-1.1-2.8-1.1-3.8 0-1.1 1.1-1.1 2.8 0 3.8l8.4 8.4-8.4 8.4c-1.1 1.1-1.1 2.8 0 3.8.5.5 1.2.8 1.9.8s1.4-.3 1.9-.8l8.4-8.4 8.4 8.4c.5.5 1.2.8 1.9.8s1.4-.3 1.9-.8c1.1-1.1 1.1-2.8 0-3.8l-8.4-8.4zM62 73.9c0 1.4 1.5 2.7 3 2.7 1.4 0 3-1.3 3-2.7V62h-6v11.9z"}))};bt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},bt.defaultProps={color:"#090090",size:"128"};const Ht=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M39.831 65.463l30.202 52.66-13.88.131-8.063-14.148-8.12 14.072-6.897-.002-3.532-6.143 11.57-20.024-8.213-14.386 6.933-12.16zm10.901-21.692L20.525 96.43l-7.052-12.034 8.14-14.103-16.167-.042L2 64.237l3.519-6.15 23.013.073 8.27-14.352 13.93-.037zm2.318 42.094l60.409.003-6.827 12.164-16.205-.045 8.047 14.115-3.45 6.01-7.05.008-11.445-20.097-16.483-.034-6.996-12.124zm35.16-23.074l-30.202-52.66L71.888 10l8.063 14.148 8.12-14.072 6.897.002 3.532 6.143-11.57 20.024 8.213 14.386-6.933 12.16z"}),e.createElement("path",{d:"M39.831 65.463l30.202 52.66-13.88.131-8.063-14.148-8.12 14.072-6.897-.002-3.532-6.143 11.57-20.024-8.213-14.386 6.933-12.16zm35.08-23.207l-60.409-.003L21.33 30.09l16.204.045-8.047-14.115 3.45-6.01 7.051-.01 11.444 20.097 16.484.034 6.996 12.124zm2.357 42.216l30.207-52.658 7.052 12.034-8.141 14.102 16.168.043L126 64.006l-3.519 6.15-23.013-.073-8.27 14.352-13.93.037z"})))};Ht.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ht.defaultProps={color:"#5277C3",size:"128"};const Lt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M112.678 30.334L68.535 4.729c-2.781-1.584-6.424-1.584-9.227 0L14.82 30.334C11.951 31.985 10 35.088 10 38.407v51.142c0 3.319 1.992 6.423 4.862 8.083l11.729 6.688c5.627 2.772 7.186 2.772 9.746 2.772 8.334 0 12.662-5.039 12.662-13.828v-50.49C49 42.061 49.445 41 48.744 41h-5.622C42.41 41 41 42.061 41 42.773v50.49c0 3.896-3.616 7.773-10.202 4.48L18.676 90.73c-.422-.23-.676-.693-.676-1.181V38.407c0-.482.463-.966.891-1.213l44.378-25.561a1.508 1.508 0 011.415 0l43.963 25.555c.421.253.354.722.354 1.219v51.142c0 .488.092.963-.323 1.198l-44.133 25.576c-.378.227-.87.227-1.285 0l-11.317-6.749c-.341-.198-.752-.269-1.08-.086-3.145 1.783-3.729 2.02-6.679 3.043-.727.253-1.799.692.408 1.929l14.798 8.754a9.29 9.29 0 004.647 1.246 9.303 9.303 0 004.666-1.246l43.976-25.582c2.871-1.672 4.322-4.764 4.322-8.083V38.407c-.001-3.319-1.452-6.414-4.323-8.073zM77.727 81.445c-11.727 0-14.309-3.235-15.17-9.066-.102-.628-.634-1.379-1.274-1.379h-5.73c-.709 0-1.28.86-1.28 1.566 0 7.466 4.06 16.512 23.454 16.512 14.038 0 22.088-5.455 22.088-15.109 0-9.572-6.467-12.084-20.082-13.886-13.762-1.819-15.16-2.738-15.16-5.962 0-2.658 1.184-6.203 11.374-6.203 9.104 0 12.46 1.954 13.841 8.091.119.577.646.991 1.241.991h5.754c.354 0 .691-.143.939-.396.241-.272.367-.613.336-.979-.893-10.569-7.913-15.494-22.112-15.494-12.632 0-20.166 5.334-20.166 14.275 0 9.698 7.497 12.378 19.622 13.577 14.505 1.422 15.633 3.542 15.633 6.395 0 4.956-3.978 7.067-13.308 7.067z"}))};Lt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Lt.defaultProps={color:"#83CD29",size:"128"};const Vt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M69.7 61.8c-.7-1.2-2-2.1-3.5-2.1h-.3c-2.3 0-4.1 1.8-4.3 4-.1.9.1 1.7.6 2.5.7 1.2 2 2.1 3.5 2.1h.3c2.3 0 4.2-1.8 4.3-4 .1-.9-.1-1.7-.6-2.5zm-3.8 3.7c-.8-.1-1.5-.8-1.4-1.6.1-.8.8-1.5 1.6-1.4.8.1 1.5.8 1.4 1.6 0 .8-.8 1.5-1.6 1.4zm52.2-36.1L69.9 1.6c-2.1-1.2-5.6-1.2-7.7 0L13.9 29.4c-2.1 1.2-3.9 4.2-3.9 6.7v55.7c0 2.5 1.7 5.5 3.9 6.7l48.2 27.9c2.1 1.2 5.6 1.2 7.7 0L118 98.5c2.1-1.2 3.9-4.2 3.9-6.7V36.1c.1-2.4-1.7-5.4-3.8-6.7zM22 89.9l39.5-30.1v.1c-.9 1-1.5 2.3-1.6 3.7-.1 1.2.2 2.4.8 3.5 1 1.8 2.8 2.9 4.9 3h.4c.5 0 .9-.1 1.3-.2L22 89.9zm44-21.3h-.3c-1.5-.1-2.9-.9-3.7-2.3-.5-.8-.7-1.7-.6-2.6.2-2.4 2.2-4.3 4.6-4.3h.3c1.5.1 2.9 1 3.7 2.3.5.8.7 1.7.6 2.6-.2 2.4-2.2 4.3-4.6 4.3zm4.4-.4c1-1 1.6-2.3 1.7-3.8.1-1.2-.2-2.4-.8-3.5-1-1.8-2.9-2.9-4.9-3-.6 0-1.3 0-1.9.2l45.8-19.3-39.9 29.4z"}))};Vt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Vt.defaultProps={color:"#3D3B47",size:"128"};const Ct=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M2 38.5h124v43.71H64v7.29H36.44v-7.29H2zm6.89 36.43h13.78V53.07h6.89v21.86h6.89V45.79H8.89zm34.44-29.14v36.42h13.78v-7.28h13.78V45.79zm13.78 7.29H64v14.56h-6.89zm20.67-7.29v29.14h13.78V53.07h6.89v21.86h6.89V53.07h6.89v21.86h6.89V45.79z"}))};Ct.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ct.defaultProps={color:"#cb3837",size:"128"};const Ot=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M54.32 27.164L33.304 16.559 10.226 28.071l21.594 10.84zM63.961 32.031L86 43.16 63.137 54.637 41.512 43.782zM93.398 16.715l22.645 11.355-20.254 10.168-22.082-11.141zM83.652 11.824L63.265 1.601 43.101 11.667l21.008 10.59zM67.715 99.605v27.816l24.695-12.324-.023-27.828zM92.375 77.555l-.027-27.535-24.633 12.246v27.547zM122.02 72.398v27.926l-21.066 10.508-.016-27.797zM122.02 62.633V35.266l-21.105 10.492.016 27.59z"}),e.createElement("path",{d:"M58.996 62.266l-16.629-8.367v36.14S22.019 46.756 20.14 42.865c-.242-.504-1.242-1.051-1.496-1.188-3.668-1.914-14.355-7.324-14.355-7.324v63.871l14.785 7.926V72.75s20.129 38.676 20.336 39.102c.21.422 2.219 4.492 4.383 5.926 2.87 1.906 15.195 9.316 15.195 9.316z"})))};Ot.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ot.defaultProps={color:"#4c75cf",size:"128"};const Bt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M39.267 108.97l-.284-.567c-.567-1.135-.567-2.27-.283-3.689H8.059l45.395-80.576 19.01 34.33 6.241-4.54-19.01-34.33c-.283-.567-2.553-3.971-6.241-3.971-1.703 0-4.256.567-6.242 4.256L1.25 101.31c-.284.85-2.27 4.54-.568 7.66 1.135 1.702 2.837 3.405 6.81 3.405h38.586c-3.973 0-5.959-1.703-6.81-3.405zm87.385-7.377l-36.883-66.39c-.567-.568-2.554-4.257-6.242-4.257-1.702 0-4.256.852-6.242 4.256l-4.823 7.944v15.321l11.065-19.01 36.6 65.256h-13.903a6.526 6.526 0 01-.567 3.973l-.284.283c-1.702 3.121-5.958 3.405-6.526 3.405h21.563c.851 0 4.823-.284 6.81-3.405.85-1.418 1.418-3.972-.568-7.376zm-20.144 7.377v-.284l.284-.567c.283-1.135.567-2.27.283-3.405l-1.134-3.404L77 50.808l-4.255-7.66h-.284l-4.256 7.66-28.939 50.502-1.135 3.404a6.81 6.81 0 00.568 4.256c1.135 1.702 2.837 3.405 6.81 3.405h53.906c.851 0 5.107-.284 7.093-3.405zM72.462 58.468l26.386 46.246H46.076z"}))};Bt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Bt.defaultProps={color:"#000000",size:"128"};const At=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M63.877 125.392c-32.671 0-60.37-27.594-60.627-60.469a59.94 59.94 0 0117.506-42.759 60.939 60.939 0 0143.279-18.36 60.081 60.081 0 0142.647 17.71 60.145 60.145 0 0118.157 42.522c.151 33.604-26.864 61.021-60.469 61.363h-.493zm.19-118.406a57.774 57.774 0 00-41.01 17.427 56.775 56.775 0 00-16.63 40.484c.236 31.159 26.495 57.286 57.43 57.286h.414c31.863-.29 57.504-26.266 57.385-58.128a56.97 56.97 0 00-17.217-40.273A56.7 56.7 0 0064.068 6.986z"}),e.createElement("path",{d:"M16.89 82.383V46.865h8.64v3.183h-4.583v29.218h4.584v3.183l-8.642-.066zM46.213 64.272c0 6.478-3.933 10.167-9.26 10.167s-8.877-4.156-8.877-9.831c0-5.939 3.722-10.121 9.167-10.121s8.97 4.36 8.97 9.785zm-14.415.29c0 3.932 1.973 7.05 5.36 7.05s5.333-3.183 5.333-7.195c0-3.643-1.796-7.083-5.334-7.083s-5.392 3.328-5.392 7.307l.033-.08zM49.205 55.158c1.69-.29 3.407-.434 5.123-.428a9.17 9.17 0 015.537 1.223 4.062 4.062 0 012.006 3.61 4.48 4.48 0 01-3.183 4.183c2.269.46 3.9 2.46 3.9 4.775a5.016 5.016 0 01-1.861 3.978c-1.368 1.21-3.643 1.796-7.162 1.796a33.966 33.966 0 01-4.327-.257l-.033-18.88zm3.499 7.622h1.795c2.433 0 3.801-1.145 3.801-2.782 0-1.638-1.368-2.644-3.61-2.644a9.779 9.779 0 00-2.006.145l.02 5.28zm0 8.878c.618.065 1.243.092 1.86.078 2.263 0 4.262-.861 4.262-3.182s-1.94-3.183-4.373-3.183h-1.75v6.287zM69.54 54.901h3.517v12.554c0 5.334-2.577 7.116-6.365 7.116a9.313 9.313 0 01-2.973-.507l.428-2.834c.703.224 1.44.335 2.183.349 2.006 0 3.183-.921 3.183-4.262l.026-12.416zM83.067 65.357v2.434h-7.32v-2.434h7.32zM100.158 73.63c-1.585.632-3.281.921-4.978.862-6.129 0-9.851-3.834-9.851-9.707-.283-5.353 3.827-9.923 9.18-10.206.375-.02.757-.02 1.131.006a11.112 11.112 0 014.775.862l-.783 2.801a9.476 9.476 0 00-3.788-.75c-3.932 0-6.76 2.467-6.76 7.116 0 4.235 2.499 6.971 6.734 6.971a9.806 9.806 0 003.834-.717l.506 2.762zM111.2 46.766v35.61h-8.641v-3.182h4.583V49.949h-4.583v-3.183h8.64z"})))};At.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},At.defaultProps={color:"#0b5a9d",size:"128"};const St=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M65.004 115.355c-.461-.894-1.004-2.796-1.356-3.601-.378-.711-1.46-2.692-1.984-3.332-1.164-1.332-1.437-1.438-1.809-3.23-.628-3.067-2.148-8.462-4.042-12.227-1.004-2-2.626-3.606-4.067-5.07-1.246-1.247-4.121-3.31-4.668-3.227-4.766.894-6.226 5.586-8.457 9.27-1.27 2.062-2.516 3.769-3.52 5.937-.898 1.98-.812 4.23-2.331 5.938a15.44 15.44 0 00-3.333 5.855c-.195.453-.546 4.957-1.003 6.016l7.02-.438c6.585.461 4.687 2.961 14.858 2.438l16.098-.54a24.864 24.864 0 00-1.433-3.792zM111.793 8.254H16.207C7.312 8.23.086 15.457.086 24.352v35.105c2.352-.812 5.578-5.75 6.668-6.934 1.789-2.062 2.16-4.77 3.059-6.378 2.062-3.793 2.433-6.477 7.101-6.477 2.164 0 3.063.516 4.5 2.516.996 1.332 2.79 3.957 3.602 5.668 1.004 1.98 2.523 4.582 3.254 5.125.515.351.972.722 1.433.894.707.27 1.356-.27 1.902-.629.622-.539.895-1.52 1.52-2.953.895-2.086 1.813-4.418 2.332-5.312.914-1.461 1.273-3.254 2.25-4.067 1.461-1.246 3.441-1.355 3.957-1.437 2.98-.625 4.336 1.437 5.777 2.707.973.894 2.243 2.605 3.246 4.851.708 1.793 1.606 3.52 2.067 4.5.351.98 1.266 2.606 1.789 4.582.543 1.711 1.809 3.067 2.352 3.961 0 0 .812 2.164 5.476 4.145a34.992 34.992 0 004.336 1.52c2.066.734 4.047.644 6.563.374 1.789 0 2.793-2.625 3.601-4.683.438-1.254.98-4.774 1.25-5.758.27-.996-.437-1.707.192-2.625.722-.977 1.164-1.082 1.519-2.332.914-2.793 5.957-2.875 8.832-2.875 2.414 0 2.063 2.332 6.125 1.52 2.336-.434 4.586.273 7.023.995 2.063.543 4.043 1.168 5.204 2.524.73.898 2.629 5.312.73 5.476.164.188.36.645.625.817-.46 1.707-2.25.46-3.332.27-1.355-.27-2.332 0-3.684.624-2.335.996-5.668.918-7.726 2.625-1.715 1.438-1.715 4.582-2.543 6.371 0 0-2.254 5.696-6.996 9.192-1.278.914-3.715 3.058-8.918 3.871-2.356.355-4.586.355-7.024.27-1.164-.079-2.332-.079-3.52-.079-.706 0-3.062-.109-2.96.164l-.27.645c.024.29.063.602.164.895.102.515.102.976.192 1.437 0 .98-.086 2.063 0 3.066.082 2.063.894 3.957 1.004 6.102.078 2.355 1.246 4.875 2.414 6.77.46.707 1.086.789 1.355 1.71.352.98 0 2.141.188 3.227.625 4.227 1.875 8.73 3.773 12.61v.078c2.332-.352 4.77-1.247 7.836-1.684 5.664-.832 13.5-.461 18.54-.914 12.796-1.168 19.706 5.226 31.148 2.601V24.336c-.063-8.895-7.293-16.102-16.207-16.102zM64.086 83.855c0-.187 0-.187 0 0zm-34.457 14.75c.894-1.98 1.433-4.125 2.144-6.101.73-1.899 1.813-4.61 3.684-5.582-.246-.274-3.957-.375-4.934-.461-1.082-.086-2.171-.273-3.25-.438a135.241 135.241 0 01-6.125-1.265c-1.168-.274-5.21-1.715-6.02-2.067-2.085-.894-3.421-3.52-4.96-3.246-.977.188-1.98.54-2.605 1.54-.543.812-.731 2.242-1.083 3.226-.437 1.086-1.168 2.164-1.707 3.25-1.277 1.875-3.332 3.582-4.23 5.484-.191.457-.27.895-.457 1.356v21.683c1.082.188 2.16.371 3.328.73 8.996 2.438 11.164 2.606 19.98 1.63l.813-.11c.625-1.437 1.188-6.207 1.629-7.644.352-1.164.812-2.063.996-3.14.164-1.09 0-2.173-.102-3.15-.171-2.628 1.895-3.519 2.899-5.69zm0 0"}))};St.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},St.defaultProps={color:"#000000",size:"128"};const kt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M26.289 75.031c-6.137 0-9.203-3.645-10.387-7.453 1.336 6.191 8.555 12.23 31.27 14.91 21.473 2.543 35.465-3.848 40.199-6.828 0 0 3.191-1.363 1.277.746 0 0-13.508 12.129-40.094 12.285C22.02 88.816.926 75.828 1.086 62.648.957 49.523 22.02 36.504 48.555 36.609c26.531.125 40.094 12.281 40.094 12.281 1.914 2.105-1.277.75-1.277.75-4.719-2.969-18.676-8.82-40.199-6.828-21.207 1.984-28.094 8.98-30.41 13.652a13.44 13.44 0 00-1.383 5.242c.57-4.496 3.449-9.77 10.871-9.77 8.398 0 10.98 6.828 10.98 11.551s-2.574 11.5-10.98 11.5zm85.57-4.543h11.195v3.965h-15.93V52.555h4.707v17.91zm-17.277-7.824H104v11.813h-3.137l-.469-2.738c-1.195 1.34-2.926 3.324-7.051 3.324-5.437 0-10.387-3.777-10.387-11.445 0-5.984 3.422-11.605 11.031-11.605 6.891 0 9.633 4.359 9.902 7.352h-4.707c0-.852-1.605-3.598-4.93-3.598-3.359 0-6.461 2.258-6.461 7.875 0 5.988 3.359 7.512 6.566 7.512 1.035 0 4.488-.395 5.438-4.816h-5.242v-3.687zm-68.348-8.031c-4.898 0-7.855 3.746-7.855 8.926 0 5.148 2.949 8.926 7.855 8.926 4.898 0 7.859-3.75 7.859-8.926 0-5.152-2.949-8.926-7.859-8.926zm12.703 5.828h2.285v1.98h.055c.582-.805 1.68-2.387 4.301-2.387 3.832 0 6.566 3.152 6.566 7.09 0 3.344-1.988 7.719-6.891 7.719-1.93 0-3.195-.883-3.832-1.875h-.055v7.035H38.94V60.488zm6.133 12.395c2.648 0 4.441-2.23 4.441-5.305 0-1.801-.75-5.359-4.496-5.359-3.496 0-3.883 3.668-3.883 5.938 0 3.715 2.398 4.711 3.938 4.711zm21.742-2.762c-.082.672-.742 2.652-2.562 3.828-.66.43-1.598.969-3.91.969-4.055 0-6.457-2.973-6.457-7.039 0-4.336 2.152-7.77 6.941-7.77 4.16 0 6.188 3.215 6.188 8.191H56.465c0 2.922 1.402 4.602 4.191 4.602 2.289 0 3.637-1.707 3.719-2.754h2.43zm-2.57-3.715c-.141-2.172-1.078-4.176-4.027-4.176-2.234 0-4 2.004-4 4.176zm16.145 8.082h-2.426v-8.609c0-2.434-.719-3.664-3.09-3.664-1.379 0-3.805.855-3.805 4.656v7.613h-2.43V60.441h2.289v1.977h.055c.523-.75 1.871-2.383 4.355-2.383 2.23 0 5.043.883 5.043 4.875v9.504m47.376-.695a1.95 1.95 0 01-.277 1.012 1.97 1.97 0 01-.758.742 2.07 2.07 0 01-1.035.273c-.367 0-.711-.094-1.031-.273s-.57-.426-.758-.742a1.95 1.95 0 01-.277-1.012c0-.359.094-.699.277-1.016a2.02 2.02 0 01.758-.738 2.07 2.07 0 011.031-.27c.367 0 .719.09 1.035.27s.574.426.758.738a1.98 1.98 0 01.277 1.016zm-.398 0a1.53 1.53 0 00-.492-1.152c-.324-.324-.719-.484-1.176-.484s-.855.16-1.18.484a1.54 1.54 0 00-.488 1.152 1.55 1.55 0 00.488 1.156 1.62 1.62 0 001.18.477c.461 0 .852-.156 1.176-.477a1.57 1.57 0 00.492-1.156zm-2.605-1.086h.988c.277 0 .484.059.609.168s.188.262.188.445c0 .145-.047.27-.145.379-.094.102-.246.18-.453.23a.597.597 0 01.188.098.92.92 0 01.176.223 47.6 47.6 0 01.359.625h-.652l-.426-.738c-.07-.082-.145-.125-.215-.125-.02 0-.039.004-.07.008v.855h-.551zm.551.922h.238c.156 0 .27-.027.336-.078a.24.24 0 00.098-.195.23.23 0 00-.094-.191c-.062-.051-.168-.078-.32-.078h-.258zm0 0"}))};kt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},kt.defaultProps={color:"#000000",size:"128"};const Dt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M42.933 27.941c5.871-6.934 13.457-11.117 21.742-11.117 18.633 0 33.734 21.125 33.734 47.18s-15.102 47.18-33.734 47.18c-8.285 0-15.871-4.18-21.742-11.113 9.18 11.926 22.828 19.484 38.07 19.484 9.375 0 18.145-2.863 25.645-7.836C119.75 100 127.996 82.965 127.996 64.004s-8.246-35.988-21.344-47.707c-7.5-4.977-16.273-7.84-25.648-7.84-15.242 0-28.891 7.562-38.07 19.484M63.996.008C28.652.008 0 28.66 0 64.008c0 34.32 27.02 62.332 60.949 63.922a65.64 65.64 0 003.047.074 63.77 63.77 0 0042.652-16.285c-7.5 4.973-16.273 7.836-25.645 7.836-15.242 0-28.891-7.562-38.07-19.484-7.078-8.352-11.66-20.699-11.973-34.559V62.5c.313-13.859 4.895-26.207 11.973-34.559C52.113 16.016 65.762 8.457 81 8.457c9.375 0 18.148 2.863 25.652 7.84C95.383 6.219 80.531.07 64.238.008zm0 0"}))};Dt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Dt.defaultProps={color:"#ff1b2d",size:"128"};const Ft=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M55.387 66.469h8.333l-4.407-7.09-8.088 12.819h-3.681L57.382 56.8a2.324 2.324 0 011.931-.998c.765 0 1.478.363 1.892.972l9.876 15.424H67.4l-1.736-2.865h-8.438l-1.839-2.864zm38.235 2.864V55.958h-3.123v14.685c0 .402.156.791.454 1.089.298.298.7.466 1.141.466h14.244l1.841-2.865H93.622zm-51.677-2.397c3.033 0 5.496-2.449 5.496-5.482s-2.462-5.496-5.496-5.496H28.28v16.241h3.123V58.822h10.335c1.452 0 2.618 1.18 2.618 2.631s-1.167 2.631-2.618 2.631l-8.806-.013 9.324 8.127h4.538l-6.274-5.263h1.425zM9.059 72.198c-4.483 0-8.122-3.629-8.122-8.114s3.638-8.127 8.122-8.127h9.439c4.485 0 8.121 3.643 8.121 8.127s-3.636 8.114-8.121 8.114H9.059zm9.229-2.865a5.25 5.25 0 005.258-5.249 5.262 5.262 0 00-5.258-5.263H9.267a5.262 5.262 0 00-5.256 5.263 5.25 5.25 0 005.256 5.249h9.021zm59.314 2.865c-4.484 0-8.126-3.629-8.126-8.114s3.642-8.127 8.126-8.127h11.212l-1.829 2.864H77.81a5.267 5.267 0 00-5.264 5.263c0 2.903 2.36 5.249 5.264 5.249h11.263l-1.84 2.865h-9.631zm38.197-2.865a5.25 5.25 0 01-5.055-3.824h13.35l1.84-2.864h-15.19a5.266 5.266 0 015.055-3.824h9.163l1.854-2.864h-11.225c-4.484 0-8.126 3.643-8.126 8.127s3.642 8.114 8.126 8.114h9.631l1.841-2.865h-11.264"}))};Ft.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ft.defaultProps={color:"#EA1B22",size:"128"};const jt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M48.697 15.176h12.25v25.437h-12.25zm0 52.251h12.25v25.436h-12.25z"}),e.createElement("path",{d:"M48.697 48.037h12.25v12.001h-12.25z"}),e.createElement("path",{d:"M29.017 36.087h12.25v84.552h-12.25zM67.97 88.414h12.25v25.436H67.97zm0-52.297h12.25v25.437H67.97z"}),e.createElement("path",{d:"M67.97 68.983h12.25v12.001H67.97z"}),e.createElement("path",{d:"M87.238 8.55h12.25v84.552h-12.25z"})))};jt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},jt.defaultProps={color:"#130754",size:"128"};const qt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M53.343 127.515c-13.912-2.458-25.845-8.812-35.707-19.004C9.252 99.845 3.48 88.926.851 76.764-.284 71.51-.284 56.477.85 51.222c1.776-8.219 5.228-16.388 9.927-23.509 3.112-4.71 12.227-13.825 16.938-16.937 7.121-4.698 15.292-8.15 23.511-9.925 5.256-1.135 20.29-1.135 25.546 0 12.809 2.769 23.454 8.553 32.638 17.736 9.188 9.187 14.969 19.827 17.738 32.635 1.135 5.255 1.135 20.287 0 25.542-2.769 12.808-8.55 23.452-17.738 32.635-9.043 9.042-19.55 14.81-32.146 17.652-4.469 1.005-19.24 1.295-23.922.464zm11.565-12.772c0-4.194-.06-4.496-.908-4.496-.84 0-.904.29-.868 3.899.04 4.262.34 5.574 1.207 5.284.404-.134.57-1.494.57-4.687zm-6.758 1.445c1.196-1.194 1.543-1.917 1.543-3.209 0-1.315-.162-1.634-.763-1.517-.416.08-.92.759-1.114 1.505-.198.751-1.002 1.906-1.785 2.572-1.417 1.194-1.47 2.191-.121 2.191.384 0 1.393-.694 2.24-1.542zm14.945 1.05c.166-.271-.339-1.037-1.126-1.699-.783-.666-1.587-1.821-1.784-2.572-.194-.746-.699-1.425-1.115-1.505-.601-.117-.763.202-.763 1.517 0 2.608 3.747 5.942 4.788 4.259zm-20.66-8.146c0-.262-.635-.823-1.41-1.247-5.058-2.769-10.984-7.177-14.282-10.612-6.435-6.704-9.33-13.385-9.402-21.676-.044-5.542.67-8.432 3.367-13.607 2.608-5 5.631-8.779 13.947-17.42 9.29-9.648 11.429-12.195 13.043-15.53 1.147-2.369 1.296-3.232 1.458-8.238.197-6.216-.182-10.506-.929-10.506-.339 0-.403 1.614-.21 5.235.622 11.593-1.53 15.19-14.892 24.88-9.2 6.677-13.422 10.302-16.612 14.261-4.517 5.615-6.52 10.471-7.02 17.054-1.207 15.868 8.85 29.628 26.591 36.385 3.916 1.49 6.35 1.881 6.35 1.021zm30.696-1.287c6.1-2.539 10.738-5.611 15.11-10.007 6.665-6.7 9.442-12.965 9.858-22.24.363-8.134-1.405-13.515-6.439-19.61-3.447-4.173-7.161-7.16-17.173-13.812-13.47-8.95-16.632-12.513-16.632-18.746 0-1.659.299-4.004.662-5.219.622-2.066.606-3.491-.02-1.857-.593 1.546-1.946.836-2.676-1.408l-.703-2.156.267 2.043c.94 7.241 1.061 10.272.641 16.614-.56 8.565-1.614 14.426-4.505 25.074-2.87 10.572-3.387 14.402-3.031 22.475.298 6.826 1.255 11.932 3.475 18.592 2.06 6.188 2.443 6.656 6.23 7.625 2.086.533 4.06 1.433 5.63 2.567 1.474 1.066 2.952 1.76 3.78 1.776.75.012 3.237-.759 5.526-1.711zm-1.369-3.076c-.565-.565-.302-1.046 1.91-3.492 6.972-7.697 10.096-15.645 10.185-25.906.06-6.995-1.482-11.625-6.197-18.592-2.135-3.152-9.636-11.011-13.265-13.893-2.664-2.115-5.397-5.72-5.886-7.762-.496-2.067.888-1.522 2.495.985.787 1.227 2.495 3.027 3.79 4 1.297.977 5.132 3.834 8.523 6.357 11.666 8.67 16.858 16.065 18.024 25.668.679 5.558-.395 11.302-3.108 16.634-2.81 5.526-7.937 11.545-12.325 14.479-2.7 1.8-3.552 2.115-4.146 1.522zm-22.836.585c.133-.343-1.034-2.535-2.592-4.872-4.13-6.192-5.926-9.61-7.602-14.454-1.413-4.09-1.49-4.646-1.501-10.887-.016-9.433 1.005-12.424 8.49-24.848 7.056-11.722 8.013-16.259 7.217-34.286-.286-6.462-.61-11.839-.718-11.948-.747-.746-.904 1.167-.63 7.665.549 12.941-.287 20.15-3.016 26.064-1.857 4.024-3.936 7.076-9.53 14.002-7.788 9.64-9.984 14.75-9.944 23.125.029 5.744.808 9.276 3.129 14.188 2.51 5.316 7.133 10.685 12.926 15.012 2.669 1.99 3.391 2.228 3.77 1.239z"}))};qt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},qt.defaultProps={color:"#000000",size:"128"};const $t=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M3.8 81.1v5.3L8 90.6h1.6l-1.4-2.7.3-4.5zM28.6 70.8l-7.7-1.1-11.7 3-4.5 7.1 4.5 2.6L28 74.5h-9.4l10-3.7zm-17.4 9l-2.4-1.2-2.9 1-.1-.3 3-2.1 2.4 2.1v.5zM32.8 69.4l.3-3.4-9 2.2z"}),e.createElement("path",{d:"M32.5 73.2l.2-2.8-7.2 2.8zM32.3 74.4L9.2 84.2l12.1-3.9h10.3zM28.5 60.2l6.1-4.5 1.5-7.5zM49.2 123.5l3.3-3.5.3-4.5-2.4-4.7-5.5 2.2 4-.5 1.7.8-4.3 2.5v1.1l1.4-1.2h2zM58.8 118.5l.5-14.8-2 .9.3 6.9-3.7 3.2.6 3.2zM52.6 94.6h6.5l-.4 4.8-4 5.7-8.6-3.4v-3.2H51zM41.4 106.1l3.2-3.8.1-4-1.7-4.5-6 2.3 4.5-1.5 1.5 1.6-4.5 2.7-1 1.7 2.6-1.6h1.3zM32.8 81.8l4.2-1 19 11.9h-5l-12.4-9.5zM61.2 123.9l9.8-11-7.6-14.8-2.2-.6zM66.7 73.3l13.8-.8L93 65.8zM76.9 78l-3.1-1.7-5.2 1.2zM33.5 79.6l1.5-3 46.6-2.7-5.7 1.9-1.5-.8-10.7 2.1zM55.8 79.2l8.2-.8 4.8.4 18.3 11.1 8 10.3 1.4 4.8-5.4-6.9z"}),e.createElement("path",{d:"M86.2 122.8l3.7-10.8.5-12.4-21.1-11.2 5.3 3.5 11.3 26.7z"}),e.createElement("path",{d:"M71.7 126.7l9.1-16.2-8.5-18.8-19.4-12.4-13.4 1.3 26.3 16.5 7.2 16.6zM34.9 66.2l-.8 9.2 9.5-.6 17.1-8.6-2.8-5.7zM47.4 74.6l12.4-.7 25.9-7.5L103.3 55 61.9 67.3zM59.5 59.9l2.8 5.9 16.6-5.2 32.9-22.4 10.1-13.3zM83.7 59.3l13.1-4 17.5-13.9-8 2.2zM60.6 40.3l17.2-8.4 12.1-13.8 2.1-7.5zM88.1.6L38.9 40.4l-4.5 22.4 48.7-45.9zM34.7 64.7L58 59.2l51.4-28.6 15.4-19.8L57 43.7z"})))};$t.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},$t.defaultProps={color:"#76C39B",size:"128"};const _t=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M50.246 41.616c-3.682-.925-7.369-.628-11.26-.022 0 6.805-.014 13.427.037 20.05.002.339.511.929.841.974 4.243.573 8.463.619 12.431-1.315 4.105-2 6.196-6.182 5.654-11.092-.492-4.471-3.139-7.448-7.703-8.595zM127 63.963V3.285c0-2.096.023-2.285-2.012-2.285H3.479C1.5 1 1 1.19 1 3.186v121.509c0 2.018.252 2.021 2.209 2.021 40.555.001 81.231-.009 121.786.037 1.573.002 1.995-.417 1.991-1.959-.054-20.277.014-40.556.014-60.831zm-70.648 5.84C50.795 71.785 45 71.896 39 71.431V94H28v-1.402c0-18.895-.087-37.788-.14-56.682-.006-1.569.243-2.327 2.011-2.507 8.332-.852 16.617-1.81 24.902.133 8.906 2.087 14.041 7.975 14.431 16.11.483 10.074-3.944 16.974-12.852 20.151zm44.31 12.754c-.424 5.771-3.678 9.56-9.015 11.392-7.142 2.452-14.245 1.883-21.225-.891-1.143-.455-1.364-1.031-.987-2.196.687-2.126 1.19-4.312 1.72-6.286 2.951.866 5.757 1.947 8.664 2.458 2.053.361 4.272.149 6.359-.178 1.871-.294 3.217-1.564 3.524-3.572.312-2.041-.303-3.809-2.105-4.895-1.432-.862-3.01-1.479-4.523-2.202-2.433-1.163-5.026-2.075-7.27-3.53-8.831-5.727-5.956-16.383-.063-20.396 3.153-2.146 6.642-3.098 10.377-3.229 4.393-.154 8.623.604 12.778 2.623l-2.195 7.789c-1.74-.616-3.36-1.416-5.07-1.734-2.029-.378-4.157-.589-6.205-.422-2.746.225-4.354 2.12-4.354 4.47 0 1.392.528 2.57 1.689 3.245 1.666.969 3.434 1.768 5.186 2.579 1.896.877 3.898 1.551 5.723 2.552 4.87 2.67 7.405 6.8 6.992 12.423z"}))};_t.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},_t.defaultProps={color:"#80B5E2",size:"128"};const Nt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 33.039C30.26 33.039 2.906 46.901 2.906 64S30.26 94.961 64 94.961 125.094 81.099 125.094 64 97.74 33.039 64 33.039zM48.103 70.032c-1.458 1.364-3.077 1.927-4.86 2.507-1.783.581-4.052.461-6.811.461h-6.253l-1.733 10h-7.301l6.515-34H41.7c4.224 0 7.305 1.215 9.242 3.432 1.937 2.217 2.519 5.364 1.747 9.337-.319 1.637-.856 3.159-1.614 4.515a15.118 15.118 0 01-2.972 3.748zM69.414 73l2.881-14.42c.328-1.688.208-2.942-.361-3.555-.57-.614-1.782-1.025-3.635-1.025h-5.79l-3.731 19h-7.244l6.515-33h7.244l-1.732 9h6.453c4.061 0 6.861.815 8.402 2.231s2.003 3.356 1.387 6.528L76.772 73h-7.358zm40.259-11.178c-.318 1.637-.856 3.133-1.613 4.488-.758 1.357-1.748 2.598-2.971 3.722-1.458 1.364-3.078 1.927-4.86 2.507-1.782.581-4.053.461-6.812.461h-6.253l-1.732 10h-7.301l6.514-34h14.041c4.224 0 7.305 1.215 9.241 3.432 1.935 2.217 2.518 5.418 1.746 9.39zM95.919 54h-5.001l-2.727 14h4.442c2.942 0 5.136-.29 6.576-1.4 1.442-1.108 2.413-2.828 2.918-5.421.484-2.491.264-4.434-.66-5.458-.925-1.024-2.774-1.721-5.548-1.721zm-56.985 0h-5.002l-2.727 14h4.441c2.943 0 5.136-.29 6.577-1.4 1.441-1.108 2.413-2.828 2.917-5.421.484-2.491.264-4.434-.66-5.458S41.708 54 38.934 54z"}))};Nt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Nt.defaultProps={color:"#6181B6",size:"128"};const Rt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M72 82.433v-11.27c0-2.497-.76-3.83-2.497-3.83-1.747 0-2.503 1.333-2.503 3.83v11.27c0 2.5.756 3.662 2.503 3.662 1.738 0 2.497-1.162 2.497-3.662z"}),e.createElement("path",{d:"M84.148 99.97c1.053-1.217 1.933-2.163 2.776-3.075 1.68-1.808 3.132-3.37 5.778-6.98 2.6-3.54 4.283-6.2 4.012-10.778-.138-2.35-.234-3.967-1.765-5.86-.924-1.138-2.633-2.792-4.452-4.536-1.964-1.895-3.67-3.697-5.982-6.1-2.32-2.412-5.312-8.552-5.312-8.552-1.042-2.38-3.15-7.743-3.15-12.116l-.1-2.814c0-.122.01-.158.016-.158H42v24.09c2-2.203 4.437-2.956 6.763-2.956 3.778 0 7.237 2.204 7.237 7.083V92h-9V70.237c0-1.976-.926-2.903-2.44-2.903-1.693 0-2.56 1.1-2.56 2.903V92h-9V39H2v70h6V61h8v3.712c2-3.132 4.684-4.578 7.24-4.578 4.536 0 7.76 3.48 7.76 9.81V84.23c0 5.35-3.57 8.89-7.697 8.89-2.38 0-4.303-1.097-6.303-3.658V109h41V61h8v3.712c2-3.132 4.686-4.578 7.238-4.578 4.536 0 7.762 3.48 7.762 9.81V84.23c0 5.35-3.572 8.89-7.7 8.89-2.378 0-4.3-1.097-6.3-3.658V109h9.252l2.712-2.917c1.212-1.52 2.643-3.18 4.337-5.13l.848-.982z"}),e.createElement("path",{d:"M22 82.433v-11.27c0-2.497-.756-3.83-2.495-3.83-1.744 0-2.505 1.333-2.505 3.83v11.27c0 2.5.76 3.662 2.505 3.662 1.74 0 2.495-1.162 2.495-3.662zm104.285-6.399c0-4.64-3.318-11.588-3.318-11.588-.52-1.21-2.276-3.446-3.406-5.446h.025c-.362 0-.612-.685-.612-.685-3.307-3.797-8.333-7.98-10.54-10.707-2.59-3.196-2.663-6.16-2.8-8.496-.376-6.302 2.174-10.088 4.902-13.81 4.126-5.618 5.613-6.66 8.785-10.332 2.03-2.348 3.7-4.24 5.073-5.97H93.63c-1.83 2.338-5.547 6.842-7.67 10.838-2.8 5.29-5.11 9.258-5.335 18.994l.098 3.14c0 4.64 3.326 11.58 3.326 11.58.518 1.212 2.273 3.448 3.395 5.448h-.026c.37 0 .613.685.613.685 3.315 3.797 8.332 7.98 10.547 10.707 2.59 3.2 2.656 6.164 2.792 8.493.38 6.3-2.175 10.088-4.903 13.81-4.122 5.624-5.61 6.662-8.783 10.34-2.026 2.344-3.69 4.237-5.065 5.965H114.4c1.867-2.4 4.515-6.817 6.65-10.837 2.802-5.288 5.113-9.26 5.336-18.99l-.1-3.14z"})))};Rt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Rt.defaultProps={color:"#5058A6",size:"128"};const It=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M123.258 76.784c-.45-2.918-2.901-4.829-5.752-4.958-1.032-.047-2.08.061-3.109.192-1.243.158-2.471.438-3.711.623-.857.128-1.726.187-2.582.275l-.021-.111c1.598-3.018 3.263-6.003 4.775-9.064 1.159-2.348 2.151-4.781 3.176-7.194 1.696-3.998 3.051-8.12 4.173-12.309 1.075-4.011 1.995-8.066 2.284-12.227.116-1.662.196-3.331.187-4.995-.008-1.327-.151-2.656-.284-3.979-.15-1.516-.608-2.953-1.242-4.336-.836-1.822-2.132-3.317-3.496-4.737-1.092-1.137-2.293-2.173-3.484-3.208-1.698-1.477-3.607-2.656-5.59-3.703a32.18 32.18 0 00-7.09-2.75c-1.493-.381-3.02-.664-4.532-.966-.544-.11-1.089-.337-1.633-.337H85.086c-.37 0-.737.191-1.11.233-2.452.273-4.875.735-7.228 1.464-.88.273-1.684.101-2.52.024-.641-.059-1.271-.231-1.912-.263-2.442-.122-4.887-.301-7.328-.275-2.339.024-4.654.409-6.918 1.052-1.895.538-3.749 1.195-5.447 2.191-.727.426-1.303.346-2.055.129-2.527-.729-5.072-1.414-7.639-1.989-1.6-.358-3.245-.536-4.879-.707a57.214 57.214 0 00-4.718-.294c-1.538-.033-3.087-.032-4.618.104a30.16 30.16 0 00-7.158 1.513 23.813 23.813 0 00-7.086 3.865c-2.167 1.715-3.905 3.809-5.303 6.2-1.473 2.523-2.483 5.224-3.111 8.061-.34 1.537-.555 3.117-.788 4.678-.073.486.732.972-.268 1.456v6.794c1 .452.208.903.266 1.356.139 1.089.262 2.187.446 3.268.291 1.711.636 3.417.988 5.117a324.86 324.86 0 001.546 7.111c.396 1.72.847 3.43 1.319 5.131.721 2.598 1.431 5.201 2.246 7.77.757 2.387 1.624 4.74 2.484 7.093 1.191 3.255 2.617 6.405 4.327 9.424 1.479 2.614 3.169 5.062 5.436 7.076 1.494 1.327 3.157 2.347 5.093 2.857 1.521.4 3.067.448 4.624.129a10.979 10.979 0 004.824-2.311c.163-.134.342-.236.535.01.735.931 1.719 1.552 2.748 2.089 2.777 1.448 5.803 1.882 8.877 2.059.744.043 1.496-.064 2.246-.085 1.461-.04 2.881-.325 4.278-.729.732-.212 1.447-.481 2.192-.732.039.793.089 1.557.112 2.321l.104 4.166c.019.634.044 1.27.103 1.901.151 1.627.299 3.255.493 4.877.135 1.118.275 2.245.538 3.336a38.176 38.176 0 002.158 6.428 13.81 13.81 0 003.9 5.185c2.22 1.836 4.822 2.619 7.632 2.764 1.162.061 2.357.004 3.501-.204a49.01 49.01 0 005.387-1.275c3.591-1.084 6.695-2.956 9.014-5.981 1.32-1.724 2.404-3.589 3.1-5.648.574-1.701 1.115-3.419 1.545-5.16.34-1.372.508-2.787.715-4.188.137-.927.219-1.863.305-2.797.14-1.517.283-3.033.384-4.553.07-1.058.067-2.121.109-3.181.013-.323.065-.644.095-.966.028-.298.178-.401.482-.396 1.071.016 2.144.044 3.212-.004 1.197-.054 2.405-.105 3.583-.303a56.542 56.542 0 004.99-1.067c1.943-.508 3.725-1.418 5.44-2.455 1.998-1.207 3.819-2.623 5.297-4.447 1.285-1.591 1.894-3.43 1.584-5.438zm-3.412.982c-.066.915-.485 1.699-1.093 2.369-2.869 3.163-6.468 5.082-10.585 6.027-1.564.358-3.178.544-4.779.692a32.093 32.093 0 01-4.114.097c-1.006-.038-2.004-.268-3.032-.416-.103.94-.201 1.919-.32 2.896l-.479 3.745c-.145 1.187-.258 2.378-.407 3.564-.146 1.151-.328 2.298-.481 3.449-.143 1.072-.248 2.149-.407 3.219-.245 1.64-.479 3.284-.799 4.911-.384 1.945-.973 3.829-1.934 5.583-1.172 2.141-2.834 3.772-4.949 4.98-2.18 1.246-4.563 1.894-6.979 2.436-1.71.384-3.472.447-5.204.291-3.004-.272-5.568-1.557-7.506-3.886-1.85-2.223-3.102-4.771-3.55-7.655a63.102 63.102 0 01-.491-4.136 108.067 108.067 0 01-.299-4.62 250.203 250.203 0 01-.197-5.871c-.053-2.406-.07-4.812-.104-7.218l-.006-.092c-1.224.734-2.427 1.538-3.703 2.2a12.392 12.392 0 01-4.798 1.353c-1.318.1-2.653.191-3.965.086-2.151-.173-4.3-.51-6.226-1.569-.781-.43-1.596-.953-2.134-1.64-1.29-1.646-.672-3.726 1.273-4.727 1.344-.693 2.811-.982 4.268-1.319a44.368 44.368 0 003.761-1.029c1.222-.4 1.993-1.391 2.754-2.363l1.206-1.551c-.503-.053-.977-.107-1.451-.151-1.439-.136-2.812-.532-4.125-1.114-1.124-.497-1.141-.551-1.965.343-1.376 1.494-2.714 3.023-4.062 4.542-.992 1.117-1.978 2.241-2.965 3.361-.978 1.108-1.894 2.279-2.947 3.31-1.564 1.531-3.449 2.452-5.698 2.348-1.443-.066-2.764-.572-3.952-1.399-2.452-1.708-4.104-4.097-5.608-6.606-1.927-3.215-3.406-6.64-4.672-10.159-.876-2.432-1.756-4.866-2.521-7.333-.831-2.681-1.56-5.396-2.277-8.11a157.373 157.373 0 01-1.482-6.182 216.117 216.117 0 01-1.464-7.079c-.298-1.599-.471-3.221-.712-4.831-.325-2.17-.385-4.36-.267-6.539.105-1.963.387-3.921.667-5.871.388-2.698 1.277-5.244 2.556-7.648.783-1.473 1.755-2.812 2.879-4.056 1.845-2.042 4.078-3.518 6.562-4.626 1.736-.774 3.57-1.24 5.439-1.604 2.774-.54 5.573-.519 8.373-.461 1.224.025 2.443.248 3.666.369 2.633.262 5.214.816 7.762 1.5 1.857.498 3.676 1.143 5.518 1.703.185.056.456.051.607-.048 2.496-1.629 5.224-2.704 8.125-3.319 1.101-.233 2.237-.335 3.363-.407 1.369-.087 2.749-.167 4.115-.088 1.642.094 3.276.336 4.908.56.792.108 1.565.383 2.359.458.38.036.783-.242 1.185-.335 2.049-.473 4.089-1 6.156-1.374 1.539-.278 3.111-.409 4.676-.499 1.745-.1 3.503-.173 5.247-.089a36.66 36.66 0 016.555.923c2.677.623 5.245 1.528 7.686 2.784 1.824.938 3.558 2.026 5.119 3.364 1.023.878 2.07 1.745 2.994 2.723 1.14 1.206 2.303 2.413 3.018 3.958.538 1.165.922 2.371 1.028 3.647.132 1.586.292 3.178.277 4.766-.014 1.519-.221 3.037-.368 4.552-.334 3.454-1.085 6.833-1.997 10.167a116.972 116.972 0 01-2.589 8.17c-.879 2.481-1.893 4.917-2.918 7.343a80.07 80.07 0 01-2.458 5.303c-1.677 3.286-3.421 6.538-5.438 9.633-.348.535-.678 1.083-1.018 1.629.88.594 1.877.803 2.881.911.955.104 1.929.166 2.883.095 1.527-.113 3.049-.331 4.567-.544 1.504-.21 2.978-.638 4.522-.525 1.542.112 2.645 1.284 2.54 2.729zm-22.013-3.353c-.655-.846-1.323-1.682-1.964-2.538-1.006-1.344-1.729-2.845-2.455-4.353-.688-1.429-1.532-2.782-2.257-4.195-1.265-2.465-2.553-4.922-3.718-7.435-1.465-3.157-2.62-6.426-2.984-9.923-.154-1.48-.193-2.958.106-4.424.479-2.341 1.702-4.172 3.758-5.428 1.907-1.165 4.032-1.541 6.209-1.659 1.351-.073 2.708-.013 4.11-.013l-.047-.237c-.872-1.823-1.687-3.677-2.641-5.457-1.346-2.512-3.068-4.777-4.986-6.877-1.421-1.555-2.96-2.998-4.646-4.273-1.658-1.255-3.405-2.376-5.269-3.293-2.223-1.093-4.538-1.938-6.967-2.477-2.334-.518-4.683-.835-7.077-.861-2.042-.022-4.071.07-6.06.531-3.002.695-5.748 1.931-8.137 3.933a21.143 21.143 0 00-3.517 3.77c-1.196 1.643-2.161 3.417-2.986 5.277-1.132 2.552-1.909 5.208-2.44 7.938-.266 1.361-.474 2.734-.686 4.106-.074.48-.08.971-.123 1.521.369-.192.635-.34.907-.472l.885-.397c2.993-1.369 6.094-2.25 9.427-2.149 1.416.043 2.771.323 4.03.943 2.415 1.191 3.828 3.216 4.442 5.779.424 1.769.714 3.573.996 5.372.221 1.405.447 2.825.473 4.242.037 2.071-.068 4.146-.181 6.216a17.386 17.386 0 01-1.08 5.146c-1.12 2.993-2.368 5.937-3.534 8.913-.385.983-.681 2.001-1.045 3.082.562 0 1.018-.004 1.474.002.178.003.36.008.532.049 1.34.316 2.502.923 3.455 1.954 1.271 1.372 1.938 2.973 1.972 4.826.019 1.027-.089 2.057-.084 3.084.021 4.786.057 9.572.097 14.357.007.782.046 1.565.102 2.346.117 1.635.235 3.271.395 4.902.112 1.157.268 2.312.451 3.461.259 1.628 1 3.077 1.841 4.462.724 1.191 1.665 2.203 2.905 2.901 2.107 1.186 4.376 1.285 6.663.848 1.545-.295 3.062-.769 4.562-1.258a10.128 10.128 0 003.937-2.354c1.051-1.019 1.797-2.261 2.3-3.632.976-2.659 1.28-5.459 1.684-8.237.151-1.04.282-2.083.42-3.125.157-1.186.316-2.371.468-3.556.112-.883.214-1.768.322-2.651.154-1.268.317-2.535.464-3.804.113-.981.209-1.966.309-2.949.129-1.256.268-2.512.379-3.77.086-.955.051-1.927.22-2.864.311-1.718 1.123-3.18 2.646-4.125.637-.395 1.356-.655 2.063-.989l-.12-.186zm-57.597-7.052a17.526 17.526 0 01-1.354-5.622c-.128-1.825.089-3.643.276-5.46.182-1.76.333-3.528.386-5.296.088-2.906-.108-5.808-.247-8.712-.084-1.729.117-3.479.271-5.212.139-1.561.312-3.126.607-4.664.495-2.581 1.152-5.125 2.086-7.591.887-2.338 1.906-4.615 3.345-6.665.986-1.406 2.105-2.72 3.18-4.094l-.319-.113c-3.498-1.111-7.053-1.979-10.709-2.358-1.729-.179-3.464-.284-5.198-.387-.532-.032-1.072.04-1.606.091-1.322.126-2.66.176-3.961.424-2.214.421-4.338 1.129-6.305 2.282-1.766 1.035-3.249 2.373-4.491 3.978-1.372 1.772-2.295 3.776-2.958 5.913-.783 2.521-1.156 5.115-1.257 7.733-.088 2.295-.132 4.603.264 6.889.295 1.702.492 3.422.817 5.117.443 2.311.918 4.617 1.467 6.904.785 3.274 1.569 6.553 2.499 9.787.89 3.099 1.894 6.17 2.982 9.204.89 2.476 1.919 4.906 3.003 7.304.706 1.562 1.561 3.065 2.457 4.528.953 1.553 2.037 3.027 3.508 4.154 1.856 1.423 3.293 1.644 5.179.083.808-.669 1.491-1.495 2.194-2.282 1.117-1.25 2.195-2.534 3.307-3.788 1.416-1.598 2.85-3.179 4.273-4.769.301-.336.59-.682.883-1.022l-.484-.425a17.695 17.695 0 01-4.095-5.931zm53.688-47.569a61.488 61.488 0 013.309 4.204c2 2.809 3.598 5.842 4.775 9.087.521 1.43.937 2.874.751 4.439-.129 1.096-.118 2.208-.215 3.31-.081.917-.226 1.829-.345 2.743-.178 1.378-.436 2.752-.513 4.136-.073 1.317.003 2.648.086 3.968.084 1.341.265 2.676.388 4.015.139 1.518.326 3.036.369 4.557.035 1.249-.076 2.506-.185 3.753-.13 1.502-.511 2.956-1.079 4.351-.399.982-.876 1.934-1.327 2.917l.181.192.275.213.277-.496a93.621 93.621 0 006.222-11.493 186.333 186.333 0 003.287-7.766c1.624-4.064 2.909-8.242 3.903-12.503.446-1.913.787-3.855 1.09-5.797.236-1.518.433-3.054.477-4.586.047-1.625-.043-3.263-.193-4.884-.112-1.224-.414-2.456-1.181-3.451-1.233-1.602-2.564-3.134-4.201-4.346-1.378-1.021-2.751-2.068-4.23-2.927-2.345-1.36-4.883-2.266-7.535-2.883-2.588-.603-5.21-.863-7.849-.918-1.556-.033-3.119.134-4.672.28-1.407.132-2.805.357-4.222.543 1.52.855 3.019 1.615 4.433 2.511 2.973 1.883 5.637 4.149 7.924 6.831zM55.299 72.514c.961-3.073 2.27-6.007 3.538-8.959 1.028-2.394 1.59-4.916 1.777-7.506.093-1.277.067-2.57.004-3.851a44.628 44.628 0 00-.392-4.259c-.266-1.801-.569-3.603-.995-5.371-.462-1.913-1.627-3.245-3.623-3.736-1.216-.299-2.424-.287-3.653-.093-3.002.473-5.75 1.579-8.31 3.199-.515.326-.798.589-.709 1.328.188 1.565.229 3.155.222 4.735-.01 2.236-.105 4.472-.19 6.707-.028.728-.133 1.452-.211 2.177-.12 1.11-.351 2.219-.344 3.327.007 1.142.124 2.311.401 3.417.88 3.507 2.744 6.377 5.799 8.402 1.879 1.245 3.958 1.873 6.24 1.992.155-.524.293-1.019.446-1.509zm-3.586-30.087c-.402-.844-.172-1.543.76-1.867.227-.08.461-.165.697-.188.324-.032.654-.008.982-.008 1.182.006 2.319.171 3.295.923.626.482.794 1.122.389 1.779-.575.932-1.452 1.4-2.529 1.49-1.697.141-2.888-.65-3.594-2.129zm47.04-.308c.136-1.124.245-2.251.384-3.375.056-.452-.182-.574-.561-.585-1.192-.033-2.384-.075-3.576-.097-1.344-.024-2.652.192-3.896.703-1.38.568-2.431 1.478-2.86 2.98a9.042 9.042 0 00-.293 3.41 20.11 20.11 0 001.193 5.176c.834 2.221 1.707 4.441 2.75 6.569 1.413 2.881 3.012 5.67 4.513 8.507.401.757.738 1.547 1.156 2.431a13.783 13.783 0 001.351-5.622c.041-1.61-.088-3.227-.182-4.838-.059-.986-.198-1.966-.294-2.95-.134-1.371-.337-2.741-.368-4.115-.031-1.397.068-2.802.188-4.197.113-1.338.334-2.665.495-3.997zm-2.689-1.082c-.443 1.223-1.39 1.913-2.618 2.116-1.145.188-2.148-.235-2.894-1.148-.531-.65-.328-1.42.468-1.859.914-.506 1.919-.634 3.104-.711.322.059.807.108 1.268.24.669.189.916.692.672 1.362zm-35.422 37.66c-.655-.535-1.521-.566-2.144.021-.773.73-1.453 1.565-2.133 2.388-.785.951-1.521 1.94-2.534 2.677-1.474 1.071-3.192 1.515-4.919 1.935-1.373.334-2.752.644-4.129.965l-.017.178c.409.189.805.425 1.231.56 2.1.665 4.236.996 6.455.808 1.602-.136 3.128-.485 4.574-1.171 1.99-.943 3.521-2.437 4.823-4.175.218-.29.317-.719.343-1.093.089-1.321-.582-2.303-1.55-3.093zm51.751.526c-1.69.181-3.382.373-5.077.47-.818.047-1.648-.109-2.474-.176-1.385-.112-2.737-.42-3.908-1.16-.678-.427-1.241-.475-1.961-.233-1.028.346-1.867.872-2.115 1.986-.169.753-.23 1.533-.298 2.304-.013.136.157.386.287.42.793.209 1.59.456 2.401.529.996.09 2.01.061 3.013.011 1.083-.054 2.173-.124 3.24-.304 2.515-.422 4.948-1.11 7.109-2.536.779-.515 1.551-1.041 2.325-1.562l-.064-.11c-.826.123-1.648.273-2.478.361z"}))};It.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},It.defaultProps={color:"#336791",size:"128"};const Wt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M50.3 38.5h-7.4v20.7h7.4c5 0 9.1-4.1 9.1-9.1v-2.4c0-5.1-4.1-9.2-9.1-9.2z"}),e.createElement("path",{d:"M0 0v128h128V0H0zm51.2 67.5h-8.3v21.3h-9.6V30.3h18.5c9.4-.1 17.1 7.4 17.2 16.8v2.3c0 9.9-8 18-17.8 18.1zm46.1-14.2s-7 0-10.1 1.3v34.2H77.1V48.9s10.2-5.1 20.2-3.8v8.2z"})))};Wt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Wt.defaultProps={color:"#2A0634",size:"128"};const Gt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 0A64 64 0 000 64a64 64 0 0064 63.999 64 64 0 0063.999-64A64 64 0 0063.999 0zm9.906 22.22c7.07-.014 14.576 2.427 15.833 10.438.713 4.546 1.199 12.098-9.96 17.833 8.64 2.335 11.528 7.893 11.628 13.364.236 12.843-12.232 20.697-23.455 19.443l.084-6.481c9.937 1.14 14.762-5.337 14.977-11.421.22-6.235-5.241-10.537-14.977-10.346l-.15-6.096c12.188-.904 15.622-9.343 14.104-14.03-2.077-6.419-8.71-7.604-14.573-5.347l-1.002 7.15-4.664-.15.4-11.877c2.286-1.311 6.919-2.47 11.755-2.48zM60.5 49.215V97.29c2.559-.184 6.013.705 9.142 1.205v5.268l-27.746-.017v-5.346c2.99-.41 5.75-1.094 9.02-1.169V55.972c-3.681-.063-7.145-.87-8.887-1.47v-5.13l18.471-.155z"}))};Gt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Gt.defaultProps={color:"#000000",size:"128"};const Jt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M86.1 47.5c8.2 8.5 8.7 18.8 8.7 21.2H33.7c0-2.1.5-13.5 9.8-22.3 8.5-8 18.5-8.3 20.8-8.3 2 0 13 .3 21.8 9.4zM125.9 64c0 34.2-27.7 61.9-61.9 61.9S2 98.2 2 64 29.8 2 64 2s61.9 27.8 61.9 62zm-15.2 16.3c.2-2.4.3-5.9 0-10v-.1h-8.9V67h8.6c-.7-8-2.6-19.9-11.3-30-.2-.3-.5-.5-.7-.8L91.6 43l-2.3-2.3 6.8-6.8C85 23.3 70.8 21.6 65.8 21.3v9.3h-3.2v-9.4c-4.9.2-19.1 1.8-30.5 12.9l6.5 6.5-2.2 2.4-6.5-6.5C20.7 46.8 18.6 59.1 17.8 67h8.3v3.2h-8.6v.4c-.3 4-.2 7.4 0 9.7h93.2z"}))};Jt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Jt.defaultProps={color:"#B7111D",size:"128"};const Ut=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M87.91 26.266L46.516 58.469v1.844h15.641L37.324 85.145v1.844h2.766l40.471-32.201.002-.082v-1.764H65.844l23.91-24.832v-1.844H87.91zM14.684 101l-4 3.691L7 108.383V121H67.62l3.689-3.684L75 113.633V101l-3.562.004-3.564.002-3.65 3.623-3.652 3.621H15v-3.625c0-2.752-.076-3.625-.316-3.625zm2.566-12.191V71.368l3.191-3.184L23.632 65h32.24L49.5 71.375l-6.371 6.375H20.75v20.5H55v-20.5h-.79c-.703 0-.056-.583 5.813-5.244l6.603-5.244.064 16.176.064 16.176-3.311 3.318-3.311 3.318H17.25zm55-25.912c0-.057 2.081-1.765 4.625-3.795L81.5 55.41V52H75c-3.575 0-6.5-.091-6.5-.203s.316-.506.701-.875l.701-.672h36.73l3.619-3.625L113.869 43H121v12.632l-3.691 3.684-3.69 3.684H92.934c-11.376 0-20.684-.046-20.684-.103zm-.375-14.716c0-.038 1.73-1.864 3.844-4.059l3.844-3.99 10.656-.004 10.656-.004V19.75H66.75v20.364l.844.037.844.037-2.625 2.029-2.625 2.029-.032-15.403-.032-15.403 3.218-3.22L69.561 7h43.19v34.814l-3.22 3.218-3.22 3.218H89.093c-9.47 0-17.218-.031-17.218-.069zm-18.842 2.95v-.841l3.67-3.667c2.63-2.627 3.784-3.667 4.073-3.667.391 0 .402.043.352 1.45l-.051 1.45-3.889 3.048-4.022 3.057c-.073.005-.133-.369-.133-.831zm0 11.094v-.884h6.616l-.871.884-.871.884h-4.874z"}))};Ut.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ut.defaultProps={color:"#000000",size:"128"};const Yt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M96.44 40.53h-.52a23.59 23.59 0 00-23 17.68h-.12a20.22 20.22 0 01-40.08-3.8 16 16 0 01.16-2.23c0-.15 0-.3.06-.45s.1-.57.16-.85A64 64 0 0166.77 7.09 49.23 49.23 0 003.86 50.15c-.06.18-.15.35-.21.54v72h29.16v-23.3a49.24 49.24 0 0067.45-58.86h-3.82z"}),e.createElement("path",{d:"M67.95 57.28l.09-.15a28.4 28.4 0 0127.54-21.55h13.94a15.1 15.1 0 006.19-1.58c-.48-.06-1-.13-1.45-.23a19.93 19.93 0 01-15.12-13.44 20 20 0 0011.94 7.45A19.76 19.76 0 00123 26.42a15.22 15.22 0 00-13.88-21.28L98 5.11h-2.4a58.89 58.89 0 00-57.53 46.33 15 15 0 00-.39 3 15.27 15.27 0 0030.27 2.87zm36.45-43.36a4.73 4.73 0 113.72 5.56 4.74 4.74 0 01-3.73-5.55zm20 93.73a15.24 15.24 0 01-15.24 15.24H95.58a58.57 58.57 0 01-38.52-14.42 54 54 0 0034.82-16.32 29.37 29.37 0 003.7.26h13.53a15.25 15.25 0 0115.24 15.25z"})))};Yt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Yt.defaultProps={color:"#4d8548",size:"128"};const Qt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M49.33 62h29.159C86.606 62 93 55.132 93 46.981V19.183c0-7.912-6.632-13.856-14.555-15.176-5.014-.835-10.195-1.215-15.187-1.191-4.99.023-9.612.448-13.805 1.191C37.098 6.188 35 10.758 35 19.183V30h29v4H23.776c-8.484 0-15.914 5.108-18.237 14.811-2.681 11.12-2.8 17.919 0 29.53C7.614 86.983 12.569 93 21.054 93H31V79.952C31 70.315 39.428 62 49.33 62zm-1.838-39.11c-3.026 0-5.478-2.479-5.478-5.545 0-3.079 2.451-5.581 5.478-5.581 3.015 0 5.479 2.502 5.479 5.581-.001 3.066-2.465 5.545-5.479 5.545zm74.789 25.921C120.183 40.363 116.178 34 107.682 34H97v12.981C97 57.031 88.206 65 78.489 65H49.33C41.342 65 35 72.326 35 80.326v27.8c0 7.91 6.745 12.564 14.462 14.834 9.242 2.717 17.994 3.208 29.051 0C85.862 120.831 93 116.549 93 108.126V97H64v-4h43.682c8.484 0 11.647-5.776 14.599-14.66 3.047-9.145 2.916-17.799 0-29.529zm-41.955 55.606c3.027 0 5.479 2.479 5.479 5.547 0 3.076-2.451 5.579-5.479 5.579-3.015 0-5.478-2.502-5.478-5.579 0-3.068 2.463-5.547 5.478-5.547z"}))};Qt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Qt.defaultProps={color:"#FFD845",size:"128"};const Kt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M17.576 17L-.242 34.688v76.226H110.39l17.816-17.687V17H115.86zm29.99 16.426c8.36 0 14.228 2.347 17.555 7.086 3.37 4.69 5.033 11.95 5.033 21.773 0 6.473-.7 11.688-2.054 15.645-1.403 3.996-3.634 7.039-6.787 9.125l6.83 10.91-8.364 3.867-7.222-11.777c-1.05.347-2.715.476-4.99.476-8.45 0-14.36-2.258-17.686-6.777-3.327-4.52-4.99-11.69-4.99-21.426 0-9.777 1.706-17.035 5.076-21.773 3.37-4.74 9.28-7.13 17.6-7.13zm33.926 3.172h8.805v11.691h11.207v7.477H90.297v17.773c0 3.305.258 5.477.74 6.563.482 1.086 1.75 1.609 3.723 1.609l6.652-.262.397 7.04c-3.634.694-6.393 1.042-8.317 1.042-4.599 0-7.753-1.043-9.459-3.129-1.707-2.086-2.584-6.039-2.584-11.863V55.811h-6.17v-7.522h6.213zm-33.88 4.695c-5.08 0-8.581 1.652-10.51 4.996-1.88 3.348-2.844 8.65-2.844 15.996 0 7.3.92 12.559 2.758 15.688 1.837 3.129 5.384 4.738 10.595 4.738 5.207 0 8.711-1.566 10.55-4.652 1.796-3.086 2.712-8.344 2.712-15.688 0-7.387-.917-12.734-2.8-16.082-1.88-3.344-5.342-4.996-10.462-4.996z",transform:"matrix(.9965 0 0 1.00092 .241 -.016)"}),e.createElement("path",{fill:"none",stroke:t,strokeWidth:".004",d:"M-5.736-.453h141.434v136H-5.736z"}))};Kt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Kt.defaultProps={color:"#000000",size:"128"};const Zt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M64 14.648c-35.346 0-64 19.19-64 42.863C0 78.275 22.046 95.589 51.316 99.53V86.699c-15.55-4.89-26.166-14.693-26.166-25.991 0-16.183 21.779-29.303 48.646-29.303 26.866 0 46.693 8.975 46.693 29.303 0 10.486-5.273 17.95-14.066 22.72 1.204.908 2.22 2.072 2.904 3.419l.388.655C121.025 79.772 128 69.189 128 57.51c0-23.672-28.654-42.863-64-42.863zm20.1 74.88c-2.612.257-5.322.41-8.114.462l.002 9.63a88.362 88.362 0 0012.474-2.492l-.501-.941c-.68-1.268-1.347-2.543-2.033-3.807a41.01 41.01 0 00-1.828-2.851z"}),e.createElement("path",{d:"M97.469 81.036s3.874 1.169 6.124 2.307c.78.396 2.132 1.184 3.106 2.22a8.388 8.388 0 011.42 2.04l15.266 25.74-24.674.01-11.537-21.666s-2.363-4.06-3.817-5.237c-1.213-.982-1.73-1.331-2.929-1.331h-5.862l.004 28.219-21.834.009V41.263h43.845s19.97.36 19.97 19.359S97.47 81.035 97.47 81.035zm-9.497-24.137l-13.218-.009-.006 12.257 13.224-.004s6.124-.019 6.124-6.235c0-6.34-6.124-6.01-6.124-6.01z"})))};Zt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Zt.defaultProps={color:"#000000",size:"128"};const Xt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M109.682 14.737c-12.206-6.023-24.708-6.636-37.508-2.111-11.779 4.164-21.175 11.615-28.16 21.763C32.195 51.561 23.61 70.298 18.799 90.652c-2.464 10.417-4.06 21.466-3.631 32.224.035.873.165 1.124.251 3.124h60.366c-.173-2-.287-1.416-.437-1.797a153.86 153.86 0 01-7.428-25.198c-2.498-12.251-3.806-24.729-1.226-37.093 3.611-17.313 13.48-29.805 30.117-36.283 9.424-3.667 18.369-2.624 26.214 4.262.072.063.22.025.412.056l2.565-3.883c-4.94-4.703-10.368-8.389-16.32-11.327zM3.336 94.394c-.46 3.923-.89 7.596-1.34 11.451l11.132 1.336 2.039-11.893-11.831-.894zm21.85-34.186l-10.471-4.097-3.384 9.607 10.671 3.42c1.08-3.031 2.096-5.882 3.184-8.93zm49.419 53.659c3.575.266 7.157.449 11.103.679-1.433-2.979-2.706-5.673-4.039-8.335-.146-.289-.639-.568-.974-.573-3.033-.044-6.068-.025-9.291-.025.726 2.628 1.357 5.053 2.096 7.443.111.361.707.782 1.105.811zM42.933 31.103l-7.955-5.268-6.359 7.105 8.178 5.496 6.136-7.333zm25.334 53.369c-.013.321.276.832.558.959 2.865 1.288 5.76 2.515 8.912 3.873-.131-2.492-.219-4.575-.368-6.654-.027-.374-.203-.912-.48-1.066-2.631-1.456-5.299-2.847-8.216-4.395-.159 2.665-.321 4.972-.406 7.283zM65.91 12.3l-5.446-6.181-7.499 3.898 5.455 6.644 7.49-4.361zm3.415 49.176c-.163.374.052 1.167.373 1.456 2.175 1.962 4.424 3.84 6.926 5.981.573-2.4 1.113-4.539 1.571-6.693.081-.383-.032-1.016-.298-1.23-1.946-1.569-3.955-3.063-6.037-4.651-.915 1.815-1.802 3.443-2.535 5.137zm12.45-52.424c2.78.075 5.563.042 8.499.042-.293-2.044-.433-3.593-.782-5.092-.104-.446-.775-1.04-1.228-1.078-2.787-.226-5.585-.313-8.651-.459.409 2.063.721 3.881 1.162 5.668.093.379.647.909 1 .919zm3.385 35.675c.142-.266.178-.749.029-.981-1.366-2.137-2.785-4.241-4.254-6.455l-4.76 4.372 6.582 7.294c.884-1.539 1.675-2.868 2.403-4.23zM90.295 30.2l2.843 5.281c4.449-2.438 4.875-3.32 3.3-6.834L90.295 30.2zm21.287-16.273c1.851 1.142 3.806 2.115 5.792 3.185l1.33-2.07c-2.422-1.771-4.76-3.484-7.413-5.426-.104 1.104-.259 1.875-.219 2.637.032.581.129 1.44.51 1.674zM109 30.646c2 .217 5 .424 7 .643v-2.718c-2-.438-5-.872-7-1.323v3.398z"}))};Xt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Xt.defaultProps={color:"#C00C00",size:"128"};const el=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M102.14 83.503c-4.96 2.17-8.997-24.275-2.902-22.666 10.112 5.688 8.356 18.344 2.901 22.666zm-5.273 16.864c-5.832 7.97-13.726 8.28-16.666 6.06-3.076-2.857-.728-11.728 3.488-16.592v-.001c4.824-5.366 9.982-8.869 13.575-6.131 2.418 2.373 3.837 11.312-.397 16.664zM77.913 90.52c.04 6.833-6.028 12.402-13.551 12.438-7.524.036-13.655-5.474-13.695-12.308v-.13c-.04-6.834 6.027-12.403 13.551-12.439 7.524-.036 13.655 5.474 13.695 12.308v.13zm-13.563 28.8c-6.767.288-13.402-5.46-13.315-7.451-.101-2.921 8.24-5.201 13.678-5.067 5.473-.236 12.817 1.736 12.831 4.351.091 2.54-6.66 8.278-13.194 8.168zM40.776 78.867c-5.644-3.642-6.662-11.9-2.273-18.442 4.39-6.543 12.524-8.894 18.169-5.251 5.645 3.642 6.662 11.9 2.273 18.442-4.39 6.543-12.524 8.894-18.169 5.251zm6.104 27.576c-3.076 1.829-10.547 1.076-15.858-6.438-3.58-6.304-3.119-12.72-.604-14.605 3.76-2.256 9.57.791 14.04 5.901 3.897 4.625 5.673 12.748 2.422 15.142zM25.907 83.831c-5.454-4.321-7.211-16.977 2.902-22.665 6.094-1.609 2.057 24.835-2.902 22.665zM49.74 40.777c3.874.641-18.57 19.946-18.916 15.64-.353-11.233 8.397-17.39 18.916-15.64zm-13.853-5.573c.844-.172 1.239-.34 1.634-.953-2.077-.653-4.313-1.215-5.629-2.296.71.01 1.373.157 2.3-.477-1.86-.987-3.845-1.769-5.386-3.278.961-.023 1.998-.01 2.3-.358-1.703-1.038-3.14-2.194-4.328-3.457 1.346.16 1.914.022 2.24-.21-1.288-1.297-2.916-2.393-3.693-3.993 1 .34 1.914.47 2.573-.03-.438-.972-2.311-1.545-3.39-3.815 1.052.1 2.168.226 2.391 0-.488-1.96-1.326-3.061-2.148-4.202 2.251-.033 5.662.008 5.508-.18l-1.392-1.4c2.199-.583 4.449.094 6.083.596.733-.57-.013-1.29-.908-2.027 1.869.246 3.557.67 5.083 1.252.816-.725-.529-1.45-1.18-2.176 2.888.54 4.111 1.298 5.326 2.057.883-.833.05-1.54-.544-2.265 2.177.794 3.298 1.82 4.479 2.831.4-.532 1.016-.922.272-2.206 1.545.878 2.71 1.912 3.57 3.07.957-.6.57-1.42.576-2.175 1.606 1.287 2.626 2.656 3.874 3.994.25-.18.47-.792.665-1.759 3.832 3.662 9.247 12.886 1.392 16.543-6.681-5.427-14.66-9.374-23.501-12.334 11.365 5.772 17.973 10.442 21.593 14.42-1.854 7.323-11.531 7.657-15.07 7.451.725-.332 1.33-.73 1.544-1.34-.888-.622-4.036-.066-6.234-1.283zm28.342 2.953c5.57-.06 12.467 4.094 12.44 8.008-.025 3.455-4.844 6.251-12.397 6.198-7.396-.087-12.376-3.514-12.359-6.862.015-2.755 6.04-7.504 12.316-7.344zm7.93-26.41c.194.966.413 1.578.665 1.758 1.247-1.337 2.267-2.707 3.873-3.994.006.756-.38 1.576.576 2.176.86-1.159 2.025-2.193 3.57-3.07-.744 1.283-.128 1.673.273 2.205 1.18-1.012 2.301-2.037 4.478-2.831-.595.725-1.426 1.432-.544 2.265 1.215-.759 2.439-1.517 5.326-2.057-.651.726-1.996 1.451-1.18 2.176 1.526-.583 3.215-1.006 5.083-1.252-.894.736-1.64 1.457-.907 2.027 1.633-.502 3.883-1.179 6.083-.596l-1.393 1.401c-.154.187 3.257.146 5.508.179-.822 1.141-1.66 2.243-2.149 4.203.224.226 1.34.1 2.391 0-1.079 2.27-2.952 2.843-3.39 3.815.66.5 1.574.37 2.573.03-.776 1.6-2.405 2.696-3.692 3.994.326.23.894.369 2.24.209-1.19 1.263-2.626 2.419-4.328 3.457.302.348 1.338.335 2.3.358-1.542 1.509-3.527 2.291-5.387 3.278.927.634 1.59.486 2.3.477-1.315 1.081-3.552 1.643-5.628 2.296.394.613.79.78 1.634.953-2.198 1.217-5.346.66-6.234 1.282.214.611.818 1.01 1.543 1.341-3.538.206-13.215-.128-15.07-7.451 3.622-3.98 10.232-8.65 21.603-14.426-8.847 2.961-16.83 6.908-23.51 12.34-7.855-3.658-2.44-12.882 1.392-16.544zm15.645 66.46c-5.644 3.643-13.779 1.291-18.168-5.251-4.39-6.543-3.372-14.8 2.273-18.443 5.645-3.642 13.779-1.291 18.168 5.251 4.39 6.543 3.372 14.8-2.273 18.443zm9.91-21.461c-.346 4.306-22.79-14.998-18.915-15.64 10.517-1.748 19.268 4.406 18.915 15.64zm5.107 1.826l-.849-1.488c.034-10.692-4.927-15.05-10.712-18.363 1.75-.461 3.558-.841 4.053-3.04 3.008-.77 3.637-2.162 3.939-3.637.787-.525 3.42-1.997 3.144-4.53 1.474-1.016 2.296-2.322 1.878-4.172 1.584-1.728 2-3.156 1.328-4.472 1.902-2.362 1.058-3.587.246-4.827 1.425-2.583.168-5.353-3.814-4.889-1.584-2.327-5.037-1.798-5.57-1.788-.598-.747-1.387-1.387-3.814-1.076-1.571-1.402-3.329-1.163-5.142-.474-2.152-1.673-3.577-.332-5.204.175-2.606-.84-3.202.31-4.482.777-2.842-.59-3.706.697-5.069 2.057l-1.584-.031c-4.287 2.488-6.417 7.555-7.171 10.16-.756-2.606-2.88-7.673-7.166-10.16l-1.585.03c-1.364-1.36-2.228-2.647-5.07-2.056-1.28-.467-1.875-1.616-4.483-.777-1.068-.333-2.05-1.025-3.206-.99l.002.001c-.606.018-1.258.239-1.998.814-1.813-.689-3.57-.928-5.142.474-2.427-.31-3.216.33-3.814 1.077-.532-.011-3.986-.54-5.57 1.788-3.98-.464-5.239 2.306-3.814 4.889-.812 1.24-1.655 2.464.246 4.827-.672 1.317-.255 2.744 1.33 4.473-.419 1.85.403 3.155 1.877 4.173-.276 2.531 2.357 4.004 3.143 4.528.302 1.475.932 2.868 3.94 3.637.495 2.2 2.303 2.579 4.053 3.04-5.785 3.313-10.746 7.67-10.712 18.363l-.848 1.49c-6.633 3.973-12.601 16.743-3.269 27.123.61 3.25 1.632 5.583 2.542 8.166 1.362 10.409 10.247 15.282 12.59 15.859 3.435 2.576 7.092 5.02 12.042 6.733 4.665 4.74 9.72 6.546 14.803 6.544h.224c5.083.003 10.138-1.804 14.803-6.544 4.95-1.712 8.607-4.157 12.041-6.733 2.344-.577 11.229-5.45 12.59-15.859.91-2.583 1.933-4.916 2.543-8.166 9.332-10.38 3.364-23.152-3.27-27.126"}))};el.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},el.defaultProps={color:"#050606",size:"128"};const cl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("circle",{cx:"64",cy:"64",r:"11.4"}),e.createElement("path",{d:"M107.3 45.2c-2.2-.8-4.5-1.6-6.9-2.3.6-2.4 1.1-4.8 1.5-7.1 2.1-13.2-.2-22.5-6.6-26.1-1.9-1.1-4-1.6-6.4-1.6-7 0-15.9 5.2-24.9 13.9-9-8.7-17.9-13.9-24.9-13.9-2.4 0-4.5.5-6.4 1.6-6.4 3.7-8.7 13-6.6 26.1.4 2.3.9 4.7 1.5 7.1-2.4.7-4.7 1.4-6.9 2.3C8.2 50 1.4 56.6 1.4 64s6.9 14 19.3 18.8c2.2.8 4.5 1.6 6.9 2.3-.6 2.4-1.1 4.8-1.5 7.1-2.1 13.2.2 22.5 6.6 26.1 1.9 1.1 4 1.6 6.4 1.6 7.1 0 16-5.2 24.9-13.9 9 8.7 17.9 13.9 24.9 13.9 2.4 0 4.5-.5 6.4-1.6 6.4-3.7 8.7-13 6.6-26.1-.4-2.3-.9-4.7-1.5-7.1 2.4-.7 4.7-1.4 6.9-2.3 12.5-4.8 19.3-11.4 19.3-18.8s-6.8-14-19.3-18.8zM92.5 14.7c4.1 2.4 5.5 9.8 3.8 20.3-.3 2.1-.8 4.3-1.4 6.6-5.2-1.2-10.7-2-16.5-2.5-3.4-4.8-6.9-9.1-10.4-13 7.4-7.3 14.9-12.3 21-12.3 1.3 0 2.5.3 3.5.9zM81.3 74c-1.8 3.2-3.9 6.4-6.1 9.6-3.7.3-7.4.4-11.2.4-3.9 0-7.6-.1-11.2-.4-2.2-3.2-4.2-6.4-6-9.6-1.9-3.3-3.7-6.7-5.3-10 1.6-3.3 3.4-6.7 5.3-10 1.8-3.2 3.9-6.4 6.1-9.6 3.7-.3 7.4-.4 11.2-.4 3.9 0 7.6.1 11.2.4 2.2 3.2 4.2 6.4 6 9.6 1.9 3.3 3.7 6.7 5.3 10-1.7 3.3-3.4 6.6-5.3 10zm8.3-3.3c1.5 3.5 2.7 6.9 3.8 10.3-3.4.8-7 1.4-10.8 1.9 1.2-1.9 2.5-3.9 3.6-6 1.2-2.1 2.3-4.2 3.4-6.2zM64 97.8c-2.4-2.6-4.7-5.4-6.9-8.3 2.3.1 4.6.2 6.9.2 2.3 0 4.6-.1 6.9-.2-2.2 2.9-4.5 5.7-6.9 8.3zm-18.6-15c-3.8-.5-7.4-1.1-10.8-1.9 1.1-3.3 2.3-6.8 3.8-10.3 1.1 2 2.2 4.1 3.4 6.1 1.2 2.2 2.4 4.1 3.6 6.1zm-7-25.5c-1.5-3.5-2.7-6.9-3.8-10.3 3.4-.8 7-1.4 10.8-1.9-1.2 1.9-2.5 3.9-3.6 6-1.2 2.1-2.3 4.2-3.4 6.2zM64 30.2c2.4 2.6 4.7 5.4 6.9 8.3-2.3-.1-4.6-.2-6.9-.2-2.3 0-4.6.1-6.9.2 2.2-2.9 4.5-5.7 6.9-8.3zm22.2 21l-3.6-6c3.8.5 7.4 1.1 10.8 1.9-1.1 3.3-2.3 6.8-3.8 10.3-1.1-2.1-2.2-4.2-3.4-6.2zM31.7 35c-1.7-10.5-.3-17.9 3.8-20.3 1-.6 2.2-.9 3.5-.9 6 0 13.5 4.9 21 12.3-3.5 3.8-7 8.2-10.4 13-5.8.5-11.3 1.4-16.5 2.5-.6-2.3-1-4.5-1.4-6.6zM7 64c0-4.7 5.7-9.7 15.7-13.4 2-.8 4.2-1.5 6.4-2.1 1.6 5 3.6 10.3 6 15.6-2.4 5.3-4.5 10.5-6 15.5C15.3 75.6 7 69.6 7 64zm28.5 49.3c-4.1-2.4-5.5-9.8-3.8-20.3.3-2.1.8-4.3 1.4-6.6 5.2 1.2 10.7 2 16.5 2.5 3.4 4.8 6.9 9.1 10.4 13-7.4 7.3-14.9 12.3-21 12.3-1.3 0-2.5-.3-3.5-.9zM96.3 93c1.7 10.5.3 17.9-3.8 20.3-1 .6-2.2.9-3.5.9-6 0-13.5-4.9-21-12.3 3.5-3.8 7-8.2 10.4-13 5.8-.5 11.3-1.4 16.5-2.5.6 2.3 1 4.5 1.4 6.6zm9-15.6c-2 .8-4.2 1.5-6.4 2.1-1.6-5-3.6-10.3-6-15.6 2.4-5.3 4.5-10.5 6-15.5 13.8 4 22.1 10 22.1 15.6 0 4.7-5.8 9.7-15.7 13.4z"})))};cl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},cl.defaultProps={color:"#61DAFB",size:"128"};const tl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M77.6 92.4c-.1 0-.1 0-.1.1-.8.9-1.2 1.3-1.7 1.7-1.4 1.1-3-.1-4-.7-2.3-1.3-4.1-.5-4.6.5-.4 1 .1 2.3 1.3 2.1 1.7-.2 1.8 0 3.1.8 2.4 1.5 4.1.7 4.9 0 .7-.6 1.1-1.1 1.5-1.8.7-1.3.1-2.4-.2-2.7h-.2zM74.9 17h-.4c-.7 0-1.4.3-2.1.4-2.4.2-4.5 1-5.9 1.7-.1 0-.1-.1-.1-.1l.2-.1 1.2.2c3.9-.4 7.1.4 7.3 1.6.1.9-1.6 1.9-4.1 2.5-.1 0-.2.2-.2.3 0 .1.1.3.2.3 1 .3 2.3.5 3.6.5 4 .1 7.3-1.6 7.3-3.5.2-1.8-3-3.8-7-3.8zM64 1.8C29.5 1.8 1.6 29.7 1.6 64.1c0 7 1.1 13.9 3.3 19.9h4.3c3.8 0 7.4-.9 10.4-2.4.8-.4 1.6-.6 2.5-.6 1.9 0 3.6.8 4.6 2.5.9 1.6 1.7 2.5 2.8 3.1.9.6 2.1 1 3.8 1 .8 0 2.1-.2 2.4-1.1.4-1-.1-1.7-1.3-2.2-1.7-.7-2.1-1.7-3-3.3-.9-1.6-2.8-2.4-3.1-5.4-.3-3 2-6.7 6.6-5.5 3.3.9 5.4 4.9 6.2 6.3.4.7 1.9 1.6 3.1.5 1.2-1.1 2.3-1.1 3.2.3.8 1.2 6.4 8.7 12.5 8.9 6.2.2 9.5-1.4 12.2-1.3 1.9.1 2.8 1 3.9 1.2 1.9.3 3.2-1.4 5.3-1.3 1.7.1 3.5 1.2 5.4 1.2s5.9-2.3 5.8-1.3c-.1 1.7-1.4 4.6-1.7 6-.2.9 0 3.2-.6 5.1-.5 1.9-2.2 4.2-2.7 4.9-1.5 2.3-2.6 3-3.9 5.4-1.4 2.7-3.7 5.2-4.3 6-.8 1 4.3 0 6.1-1.7 1.5-1.4 4.2-5.8 8.5-6.8 2.9-.6 3.4-1.7 3.1-2.8-.1-.1-.1-.3-.1-.4 0-.4.2-.7.6-.9 3-1.2 7-2 11.4-2 2.6 0 5.1.3 7.5.9 6.3-9.8 10-21.4 10-33.9 0-34.6-27.9-62.6-62.4-62.6zM114.8 63c-3 16.4-29.9 21.9-56 14-25-7.5-46.8-22.5-44.3-31.3 1.5-5.1 9.6-7.3 20.4-6.1-1.6 3.3-1.5 7.3 5.6 11.7 8.8 5 23.6 9.2 27.6 8.8 1.5-.1 2.8-.9 1.5-1.8-1.3-.9-2.5-2.7-3.3-5.8-.4-1.7-.9-4.2-10.3-6-20.2-3.9-19.4-9.6-18.8-12.8 0 0 1.8-8.1 2.5-10.9.7-2.8 2.7-9.3 15.7-6.4 7.5 1.7 11.6-.4 13.6-.9 5.6-1.4 11.9-.4 15.3 3.1 3.6 3.7 8.5 14.9 10.8 23.4 1.2 4.3.9 6.3.3 7.8-.4 1-.7 1.6-2.2 4.1-.3.4 0 .9.5.6 3.9-2 4.8-4.7 5.4-6.7 10.7 2.2 17 7.7 15.7 15.2zM57.6 27.5c-3 0-5.2.4-7.1.4s-3.4-1.3-4-2.2c-.6-.7-2.4-1.4-3.3.9-1 2.3.8 4.7 2.3 5 0 0 2.5 4.7 4.4 2.6 1.3-1.4 2.1-2.2 9.3-2.7 3.4-.3 3.8-1 3.7-1.9-.2-1-2.3-2.1-5.3-2.1z"}))};tl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},tl.defaultProps={color:"#E93442",size:"128"};const ll=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M6.2 52.7c6.7 3.2 43.7 18.1 49.5 20.9 5.8 2.8 10 2.8 17.4-1 7.4-3.9 42.2-18.1 48.9-21.6 3.4-1.8 4.9-3.2 4.9-4.4V34.1c0-1.3-1.7-2.4-5-3.6-6.5-2.4-41.1-16.1-47.7-18.6-6.6-2.4-9.3-2.3-17.1.5C49.3 15.2 12.6 29.6 6 32.2c-3.2 1.3-5 2.4-5 3.7H.8v12.7c.2 1.2 2.1 2.5 5.4 4.1zm60.4 1.8l-20.3-8.4 29.1-4.5-8.8 12.9zm44.1-20l-17.2 6.8-1.9.7-17.2-6.8 19.1-7.5 17.2 6.8zM60.1 22l-2.8-5.2 8.8 3.4 8.3-2.7-2.2 5.4 8.4 3.2-10.9 1.1-2.4 5.9-3.9-6.5-12.6-1.1 9.3-3.5zm-21.7 7.3c8.6 0 15.6 2.7 15.6 6s-7 6-15.6 6-15.6-2.7-15.6-6 7-6 15.6-6zM122 59.8c-6.7 3.5-41.4 17.8-48.8 21.6-7.4 3.9-11.5 3.8-17.3 1-5.8-2.8-43-17.7-49.6-20.9C2.9 59.9 1 58.6 1 57.3V70c0 1.3 1.9 2.6 5.2 4.2 6.7 3.2 43.7 18.1 49.5 20.9 5.8 2.8 10 2.8 17.4-1 7.4-3.9 42.2-18.1 48.9-21.6 3.4-1.8 4.9-3.2 4.9-4.4V55.6c0 1.1-1.6 2.5-4.9 4.2zm0 20.7c-6.7 3.5-41.4 17.8-48.8 21.6-7.4 3.9-11.5 3.8-17.3 1-5.8-2.8-43-17.7-49.6-20.9C2.9 80.7 1 79.3 1 78v12.7c0 1.3 1.9 2.6 5.2 4.2 6.7 3.2 43.7 18.1 49.5 20.9 5.8 2.8 10 2.8 17.4-1 7.4-3.9 42.2-18.1 48.9-21.6 3.4-1.8 4.9-3.2 4.9-4.4V76.3c0 1.2-1.6 2.5-4.9 4.2z"}))};ll.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ll.defaultProps={color:"#D82C20",size:"128"};const rl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M88.69 88.11c-9 18.4-24.76 30.78-45.61 34.85a39.73 39.73 0 01-9.77 1.14c-12 0-23-5-28.34-13.19C-2.2 100-4.64 76.87 19 59.76c.48 2.61 1.46 6.19 2.11 8.31A38.24 38.24 0 0010 81.1c-4.4 8.64-3.91 17.27 1.3 25.25 3.6 5.38 9.3 8.65 16.63 9.65a44 44 0 0026.55-5c12.71-6.68 21.18-14.66 26.72-25.57a9.32 9.32 0 01-2.61-6A9.12 9.12 0 0187.37 70h.34a9.15 9.15 0 011 18.25zm28.67-20.2c12.21 13.84 12.54 30.13 7.82 39.58-4.4 8.63-16 17.27-31.6 17.27a50.48 50.48 0 01-21-5.05c2.29-1.63 5.54-4.24 7.33-5.87a41.54 41.54 0 0016 3.42c10.1 0 17.75-4.72 22.31-13.35 2.93-5.7 3.1-12.38.33-19.22a43.61 43.61 0 00-17.27-20.85 62 62 0 00-34.74-10.59h-2.93a9.21 9.21 0 01-8 5.54h-.31a9.13 9.13 0 01-.3-18.25h.33a9 9 0 018 4.89h2.61c20.8 0 39.06 7.98 51.42 22.48zm-82.75 23a7.31 7.31 0 011.14-4.73c-9.12-15.8-14-35.83-6.51-56.68C34.61 13.83 48.13 3.24 62.79 3.24c15.64 0 31.93 13.69 33.88 40.07-2.44-.81-6-2-8.14-2.44-.53-8.63-7.82-30.13-25.09-29.81-6.19.17-15.31 3.1-20 9.12a43.69 43.69 0 00-9.64 25.25 59.61 59.61 0 008.47 36.16 2.75 2.75 0 011.14-.16h.32a9.12 9.12 0 01.33 18.24h-.33a9.16 9.16 0 01-9.12-8.79z"})))};rl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},rl.defaultProps={color:"#764abc",size:"128"};const ol=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M120.84 64.73c0 13.07.19 25.8-.1 38.51-.11 4.75-3.57 6.51-8.12 6.5-16.33-.05-32.65-.02-48.98-.02H37.88c2.88-3.05 8.99-8.76 8.99-8.76s3.93-1.35 6.59-1.59c3.45-.31 9.2-1.79 9.2-1.79s2.15-5.36 2.81-8.38c.41-1.89 1.85-5.42 1.85-5.42l6.16-.02 15.01-.11s2.66-7.53 3.64-11.27c7.99-1.05 21.38-5.86 28.71-7.65M26.92 85.18c-1.24 3.62.65 8.57-4.16 10.16-4.96 1.64-9.13 6.46-16.29 4.12 2.47-1.33 3.6-3.6 5.6-4.61.59-.3 1.77-1.06 1.77-1.06l1.57 1.12s1.09-.5 1.61-.83c1.56-.98 3.39-3.39 5.02-4.77 1.64-1.39 3.26-2.76 4.88-4.13M113.75 46.41c-.17-.78-.49-1.26-.49-1.26s-4.73 2.94-6.44 3.48c-1.5.47-2.74 2.13-3.87-.73-.94-2.38.39-2.49 1.87-3.01 3.33-1.17 6.62-2.49 9.96-3.62 2.03-.69 4.72-.75 5.38 1.3.24.74-.05 1.58-.05 1.58s-2.18.75-3.31 1.18c-.94.34-2.2.75-3.05 1.08M36.07 38.72c-1.46.36-1.43-.74-1.53-1.47-.29-2.16 1.75-2.18 2.92-2.87.98-.58 1.63.44 1.74 1.21.54 2.25-2.18 2.45-3.13 3.13M33.45 33.03c-1.14.07-1.71-.56-1.75-1.47-.06-1.6.91-2.62 2.42-2.7 1.18-.06 2.6.55 2.37 1.97-.24 1.47-2.01 1.55-3.04 2.2"}),e.createElement("path",{d:"M117.96 53.14c-3-.52-6.1-1.07-9.11-.89-6.19.38-9.22-2.64-10.49-8.33-.68-3.06-.28-6.1-.37-9.15-.03-.84-.31-2.12.18-2.14 4.32-.94 4.57-2.18 6.75-4.62.35-.4 2.29-.53 3.15-1.68 0 0 .6-3.77-.76-5.23-.37-.29-4.04.11-4.52-.01-3.19-.81-2.13-1.95-6.67-.42-.55.19-2.8 1.67-3.27 2.02-1.29.97-3.46 1.15-3.46 1.15s.16 1.12.39 1.47c-5.31 3.78-10.63 7.55-14.88 12.62-1.21 1.44-2.34 2.86-4.06 3.78-14.4 7.7-28.79 15.41-43.16 23.19-3.51 1.9-6.71 1.98-8.72-1.81-2.1-3.96.35-6.34 3.68-8.11 3.75-1.99 7.52-3.98 11.23-6.04 3.24-1.8 5.42-4.38 5.94-8.93-7.54 4.06-14.62 7.63-21.45 11.63-5.07 2.97-6.52 8.76-3.99 13.78 2.56 5.07 8.44 7.12 13.96 4.79 1.86-.78 3.62-1.8 6.45-3.22-.6 3.76.49 6.42 1.49 9.13 1.08 2.94.42 5.92-2.68 6.68-3.33.81-3.6 2.93-4.16 5.47-.92 4.14-.87 9.56-3.5 11.93-.62.56-1.16 1.76-2.39 1.76-.27 1.69-.44 3.11-.89 4.97-.15.9 0 1.77.16 1.8.77.12 1.65.1 2.37-.18 1.54-.61 2.13-2.12 2.88-3.45 2.41-4.3 4.83-8.59 7.2-12.91.84-1.54 1.71-2.71 3.7-3.05 9.48-1.62 14.53-7.53 15.59-16.91.27-2.38.81-3.47 3.59-3.54 9.9-.28 18.75-4.07 25.96-10.53 4.45-3.99 7.26-6.89 13.67-2.72 3.96 2.58 8.88 1.25 13.72 1.06.68-.03 2.84-1.3 2.84-1.3s-.05 1.07.18 1.33c1.15.09 1.91.32 3.01.72.52.19 2.67.17 2.67.17s.21-.41.35-1.02c.38-1.84-1.06-2.99-2.58-3.26zM99.91 21.99c.73-.07 1.22.57 1.23 1.3.02.68-.25 1.31-1.08 1.42-.79.06-1.31-.37-1.47-1.06-.25-1.03.46-1.59 1.32-1.66zM41.88 62.46c1.15-.04 1.21.81 1.32 1.57-.27.64-.35 1.39-1.2 1.38-1.11-.01-1.28-.86-1.28-1.69-.01-.71.38-1.23 1.16-1.26zm-1.62 11.22c-.9-.2-1.38-.95-1.08-1.8.18-.5.83-1.12 1.31-1.15.92-.06 1.37.66 1.35 1.6-.18.85-.56 1.58-1.58 1.35zm2.75 8.49c-.75.13-1.22-.31-1.3-1.08-.09-.85.08-1.59.98-1.92.84-.04 1.17.47 1.3 1.16.17.87.04 1.66-.98 1.84zm4.87-5.79c-.8-.04-1.07-.73-1.08-1.41-.01-.87.17-1.75 1.3-1.69.78.04 1.01.73 1.11 1.53-.09.73-.19 1.63-1.33 1.57zm1.66-7.56c-.45 0-1.14-.63-1.32-1.12-.3-.85.17-1.66 1.05-1.88 1.01-.25 1.35.57 1.59 1.27.12 1.09-.46 1.72-1.32 1.73zm2.23-9.78c-.25.2-.78.93-1.23.88-.84-.09-1.58-.79-1.25-1.77.19-.55.87-1.39 1.24-1.34.84.11 1.42.81 1.24 2.23zm7.18 4.63c-.09.32-.38.59-.68.86-.32.28-.8.28-1.12 0-.31-.26-.6-.54-.68-.86-.2-.76.21-1.31.84-1.68.26-.15.59-.15.85.01.59.37 1 .91.79 1.67zm1.81-7.8c-.17.49-.82.81-1.15 1.12-1.16-.42-1.55-1.17-1.27-1.98.16-.45.95-1.02 1.37-.96.87.14 1.33.98 1.05 1.82zm5.35-7.65c.93.05 1.38.72 1.18 2.04-.13.52-.6 1.23-1.56.86-.49-.19-1.04-.88-1.09-1.39-.08-.87.55-1.57 1.47-1.51zm.28 15.43c-.8-.01-1.07-.59-1.17-1.28.1-.82.15-1.69 1.28-1.7.85-.01 1.06.7 1.12 1.32.08.84-.09 1.68-1.23 1.66zm5.17-7.86c-.09.8-.62 1.14-1.41 1.1-1.02-.35-1.11-1.18-.95-2.05.13-.7.55-1.3 1.38-1.09 1.06.28 1.07 1.18.98 2.04zm3.67-5.76c-.95.22-1.44-.58-1.54-1.43-.12-.97.51-1.45 1.45-1.59.82.22 1.52.7 1.25 1.67-.16.54-.69 1.24-1.16 1.35zm3.47 7.09c-.08.77-.53 1.19-1.28 1.31-.95-.23-1.41-.85-1.32-1.8.07-.77.63-1.28 1.34-1.26 1.02.02 1.36.78 1.26 1.75zm-.17-13.78c-1.04.14-1.59-.54-1.53-1.44.05-.78.42-1.76 1.5-1.47.5.13.85.85 1.12 1.15-.08 1.01-.31 1.65-1.09 1.76zm5.86 8.45c-.2.64-.71 1.21-1.44.99-.91-.27-1.31-1.02-1-1.96.21-.65.65-1.12 1.44-1.04.83.41 1.29 1.08 1 2.01zm.39-6.36c-.82-.11-1.07-.79-1-1.47.08-.84.44-1.75 1.5-1.45.5.14.83.88 1.13 1.21-.18 1.18-.58 1.85-1.63 1.71zm.87-8.61c-.77.2-1.27-.32-1.52-.99-.37-1 .14-1.58.93-1.91.9-.14 1.44.21 1.63.94.25.93-.05 1.71-1.04 1.96zm6.38-6.18c.82-.08 1.4.25 1.58.96.24.93-.13 1.72-1.06 2-.75.23-1.24-.35-1.46-1.02-.3-.94.03-1.63.94-1.94zm-1.5 9.39c0-.69.26-1.44 1.05-1.52 1.07-.1 1.43.65 1.46 1.61-.04.73-.27 1.42-1.07 1.51-1.11.13-1.44-.69-1.44-1.6zm2.93 8.1c-.47-.06-1.05-.73-1.23-1.25-.3-.91.29-1.49 1.08-1.75 1.07-.01 1.59.57 1.59 1.47.01.9-.52 1.65-1.44 1.53z"})))};ol.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ol.defaultProps={color:"#f5be17",size:"128"};const sl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M71.4 38.8c-1.5-.6-3.9-1-6.9-1.1-4.2-.1-9 .4-9.2.5v20c13.3.6 15.5-1.7 15.5-1.7 11.6-5.9 4.3-16.2.6-17.7z"}),e.createElement("path",{d:"M64 0C28.6 0 0 28.6 0 64s28.6 64 64 64 64-28.6 64-64S99.3 0 64 0zm28.6 89.8H82L64.4 63.5h-9V84h9v5.8H41.5v-5.7l7.6-.1-.1-45.9c-.8-.2-7.5-.8-7.5-.8V32c1 1 7.9 1.2 7.9 1.2 1.6.1 3.9.2 5.2-.1 9.3-1.7 16.4-.4 16.4-.4 14 3.2 14.2 15.8 10.3 22.6-3.5 5.8-10.3 7.2-10.3 7.2l14.4 21.8 7.2-.1v5.6z"})))};sl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},sl.defaultProps={color:"#75aadb",size:"128"};const nl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M35.971 111.33l81.958 11.188c-9.374-15.606-18.507-30.813-27.713-46.144L35.971 111.33zm89.71-86.383c-2.421 3.636-4.847 7.269-7.265 10.907a67619.72 67619.72 0 00-24.903 37.485c-.462.696-1.061 1.248-.41 2.321 8.016 13.237 15.969 26.513 23.942 39.777 1.258 2.095 2.53 4.182 4.157 6.192l4.834-96.58-.355-.102zM16.252 66.22c.375.355 1.311.562 1.747.347 7.689-3.779 15.427-7.474 22.948-11.564 2.453-1.333 4.339-3.723 6.452-5.661 6.997-6.417 13.983-12.847 20.966-19.278.427-.395.933-.777 1.188-1.275 2.508-4.902 4.973-9.829 7.525-14.898-3.043-1.144-5.928-2.263-8.849-3.281-.396-.138-1.02.136-1.449.375-6.761 3.777-13.649 7.353-20.195 11.472-3.275 2.061-5.943 5.098-8.843 7.743-4.674 4.266-9.342 8.542-13.948 12.882a24.011 24.011 0 00-3.288 3.854c-3.15 4.587-6.206 9.24-9.402 14.025 1.786 1.847 3.41 3.613 5.148 5.259zm28.102-6.271l-11.556 48.823 54.3-34.987-42.744-13.836zm76.631-34.846l-46.15 7.71 15.662 38.096c10.221-15.359 20.24-30.41 30.488-45.806zM44.996 56.644l41.892 13.6c-5.25-12.79-10.32-25.133-15.495-37.737L44.996 56.644zM16.831 75.643L2.169 110.691l27.925-.825-13.263-34.223zm13.593 26.096l.346-.076c3.353-13.941 6.754-27.786 10.177-42.272L18.544 71.035c3.819 9.926 7.891 20.397 11.88 30.704zm84.927-78.897c-4.459-1.181-8.918-2.366-13.379-3.539-6.412-1.686-12.829-3.351-19.237-5.052-.801-.213-1.38-.352-1.851.613-2.265 4.64-4.6 9.245-6.901 13.868-.071.143-.056.328-.111.687l41.47-6.285.009-.292zM89.482 12.288l36.343 10.054-6.005-17.11-30.285 6.715-.053.341zM33.505 114.007c-4.501-.519-9.122-.042-13.687.037-3.75.063-7.5.206-11.25.323-.386.012-.771.09-1.156.506 31.003 2.866 62.005 5.732 93.007 8.6l.063-.414-29.815-4.07c-12.384-1.691-24.747-3.551-37.162-4.982zM2.782 99.994c3.995-9.27 7.973-18.546 11.984-27.809.401-.929.37-1.56-.415-2.308-1.678-1.597-3.237-3.318-5.071-5.226-2.479 12.24-4.897 24.177-7.317 36.113l.271.127c.185-.297.411-.578.548-.897zm78.74-90.153c6.737-1.738 13.572-3.097 20.367-4.613.44-.099.87-.244 1.303-.368l-.067-.332-29.194 3.928c2.741 1.197 4.853 2.091 7.591 1.385z"}))};nl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},nl.defaultProps={color:"#D91404",size:"128"};const al=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M118 97.51c-1.19-2-12.23-18.28-13.13-20.23l-.33-.69.6-.47a39.57 39.57 0 0015.18-31.47V43.6c0-8.71-2.82-17-7.75-22.81-5.72-6.79-14-10.79-23.48-11.5v25.2c5 1.54 8.38 6.53 8.38 13.07 0 7.42-5.32 11.36-9.79 14.22l-1.78 1.15a14 14 0 00-6 11.91 22.11 22.11 0 001.72 8.29l1.55 2.93 16.2 25 .26.44 2.18 3.42a9.67 9.67 0 005.61 3.89 11.29 11.29 0 009.3-1.8 10.92 10.92 0 004.56-7.38l.19-2.08A19.64 19.64 0 00118 97.51z"}),e.createElement("path",{d:"M83.87 9a32.38 32.38 0 00-8.46 1.83c-.24.09-.47.21-.71.3-.82.32-1.64.65-2.43 1-.31.15-.6.33-.91.49-.79.42-1.6.8-2.36 1.28a34.43 34.43 0 00-5.35 4.15A32.84 32.84 0 0041 8.86C22 8.86 6.55 25.48 6.55 46a.66.66 0 000 .12V117H30V46.1a.84.84 0 010-.1c0-6.55 4.92-11.85 11-11.85S51.92 39.4 52 45.9v.1a.68.68 0 000 .12v70.89h23.32v-70.9-.08-.1c0-.32.06-.61.09-.92v-.61a11.47 11.47 0 018.42-9.87V9z"})))};al.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},al.defaultProps={color:"#c12c4c",size:"128"};const il=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M62.271 10.88c-.189.11-.982 1.248-1.763 2.529-1.96 3.217-1.982 3.219-4.615.448-1.713-1.802-2.127-2.132-2.679-2.128-.359.002-.812.124-1.008.271-.195.147-.748 1.317-1.228 2.6-1.099 2.939-1.152 3.034-1.761 3.151-.375.071-1.097-.331-2.828-1.574-1.278-.919-2.532-1.67-2.786-1.67-1.054 0-1.351.576-1.853 3.593-.638 3.836-.616 3.823-4.074 2.252-1.396-.633-2.72-1.152-2.943-1.152-.223 0-.646.24-.939.533-.532.533-.533.535-.388 3.468l.146 2.936-.555.297c-.492.263-.831.231-3.009-.284-2.843-.671-3.443-.653-4.019.122l-.421.566.565 2.421c.31 1.331.609 2.613.665 2.848.055.234-.04.609-.212.832-.284.367-.586.4-3.217.36-4.453-.07-4.706.312-2.866 4.328.585 1.275 1.064 2.433 1.064 2.572 0 .734-.585 1.001-3.098 1.411-1.406.229-2.628.417-2.716.417-.088 0-.352.192-.586.426-.765.765-.548 1.483 1.187 3.932 2.161 3.05 2.157 3.061-1.413 4.427-4.06 1.553-4.142 1.936-1.051 4.868 2.879 2.73 2.882 2.69-.377 4.739-2.469 1.551-2.507 1.588-2.57 2.429-.076 1.023-.058 1.041 2.89 2.842 2.915 1.78 2.915 1.834.054 4.541-3.077 2.91-2.982 3.335 1.081 4.868 3.55 1.339 3.555 1.355 1.39 4.405-1.227 1.729-1.618 2.449-1.618 2.983 0 .999.52 1.254 3.627 1.776 2.617.441 3.2.7 3.2 1.422 0 .148-.48 1.316-1.067 2.594-1.826 3.977-1.618 4.308 2.704 4.308 4.025 0 3.918-.123 3.051 3.507-.654 2.736-.664 3.26-.072 3.851.453.454 1.307.403 3.978-.236 2.04-.487 2.398-.521 2.871-.268l.54.289-.146 2.935c-.145 2.934-.144 2.936.388 3.469.293.293.722.533.952.533.23 0 1.554-.516 2.943-1.147 3.447-1.565 3.425-1.578 4.061 2.246.504 3.031.798 3.594 1.874 3.594.267 0 1.494-.72 2.728-1.6 2.167-1.546 2.729-1.788 3.306-1.421.149.094.727 1.364 1.284 2.822.819 2.144 1.119 2.702 1.575 2.92.868.416 1.405.082 3.445-2.14 2.463-2.683 2.564-2.67 4.575.589 2.221 3.598 2.796 3.59 5.073-.073 1.962-3.156 1.939-3.154 4.591-.384 1.761 1.838 2.136 2.131 2.73 2.131.379 0 .832-.142 1.005-.316.174-.174.75-1.459 1.28-2.855.53-1.397 1.079-2.613 1.221-2.703.561-.357 1.142-.106 3.306 1.43 1.274.905 2.473 1.6 2.758 1.6 1.058 0 1.44-.751 1.88-3.703.376-2.517.452-2.758.947-3.009.487-.247.779-.164 3.063.873 1.389.63 2.713 1.146 2.943 1.146.23 0 .666-.247.967-.549l.549-.548-.151-2.815c-.144-2.688-.131-2.832.298-3.22.441-.399.486-.397 2.952.166 2.986.682 3.543.7 4.104.139.548-.548.542-.668-.208-3.831-.841-3.548-.954-3.422 3.088-3.422 2.755 0 3.062-.039 3.413-.426.586-.648.447-1.39-.732-3.903-.595-1.266-1.078-2.418-1.074-2.56.02-.747.607-1.002 3.32-1.443 1.66-.269 2.902-.581 3.127-.784.754-.681.477-1.567-1.244-3.98-2.157-3.024-2.148-3.053 1.306-4.326 4.136-1.524 4.254-2.032 1.159-4.973-2.867-2.724-2.868-2.709.272-4.637 3.796-2.33 3.802-2.855.067-5.173-3.212-1.993-3.21-1.965-.331-4.699 3.088-2.934 3.004-3.318-1.057-4.871-3.584-1.371-3.595-1.405-1.417-4.394 1.297-1.78 1.618-2.371 1.618-2.981 0-1.066-.478-1.305-3.622-1.813-2.627-.424-3.205-.682-3.205-1.429 0-.142.48-1.285 1.067-2.542 1.149-2.461 1.31-3.446.66-4.035-.349-.316-.817-.361-3.321-.32-2.62.044-2.955.007-3.318-.358-.397-.399-.393-.455.227-3.042.76-3.17.763-3.247.138-3.834-.634-.596-1.03-.586-3.941.099-2.121.5-2.472.533-2.954.275l-.547-.293.151-2.926.152-2.925-.547-.547c-.301-.301-.728-.547-.95-.547-.221 0-1.538.523-2.926 1.161-2.318 1.067-2.567 1.138-3.068.876-.5-.262-.583-.52-1.01-3.127-.493-3.016-.798-3.603-1.869-3.603-.254 0-1.513.755-2.798 1.678-2.11 1.516-2.393 1.659-2.919 1.476-.435-.152-.688-.483-.997-1.306-.229-.606-.667-1.774-.975-2.595-.622-1.656-.969-2.027-1.901-2.027-.52 0-.991.374-2.679 2.127-2.653 2.756-2.663 2.755-4.614-.445-.78-1.279-1.595-2.421-1.812-2.537-.488-.262-1.062-.261-1.511.002m2.418 9.635c2.311 1.645 1.082 5.512-1.752 5.512-2.75 0-4.135-3.313-2.171-5.194 1.108-1.062 2.697-1.191 3.923-.318m-2.906 10.214c1.515.576 2.137.23 5.596-3.104l2.599-2.506 1.1.146c3.45.458 10.312 3.472 14.255 6.261 3.623 2.564 8.438 7.786 10.49 11.377l.439.769-1.944 4.38c-1.07 2.409-1.945 4.633-1.945 4.944 0 .717.47 1.851.923 2.226.191.159 2.006 1.033 4.033 1.942l3.684 1.654.145.937c.187 1.221.212 4.22.042 5.072l-.133.666h-2.103c-2.439 0-2.251-.218-2.383 2.774-.096 2.169-.62 3.368-1.812 4.144-1.942 1.267-5.149 1.037-6.509-.466-.209-.231-.615-1.392-.903-2.581-.841-3.473-1.971-5.423-4.241-7.32-.717-.599-1.303-1.158-1.303-1.243 0-.084.788-.748 1.752-1.473 3.51-2.646 5.528-5.726 5.75-8.777.423-5.819-4.213-11.243-11.109-13.001-1.635-.417-2.333-.43-22.56-.43-11.48 0-20.873-.075-20.873-.166 0-.215 2.551-2.691 4.054-3.933 4.127-3.412 9.488-6.097 15.04-7.531l1.92-.497 2.728 2.766c1.501 1.521 2.972 2.857 3.268 2.97M27.432 48.526c1.257.823 1.772 2.891 1.03 4.134-1.148 1.924-4.056 2.005-5.205.145-1.671-2.702 1.547-6.001 4.175-4.279m74.05.105c3.288 2.005.74 6.937-2.78 5.38-2.35-1.04-2.425-4.252-.127-5.424.959-.489 2.061-.472 2.907.044M37.12 60.907v12.266H26.276l-.43-1.866c-.846-3.675-1.202-7.477-.989-10.591l.149-2.188 3.728-1.672c2.339-1.048 3.843-1.847 4.037-2.144.848-1.293.767-2.217-.423-4.845l-.556-1.227h5.328v12.267m31.22-11.733c2.322.604 3.549 1.833 3.552 3.556.002 1.265-.625 2.059-2.18 2.761-1.101.498-1.276.51-8.219.578l-7.093.068v-7.284h6.355c4.964 0 6.625.07 7.585.321m-2.396 17.602c1.151.32 2.512 1.32 3.21 2.359.733 1.092 1.162 2.512 2.178 7.216.858 3.976 1.41 5.276 2.956 6.968 1.915 2.095 1.471 2.014 11.037 2.014 4.581 0 8.328.073 8.328.163 0 .161-3.155 3.891-3.291 3.891-.039 0-1.687-.345-3.662-.767-5.577-1.191-5.778-1.051-7.058 4.926l-.823 3.84-.743.366c-1.24.612-5.27 1.872-7.359 2.302-3.452.71-7.209.95-10.511.671-5.629-.477-13.083-2.661-13.374-3.92-.062-.267-.437-1.995-.832-3.841-.396-1.846-.877-3.597-1.069-3.891-.923-1.408-1.894-1.495-6.164-.55-1.617.358-3.028.65-3.136.65-.203 0-3.204-3.47-3.204-3.704 0-.073 7.128-.158 15.84-.188l15.84-.054.057-5.627c.04-3.973-.015-5.714-.187-5.92-.192-.232-1.214-.293-4.91-.293H54.4V66.56l5.387.001c2.962.001 5.733.098 6.157.215M41.536 92.365c2.519 1.535 1.311 5.557-1.668 5.554-3.055-.002-4.187-3.987-1.584-5.575.861-.525 2.374-.515 3.252.021m46.126.168c1.235.905 1.646 2.788.881 4.042-2.009 3.295-7.033.676-5.355-2.791.825-1.703 3.018-2.317 4.474-1.251"}))};il.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},il.defaultProps={color:"#000000",size:"128"};const hl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 1.5C29.5 1.5 1.5 29.5 1.5 64s28 62.5 62.5 62.5 62.5-28 62.5-62.5S98.5 1.5 64 1.5zm56 57.9l-5 .4-.1-1 5-.4.1 1zm0 3.6v1h-9v-1h9zm-.6-8.4l-9.1 1.6-.2-1 9.1-1.6.2 1zm-1-4.8l-4.9 1.3-.3-1 4.9-1.3.3 1zm-1.4-4.7l-8.6 3.2-.3-.9 8.6-3.2.3.9zm-1.8-4.6l-4.5 2.1-.4-.9 4.5-2.1.4.9zm-2.3-4.3l-8 4.6-.5-.9 8-4.6.5.9zm-3.1-5l.6.8-4.1 2.9-.6-.8 4.1-2.9zm-2.4-3.1l-7.1 5.9-.6-.8 7.1-5.9.6.8zm-6.9-7l-5.9 7.1-.8-.6 5.9-7.1.8.6zm-4.7-3.6l.8.6-2.9 4.1-.8-.6 2.9-4.1zm-3.2-2.1l-4.6 8-.9-.5 4.6-8 .9.5zm-5.3-2.7l.9.4-2.1 4.5-.9-.4 2.1-4.5zm-4.5-1.8l.9.3-3.2 8.6-.9-.3 3.2-8.6zm-4.7-1.5l1 .3-1.3 4.9-1-.3 1.3-4.9zm-4.8-1l1 .2-1.6 9.1-1-.2 1.6-9.1zm-4.9-.6l1 .1-.4 5-1-.1.4-5zM63 8h1v9h-1V8zm-3.4-.2l.4 5-1 .1-.4-5 1-.1zm-4.9.6l1.6 9.1-1 .2-1.6-9.1 1-.2zm-4.8 1l1.3 4.9-1 .3L49 9.7l.9-.3zm-4.7 1.5l3.2 8.6-.9.3-3.2-8.6.9-.3zm-4.5 1.8l2.1 4.5-.9.4-2.1-4.5.9-.4zm-4.4 2.2l4.6 8-.9.5-4.6-8 .9-.5zm-4.1 2.6l2.9 4.1-.8.6-2.9-4.1.8-.6zm-3.9 3l5.9 7.1-.8.6-5.9-7.1.8-.6zm-3.7 3.2l3.5 3.5-.7.8-3.5-3.5.7-.8zm-3.4 3.6l7.1 5.9-.6.8-7.1-5.9.6-.8zm-3 3.9l4.1 2.9-.6.8-4.1-2.9.6-.8zm-2.6 4.1l8 4.6-.6.9-8-4.6.6-.9zm-2.3 4.3l4.5 2.1-.4.9-4.5-2.1.4-.9zm-1.9 4.6l8.6 3.2-.3.9-8.7-3.2.4-.9zm-1.6 4.6l4.9 1.3-.3 1-4.9-1.3.3-1zm-1.1 4.8l9.1 1.6-.2 1-9.1-1.6.2-1zM8 58.5l5 .4-.1 1-5-.4.1-1zm9 4.5v1H8v-1h9zm-9 5.3l5-.4.1 1-5 .4-.1-1zm.6 4.8l9.1-1.6.2 1-9.1 1.6-.2-1zm1 4.8l4.9-1.3.3 1-4.9 1.3-.3-1zm1.4 4.7l8.6-3.2.3.9-8.6 3.2-.3-.9zm1.8 4.6l4.5-2.1.4.9-4.5 2.1-.4-.9zm2.3 4.4l8-4.6.5.9-8 4.6-.5-.9zm3.1 4.9l-.6-.8 4.1-2.9.6.8-4.1 2.9zm9.5-2.8l.6.8-7.1 5.9-.6-.8 7.1-5.9zm-.2 12.9l5.9-7.1.8.6-5.9 7.1-.8-.6zm4.7 3.6l-.8-.6 2.9-4.1.8.6-2.9 4.1zm3.2 2.1l4.6-8 .9.5-4.6 8-.9-.5zm5.3 2.7l-.9-.4 2.1-4.5.9.4-2.1 4.5zm4.5 1.9l-.9-.3 3.2-8.6.9.3-3.2 8.6zm4.7 1.4l-1-.3 1.3-4.9 1 .3-1.3 4.9zm4.8 1l-1-.2 1.6-9.1 1 .2-1.6 9.1zm4.9.6l-1-.1.4-5 1 .1-.4 5zm4.4.1h-1v-9h1v9zm4.4-.1l-.4-5 1-.1.4 5-1 .1zM21 106.7l37.7-48 48-37.7-36.8 48.9L21 106.7zm52.3 12.6l-1.6-9.1 1-.2 1.6 9.1-1 .2zm4.8-1l-1.3-4.9 1-.3L79 118l-.9.3zm4.7-1.4l-3.2-8.6.9-.3 3.2 8.6-.9.3zm4.5-1.9l-2.1-4.5.9-.4 2.1 4.5-.9.4zm4.4-2.2l-4.6-8 .9-.5 4.6 8-.9.5zm4.1-2.6l-2.9-4.1.8-.6 2.9 4.1-.8.6zm3.9-2.9l-5.9-7.1.8-.6 5.9 7.1-.8.6zm3.7-3.3l-3.5-3.5.7-.7 3.5 3.5-.7.7zm3.4-3.6l-7.1-5.9.6-.8 7.1 5.9-.6.8zm3-3.9l-4.1-2.9.6-.8 4.1 2.9-.6.8zm2.6-4.1l-8-4.6.5-.9 8 4.6-.5.9zm2.3-4.3l-4.5-2.1.4-.9 4.5 2.1-.4.9zm1.9-4.5l-8.6-3.2.3-.9 8.6 3.2-.3.9zm1.6-4.7l-4.9-1.3.3-1 4.9 1.3-.3 1zm1.1-4.8l-9.1-1.6.2-1 9.1 1.6-.2 1zm.7-4.8l-5-.4.1-1 5 .4-.1 1z"}))};hl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},hl.defaultProps={color:"#1B88CA",size:"128"};const zl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M33.97 22.03c-13.23 0-23.95 10.71-23.95 23.92 0 3.38.7 6.6 1.97 9.51A20.814 20.814 0 001.7 73.47c0 11.48 9.21 20.79 20.58 20.79 1.45 0 2.87-.15 4.23-.44 3.12 8.47 11.25 14.51 20.8 14.51 9.17 0 17.03-5.57 20.41-13.51a19.235 19.235 0 008.5 1.96c7.28 0 13.63-4.01 16.96-9.95 1.7.34 3.45.52 5.24.52 14.68 0 26.58-12.01 26.58-26.82 0-14.8-11.9-26.81-26.58-26.81-3.83 0-7.46.82-10.75 2.29-3.78-6.74-10.88-11.28-19.02-11.28-6.13 0-11.66 2.57-15.64 6.71-4.37-5.72-11.28-9.42-19.04-9.41zM73.5 52.16c.37 0 .7.02.97.07s.48.1.71.17c.05.02.19.09.13.26l-.55 1.5c-.04.11-.08.18-.31.11-.06-.02-.15-.04-.37-.09a2.61 2.61 0 00-.59-.06c-.29 0-.54.04-.77.11-.22.07-.42.19-.6.37s-.39.44-.5.76c-.26.75-.37 1.56-.38 1.61h2.29c.19 0 .25.09.23.23l-.27 1.49c-.04.22-.24.21-.24.21H70.9l-1.61 9.11c-.17.94-.38 1.75-.63 2.4-.25.66-.51 1.14-.93 1.6-.39.42-.82.74-1.32.92-.49.18-1.09.27-1.75.27-.32 0-.65-.01-1.05-.1a7.71 7.71 0 01-.65-.19c-.09-.04-.16-.15-.11-.29.05-.14.47-1.3.53-1.45.08-.18.26-.11.26-.11.13.05.22.09.39.12s.4.06.57.06c.31 0 .59-.04.84-.12.3-.1.47-.27.65-.5.19-.25.34-.58.5-1.02.16-.45.31-1.04.43-1.76l1.6-8.94h-1.58c-.19 0-.25-.09-.23-.23l.27-1.49c.04-.22.24-.21.24-.21h1.62l.09-.48c.25-1.43.73-2.52 1.44-3.24.72-.72 1.74-1.09 3.03-1.09zm-32.35.22h1.9c.12 0 .21.1.21.22v15.25c0 .12-.09.22-.21.22h-1.9c-.12 0-.2-.1-.2-.22V52.6c0-.12.08-.22.2-.22zm57.45 4.35c.59 0 1.12.04 1.58.11.49.07 1.14.24 1.41.35.05.02.19.09.13.25-.2.56-.34.93-.52 1.44-.08.22-.25.15-.25.15-.69-.22-1.36-.32-2.23-.32-1.04 0-1.83.35-2.34 1.03-.52.68-.81 1.58-.81 2.78 0 1.32.33 2.29.91 2.89.59.6 1.4.9 2.42.9.42 0 .81-.03 1.16-.08.35-.05.67-.16.98-.28 0 0 .2-.08.27.13l.53 1.42c.06.18-.09.25-.09.25-.8.31-1.91.53-2.99.53-1.83 0-3.24-.53-4.17-1.57-.94-1.03-1.41-2.45-1.41-4.2 0-.81.11-1.57.34-2.27.23-.7.58-1.31 1.03-1.83.45-.52 1.03-.93 1.7-1.23.67-.3 1.46-.45 2.35-.45zm-74.83.01h.25c1.36 0 2.67.39 3.62.97.08.05.17.15.12.28-.04.12-.46 1.25-.51 1.38-.09.24-.33.08-.33.08-.83-.46-2.12-.82-3.21-.82-.98 0-1.61.52-1.61 1.23v.04c0 .82 1.09 1.17 2.34 1.58l.22.07c1.67.52 3.44 1.25 3.44 3.25v.04c0 2.16-1.57 3.51-4.1 3.51-1.25 0-2.43-.19-3.69-.86-.23-.14-.47-.26-.7-.43-.02-.04-.13-.08-.05-.28l.48-1.37c.08-.23.26-.16.33-.11.14.08.24.16.42.26 1.47.93 2.83.94 3.26.94 1.1 0 1.78-.59 1.78-1.37v-.04c0-.85-1.05-1.18-2.27-1.55l-.27-.08c-1.67-.48-3.45-1.17-3.45-3.28v-.04c0-2 1.62-3.4 3.93-3.4zm10.43 0c1.43 0 2.53.33 3.28.99.76.65 1.14 1.72 1.14 3.15v6.54s.02.19-.16.23c0 0-.26.07-.5.13s-1.1.23-1.8.35c-.71.12-1.44.18-2.17.18a8.46 8.46 0 01-1.89-.19c-.57-.13-1.06-.34-1.46-.63-.4-.29-.71-.67-.93-1.12-.22-.45-.33-1-.33-1.63 0-.62.13-1.18.38-1.65.26-.47.61-.87 1.04-1.18.43-.31.93-.54 1.49-.69.56-.15 1.15-.23 1.76-.23.45 0 .83.01 1.12.03 0 0 .56.05 1.19.13v-.3c0-.95-.2-1.4-.59-1.7-.4-.31-1-.46-1.77-.46 0 0-1.73-.02-3.11.73-.07.04-.12.06-.12.06s-.17.06-.23-.12L30.03 58c-.08-.19.06-.28.06-.28.64-.5 2.2-.8 2.2-.8.51-.11 1.37-.18 1.91-.18zm26.6 0h.25c1.36 0 2.67.39 3.62.97.08.05.17.15.12.28-.04.12-.46 1.25-.51 1.38-.09.24-.33.08-.33.08-.83-.46-2.12-.82-3.21-.82-.98 0-1.61.52-1.61 1.23v.04c0 .82 1.09 1.17 2.34 1.58l.22.07c1.67.52 3.44 1.25 3.44 3.25v.04c0 2.16-1.57 3.51-4.1 3.51-1.25 0-2.43-.19-3.69-.86-.23-.14-.47-.26-.7-.43-.02-.04-.13-.08-.05-.28l.48-1.37c.07-.22.28-.14.33-.11.14.08.24.16.42.26 1.47.93 2.83.94 3.26.94 1.1 0 1.78-.59 1.78-1.37v-.04c0-.85-1.05-1.18-2.27-1.55l-.27-.08c-1.67-.48-3.45-1.17-3.45-3.28v-.04c0-2 1.62-3.4 3.93-3.4zm-10.24.02c.77 0 1.47.16 2.05.41.45.19.9.53 1.36 1.03.29.31.73.99.91 1.67.46 1.61.22 3 .22 3.1-.02.19-.21.19-.21.19l-7.15-.01c.04 1.09.3 1.86.83 2.38.51.51 1.33.84 2.44.84 1.69 0 2.42-.34 2.93-.53 0 0 .2-.07.27.12l.47 1.31c.09.22.02.3-.06.34-.45.24-1.54.7-3.6.71-1 0-1.87-.14-2.59-.42-.73-.28-1.33-.68-1.8-1.19a4.765 4.765 0 01-1.04-1.82 7.86 7.86 0 01-.32-2.28c0-.81.1-1.58.31-2.28.21-.7.54-1.33.97-1.85.44-.53.99-.95 1.65-1.26.66-.31 1.47-.46 2.36-.46zm28.57 0c.85 0 1.62.15 2.26.45.65.3 1.19.71 1.62 1.23.43.51.75 1.13.96 1.83.21.69.31 1.46.31 2.27s-.1 1.57-.31 2.27-.53 1.32-.96 1.83c-.43.51-.98.93-1.62 1.22-.64.29-1.4.44-2.26.44-.85 0-1.61-.15-2.26-.44a4.473 4.473 0 01-1.62-1.22c-.43-.51-.75-1.13-.96-1.83a7.895 7.895 0 01-.31-2.27c0-.81.1-1.57.31-2.27s.53-1.31.96-1.83c.43-.51.97-.93 1.62-1.23.64-.3 1.4-.45 2.26-.45zm28.65 0c.77 0 1.47.16 2.05.41.45.19.9.53 1.36 1.03.3.31.74.99.92 1.67.46 1.61.22 3 .21 3.1-.02.19-.21.19-.21.19l-7.15-.01c.04 1.09.3 1.86.83 2.38.51.51 1.33.84 2.44.84 1.69 0 2.42-.34 2.93-.53 0 0 .2-.07.27.12l.47 1.31c.09.22.02.3-.06.34-.45.24-1.54.7-3.6.71-1 0-1.87-.14-2.59-.42-.73-.28-1.33-.68-1.8-1.19-.47-.51-.82-1.12-1.04-1.82a7.86 7.86 0 01-.32-2.28c0-.81.1-1.58.31-2.28.21-.7.54-1.33.97-1.85.44-.53.99-.95 1.65-1.26.66-.31 1.47-.46 2.36-.46zm-16.885.107c.18-.01.38-.01.605.002.47.03 1.08.161 1.2.211.05.02.16.1.11.26-.07.19-.42 1.17-.53 1.49-.05.12-.12.21-.26.19 0 0-.42-.1-.79-.1-.26 0-.63.04-.96.14-.32.1-.62.28-.88.53s-.48.61-.63 1.05c-.16.45-.24 1.17-.24 1.88v5.33c0 .12-.1.22-.22.22h-1.88c-.12 0-.22-.1-.22-.22V57.19c0-.12.09-.22.21-.22h1.83c.12 0 .21.1.21.22v.87c.28-.37.77-.69 1.21-.89.33-.15.694-.272 1.235-.303zM50.39 58.631c-.94 0-1.601.369-2.041 1.039-.29.44-.48 1.01-.58 1.69h5.09c-.05-.66-.18-1.25-.47-1.69-.44-.67-1.06-1.04-2-1.04zm57.24 0c-.94 0-1.601.369-2.041 1.039-.29.44-.48 1.01-.58 1.69h5.09c-.05-.66-.17-1.25-.47-1.69-.44-.67-1.06-1.04-2-1.04zm-28.5.058c-.94 0-1.61.32-2.05.99-.45.68-.67 1.64-.67 2.86s.23 2.191.67 2.871c.44.67 1.11 1 2.05 1 .93 0 1.609-.33 2.049-1 .45-.68.68-1.65.68-2.87 0-1.23-.23-2.19-.67-2.86-.45-.67-1.12-.99-2.06-.99zm-44.72 4.1c-1.46-.02-2.081.522-2.071.522-.43.3-.64.748-.64 1.378 0 .4.07.71.21.93.09.14.13.2.41.42 0 0 .64.512 2.1.432 1.02-.07 1.93-.26 1.93-.26v-3.25s-.92-.162-1.94-.172z"}))};zl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},zl.defaultProps={color:"#00a1e0",size:"128"};const ml=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M1.219 56.156c0 .703.207 1.167.323 1.618.756 2.933 2.381 5.45 4.309 7.746 2.746 3.272 6.109 5.906 9.554 8.383 2.988 2.148 6.037 4.248 9.037 6.38.515.366 1.002.787 1.561 1.236-.481.26-.881.489-1.297.7-3.959 2.008-7.768 4.259-11.279 6.986-2.116 1.644-4.162 3.391-5.607 5.674-2.325 3.672-3.148 7.584-1.415 11.761.506 1.22 1.278 2.274 2.367 3.053.353.252.749.502 1.162.6 1.058.249 2.136.412 3.207.609l3.033-.002c3.354-.299 6.407-1.448 9.166-3.352 4.312-2.976 7.217-6.966 8.466-12.087.908-3.722.945-7.448-.125-11.153a11.696 11.696 0 00-.354-1.014c-.13-.333-.283-.657-.463-1.072l6.876-3.954.103.088c-.125.409-.258.817-.371 1.23-.817 2.984-1.36 6.02-1.165 9.117.208 3.3 1.129 6.389 3.061 9.146 1.562 2.23 5.284 2.313 6.944.075.589-.795 1.16-1.626 1.589-2.513 1.121-2.315 2.159-4.671 3.23-7.011l.187-.428c-.077 1.108-.167 2.081-.208 3.055-.064 1.521.025 3.033.545 4.48.445 1.238 1.202 2.163 2.62 2.326.97.111 1.743-.333 2.456-.896a10.384 10.384 0 002.691-3.199c1.901-3.491 3.853-6.961 5.576-10.54 1.864-3.871 3.494-7.855 5.225-11.792l.286-.698c.409 1.607.694 3.181 1.219 4.671.61 1.729 1.365 3.417 2.187 5.058.389.775.344 1.278-.195 1.928-2.256 2.72-4.473 5.473-6.692 8.223-.491.607-.98 1.225-1.389 1.888a3.701 3.701 0 00-.48 1.364 1.737 1.737 0 001.383 1.971 9.661 9.661 0 002.708.193c3.097-.228 5.909-1.315 8.395-3.157 3.221-2.386 4.255-5.642 3.475-9.501-.211-1.047-.584-2.065-.947-3.074-.163-.455-.174-.774.123-1.198 2.575-3.677 4.775-7.578 6.821-11.569.081-.157.164-.314.306-.482.663 3.45 1.661 6.775 3.449 9.792-.912.879-1.815 1.676-2.632 2.554-1.799 1.934-3.359 4.034-4.173 6.595-.35 1.104-.619 2.226-.463 3.405.242 1.831 1.742 3.021 3.543 2.604 3.854-.892 7.181-2.708 9.612-5.925 1.636-2.166 1.785-4.582 1.1-7.113-.188-.688-.411-1.365-.651-2.154.951-.295 1.878-.649 2.837-.868 4.979-1.136 9.904-.938 14.702.86 2.801 1.05 5.064 2.807 6.406 5.571 1.639 3.379.733 6.585-2.452 8.721-.297.199-.637.356-.883.605a.869.869 0 00-.205.67c.021.123.346.277.533.275 1.047-.008 1.896-.557 2.711-1.121 2.042-1.413 3.532-3.314 3.853-5.817l.063-.188-.077-1.63c-.031-.094.023-.187.016-.258-.434-3.645-2.381-6.472-5.213-8.688-3.28-2.565-7.153-3.621-11.249-3.788a25.401 25.401 0 00-9.765 1.503c-.897.325-1.786.71-2.688 1.073-.121-.219-.251-.429-.358-.646-.926-1.896-2.048-3.708-2.296-5.882-.176-1.544-.392-3.086-.025-4.613.353-1.469.813-2.913 1.246-4.362.223-.746.066-1.164-.646-1.5a2.854 2.854 0 00-.786-.258c-1.75-.254-3.476-.109-5.171.384-.6.175-1.036.511-1.169 1.175-.076.381-.231.746-.339 1.122-.443 1.563-.757 3.156-1.473 4.645-1.794 3.735-3.842 7.329-5.938 10.897-.227.385-.466.763-.752 1.23-.736-1.54-1.521-2.922-1.759-4.542-.269-1.832-.481-3.661-.025-5.479.339-1.356.782-2.687 1.19-4.025.193-.636.104-.97-.472-1.305-.291-.169-.62-.319-.948-.368a11.643 11.643 0 00-5.354.438c-.543.176-.828.527-.994 1.087-.488 1.652-.904 3.344-1.589 4.915-2.774 6.36-5.628 12.687-8.479 19.013-.595 1.321-1.292 2.596-1.963 3.882-.17.326-.418.613-.63.919-.17-.201-.236-.339-.235-.477.005-.813-.092-1.65.063-2.436a172.189 172.189 0 011.578-7.099c.47-1.946 1.017-3.874 1.538-5.807.175-.647.178-1.252-.287-1.796-.781-.911-2.413-1.111-3.381-.409l-.428.242.083-.69c.204-1.479.245-2.953-.161-4.41-.506-1.816-1.802-2.861-3.686-2.803-.878.027-1.8.177-2.613.497-3.419 1.34-6.048 3.713-8.286 6.568a2.592 2.592 0 01-.757.654c-2.893 1.604-5.795 3.188-8.696 4.778l-3.229 1.769c-.866-.826-1.653-1.683-2.546-2.41-2.727-2.224-5.498-4.393-8.244-6.592-2.434-1.949-4.792-3.979-6.596-6.56-1.342-1.92-2.207-4.021-2.29-6.395-.105-3.025.753-5.789 2.293-8.362 1.97-3.292 4.657-5.934 7.611-8.327 3.125-2.53 6.505-4.678 10.008-6.639 4.901-2.743 9.942-5.171 15.347-6.774 5.542-1.644 11.165-2.585 16.965-1.929 2.28.258 4.494.78 6.527 1.895 1.557.853 2.834 1.97 3.428 3.716.586 1.718.568 3.459.162 5.204-.825 3.534-2.76 6.447-5.195 9.05-3.994 4.267-8.866 7.172-14.351 9.091a39.478 39.478 0 01-9.765 2.083c-2.729.229-5.401-.013-7.985-.962-1.711-.629-3.201-1.591-4.399-2.987-.214-.25-.488-.521-.887-.287-.391.23-.46.602-.329.979.219.626.421 1.278.762 1.838.857 1.405 2.107 2.424 3.483 3.298 2.643 1.681 5.597 2.246 8.66 2.377 4.648.201 9.183-.493 13.654-1.74 6.383-1.78 11.933-4.924 16.384-9.884 3.706-4.13 6.353-8.791 6.92-14.419.277-2.747-.018-5.438-1.304-7.944-1.395-2.715-3.613-4.734-6.265-6.125C68.756 18.179 64.588 17 60.286 17h-4.31c-5.21 0-10.247 1.493-15.143 3.274-3.706 1.349-7.34 2.941-10.868 4.703-7.683 3.839-14.838 8.468-20.715 14.833-2.928 3.171-5.407 6.67-6.833 10.79a40.494 40.494 0 00-1.111 3.746m27.839 36.013c-.333 4.459-2.354 8.074-5.657 11.002-1.858 1.646-3.989 2.818-6.471 3.23-.9.149-1.821.185-2.694-.188-1.245-.532-1.524-1.637-1.548-2.814-.037-1.876.62-3.572 1.521-5.186 1.176-2.104 2.9-3.708 4.741-5.206 2.9-2.361 6.046-4.359 9.268-6.245l.243-.1c.498 1.84.735 3.657.597 5.507zM54.303 70.98c-.235 1.424-.529 2.849-.945 4.229-1.438 4.777-3.285 9.406-5.282 13.973-.369.845-.906 1.616-1.373 2.417a1.689 1.689 0 01-.283.334c-.578.571-1.126.541-1.418-.206-.34-.868-.549-1.797-.729-2.716-.121-.617-.092-1.265-.13-1.897.039-4.494 1.41-8.578 3.736-12.38.959-1.568 2.003-3.062 3.598-4.054a6.27 6.27 0 011.595-.706c.85-.239 1.372.154 1.231 1.006zm17.164 21.868l6.169-7.203c.257 2.675-4.29 8.015-6.169 7.203zm19.703-4.847c-.436.25-.911.43-1.358.661-.409.212-.544-.002-.556-.354a2.385 2.385 0 01.093-.721c.833-2.938 2.366-5.446 4.647-7.486l.16-.082c1.085 3.035-.169 6.368-2.986 7.982z"}))};ml.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ml.defaultProps={color:"#CB6699",size:"128"};const pl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M25.411 110.572V95.077l11.842-.474c12.315-.473 21.45-1.488 34.847-3.789 15.225-2.639 30.246-7.375 31.803-10.082.406-.677.676 4.534.676 14.616v15.698l-1.76 1.353c-1.894 1.489-9.202 3.993-17.524 6.09C72.303 121.737 40.568 126 29.742 126h-4.33zM25.411 71.327V55.83l11.842-.406c13.127-.541 23.344-1.691 36.877-4.195 15.157-2.842 28.96-7.443 29.976-9.947.203-.473.406 6.09.406 14.616.067 13.533-.068 15.698-1.083 16.78-2.368 2.64-20.638 7.376-39.449 10.286-11.435 1.76-30.381 3.79-35.66 3.79h-2.909zM25.411 32.352V17.195l2.098-.406c1.15-.203 3.992-.406 6.293-.406 11.367 0 38.366-3.722 51.628-7.105 9.27-2.436 15.698-4.872 17.931-6.902 1.15-1.015 1.218-.406 1.218 14.48 0 14.548-.067 15.63-1.285 16.714-1.827 1.691-14.345 5.548-24.09 7.51-15.765 3.113-41.951 6.429-50.883 6.429h-2.91z"}))};pl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},pl.defaultProps={color:"#390d09",size:"128"};const vl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M101.84 41.72V86l-37.66 22.32-.34.31v16.57l.34.32 53-30.64V33.12l-.5-.12-15 8.36.08.36"}),e.createElement("path",{d:"M26.4 86.4l37.78 21.92v17.2l-53.4-30.76V33.24l.55-.08 14.91 8.67.16.5V86.4"}),e.createElement("path",{d:"M26.4 42.32l-15.62-9.08L64.06 2.48l53.16 30.64-15.38 8.6-37.78-21.56L26.4 42.32M30.06 84V65.9l.41.24L45 74.59l.12.07v17.53L30.06 84M83.27 92.6V75l.1-.05 14.27-8.35.44-.26v17.5L83.27 92.6M64.85 103.46l-.41-.42V86l.51-.18 14.27-8.32.44-.25V94.7l-14.8 8.76"}),e.createElement("path",{d:"M49.8 95.23V77.17l.41.23 14.51 8.45.12 17.61-15.04-8.23M63.29 22.94L48.48 31.7l15.05 8.76 14.8-8.64-15.04-8.88M30.06 60.36V42.55h.41L45 51l.12.33v17.26l-15.06-8.23"}),e.createElement("path",{d:"M44.86 33.8l-14.8 8.76 15.05 8.76 14.8-8.64-15.05-8.88M83.27 69V51.7l.1-.41L97.64 43l.44.1v17.11L83.27 69"}),e.createElement("path",{d:"M83 34.21L68.22 43l15.05 8.76 14.8-8.64L83 34.21M64.85 79.85l-.41-.42V62.79l.41-.21.1-.41 14.27-8.32.44.1v17.14l-14.8 8.76"}),e.createElement("path",{d:"M49.8 71.63V53.82h.41l14.51 8.45.12.33v17.25L49.8 71.63"}),e.createElement("path",{d:"M64.6 45.06l-14.8 8.76 15.05 8.76 14.8-8.64-15.05-8.88"})))};vl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},vl.defaultProps={color:"#2f406a",size:"128"};const gl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M99.85 115.41c-9.96 6.89-21.99 10.97-34.98 11.11-34.14.37-62.64-27.08-63.49-61.22C.5 29.87 28.95.88 64.18.88c15.81 0 30.25 5.84 41.28 15.47 1 .87.27 2.5-1.04 2.35-22.07-2.59-43.67-.18-57.34 10.43C31.3 41.38 29.8 59.97 38.9 76.34c12.84 23.1 41.28 23.33 60.95 36.82.79.54.79 1.71 0 2.25z"}),e.createElement("path",{d:"M127 63.7c0 8.54-1.7 16.68-4.79 24.1-15.81-8.45-32.64-14.21-40.19-17.03-8.92-3.35-16.73-12.65-11.52-20.82s18.21-9.66 34.2-5.58c6.82 1.75 13.13 6.22 18.88 11.55 2.15 2 3.42 4.79 3.43 7.73-.01.02-.01.03-.01.05z"})))};gl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},gl.defaultProps={color:"#179EFF",size:"128"};const wl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M63.81 118.63l-61-70.46v-.31l26.61-35.45.17-.1L64 8.7l34.43 3.61.17.1 26.6 35.44v.31l-61 70.46zM3.32 48L64 118.08 124.68 48 98.25 12.79 64 9.2l-34.25 3.59z"}),e.createElement("path",{d:"M63.81 118.63l-61-70.46.19-.42h24.71l.22.14 36.29 70.46zM3.55 48.25l59.27 68.47-35.26-68.47z"}),e.createElement("path",{d:"M64.19 118.63l-.41-.28 36.29-70.46.22-.14H125l.19.41zm36.26-70.38l-35.27 68.47 59.27-68.47z"}),e.createElement("path",{d:"M64.22 118.58h-.44L27.49 48.11l.22-.36h72.58l.22.36zm-36.1-70.33L64 117.92l35.88-69.67z"}),e.createElement("path",{d:"M27.89 48.17l-.43-.17 1.91-35.44.22-.23L64 8.7l.21.42zm2-35.39L28 47.32 63.36 9.27z"}),e.createElement("path",{d:"M100.11 48.17l-36.29-39L64 8.7l34.38 3.6.22.23L100.54 48zM64.64 9.27L100 47.32l-1.86-34.54z"}),e.createElement("path",{d:"M125 48.25h-24.71L100 48l-1.87-35.43.45-.16 26.62 35.44zm-24.47-.5h24L98.68 13.36z"}),e.createElement("path",{d:"M100.29 48.25H27.71l-.18-.42 36.29-39h.37l36.29 39zm-72-.5h71.43L64 9.32z"}),e.createElement("path",{d:"M27.71 48.25H3l-.2-.4 26.62-35.44.45.16L28 48zm-24.21-.5h24l1.85-34.39z"})))};wl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},wl.defaultProps={color:"#fdad00",size:"128"};const fl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M27.15 80.766c0 7.351-5.994 13.355-13.345 13.355C6.454 94.12.45 88.117.45 80.766c0-7.351 6.004-13.355 13.355-13.355H27.15zm6.73 0c0-7.351 6.003-13.355 13.354-13.355 7.351 0 13.355 6.004 13.355 13.355v33.43c0 7.35-6.004 13.354-13.355 13.354-7.351 0-13.355-6.004-13.355-13.355v-33.43zM47.234 27.15c-7.351 0-13.355-5.994-13.355-13.345C33.88 6.454 39.883.45 47.234.45c7.351 0 13.355 6.004 13.355 13.355V27.15zm0 6.73c7.351 0 13.355 6.003 13.355 13.354 0 7.351-6.004 13.355-13.355 13.355h-33.43C6.455 60.589.45 54.585.45 47.234c0-7.351 6.004-13.355 13.355-13.355h33.43zm53.616 13.354c0-7.351 5.994-13.355 13.345-13.355 7.351 0 13.355 6.004 13.355 13.355 0 7.351-6.004 13.355-13.355 13.355H100.85zm-6.73 0c0 7.351-6.003 13.355-13.354 13.355-7.351 0-13.355-6.004-13.355-13.355v-33.43C67.411 6.455 73.415.45 80.766.45c7.351 0 13.355 6.004 13.355 13.355zM80.766 100.85c7.351 0 13.355 5.994 13.355 13.345 0 7.351-6.004 13.355-13.355 13.355-7.351 0-13.355-6.004-13.355-13.355V100.85zm0-6.73c-7.351 0-13.355-6.003-13.355-13.354 0-7.351 6.004-13.355 13.355-13.355h33.43c7.35 0 13.354 6.004 13.354 13.355 0 7.351-6.004 13.355-13.355 13.355zm0 0"}))};fl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},fl.defaultProps={color:"#000000",size:"128"};const ul=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M63.951.001C28.696.001.001 28.696.001 63.951s28.695 63.95 63.95 63.95 63.95-28.695 63.95-63.95S99.206.001 63.95.001zm0 10.679c29.484 0 53.272 23.787 53.272 53.271 0 29.485-23.788 53.272-53.272 53.272-29.484 0-53.272-23.787-53.272-53.272 0-29.484 23.788-53.271 53.272-53.271z"}),e.createElement("path",{d:"M48.39 60.716c14.004-11.44 27.702-23.278 42.011-34.384-7.505 11.533-15.224 22.913-22.729 34.445-6.437.03-12.875.03-19.282-.061zM60.228 67.092c6.468 0 12.905 0 19.342.092-14.095 11.38-27.732 23.309-42.071 34.384 7.505-11.533 15.224-22.943 22.729-34.476z"})))};ul.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ul.defaultProps={color:"#010101",size:"128"};const dl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 .73C29.114.73.73 29.113.73 64S29.114 127.27 64 127.27c34.888 0 63.27-28.384 63.27-63.27S98.887.73 64 .73zm3.335 120.17v-10.988l27.44-13.9a1.955 1.955 0 001.073-1.747v-6.29a5.98 5.98 0 003.99-6.258 5.978 5.978 0 10-11.892 1.225 5.97 5.97 0 003.99 5.03v5.09l-24.6 12.46v-10.22l10.843-5.017a1.957 1.957 0 001.135-1.773l.02-17.026 20.07-11.276c.617-.346 1-1 1-1.706V53.76a5.974 5.974 0 00-2.57-11.59 5.975 5.975 0 00-1.344 11.59v3.606l-20.07 11.27c-.617.35-1 1-1 1.706l-.02 16.92-8.068 3.73V54.2l16.884-8.257a1.95 1.95 0 001.097-1.755v-6.29a5.978 5.978 0 003.99-6.26 5.976 5.976 0 00-6.56-5.33 5.975 5.975 0 00-5.332 6.56 5.964 5.964 0 003.99 5.027v5.07l-14.068 6.877V28.598a5.977 5.977 0 10-7.902-5.03 5.97 5.97 0 003.988 5.028V63.24l-9.943-5.224V42.28a1.95 1.95 0 00-.767-1.552l-6.802-5.21a5.978 5.978 0 10-2.61 2.928l6.265 4.802V59.2c0 .728.404 1.395 1.048 1.733l12.81 6.73v12.724l-21.37-9.884.292-7.742a1.956 1.956 0 00-1.063-1.815l-9.797-5.025c.147-.63.2-1.292.13-1.97a5.978 5.978 0 00-11.892 1.227 5.977 5.977 0 006.56 5.33 5.91 5.91 0 003.1-1.268l9.004 4.616-.295 7.8c-.03.79.417 1.52 1.133 1.85L63.42 84.7v9.084a1.98 1.98 0 000 .516v26.693a57.53 57.53 0 01-6.093-.387V97.66c0-.766-.445-1.46-1.14-1.778l-15.182-6.987a5.974 5.974 0 00-6.563-6.527 5.976 5.976 0 104.924 10.08l14.047 6.463v21.092C27.022 115.028 6.992 91.815 6.992 64c0-31.434 25.574-57.01 57.01-57.01 31.433 0 57.006 25.576 57.006 57.01 0 30.315-23.787 55.17-53.674 56.902z"}))};dl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},dl.defaultProps={color:"#205081",size:"128"};const Ml=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M116.452 6.643a59.104 59.104 0 01-6.837 12.136A64.249 64.249 0 0064.205-.026C28.984-.026 0 28.982 0 64.242a64.316 64.316 0 0019.945 46.562l2.368 2.1a64.22 64.22 0 0041.358 15.122c33.487 0 61.637-26.24 64.021-59.683 1.751-16.371-3.051-37.077-11.24-61.7zM29.067 111.17a5.5 5.5 0 01-4.269 2.034c-3.018 0-5.487-2.484-5.487-5.502 0-3.017 2.485-5.501 5.487-5.501 1.25 0 2.485.433 3.452 1.234 2.351 1.9 2.718 5.384.817 7.735zm87.119-19.238c-15.843 21.122-49.68 14.003-71.376 15.02 0 0-3.852.234-7.721.867 0 0 1.45-.617 3.335-1.334 15.226-5.301 22.43-6.335 31.685-11.086 17.427-8.869 34.654-28.274 38.24-48.463-6.637 19.422-26.75 36.11-45.077 42.895-12.557 4.635-35.238 9.136-35.238 9.136l-.917-.484c-15.442-7.518-15.91-40.977 12.157-51.78 12.291-4.735 24.048-2.134 37.323-5.302 14.175-3.367 30.568-14.004 37.238-27.874 7.471 22.19 16.46 56.932.35 78.405z"}))};Ml.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ml.defaultProps={color:"#000000",size:"128"};const El=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M125 80.5c-1.7 0-3.1 1.3-3.1 3s1.3 3 3.1 3c1.7 0 3-1.3 3-3s-1.3-3-3-3zm-.1.5c1.4 0 2.4 1.1 2.4 2.5s-1 2.5-2.3 2.5c-1.4 0-2.4-1.1-2.4-2.5s.9-2.4 2.3-2.5zm-1 .8v3.4h.6v-1.5h.6l.9 1.5h.6l-.9-1.6c.6 0 .8-.4.8-.9 0-.6-.4-.9-1.2-.9h-1.4zm.5 1.5v-1.1h.7c.5 0 .7.2.7.6s-.3.6-.6.6l-.8-.1zM31.3 93.7c-1.6-1.2-3.5-2.2-6.1-3-3.3-1.1-8.1-2.2-10-2.9-1.2-.5-1.7-1.2-1.7-2.2 0-1.4 1.7-2.2 3.7-2.3 3.3.1 4.3 2 4.5 3.3h9.6v7.1zm12 8.9h7.1c6.2-.1 11.2-3.2 13.7-7.7.2-.4.4-.7.6-1.1.4.5.7.7 1.1 1.1 1.7 1.5 3.9 2.6 6.2 3.3 3.7 1.3 6.6 2.2 7.6 2.6 1.9.8 3.1 1.4 3.1 3.1 0 2-2.2 2.8-4.5 2.9-3.1-.1-6.2-1.6-6.1-4.7H60c.6 8.1 8.6 14.4 18 14.5 5.7-.1 11-1.7 14.4-5.8 3.4 3.5 7.4 5.7 13 5.8 8.9-.1 18.1-4.5 18.2-13.9 0-3-.8-5.6-2.7-7.8-1.7-2-4.1-3.3-7.4-4.2-3.3-1.1-8.1-2.2-10-2.9-1.2-.5-1.7-1.2-1.7-2.2 0-1.4 1.7-2.2 3.7-2.3 3.3.1 4.3 2 4.5 3.3h11.6c.1-8-6.6-13.3-16.1-13.3-7.1 0-11.9 2.7-14.3 6.6-2.6-4.1-7.8-6.6-14.3-6.6-6.8 0-11.5 2.6-14 6.3-2.8-3.6-7.4-5.9-13-5.9H31.3v6.1c-2.6-4.1-7.8-6.5-14.2-6.5-9.9 0-15.3 5.5-15.8 11.8 0 3.9 1.9 7.4 4.8 9.9 1.7 1.5 3.7 2.6 6 3.3 3.7 1.3 6.6 2.2 7.6 2.6 1.9.8 3.1 1.4 3.1 3.1 0 2-2.3 2.8-4.5 2.9-3.1-.1-6.2-1.6-6.1-4.7H-.1c.6 8.1 8.6 14.4 18 14.5 5.2-.1 10-1.5 13.2-4.5v3.8h12l.2-13.4zm0-18.9h6.5c2.4 0 4.5 2 4.5 4.5s-2 4.5-4.5 4.5h-6.5v-9zM92.5 95c-1.7-2-4.1-3.3-7.4-4.2-3.3-1.1-8.1-2.2-9.9-2.9-1.3-.5-1.9-1.2-1.9-2.2 0-1.4 1.7-2.2 3.7-2.3 3.4.1 4.3 2 4.5 3.3h8.2c.5 3.2 2.1 6.1 4.7 8.3 1.7 1.5 3.8 2.6 6.1 3.3 3.7 1.3 6.6 2.2 7.5 2.6 2 .8 3.1 1.4 3.1 3.1 0 2-2.3 2.8-4.5 2.9-3.1-.1-6.2-1.6-6.1-4.7H95c0-2.9-.9-5.3-2.5-7.2zM.1 11.2v3.5H25v-3.5H.1zm28.3 0v3.5H64s-3.6-3.5-8.4-3.5H28.4zm42.6 0v3.5h21.5l-1.3-3.5H71zm36.9 0l-1.3 3.5h21.3v-3.5h-20zM.1 18v3.5H25V18H.1zm28.3 0v3.5H68s-.5-2.7-1.3-3.5H28.4zM71 18v3.5h23.8L93.6 18H71zm34.3 0l-1.2 3.5h23.7V18h-22.5zm-98 6.8v3.5H18v-3.5H7.3zm28.3 0v3.5h10.8v-3.5H35.6zm21.4 0v3.5h10.8s.7-1.9.7-3.5H57zm21.2 0v3.5h19.1L96 24.8H78.2zm24.8 0l-1.3 3.5h19.2v-3.5H103zM7.3 31.7v3.5H18v-3.5H7.3zm28.3 0v3.5h27.6s2.3-1.8 3-3.5H35.6zm42.6 0v3.5H89v-1.9l.7 1.9h19.8l.7-1.9v1.9H121v-3.5h-20.3l-1.1 3-1.1-3H78.2zM7.3 38.5V42H18v-3.5H7.3zm28.3 0V42h30.6c-.7-1.7-3-3.5-3-3.5H35.6zm42.6 0V42H89v-3.5H78.2zm12.7 0l1.3 3.5H107l1.2-3.5H90.9zm19.3 0V42H121v-3.5h-10.8zM7.3 45.3v3.5H18v-3.5H7.3zm28.3 0v3.5h10.8v-3.5H35.6zm21.4 0v3.5h11.5c0-1.7-.7-3.5-.7-3.5H57zm21.2 0v3.5H89v-3.5H78.2zm15.2 0l1.3 3.5h9.9l1.3-3.5H93.4zm16.8 0v3.5H121v-3.5h-10.8zM.3 52.1v3.5h24.9v-3.5H.3zm28.1 0v3.5h38.4c.8-.8 1.3-3.5 1.3-3.5H28.4zm42.8 0v3.5H89v-3.5H71.2zm24.6 0l1.3 3.5h5.1l1.2-3.5h-7.6zm14.4 0v3.5h17.9v-3.5h-17.9zM.3 58.9v3.5h24.9v-3.5H.3zm28.1 0v3.5h27.1c4.8 0 8.4-3.5 8.4-3.5H28.4zm42.8 0v3.5H89v-3.5H71.2zm27.1 0l1.3 3.5h.2l1.3-3.5h-2.8zm11.9 0v3.5h17.9v-3.5h-17.9z"}))};El.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},El.defaultProps={color:"#CC1E4C",size:"128"};const xl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M15.621 77.422c-.668-.11-2.379-.535-3.8-.926l-2.583-.723 1.325-2.433 1.328-2.438-1.07-1.324c-1.516-1.871-3.47-5.98-3.481-7.305-.016-3.093 4-7.574 8.926-9.984 3.386-1.66 6.074-1.7 9.445-.121l2.543 1.191.738-1.054c.399-.578.735-1.34.735-1.676 0-.332.335-.629.734-.629.402 0 .738.11.738.23 0 .293-2.957 7.762-3.144 7.95-.082.078-.883-.297-1.793-.832-2.57-1.512-5.797-2.516-8.297-2.582-5.82-.149-7.844 5.539-3.735 10.52l1.446 1.75 3.949-3.196c4.43-3.574 4.938-3.656 8.39-1.274 3.88 2.676 3.946 6.746.2 11-3.32 3.79-6.73 4.844-12.594 3.856zm9.93-4.082c1.93-1.512 1.793-4.309-.293-6.531-2.625-2.782-3.442-2.664-8.055 1.191-4.59 3.828-4.617 3.68.867 5.434 3.63 1.175 5.903 1.148 7.48-.094zm0 0M62.832 88.086c-1.309-.48-4.844-1.941-7.867-3.25-8.164-3.563-9.313-3.629-11.75-.672-.563.684-1.176 1.113-1.352.938-.52-.524 1.032-3.024 2.907-4.668 1.523-1.34 2.03-1.528 3.718-1.34 1.07.12 4.63 1.363 7.91 2.758 7.399 3.144 9.567 3.812 12.391 3.812 3.438 0 5.203-2.41 4.121-5.605-.27-.805-.187-1.07.348-1.07 1.004 0 1.512 3.745.789 5.898-.309.925-1.203 2.234-1.992 2.89-1.18.993-1.93 1.207-4.137 1.192-1.484 0-3.773-.403-5.086-.883zM43.766 76.645c-3.04-1.418-5.782-4.122-7.36-7.282-2.531-5.054-1.754-8.297 3.035-12.672 4.028-3.68 7.32-5.109 11.75-5.109 3.2 0 3.88.172 5.954 1.445 4.914 3.035 6.128 8.832 3.171 15.149-3.464 7.41-10.785 11.16-16.55 8.469zm10.168-3.52C56.21 72 57.774 66.809 57.133 62.5c-.805-5.313-7.988-8.938-13.262-6.691-5.418 2.316-5.5 8.484-.172 14.039 3.719 3.894 6.918 4.922 10.235 3.277zm0 0M64.25 77.621c0-.226.844-.629 1.887-.883l1.886-.468.403-6.797c.441-7.52.12-14.922-.696-15.91-.293-.348-1.19-.778-2.007-.965-3.317-.735-1.11-1.246 5.328-1.246 6.433 0 8.484.468 5.418 1.246-2.637.656-2.649.695-2.649 11.43 0 5.952.215 10.437.52 11.011.43.8 1.07.977 3.535.977 5.086 0 6.836-1.204 8.215-5.66.414-1.34 1.484-1.098 1.113.253-.176.63-.457 2.543-.629 4.282l-.324 3.144h-11c-6.047 0-11-.187-11-.414zm0 0M89.234 77.3c0-.402.391-.804 1.032-1.109.855-.402 1.418-1.246 3.453-5.218 3.222-6.293 8.308-17.09 8.793-18.711.37-1.23.453-1.297 1.843-1.457.805-.094 1.473-.149 1.489-.121.011.027 1.12 2.46 2.472 5.421a475.1 475.1 0 005.985 12.485c3.261 6.57 3.625 7.16 4.722 7.695.668.32 1.192.817 1.192 1.11 0 .468-.578.52-5.528.52-4.964 0-5.527-.052-5.527-.536 0-.32.43-.668 1.11-.895.628-.199 1.113-.574 1.113-.855 0-.27-.656-2.035-1.461-3.922l-1.457-3.437H97.41l-1.055 2.328c-1.98 4.359-2.023 5.39-.175 5.886.925.254 1.18.454 1.07.871-.121.48-.602.547-4.082.547-3.73.028-3.934 0-3.934-.601zm18.121-10.827c.188-.332-3.976-9.418-4.363-9.512-.281-.082-4.59 8.805-4.59 9.473 0 .336 8.75.375 8.953.039zm0 0"}))};xl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},xl.defaultProps={color:"#333333",size:"128"};const yl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M34.27 109.182c-3.572 0-8.55 3.725-8.55 7.884 0 2.055 1.28 3.04 3.135 3.04 3.434 0 8.834-3.6 8.834-7.98-.002-2.156-1.512-2.944-3.42-2.944zm11.872-80.265c0-3.662-2.594-6.46-6.46-6.46-3.625 0-6.553 2.798-6.553 6.46 0 3.433 2.786 6.554 6.458 6.554 3.47 0 6.554-2.733 6.554-6.553zm17.763-15.293c0-2.79-1.825-6.364-5.7-6.364-3.524 0-5.318 3.098-5.318 5.89 0 2.698 1.908 6.648 5.7 6.648 3.524 0 5.318-3.474 5.318-6.174zM48.38 117.066c-3.23 0-7.673 4.224-7.673 7.41 0 1.618.67 2.47 2.432 2.47 2.303 0 5.63-1.953 7.064-4.845.284-.568.795-1.527.795-1.71v-1.614c-1-1.347-1.673-1.71-2.62-1.71zM28.475 97.213c0-2.79-2.066-3.894-4.37-3.894-3.368 0-9.213 3.236-9.213 7.883 0 2.624 1.787 3.8 4.274 3.8 3.185 0 9.31-2.888 9.31-7.79zm-4.085-39.04c3.38 0 8.074-2.332 8.074-7.124 0-3.618-2.983-5.89-6.27-5.89-3.57 0-8.168 2.48-8.168 7.124 0 3.572 2.885 5.89 6.364 5.89zm1.805 17.383c0-3.325-2.713-4.844-5.604-4.844-.182 0-.32-.056-1.044 0-4.177.35-8.074 3.946-8.074 7.6 0 3.414 3.104 4.843 5.794 4.843 3.48 0 8.93-2.67 8.93-7.6zm79.979-66.111c-2.543 0-3.42 3.948-3.42 5.224 0 1.266.438 4.083 2.66 4.083 2.607 0 3.42-3.948 3.42-5.224 0-1.074-.576-4.085-2.66-4.085zM93.73 2.32c-2.955 0-3.893 3.7-3.893 5.415 0 1.13.696 5.156 3.515 5.13 2.82-.03 3.894-3.693 3.894-5.51 0-1.413-.68-5.034-3.515-5.034zm20.708 17.573c-2.35 0-3.23 3.86-3.23 5.034 0 .982.376 3.325 2.185 3.325 2.285 0 3.135-3.765 3.135-4.94 0-.78-.345-3.42-2.09-3.42zm-24.696 86.724c-2.68 0-4.56 4.094-4.56 5.7 0 .836.214 1.71 1.426 1.71 2.652 0 4.56-4.03 4.56-5.7-.002-.782-.288-1.71-1.426-1.71zM63.145 118.3c-3.03 0-6.554 4.048-6.554 6.84 0 .41.008 1.213.76 1.71.788.515 2.196.563 3.895-.57 2.28-1.522 3.8-4.213 3.8-5.985 0-.973-.623-1.994-1.9-1.995zM77.203.8c-3.23 0-4.464 3.834-4.464 5.89 0 2.157 1.59 5.89 4.748 5.89 3.205 0 4.43-3.83 4.37-5.795C81.782 4.27 80.727.8 77.202.8zm0 113.51c-2.937 0-5.414 4.21-5.414 6.365 0 1.085.494 1.71 1.614 1.71 2.653 0 5.414-4.064 5.414-6.174 0-.927-.19-1.9-1.615-1.9z"}))};yl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},yl.defaultProps={color:"#231F20",size:"128"};const Tl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M107.346 2.012l-6.914.431.539 14.377c.028.795-.889 1.259-1.514.766l-4.63-3.65-5.485 4.162a.934.934 0 01-1.498-.784l.617-14.123L19.873 7.48a6.264 6.264 0 00-5.87 6.488l3.86 102.838a6.264 6.264 0 005.98 6.023l83.612 3.754a6.273 6.273 0 004.609-1.73 6.27 6.27 0 001.936-4.526V8.264a6.258 6.258 0 00-1.975-4.566 6.257 6.257 0 00-4.679-1.686zm-41.46 21.187c16.308 0 25.214 8.723 25.214 25.319-2.204 1.713-18.62 2.88-18.62.443.346-9.3-3.817-9.707-6.13-9.707-2.198 0-5.899.662-5.899 5.644 0 12.288 31.69 11.625 31.69 36.424 0 13.95-11.335 21.655-25.791 21.655-14.92 0-27.957-6.036-26.485-26.963.578-2.457 19.545-1.873 19.545 0-.23 8.635 1.735 11.175 6.707 11.175 3.817 0 5.553-2.103 5.553-5.646 0-12.621-31.227-13.063-31.227-36.201 0-13.285 9.138-22.143 25.444-22.143z"}))};Tl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Tl.defaultProps={color:"#000000",size:"128"};const Pl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M20.62 85.39c3.25-3.89 3.64-7.91 1.12-15.37-1.59-4.72-4.24-8.36-2.3-11.29 2.07-3.13 6.47-.1 2.81 4.08l.73.51c4.4.51 6.57-5.52 3.28-7.24-8.67-4.53-16.26 4.18-12.91 14.26 1.44 4.27 3.44 8.8 1.82 12.41-1.4 3.09-4.11 4.91-5.93 5C5.44 87.91 8 79.2 12.33 77c.38-.19.92-.45.41-1.08-5.39-.61-8.55 1.88-10.36 5.36-5.29 10.14 10.05 13.87 18.24 4.11zM115.34 55.67c1.24 3.06 3.13 6.09 2 8.77-.92 2.3-2.14 3.25-3.48 3.48-1.88.32-1.37-5.58 1.85-7.33.29-.16.7-.92.32-1.37-4.08-.22-6.38 1.72-7.62 4.31-3.6 7.56 8.16 9.63 13.94 2.2 2.3-3 2.39-5.9.19-11.23-1.4-3.38-3.54-5.9-2.2-8.13s4.88-.32 2.3 2.84l.57.32c3.35.19 4.72-4.27 2.17-5.39-6.73-2.89-13.01 4.35-10.04 11.53z"}),e.createElement("path",{d:"M72.73 47.6c-2.33-1.85-8.86 1.24-10.73 5.84-2.33 5.84-5.77 14.35-9.15 18.08-3.57 3.92-3.92.89-3.57-1.37.83-5.33 6-17.67 8.87-21.14-1.05-1.56-7.94-1.34-12.72 6.09-1.78 2.8-5.86 12.14-10.43 19.51-1 1.59-2.23.48-1.28-3.25 1.08-4.31 4.27-16.14 8.39-25.45 10.78-2.14 22.23-3.64 31-3.67 1.18-.32 2-1.37 0-1.44-7.56-.26-18.91.64-29.53 2 2-4.08 4.24-7.33 6.47-8.71-2.42-1.53-7.33-.92-10.14 3.22a55 55 0 00-3.67 6.51c-7.74 1.18-14.4 2.57-17.78 3.84s-3.13 5.58-1 4.78a141.67 141.67 0 0117.09-4.91C30.32 57.1 27 68.39 26.2 73c-2 11.16 4.94 11.1 8.32 6.7C38.2 74.87 45.85 57.93 47 56.15c.35-.61.83-.29.57.26-8.55 17.06-7.81 23.66-.89 22.2 3.13-.67 8.51-6 9.92-8.8.29-.67.89-.61.77-.32C52 83.54 45.08 94.92 40.46 98.5c-4.21 3.22-7.33-3.76 7.56-13.78 2.2-1.5 1.18-3.54-1.31-2.84C39 83.09 17 90.08 7.36 96.77c-.73.51-1.4.92-1.37 2 0 .61 1.08.38 1.59.06 12.5-7.49 22.74-10.43 34.47-12.88a.71.71 0 00.51 0c.54-.13.51.16.16.38-.8.45-1.59.86-1.79.92-7.91 3.09-12.69 9.92-11 13.39 1.44 3 9.18 1.91 12.85-.06 9-4.88 15.53-14.45 20-27.65 3.89-11.68 8.8-24.93 9.95-25.33zM125 74.61c-14.64-1.91-46.21.64-60.15 4.34-4.15 1.08-3 3.28-.89 2.87l1-.22c11.45-2.23 39.23-4.18 55.43-1.08 1.9.34 7.74-5.52 4.61-5.91zM76.81 72.89C80.9 70.85 87 58.22 90.94 51.3c.29-.51.8-.1.51.26-10.08 17.35-5.8 19.36-1.82 19.1C95 70.34 99.87 62.68 101 61c.45-.67.7-.13.45.35-.26.8-1.18 2.2-2 4.11-1.21 2.71.06 3.76 1.12 4.24 1.66.8 6.19.29 6.89-2.49-4.53-.1 6.31-21.46 7.43-22.77-3-1.75-7.72.16-9.85 4.37-4.56 9-8.39 16.3-10.78 16.42-4.66.26 5.36-20.12 7-20.76-1-1.44-7.33-.83-10.87 4.66-1.28 2-9.06 15.75-11 18-3.38 4-3.64.57-2.68-3.44a47.34 47.34 0 011.56-5.07c2.23-5 4.62-6.63 6.09-8.26 9.85-10.94 15.5-19.8 13.27-23.28-2-3.09-8.58-1.72-12.82 4.66-7.81 11.7-15 27.74-15.95 35.08s4.35 7.85 7.95 6.07zM81 51.43c.35-.8.57-1 1.18-2.36 3.47-7.72 7.82-15.85 10.9-19.65 1.88-2 4.53.7-.26 8a73.73 73.73 0 01-9.47 11.83c-.89 1-1.69 1.82-2 2.3-.29.39-.58.32-.35-.12z"})))};Pl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Pl.defaultProps={color:"#333333",size:"128"};const bl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M0 17v33.574c17.301-7.203 40.414-14.441 69.504-21.75C88.145 24.152 106.16 20.223 123.559 17zm128 7.16c-16.867 2.504-31.996 5.457-45.309 8.789-15.242 3.828-27.512 7.699-36.793 11.645-9.293 3.875-13.609 7.008-13.004 9.426.547 2.129 4.438 3.098 11.691 2.898 3.73-.07 9.777-.48 18.168-1.223l32.488-3.219c13.145-1.355 24.031-2.273 32.758-2.809zM90.527 66.75c-3.73.047-8.871.332-15.449.816-6.602.492-14.77 1.207-24.559 2.219L12.641 73.5c-4.816.406-8.996.66-12.641.863v27.23c19.938-2.914 37.973-6.391 54.055-10.422 15.797-3.957 27.941-7.82 36.473-11.555 8.547-3.734 12.535-6.902 11.871-9.469-.555-2.215-4.559-3.34-11.871-3.398zM128 76.309c-17.52 6.863-39.266 13.598-65.246 20.121C38.566 102.492 17.672 106.832 0 109.523v.227h128zM5.348 82.02c.063-.008.113 0 .18 0 .332.012.684.113.906.363a1.25 1.25 0 01-1.133 2.082c-.617-.09-1.094-.695-1.043-1.312.02-.582.512-1.062 1.09-1.133zm4.531 0c.289.012.555.07.77.273a1.25 1.25 0 01.363 1.402c-.187.496-.691.863-1.227.816-.457-.02-.906-.305-1.086-.727-.25-.547-.047-1.285.5-1.586.203-.121.441-.184.68-.18zm-4.352 8.02c.539-.016 1.023.363 1.18.859.164.555-.098 1.254-.637 1.496-.539.27-1.246.102-1.586-.406-.344-.496-.297-1.242.184-1.633.234-.207.547-.324.859-.316zm4.352 0c.43-.023.809.25 1.039.59a1.23 1.23 0 01-.316 1.629c-.512.391-1.312.324-1.723-.18-.422-.504-.391-1.359.137-1.766.23-.191.563-.281.863-.273zm0 0"}))};bl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},bl.defaultProps={color:"#809CC8",size:"128"};const Hl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M110.293 16.914C98.586-.086 75.668-5 58.02 5.707l-29.856 18.98a33.94 33.94 0 00-15.418 22.938 35.543 35.543 0 003.566 23.102 33.01 33.01 0 00-5.066 12.793 36.517 36.517 0 006.191 27.52c11.727 16.96 34.583 21.897 52.27 11.312l29.879-19a34.025 34.025 0 0015.355-22.938 35.44 35.44 0 00-3.586-23.02c7.938-12.456 7.52-28.48-1.062-40.48zm-55.254 95.773a23.645 23.645 0 01-25.394-9.433c-3.461-4.793-4.73-10.711-3.73-16.586l.585-2.832.54-1.75 1.605 1.062c3.52 2.668 7.46 4.582 11.668 5.875l1.082.375-.122 1.067c-.105 1.48.332 3.144 1.188 4.414 1.75 2.52 4.793 3.73 7.727 2.937.644-.207 1.273-.418 1.812-.754l29.754-18.976c1.5-.961 2.457-2.398 2.832-4.106.328-1.773-.106-3.585-1.066-5.02-1.774-2.46-4.793-3.565-7.727-2.831-.645.226-1.332.48-1.879.812l-11.25 7.145c-10.644 6.328-24.394 3.355-31.46-6.832a21.854 21.854 0 01-3.75-16.586 20.643 20.643 0 019.456-13.875l29.692-18.98c1.875-1.168 3.894-2.02 6.082-2.668 9.605-2.5 19.726 1.27 25.394 9.394a22.027 22.027 0 013.043 19.398l-.543 1.77-1.539-1.062a39.399 39.399 0 00-11.727-5.875l-1.066-.313.106-1.066c.105-1.563-.332-3.207-1.188-4.48-1.754-2.52-4.793-3.583-7.727-2.833-.644.211-1.273.418-1.812.754L45.812 49.977c-1.5 1-2.46 2.394-2.773 4.144-.312 1.707.106 3.582 1.066 4.957 1.708 2.524 4.81 3.586 7.688 2.832.687-.207 1.332-.414 1.855-.75l11.375-7.254c1.856-1.226 3.938-2.12 6.067-2.707 9.668-2.52 19.75 1.274 25.394 9.438 3.461 4.793 4.793 10.707 3.832 16.52a20.487 20.487 0 01-9.332 13.874L61.23 109.97a25.82 25.82 0 01-6.187 2.707zm0 0"}))};Hl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Hl.defaultProps={color:"#000000",size:"128"};const Ll=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M125.54 26.23a28.78 28.78 0 00-2.65-7.58 28.84 28.84 0 00-4.76-6.32 23.42 23.42 0 00-6.62-4.55 27.27 27.27 0 00-7.68-2.53c-2.65-.51-5.56-.51-8.21-.76H30.25a45.46 45.46 0 00-6.09.51 21.81 21.81 0 00-5.82 1.52c-.53.25-1.32.51-1.85.76a33.82 33.82 0 00-5 3.28c-.53.51-1.06.76-1.59 1.26a22.41 22.41 0 00-4.76 6.32 23.61 23.61 0 00-2.65 7.58 78.47 78.47 0 00-.79 7.83v60.39a39.32 39.32 0 00.79 7.83 28.78 28.78 0 002.65 7.58 28.84 28.84 0 004.76 6.32 23.42 23.42 0 006.62 4.55 27.27 27.27 0 007.68 2.53c2.65.51 5.56.51 8.21.76h63.22a45.08 45.08 0 008.21-.76 27.27 27.27 0 007.68-2.53 30.13 30.13 0 006.62-4.55 22.41 22.41 0 004.76-6.32 23.61 23.61 0 002.65-7.58 78.47 78.47 0 00.79-7.83V34.06a39.32 39.32 0 00-.8-7.83zm-18.79 75.54C101 91 90.37 94.33 85 96.5c-11.11 6.13-26.38 6.76-41.75.47A64.53 64.53 0 0113.84 73a50 50 0 0010.85 6.32c15.87 7.1 31.73 6.61 42.9 0-15.9-11.66-29.4-26.82-39.46-39.2a43.47 43.47 0 01-5.29-6.82c12.16 10.61 31.5 24 38.38 27.79a271.77 271.77 0 01-27-32.34 266.8 266.8 0 0044.47 34.87c.71.38 1.26.7 1.7 1a32.71 32.71 0 001.21-3.51c3.71-12.89-.53-27.54-9.79-39.67C93.25 33.81 106 57.05 100.66 76.51c-.14.53-.29 1-.45 1.55l.19.22c10.6 12.63 7.67 26.02 6.35 23.49z"}))};Ll.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ll.defaultProps={color:"#000000",size:"128"};const Vl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 2.3C29.9 2.3 2.3 29.9 2.3 64s27.6 61.7 61.7 61.7 61.7-27.6 61.7-61.7S98.1 2.3 64 2.3zM97.3 38c-2.9.1-4.8-1.6-4.9-4.2 0-1 .2-1.8.9-2.8.6-1.2.8-1.4.8-1.9-.1-1.6-2.5-1.7-3.2-1.7-9.3.3-11.7 12.8-13.7 23l-1 5.4c5.3.8 9.1-.2 11.2-1.5 3-1.9-.8-3.9-.4-6.1.5-2.2 2.5-3.3 4.1-3.4 2.3-.1 3.9 2.3 3.8 4.7-.1 3.9-5.3 9.4-15.8 9.1-1.3 0-2.4-.1-3.5-.2l-2 10.9c-1.8 8.2-4.1 19.5-12.5 29.3-7.2 8.6-14.5 9.9-17.8 10-6.1.2-10.2-3.1-10.3-7.4-.1-4.2 3.6-6.5 6-6.6 3.3-.1 5.5 2.3 5.6 5 .1 2.3-1.1 3-1.9 3.5-.5.4-1.3.9-1.3 1.8 0 .4.5 1.3 1.8 1.3 2.6-.1 4.3-1.4 5.5-2.2 6-5 8.3-13.7 11.3-29.4l.6-3.8c1-5.1 2.2-10.9 3.9-16.6-4.2-3.2-6.7-7.1-12.4-8.6-3.9-1.1-6.2-.2-7.9 1.9-2 2.5-1.3 5.7.6 7.6l3.1 3.5c3.9 4.5 6 7.9 5.2 12.6-1.1 7.3-10 13-20.5 9.8-9-2.8-10.6-9.1-9.5-12.6.9-3.1 3.4-3.7 5.8-2.9 2.6.8 3.6 3.9 2.8 6.3-.1.3-.2.7-.5 1.2-.3.7-.8 1.2-1.1 2-.6 1.9 2 3.2 3.8 3.8 4 1.2 7.9-.9 8.9-4.1.9-3-1-5.1-1.7-5.9l-3.8-4.1c-1.7-1.9-5.6-7.3-3.7-13.4.7-2.3 2.2-4.8 4.4-6.4 4.6-3.5 9.7-4 14.5-2.6 6.2 1.8 9.2 5.9 13.1 9.1 2.2-6.3 5.2-12.6 9.7-17.8 4.1-4.8 9.5-8.2 15.8-8.5 6.3-.2 11 2.6 11.2 7.1-.1 2-1.2 5.7-5 5.8z"}))};Vl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Vl.defaultProps={color:"#1A171B",size:"128"};const Cl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64.004 25.602c-17.067 0-27.73 8.53-32 25.597 6.398-8.531 13.867-11.73 22.398-9.597 4.871 1.214 8.352 4.746 12.207 8.66C72.883 56.629 80.145 64 96.004 64c17.066 0 27.73-8.531 32-25.602-6.399 8.536-13.867 11.735-22.399 9.602-4.87-1.215-8.347-4.746-12.207-8.66-6.27-6.367-13.53-13.738-29.394-13.738zM32.004 64c-17.066 0-27.73 8.531-32 25.602C6.402 81.066 13.87 77.867 22.402 80c4.871 1.215 8.352 4.746 12.207 8.66 6.274 6.367 13.536 13.738 29.395 13.738 17.066 0 27.73-8.53 32-25.597-6.399 8.531-13.867 11.73-22.399 9.597-4.87-1.214-8.347-4.746-12.207-8.66C55.128 71.371 47.868 64 32.004 64zm0 0"}))};Cl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Cl.defaultProps={color:"#38b2ac",size:"128"};const Ol=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M61.55 128l-21.84-12.68V40.55L6.81 59.56l.08-28.32L61.55 0zM66.46 0v128l21.84-12.68V79.31l16.49 9.53-.1-24.63-16.39-9.36v-14.3l32.89 19.01-.08-28.32z"}))};Ol.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ol.defaultProps={color:"#ff6f00",size:"128"};const Bl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M43.9 105.9H7.2l9.5-22.5h25.7L71 17.1H40.3L17.8 69.5h13.8c1 1.6 2.7 2.7 4.7 2.7 3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.2 0-4.1 1.3-5 3.2h-6.6l18.7-42.3h20.1L39.4 78.3l-25.4.2-14 32.4h47.2l6.2-13.5h20.5l6.8 13.5H128L85.3 17.1l-41.4 88.8zM56 92.1L63.4 76l8 16.1H56zm27.8 14.4l-4.7-9.4h14.6c1 1.8 2.8 3 4.9 3 3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.2 0-4.2 1.4-5.1 3.3H76.9L65.8 70.6l8.2-18 9.2 18.8h4.3c.9 1.8 2.8 3.2 5 3.2 3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.3 0-4.3 1.4-5.1 3.5h-1.6l-9.5-19.4 9.1-19.9 35.6 78.7H83.8z"}))};Bl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Bl.defaultProps={color:"#000000",size:"128"};const Al=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M16.219 15.762a1.129 1.129 0 00-1.076 1.399l24.394 98.742a1.129 1.129 0 001.879.544l73.386-70.59a1.129 1.129 0 00-.47-1.899L16.55 15.806a1.129 1.129 0 00-.331-.044zm1.584 2.754l94.024 27.07-70.566 67.877-23.458-94.947z"}),e.createElement("path",{d:"M65.137 29.84a1.129 1.129 0 00-.807.315L27.654 65.46a1.129 1.129 0 00.471 1.898L76.984 81.44a1.129 1.129 0 001.409-1.355L66.21 30.698a1.129 1.129 0 00-1.073-.858zm-.651 3.3L75.734 78.73l-45.104-13L64.486 33.14z"}),e.createElement("path",{d:"M46.914 47.313a1.129 1.129 0 00-1.076 1.399l6.054 24.531a1.129 1.129 0 001.88.543l18.222-17.563a1.129 1.129 0 00-.472-1.898l-24.277-6.968a1.129 1.129 0 00-.331-.044zm1.583 2.751l20.522 5.89L53.614 70.8l-5.117-20.736z"}),e.createElement("path",{d:"M40.902 22.809a1.129 1.129 0 00-.807.316L21.873 40.687a1.129 1.129 0 00.472 1.898l24.273 6.969a1.129 1.129 0 001.408-1.356l-6.051-24.53a1.129 1.129 0 00-1.073-.86zm-.65 3.3l5.114 20.736-20.517-5.89 15.403-14.847zM89.453 36.793a1.129 1.129 0 00-.806.316L70.423 54.67a1.129 1.129 0 00.472 1.899l24.274 6.968a1.129 1.129 0 001.408-1.356l-6.05-24.53a1.129 1.129 0 00-1.074-.859zm-.65 3.3l5.114 20.737L73.4 54.94l15.403-14.846zM52.944 71.864a1.129 1.129 0 00-.74.315L33.982 89.742a1.129 1.129 0 00.472 1.898l24.278 6.968a1.129 1.129 0 001.407-1.355l-6.055-24.531a1.129 1.129 0 00-1.14-.858zm-.582 3.3l5.118 20.737-20.522-5.89 15.404-14.846z"})))};Al.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Al.defaultProps={color:"#000000",size:"128"};const Sl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M49.096 58.246l7.36-3.345 3.611 10.702zM41.604 62.126l4.284-2.542 3.877 6.688zM33.309 67.61l3.746-2.81 1.873 6.692zM99.536 85.273l-2.677-2.543-3.478 5.353zM104.49 91.158l-2.145-2.274-5.618 4.28zM95.526 30.684l-6.824.134 4.148 9.098zM68.362 47.943l-.669-3.88 6.559 3.479zM69.966 53.696l-.669-2.541 4.015 1.605zM115.191 49.55l.94-2.944-5.353 2.274zM113.184 55.57l.802-2.408-4.148 1.204z"}),e.createElement("path",{d:"M65.538 63.203h12.913v1.594H65.538zM65.538 59.377h12.913v1.594H65.538zM104.968 63.203h12.912v1.594h-12.912zM104.968 59.377h12.912v1.594h-12.912zM100.417 49.926H79.374V48.49h6.548c.807-3.453.966-6.753-.006-8.426-.416-.71-.99-1.043-1.808-1.043-3.744 0-5.29 3.959-5.355 4.127l.001-.001-1.343-.504c.077-.207 1.95-5.057 6.697-5.057 1.325 0 2.378.608 3.046 1.757 1.186 2.037 1.047 5.562.243 9.147h11.49c1.527-4.485 4.714-6.6 10.04-6.6v1.435c-5.772 0-7.39 2.447-8.544 5.165h6.27l-.015 1.428-6.222.007zm.944 7.085l.01-.001c-1.702-2.51-2.242-4.652-1.53-7.091l-1.462.007c-.509 1.624-.305 4.07.95 6.17h-14.6c.888-1.78 1.711-3.949 2.313-6.17h-1.486c-.664 2.355-1.595 4.686-2.644 6.532l-.339.597 8.193 5.157-4.612 3.04.79 1.198 5.155-3.399 5.566 3.632.764-1.214-5.16-3.192s7.716-5.012 8.099-5.257c-.003-.003-.004-.006-.006-.01zm-9.279 4.334l-6.06-3.815 11.843.003-5.783 3.812z"}),e.createElement("path",{d:"M118.414 34.682c-.009-2.495-.786-13.038-2.214-15.941-3.872 1.471-10.917 6.239-12.512 11.113-7.642-1.14-16.257-1.006-23.804.3-1.26-5.245-7.588-9.258-12.362-11.52-2.014 3.398-2.906 11.277-2.68 16.866l-.026.018c.886 23.468 12.399 38.08 27.453 46.936 15.49-8.85 26.555-26.104 26.126-47.783l.02.01zm-12.888-4.525l.169.031-.17-.03zm-.964-.166c.136.022.273.046.409.07l-.409-.07zm11.443 6.384c.398 19.528-9.565 35.07-23.513 43.04C68.818 67.62 64.358 37.739 68.395 21.71c1.123 6.127 3.16 9.971 7.574 11.856 9.61-2.75 22.84-2.967 32.586-.28 4.061-2.953 5.636-7.463 6.496-11.404 1.075 4.586.95 14.492.954 14.494zm10.1 67.56c-2.432-2.72-7.195-4.007-11.173-3.912-2.823-3.36-19.19-20.596-19.19-20.596l-1.134 1.429 19.76 21.273.857-.074c5.369-.46 8.42 2.452 9.229 3.355.592.663.95 1.267 1.144 1.742h-10.86c-24.911-13-46.78-22.165-70.013-24.163.05-3.233.626-6.893 1.73-10.97l-2.136-.58c-1.135 4.192-1.734 7.988-1.801 11.382-2.42-.16-4.857-.244-7.315-.244-2.085 0-3.983.194-5.714.53-2.259-2.257-4.182-4.408-5.817-6.45 10.79-11.241 28.61-21.402 44.048-25.138l-.501-2.163c-16.625 4.01-34.823 14.923-44.963 25.467-4.706-6.352-6.573-11.564-7.128-15.514-.7-4.989.49-9.565 3.444-13.235 4.623-5.743 11.192-6.148 17.946-5.012-.131 1.067.009 2.087.436 2.717 1.786 2.639 11.387 3.566 17.117 1.009-4.229-5.926-12.795-8.82-15.168-7.66-.786.384-1.38 1.09-1.786 1.912-2.335-.418-4.654-.729-6.348-.716-5.957.044-10.511 2.125-13.922 6.363-3.347 4.157-4.7 9.32-3.912 14.93.746 5.314 3.377 10.966 7.786 16.826-.732.786-1.44 1.562-2.122 2.324C7.853 90.792-.003 103.687-.003 105.824v1.107h14.177l-.248-1.313c-.8-4.232.798-9.52 4.073-13.474 2.057-2.481 5.462-5.314 10.809-6.62 4.754 4.64 10.812 9.567 17.554 14.321h10.536v-1.107c0-1.249-.62-2.342-1.744-3.078-1.665-1.088-4.234-1.238-6.594-.433-2.25-2.506-3.512-5.853-3.784-10.011 22.865 2.024 44.736 11.258 69.412 24.15h13.578l.178-.89c.254-1.267-.437-2.965-1.846-4.541zM16.298 90.729c-3.354 4.048-5.132 9.395-4.724 13.985H2.643c1.795-3.883 8.943-15.11 19.505-26.45a80.408 80.408 0 004.858 5.448c-5.186 1.559-8.586 4.457-10.707 7.017z"})))};Sl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Sl.defaultProps={color:"#000000",size:"128"};const kl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M18.262 68.875C9.656 63.801 2.453 57.93 2.453 57.93c-5.203-5.664 3.602-2.184 3.602-2.184l15.109 5.27-.199 1.391-4.402 1.895zm0 0"}),e.createElement("path",{d:"M30.871 43.914c4.902-4.977 11.508-7.961 21.516-9.051 9.504.098 13.91-.402 24.816 5.867 2.902 2.187 9.406 4.77 7.508 9.25-3.004 5.867-3.102 5.469-4.605 10.836s-.301 4.875-2.102 7.359c-3.203 3.387-.898 3.187-5.004 4.973-6.305-2.586-5.102-2.086-8.605-2.586-6-.492-6-.691-13.508 2.887-5.004.797-1.102 1.191-6.203.598-12.227-5.973-9.023-7.867-15.234-9.355-6.203-1.488-7.402-.191-8.004-2.98.199-5.566 5.207-13.43 9.406-17.805zm0 0"}),e.createElement("path",{d:"M20.062 69.668c8.484.305 10.633 6.086 14.711 7.957 4.922 1.211 8.051 3.773 13.707 3.977 6.242-2.98 15.496-2.684 24.113-.297 4.57.094 6.723-3.133 10.809-11.937 2.184-6.699 2.555-12.84 5.902-16.105 1.953-1.582 3.355-3.684-.602-5.27-4.406-.898-6.27 4.113-8.602 11.633-1.387 6.637-4.082 14.707-8.809 11.937-8.312-2.777-4.937-1.891-8.902-2.09-7.426.5-13.445 6.195-23.117.992-7.168-5.215-9.578-6.535-18.129-8.648-1.895-.5-10.113.43-1.102 7.855zm0 0"}),e.createElement("path",{d:"M19.211 69.57c-.586.59-4.059 3.691-5.953 7.164-1.922 3.516-2.344 7.18-.098 12.031 1.758 4.594 6.789 5.117 12.707 6.859 2.52-.414 4.355 1.141 6.605-1.391 1.832-2.016 3.18-1.414 1.5-5.168-3.52-5.59-4.309-9.203-1.117-12.336-.898-2.289-1.953-3.449-6.793-6.27-1.734-.629-3.938-1.281-6.855-.895M47.07 90.465c.359 3.719 5.301 5.703 13.008 6.961 5.816-.395 10.809 2.277 14.609-3.383.687-4.219-.289-10.437-3.504-13.023-3.418-2.988-14.797-3.211-19.812-1.293-4.344 2.359-4.973 7.383-4.305 10.738zm0 0"}),e.createElement("path",{d:"M76.895 80.207c-.621 5.004 1.555 12.508 7.402 12.531 8.914.918 11.125-2.254 13.211-5.371 1.637-5.949-4.605-12.23-9.008-16.207-1.754-1.559-2.016-1.496-4.203-1.594-3.336 1.191-4.074 9.723-7.508 10.637"}),e.createElement("path",{d:"M83.516 92.34c6.77 2.148 8.227.176 12.809-3.082 3.055-3.035 1.098-9.75-3.203-13.332-4.121 1.082-13.848 8.414-9.605 16.41zm17.695-47.332c1.484-8.82 1.496-8.926 4.305-11.637 6.555-4.168-1.336 19.977 12.207 11.441.664 1.109 4.766.613 6.102 2.184 3.383 2.996 3.906 4.328 3.004 5.668-3.402 5.707-4.754 3.133-9.305 4.676-.953 2.738-3.238 3.363-11.008 3.48-5.039.434-5.785 3.703-8.008 5.77-2.445 1.902-5.027 5.707-14.906 2.484 2.32-6.559 1.07-12.727 6.5-16.508 6.234.652 9.473-2.977 11.109-7.555zm0 0"}),e.createElement("path",{d:"M125.145 37.348c0-4.719-2.422-8.555-5.406-8.555s-5.402 3.836-5.402 8.555c0 4.727 2.418 8.551 5.402 8.551s5.406-3.824 5.406-8.551zm0 0"}),e.createElement("path",{d:"M118.84 38.441c0-4.719-2.418-8.547-5.406-8.547s-5.402 3.828-5.402 8.547 2.418 8.551 5.402 8.551 5.406-3.828 5.406-8.551zm0 0"}),e.createElement("path",{d:"M46.224 80.473c-1.622-.294-3.028-.741-6.185-1.968l-3.862-1.4c-1.617-.48-2.677-1.207-3.266-2.238-.648-1.135-1.859-2.272-3.782-3.552-2.902-1.932-4.54-2.521-7.495-2.696l-1.617-.096-1.273-1.326c-1.515-1.578-2.197-2.836-1.87-3.447.286-.534 1.356-1.003 2.533-1.111.843-.077 1.375.003 3.292.497 6.019 1.553 9.287 3.146 15.06 7.341 2.464 1.79 5.532 2.801 8.917 2.937 2.774.112 4.361-.15 8.811-1.454l2.046-.591c2.753-.776 3.724-.939 5.363-1.021l1.655-.083 3.455 1.163 4.02 1.374c.703.262 2.138.158 2.843-.207 2.305-1.192 4.125-4.706 5.678-10.965.73-2.943 1.798-6.191 2.735-8.321 1.841-4.182 3.886-5.439 6.278-3.856.688.455.884.942.598 1.488-.106.203-.877 1.043-1.712 1.867-1.192 1.175-1.659 1.769-2.169 2.759-.811 1.575-1.334 3.242-1.779 5.675-.77 4.21-1.795 7.79-2.619 9.143-.316.52-1.091 2.01-1.721 3.31-1.211 2.5-2.616 4.577-3.642 5.384-1.942 1.528-3.93 1.71-5.846.535-3.544-2.174-13.322-2.661-18.893-.941-.661.204-1.411.612-2.159 1.175-1.277.961-1.411.985-3.396.626zm8.791 14.978c-3.979-1.094-6.405-2.67-6.943-4.509-.086-.296-.201-1.287-.255-2.203-.171-2.908.595-5.21 2.303-6.918 1.096-1.096 1.895-1.481 3.931-1.896 5.101-1.039 12.306-.492 15.624 1.187.872.441 2.522 2.146 2.522 2.605 0 .055-.485.145-1.078.2-2.541.236-5.931 1.467-7.828 2.842-2.244 1.627-4.542 4.564-5.919 7.566-.383.834-.768 1.512-.857 1.505s-.764-.177-1.501-.38zm5.879 1.04c-1.222-.062-1.996-.17-2.123-.297-.16-.161-.066-.467.484-1.576 1.99-4.014 4.635-6.649 7.973-7.94 1.448-.56 3.761-1.077 4.833-1.08l.73-.002.331.828c.862 2.157 1.064 4.936.492 6.786-.403 1.304-1.381 2.437-2.555 2.962-.792.354-1.011.373-4.537.395-2.037.013-4.57-.021-5.628-.074zm26.121-4.212c-1.14-.208-2.625-.597-2.798-.734-.35-.276-.828-2.156-.828-3.253 0-1.895.669-3.696 2.089-5.622.814-1.104 1.916-2.213 3.12-3.172.987-.786 2.043-1.472 3.066-1.972l1.261-.617.679.757c2.225 2.48 3.554 5.816 3.277 8.225a6.342 6.342 0 01-.503 1.712c-.351.723-.637.992-2.321 2.188-2.665 1.891-3.853 2.44-5.422 2.508-.675.029-1.405.02-1.622-.019zm-5.783-1.463c-1.993-1.443-3.295-4.531-3.465-8.215l-.084-1.813.571-.378c.835-.553 1.935-2.31 3.068-4.904 1.231-2.817 1.776-3.796 2.516-4.516.553-.539.607-.556 1.427-.46.469.055 1.098.216 1.4.359s1.548 1.231 2.771 2.418l2.223 2.158-.864.436c-4.326 2.181-7.862 6.166-8.83 9.951-.362 1.414-.398 3.211-.092 4.513.117.499.162.906.1.906s-.396-.205-.741-.455zm6.965-21.559c-3.695-.774-3.606-.726-3.223-1.732.091-.24.514-2.178.939-4.306 1.129-5.653 1.644-6.98 3.396-8.759l.962-.976 1.801-.083c4.238-.196 7.137-2.156 9.126-6.17.734-1.481.83-1.817 1.337-4.67.965-5.43 1.235-6.156 2.872-7.752 1.153-1.123 1.454-1.19 1.837-.408.259.53.269.707.097 1.773-.238 1.478-.108 4.535.249 5.835 1.469 5.35 5.725 7.428 9.168 4.478l.501-.43.666.329c.503.249.998.335 2.021.352 2.172.036 2.712.293 4.499 2.134.837.863 1.629 1.824 1.759 2.135.235.561.231.575-.473 1.705-.9 1.444-2.208 2.699-3.028 2.905-.337.085-1.252.198-2.032.252s-1.961.244-2.624.423c-1.186.319-1.209.336-1.469 1.017-.671 1.756-2.436 2.318-8.123 2.587-4.99.235-6.339.859-8.941 4.131-2.131 2.679-4.58 4.527-6.75 5.092-.86.224-3.741.311-4.565.139zM41.801 87.56c-1.575-.34-1.919-.615-2.525-2.024-.922-2.146-.982-3.853-.171-4.884l.309-.392 1.535.627c1.758.718 3.962 1.328 5.383 1.489.628.071.949.173.899.286-.563 1.265-.892 2.186-.975 2.732-.116.761-.636 1.242-2.001 1.852-1.189.532-1.349.552-2.453.314zm-26.234 3.241c-1.573-1.237-3.311-6.385-3.033-8.982.336-3.14 2.114-6.282 5.533-9.78l1.618-1.655 1.625.023c2.245.032 3.846.521 5.901 1.799 2.363 1.47 3.359 2.328 4.174 3.597l.444.69-.445.649c-1.022 1.492-1.537 3.144-1.407 4.509l.063.655-1.345-.123c-4.556-.417-7.093.224-9.153 2.313-1.178 1.195-2.364 3.334-2.991 5.394-.204.672-.42 1.222-.479 1.222s-.286-.141-.504-.312zm11.93 3.929a20.92 20.92 0 01-2.837-.466c-1.491-.373-4.849-1.49-6.093-2.026l-.743-.32.245-.836c.736-2.513 2.042-4.875 3.205-5.796a9.44 9.44 0 011.53-.914c.882-.413 1.024-.431 3.442-.431 2.681 0 4.335.159 4.335.416 0 .282 1.099 2.547 2.014 4.152.823 1.443.897 1.653.899 2.549l.002.977-1.324 1.234-1.576 1.329c-.509.192-1.707.243-3.099.132zm85.265-47.906c-1.373-.326-2.724-1.573-3.528-3.255s-1.012-2.748-1.015-5.184c-.002-2.381.26-3.621 1.13-5.337.499-.984 1.671-2.241 2.49-2.671 1.186-.622 2.685-.42 4.038.545.207.148.372.048.939-.567.952-1.032 1.737-1.414 2.908-1.414 1.185 0 1.945.377 2.969 1.472 1.488 1.591 2.312 4.073 2.312 6.966 0 1.969-.328 3.48-1.112 5.123-1.444 3.025-4.122 4.142-6.243 2.603l-.582-.422-.697.746c-1.056 1.129-2.454 1.67-3.609 1.395z"})))};kl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},kl.defaultProps={color:"#4a8cb3",size:"128"};const Dl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M85.512 48.8l-.586-3.277a.353.353 0 00-.352-.296h-40.96a.353.353 0 00-.352.296l-.586 3.278zm0 0"}),e.createElement("path",{d:"M37.71 20.625H90.5l-.727-2.7a.411.411 0 00-.398-.3H38.727a.43.43 0 00-.403.313zm0 0"}),e.createElement("path",{d:"M83.61 45.23H44.585v-1.42h39.023zM71.613 30.04h1.524v13.773h-1.524zm-16.562 0h1.523v13.773h-1.523zm0 0"}),e.createElement("path",{d:"M82.09 30.04h1.523v13.773H82.09zm-37.505-.003h1.524V43.81h-1.524z"}),e.createElement("path",{d:"M97.836 63.125l-1.46-5.898a.718.718 0 00-.7-.55h-63.2a.712.712 0 00-.703.55l-1.449 5.9a.348.348 0 00.05.287L41.461 80.3a.68.68 0 00.562.3h44.14a.681.681 0 00.564-.3l11.085-16.887c.024-.09.05-.187.024-.29zm-61.999-7.361c.108-.434 1.049-5.667 1.05-5.833 0-.065 12.237-.118 27.192-.118l27.192.05c0 .028.247 1.393.55 3.034L92.372 56c.001.065-12.739.118-28.311.118H35.749zm-.054-26.426c0-.077-.248-1.757-.552-3.733l-.552-3.722c0-.071 13.251-.129 29.446-.129h29.446l-.59 3.823-.599 3.862c-.028.119-56.601.018-56.601-.101zm10.124 77.924l-.35-.245V80.709h37.044v26.308l-.35.245c-.312.219-2.297.245-18.172.245s-17.86-.027-18.172-.245zm1.962 2.821c-.058-.058-.106-.555-.106-1.104v-.998h32.33l-.047 1.064-.047 1.064-16.012.04c-8.807.022-16.06-.007-16.118-.066z"})))};Dl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Dl.defaultProps={color:"#ffc600",size:"128"};const Fl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M40 34h18v61h-8v11h28V94h-7V33h19v9h10V24H29v18h11zm82.2-31H6.031C4.005 3 2 4.226 2 6.225v116.154c0 2 2.005 3.621 4.031 3.621H122.2c2.026 0 2.8-1.621 2.8-3.621V6.225C125 4.226 124.226 3 122.2 3zM106 48H85v-9h-9v48h9v24H45V88h6V40h-6v8H22V18h84v30z"}))};Fl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Fl.defaultProps={color:"#BB2031",size:"128"};const jl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M127 16.142C127 7.779 120.221 1 111.858 1H16.142C7.779 1 1 7.779 1 16.142v95.715C1 120.221 7.779 127 16.142 127h95.716c8.363 0 15.142-6.779 15.142-15.143V16.142zM58 99.54c0 3.807-3.286 6.46-7.093 6.46H23.563C19.756 106 17 103.347 17 99.54V23.23c0-3.808 2.756-7.23 6.563-7.23h27.344C54.714 16 58 19.422 58 23.23v76.31zm55-66.456V64.97c0 3.807-2.936 7.03-6.744 7.03h-27.33C75.118 72 72 68.776 72 64.97V22.866C72 19.058 75.118 16 78.926 16h27.33c3.808 0 6.744 3.058 6.744 6.866v10.218z"}))};jl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},jl.defaultProps={color:"#23719F",size:"128"};const ql=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M40.254 127.637c48.305 0 74.719-48.957 74.719-91.403 0-1.39 0-2.777-.075-4.156 5.141-4.547 9.579-10.18 13.102-16.633-4.79 2.602-9.871 4.305-15.078 5.063 5.48-4.02 9.582-10.336 11.539-17.774-5.156 3.743-10.797 6.38-16.68 7.801-8.136-10.586-21.07-13.18-31.547-6.32-10.472 6.86-15.882 21.46-13.199 35.617C41.922 38.539 22.246 26.336 8.915 6.27 1.933 20.94 5.487 39.723 17.022 49.16c-4.148-.172-8.207-1.555-11.832-4.031v.41c0 15.273 8.786 28.438 21.02 31.492a21.596 21.596 0 01-11.863.543c3.437 13.094 13.297 22.07 24.535 22.328-9.305 8.918-20.793 13.75-32.617 13.72-2.094 0-4.188-.15-6.266-.446 12.008 9.433 25.98 14.441 40.254 14.422"}))};ql.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ql.defaultProps={color:"#1da1f2",size:"128"};const $l=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M2 63.91v62.5h125v-125H2zm100.73-5a15.56 15.56 0 017.82 4.5 20.58 20.58 0 013 4c0 .16-5.4 3.81-8.69 5.85-.12.08-.6-.44-1.13-1.23a7.09 7.09 0 00-5.87-3.53c-3.79-.26-6.23 1.73-6.21 5a4.58 4.58 0 00.54 2.34c.83 1.73 2.38 2.76 7.24 4.86 8.95 3.85 12.78 6.39 15.16 10 2.66 4 3.25 10.46 1.45 15.24-2 5.2-6.9 8.73-13.83 9.9a38.32 38.32 0 01-9.52-.1A23 23 0 0180 109.19c-1.15-1.27-3.39-4.58-3.25-4.82a9.34 9.34 0 011.15-.73l4.6-2.64 3.59-2.08.75 1.11a16.78 16.78 0 004.74 4.54c4 2.1 9.46 1.81 12.16-.62a5.43 5.43 0 00.69-6.92c-1-1.39-3-2.56-8.59-5-6.45-2.78-9.23-4.5-11.77-7.24a16.48 16.48 0 01-3.43-6.25 25 25 0 01-.22-8c1.33-6.23 6-10.58 12.82-11.87a31.66 31.66 0 019.49.26zm-29.34 5.24v5.12H57.16v46.23H45.65V69.26H29.38v-5a49.19 49.19 0 01.14-5.16c.06-.08 10-.12 22-.1h21.81z"}))};$l.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},$l.defaultProps={color:"#007acc",size:"128"};const _l=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M94.79 87a16.73 16.73 0 01-5.12.73c-15.44 0-38.11-53.95-38.11-71.91 0-6.6 1.57-8.81 3.78-10.7-18.9 2.2-41.57 9.14-48.82 18C5 25.27 4 28.73 4 33.14c0 28 29.92 91.64 51 91.64 9.77 0 26.23-16 39.77-37.79M84.94 3.22c19.52 0 39.06 3.15 39.06 14.17 0 22.36-14.18 49.46-21.42 49.46-12.91 0-29-35.91-29-53.87 0-8.19 3.14-9.76 11.33-9.76"}))};_l.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},_l.defaultProps={color:"#000000",size:"128"};const Nl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 3.246C30.445 3.246 3.245 30.446 3.245 64c0 33.552 27.2 60.754 60.755 60.754 33.554 0 60.755-27.202 60.755-60.754 0-33.554-27.2-60.754-60.755-60.754zm13.631 20.922a8.108 8.108 0 1114.046 8.108A8.105 8.105 0 0180.6 35.243a8.11 8.11 0 01-2.969-11.075zM64 28.763c3.262 0 6.417.453 9.414 1.281a11.357 11.357 0 005.548 8.042 11.378 11.378 0 009.725.789c5.998 5.898 9.901 13.919 10.47 22.854l-11.558.17C86.532 49.796 76.377 40.306 64 40.306a23.6 23.6 0 00-9.98 2.203L48.383 32.41A35.116 35.116 0 0164 28.763zM22.689 72.112A8.112 8.112 0 0114.576 64a8.111 8.111 0 018.113-8.113 8.113 8.113 0 010 16.225zm7.191.722A11.377 11.377 0 0034.08 64c0-3.565-1.639-6.747-4.2-8.836 2.194-8.489 7.475-15.738 14.571-20.483l5.931 9.934C44.29 48.902 40.308 55.984 40.308 64s3.981 15.098 10.074 19.383l-5.931 9.937c-7.099-4.744-12.38-11.995-14.571-20.486zm58.831 33.964a8.105 8.105 0 01-11.077-2.969c-2.241-3.877-.911-8.835 2.969-11.076 3.877-2.239 8.838-.908 11.077 2.969a8.106 8.106 0 01-2.969 11.076zm-.024-17.673a11.357 11.357 0 00-9.725.788 11.36 11.36 0 00-5.547 8.042A35.232 35.232 0 0164 99.239a35.097 35.097 0 01-15.616-3.649l5.636-10.1A23.6 23.6 0 0064 87.694c12.378 0 22.532-9.488 23.596-21.592l11.561.169c-.569 8.935-4.472 16.956-10.47 22.854z"}))};Nl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Nl.defaultProps={color:"#DD4814",size:"128"};const Rl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M82.48 63.578l22.418-38.402 10.832 38.402-10.832 38.398zm-10.926 6.238l22.422 38.402-39.047-9.922-28.211-28.48zM93.969 18.93L71.555 57.34H26.719L54.93 28.855zm32 31.582L112.293.031 61.25 13.559l-7.555 13.18-15.336-.109L1 63.582l37.359 36.949h.004l15.324-.113 7.57 13.176 51.035 13.527 13.676-50.473-7.762-13.07zm0 0"}))};Rl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Rl.defaultProps={color:"#110B09",size:"128"};const Il=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M7 3v6.554h40.792V3H7zm71.75 0v6.554H121V3H78.75zM7 16.835v6.554h40.792v-6.554H7zm71.75 0v6.554H121v-6.554H78.75zM7 30.306v6.554h40.792v-6.554H7zm71.75 0v6.554H121v-6.554H78.75zM7 60.597c0 22.573.073 23.52 2.55 30.91 2.658 8.047 6.228 13.872 11.8 19.442 9.761 9.685 22.4 14.454 39.736 15 19.887.62 35.002-4.369 45.71-15.145 5.5-5.534 9.615-12.488 11.982-20.243 2.15-6.99 2.222-8.155 2.222-30.073V40.5l-21.015.073-21.052.11s-.182.066-.182 28.943c0 32.984-5.526 38.91-16.192 38.91s-14.901-5.67-14.694-39.747c.172-28.193-.11-28.289-.11-28.289H7v20.097z"}))};Il.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Il.defaultProps={color:"#4051b5",size:"128"};const Wl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M8.884 80.638c-2.2-.6-3.6-2.2-4.4-5.1-.3-1.2-.4-1.7-.4-10.2l-.1-8.9h5.6v7.2c0 4.2.1 7.8.2 8.5.4 2.7 1.5 4.1 3.3 4.1 1.7 0 2.9-1.3 3.7-4.1.2-.9.3-2 .4-8.4l.1-7.4h5.6v11.3c0 6.2 0 11.6.1 11.9l.1 1.2h-5.5l-.1-1.4c0-.5-.1-1.5-.1-2.3v-1.4l-.7 1.4c-.4.8-1 1.7-1.3 2-1.5 1.6-4.2 2.2-6.5 1.6zM99.684 80.738c-4.1-.6-7.2-3.3-8.8-7.7-1.6-4.2-2-10.5-.8-15.8 1.1-5.3 4.1-8.8 8.4-9.9 1.5-.4 4.5-.4 5.8 0 3 .8 5.4 2.8 6.8 5.9 1 2 1.1 1.8-1.7 2.8-1.4.5-2.6.9-2.7.9s-.3-.3-.4-.6c-.6-1.8-1.8-3.3-3.2-3.9-1.1-.5-2.9-.4-3.9.1-2.6 1.3-3.8 5-3.8 11.2 0 4.5.6 7.4 2 9.6 1.2 1.9 2.5 2.5 4.7 2.4 1.7-.1 3-.7 4.2-1.8l.8-.8v-5.4h-5.6v-4.4h11.2v11.8l-.7.8c-1.6 2.1-4.3 3.8-6.9 4.4-1.5.4-4.1.6-5.4.4zM29.484 64.438c-1.8-8.8-3.5-16.2-3.5-16.4l-.1-.9h5.9c.1 0 .8 4.9 1.8 10.2 1 5.3 2.1 11.4 2.4 13.5.3 2.1.6 3.9.6 3.9l6.5-23.2h2.6l6.7 23.1c0 .1.3-1.3.5-2.9s1.3-7.7 2.4-13.5l2-11.1h6l-.1.9c0 .3-1.6 7.6-3.5 16.3-1.9 8.7-3.3 16.6-3.4 16.6h-7.2l-4.7-17.8-4.5 17.8h-7.1l-3.3-16.5zM118.084 63.938v-16.8h5.9v33.7h-5.9v-16.9z"}),e.createElement("path",{d:"M103.82 500.6c-.2-1.5-1.2-3.3-2.3-4.4-1.3-1.3-2.7-2-6.4-3.2-1.7-.5-3.5-1.2-4-1.5-1.6-.9-2.3-2.7-1.9-4.8.5-2.1 1.7-3 4.1-3 1.2 0 1.6 0 2.2.4 1 .5 1.6 1.4 2 2.8l.4 1c.6 0 5.4-.8 5.5-.9.1-.2-.5-2.4-1.2-3.7-1.1-2.1-2.7-3.3-5.3-3.9-1.5-.4-5.1-.4-6.8 0-4.1.9-6.4 3.6-6.7 8-.2 2.9.6 5.4 2.4 7.2 1.4 1.3 2.4 1.9 6.2 3.1 4.2 1.4 5.2 2 5.9 3.6.4.9.5 2.6.2 3.8-.3 1-1.3 2.1-2.3 2.5-1.2.4-3.8.4-4.8-.1-1.5-.7-2.4-1.8-2.9-3.8-.2-.5-.4-.8-.5-.8-.1.1-1.3.3-2.7.5-1.4.2-2.6.4-2.6.4-.2 0-.1.8.2 1.8 1.3 4.1 3.9 6.3 8.4 7 1.3.3 4.6.1 6-.1 3.6-.8 6.1-3.2 6.8-6.7.3-1.4.3-3.9.1-5.2zm-4.06-18c1.12-.04 2.08.92 2.08 2.08 0 1.17-.96 2.08-2.08 2.08-1.17 0-2.08-.96-2.08-2.08-.01-1.16.95-2.08 2.08-2.08z",transform:"translate(-18.436 -431.962)"})))};Wl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Wl.defaultProps={color:"#bad05e",size:"128"};const Gl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M122.51 23.9V12.82l-26.6 15.47v9.35L74.64 83.55l-10.65 7.33v33.61l22.81-13.15 35.71-87.44zM63.99 66.94L48.04 29.71V19.18l-.11-.05-15.85 9.16v9.35l21.28 47.92 10.63-5.26V66.94z"}),e.createElement("path",{d:"M106.56 3.51L79.97 19.08l-.02-.01V29.71L63.99 66.94v12.45l-10.63 6.17-21.28-47.92v-9.37l15.97-9.18-26.6-15.58-15.96 9.31v11.41l35.91 87.21 22.59 13.05V91.73l10.65-6.17-.14-.08 21.41-47.84v-9.35l.01-.02 26.59-15.45-15.95-9.31z"})))};Gl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Gl.defaultProps={color:"#000000",size:"128"};const Jl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M72.6 80.5c.2.2.6.5.9.5h5.3c.3 0 .7-.3.9-.5l1.4-1.5c.2-.2.3-.4.3-.6l1.5-5.1c.1-.5 0-1-.3-1.3l-1.1-.9c-.2-.2-.6-.1-.9-.1h-4.8l-.2-.2-.1-.1c-.2 0-.4-.1-.6.1L73 72c-.2 0-.3.5-.4.7L71 77.6c-.2.5-.1 1.1.3 1.5l1.3 1.4zm.8 26.4l-.4.1h-1.2L79 85.9c.2-.7-.1-1.5-.8-1.7l-.4-.1H65.7c-.5.1-.9.5-1 1l-.7 2.5c-.2.7.3 1.3 1 1.5l.3-.1h1.8l-7.3 20.9c-.2.7.1 1.6.8 1.9l.4.3h11.2c.6 0 1.1-.5 1.3-1.1l.7-2.4c.3-.7-.1-1.5-.8-1.7zm53.1-19.7l-1.9-2.5v-.1c-.3-.3-.6-.6-1-.6h-7.2c-.4 0-.7.4-1 .6l-2 2.4h-3.1l-2.1-2.4v-.1c-.2-.3-.6-.5-1-.5h-4l20.2-20.2-22.6-22.4L121 20.6v-9L118.2 8H77.3L74 11.5v2.9L62.7 3 55 10.5 52.6 8H12.2L9 11.7v9.4l3 2.9h3v26.1l-14 14 14 14v32l5.2 2.9h11.6l9.1-9.5 21.6 21.6L77 110.6c.1.4.4.5.9.7l.4-.2h9.4c.6 0 1.1-.1 1.2-.6l.7-2c.2-.7-.1-1.3-.8-1.5l-.4.1H88l3.4-10.7 2.3-2.3h5l-5 15.9c-.2.7.2 1.1.9 1.4l.4-.2h9.1c.5 0 1-.1 1.2-.6l.8-1.8c.3-.7-.1-1.3-.7-1.6-.1-.1-.3 0-.5 0h-.4l4.2-13h6.1l-5.1 15.9c-.2.7.2 1.1.9 1.3l.4-.3h10c.5 0 1-.1 1.2-.6l.8-2c.3-.7-.1-1.3-.8-1.5-.1-.1-.3.1-.5.1h-.7l5.6-18.5c.2-.5.1-1.1-.1-1.4zM62.7 4.9L74 16.2v4.7l3.4 4.1H79L50 53V25h3.3l2.7-4.2v-8.9l-.2-.3 6.9-6.7zM2.9 64.1L15 52v24.2L2.9 64.1zm38.9 38.3l58.4-60 21.4 21.5-20.2 20.2h-.1c-.3.1-.5.3-.7.5L98.5 87h-2.9l-2.2-2.4c-.2-.3-.6-.6-1-.6h-8.8c-.6 0-1.1.4-1.3 1l-.8 2.5c-.2.7.1 1.3.8 1.6h1.5L77.4 108l-15.1 15.2-20.5-20.8z"}))};Jl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Jl.defaultProps={color:"#179A33",size:"128"};const Ul=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M95 2.3l30.5 12.3v98.7l-30.7 12.4-49-48.7-31 24.1-12.3-6.2V33.1l12.3-5.9 31 24.3zM14.8 45.7v37.5l18.5-19zm48.1 18.5l31.9 25.1V39z"}))};Ul.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ul.defaultProps={color:"#68217a",size:"128"};const Yl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M3.656 45.043s-3.027-2.191.61-5.113l8.468-7.594s2.426-2.559 4.989-.328l78.175 59.328v28.45s-.039 4.468-5.757 3.976zm0 0"}),e.createElement("path",{d:"M23.809 63.379L3.656 81.742s-2.07 1.543 0 4.305l9.356 8.527s2.222 2.395 5.508-.328l21.359-16.238zm0 0M59.184 63.531l36.953-28.285-.239-28.297S94.32.773 89.055 3.99L39.879 48.851zm0 0"}),e.createElement("path",{d:"M90.14 123.797c2.145 2.203 4.747 1.48 4.747 1.48l28.797-14.222c3.687-2.52 3.171-5.645 3.171-5.645V20.465c0-3.735-3.812-5.024-3.812-5.024L98.082 3.38c-5.453-3.379-9.027.61-9.027.61s4.593-3.317 6.843 2.96v112.317c0 .773-.164 1.53-.492 2.214-.656 1.332-2.086 2.57-5.504 2.051zm0 0"})))};Yl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Yl.defaultProps={color:"#000000",size:"128"};const Ql=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M0 8.934l49.854.158 14.3 24.415 14.3-24.415 49.548-.158-63.835 110.134zm126.987.637l-24.37.021-38.473 66.053L25.692 9.592l-24.75-.02 63.212 107.89z"}))};Ql.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ql.defaultProps={color:"#35495e",size:"128"};const Kl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M122 113.73v4.2c-.82 1.36-2.06 1.64-3.58 1.64-36.49-.03-72.99-.02-109.48-.03-.27 0-.54.01-.81 0-1.8-.08-2.78-1.07-2.73-2.87.04-1.29.2-2.57.3-3.86.91-11.38 1.8-22.74 2.7-34.11.93-11.69 1.87-23.38 2.81-35.07.73-9.12 1.46-18.23 2.21-27.35.15-1.87 1.05-2.64 2.94-2.67 1.08-.02 2.15-.01 3.23-.02 29.2 0 58.4-.01 87.6-.01 1.18.01 2.37 0 3.55.02 1.74.03 2.69.85 2.89 2.58.09.79-.07 1.61 0 2.4.31 3.16.7 6.31.99 9.47.37 4.07.68 8.14 1.02 12.21l1.92 23.3c1.17 14.2 2.33 28.39 3.53 42.59.21 2.54.6 5.06.91 7.58zM61.49 87.58c3.98-.03 7.84-.96 11.29-3.11 10.46-6.51 14.67-16.42 15.12-28.29.04-1.1-.5-1.83-1.74-1.88-1.38-.06-1.51.85-1.6 1.9-.19 2.16-.26 4.36-.71 6.47-1.45 6.77-4.44 12.71-10.05 17.04-4.86 3.75-10.21 5.59-16.42 4.12-7.83-1.85-12.62-7.11-15.94-14.02-2-4.18-2.87-8.65-2.96-13.28-.03-1.64-.87-2.5-2.05-2.19-1.17.31-1.36 1.24-1.32 2.28.22 6.92 1.98 13.39 5.88 19.16 4.9 7.21 11.46 11.58 20.5 11.8zM86 47.34c2.71 2.72 5.02 5.03 7.31 7.35.81.82 1.7 1.02 2.53.17.76-.78.6-1.69-.15-2.44-2.69-2.71-5.38-5.41-8.1-8.08-.82-.81-1.85-1.01-2.72-.17-2.81 2.73-5.59 5.5-8.31 8.32-.74.77-1 1.83-.02 2.63.9.74 1.77.45 2.54-.38 2.26-2.43 4.53-4.85 6.92-7.4z"}),e.createElement("path",{d:"M105.85 8.76c1.41 1.34 1.18 3.14 1.34 4.83-29.2 0-58.4.01-87.6.01.38-1.67-.31-3.69 1.62-4.84h84.64z"})))};Kl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Kl.defaultProps={color:"#5ECF7B",size:"128"};const Zl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M43.8 92.3c-.4-.1-.7-.2-1.1-.2-.3 0-.5-.1-.8-.1-.4-.1-.8-.2-1.3-.3-.2-.1-.4-.1-.5-.1-.4-.1-.7-.3-1.1-.4-.2-.1-.4-.2-.6-.2l-.6-.3c-.4-.2-.7-.3-1.1-.5-6.1-3.4-10.5-9.5-13.3-16.1-6-13.6-6.1-30.1-.2-44.1-5.8-3-5.8-9-5.8-9S12 24.9 5.9 22.4c-8.1 19-7.9 41.5.6 60.2 5 11 13.1 20.6 23.8 25.5.9.4 1.9.8 2.8 1.2.2.1.5.2.7.3.2.1.4.1.6.2.4.1.8.3 1.2.4.2.1.4.1.6.2l1.2.3c1.1.3 2.2.5 3.4.6.1 0 .2 0 .4.1.5.1 1 .1 1.5.1h.4c.4 0 .8 0 1.2.1h2.6c.3 0 .6 0 .9-.1.3 0 .6 0 .9-.1.4 0 .8-.1 1.2-.1.2 0 .4 0 .6-.1.4-.1.8-.1 1.3-.2.2 0 .4-.1.6-.1.4-.1.7-.1 1.1-.2.3-.1.5-.1.8-.2l1.2-.3c.2-.1.4-.1.7-.2.4-.1.8-.3 1.2-.4.2-.1.4-.1.6-.2.4-.1.7-.3 1-.4.2-.1.5-.2.7-.3-6.1-4-11.6-9.7-15.9-16.4z"}),e.createElement("path",{d:"M122.1 22.3c-6.1 2.4-11.5-1.4-11.5-1.4s0 6-5.8 9c5.9 13.9 5.8 30.5-.2 44.1-2.9 6.5-7.3 12.6-13.3 16.1-4.9 2.8-10.9 3.3-16.3 1-7.2-3.1-12.2-9.9-15.4-17.4-2.8-6.6-4.2-13.9-4.3-21.1v-.8c0-2.8.4-5.7 1.4-8.3 1.1-3.1 2.9-6.1 5.7-7.3.5-.2 1-.3 1.6-.3.5 0 1.1.1 1.6.3 2.8 1.2 4.6 4.3 5.7 7.3 1 2.7 1.4 5.5 1.4 8.3v.8c-.1 5.2-.8 10.4-2.3 15.4-.2.7-.4 1.3-.6 2l-.3.9c-.3.9-.7 1.9-1.1 2.8-.3.8-.7 1.5-1 2.2v.1c-.4.7-.7 1.4-1.1 2.1 2.8 4.4 6.3 7.7 10.3 9.4 1.8.8 3.6 1.1 5.5 1.2.5-.8 1-1.7 1.4-2.5.1-.2.3-.5.4-.7.3-.7.7-1.3 1-2 .1-.2.2-.5.3-.7l1.2-2.7c.1-.1.1-.3.2-.4l.9-2.4c0-.1.1-.2.1-.4v-.1c2.8-7.9 4.1-16.5 4.1-24.9h-.1v-.4c-.1-12.2-5.1-24.6-15.1-30.9-3.7-2.3-8-3.7-12.3-3.7h-.4c-4.3 0-8.6 1.4-12.3 3.7-10 6.4-15 18.7-15.1 30.9v.4h-.1c0 13.5 3.4 27.3 10.7 38.5 5 7.8 11.9 14.5 20.5 18.2 9.5 4.1 20.6 4 30.1-.4 10.6-4.9 18.8-14.6 23.8-25.5 8.6-19 8.8-41.4.7-60.4z"})))};Zl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Zl.defaultProps={color:"#2eccaa",size:"128"};const Xl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M117.29 98.1L66.24 127v-22.51L98 87l19.29 11.1zm3.5-3.16V34.55l-18.68 10.8v38.81l18.67 10.77zM10.71 98.1l51 28.88v-22.49L29.94 87zm-3.5-3.16V34.55l18.68 10.8v38.81zm2.19-64.3L61.76 1v21.76L28.21 41.21l-.27.15zm109.18 0L66.24 1v21.76L99.79 41.2l.27.15 18.54-10.71zM61.76 99.37L30.37 82.1V47.92L61.76 66zm4.48 0l31.39-17.25v-34.2L66.24 66zM32.5 44L64 26.66 95.5 44 64 62.16 32.5 44z"}))};Xl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Xl.defaultProps={color:"#1c78c0",size:"128"};const er=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M75.62 113c1.26-1.58 2.75-3.31 4.52-5.35l.88-1c1.1-1.27 2-2.25 2.89-3.2a69.7 69.7 0 006-7.26c2.71-3.69 4.45-6.46 4.17-11.22-.14-2.45-.24-4.13-1.83-6.1a65.81 65.81 0 00-4.63-4.72c-2-2-3.82-3.85-6.23-6.36s-5.53-8.89-5.53-8.89a40.85 40.85 0 01-3.14-10.6L65.64 12H45.47L35.6 57.77 26.85 12H3l21.52 104h20.07l10-45 8.87 45h9.34z"}),e.createElement("path",{d:"M117.61 18.2c2.11-2.44 3.84-4.42 5.27-6.22h-32c-1.9 2.43-5.77 7.12-8 11.28-2.88 5.5-5.29 9.63-5.53 19.74l.11 3.26c0 4.83 3.45 11.92 3.45 11.92a42.78 42.78 0 003.54 5.54l.64.84c3.45 4 8.67 8.37 11 11.2 2.69 3.32 2.77 6.44 2.91 8.87.39 6.56-2.26 10.51-5.1 14.39-4.35 5.89-5.9 6.98-9.2 10.8-2.11 2.44-3.84 4.42-5.27 6.21h33.07a89 89 0 006.92-11.27c2.92-5.5 5.32-9.63 5.55-19.76l-.11-3.27c0-4.84-3.45-11.93-3.45-11.93a43.72 43.72 0 00-3.54-5.54l-.64-.84c-3.45-4-8.67-8.36-11-11.2-2.69-3.33-2.77-6.45-2.91-8.87-.39-6.55 2.26-10.51 5.1-14.39 4.35-5.84 5.89-6.96 9.19-10.76z"})))};er.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},er.defaultProps={color:"#2788b5",size:"128"};const cr=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M126 1.637l-67 9.834v49.831l67-.534zM1.647 66.709l.003 42.404 50.791 6.983-.04-49.057zm56.82.68l.094 49.465 67.376 9.509.016-58.863zM1.61 19.297l.047 42.383 50.791-.289-.023-49.016z"}))};cr.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},cr.defaultProps={color:"#00ADEF",size:"128"};const tr=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M108.6 46.9c-2.3-.2-6.7 1-8.7 10.8 0 5.9 1.4 9.5 3.6 10.8 4.1 1.2 8.9-4.3 8.9-10.2.2-4.1.4-9.2-3.8-11.4z"}),e.createElement("path",{d:"M116.3 25.8H11.7C5.2 25.8 0 31 0 37.4v40c0 6.4 5.2 11.7 11.7 11.7h104.7c6.4 0 11.7-5.2 11.7-11.7v-40c-.1-6.4-5.3-11.6-11.8-11.6zM44 80s-6.9-9.1-8.5-16c-1.6-6.8-2-3.7-2-3.7S28 72.7 22.3 80.6s-8.5-3.9-8.5-3.9c-2-2.4-7.7-37.3-7.7-37.3 3.2-8.9 8.7-1.6 8.7-1.6l5.5 28.4s8.5-17.4 11.4-21.9c2.8-4.5 7.7-3.2 8.1 1.4.4 4.7 5.1 17.4 5.1 17.4.4-13.4 5.9-26.2 6.7-28.2.8-2 9.7-4.5 8.1 4.1-3.9 9.5-7.7 29.6-6.7 40.6-2.7 8.3-9 .4-9 .4zm35.9-4.5c-2.6 1.2-12.3 7.9-19.2-7.1C56.4 53.3 66 42.2 66 42.2s12.5-10.7 21 3.5c6.9 15.6-4.5 28.6-7.1 29.8zm31.8 0c-2.6 1.2-12.3 7.9-19.2-7.1-4.3-15.1 5.3-26.2 5.3-26.2s12.6-10.8 21.1 3.4c6.9 15.7-4.6 28.7-7.2 29.9z"}),e.createElement("path",{d:"M76.7 46.9c-2.3-.2-6.7 1-8.7 10.8 0 5.9 1.4 9.5 3.6 10.8 4.1 1.2 8.9-4.3 8.9-10.2.3-4.1.5-9.2-3.8-11.4zM61.3 89.1l22.3 13.1-4.7-13.1-12.8-3.6z"})))};tr.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},tr.defaultProps={color:"#7E53A4",size:"128"};const lr=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64.094 126.224c34.275-.052 62.021-27.933 62.021-62.325 0-33.833-27.618-61.697-60.613-62.286C30.85.995 1.894 29.113 1.885 63.21c-.01 35.079 27.612 63.064 62.209 63.014zM63.993 4.63c32.907-.011 59.126 26.725 59.116 60.28-.011 31.679-26.925 58.18-59.092 58.187-32.771.007-59.125-26.563-59.124-59.608.002-32.193 26.766-58.848 59.1-58.859zM39.157 35.896c.538 1.793-.968 2.417-2.569 2.542-1.685.13-3.369.257-5.325.406 6.456 19.234 12.815 38.183 19.325 57.573.464-.759.655-.973.739-1.223 3.574-10.682 7.168-21.357 10.651-32.069.318-.977.16-2.271-.188-3.275-1.843-5.32-4.051-10.524-5.667-15.908-1.105-3.686-2.571-6.071-6.928-5.644-.742.073-1.648-1.524-2.479-2.349 1.005-.6 2.003-1.704 3.017-1.719a849.593 849.593 0 0126.618.008c1.018.017 2.016 1.15 3.021 1.765-.88.804-1.639 2.01-2.668 2.321-1.651.498-3.482.404-5.458.58l19.349 57.56c2.931-9.736 5.658-18.676 8.31-27.639 2.366-8.001.956-15.473-3.322-22.52-1.286-2.119-2.866-4.175-3.595-6.486-.828-2.629-1.516-5.622-1.077-8.259.745-4.469 4.174-6.688 8.814-7.113C74.333.881 34.431 9.317 19.728 34.922c5.66-.261 11.064-.604 16.472-.678 1.022-.013 2.717.851 2.957 1.652zm10.117 77.971c-.118.345-.125.729-.218 1.302 10.943 3.034 21.675 2.815 32.659-.886l-16.78-45.96c-5.37 15.611-10.52 30.575-15.661 45.544zm-8.456-2.078l-25.281-69.35c-11.405 22.278-2.729 56.268 25.281 69.35zm76.428-44.562c.802-10.534-2.832-25.119-5.97-27.125-.35 3.875-.106 8.186-1.218 12.114-2.617 9.255-5.817 18.349-8.899 27.468-3.35 9.912-6.832 19.779-10.257 29.666 16.092-9.539 24.935-23.618 26.344-42.123z"}))};lr.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},lr.defaultProps={color:"#494949",size:"128"};const rr=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M127 3.3c0-2.1 0-2.3-2-2.3H3.5C1.5 1 1 1.2 1 3.2v121.5c0 2 .3 2 2.2 2H125c1.6 0 2-.4 2-2-.1-20.2 0-40.5 0-60.7V3.3zM58.7 94L49 72.2 38.8 94H27.6l14.5-29.3-13.5-31 11.5.1 8.5 20.3L59 33.7h10.8L55.2 63.1 69.7 94h-11zm43.6-59.2v56.6c0 1.5-.2 2.4-1.7 2.5-7 .9-14 1.9-20.9-.1-7.5-2.1-11.8-8-12.1-16.1-.4-10 3.4-16.9 10.8-20.1 4.6-2 9.3-2.1 14.6-1.6V33.8h9.3v1zM82.8 86.2c3.3.9 6.6.6 10 0v-20c0-.3-.4-.9-.7-1-3.7-.6-7.5-.6-11 1.3-3.6 2-5.5 6.2-5.1 11.1.3 4.5 2.7 7.4 6.8 8.6z"}))};rr.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},rr.defaultProps={color:"#DD80BC",size:"128"};const or=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M99.24 80.71C94.9 80.76 91.1 83 87.89 85c-6 3.71-9 3.47-9 3.47l-.1-.17c-.41-.67 1.92-6.68-.69-13.84-2.82-7.83-7.3-9.72-6.94-10.32 1.53-2.59 5.36-6.7 6.89-14.36.91-4.64.67-12.28-1.39-16.28-.38-.74-3.78 1.24-3.78 1.24s-3.18-7.09-4.07-7.66c-2.87-1.84-6 7.61-6 7.61a14 14 0 00-11.71 4.5 9.64 9.64 0 01-3.85 2.27c-.41.14-.91.12-2.15 3.47-1.9 5.07 3.24 10.81 3.24 10.81s-6.13 4.33-8.4 9.72a24.78 24.78 0 00-1.75 11.68s-4.36 3.78-4.64 7.68a12.87 12.87 0 001.77 7.83 1.94 1.94 0 002.63.91s-2.9 3.38-.19 4.81c2.47 1.29 6.63 2 8.83-.19 1.6-1.6 1.92-5.17 2.51-6.63.14-.34.62.57 1.08 1a10 10 0 001.36 1s-3.9 1.68-2.3 5.51c.53 1.27 2.42 2.08 5.51 2.06 1.15 0 13.76-.72 17.12-1.53a4.33 4.33 0 002.61-1.46 63 63 0 0015.49-7c4.74-3.09 6.68-3.93 10.51-4.84 3.16-.75 2.95-5.65-1.24-5.58z"}),e.createElement("path",{d:"M64 2a62 62 0 1062 62A62 62 0 0064 2zm37.3 87.83c-3.35.81-4.91 1.44-9.41 4.36a67 67 0 01-15.56 7.18 8.71 8.71 0 01-3.64 1.77c-3.81.93-16.88 1.63-17.91 1.63h-.24c-4 0-6.27-1.24-7.49-2.54-3.4 1.7-7.8 1-11-.69a5.55 5.55 0 01-3-3.9 6 6 0 010-2.06 6.66 6.66 0 01-.79-1A16.38 16.38 0 0130 84.52c.29-3.73 2.87-7.06 4.55-8.83A28.56 28.56 0 0136.61 64a26.82 26.82 0 016.82-9c-1.65-2.78-3.33-7.06-1.7-11.42 1.17-3.11 2.13-4.84 4.24-5.58a6.84 6.84 0 002.51-1.34A17.65 17.65 0 0160.34 31c.19-.48.41-1 .65-1.46 1.6-3.4 3.3-5.31 5.29-6a4.88 4.88 0 014.4.5c.65.43 1.48 1 3.9 6a4.69 4.69 0 012.85-.1 3.81 3.81 0 012.39 1.94c2.47 4.74 2.8 13.19 1.72 18.62a33.8 33.8 0 01-5.84 13.31 25.73 25.73 0 015.77 9.43 25.42 25.42 0 011.41 10.41A28.7 28.7 0 0086 81.91c3.06-1.89 7.68-4.74 13.19-4.81a6.62 6.62 0 017 5.7 6.35 6.35 0 01-4.89 7.03z"})))};or.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},or.defaultProps={color:"#2c8ebb",size:"128"};const sr=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M107.131 1.228c-14.253.534-31.578 18.435-25.65 35.13 6.275 16.565 10.296 28.348 11.137 46.83 15.062-15.155 28.901-31.609 30.018-50.7.366-15.493-6.967-26.911-15.505-31.26zM69.549 70.012c-2.139 3.823-4.946 7.978-8.606 12.528-7.691 9.693-15.446 25.593-13.061 44.232 31.771-3.506 41.693-27.353 42.563-40.457-5.987-9.034-16.85-14.596-20.896-16.303zM5.477 12.815c-1.128 14.583 5.11 36.267 30.397 43.169 10.648 3.153 18.109 5.096 26.186 8.028 11.809 4.291 21.078 9.768 28.422 19.221-1.363-16.265-8.062-34.902-18.759-49.441C56.462 13.052 30.034 3.097 5.477 12.815z"}))};sr.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},sr.defaultProps={color:"#0073BB",size:"128"};const nr=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M81.973 12.93c-.395.394-.676.816-.621.93.027.14-.082.226-.254.226-.141 0-.196.14-.114.281.086.168-.027.363-.254.45-.25.085-.39.28-.308.394.086.14.027.309-.14.422-.169.113-.227.312-.141.453.113.14.027.254-.141.254-.195 0-.281.168-.195.39.082.227.082.48-.032.594-.113.113-.222.59-.253 1.07-.11 1.551-.364 6.93-.504 10.903-.172 4.113-.286 6.168-.426 6.617-.028.14-.055.367-.028.48.06.368-.222.254-.789-.308-.308-.313-.476-.621-.394-.707.113-.082.031-.168-.168-.168-.195 0-.254-.14-.168-.281.082-.168.055-.282-.059-.282-.254 0-1.039-1.664-.957-2.058 0-.11-.113-.195-.28-.195-.142 0-.196-.141-.114-.282.086-.168.027-.281-.14-.281-.169 0-.223-.14-.141-.281.085-.172.027-.281-.141-.281-.168 0-.227-.145-.14-.286.085-.168.027-.28-.141-.28-.168 0-.227-.142-.14-.282.085-.168.026-.281-.142-.281-.168 0-.226-.141-.14-.282.082-.168.027-.28-.14-.28-.173 0-.227-.142-.141-.282.082-.172.027-.281-.141-.281-.172 0-.227-.141-.14-.286.081-.168.027-.28-.141-.28-.172 0-.227-.141-.145-.282.086-.168.031-.281-.14-.281-.168 0-.25-.114-.168-.254.085-.14-.028-.336-.282-.422-.254-.113-.394-.254-.308-.367.113-.082-.032-.336-.313-.563-.308-.254-.336-.336-.054-.226.226.113.054-.14-.422-.563-.453-.394-.649-.648-.422-.535.222.113-.395-.59-1.41-1.578-1.016-.984-1.914-1.774-2.028-1.746-.14.027-.226-.082-.226-.254 0-.14-.114-.195-.282-.11-.14.083-.28.083-.28-.058 0-.113-.31-.254-.704-.254-.394-.027-.707.086-.707.227 0 .168-.195.226-.422.113-.222-.086-.422-.027-.422.14 0 .168-.113.223-.254.141-.14-.086-.336.027-.421.281-.086.227-.282.368-.395.282-.79-.48-1.805 2.843-1.125 3.691.168.195.195.676.11 1.07-.11.395-.083.871.03 1.07.11.196.255.844.282 1.465.113 2.168.082 10.704-.059 12.114-.082.758-.168 1.773-.222 2.254-.032.449-.172 1.011-.286 1.21-.14.196-.167.59-.054.872.086.308.027.62-.14.734-.169.11-.227.422-.141.703.085.281.027.59-.141.703-.168.114-.227.422-.14.735.113.308.054.535-.141.535-.2 0-.254.195-.168.45.082.253.082.593-.032.76-.308.477-.28 2.731.032 2.731.14 0 .168.086.082.2-.114.082.027.335.308.562.285.254.313.34.059.195-.281-.14-.254 0 .113.395.59.68.844.82.59.254-.113-.168.027-.082.281.226.254.309.594.535.735.508.14-.058.254.055.254.227 0 .14.14.195.28.11.169-.083.282-.028.282.14 0 .172.14.226.281.14.168-.082.282-.027.282.145 0 .168.14.222.28.14.173-.085.282-.03.282.141 0 .168.14.223.281.14.172-.085.285-.03.285.141 0 .168.141.223.282.141.168-.086.281-.059.281.113 0 .168.195.223.422.14.226-.112.422-.026.422.142 0 .562 1.07.335 1.773-.368.395-.394.621-.761.535-.843-.082-.086 0-.172.2-.172.195 0 .28-.11.168-.25-.083-.145-.028-.34.14-.453.172-.114.227-.309.14-.45-.113-.14-.054-.254.114-.254s.227-.199.14-.421c-.113-.227-.027-.422.173-.422.195 0 .28-.2.168-.426-.086-.223-.028-.422.14-.422s.254-.195.14-.422c-.085-.226-.027-.422.141-.422.168 0 .254-.199.141-.422-.086-.226-.027-.421.14-.421.169 0 .227-.114.114-.254-.086-.141-.027-.34.14-.453.168-.114.227-.31.141-.45-.113-.14-.027-.254.113-.254.168 0 .282-.14.227-.34-.086-.476.73-.449 1.152.06.34.366.368.366.2 0-.114-.227.28.081.843.702s.957.93.844.703c-.11-.222.535.34 1.41 1.27.871.93 1.52 1.492 1.406 1.266-.109-.223.086-.11.426.285.336.39.73.703.871.703.168 0 .395.195.535.422.141.226.282.28.282.14 0-.168.14-.054.312.227.168.254.395.422.563.336.14-.113.254-.028.254.14 0 .172.14.227.28.141.169-.082.282-.055.282.113s.195.227.422.141c.227-.113.422-.055.422.086 0 .281 1.183.45 2.426.309.422-.028 2-1.38 1.855-1.579-.027-.027-.027-.082-.027-.14.199-.364.281-4.223.34-19.184.054-17.152.054-17.465-.508-18-.309-.281-.563-.644-.563-.785 0-.145-.199-.395-.422-.535-.226-.145-.285-.285-.14-.285.168 0-.031-.282-.426-.59-.394-.309-.504-.508-.281-.395.226.114.172-.027-.14-.28-.31-.255-.563-.563-.563-.677 0-.34-1.606-1.832-1.973-1.86-.14-.026-.59.282-.984.677zm0 0M8.168 13.297c0 .14-.113.195-.254.113-.14-.086-.336.027-.422.281-.082.223-.281.364-.422.282-.308-.2-.93.507-.675.757.085.114.027.2-.141.2-.2 0-.309.086-.281.195 0 .145-.059.453-.168.707-.114.254-.145 1.352-.059 2.395s.168 2.363.2 2.898c0 .535.14 1.129.28 1.324.169.172.223.594.114.903-.086.28-.031.62.14.734.196.11.25.504.168.844-.085.367-.027.761.114.843.168.114.222.422.14.707-.086.282-.027.59.141.704.168.113.227.421.14.703-.085.281-.027.593.141.703.168.113.227.426.14.707-.085.281-.027.59.141.703.168.113.227.422.141.703-.086.281-.027.594.14.707.169.11.227.422.141.73-.113.31-.054.536.141.536.172 0 .281.168.254.34-.055.449 6.367 7.125 6.848 7.125.25 0 .335 1.632.363 6.789.027 3.718.14 6.93.226 7.07.114.168.114.508.028.762-.082.254-.028.449.168.449.172 0 .254.113.14.254-.082.14-.027.34.145.45.168.112.223.312.14.452-.113.14-.03.254.141.254.168 0 .223.11.14.281-.085.141-.03.282.141.282.168 0 .223.113.141.28-.086.141-.027.282.14.282.169 0 .255.113.169.254-.082.14.027.34.253.422.227.086.395.281.368.422-.059.14.168.48.476.734.313.254.367.367.14.254-.222-.113.087.336.68.957.618.648 1.211 1.098 1.352 1.016.11-.086.309.054.395.28.082.255.28.364.422.282.14-.086.253 0 .253.168s.114.227.282.14c.168-.085.28-.027.28.141 0 .168.114.227.282.141.14-.082.281-.055.281.086 0 .14.422.227.93.195.48-.054.875-.222.817-.394-.028-.168.058-.309.199-.309.14 0 .254-.48.281-1.07 0-1.016.14-2.817.45-5.973.226-2.422.421-4.789.847-10.422.281-3.746.336-4.226.703-4.648.195-.227.254-.422.14-.422-.113 0 .087-.254.45-.59.367-.312.48-.48.254-.367-.227.113-.055-.2.394-.676.45-.48.903-.816 1.016-.762.113.086.45-.14.73-.507.535-.618.535-.618-.054-.196-.313.223-.059-.058.562-.675.649-.594 1.156-1.184 1.156-1.325 0-.113.254-.422.563-.648.309-.254.45-.45.309-.45-.168 0-.028-.199.28-.452.282-.227.34-.368.114-.254-.281.113-.254.058.059-.223.28-.227.422-.48.308-.566-.086-.114-.027-.196.168-.196.2 0 .254-.14.168-.281-.082-.172-.027-.281.113-.281.172 0 .282-.086.282-.227a.648.648 0 01.03-.34c.196-.422.169-2-.03-2.109-.11-.086-.168-.34-.055-.566.086-.223 0-.422-.195-.422-.172 0-.227-.14-.145-.282.086-.168.031-.28-.168-.28-.195 0-.281-.055-.195-.141.168-.2-2.086-2.536-2.367-2.454-.14.032-.227-.082-.227-.25 0-.14-.113-.226-.254-.14-.14.082-.336-.031-.422-.285-.082-.223-.28-.336-.449-.25-.14.082-.281.027-.281-.145 0-.168-.113-.223-.281-.14-.141.085-.286.03-.286-.141 0-.168-.14-.223-.28-.14-.169.085-.282.03-.282-.114 0-.168-.113-.309-.281-.309-.336 0-1.52 1.13-1.184 1.13.113 0-.113.28-.508.59-.39.308-.504.507-.28.394.226-.114-.028.195-.563.675-.536.508-.79.817-.563.704.227-.114-.254.507-1.098 1.382-.847.872-1.636 1.52-1.777 1.434-.11-.082-.309.059-.394.285-.082.25-.282.363-.422.281-.141-.086-.254-.03-.254.114 0 .308-1.688.28-2.196-.032-.199-.14-.28-.363-.199-.503.113-.145.031-.254-.14-.254-.168 0-.254-.114-.141-.254.086-.14.027-.34-.14-.453-.169-.114-.223-.309-.141-.45.113-.14.086-.422-.055-.62-.227-.364-.367-1.434-.395-3.012 0-.536-.14-1.13-.28-1.297-.141-.2-.2-.676-.087-1.07.114-.481.055-.735-.168-.735-.199 0-.254-.223-.14-.563.113-.335.054-.562-.14-.562-.173 0-.255-.113-.142-.254.082-.14.028-.336-.14-.45-.172-.112-.227-.312-.145-.452.114-.14.032-.254-.14-.254-.168 0-.223-.14-.14-.281.085-.168.03-.282-.142-.282-.168 0-.222-.14-.14-.28.086-.169-.028-.368-.254-.45-.254-.086-.395-.281-.309-.422.086-.113-.113-.367-.422-.535-.308-.172-.507-.426-.453-.535.086-.114-.28-.649-.816-1.157-.535-.535-.984-.843-.984-.675 0 .14-.141.054-.282-.168-.14-.227-.394-.453-.562-.453-.14-.028-.313-.055-.34-.114-.281-.195-3.043-.14-3.043.059zm0 0M102.086 15.55c-.086.11-.313.141-.535.028-.227-.086-.426 0-.426.195 0 .172-.11.227-.281.141-.14-.082-.281-.027-.281.14 0 .173-.114.255-.254.141-.141-.082-.477.059-.704.313-.253.222-.449.336-.449.222 0-.109-.199.032-.426.34-.222.282-.421.422-.421.282 0-.114-.254.058-.59.421-.309.368-.48.48-.367.254.113-.222-.254 0-.817.535-.562.536-.93 1.098-.844 1.325.082.226 0 .394-.199.394-.168 0-.222.114-.14.282.085.14.027.28-.141.28-.168 0-.227.141-.14.282.085.172-.028.367-.255.453-.254.082-.394.281-.308.422.082.113-.113.367-.422.535-.313.168-.508.422-.426.59.113.145.031.254-.14.254-.168 0-.223.113-.141.281.086.145.031.285-.14.285-.169 0-.223.11-.141.282.086.14.027.28-.141.28-.168 0-.227.114-.14.282.085.14.058.281-.114.281-.168 0-.223.2-.14.422.113.227.027.422-.141.422-.168 0-.227.2-.14.426.113.223.027.422-.169.422-.168 0-.254.113-.14.254.082.14.027.336-.114.449-.168.086-.226.34-.113.562.086.227 0 .422-.195.422-.2 0-.254.227-.14.567.109.336.054.562-.141.562-.2 0-.254.227-.145.563.113.34.059.562-.14.562-.223 0-.282.254-.169.707.114.45.059.703-.14.703-.196 0-.254.254-.14.703.112.395.085.875-.028 1.07-.313.481-.313 6.481 0 6.876.14.195.168.476.055.648-.114.168-.028.477.14.703.172.227.254.535.14.703-.081.141-.027.282.141.282.2 0 .286.199.172.422-.086.226-.031.425.14.425.169 0 .196.11.114.282-.086.14-.031.28.14.28.169 0 .223.114.141.282-.086.14-.03.281.114.281.168 0 .28.114.222.254-.027.14.2.48.508.73.309.255.367.368.14.255-.226-.114.087.34.677.96.62.645 1.21 1.098 1.324 1.012.113-.054.367.14.535.45.168.312.422.507.594.425.14-.113.336.028.422.254.082.25.28.395.394.309.11-.086.309.054.395.308.082.227.28.34.449.254.14-.086.281-.027.281.14 0 .169.14.227.281.142.168-.083.282-.028.282.14 0 .172.14.227.28.14.173-.081.286-.027.286.141 0 .2.223.254.535.141.309-.082.617-.027.73.145.227.363 4 .363 4.255-.032.085-.168.48-.222.843-.14.395.113.676.058.676-.114 0-.168.14-.222.281-.14.172.086.285.031.285-.14 0-.169.11-.255.282-.142.14.086.476-.167.73-.562.254-.367.563-.621.703-.535.145.086.254 0 .254-.168 0-.172.14-.227.281-.14.172.081.286.027.286-.173 0-.195.054-.28.14-.195.196.195 2.281-1.773 2.168-2.086-.027-.14.14-.308.367-.394.223-.082.336-.282.254-.422-.086-.14.055-.336.282-.422.253-.086.363-.281.28-.422-.085-.14 0-.254.169-.254.168 0 .226-.14.14-.281-.086-.168-.027-.281.141-.281.168 0 .227-.141.14-.282-.081-.172-.054-.285.114-.285s.227-.195.14-.422c-.113-.222-.027-.422.169-.422.199 0 .253-.226.14-.535-.082-.308-.055-.62.059-.676.394-.253.113-14.59-.309-15.492-.113-.254-.14-.675-.058-.93.113-.253.027-.648-.141-.843-.168-.227-.254-.567-.168-.82.113-.223.055-.477-.113-.59-.168-.086-.227-.34-.14-.563.085-.226.026-.394-.142-.394-.168 0-.253-.2-.14-.422.082-.227.027-.426-.14-.426-.173 0-.2-.14-.114-.281.086-.168.027-.282-.113-.282-.168 0-.282-.113-.227-.253.031-.141-.195-.477-.504-.73-.312-.255-.367-.368-.14-.255.222.113.054-.199-.395-.676-.902-.957-1.156-1.128-.875-.562.113.195-.14-.031-.535-.48-.395-.481-.735-.731-.735-.563 0 .14-.14.055-.308-.227-.168-.253-.395-.421-.563-.336-.14.11-.254.028-.254-.14 0-.172-.113-.227-.28-.145-.141.086-.282.032-.282-.14 0-.168-.113-.25-.254-.14-.14.085-.34.03-.45-.11-.085-.172-.339-.227-.566-.114-.222.082-.421.028-.421-.113 0-.281-3.07-.34-3.266-.027zm2.422 13.266c0 .141.082.168.222.114.114-.055.426.113.707.422.254.28.395.507.282.507-.114 0-.059.141.14.336.422.426.45 1.551.055 1.778-.168.113-.223.422-.14.73.113.281.058.535-.114.535-.168 0-.222.2-.14.422.113.227.03.426-.168.426-.168 0-.227.11-.141.281.086.14.027.281-.14.281-.169 0-.255.114-.141.254.086.141.027.336-.14.45-.169.113-.228.308-.142.453.114.14-.027.336-.253.422-.254.082-.368.28-.282.421.082.141 0 .254-.168.254-.172 0-.254.114-.172.254.086.14-.027.336-.253.422-.223.082-.395.254-.364.367.114.309-1.101 1.492-1.297 1.266-.086-.086-.168 0-.168.168 0 .508-.593.394-1.043-.168-.226-.254-.308-.309-.199-.086.14.254.086.34-.14.2-.168-.114-.254-.31-.168-.45.086-.113-.055-.367-.282-.566-.48-.395-.562-2.141-.14-2.395.168-.11.226-.422.14-.73-.113-.282-.054-.536.114-.536s.222-.199.14-.421c-.113-.227-.027-.422.168-.422.2 0 .281-.2.168-.426-.082-.223-.027-.422.14-.422.173 0 .227-.113.114-.254-.082-.14-.027-.336.14-.45.173-.112.227-.308.141-.448-.109-.145-.027-.254.141-.254.172 0 .227-.14.145-.281-.086-.172-.032-.286.109-.286.172 0 .281-.082.281-.222-.027-.114 0-.282.031-.422.028-.113.082-.285.114-.426 0-.11.28-.45.59-.758.535-.535 2.113-.789 2.113-.34zm0 0M52.648 21.887c-.027.058-.058.226-.086.367 0 .168-.195.422-.421.535-.196.14-.309.367-.196.535.082.168.055.395-.113.48-.172.11-.227.45-.14.731.113.309.027.735-.141.957-.227.281-.281.93-.14 2.086.109 1.125.081 1.719-.141 1.86-.172.113-.227.421-.145.703.086.28.031.59-.14.703-.169.113-.223.426-.141.707.086.281.031.59-.14.703-.169.113-.224.422-.142.73.114.313.06.536-.14.536-.195 0-.281.199-.195.425.113.223.054.477-.086.563-.141.082-.196.336-.086.562.086.227 0 .422-.196.422-.199 0-.28.2-.168.422.082.227.028.426-.14.426-.172 0-.254.195-.172.422.113.222.059.476-.082.562-.14.086-.2.336-.086.563.086.226 0 .422-.195.422-.2 0-.286.199-.2.421.114.227.059.48-.113.567-.14.113-.195.308-.082.45.082.14 0 .448-.172.675-.168.226-.254.535-.14.703.113.172.03.48-.141.707-.168.223-.254.535-.14.703.085.14.027.281-.141.281-.168 0-.254.114-.168.254s-.028.34-.282.422c-.253.086-.34.313-.226.508.113.195.113.281 0 .168-.14-.113-.508-.082-.844.059-.676.253-1.691-.141-1.437-.594.113-.14.027-.254-.14-.254-.169 0-.227-.14-.142-.281a.684.684 0 00-.058-.649c-.11-.168-.25-1.492-.281-2.87-.082-2.735-.336-8.114-.45-9.72-.027-.535-.168-1.156-.28-1.351-.142-.168-.142-.48-.06-.621.086-.168.032-.282-.167-.282-.196 0-.282-.085-.168-.168.086-.085-.168-.48-.594-.875-.422-.394-.504-.535-.195-.335.507.363.535.363.167-.086-.195-.282-.476-.422-.617-.368-.113.086-.453-.168-.707-.562-.254-.367-.562-.621-.703-.563-.113.082-.367-.113-.535-.421-.168-.313-.422-.508-.59-.422-.14.11-.254.027-.254-.145 0-.168-.113-.223-.281-.14-.145.085-.285.03-.285-.141 0-.168-.11-.223-.281-.14-.141.085-.282.058-.282-.114 0-.281-.394-.25-1.183.113-.282.114-.422.313-.336.453.082.141.027.254-.14.254-.173 0-.227.196-.141.422.113.223.027.422-.172.422-.196 0-.282.168-.196.395.086.226.086.476-.027.59-.113.113-.227.535-.254.93-.34 3.886-.394 5.745-.394 10.76 0 6.817.086 8.763.394 9.212.14.199.14.508.055.648-.113.168-.028.48.14.703.2.227.254.422.141.422-.11 0-.055.172.113.367.168.227.227.48.114.563-.086.113-.028.2.168.2.199 0 .254.112.171.28-.085.141-.03.282.141.282.168 0 .254.113.168.254-.086.14.027.335.281.421.227.086.34.282.254.454-.086.14-.027.28.14.28.169 0 .255.11.141.255-.085.168.114.422.422.59.313.167.508.421.453.535-.085.113.223.508.704.843.449.34.761.735.703.848-.082.14.113.477.48.758l.617.535-.535-.703c-.308-.395-.054-.195.567.422.59.62 1.18 1.097 1.324 1.043.11-.028.281.14.363.367.086.227.281.336.422.254.145-.086.254-.027.254.14 0 .168.2.223.426.141.222-.113.422-.027.422.14 0 .169.195.227.421.141.227-.113.422-.054.422.055 0 .227 3.38.313 3.606.113.027-.027.199-.113.34-.14.168-.028.363-.114.504-.14.113-.028.285-.056.425-.028.11 0 .196-.114.196-.282 0-.14.113-.226.254-.14.14.082.335-.027.421-.281.086-.227.282-.34.454-.254.14.082.28.027.28-.114 0-.168.11-.28.255-.226.14.027.476-.195.73-.508.254-.309.367-.363.254-.14-.113.226.195.058.676-.395.957-.899 1.125-1.152.562-.871-.195.113-.082-.059.254-.367.34-.309.535-.621.45-.73-.11-.087-.028-.173.171-.173.196 0 .254-.14.168-.281-.086-.168-.027-.281.14-.281.169 0 .227-.14.142-.281-.082-.168-.028-.282.14-.282s.227-.14.14-.281c-.081-.172-.027-.281.141-.281.2 0 .282-.2.172-.426-.086-.223-.03-.422.14-.422.169 0 .255-.195.169-.422-.113-.226-.059-.476.086-.562.14-.086.195-.34.11-.535-.083-.227-.028-.48.14-.563.172-.113.226-.367.14-.566-.082-.223 0-.477.145-.59.168-.086.25-.309.14-.45-.085-.14-.03-.453.141-.648.168-.199.254-.562.14-.816-.085-.227 0-.508.169-.621.168-.114.226-.422.14-.735-.113-.308-.054-.535.141-.535.168 0 .227-.281.113-.703-.113-.45-.054-.703.168-.703.227 0 .282-.254.168-.676-.082-.394-.027-.789.114-.875.171-.113.226-.422.14-.73-.11-.282-.082-.676.059-.875.113-.196.254-.758.281-1.211.055-.477.14-1.66.227-2.676.28-3.043.168-6.309-.227-6.957-.113-.168-.113-.508-.027-.762.113-.254.027-.449-.172-.449-.195 0-.281-.2-.168-.422.086-.226.027-.426-.14-.426-.169 0-.196-.14-.114-.28.086-.169.027-.282-.14-.282-.169 0-.223-.14-.141-.281.086-.168.027-.282-.14-.282-.169 0-.282-.086-.227-.226.058-.114-.45-.73-1.098-1.352-.676-.648-1.211-1.097-1.211-.984 0 .082-.113 0-.254-.2-.195-.335-2.195-.675-2.309-.421zm0 0M56.48 23.379c.282.312.563.566.645.566.086 0-.082-.254-.363-.566-.282-.309-.567-.563-.649-.563-.086 0 .082.254.367.563zm0 0M32.113 25.465c0 .055.227.281.508.48.422.364.45.336.082-.113-.363-.453-.59-.594-.59-.367zm0 0M101.125 61.773c0 .172-.082.2-.195.114-.254-.254-1.239.648-1.043.957.086.14 0 .254-.168.254s-.227.113-.14.28c.081.142.026.282-.141.282-.168 0-.254.113-.141.254.082.14.027.34-.113.453-.168.082-.227.336-.114.563.086.226 0 .422-.168.422-.199 0-.254.253-.14.675.082.368.027.762-.14.875-.173.082-.227.477-.142.871.082.368.028.875-.171 1.102-.223.25-.254.785-.141 1.547.113.762.086 1.297-.14 1.55-.223.255-.282.79-.141 1.438.113.676.086.957-.114.817-.168-.086-.308-.032-.308.14 0 .195-.227.254-.535.14-.309-.085-.621-.027-.735.141-.11.168-.422.227-.73.141-.309-.113-.535-.059-.535.14 0 .196-.227.255-.535.141-.31-.086-.622-.027-.735.14-.11.169-.422.228-.703.142-.281-.082-.59-.028-.703.14-.086.168-.309.227-.45.113-.144-.085-.452-.027-.648.141-.199.168-.594.254-.847.14-.254-.113-.45-.027-.45.169 0 .199-.199.285-.421.199-.227-.113-.481-.059-.563.113-.113.14-.285.195-.426.113-.14-.085-.562.168-.957.563-.562.562-.676.871-.535 1.633.113.734.027 1.015-.309 1.129-.253.11-.453.054-.453-.114 0-.171-.11-.226-.25-.14-.14.082-.34-.031-.425-.281-.082-.227-.282-.368-.422-.286-.141.086-.422-.054-.618-.308-.34-.395-.34-.45.028-.254.254.113.222.058-.059-.195-.281-.227-.422-.48-.308-.567.086-.11.027-.195-.141-.195-.535 0-.395-1.07.195-1.66.313-.313.621-.48.707-.368.082.083.168.028.168-.113 0-.226.703-.34 3.52-.48.762-.028 1.297-.254 1.637-.676.535-.648.648-1.492.195-1.492-.14 0-.281-.254-.281-.563 0-.308-.141-.562-.282-.562-.168 0-.254-.086-.226-.227.086-.226-2.336-2.734-2.649-2.734-.109 0-.394-.25-.644-.563-.254-.308-.395-.367-.285-.14.113.281.058.254-.223-.055-.227-.281-.48-.422-.562-.312-.114.085-.2.03-.2-.168 0-.196-.113-.254-.28-.168-.142.086-.282.027-.282-.141 0-.168-.113-.227-.281-.14-.141.081-.282.027-.282-.141 0-.172-.113-.254-.254-.14-.14.081-.34.026-.453-.114-.082-.168-.336-.227-.562-.113-.227.085-.422.027-.422-.086 0-.141-.563-.254-1.27-.254-.703 0-1.265.086-1.265.199 0 .113-.2.14-.422.055-.227-.114-.422-.028-.422.171 0 .168-.113.223-.285.141-.14-.086-.281-.031-.281.14 0 .169-.114.223-.282.141-.14-.086-.28-.027-.28.141 0 .168-.114.227-.282.14-.14-.085-.281-.027-.281.141 0 .168-.114.227-.282.14-.14-.085-.28-.026-.28.141 0 .168-.114.227-.282.141-.145-.086-.285-.027-.285.14 0 .169-.11.227-.282.141-.14-.082-.28-.027-.28.141 0 .172-.114.254-.255.172-.14-.086-.336.027-.422.281-.113.254-.254.395-.367.281-.082-.086-.363.082-.562.395-.227.308-.535.476-.703.394-.168-.113-.227-.058-.114.114.086.168-.086.476-.394.703-.309.195-.48.476-.367.562.086.114.03.2-.168.2-.196 0-.254.109-.168.28.082.141.027.282-.141.282-.2 0-.281.168-.2.395.087.222.087.476 0 .562-.14.14-.195 4.535-.054 4.957a.712.712 0 010 .34c0 .14.113.223.254.223.14 0 .254.113.195.226-.027.14.34.59.79 1.016.48.422.648.703.421.59-.222-.086 1.157 1.379 3.102 3.27 1.941 1.913 3.32 3.35 3.097 3.237-.226-.113-.027.141.422.563.48.422.844.875.844 1.016 0 .14.2.363.422.503.227.145.313.286.145.286-.145 0-.032.195.25.421.312.223.453.422.34.422-.114 0 0 .196.226.45.254.226.394.566.309.707-.114.14-.055.254.113.254s.222.168.14.39c-.085.227 0 .48.168.594.227.14.227.308-.027.59-.168.226-.227.394-.113.394.113 0-.14.282-.563.621-.703.563-2.593.871-2.761.45-.028-.082-.227-.223-.45-.282-.507-.113-1.918-1.437-1.777-1.718.059-.114-.055-.196-.223-.196-.172 0-.226-.14-.14-.281.082-.14.027-.281-.14-.281-.2 0-.255-.2-.173-.426a.488.488 0 00-.281-.617c-.59-.227-1.8.449-1.606.93.086.222 0 .394-.195.394-.172 0-.226.113-.14.281.082.14.082.45-.032.617-.308.48-.308 5.297-.027 5.497.113.054.14.363.059.675-.114.309-.059.535.14.535.168 0 .223.114.14.282-.085.14-.027.281.114.281.168 0 .281.113.223.254-.028.14.199.476.508.73.308.254.367.395.14.286-.222-.114.028.222.563.703.535.476.789.789.566.675-.226-.113.281.508 1.125 1.38 1.606 1.663 1.86 1.859 1.55 1.242-.112-.172 0-.114.224.14.226.281.48.422.566.309.11-.086.195-.028.195.14s.2.254.422.168c.227-.113.422-.027.422.141 0 .172.453.312.988.312.535 0 .985-.14.985-.312 0-.168.199-.254.422-.168.226.113.48.055.566-.113.11-.14.309-.196.45-.114.14.114.253.032.253-.14 0-.168.14-.223.281-.14.168.085.282.027.282-.141 0-.168.14-.227.28-.141.173.086.282.027.282-.14 0-.169.14-.227.281-.141.172.086.368-.028.453-.254.082-.254.282-.395.422-.309.114.082.368-.113.535-.422.168-.312.395-.535.536-.48.14.027.507-.254.843-.649.368-.394.536-.507.426-.28-.113.226.422-.227 1.18-.985.762-.79 1.355-1.496 1.297-1.637-.055-.11.058-.195.226-.195s.227-.14.14-.281c-.085-.168-.026-.282.142-.282.168 0 .226-.14.14-.281a.687.687 0 01.028-.621c.535-.844.562-6.703.058-6.703-.172 0-.226-.2-.14-.426.109-.223.054-.477-.114-.563-.14-.113-.199-.28-.113-.421.086-.141.027-.309-.14-.422-.169-.114-.227-.281-.141-.422.082-.14.027-.313-.141-.422-.172-.113-.227-.313-.14-.453.113-.14.027-.254-.114-.254-.168 0-.308-.113-.308-.254 0-.11.59-.223 1.351-.254.73 0 2-.11 2.817-.195.93-.14 1.464-.086 1.464.086 0 .168.254.394.563.476.308.114.508.282.422.422-.082.14 0 .34.168.426.172.14.226.477.086.957-.282.984-.309 7.07-.028 7.07.14 0 .14.254.055.563-.113.308-.055.562.113.562s.309.086.281.2c-.054.476.395 1.492.676 1.492.172 0 .227.086.114.168-.082.113.113.422.453.734.336.309.422.45.195.336-.227-.113.14.395.816 1.098.704.734 1.325 1.242 1.38 1.183.085-.082.312 0 .534.2.508.421 1.72.535 1.946.195a.32.32 0 01.422-.113c.14.113.254.03.254-.141 0-.195.168-.281.394-.195a.433.433 0 00.563-.254c.086-.254.28-.368.421-.282.145.082.395-.027.594-.253.196-.227.254-.422.114-.422-.141 0 0-.2.28-.422.31-.227.45-.426.337-.426-.14 0-.082-.195.113-.422.172-.223.254-.535.14-.703-.113-.168-.027-.48.141-.703.254-.281.281-1.016.172-2.313-.34-3.293-.453-4.703-.535-5.859-.059-.617-.14-1.266-.2-1.406-.054-.168-.113-.844-.167-1.551-.028-.703-.14-1.66-.254-2.14-.14-.65-.055-1.044.308-1.466.282-.335.594-.535.735-.449.113.082.222 0 .222-.168 0-.172.145-.226.286-.14.168.082.28.027.28-.145 0-.168.114-.25.255-.14.14.085.336.03.449-.141.113-.168.309-.223.45-.14.14.113.253.03.253-.141 0-.196.2-.282.422-.168.227.086.426.027.426-.14 0-.169.195-.255.422-.142.222.082.422.028.422-.14s.195-.254.421-.14c.227.081.422.027.422-.141 0-.172.2-.254.422-.141.227.082.426.027.426-.14 0-.173.195-.255.422-.141.222.082.422.027.422-.145 0-.168.195-.25.422-.14.226.085.421.03.421-.11s.2-.2.422-.113c.227.113.426.027.426-.172 0-.168.14-.223.281-.14.168.085.282.03.282-.141 0-.196.195-.281.421-.168.227.086.422.027.422-.14 0-.169.114-.227.254-.114.14.086.34.027.45-.14.113-.169.312-.227.453-.141.14.113.254.027.254-.141 0-.168.14-.227.28-.14.169.085.282.027.282-.141 0-.168.14-.227.281-.14.168.081.281.026.281-.141 0-.168.141-.227.282-.141.172.082.281.027.281-.14 0-.173.145-.227.285-.141.168.082.281.027.281-.114 0-.172.082-.28.223-.254.113.055.566-.28.988-.734.649-.644.817-1.07.844-2.309.059-.843-.027-1.52-.168-1.52-.113 0-.14-.14-.058-.312.113-.168-.028-.476-.31-.675-.308-.223-.448-.422-.366-.422.113 0-.336-.535-.985-1.184-.62-.648-1.238-1.152-1.351-1.125-.14.028-.227-.086-.227-.254 0-.14-.113-.199-.281-.113-.14.086-.281.086-.281-.055 0-.113-2.254-.226-5.016-.226-4.476 0-5.043-.059-5.492-.508-.367-.367-.48-.79-.395-1.266.086-.48-.027-.875-.308-1.129-.34-.254-.34-.308-.059-.168.227.141-.535-.703-1.687-1.832-1.157-1.156-2.227-2.054-2.34-2.054-.113.027-.281-.14-.367-.367-.082-.227-.282-.34-.422-.254-.14.086-.254 0-.254-.168s-.11-.254-.254-.141a.32.32 0 01-.422-.113c-.223-.34-1.578-.309-1.578.054zm0 0"}),e.createElement("path",{d:"M106.48 64.367c.364.395.73.703.79.703.082 0-.145-.308-.508-.703-.367-.394-.735-.707-.79-.707-.085 0 .141.313.508.707zm0 0M33.945 70.45c-.113.171-.367.226-.593.14-.227-.082-.395-.028-.395.14 0 .172-.113.227-.254.145-.113-.086-.535.168-.871.535-.367.395-.535.703-.395.703.141 0 .028.14-.253.309-.254.168-.422.394-.34.535.086.14.031.313-.14.422-.169.113-.224.312-.142.453.114.14.028.254-.14.254-.195 0-.281.195-.195.422.113.222.054.476-.114.562-.14.114-.199.309-.086.45.086.14 0 .453-.168.675-.168.227-.254.535-.14.707.113.168.086.535-.028.79-.28.562-.367 1.8-.535 6.675-.058 2-.14 4.14-.172 4.703 0 .59-.168 1.07-.308 1.07-.168 0-.227.169-.168.34.14.395-.762 1.407-1.016 1.125-.082-.085-.168-.027-.168.114 0 .14-.734.254-1.605.254-1.157 0-1.774-.141-2.114-.508-.562-.535-.675-2.028-.226-2.309.172-.113.226-.426.14-.734-.109-.309-.054-.535.141-.535.2 0 .254-.227.145-.563-.114-.34-.059-.562.14-.562.196 0 .25-.227.14-.535-.085-.313-.03-.622.11-.707.367-.223.34-3.493 0-3.715-.14-.086-.195-.395-.11-.707.11-.282.056-.535-.112-.535s-.227-.196-.141-.422c.113-.227.027-.422-.172-.422-.168 0-.223-.14-.14-.281.085-.168.03-.282-.141-.282-.168 0-.223-.14-.14-.281.085-.172.03-.285-.141-.285-.168 0-.254-.11-.168-.25.086-.145-.028-.34-.282-.426-.226-.082-.367-.281-.28-.394.195-.31-1.352-1.829-1.606-1.575-.114.11-.254-.03-.367-.285-.086-.25-.282-.363-.422-.281-.141.086-.254 0-.254-.14 0-.169-.086-.282-.2-.282a.753.753 0 01-.363-.027c-.761-.309-2.902-.422-4.058-.227-.649.113-1.801 1.129-1.66 1.41.054.14 0 .227-.168.227-.172 0-.227.168-.145.39.086.227.031.48-.14.594-.169.086-.223.48-.141.844.086.367.058.848-.082 1.043-.114.2-.254 2-.282 4.027-.113 6.114-.253 8.735-.48 9.102-.113.168-.14.45-.027.617.195.313-.848 1.438-1.098 1.184-.086-.086-.172 0-.172.199 0 .222-.195.308-.422.195-.226-.086-.422-.027-.422.14 0 .169-.199.255-.421.141-.227-.086-.422-.027-.422.141 0 .168-.2.254-.426.168-.223-.11-.477-.055-.563.086-.082.14-.336.2-.562.086-.227-.086-.422 0-.422.195 0 .168-.113.254-.254.14-.14-.081-.34-.027-.45.141-.112.172-.312.227-.452.141-.14-.11-.254-.027-.254.172 0 .195-.082.281-.168.195-.086-.086-.422.114-.762.45-.45.453-.617.96-.617 1.945 0 .734.082 1.324.195 1.324.114 0 .14.195.059.422-.113.226-.031.422.168.422.168 0 .222.14.14.281-.085.172-.027.285.114.285.168 0 .281.082.254.195-.059.141.28.563.703.985.422.426.761.68.761.566 0-.113.196.055.45.364.226.312.508.566.62.593.255 0 4.11 3.86 4.11 4.114.031.113.285.394.594.648.309.25.367.395.14.281-.226-.113-.167.028.114.254.308.25.449.45.281.45-.14 0-.027.14.254.308.254.172.422.394.336.562-.11.145-.027.254.113.254.168 0 .281.114.227.254-.028.114.254.508.648.848.395.363.508.535.281.422-.226-.113-.058.195.395.676.45.476.93.816 1.07.73.114-.082.309.059.395.281.082.254.281.368.422.285.14-.085.34.055.422.282.085.254.28.363.421.281.141-.086.254 0 .254.168 0 .2.2.281.422.168.227-.082.426-.055.426.086 0 .14.504.226 1.125.195.621 0 1.125-.14 1.125-.281 0-.14.086-.195.172-.11.195.223 1.433-.988 1.324-1.269-.058-.113-.031-.195.11-.195.285 0 .285-3.973 0-4.453-.141-.196-.169-.59-.055-.872.086-.312.027-.62-.14-.734-.196-.113-.255-.508-.169-.844.082-.367.055-.761-.113-.847-.734-.45.254-2.45 1.07-2.168.196.058.336-.055.336-.227 0-.195.227-.25.567-.14.335.113.562.058.562-.141 0-.195.195-.281.422-.168.227.086.422.027.422-.14 0-.169.199-.255.422-.141.226.086.425.027.425-.14 0-.169.11-.2.282-.114.14.086.535-.14.843-.508.93-1.07 2.114-.844 3.665.676.675.676 1.238 1.324 1.265 1.41 0 .113.309.476.703.816.395.34.508.508.282.395-.282-.14-.25-.028.113.394.281.336.648.536.762.45.14-.082.253 0 .253.171 0 .168.141.223.282.141.168-.086.28-.031.28.11 0 .171.114.285.255.226.113-.027.508.254.844.648.367.395.566.508.453.282-.114-.227.027-.168.281.14.254.313.59.535.73.508.141-.055.254.055.254.227 0 .14.141.195.282.113.171-.086.28-.031.28.14 0 .169.141.223.286.141.168-.086.281-.031.281.114 0 .617 1.352.28 2.196-.54.507-.476.902-.898.902-.984 0-.086 0-.168.027-.226.114-.504.059-2.73-.086-2.73-.11 0-.14-.2-.054-.423.113-.226.027-.422-.168-.422-.168 0-.227-.113-.141-.285.082-.168.027-.281-.14-.281-.2 0-.282-.195-.172-.422.085-.227.03-.422-.141-.422-.168 0-.254-.195-.168-.422.113-.226.059-.48-.113-.593-.168-.082-.223-.336-.141-.563.086-.195.027-.45-.14-.562-.169-.086-.227-.368-.141-.59.113-.254.027-.621-.14-.82-.169-.196-.227-.505-.114-.676.113-.168.027-.477-.14-.704-.196-.226-.255-.62-.169-.875.082-.25.082-.59-.027-.757-.14-.2-.254-.735-.281-1.184-.145-1.633-.34-3.973-.535-5.578-.114-1.043-.06-1.773.14-2 .168-.195.25-.59.14-.844-.112-.254-.03-.453.169-.453.195 0 .281-.195.195-.422-.11-.222-.055-.476.113-.562.141-.114.2-.309.086-.45-.086-.14-.027-.453.14-.648.169-.2.255-.594.142-.848-.086-.254-.028-.449.167-.449.2 0 .254-.226.141-.562-.113-.34-.082-.735.059-.93.308-.422.308-5.55 0-6.059-.14-.168-.14-.336-.032-.336.086 0 .032-.199-.167-.421-.196-.227-.254-.422-.114-.422.114 0-.027-.2-.336-.453-.281-.227-.34-.336-.113-.227.227.113.055-.195-.395-.676-.449-.476-.93-.816-1.07-.73-.113.086-.226 0-.226-.168 0-.172-.114-.227-.282-.14-.14.081-.28.026-.28-.141 0-.172-.114-.227-.282-.145-.14.086-.281.031-.281-.14 0-.169-.114-.255-.254-.141-.14.086-.34.031-.45-.114-.085-.168-.34-.222-.535-.14-.226.086-.48.031-.593-.14-.082-.169-.422-.31-.704-.31-.28 0-.62.141-.703.31zm-2.367 32.28c.367.454.336.48-.086.114-.281-.196-.508-.422-.508-.477 0-.226.227-.086.594.363zM10 105.914c.281.313.45.566.367.566-.086 0-.367-.253-.648-.566-.281-.309-.45-.562-.367-.562.085 0 .367.253.648.562zm0 0M52.762 73.605c-.086.141-.313.168-.535.086-.227-.086-.395-.03-.395.141 0 .168-.2.254-.422.14-.226-.085-.426-.027-.426.141 0 .168-.109.196-.28.114-.142-.086-.282-.032-.282.14 0 .168-.113.254-.254.14-.14-.085-.45.028-.676.255-.222.222-.476.336-.59.254-.086-.114-.172-.032-.172.168 0 .195-.109.28-.25.195-.14-.082-.34.031-.425.281-.11.254-.25.426-.309.34-.195-.195-2.562 2.113-2.45 2.367.056.14-.058.223-.226.223s-.226.113-.14.285c.086.14.027.281-.14.281-.169 0-.227.114-.142.281.082.141.028.282-.14.282s-.227.113-.14.281c.081.14.027.281-.141.281-.2 0-.282.2-.172.422.086.227.03.422-.11.422s-.199.2-.113.426c.113.222.027.422-.172.422-.195 0-.281.195-.195.422.113.226.055.48-.113.562-.141.113-.196.313-.082.453.082.14.027.45-.145.645-.168.199-.25.566-.14.82.085.223.03.504-.141.59-.168.113-.223.562-.14.984.085.453.058.875-.083.961-.281.168-.254 5.887.027 6.363a.629.629 0 01.028.594c-.086.14-.028.281.14.281s.254.114.141.254c-.082.141.027.45.254.676.227.227.34.477.254.59-.113.086-.028.172.14.172.2 0 .31.11.254.25-.027.14.196.48.508.734.309.254.363.367.14.281-.226-.113-.027.141.423.563.48.394.648.676.422.562-.227-.109.058.254.675.79a34.11 34.11 0 012.059 2.058c.535.617.898.902.789.676-.113-.227.055-.14.363.195.313.34.621.535.735.453.082-.086.222.055.336.309.086.254.28.367.421.281.145-.082.34.059.426.281.082.254.282.368.422.282.14-.082.254 0 .254.172 0 .168.14.222.281.14.168-.086.282-.027.282.14 0 .169.113.255.253.141.141-.085.336-.027.45.141.113.168.28.227.422.14.14-.085.312-.054.367.087.199.28 3.605.254 4.086-.059.195-.113.59-.113.902-.027.336.113.563.054.563-.14 0-.2.195-.282.421-.2.227.113.48.058.563-.11.113-.14.281-.199.422-.113.14.082.312.028.426-.14.109-.172.308-.227.449-.141.14.11.254.027.254-.14 0-.173.14-.227.28-.141.169.082.282.027.282-.145 0-.168.14-.222.281-.14.168.085.282.03.282-.11 0-.172.086-.285.226-.226.254.086 1.633-1.297 1.551-1.551-.059-.14.055-.223.223-.223.14 0 .199-.14.113-.285-.086-.168.027-.363.254-.45.254-.085.367-.28.281-.421-.086-.14 0-.254.168-.254.172 0 .227-.14.14-.281-.081-.168.032-.367.255-.45.254-.085.367-.285.28-.425-.081-.14 0-.254.173-.254.168 0 .222-.14.14-.281-.086-.168-.027-.282.141-.282.168 0 .227-.14.14-.28-.085-.169-.027-.282.141-.282.168 0 .227-.14.14-.281-.085-.168-.026-.282.141-.282.168 0 .227-.14.141-.28-.086-.173-.027-.282.14-.282.169 0 .227-.145.141-.285-.082-.168-.027-.282.141-.282.172 0 .227-.14.14-.28-.081-.169-.027-.282.141-.282.172 0 .254-.113.14-.254-.081-.14-.026-.336.141-.45.172-.112.227-.312.145-.452-.113-.14-.031-.25.14-.25.169 0 .223-.145.141-.285-.086-.168-.031-.282.14-.282.169 0 .224-.14.141-.281-.085-.168-.027-.281.141-.281.168 0 .227-.14.14-.281-.085-.168-.058-.282.087-.282.14 0 .195-.48.14-1.07a70.428 70.428 0 01-.172-1.887c-.027-.48-.168-.988-.28-1.183-.114-.2-.141-.649-.028-1.016.086-.394.027-.789-.168-.902-.172-.11-.227-.45-.14-.73.113-.31.027-.735-.141-.958-.172-.226-.254-.535-.141-.707.11-.168.027-.476-.145-.703-.168-.227-.25-.535-.168-.676.114-.14.06-.336-.113-.449-.168-.113-.222-.312-.14-.453.113-.14.03-.254-.141-.254-.168 0-.254-.11-.14-.25.085-.145-.055-.48-.31-.707-.226-.254-.34-.45-.226-.45.113 0-.168-.34-.617-.761-.453-.422-.93-.73-1.043-.703-.113.027-.281-.14-.367-.367-.086-.227-.281-.336-.422-.254-.14.086-.254 0-.254-.168s-.113-.227-.281-.14c-.14.085-.281.027-.281-.141 0-.168-.114-.227-.282-.141-.14.082-.285.027-.285-.14 0-.173-.11-.227-.281-.141-.14.082-.281.027-.281-.14 0-.173-.114-.227-.282-.142-.14.082-.28.055-.28-.113 0-.172-.196-.226-.423-.14-.226.113-.422.027-.422-.172 0-.168-.113-.223-.28-.14-.141.085-.286.03-.286-.142 0-.168-.11-.222-.281-.14-.14.086-.282.027-.282-.14 0-.169-.113-.223-.28-.141-.141.085-.282.027-.282-.141 0-.195-.195-.281-.422-.168-.226.082-.422.027-.422-.14 0-.173-.113-.2-.281-.114-.145.086-.285.027-.285-.14 0-.2-.195-.282-.422-.169-.223.082-.422.028-.422-.14 0-.172-.113-.227-.254-.113-.14.082-.336.027-.449-.141-.113-.172-.281-.227-.422-.14-.14.081-.312.027-.426-.114-.082-.172-.336-.227-.562-.113-.223.086-.422.027-.422-.14 0-.31-2.254-.31-2.45.026zm4.422 12.31c.421.452.703.901.62.987-.085.082 0 .141.196.141.195 0 .254.113.168.281-.082.14-.055.281.059.281.168 0 .28 2.31.113 2.735-.031.055-.031.168-.059.281 0 .14-.226.45-.449.703-.254.281-.367.508-.281.508.082 0-.114.281-.453.648-.336.364-.703.618-.817.563-.14-.059-.226.027-.226.195 0 .172-.11.227-.282.14-.14-.081-.28-.026-.28.142 0 .171-.169.285-.337.253-.199-.027-.566.032-.816.141-.313.14-.735-.055-1.27-.617-.675-.676-.816-1.043-.843-2.254 0-.816.113-1.465.253-1.465.141 0 .196-.2.083-.422-.083-.226-.028-.426.14-.426.172 0 .2-.14.113-.28-.086-.169-.027-.282.141-.282.168 0 .227-.14.14-.281-.081-.168-.027-.282.141-.282.172 0 .254-.113.14-.253-.081-.168.114-.422.427-.59.308-.172.476-.453.39-.621-.11-.196-.082-.227.145-.114.168.114.39 0 .476-.222.086-.254.282-.368.422-.285.14.085.254 0 .254-.141 0-.59.903-.309 1.692.535zm-4.2 7.522c.368.45.34.477-.082.114-.48-.367-.62-.594-.394-.594.054 0 .281.227.476.48zm0 0M46.027 76.957l-.535.648.649-.535c.34-.308.62-.59.62-.648 0-.227-.226-.055-.734.535zm0 0"})))};nr.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},nr.defaultProps={color:"#000000",size:"128"};const ar=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M53.608 80.858c-8.247.029-16.494.142-24.741.142H27.68c11.396-16 22.633-31.146 33.949-46.657-.384-.025-.568-.11-.754-.11-17.851-.002-35.701-.03-53.552-.043-.627 0-.842.146-.837.807.031 3.689.016 7.371.016 11.06 0 1.052.001 1.05 1.066 1.05 9.034 0 18.068-.002 27.102.001.355 0 .712.047 1.257.087L1.781 93.782l.584.032c17.146.001 34.291-.003 51.437.017.701.001.794-.281.791-.866-.018-3.743-.03-7.425.009-11.168.007-.778-.207-.942-.994-.939zm71.635-45.876c-16.172.001-32.344-.021-48.517.031a22.057 22.057 0 00-5.37.684C65.115 37.3 60.12 44.074 60.365 50.552c.026.711.441.448.869.448h24.828c4.179 0 8.357.181 12.536.156 4.555-.028 9.119.156 13.661-.114 4.703-.279 8.459-2.458 11.052-6.477 1.742-2.702 2.514-5.703 2.896-8.854.104-.862-.448-.729-.964-.729zM100.57 56.116c-8.19-.003-16.38-.008-24.57.003-2.639.003-5.18.517-7.504 1.79-5.404 2.962-7.481 7.921-8.119 13.723-.083.766.38.745.905.744 4.312-.007 8.623-.004 12.936-.004 1.464.001 2.929.021 4.393-.004 3.223-.054 6.464.069 9.66-.247 4.157-.412 7.536-2.437 9.939-5.917 1.889-2.736 2.834-5.812 3.163-9.103.096-.965.134-.985-.803-.985zM84.161 77.157c-2.493.016-4.988-.024-7.481.021a25.333 25.333 0 00-3.467.299c-8.957 1.396-12.3 8.892-12.835 15.287-.049.572.157.762.729.75 1.49-.031 2.981-.011 4.473-.011l.004.082c2.026-.089 4.073-.036 6.078-.294 7.531-.97 13.28-7.764 13.223-15.462-.007-.574-.23-.675-.724-.672z"}))};ar.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ar.defaultProps={color:"#68B604",size:"128"};const ir=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M38.484 23.843l-15.06 18.405-7.529-11.712z"}),e.createElement("path",{d:"M38.484 23.843l-10.876 9.203-4.183 9.202h-5.02v42.667h7.53l-9.203 4.183-6.693 14.222H0V23.843z"}),e.createElement("path",{d:"M25.935 84.915L10.039 103.32l-6.693-9.202zM46.85 23.843l5.02 11.713-20.916 6.692z"}),e.createElement("path",{d:"M46.85 23.843h46.013v18.405H30.954L46.85 32.21z"}),e.createElement("path",{d:"M97.046 84.915L81.15 103.32l-5.856-10.875z"}),e.createElement("path",{d:"M97.046 84.915l-13.386 7.53-2.51 10.875H35.137V84.915z"}),e.createElement("path",{d:"M125.49 5.438L43.503 103.32 2.51 122.562l81.987-98.719zM117.96 23.843l-.836 15.06-15.059 4.182z"}),e.createElement("path",{d:"M128 23.843v79.477H88.68l11.712-10.039 4.183-8.366h5.02v-41.83h-7.53l8.366-7.53 7.53-11.712z"}),e.createElement("path",{d:"M104.575 84.915l4.183 12.55-20.078 5.855z"})))};ir.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ir.defaultProps={color:"#f7a41d",size:"128"},exports.Aarch64Plain=Y,exports.AdonisjsOriginalWordmark=Q,exports.AftereffectsPlain=K,exports.AmazonwebservicesPlainWordmark=Z,exports.AndroidPlain=X,exports.AngularjsPlain=ee,exports.ApachePlain=ce,exports.ApachekafkaOriginal=te,exports.AppceleratorOriginal=le,exports.AppleOriginal=re,exports.AppwritePlain=oe,exports.ArduinoPlain=se,exports.AtomOriginal=ne,exports.AzurePlain=ae,exports.BabelPlain=ie,exports.BackbonejsPlain=he,exports.BashPlain=ze,exports.BehancePlain=me,exports.BitbucketOriginal=pe,exports.BootstrapPlain=ve,exports.BowerPlain=ge,exports.CPlain=we,exports.CPlusPlusPlain=Be,exports.CSS3Plain=ke,exports.CSharpPlain=Se,exports.CakephpPlain=fe,exports.CanvaOriginal=ue,exports.CentosPlain=de,exports.CeylonPlain=Me,exports.ChromePlain=Ee,exports.CircleciPlain=xe,exports.ClojureLine=ye,exports.ClojurescriptPlain=Te,exports.CodecovPlain=Pe,exports.CodeigniterPlain=be,exports.CodepenPlain=He,exports.CoffeescriptOriginal=Le,exports.ComposerLine=Ve,exports.ConfluenceOriginal=Ce,exports.CouchdbPlain=Oe,exports.CrystalOriginal=Ae,exports.CucumberPlain=De,exports.D3jsPlain=Fe,exports.DartPlain=je,exports.DebianPlain=qe,exports.DenojsOriginal=$e,exports.DeviconsReactOriginal=_e,exports.DigitaloceanPlain=Ne,exports.DjangoPlain=Re,exports.DockerPlain=Ie,exports.DoctrinePlain=We,exports.DotNetPlain=Ge,exports.DotnetcorePlain=Je,exports.DrupalPlain=Ue,exports.ElectronOriginal=Ye,exports.EleventyPlain=Qe,exports.ElixirPlain=Ke,exports.ElmPlain=Ze,exports.EmbeddedcPlain=Xe,exports.EmberOriginalWordmark=ec,exports.ErlangPlain=cc,exports.ExpressOriginal=tc,exports.FSharpPlain=mc,exports.FacebookPlain=lc,exports.FeathersjsOriginal=rc,exports.FigmaPlain=oc,exports.FilezillaPlain=sc,exports.FirebasePlain=nc,exports.FirefoxPlain=ac,exports.FlaskOriginal=ic,exports.FlutterPlain=hc,exports.FoundationPlain=zc,exports.GCCPlain=gc,exports.GIMPPlain=wc,exports.GatlingPlain=pc,exports.GatsbyPlain=vc,exports.GitHubOriginal=uc,exports.GitLabPlain=dc,exports.GitPlain=fc,exports.GitterPlain=Mc,exports.GoPlain=Ec,exports.GodotPlain=xc,exports.GoogleCloudPlain=Tc,exports.GooglePlain=yc,exports.GradlePlain=Pc,exports.GrailsPlain=bc,exports.GraphqlPlain=Hc,exports.GroovyPlain=Lc,exports.GruntPlain=Vc,exports.GulpPlain=Cc,exports.HTML5Plain=kc,exports.HandlebarsOriginal=Oc,exports.HaskellPlain=Bc,exports.HaxePlain=Ac,exports.HerokuPlain=Sc,exports.IE10Original=Dc,exports.IllustratorPlain=Fc,exports.InkscapePlain=jc,exports.IntellijPlain=qc,exports.IonicOriginal=$c,exports.JQueryPlain=Qc,exports.JamstackOriginal=_c,exports.JasminePlain=Nc,exports.JavaPlain=Rc,exports.JavascriptPlain=Ic,exports.JeetPlain=Wc,exports.JenkinsPlain=Gc,exports.JestPlain=Jc,exports.JetbrainsPlain=Uc,exports.JiraPlain=Yc,exports.JuliaPlain=Kc,exports.JupyterPlain=Zc,exports.KarmaPlain=Xc,exports.KnockoutPlainWordmark=et,exports.KotlinPlain=ct,exports.KrakenjsPlain=tt,exports.KubernetesPlain=lt,exports.LESSPlainWordmark=st,exports.LabviewPlain=rt,exports.LaravelPlain=ot,exports.LinkedinPlain=nt,exports.LinuxPlain=at,exports.LuaPlain=it,exports.MSDosPlain=Et,exports.MagentoOriginal=ht,exports.MarkdownOriginal=zt,exports.MaterialUIPlain=mt,exports.MatlabPlain=pt,exports.MeteorPlain=vt,exports.MicrosoftsqlserverPlain=gt,exports.MinitabPlain=wt,exports.MochaPlain=ft,exports.ModxPlain=ut,exports.MongoDBPlain=dt,exports.MoodlePlain=Mt,exports.MySQLPlain=xt,exports.NPMOriginalWordmark=Ct,exports.Neo4jPlain=yt,exports.NestJSPlain=Tt,exports.NextJSOriginal=Pt,exports.NginxOriginal=bt,exports.NixosPlain=Ht,exports.NodeJSPlain=Lt,exports.NodewebkitPlain=Vt,exports.NumpyPlain=Ot,exports.NuxtJSPlain=Bt,exports.ObjectivecPlain=At,exports.OcamlPlain=St,exports.OpenGLPlain=kt,exports.OperaPlain=Dt,exports.OracleOriginal=Ft,exports.PHPPlain=Nt,exports.PHPStormPlain=Rt,exports.PandasPlain=jt,exports.PerlPlain=qt,exports.PhalconPlain=$t,exports.PhotoshopPlain=_t,exports.PostgreSQLPlain=It,exports.PremiereProPlain=Wt,exports.ProcessingPlain=Gt,exports.ProtractorPlain=Jt,exports.PuttyPlain=Ut,exports.PycharmPlain=Yt,exports.PythonPlain=Qt,exports.QtOriginal=Kt,exports.RPlain=Zt,exports.RailsPlain=Xt,exports.RaspberrypiLine=el,exports.ReactOriginal=cl,exports.RedhatPlain=tl,exports.RedisPlain=ll,exports.ReduxOriginal=rl,exports.RocksDBPlain=ol,exports.RstudioPlain=sl,exports.RubyMinePlain=al,exports.RubyPlain=nl,exports.RustPlain=il,exports.SASSOriginal=ml,exports.SQLAlchemyPlain=xl,exports.SSHOriginal=yl,exports.SafariPlain=hl,exports.SalesforcePlain=zl,exports.ScalaPlain=pl,exports.SequelizePlain=vl,exports.ShopwareOriginal=gl,exports.SketchLine=wl,exports.SlackPlain=fl,exports.SocketioOriginal=ul,exports.SourcetreeOriginal=dl,exports.SpringPlain=Ml,exports.SpssPlain=El,exports.StorybookPlain=Tl,exports.StylusOriginal=Pl,exports.SubversionOriginal=bl,exports.SveltePlain=Hl,exports.SwiftPlain=Ll,exports.SymfonyOriginal=Vl,exports.TailwindCSSPlain=Cl,exports.TensorflowPlain=Ol,exports.ThealgorithmsPlain=Bl,exports.ThreeJSOriginal=Al,exports.TomcatLine=Sl,exports.TortoisegitPlain=kl,exports.TowergitPlain=Dl,exports.TravisPlain=Fl,exports.TrelloPlain=jl,exports.TwitterOriginal=ql,exports.TypeScriptPlain=$l,exports.Typo3Plain=_l,exports.UbuntuPlain=Nl,exports.UnityOriginal=Rl,exports.UnixOriginal=Il,exports.UwsgiPlain=Wl,exports.VSCodePlain=Yl,exports.VagrantPlain=Gl,exports.VimPlain=Jl,exports.VisualStudioPlain=Ul,exports.VueJSPlain=Ql,exports.VuestorefrontPlain=Kl,exports.WebPackPlain=Xl,exports.WebStormPlain=er,exports.WeblatePlain=Zl,exports.Windows8Original=cr,exports.WooCommercePlain=tr,exports.WordPressPlain=lr,exports.XDPlain=rr,exports.YarnOriginal=or,exports.YiiPlain=sr,exports.YunohostPlain=nr,exports.ZendPlain=ar,exports.ZigOriginal=ir;
|
|
14
|
+
*/;var b=Object.getOwnPropertySymbols,H=Object.prototype.hasOwnProperty,L=Object.prototype.propertyIsEnumerable;function V(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}var C=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var c={},t=0;t<10;t++)c["_"+String.fromCharCode(t)]=t;var l=Object.getOwnPropertyNames(c).map((function(e){return c[e]}));if("0123456789"!==l.join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,c){for(var t,l,r=V(e),o=1;o<arguments.length;o++){for(var s in t=Object(arguments[o]))H.call(t,s)&&(r[s]=t[s]);if(b){l=b(t);for(var n=0;n<l.length;n++)L.call(t,l[n])&&(r[l[n]]=t[l[n]])}}return r},O="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",B=function(){};if("production"!==process.env.NODE_ENV){var A=O,S={},k=Function.call.bind(Object.prototype.hasOwnProperty);B=function(e){var c="Warning: "+e;"undefined"!=typeof console&&console.error(c);try{throw new Error(c)}catch(e){}}}function D(e,c,t,l,r){if("production"!==process.env.NODE_ENV)for(var o in e)if(k(e,o)){var s;try{if("function"!=typeof e[o]){var n=Error((l||"React class")+": "+t+" type `"+o+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[o]+"`.");throw n.name="Invariant Violation",n}s=e[o](c,o,l,t,null,A)}catch(e){s=e}if(!s||s instanceof Error||B((l||"React class")+": type specification of "+t+" `"+o+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof s+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),s instanceof Error&&!(s.message in S)){S[s.message]=!0;var a=r?r():"";B("Failed "+t+" type: "+s.message+(null!=a?a:""))}}}D.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(S={})};var F=D,j=t.exports,q=C,$=O,_=F,N=Function.call.bind(Object.prototype.hasOwnProperty),R=function(){};function I(){return null}"production"!==process.env.NODE_ENV&&(R=function(e){var c="Warning: "+e;"undefined"!=typeof console&&console.error(c);try{throw new Error(c)}catch(e){}});function W(){}function G(){}G.resetWarningCache=W;if("production"!==process.env.NODE_ENV){var J=t.exports;c.exports=function(e,c){var t="function"==typeof Symbol&&Symbol.iterator,l="<<anonymous>>",r={array:a("array"),bool:a("boolean"),func:a("function"),number:a("number"),object:a("object"),string:a("string"),symbol:a("symbol"),any:n(I),arrayOf:function(e){return n((function(c,t,l,r,o){if("function"!=typeof e)return new s("Property `"+o+"` of component `"+l+"` has invalid PropType notation inside arrayOf.");var n=c[t];if(!Array.isArray(n))return new s("Invalid "+r+" `"+o+"` of type `"+h(n)+"` supplied to `"+l+"`, expected an array.");for(var a=0;a<n.length;a++){var i=e(n,a,l,r,o+"["+a+"]",$);if(i instanceof Error)return i}return null}))},element:n((function(c,t,l,r,o){var n=c[t];return e(n)?null:new s("Invalid "+r+" `"+o+"` of type `"+h(n)+"` supplied to `"+l+"`, expected a single ReactElement.")})),elementType:n((function(e,c,t,l,r){var o=e[c];return j.isValidElementType(o)?null:new s("Invalid "+l+" `"+r+"` of type `"+h(o)+"` supplied to `"+t+"`, expected a single ReactElement type.")})),instanceOf:function(e){return n((function(c,t,r,o,n){if(!(c[t]instanceof e)){var a=e.name||l;return new s("Invalid "+o+" `"+n+"` of type `"+((i=c[t]).constructor&&i.constructor.name?i.constructor.name:l)+"` supplied to `"+r+"`, expected instance of `"+a+"`.")}var i;return null}))},node:n((function(e,c,t,l,r){return i(e[c])?null:new s("Invalid "+l+" `"+r+"` supplied to `"+t+"`, expected a ReactNode.")})),objectOf:function(e){return n((function(c,t,l,r,o){if("function"!=typeof e)return new s("Property `"+o+"` of component `"+l+"` has invalid PropType notation inside objectOf.");var n=c[t],a=h(n);if("object"!==a)return new s("Invalid "+r+" `"+o+"` of type `"+a+"` supplied to `"+l+"`, expected an object.");for(var i in n)if(N(n,i)){var z=e(n,i,l,r,o+"."+i,$);if(z instanceof Error)return z}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&R(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),I;function c(c,t,l,r,n){for(var a=c[t],i=0;i<e.length;i++)if(o(a,e[i]))return null;var h=JSON.stringify(e,(function(e,c){return"symbol"===z(c)?String(c):c}));return new s("Invalid "+r+" `"+n+"` of value `"+String(a)+"` supplied to `"+l+"`, expected one of "+h+".")}return n(c)},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&R("Invalid argument supplied to oneOfType, expected an instance of array."),I;for(var c=0;c<e.length;c++){var t=e[c];if("function"!=typeof t)return R("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+m(t)+" at index "+c+"."),I}return n((function(c,t,l,r,o){for(var n=0;n<e.length;n++)if(null==(0,e[n])(c,t,l,r,o,$))return null;return new s("Invalid "+r+" `"+o+"` supplied to `"+l+"`.")}))},shape:function(e){return n((function(c,t,l,r,o){var n=c[t],a=h(n);if("object"!==a)return new s("Invalid "+r+" `"+o+"` of type `"+a+"` supplied to `"+l+"`, expected `object`.");for(var i in e){var z=e[i];if(z){var m=z(n,i,l,r,o+"."+i,$);if(m)return m}}return null}))},exact:function(e){return n((function(c,t,l,r,o){var n=c[t],a=h(n);if("object"!==a)return new s("Invalid "+r+" `"+o+"` of type `"+a+"` supplied to `"+l+"`, expected `object`.");var i=q({},c[t],e);for(var z in i){var m=e[z];if(!m)return new s("Invalid "+r+" `"+o+"` key `"+z+"` supplied to `"+l+"`.\nBad object: "+JSON.stringify(c[t],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var p=m(n,z,l,r,o+"."+z,$);if(p)return p}return null}))}};function o(e,c){return e===c?0!==e||1/e==1/c:e!=e&&c!=c}function s(e){this.message=e,this.stack=""}function n(e){if("production"!==process.env.NODE_ENV)var t={},r=0;function o(o,n,a,i,h,z,m){if(i=i||l,z=z||a,m!==$){if(c){var p=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw p.name="Invariant Violation",p}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var v=i+":"+a;!t[v]&&r<3&&(R("You are manually calling a React.PropTypes validation function for the `"+z+"` prop on `"+i+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[v]=!0,r++)}}return null==n[a]?o?null===n[a]?new s("The "+h+" `"+z+"` is marked as required in `"+i+"`, but its value is `null`."):new s("The "+h+" `"+z+"` is marked as required in `"+i+"`, but its value is `undefined`."):null:e(n,a,i,h,z)}var n=o.bind(null,!1);return n.isRequired=o.bind(null,!0),n}function a(e){return n((function(c,t,l,r,o,n){var a=c[t];return h(a)!==e?new s("Invalid "+r+" `"+o+"` of type `"+z(a)+"` supplied to `"+l+"`, expected `"+e+"`."):null}))}function i(c){switch(typeof c){case"number":case"string":case"undefined":return!0;case"boolean":return!c;case"object":if(Array.isArray(c))return c.every(i);if(null===c||e(c))return!0;var l=function(e){var c=e&&(t&&e[t]||e["@@iterator"]);if("function"==typeof c)return c}(c);if(!l)return!1;var r,o=l.call(c);if(l!==c.entries){for(;!(r=o.next()).done;)if(!i(r.value))return!1}else for(;!(r=o.next()).done;){var s=r.value;if(s&&!i(s[1]))return!1}return!0;default:return!1}}function h(e){var c=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,c){return"symbol"===e||!!c&&("Symbol"===c["@@toStringTag"]||"function"==typeof Symbol&&c instanceof Symbol)}(c,e)?"symbol":c}function z(e){if(null==e)return""+e;var c=h(e);if("object"===c){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return c}function m(e){var c=z(e);switch(c){case"array":case"object":return"an "+c;case"boolean":case"date":case"regexp":return"a "+c;default:return c}}return s.prototype=Error.prototype,r.checkPropTypes=_,r.resetWarningCache=_.resetWarningCache,r.PropTypes=r,r}(J.isElement,!0)}else c.exports=function(){function e(e,c,t,l,r,o){if("SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"!==o){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function c(){return e}e.isRequired=e;var t={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:c,element:e,elementType:e,instanceOf:c,node:e,objectOf:c,oneOf:c,oneOfType:c,shape:c,exact:c,checkPropTypes:G,resetWarningCache:W};return t.PropTypes=t,t}();var U=c.exports;const Y=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M45.832 2.207C26.496 4.247 9.449 19.141 2.008 40.457c-2.293 6.629-2.293 7.344.043 2.246 5.148-11.273 12.113-19.281 21.504-24.84 7.48-4.437 14.75-6.222 23.574-5.812 7.14.304 12.46 1.836 18.516 5.203l4.199 2.344 5.754-2.653c3.113-1.476 5.71-2.855 5.71-3.058 0-.203-1.601-1.582-3.55-3.008-9.04-6.531-21.024-9.793-31.926-8.672zm0 0"}),e.createElement("path",{fill:t,d:"M89.738 11.328c-2.715 1.317-5.129 2.535-5.386 2.637-.22.101.988 1.726 2.714 3.652 16.762 18.371 21.59 48.258 11.72 72.668-7.11 17.61-19.263 29.176-36.196 34.606-2.63.812-.176.609 4.222-.403 23.872-5.48 41.973-27.402 45.981-55.82.902-6.293.687-18.371-.434-24.41-2.238-11.973-6.808-22.375-14.09-32.121-1.421-1.875-2.8-3.399-3.101-3.348-.262 0-2.715 1.168-5.43 2.54zm0 0"}),e.createElement("path",{fill:t,d:"M76.402 17.496c-2.937 1.418-5.312 2.734-5.312 2.887 0 .203 1.039 1.164 2.289 2.176 7.562 6.125 14.687 17.617 17.71 28.707 3.11 11.187 2.938 25.16-.429 36.093-5.445 17.871-17.797 31.188-33.39 36.098-4.235 1.367-3.024 1.57 2.203.457 16.37-3.547 30.363-15.797 37.664-32.91 3.89-9.11 5.488-17.211 5.531-27.59 0-13.414-3.242-25.312-9.848-35.996-2.593-4.3-9.675-12.656-10.586-12.555-.3 0-2.937 1.215-5.832 2.633zm0 0"}),e.createElement("path",{fill:t,d:"M39.18 28.004c0 7.433.043 7.785.863 7.785.781 0 .867-.352.867-3.215 0-1.808.215-3.418.477-3.617.734-.504 2.64 1.355 4.242 4.219 1.082 1.96 1.734 2.613 2.512 2.613h1.082l-.996-1.91c-.52-1.004-1.473-2.66-2.122-3.617l-1.21-1.809 1.039-1.355c1.382-1.91 1.296-3.618-.22-5.426-1.124-1.305-1.558-1.457-3.894-1.457h-2.64zm5.11-5.176c.3.352.519 1.055.519 1.656 0 1.508-.825 2.262-2.47 2.262-1.386 0-1.429-.05-1.429-2.262 0-2.207.043-2.257 1.43-2.257.777 0 1.644.25 1.95.601zm0 0M54.195 21.809c-3.175 1.359-4.656 3.824-4.656 7.75 0 4.43 2.61 7.402 7.008 8.003 1.871.254 2.348.153 2.828-.601.957-1.512.738-1.813-1.09-1.461-2.437.453-5.484-1.207-6.394-3.473-.961-2.316-.524-5.086 1.129-6.996 1.957-2.265 5.57-1.965 8.136.703.914 1.008.914 1.008 1.219-.05.348-1.36.043-1.864-1.914-3.02-2.305-1.41-4.352-1.66-6.266-.855zm0 0M27.395 23.063c-.086.359-.391 3.347-.649 6.597a364.921 364.921 0 01-.734 8.09c-.215 1.957-.172 2.215.605 2.215.906 0 1.422-1.649 1.422-4.38 0-.929.434-1.237 2.719-2.01l2.676-.927 1.336 1.856c.777 1.082 1.726 1.855 2.289 1.855.558 0 .906-.207.82-.464-.09-.31-2.117-3.403-4.574-6.958-4.188-6.082-5.48-7.37-5.91-5.875zm4.527 7.68c0 .202-.473.515-1.035.667-.559.156-1.336.465-1.727.621-.558.254-.687-.054-.687-1.394 0-.977.129-2.317.3-2.989.258-1.289.258-1.289 1.727.723.777 1.082 1.422 2.164 1.422 2.371zm0 0M63.637 31.695c-2.625 6.47-2.797 7.024-2.067 7.63.688.558.907.304 1.98-2.274.692-1.617 1.337-2.98 1.38-3.082.086-.102 1.593.605 3.402 1.617l3.316 1.77-1.335 3.03c-1.25 2.985-1.25 3.083-.43 3.59.773.454.988.153 2.496-3.386 3.445-8.137 4.18-10.313 3.488-10.817-.988-.707-1.117-.605-2.11 2.325-.515 1.566-1.12 2.933-1.335 3.082-.473.355-6.414-3.235-6.414-3.84 0-.305.515-1.719 1.117-3.133.906-2.074.992-2.629.516-2.984-.301-.25-.688-.453-.86-.453-.172 0-1.594 3.132-3.144 6.925zm0 0M12.648 30.418c-.218.715 1.047 16.703 1.395 17.11.086.105.477-.102.871-.508.52-.512.652-1.227.434-3.067l-.262-2.398 2.48-1.586 2.485-1.582 1.914 1.582c1.61 1.379 2 1.48 2.523.922.48-.614-.261-1.485-5.05-5.977-3.133-2.86-5.875-5.21-6.094-5.21-.258 0-.563.308-.696.714zm3.79 4.496c.914.867 1.695 1.785 1.695 1.992 0 .664-2.7 2.094-3.047 1.633-.348-.406-.828-5.262-.524-5.262.09 0 .915.715 1.876 1.637zm0 0M25.168 54.305C15.547 62.809 9.293 75.515 8.773 87.77c-.472 10.582 2.977 18.074 9.75 21.062 3.582 1.566 8.844 1.215 12.036-.812 8.195-5.215 10.222-18.075 4.097-26.075-1.984-2.582-4.011-4.097-6.383-4.757-2.332-.708-6.515-.356-8.8.66-1.207.504-2.2.91-2.2.808 0-.71 1.77-4.707 3.32-7.594 2.2-3.949 5.91-8.406 9.06-10.937 1.12-.91 2.113-1.672 2.199-1.77.128-.101-3.84-6.28-4.055-6.28-.043 0-1.25 1.015-2.629 2.23zm1.723 30.883c5.351 2.632 5.953 11.39 1.12 15.593-2.5 2.227-6.898 1.77-9.445-.91-2.199-2.383-3.105-5.164-2.933-9.316l.129-3.293 2.332-1.418c2.672-1.567 6.426-1.871 8.797-.656zm0 0M53.664 69.504C43.035 84.668 41.437 87.137 41.437 88.648v1.711l10.282.102 10.242.152.172 18.133 3.285.152 3.238.153.086-9.219.13-9.219 2.507-.152 2.46-.152v-6.95l-2.46-.152-2.508-.152-.129-15.516-.086-15.465H67.23c-1.296 0-2.117 1.059-13.566 17.43zm8.469 5.742c.086 6.047 0 7.61-.477 7.809-.343.152-2.894.203-5.66.152l-5.055-.152 5.274-7.657c2.937-4.23 5.441-7.707 5.57-7.707.133 0 .262 3.426.348 7.555zm0 0"}),e.createElement("path",{fill:t,d:"M109.852 1.047c0 .441-1.02.715-1.047.281-.008-.105-.055-.02-.11.192-.078.32-.16.375-.554.347-.364-.023-.477.031-.532.266-.039.183-.218.336-.464.394-.22.051-.465.188-.543.301-.188.262-.72.274-.852.02-.066-.125-.125-.063-.176.191-.047.246-.207.422-.457.512-.21.074-.574.246-.805.375-.328.191-.449.203-.574.054-.222-.257-.37-.23-.277.06.11.331-.195.519-.574.35-.453-.202-.551-.171-.551.16 0 .41-.441.673-.777.462-.223-.137-.262-.117-.262.148 0 .246-.082.309-.422.309-.266 0-.512.113-.648.3-.25.344-.739.399-.985.118-.129-.153-.144-.137-.07.09.117.367-.168.578-.629.464-.266-.066-.356-.027-.356.149 0 .45-.94.762-1.082.36-.035-.106-.07-.036-.074.155-.011.422-.347.598-.676.36-.328-.238-.324-.238-.27.32.04.402.403.926 1.853 2.668 2.355 2.832 5.136 6.809 6.343 9.063.106.199.348.62.535.937.621 1.059 1.559 2.8 1.887 3.516.176.39.469 1.015.645 1.39 1.09 2.305 2.527 5.899 3.246 8.125.11.336.25.746.312.91.239.637.899 3.036 1.422 5.165.14.586.313 1.27.375 1.52 1.23 4.816 1.89 11.718 1.777 18.6-.105 6.512-.543 10.27-1.96 16.844-.22 1.02-1.66 6.141-1.946 6.922-.094.25-.273.766-.402 1.14-.563 1.63-2.063 5.286-2.707 6.606-.246.5-.602 1.246-.79 1.657-.64 1.382-2.187 4.152-3.648 6.53-4.156 6.759-10.742 13.665-17.441 18.286-2.492 1.719-4.18 2.691-8.11 4.672-.234.117-.538.215-.68.215-.14 0-.257.062-.257.136 0 .223-.781.372-.945.18-.211-.246-.348-.203-.348.113 0 .344-.535.66-.793.47-.277-.208-.504-.169-.504.09 0 .35-.554.597-.883.39-.386-.239-.543-.203-.543.12 0 .16-.093.329-.207.38-.328.148-1.09.11-1.09-.059 0-.082-.054-.152-.117-.152-.066 0-.09.133-.054.289.086.379-.32.531-1.055.402-.488-.082-.563-.058-.625.215-.047.215-.184.316-.438.328-.46.024-.386.027-1.113-.098-.558-.097-.617-.078-.617.196 0 .441-1.41.734-1.621.34-.156-.297-.824-.184-.754.129.09.41-.484.503-2.316.382-1.496-.101-1.528-.097-1.528.22 0 .636.36.687 3.817.566l3.375-.09c.945.183 1.879.16 1.879-.043 0-.145.175-.258.488-.313 1.426-.25 1.691-.265 1.773-.105.153.289.942.199 1.012-.117.094-.41 1.527-.684 1.719-.325.156.297.695.176.62-.144-.077-.36.59-.555 1.395-.406.403.078.512.046.512-.125 0-.297 1.012-.633 1.207-.399.23.27.606.192.606-.125 0-.168.12-.324.293-.375.453-.144 1.004-.113 1.004.055 0 .082.054.152.117.152.066 0 .09-.137.054-.297-.082-.355.395-.55 1-.41.286.067.383.035.383-.129 0-.273.535-.445.973-.316.262.074.324.039.324-.2 0-.351.719-.605.95-.335.21.254.347.203.347-.125 0-.368.152-.485.644-.5.207-.008.415-.114.454-.235.054-.172.199-.203.59-.129.456.086.515.063.515-.207 0-.316.492-.562.832-.41.11.05.207-.043.25-.234.059-.266.14-.301.531-.227.403.078.461.051.461-.222 0-.274.055-.297.453-.211.407.09.454.066.454-.227 0-.293.05-.316.445-.23.394.086.45.058.488-.25.027-.235.145-.364.363-.399.18-.027.375-.152.434-.273.074-.157.223-.196.484-.125.329.082.38.05.38-.239 0-.293.05-.32.433-.238.387.086.43.063.418-.246-.008-.281.055-.34.336-.316.242.015.363-.063.41-.266.039-.191.176-.293.387-.293.175 0 .351-.098.39-.21.082-.25.809-.704 1.13-.704.124 0 .253-.133.292-.3.04-.169.176-.305.309-.305s.312-.137.402-.305c.09-.168.242-.305.34-.305.098 0 .254-.105.344-.238.093-.129.277-.203.406-.164.16.05.234-.012.234-.192 0-.148.133-.347.293-.445.16-.098.465-.312.68-.476.215-.168.473-.348.574-.407a2.27 2.27 0 00.41-.343c.535-.563.668-.645.907-.57.195.058.25-.005.25-.29 0-.203.046-.367.109-.367.098 0 .289-.164.887-.754a.607.607 0 01.36-.156c.108 0 .198-.102.198-.227 0-.129.114-.23.258-.23.145 0 .262-.078.262-.18 0-.242.652-1.035.851-1.035.086 0 .192-.102.23-.227.044-.125.157-.226.259-.226.101 0 .218-.102.261-.23.04-.126.164-.227.274-.227.11 0 .199-.102.199-.227s.086-.226.195-.226c.11 0 .235-.106.274-.23.043-.126.215-.227.383-.227.203 0 .28-.07.238-.204-.086-.269.277-.613.527-.503.192.086.254-.063.203-.493-.05-.414 1.547-2.113 2.086-2.222.305-.059.5-.184.5-.313 0-.117.086-.215.196-.215.132 0 .191-.156.191-.504 0-.363.113-.636.387-.949.21-.246.386-.496.39-.558 0-.063.106-.239.227-.395.125-.152.445-.562.71-.91.266-.348.571-.633.68-.633.126 0 .2-.137.2-.379 0-.207.058-.379.129-.379.07 0 .132-.086.136-.191.008-.34.57-.98.965-1.098.215-.062.317-.144.227-.183-.192-.086-.219-.5-.031-.5.07 0 .128-.137.128-.305 0-.168.059-.305.133-.305.074 0 .188-.172.258-.379.074-.238.223-.378.395-.378.203 0 .25-.07.195-.286a.503.503 0 01.117-.472c.11-.106.2-.278.2-.383 0-.11.081-.23.179-.277.102-.043.316-.391.477-.774.191-.445.382-.695.535-.695.175 0 .234-.117.234-.453 0-.254.055-.457.121-.457.067 0 .14-.153.16-.344.028-.211.149-.36.32-.387.208-.035.262-.125.212-.347a.791.791 0 01.12-.56c.102-.144.329-.62.5-1.058.173-.437.356-.797.41-.797.056 0 .102-.101.102-.23 0-.125.11-.36.246-.516.137-.164.27-.453.293-.648.032-.238.145-.371.356-.406.219-.035.262-.086.144-.172-.23-.168-.058-.914.207-.914.149 0 .188-.094.137-.317-.043-.195.028-.425.18-.605.14-.16.25-.453.25-.652 0-.2.082-.442.18-.536.097-.097.214-.379.257-.625.055-.328.149-.453.344-.453.238 0 .258-.062.184-.543-.074-.465-.051-.55.18-.62.222-.071.257-.165.195-.528-.051-.285-.008-.535.117-.707.11-.14.234-.516.285-.828.067-.434.149-.57.344-.57.215 0 .234-.051.125-.294-.176-.379.039-1.074.324-1.074.164 0 .191-.097.125-.453-.117-.61.027-1.066.332-1.066.281 0 .32-.157.106-.41-.215-.254-.008-1.13.289-1.22.187-.058.214-.124.109-.277-.219-.308-.012-1.304.293-1.398.21-.066.238-.164.168-.602-.129-.8.031-1.453.336-1.359.281.086.355-.469.098-.766-.223-.261-.02-1.273.277-1.363.21-.066.234-.18.168-.805-.098-.976.043-1.824.305-1.824.152 0 .18-.082.109-.34-.254-.918-.004-2.906.351-2.796.239.074.25.027.168-.708-.203-1.824-.054-4.203.266-4.203.16 0 .188-.84.188-5.695 0-4.84-.028-5.695-.184-5.695-.32 0-.645-2.887-.352-3.102.282-.203.184-1.738-.105-1.652-.332.101-.461-.668-.348-2.078.07-.918.055-1.035-.16-1.102-.277-.086-.5-1.433-.277-1.691.222-.262.148-.7-.117-.7-.301 0-.528-1.128-.286-1.41.239-.28.172-.715-.113-.715-.312 0-.453-.546-.336-1.292.067-.415.043-.532-.11-.532-.257 0-.542-1.183-.343-1.418.211-.246.168-.402-.11-.402-.296 0-.511-.844-.284-1.11.234-.273.164-.538-.149-.59-.25-.042-.289-.136-.281-.683.008-.473-.043-.652-.207-.7-.25-.077-.43-.866-.246-1.089.191-.226.14-.387-.125-.387-.258 0-.403-.277-.403-.78a.973.973 0 00-.207-.544c-.125-.144-.183-.41-.152-.664.04-.308-.012-.437-.184-.492-.128-.04-.234-.2-.238-.352 0-.152-.117-.484-.258-.734-.14-.25-.257-.602-.257-.781a.827.827 0 00-.207-.52c-.13-.125-.184-.36-.153-.629.035-.277-.004-.425-.113-.425-.242 0-.442-.504-.3-.766.085-.164.042-.242-.173-.305-.18-.05-.304-.219-.332-.453-.023-.207-.125-.43-.226-.496-.102-.066-.184-.29-.184-.492 0-.207-.055-.375-.129-.375-.07 0-.308-.442-.527-.98-.215-.544-.446-1.02-.504-1.067-.063-.043-.082-.203-.047-.36.043-.195-.02-.308-.207-.367-.184-.054-.27-.203-.27-.476 0-.215-.074-.395-.16-.399-.254-.011-.734-1-.656-1.351"}))};Y.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Y.defaultProps={color:"#1a1516",size:"128"};const Q=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",fill:t,...r},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 63.626c0 15.828 3.797 19.626 19.626 19.626 15.828 0 19.626-3.798 19.626-19.626C39.252 47.797 35.454 44 19.626 44 3.797 44 0 47.797 0 63.626zm7.914 4.077l6.156-13.99c1.04-2.358 3.038-3.637 5.556-3.637 2.518 0 4.516 1.279 5.556 3.637l6.155 13.99c.28.68.52 1.559.52 2.318 0 3.478-2.438 5.916-5.916 5.916-1.184 0-2.125-.302-3.077-.608-.976-.314-1.964-.631-3.238-.631-1.26 0-2.272.32-3.267.635-.962.304-1.909.604-3.049.604-3.477 0-5.915-2.438-5.915-5.916 0-.76.24-1.639.52-2.318zM19.626 56.15L13.55 69.9c1.799-.84 3.877-1.239 6.076-1.239 2.118 0 4.277.4 5.995 1.24l-5.995-13.75zm92.552-2.547c-1.363 0-2.347.965-2.347 2.31 0 1.343.984 2.308 2.347 2.308 1.362 0 2.347-.965 2.347-2.309 0-1.344-.985-2.309-2.347-2.309zM69.253 73.44c-3.634 0-6.264-2.687-6.264-6.89 0-4.277 2.63-6.964 6.264-6.964 1.685 0 2.934.568 3.672 1.684v-7.06h3.785v18.927h-3.785v-1.344c-.72 1.098-1.968 1.647-3.672 1.647zm-2.403-6.89c0-2.346 1.268-3.88 3.198-3.88 1.95 0 3.199 1.515 3.199 3.862 0 2.309-1.25 3.804-3.199 3.804-1.93 0-3.198-1.495-3.198-3.785zm15.803-.037c0-2.328 1.268-3.823 3.16-3.823 1.912 0 3.18 1.495 3.18 3.823s-1.268 3.823-3.18 3.823c-1.892 0-3.16-1.495-3.16-3.823zm41.713 3.009c0 .7-.53 1.117-1.874 1.117-1.514 0-2.46-.795-2.46-1.76h-3.785c.094 2.611 2.574 4.56 6.17 4.56 3.406 0 5.583-1.513 5.583-4.2 0-2.007-1.287-3.408-3.842-3.919l-2.744-.549c-.833-.17-1.325-.586-1.325-1.135 0-.814.833-1.25 1.892-1.25 1.514 0 2.101.701 2.101 1.534h3.596c-.095-2.46-2.025-4.334-5.621-4.334-3.35 0-5.621 1.684-5.621 4.24 0 2.308 1.495 3.35 3.729 3.822l2.725.587c.889.19 1.476.568 1.476 1.287zm-14.062-9.633h3.785v13.248h-3.785V59.888zm-11.583 0v1.381c.965-1.116 2.252-1.684 3.842-1.684 2.972 0 4.902 1.93 4.902 4.92v8.63h-3.785V65.3c0-1.608-.909-2.573-2.479-2.573-1.571 0-2.48.965-2.48 2.574v7.835h-3.785V59.888h3.785zm-12.907-.303c-4.032 0-7.022 2.914-7.022 6.927 0 4.012 2.99 6.927 7.022 6.927 4.05 0 7.04-2.915 7.04-6.927 0-4.013-2.99-6.927-7.04-6.927zm-31.57 3.085c-1.93 0-3.198 1.533-3.198 3.88 0 2.29 1.268 3.785 3.199 3.785 1.95 0 3.198-1.495 3.198-3.804 0-2.347-1.249-3.861-3.198-3.861zm-7.059 3.88c0 4.202 2.631 6.889 6.246 6.889 1.722 0 2.952-.55 3.69-1.647v1.344h3.786V59.888h-3.785v1.381c-.757-1.116-2.007-1.684-3.691-1.684-3.615 0-6.246 2.687-6.246 6.965z"}))};Q.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Q.defaultProps={color:"#000",size:"128"};const K=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M87 52.4c-7.5.9-7.5 9.2-7.5 9.2h14.9c.1 0 .8-9.2-7.4-9.2zM38.2 63.1H51l-6.4-24.4z"}),e.createElement("path",{fill:t,d:"M0 0v128h128V0H0zm57.5 88.6L53 72.5H36.2l-4.4 16.1h-9.4l16-54.9v-3.8h12.2l17.3 58.7H57.5zm46-19.6h-24c1.9 19.2 21.2 10 21.2 10v8s-1.3 2.6-14.8 2.6-16.3-18.3-16.3-18.3v-4.7s1.3-22 17.3-22 16.5 14.6 16.5 14.6V69z"}))};K.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},K.defaultProps={color:"#1F0740",size:"128"};const Z=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M44.634 57.361c-2.599 0-5.499 1.001-6.107 4.296-.064.351.167.517.391.567l2.663.32c.246-.014.414-.28.461-.533.228-1.134 1.16-1.669 2.201-1.669.563 0 1.193.193 1.527.71.381.576.354 1.359.354 2.024v.391c-1.582.182-3.666.292-5.147.958-1.709.76-2.912 2.307-2.912 4.58 0 2.913 1.785 4.366 4.083 4.366 1.94 0 3.013-.456 4.509-2.022.497.738.656 1.073 1.562 1.846a.55.55 0 00.64-.071v.035c.545-.497 1.535-1.401 2.094-1.881.222-.187.174-.493 0-.746-.5-.707-1.029-1.276-1.029-2.592v-4.366c0-1.85.156-3.556-1.172-4.828-1.046-1.031-2.791-1.385-4.118-1.385zm35.786 0c-2.6 0-5.498 1.001-6.106 4.296-.064.351.166.517.39.567l2.664.32c.246-.014.415-.28.461-.533.229-1.134 1.161-1.669 2.201-1.669.564 0 1.193.193 1.526.71.381.576.319 1.359.319 2.024v.391c-1.582.182-3.63.292-5.112.958-1.711.76-2.91 2.307-2.91 4.58 0 2.913 1.785 4.366 4.082 4.366 1.938 0 3.011-.456 4.509-2.022.495.738.656 1.073 1.563 1.846a.548.548 0 00.639-.071v.035c.546-.497 1.537-1.401 2.095-1.881.222-.187.171-.493 0-.746-.5-.707-1.03-1.276-1.03-2.592v-4.366c0-1.85.12-3.556-1.206-4.828-1.05-1.031-2.759-1.385-4.085-1.385zm-20.13.142c-1.68 0-2.924.848-3.585 2.663h-.036v-1.882a.534.534 0 00-.496-.497h-2.557a.54.54 0 00-.533.533v14.378a.554.554 0 00.498.497h2.733a.537.537 0 00.532-.533v-7.633c0-1.664-.08-3.94 1.882-3.94 1.937 0 1.668 2.339 1.668 3.94v7.633c0 .271.222.515.498.533h2.733c.29 0 .532-.243.532-.533v-7.633c0-.816-.033-2.006.248-2.733s.971-1.207 1.634-1.207c.789 0 1.394.275 1.598 1.242.126.575.071 2.094.071 2.698v7.633c0 .271.222.515.496.533h2.734c.29 0 .532-.243.532-.533v-9.088c0-1.545.154-3.298-.71-4.509-.765-1.088-2.015-1.563-3.16-1.563-1.605 0-3.101.848-3.763 2.663-.764-1.814-1.842-2.662-3.549-2.662zm46.472 0c-3.949 0-6.142 3.473-6.142 7.953 0 4.448 2.167 8.022 6.142 8.022 3.823 0 6.249-3.492 6.249-7.881 0-4.537-2.198-8.094-6.249-8.094zm15.585 0c-1.887 0-2.966.943-3.728 2.911h-.035v-2.201c-.049-.222-.258-.377-.497-.39h-2.521a.525.525 0 00-.533.461v14.378c0 .271.225.515.497.533h2.699a.54.54 0 00.531-.533v-7.739c0-.97.083-1.855.463-2.733.306-.697.899-1.137 1.562-1.137 1.883 0 1.703 2.295 1.703 3.87v7.811a.545.545 0 00.498.462h2.733a.537.537 0 00.532-.462v-9.053c0-1.392.003-3.324-.71-4.474-.764-1.241-1.975-1.704-3.194-1.704zm-32.803.249c-.278 0-.497.22-.498.532v2.059c.001.31.213.531.498.533h4.686l-5.361 7.916c-.326.511-.354 1.089-.354 1.421v2.095c0 .302.328.63.639.461 3.056-1.668 6.717-1.52 9.479-.035.336.183.675-.16.675-.462V70.07a.934.934 0 00-.497-.781c-1.568-.901-3.388-1.178-5.111-1.136l4.65-6.815c.43-.613.67-.981.674-1.279v-1.774c0-.306-.209-.532-.496-.532h-8.984zm17.218 2.698c.865 0 1.504.386 1.811 1.384.354 1.152.391 2.588.391 3.799 0 1.846-.086 4.899-2.201 4.899-2.139 0-2.13-3.78-2.13-5.538-.001-1.753.117-4.544 2.129-4.544zm-60.673 5.254v.604c0 1.092.04 2.01-.497 2.981-.434.79-1.116 1.279-1.881 1.279-1.045 0-1.668-.849-1.668-2.06-.001-2.387 2.074-2.804 4.046-2.804zm35.786 0v.604c0 1.092.04 2.01-.496 2.981-.435.79-1.112 1.279-1.882 1.279-1.047 0-1.669-.849-1.669-2.06 0-2.387 2.073-2.804 4.047-2.804zm17.715 7.952v2.06h1.386v-2.06H99.59zm-40.152.356v14.662h1.278V87.36c.272.521.582.91.958 1.171.376.262.806.391 1.277.391.939 0 1.75-.479 2.45-1.455.701-.977 1.065-2.392 1.065-4.189 0-1.178-.151-2.154-.462-2.981-.311-.826-.725-1.441-1.242-1.847-.519-.406-1.107-.639-1.739-.639-.452 0-.874.118-1.244.354-.368.236-.666.622-.958 1.101v-5.254h-1.383zm13.135 3.443c-.962 0-1.728.285-2.271.852s-.815 1.296-.815 2.202c0 .525.115.972.318 1.384.202.413.49.748.852.994.364.246 1.09.57 2.166.923.745.24 1.19.444 1.385.604.281.233.427.538.427.959 0 .486-.17.892-.498 1.207-.328.317-.786.461-1.385.461-.6 0-1.094-.168-1.455-.532-.362-.364-.557-.918-.64-1.668l-1.384.283c.313 2.278 1.449 3.41 3.408 3.408 1.045 0 1.844-.295 2.449-.923.604-.628.924-1.471.924-2.485 0-.548-.098-1.022-.284-1.419a2.251 2.251 0 00-.782-.924c-.336-.229-1.089-.536-2.236-.923-.834-.292-1.321-.506-1.49-.64-.284-.224-.427-.53-.427-.922 0-.4.133-.739.427-.995.294-.255.747-.39 1.349-.39 1.058 0 1.65.581 1.774 1.739l1.35-.213c-.094-.732-.253-1.312-.496-1.705a2.665 2.665 0 00-1.065-.958c-.465-.232-.992-.319-1.601-.319zm8.486 0c-1.109 0-2.046.457-2.77 1.42-.723.963-1.063 2.358-1.063 4.189 0 1.764.348 3.146 1.063 4.083.718.934 1.646 1.384 2.806 1.384.921 0 1.685-.276 2.307-.852.624-.575 1.077-1.423 1.313-2.557l-1.42-.248c-.407 1.451-1.16 2.163-2.2 2.165-.664 0-1.206-.281-1.669-.887-.464-.607-.726-1.507-.78-2.698h6.105v-.497c0-1.792-.357-3.137-1.065-4.083-.709-.945-1.569-1.419-2.627-1.419zm8.414 0c-.331 0-.621.112-.888.355-.267.242-.567.744-.888 1.49v-1.633h-1.243v10.615h1.385v-5.538c0-.772.074-1.516.249-2.201.1-.394.289-.703.532-.923.244-.221.523-.32.816-.32.326 0 .65.131.994.391l.462-1.668c-.482-.386-.955-.568-1.419-.568zm16.969 0c-1.096 0-1.999.462-2.699 1.385-.696.923-1.063 2.309-1.063 4.153 0 1.831.372 3.218 1.063 4.154.693.934 1.559 1.384 2.628 1.384.884 0 1.642-.328 2.272-.994.63-.665 1.014-1.646 1.172-2.911l-1.35-.213c-.101.905-.336 1.557-.71 1.988-.373.43-.823.639-1.349.639-.67 0-1.241-.313-1.67-.958-.427-.646-.638-1.68-.638-3.124 0-1.4.227-2.41.674-3.053.448-.644 1.021-.994 1.704-.994.457 0 .847.177 1.172.531.327.356.543.918.674 1.634l1.351-.283c-.162-1.119-.521-1.962-1.102-2.521-.58-.56-1.284-.817-2.129-.817zm7.917 0c-1.11 0-2.046.457-2.77 1.42-.723.963-1.065 2.358-1.065 4.189 0 1.764.349 3.146 1.065 4.083.719.934 1.646 1.384 2.805 1.384.918 0 1.685-.276 2.308-.852.622-.575 1.075-1.423 1.314-2.557l-1.42-.248c-.41 1.451-1.128 2.163-2.166 2.165-.664 0-1.241-.281-1.704-.887-.463-.607-.725-1.507-.781-2.698h6.106v-.497c0-1.792-.357-3.137-1.065-4.083-.706-.945-1.568-1.419-2.627-1.419zm8.202 0c-.966 0-1.729.285-2.272.852-.545.566-.817 1.296-.817 2.202 0 .525.082.972.284 1.384.2.413.489.748.853.994.361.246 1.09.57 2.166.923.743.24 1.226.444 1.42.604.281.233.426.538.426.959 0 .486-.168.892-.497 1.207-.326.317-.785.461-1.384.461-.602 0-1.094-.168-1.456-.532-.361-.364-.595-.918-.675-1.668l-1.384.283c.313 2.278 1.446 3.41 3.407 3.408 1.047 0 1.881-.295 2.485-.923s.922-1.471.922-2.485c0-.548-.096-1.022-.282-1.419a2.322 2.322 0 00-.817-.924c-.336-.229-1.054-.536-2.2-.923-.835-.292-1.357-.506-1.527-.64-.283-.224-.426-.53-.426-.922 0-.4.167-.739.462-.995.294-.255.75-.39 1.35-.39 1.058 0 1.649.581 1.774 1.739l1.349-.213c-.094-.732-.252-1.312-.497-1.705a2.662 2.662 0 00-1.064-.958c-.463-.232-.994-.319-1.6-.319zm-31.668.213l3.09 10.615h1.313l3.089-10.615h-1.42l-1.811 6.497c-.219.785-.413 1.464-.533 2.023-.15-.705-.296-1.446-.496-2.166l-1.775-6.354h-1.457zm8.697 0v10.615h1.386V77.668H99.59zm-45.513.143c-1.098 0-1.981.492-2.697 1.455-.717.963-1.102 2.358-1.102 4.189 0 1.765.355 3.113 1.065 4.047.709.935 1.657 1.42 2.806 1.42.911 0 1.655-.312 2.271-.888.616-.575 1.042-1.423 1.279-2.556l-1.385-.213c-.404 1.451-1.136 2.163-2.165 2.165-.659 0-1.21-.281-1.669-.888-.46-.606-.727-1.506-.781-2.697h6.035l.036-.497c0-1.792-.364-3.172-1.065-4.119-.701-.945-1.581-1.418-2.628-1.418zm-15.584.248l2.485 10.615h1.455l1.634-8.165.284 1.81 1.313 6.355h1.42l2.521-10.615h-1.313L46.906 84.2l-.462 2.06-.426-2.06-1.207-6.142h-1.42l-1.278 6.213-.426 2.201-.496-2.272-1.279-6.142h-1.419zm42.53.852c.69 0 1.258.333 1.704.994.306.452.506 1.14.567 2.059h-4.58c.044-.932.307-1.65.747-2.201.44-.55.943-.852 1.562-.852zm33.3 0c.688 0 1.258.333 1.704.994.308.452.506 1.14.569 2.059h-4.581c.044-.932.308-1.65.746-2.201.437-.55.943-.852 1.562-.852zm-60.246.39c.682 0 1.23.334 1.67.995.304.452.505 1.14.567 2.059h-4.51c.043-.932.275-1.687.711-2.236.434-.552.948-.818 1.562-.818zm8.805 0c.615 0 1.14.342 1.563.995.423.652.604 1.659.604 3.053 0 1.357-.2 2.37-.64 3.053-.439.684-.96 1.029-1.526 1.029-.416 0-.794-.14-1.136-.426-.344-.286-.595-.696-.782-1.242-.186-.546-.283-1.387-.283-2.485 0-1.294.231-2.263.674-2.947.443-.684.96-1.03 1.526-1.03zM18.594 68.048l-5.29 2.271 4.899 2.095 5.681-2.095-5.29-2.271zm-7.952 2.839l-.178 10.226 7.74 3.408V73.905l-7.562-3.018zm15.904 0l-6.994 2.663v10.012l6.994-2.84v-9.835zm8.343-31.809l-5.326 2.271 4.935 2.095 5.681-2.095-5.29-2.271zm-7.385 3.018V52.32l6.604 1.917.213-9.302-6.817-2.839zm14.769.567l-6.249 2.663v10.047l6.249-2.84v-9.87zM9.877 53.468l-5.29 2.272 4.899 2.095 5.68-2.095-5.289-2.272zm-7.951 2.841l-.178 10.224 7.739 3.408V59.326l-7.561-3.017zm15.904 0l-6.994 2.662v10.012l6.994-2.84v-9.834zm9.088-3.218l-5.29 2.271 4.899 2.094 5.68-2.094-5.289-2.271zm-7.952 2.839l-.177 10.225 7.739 3.408V58.948l-7.562-3.018zm15.905 0l-6.994 2.663v10.012l6.994-2.841V55.93zm16.662-16.852l-5.289 2.271 4.899 2.095 5.681-2.095-5.291-2.271zm-7.952 2.84l-.178 10.225 7.74 3.407V44.936l-7.562-3.018zm15.904 0l-6.994 2.663v10.011l6.994-2.84v-9.834z"}))};Z.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Z.defaultProps={color:"#F7A80D",size:"128"};const X=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M21.005 43.003c-4.053-.002-7.338 3.291-7.339 7.341l.005 30.736a7.338 7.338 0 007.342 7.343 7.33 7.33 0 007.338-7.342V50.34a7.345 7.345 0 00-7.346-7.337m59.193-27.602l5.123-9.355a1.023 1.023 0 00-.401-1.388 1.022 1.022 0 00-1.382.407l-5.175 9.453c-4.354-1.938-9.227-3.024-14.383-3.019-5.142-.005-10.013 1.078-14.349 3.005L44.45 5.075a1.01 1.01 0 00-1.378-.406 1.007 1.007 0 00-.404 1.38l5.125 9.349c-10.07 5.193-16.874 15.083-16.868 26.438l66.118-.008c.002-11.351-6.79-21.221-16.845-26.427M48.942 29.858a2.772 2.772 0 01.003-5.545 2.78 2.78 0 012.775 2.774 2.776 2.776 0 01-2.778 2.771m30.106-.005a2.77 2.77 0 01-2.772-2.771 2.793 2.793 0 012.773-2.778 2.79 2.79 0 012.767 2.779 2.767 2.767 0 01-2.768 2.77M31.195 44.39l.011 47.635a7.822 7.822 0 007.832 7.831l5.333.002.006 16.264c-.001 4.05 3.291 7.342 7.335 7.342 4.056 0 7.342-3.295 7.343-7.347l-.004-16.26 9.909-.003.004 16.263c0 4.047 3.293 7.346 7.338 7.338 4.056.003 7.344-3.292 7.343-7.344l-.005-16.259 5.352-.004a7.835 7.835 0 007.836-7.834l-.009-47.635-65.624.011zm83.134 5.943a7.338 7.338 0 00-7.341-7.339c-4.053-.004-7.337 3.287-7.337 7.342l.006 30.738a7.334 7.334 0 007.339 7.339 7.337 7.337 0 007.338-7.343l-.005-30.737z"}))};X.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},X.defaultProps={color:"#A4C439",size:"128"};const ee=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M52.864 64h23.28L63.769 38.123zM63.81 1.026L4.553 21.88l9.363 77.637 49.957 27.457 50.214-27.828 9.36-77.635L63.81 1.026zM48.044 75l-7.265 18.176-13.581.056 36.608-81.079-.07-.153h-.064l.001-.133.063.133h.141l.123-.274V12h-.124l-.069.153 38.189 81.417-13.074-.287-8.042-18.58-17.173.082"}))};ee.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ee.defaultProps={color:"#C4473A",size:"128"};const ce=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M127.6 75.9l-.3-.5-.2-.1v-.4l-.1-.4-.2-.3-.4-.2h-.1l-.1-.2-.3-.2-.3-.2-.4-.1h-.2l-.4-.4-.5-.3-.6-.3-.6-.2h-.2l-.5-.6-.6-.4-.6-.3-.6-.2h-.1l-.6-.4-.8-.3-.5-.1-.5-.4-.5-.2-.5-.1-.5-.1h-.5l-.6.1h-.1l-.4-.6-.6-.4-.8-.2h-.9l-1 .2-.4.1-.8-.3-.8-.2h-2.6l-1-.4-.9-.3-.9-.1h-.6l-.8-.8-.9-.6-.8-.4-.8-.2h-.8l-.4.3-.5-.4-.6-.3-.7-.1-.6.1-.7-.3-.7-.2h-1l-1.1-.4-1.2-.3-1.1-.1h-.2l-1.2-.7-1.2-.3h-1.1.1l-1.7-.4-1.1-.1h-.5l-.7-.7-.8-.5-.9-.2-.9.1-.6.2-.8-.1h-1.8v-.2L76 60l-1.4-.2-1.3-.1-.5.1v-.1l-1-.1-1-.1h-.1l-1.1-.5-1.1-.3-1-.1h-.8l-1.1-.4-.9-.2h-1l-1.1-.8-.9-.3-.7-.1-.8-.4-1.2-.2h-1.1l-1.1-.5-1-.2h-.6l-1.2-.6-1-.3-1-.1-.3.1h.1l-1.4-.8-1.1-.4-1-.1h-.1l-.7-.5-.6-.3-.6-.2-.7-.1-.7.1-.8-.6-.7-.3-.9-.1h-.8l-.9.2-.2.1-1-.5-1-.3h-.9l-.8-.5-.7-.3h-.8l-.7.1-.7.2h-.1l-.7-.7-.6-.4-.7-.1-.7.1-.6.3-.2-.1-.3-.2-.3-.1-.3-.1h-.7l-.3.1-.5.3-.1.1-.9-.2h-.8l-.7.2-.6.5-.4.5-.3.7-.3.8-.2.8-.1.8-.1 1.6.1 1.8v.3c-.5-.2-1-.4-1.6-.6v-.4l.1-.6.1-1.3.1-1.2-.1-1.2-.1-.6-.1-.5-.1-.5-.2-.5-.2-.4-.3-.4-.3-.4-.6-.5.2.9.1.6.1.6.1.5.1.6.1.5v.1-.1l-.1-.3-.1-.3-.2-.6-.3-1-.1-.3-.2-1.3v-.4l.1-.7.1-.3.2-.7h-.2l-.5.6-.3.7-.3.7-.1.6V50l.1.7.1.7-.1-.1-.3-.4-.3-.4-.2-.5-.2-.5-.2-.5-.1-.7-.1-1-.7.6-.3.6-.2.6v.6l.1.6.2.6.3.6.1.2-.2.2-.6-.1-.1.2.4.2.4.3 1 .8.3.3.5.6.5.5.5.5.4.4.3.4.2.2c-5.7-2.3-11.7-5-19.1-8.5l-.4-.2.2.4c1 1.7 3.9 3.4 6.4 5 1.2.7 2.3 1.4 3.1 2 2.4 1.3 5.6 2.7 8.4 3.8h-.2l-2 .4-1.4.3-1.4.5-.7.3-.7.2-.6.4-.5.4-.5.5-.4.5-.3.6-.2.7.2.1.2-.2.5-.5.2-.2.6-.4.3-.2.3-.2.6-.3.4-.1.3-.1.7-.2.7-.1.6-.2 1.3-.7.6-.4.6-.4.5-.3.4-.2.3-.1.6.2-2.4 1.2-1.3.8-.7.5-.6.5-.6.5-.5.6-.3.5-.2.6-.1.6.1.7.4.9.5-1 .4-.6.4-.5.4-.4.4-.3.9-.6.4-.2-.1.4-.2.8v.9l.1 1 .3 1.1h.2l.2-1.1.3-1 .2-.5.4-.9.5-.9.8-1.4 1.1-1.8c.4.2.8.3 1.2.4l-.1.2-.7 1.4-.4.6-.3.7-.1.7-.2.7-.1.7v.7l.1.6.3.6.5.5.7.4.8.3.3.6.4.5.4.4.4.3.4.2.4.1h1v.1l.4.6.6.5.7.3h.8l.8-.2.2.2.6.6.6.4.7.3.8.1h.6l.6.4.7.3.8.2.6.5.8.4 1 .2 1.1.1h.2l.7.6.8.4.7.3.8.1.9-.2.4.2.6.3.6.1h.6l.6-.1.3.2 1 .3 1.1.1 1.3-.1.4.2.9.3 1 .1 1.4-.1h.1l.9.3 1 .1 1.1-.1.4.3 1 .4 1 .1 1.1-.1v-.1l.6.2h1l1.1-.2.7.2h.8l.8-.1 1.1.2.3.2 1 .3 1 .2 1.1.1 1.1-.1v-.1l.6.2.9.1.9.1v-.1l.6.2 1.2.4 1.3.3 1.4-.3v-.1h.2l.9.2.8.1h.9l.1.1.8.6.8.4H83l.8-.4.7-.6.9.1 1.1-.1h1.2v.1l.3.2 1.1.2 1.1-.1 1.1-.5h1l1.2.1 1-.1.6.1h1.4l.9-.1.5.2.6.1.6-.1.6-.3.1.1.8.1h2.5l.8-.3 1.1-.4h1.6l.8-.1.5.2.8.2.8.1.8-.1.9-.2.2.1.9.4.8.3h.8l.6-.3.5-.5.3.1.5.1.5.1h.5l.5-.1.5-.2.7.1.8-.1.7-.3h.7l.6-.1.6-.3.5-.4.1-.1.6.1.6-.1.5.1h.9l.4-.3.3-.2.1-.2h.1l.3-.1.3-.2.2-.5.1-.6h.2l.3-.1.1-.3.1.1v-.7zm-107-16.3l.2-.5.3.1-.2.2-.3.2zm.6-6.8l.1.5.1.5.1.5.3 1.6.2.7-.4-.2h.1l-.2-.1-.5-.4v-2.4l.1-.8.1.1z"}))};ce.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ce.defaultProps={color:"#303284",size:"128"};const te=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M86.758 70.89c-4.992 0-9.465 2.208-12.528 5.68l-7.851-5.547a21.275 21.275 0 001.312-7.32c0-2.531-.46-4.95-1.27-7.203l7.837-5.488c3.062 3.457 7.523 5.652 12.5 5.652 9.207 0 16.703-7.48 16.703-16.672 0-9.195-7.496-16.672-16.703-16.672-9.211 0-16.707 7.477-16.707 16.672 0 1.645.25 3.23.699 4.735l-7.84 5.488a21.578 21.578 0 00-13.36-7.746v-9.43c7.567-1.586 13.27-8.293 13.27-16.312C62.82 7.53 55.324.055 46.117.055c-9.21 0-16.707 7.476-16.707 16.672 0 7.91 5.555 14.539 12.969 16.238v9.547c-10.117 1.773-17.84 10.59-17.84 21.191 0 10.652 7.797 19.5 17.992 21.211V95c-7.492 1.64-13.12 8.309-13.12 16.273 0 9.196 7.495 16.672 16.706 16.672 9.207 0 16.703-7.476 16.703-16.672 0-7.964-5.629-14.632-13.117-16.273V84.914a21.592 21.592 0 0013.133-7.625l7.902 5.586a16.45 16.45 0 00-.687 4.688c0 9.195 7.496 16.671 16.707 16.671 9.207 0 16.703-7.476 16.703-16.671 0-9.196-7.496-16.672-16.703-16.672zm0-38.984c4.465 0 8.097 3.63 8.097 8.086 0 4.453-3.632 8.082-8.097 8.082-4.469 0-8.102-3.629-8.102-8.082 0-4.457 3.633-8.086 8.102-8.086zm-48.742-15.18c0-4.456 3.632-8.081 8.101-8.081 4.465 0 8.098 3.625 8.098 8.082 0 4.457-3.633 8.082-8.098 8.082-4.469 0-8.101-3.625-8.101-8.082zm16.199 94.547c0 4.457-3.633 8.082-8.098 8.082-4.469 0-8.101-3.625-8.101-8.082 0-4.457 3.632-8.082 8.101-8.082 4.465 0 8.098 3.625 8.098 8.082zm-8.102-36.296c-6.226 0-11.293-5.059-11.293-11.274 0-6.219 5.067-11.277 11.293-11.277 6.23 0 11.297 5.058 11.297 11.277 0 6.215-5.066 11.274-11.297 11.274zm40.645 20.668c-4.469 0-8.102-3.625-8.102-8.082 0-4.458 3.633-8.083 8.102-8.083 4.465 0 8.097 3.625 8.097 8.082 0 4.458-3.632 8.083-8.097 8.083zm0 0"}))};te.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},te.defaultProps={color:"#231f20",size:"128"};const le=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M125.477 111.872L67.719 11.834a4.29 4.29 0 00-7.434 0L2.523 111.872c-.77 1.328-.77 2.81 0 4.141.769 1.328 2.185 1.987 3.718 1.987h115.521c1.534 0 2.945-.659 3.715-1.987.77-1.331.77-2.813 0-4.141zm-36.748-8.075l.155-4.336-16.666 2.944-.758-.699.215-5.706h-.435s-4.567 7.553-14.682 7.553c-7.503 0-14.572-3-14.572-15.176C41.986 76.083 51.228 72 60.908 72H71v-5.052c0-4.895-3.252-7.721-9.343-7.721-6.852 0-15.006 1.087-15.006 1.087L46 59.552v-8.265s8.751-1.086 17.784-1.086C72.049 50.201 82 52.376 82 64.556v28.027l5.625-1.056-1.555-4.057 13.907 6.094-11.248 10.233zM52.534 87.56c0 5.655 3.903 6.879 7.708 6.879 3.59 0 7.758-.954 10.758-5.413V80h-7.262c-7.4 0-11.204 1.686-11.204 7.56z"}))};le.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},le.defaultProps={color:"#AC162C",size:"128"};const re=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M97.905 67.885c.174 18.8 16.494 25.057 16.674 25.137-.138.44-2.607 8.916-8.597 17.669-5.178 7.568-10.553 15.108-19.018 15.266-8.318.152-10.993-4.934-20.504-4.934-9.508 0-12.479 4.776-20.354 5.086-8.172.31-14.395-8.185-19.616-15.724C15.822 94.961 7.669 66.8 18.616 47.791c5.438-9.44 15.158-15.417 25.707-15.571 8.024-.153 15.598 5.398 20.503 5.398 4.902 0 14.106-6.676 23.782-5.696 4.051.169 15.421 1.636 22.722 12.324-.587.365-13.566 7.921-13.425 23.639M82.272 21.719c4.338-5.251 7.258-12.563 6.462-19.836-6.254.251-13.816 4.167-18.301 9.416-4.02 4.647-7.54 12.087-6.591 19.216 6.971.54 14.091-3.542 18.43-8.796"}))};re.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},re.defaultProps={color:"#000000",size:"128"};const oe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M40.162 23.768C24.121 25.189 10.496 36.065 5.473 51.443 4.028 55.874 3.53 59.05 3.53 64.026s.498 8.151 1.943 12.582c7.701 23.505 34.334 34.595 56.466 23.529L64 99.094l2.085 1.043c18.222 9.123 40.377 3.293 51.703-13.672 2.962-4.407 5.237-10.118 6.208-15.544.356-2.085.474-3.744.474-6.895 0-4.976-.497-8.152-1.943-12.583-7.701-23.505-34.334-34.594-56.442-23.529L64 28.957l-2.061-1.043a41.323 41.323 0 00-14.904-4.17c-3.152-.261-3.792-.261-6.873.024zm10.142 8.601c2.322.45 6.801 2.203 9.525 3.744 3.721 2.085 7.938 5.995 10.521 9.739 1.398 2.037 3.27 5.876 4.336 8.933 1.517 4.265 1.517 14.217 0 18.481-1.848 5.214-4.194 9.266-7.345 12.607-3.744 3.981-7.227 6.326-12.44 8.364-3.317 1.303-5.307 1.73-9.217 1.919-4.787.237-9.1-.331-12.488-1.682-.853-.356-1.73-.663-1.99-.711-.498-.118-4.763-2.488-6.208-3.46-1.54-1.042-5.331-4.762-6.801-6.682-.734-.971-1.35-1.824-1.35-1.895 0-.071-.545-1.067-1.209-2.204-1.161-2.014-1.943-3.649-1.753-3.649.047 0-.213-.758-.592-1.682-1.161-2.772-1.517-5.213-1.517-10.165 0-4.953.356-7.394 1.517-10.166.379-.924.639-1.682.592-1.682-.19 0 .592-1.635 1.753-3.649.664-1.137 1.209-2.132 1.209-2.204 0-.071.616-.924 1.35-1.895 1.47-1.92 5.261-5.64 6.801-6.682 1.422-.972 5.71-3.342 6.208-3.46.26-.047 1.256-.403 2.227-.782 2.156-.853 3.554-1.184 6.043-1.469 2.559-.284 8.577-.094 10.828.332z"}),e.createElement("path",{fill:t,d:"M44.973 49.737c-.048.119-.664 2.536-1.327 5.403-.688 2.867-1.777 7.393-2.393 10.07-1.185 4.905-1.896 8.128-1.896 8.554 0 .118.735.214 1.635.214h1.635l.734-3.271c.427-1.777 1.375-5.852 2.133-9.051.759-3.199 1.682-7.085 2.038-8.649.355-1.564.711-2.985.782-3.151.071-.213-.332-.284-1.564-.284-.924 0-1.73.071-1.777.165zm-12.725 10.26l-2.18 2.37.64.758c.355.426 1.327 1.493 2.156 2.37l1.517 1.611h4.313l-2.038-2.204c-1.114-1.184-2.038-2.322-2.038-2.464 0-.166.853-1.232 1.896-2.369 1.042-1.161 1.895-2.157 1.895-2.275 0-.095-.9-.166-1.99-.166h-1.967l-2.204 2.369zm16.587-2.227c0 .071.403.521.9 1.019 1.849 1.848 3.152 3.412 3.081 3.72-.047.166-.948 1.279-2.038 2.44l-1.966 2.157h2.203l2.204-.024 2.013-2.203c1.115-1.232 2.015-2.323 2.015-2.465 0-.118-.948-1.232-2.133-2.487l-2.132-2.299H50.92c-1.161 0-2.085.071-2.085.142z"}))};oe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},oe.defaultProps={color:"#000000",size:"128"};const se=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M.3 66.5v-9.6c.2-.1.2-.3.2-.5 3-13.1 11.2-21 24.2-24.1 1.1-.3 2.3-.2 3.4-.6h6.4c.1.2.4.1.6.1 6.4.7 12.2 3 17.3 7 4.4 3.3 7.8 7.5 10.9 12 .4.6.6.6 1 0 1.8-2.6 3.7-5.1 5.9-7.4 5.3-5.7 11.7-9.7 19.5-11.1 1.1-.3 2.4-.2 3.5-.6h6.2c.1.2.3.1.5.1 1.9.2 3.7.6 5.5 1.1 13.4 3.9 22.9 16.2 22.1 30.1-.6 11.7-6.5 20.1-16.8 25.4-5.1 2.8-10.7 3.5-16.5 3.4-7.6-.1-14.2-2.7-19.9-7.7-4-3.5-7.1-7.7-10-12.1-.4-.6-.6-.5-1 .1-1.8 2.7-3.7 5.4-5.9 8-3.9 4.4-8.4 8-14 9.9-6.9 2.4-13.9 2.5-20.9.6-10.1-2.9-17-9.3-20.8-19.1-.6-1.6-.9-3.4-1.4-5zm31.8 14.7c5.7.2 10.6-1.7 14.8-5.6 4.3-4 7.4-9 10.5-13.9.1-.3.1-.5-.1-.8-2.6-4.1-5.3-8.2-8.9-11.6-6.9-6.6-15-8.8-24.1-5.9-7.5 2.5-12.3 7.8-13.4 15.8-1.1 7.5 1.8 13.5 7.8 18 4 2.9 8.5 4.1 13.4 4zm63.4 0c2.2 0 4.4-.1 6.5-.7 7.9-2.4 13.1-7.3 14.6-15.5 1.5-8.1-1.6-14.6-8.4-19.2-7.5-5.2-18.4-4.7-26 1-5.1 3.8-8.5 8.9-11.9 14.2-.2.3-.1.5 0 .8 2.7 4.3 5.4 8.6 8.9 12.3 4.4 4.7 9.7 7.4 16.3 7.1zm0 0"}),e.createElement("path",{fill:t,d:"M32 58.5c3.2 0 6.5.1 9.7 0 .8 0 .9.2.9 1-.1.9-.1 1.8 0 2.7.1.8-.1 1-1 1H28.8c-2.2 0-4.4-.1-6.6 0-.7 0-.9-.2-.9-1 .1-.9.1-1.8 0-2.8 0-.7.2-.9.9-.9 3.2.1 6.5 0 9.8 0zm63-6.4c.8 0 1.6.1 2.3 0 .5 0 .7.2.7.7-.1 1.4 0 2.8-.1 4.2 0 .7.2.9.9.9 1.3-.1 2.7 0 4.1-.1.6 0 .8.1.8.8v4.6c0 .5-.2.7-.7.7-1.4-.1-2.8 0-4.3-.1-.6 0-.8.2-.8.8.1 1.4 0 2.8.1 4.2 0 .6-.2.9-.8.9-1.5-.1-3-.1-4.5 0-.6 0-.8-.2-.8-.8.1-1.5 0-2.9.1-4.4 0-.5-.2-.7-.7-.7-1.4.1-2.8 0-4.2.1-.8 0-.9-.3-.9-.9 0-1.4.1-2.8 0-4.2-.1-.8.3-1 1-1 1.4.1 2.7 0 4.1.1.5 0 .7-.2.7-.7-.1-1.4 0-2.9-.1-4.3 0-.6.2-.8.8-.8.8.1 1.5 0 2.3 0zm29.852-27.623c-.133.199-.18.265-.223.332-.242.363-.055 1.097-.664 1.086-.54-.012-.403-.684-.594-1.051-.05-.098-.11-.188-.277-.461 0 .504.008.789 0 1.078-.008.195.035.441-.274.457-.312.016-.293-.234-.297-.43-.007-.68-.007-1.355-.003-2.031 0-.23-.036-.496.324-.504.27-.004.504-.015.617.336.144.43.195.91.527 1.324.317-.402.371-.867.492-1.293.102-.347.317-.37.598-.37.356.003.34.253.344.488.004.68.004 1.355-.004 2.035-.004.191.023.445-.281.449-.305 0-.282-.242-.285-.442-.008-.289 0-.574 0-1.003zm-3.712-1.532c.087 0 .18-.015.262 0 .325.063.828-.187.934.2.144.543-.426.27-.668.386-.242.117-.195.332-.2.528-.011.468-.007.937-.007 1.406 0 .258-.05.473-.383.46-.305-.01-.293-.234-.293-.437a36.975 36.975 0 01-.004-1.316c.012-.375.016-.727-.523-.676-.188.016-.352-.039-.352-.277 0-.328.254-.262.442-.27.265-.012.527-.004.793-.004zm0 0"}))};se.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},se.defaultProps={color:"#000",size:"128"};const ne=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M38.622 66.979c-.806 1.674-1.508 3.089-2.175 4.522-3.338 7.177-6.103 14.553-7.53 22.367-.794 4.346-1.228 8.724-.093 13.087.975 3.749 3.004 5.674 6.475 5.833 1.519.071 3.108-.251 4.587-.668 3.916-1.109 7.323-3.251 10.618-5.571.8-.564 1.618-.916 2.616-.545 1.768.658 2.408 3.002.917 4.115-5.381 4.009-11.076 7.466-18.049 7.68-5.711.176-9.845-2.887-11.667-8.331-1.36-4.062-1.44-8.24-.941-12.432 1.482-12.478 6.298-23.815 12.081-34.805.497-.944.527-1.694.175-2.703-1.444-4.147-2.787-8.33-4.106-12.519-.25-.794-.506-1.02-1.368-.831-5.666 1.246-11.248 2.767-16.274 5.744-1.941 1.15-3.803 2.578-5.355 4.208-2.581 2.71-2.63 5.709-.521 8.803 1.84 2.701 4.433 4.548 7.169 6.217.856.524 1.759.97 2.621 1.484 1.253.749 1.682 2.201 1.039 3.409-.645 1.209-2.092 1.688-3.406 1.012-3.844-1.976-7.429-4.321-10.304-7.611-1.762-2.016-3.053-4.282-3.48-6.968-.532-3.35.428-6.302 2.44-8.954 2.075-2.733 4.8-4.683 7.775-6.303 5.276-2.873 10.961-4.589 16.801-5.854.4-.087.796-.195 1.338-.33-.275-1.558-.57-3.07-.806-4.593-.957-6.194-1.398-12.393.123-18.567.602-2.442 1.547-4.75 3.191-6.695 3.356-3.967 7.672-4.85 12.512-3.668 4.784 1.169 8.801 3.818 12.547 6.901 1.06.872 1.089 2.447.224 3.462-.883 1.035-2.256 1.17-3.458.351-1.888-1.285-3.724-2.658-5.686-3.819-2.248-1.329-4.662-2.272-7.352-2.285-2.222-.011-3.949.893-5.215 2.693-1.604 2.283-2.177 4.917-2.48 7.618-.641 5.713.12 11.329 1.233 16.918.119.594.347.804.972.741 4.51-.45 9.021-.899 13.538-1.276.982-.081 1.623-.436 2.232-1.206 5.87-7.415 12.305-14.281 19.875-20.01 4.217-3.191 8.673-5.973 13.8-7.492 3.212-.951 6.463-1.303 9.698-.166 4.04 1.42 6.298 4.49 7.462 8.452 1.234 4.206 1.041 8.494.54 12.781a46.552 46.552 0 01-.528 3.277c-.281 1.478-1.377 2.261-2.853 2.089-1.342-.156-2.218-1.235-2.077-2.733.195-2.066.666-4.121.687-6.183.025-2.44-.027-4.943-.535-7.313-1.059-4.928-4.468-6.861-9.511-5.749-3.783.833-7.138 2.613-10.332 4.718-6.561 4.324-12.162 9.731-17.362 15.577-.967 1.087-1.897 2.208-2.837 3.318-.057.066-.053.184-.125.465h1.361c13.391.135 26.585 1.727 39.479 5.438 6.14 1.768 12.067 4.072 17.521 7.465 2.902 1.805 5.566 3.894 7.673 6.62 4.297 5.56 3.936 11.802-1.007 16.781-3.338 3.363-7.449 5.487-11.828 7.137-1.239.465-2.603-.218-3.077-1.405-.521-1.304.044-2.653 1.37-3.296 2.022-.98 4.125-1.829 6.037-2.993a21.078 21.078 0 004.347-3.499c2.677-2.849 2.776-5.963.506-9.151-1.7-2.388-3.984-4.134-6.44-5.66-6.06-3.766-12.71-6.099-19.557-7.92-7.138-1.899-14.39-3.224-21.755-3.748-5.869-.417-11.759-.537-17.639-.816-.849-.041-1.429.21-1.901.938-3.447 5.316-6.933 10.607-10.362 15.935-.25.388-.356 1.086-.185 1.497 5.805 13.814 13.157 26.708 22.9 38.155 4.102 4.817 8.563 9.272 13.98 12.643 2.542 1.581 5.195 2.9 8.272 3.105 2.788.188 4.822-.979 6.206-3.345 1.304-2.229 1.827-4.695 2.061-7.229.756-8.177-.861-16.064-3.005-23.87-2.196-7.996-5.304-15.654-8.865-23.136-.287-.602-.522-1.317-.491-1.965.057-1.179.987-2.018 2.15-2.2 1.022-.16 2.098.402 2.609 1.498 1.274 2.728 2.567 5.451 3.734 8.226 3.602 8.571 6.502 17.365 8.034 26.563 1.069 6.42 1.58 12.863.096 19.294a22.23 22.23 0 01-1.439 4.21c-2.527 5.524-7.651 8.02-13.588 6.722-4.827-1.057-8.901-3.579-12.702-6.592-6.991-5.541-12.663-12.297-17.793-19.535-5.848-8.245-10.787-17.013-14.925-26.234-.155-.343-.333-.676-.637-1.295zm-2.528-21.95l3.196 10.164c2.525-3.854 4.879-7.446 7.411-11.313l-10.607 1.149zm28.374 26.238c-4.017-.005-7.286-3.261-7.278-7.249.007-4.052 3.272-7.281 7.356-7.28 4.014.002 7.276 3.255 7.279 7.255.002 4.047-3.267 7.279-7.357 7.274z"}))};ne.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ne.defaultProps={color:"#67595D",size:"128"};const ae=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M43.983 4.653a5.911 5.911 0 015.6 4.022l35.91 106.396a5.911 5.911 0 01-5.603 7.802h41.38a5.917 5.917 0 004.8-2.465 5.909 5.909 0 00.798-5.34L90.961 8.672a5.91 5.91 0 00-5.602-4.022zm-1.336.478a5.92 5.92 0 00-5.61 4.029L1.132 115.55a5.91 5.91 0 005.6 7.8h28.893c1.239 0 2.446-.41 3.452-1.113a5.923 5.923 0 002.157-2.916l7.019-20.71-13.411-12.857c-.246-.273-1.353-2.274-.369-4.002 1.108-1.659 2.955-1.659 2.955-1.659h17.285l9.074-26.145L48.274 8.321c-.042-.205-.914-1.365-2.281-2.28-1.37-.915-3.345-.909-3.345-.909zm-4.88 75.74a2.724 2.724 0 00-1.86 4.718l37.83 35.31c1.101 1.03 2.502 1.631 4.007 1.631 0 0 1.282.068 2.055-.033 1.817-.273 3.525-1.768 4.09-2.39 1.457-1.939.794-4.95.794-4.95l-11.45-34.28z"}))};ae.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ae.defaultProps={color:"#474747",size:"128"};const ie=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M90.18 50.5v.15h.31a1.18 1.18 0 01.09-.43v-.27c-.13 0-.26.21-.38.58zm-2.94-7.08v-.27h-.44v.27h.44zm-8.54 16a14.07 14.07 0 00-2.35-3c0-.32.5-.79 1.59-1.42L81 52.34A7.79 7.79 0 0082.28 48v-.46c-.12-1.38-1.12-2.49-3-3.34q-1.68-1.13-6-1.25a35.58 35.58 0 00-9.41 2.58 38.64 38.64 0 01-3.63 2.29v.23a.87.87 0 00.36-.16.21.21 0 01.26.21L61 48h.11v.1a12.79 12.79 0 01-2.52 2l.13.24h-.11l-.28-.1c0 .08-.11.14-.34.16v.1l.27.34a1 1 0 01-.39-.09 1.88 1.88 0 00-1.16.63l.16-.69a56.27 56.27 0 001.16-6.5L58 44a4.73 4.73 0 01-1.09-1 3.71 3.71 0 000-.49v-.1h-.11q-1.85 2.77-7.11 9.45-4 4.75-4.14 5.28c-1.09 1.13-1.61 1.81-1.56 2-.29.19-.41.37-.36.58a.12.12 0 01-.16-.09 3.17 3.17 0 01-2.08 1.45l-1 .22a.23.23 0 00-.19.28v.12l.36-.08v.1l-.82.32-1.45.34h-.76c-.11.11.61 0 .33.06l-1 .22c-.58.13-.89.08-1-.15h-.11a.54.54 0 010 .24l-.06-.23-.76.18Q35 62.29 32 59c0-.43.67-1.05 2.12-1.86l4.08-3.59q1.37-1.76 1.63-5.65l-.06-.61c-.16-1.83-1.48-3.3-4-4.44-1.47-1-4.12-1.53-7.94-1.61a47.82 47.82 0 00-12.39 3.36 47.39 47.39 0 01-4.78 3v.32a1.25 1.25 0 00.48-.19.27.27 0 01.34.26l.32-.18h.2V48a18.64 18.64 0 01-3.34 2.6l.18.28H8.7l-.34-.12c0 .09-.15.16-.48.19v.17l.37.41a1.36 1.36 0 01-.5-.1A3.17 3.17 0 005.63 53l.18.28a4.47 4.47 0 011.06-.85v.46a1.53 1.53 0 00-.48.19l.38.58a12.63 12.63 0 012.43-2c.44.11.67.25.68.4h.34a26 26 0 017.14-3.86v.32q-.66 1-.89 1a1 1 0 00.23.59q.06.6-3.21 8.1Q6.17 75.5 1.13 83.84a1.08 1.08 0 00.2.45 4.17 4.17 0 001.57-.6h.18v.32h.31l.32-.18c0 .09.11.14.33.12v.32a2.83 2.83 0 01-.52 1.42A7.37 7.37 0 002.48 88v.15h.31a19.55 19.55 0 003.06-4.41 48.85 48.85 0 009-3.38 8.39 8.39 0 004.74-1.63v-.17l-.78.23h-.18v-.17a7.07 7.07 0 003.17-1q4.46-3.44 6.74-4.87 4.68-3.44 6.08-6.7l.52-.12a6.81 6.81 0 00.75 0c0-.08 0-.13.1-.15.7-.07.36 0 .81-.06l1.17-.27h.2l-.09.06a1.14 1.14 0 00.43 0l.08.34-5.34 8.49L32 75.71l-.58 1.94h.11l.58-.24-.19.75.06.22.16.2c-.07 0-.1.07-.08.15v.12l.24-.06q.53-.46.45-.84a2.21 2.21 0 00.76.06v.12c-.23.06-.35.24-.37.56v.12h.13c1.94-2.12 6.69-9.35 10.5-14.27q-.18-.8 6-2.22h.13q.22 1-1 4.67a12.58 12.58 0 00-.71 2.44 18.69 18.69 0 00-.92 3.22l-1.37 4.69A43.46 43.46 0 0043.74 85a1 1 0 01.4 0l.21-.18a.12.12 0 00.16.09l-.08-.34h.63c.19 0 .34-.28.48-.71 0-.64.1-1 .39-1.06a10.29 10.29 0 01.72-2.32 10.29 10.29 0 01.81-2.6c.55-2 1-3 1.21-3.06l.06.24-.4 1a50.68 50.68 0 01-2.12 7.35l.21.89h.13q2.6-5.59 7.48-22.14A2.89 2.89 0 0155.4 60l-.19-.2v-.1a1.27 1.27 0 00.78-.44c0-.08-.34-.21-1-.37l1.62-7a2.41 2.41 0 01.62-.48v.35a.87.87 0 00-.36.16l.31.44A10 10 0 0159 50.83c.34.09.5.21.52.32h.24a19.75 19.75 0 015.43-2.91v.23q-.49.74-.67.75a1 1 0 00.15.45 42.49 42.49 0 01-2.41 6.16 167.41 167.41 0 01-9.44 19.55.87.87 0 00.17.34 3 3 0 001.18-.46h.11v.23h.26l.23-.12q0 .1.25.08v.25a2.12 2.12 0 01-.4 1.06 5.31 5.31 0 00-.85 1.82v.12h.24a14.72 14.72 0 002.32-3.35 37.55 37.55 0 006.8-2.56 6.39 6.39 0 003.62-1.24v-.12l-.61.18h-.13v-.12a5.36 5.36 0 002.4-.77c2.25-1.73 4-3 5.12-3.7 3.6-2.62 5.27-5.13 5.07-7.55zm-.62.16l.08.94c-.11.23-.23.35-.34.36l-.14-1.6c.26.09.39.19.4.3zM7.52 52h-.16v-.29l.64-.05v.15a1.24 1.24 0 00-.47.19zM4.38 83.4a2 2 0 00-1-.21v-.46c0-.18.08-.3.31-.34s.33.13.34.43a6.78 6.78 0 01.89-1l.34.14c-.11.93-.4 1.41-.86 1.44zm33.55-35.1c-.16 0-.48-.48-.93-1.45v-.29c.3 0 .61.46.93 1.45v.29zm-.45-3.48l-.13.31-4.56-1.9q4.56.15 4.69 1.59zM18.25 61.35l-.64.06v-.29l.64-.06v.29zm-.52-9.92h.16v.46c-.15 0-.34.23-.59.66v-.32c.29-.34.44-.61.42-.79zm-1.35 3.19l.06.61h-.16l-.06-.61zm-.71 1.14h.31c0 .5-.17.77-.42.79h-.16a1.46 1.46 0 00.27-.77zm-.53 1.58h.18v.15l-.29.48h-.31v-.15a.4.4 0 00.42-.49zm-.52 1.43l-.09.76h-.16l-.07-.75h.32zM9.38 73.62c-.21 1-.43 1.57-.66 1.59v-.15a1.67 1.67 0 01.67-1.44zm-1 2.08v.15a.27.27 0 01-.28.34V76q0-.27.28-.34zM8.15 80h.48v.17a1.25 1.25 0 00-.48.19h-.31c0-.16.08-.28.28-.34zm13.79-4.26a25.56 25.56 0 00-4.8 2.73q-4.42 1.53-4.38 1.92a48 48 0 00-5.17 2.27 1.86 1.86 0 01-.85-.22 1.37 1.37 0 01.71-1.3 2.75 2.75 0 011.31.21 12.78 12.78 0 012.53-.83v-.32l-1 .08A13.17 13.17 0 0113.1 79h.48v.15c-.83.07-1.29.32-1.39.75 0 .2.13.28.34.26.62-.39.93-.62.92-.69q1.77-.34 9.81-5.13v.29c0 .14-.45.53-1.37 1.2zm-8.22 2.7a3.17 3.17 0 002-.93c.22 0 .34.07.35.26a7.17 7.17 0 00-2.19 1h-.16v-.31zM27 68.27l-4.11 3.26a40.68 40.68 0 01-4.94 3q-7.3 4-9.07 4.17H8.7q.22-.82 6.5-13.31a35.47 35.47 0 008.71-2.58l1-.08a5.59 5.59 0 014.49 1.15l.06.61c-.74 2.13-1.56 3.38-2.44 3.75zm-8-4.52l.66-.06v.15l-.66.06v-.15zm9.29-1.57h.48c.45.21.68.4.7.57v.15a1.36 1.36 0 01-1.19-.67zm1.31-7.48a19 19 0 01-3.6 2.61c-.63.06-3 1-7.07 2.76a1.29 1.29 0 00-.63-.07v-.29a3.81 3.81 0 01.79-2.22c.32-1.68.66-2.64 1-2.87l3.4-7.65q-.06-.71 2.18-1.09h.48v.44c1.46-.22 2.38-.35 2.73-.38 2.7-.23 4.11.32 4.22 1.63h.31l-.07-.77h.34A2.12 2.12 0 0135 48.25a2.48 2.48 0 01-.69 1.59c-.21 0-.33-.13-.34-.43h-.34l-.07.93q-2.05 3.07-3 3.16c-.56.77-.9 1.16-1 1.16zm2.09 5.36a1.2 1.2 0 00-.67-.26v-.46h.31l.68.4a.27.27 0 01-.28.34zm2.16 2.56c.3.12.48.25.51.37h-.24l-.22.18-.06-.62zM34 63.9v-.12l.39-.09v.12l-.39.09zm.94 1.1c.4-.07.6-.09 1.34-.26v.12l-1.42.33a1.87 1.87 0 000-.19zm1.38.59a6.06 6.06 0 00-1.42.2v-.12l1.19-.38.57-.13.06.22c-.26.06-.07.06-.37.21zm1.26-.3a.26.26 0 01-.32-.19l.36-.08a.22.22 0 01.3.19l-.34.08zM41 61.57v-.12l.59-.14.06.22h-.62zm3.64 22.34a.92.92 0 000-.37h.13a.21.21 0 01.29.17v.12l-.48.11zm2.55-21.38h-.26a7.38 7.38 0 01-1.06.35l-.24.06a.24.24 0 01-.31-.17l1.68-.43.56-.26.19.21a1.25 1.25 0 00-.58.24zm1.31-.42v-.12a.71.71 0 00.32-.21l1.18-.27v.12a9.36 9.36 0 00-1.53.48zm.19-2.45a1 1 0 00-.34.21c0-.08-.19-.08-.5 0-.06-.23.84-.56 2.69-1l.26-.06.06.22c-1.3.38-2 .6-2.17.62zm3.26-3.52c-.13 1.48-.65 2.32-1.57 2.53v-.12l-.82.32-.36.08a.91.91 0 01-.5 0l-.07-.33a49.32 49.32 0 013.56-4.91h.28a5.09 5.09 0 01-.48 2.39zm5.77-4.94h-.12v-.23h.48v.12a1.57 1.57 0 00-.36.15zm-2.38 23.86a1.49 1.49 0 00-.75-.17v-.35q0-.18.22-.25c.16 0 .25.09.27.34a4.09 4.09 0 01.67-.77L56 74c-.09.71-.31 1.08-.64 1.11zm25.47-26.64c-.12 0-.35-.36-.72-1.12v-.23c.23 0 .48.34.72 1.09v.26zm-.34-2.66l-.11.24-3.45-1.44c2.3.07 3.49.48 3.56 1.2zM65.86 58.3h-.48v-.23h.48v.23zm-.4-7.54h.13v.35q-.18 0-.45.5v-.23a1.08 1.08 0 00.31-.62zm-1 2.42v.46h-.13v-.46zm-.55.87h.24q0 .59-.31.61h-.14a1.26 1.26 0 00.2-.61zm-.39 1.19h.11v.12l-.21.37h-.24v-.12c.25 0 .36-.15.34-.38zm-.39 1.08l-.08.6h-.11v-.59h.24zm-4 11.3q-.24 1.17-.5 1.2v-.1a1.33 1.33 0 01.51-1.1zm-.73 1.58v.1a.21.21 0 01-.22.27v-.12q0-.18.22-.25zm-.21 3.28h.37v.12a1.07 1.07 0 00-.36.14h-.24q0-.2.22-.25zm10.46-3.23A21.75 21.75 0 0065 71.31c-2.24.78-3.34 1.27-3.33 1.46a35.33 35.33 0 00-3.9 1.72 1.45 1.45 0 01-.64-.18 1 1 0 01.54-1 2.1 2.1 0 011 .15 10.83 10.83 0 011.93-.62v-.23l-.75.07a10 10 0 012.14-1h.37v.1c-.63.06-1 .24-1.06.58a.21.21 0 00.26.21c.47-.31.69-.48.69-.54q1.34-.24 7.44-3.9v.23c0 .09-.34.39-1 .9zm-6.24 2A2.5 2.5 0 0064 70.6c.16 0 .25.06.26.21a5.92 5.92 0 00-1.66.71h-.13v-.22zm10.08-7.74l-3.1 2.5a30.16 30.16 0 01-3.77 2.3q-5.53 3-6.89 3.16h-.13q.17-.63 4.95-10.1a27.26 27.26 0 006.61-2l.75-.07a4.2 4.2 0 013.4.89v.46c-.57 1.6-1.18 2.54-1.85 2.83zm-6.09-3.38h.48v.12h-.48v-.12zm7.05-1.2h.37c.34.17.52.32.53.44v.1a1 1 0 01-.91-.51zm1-5.67a14.26 14.26 0 01-2.66 2 35.66 35.66 0 00-5.37 2.08 1.23 1.23 0 00-.49-.07v-.23a2.92 2.92 0 01.59-1.69c.24-1.29.51-2 .79-2.17l2.6-5.81c0-.34.52-.62 1.64-.84h.37v.35q1.65-.27 2.07-.31c2-.18 3.12.23 3.21 1.24h.24v-.56h.24a1.55 1.55 0 011 1.18 1.93 1.93 0 01-.49 1.22c-.16 0-.25-.09-.27-.34h-.24l-.07.7c-1 1.57-1.79 2.39-2.26 2.42-.42.57-.68.86-.8.87zm1.09 3.88v-.35h.24l.52.32a.22.22 0 01-.22.25 1 1 0 00-.51-.2zM32.15 79.76l-.24.06-.21.18a.21.21 0 00.29.17c.16 0 .22-.13.19-.28v-.12zm-.92-1.84v.12c.16 0 .22-.13.19-.28v-.12a.22.22 0 00-.19.28zm6.6-12.39l.18-.11h-.09a.11.11 0 00-.08.13zm0-3.21l.28-.07L38 62l-.28.07.06.24zm65.85 9.41l-.63-.07-.11.24v.1l3.77-.32v-.23l-3 .26zm3.45-.29v.23-.23zm15.83-2.07v.23l.41.07v-.23l-.41-.07zm-.58 0a15.72 15.72 0 01-3.78.57v.23h.4l.31-.12c2.8-.31 3.13-.2 3.1-.51v-.11zm-17-4.12l-.25-.08a4.2 4.2 0 00-.3 1v.1c.2 0 .37-.34.54-1zm-3.41-1.84v-.12h-.13l-.23.15.13.22c.18 0 .26-.1.24-.26zm7.41 7.66v-.23h-.07v.23zm15.37-3.47h.18c.1 0 .15-.09.14-.24l-.1-.22a3 3 0 00-1.46.37v-.12l-.77.07c0-.23-.08-.35-.19-.34h-.4c-.47 0-.69 0-.92.2 0-.08 0-.12-.08-.12h-.45l-.26.15c0-.08 0-.12-.08-.12l-.16.14v-.12h-.77v.23l.32.08h.3a.54.54 0 00.34.07l.26-.13v.1a19.08 19.08 0 01-2.46.47.43.43 0 00-.25-.1.2.2 0 01-.19-.21l.52-.07a3.19 3.19 0 00.35.09c.42-.21.44-.29.66-.31v-.23a15.19 15.19 0 01-2.66.25h-.08v-.23c2.31-.28 1.54-.12 2.33-.34 0 .08 0 .12.08.12a.54.54 0 01.32-.16h.16a8.46 8.46 0 002.57-.28v.1l.26-.13h.24c0-.23.34-.27.46-.28v-.25c-2.81.57-3.55.41-4.33.63v-.1a3.41 3.41 0 01-1 .08.49.49 0 00-.23.15c0-.08 0-.12-.09-.12l-2.39.39c0-.07 0-.1-.09-.09a12.17 12.17 0 01-2.56.46.78.78 0 00-.31.13c0-.07 0-.1-.13-.09l-1 .08-.68.17c0-.07 0-.1-.13-.09a5.41 5.41 0 01-1 .19c-.17 0 .08 0 0-.1l-.21.12h-1.16c-1.8.22-1.6.25-1.8.26h-.67a.09.09 0 01-.1.11c-.76-.1-1.16-.22-1.16-.36q.15-1.09.53-1.12h.13l-.11.24h.13c.24-.13.35-.25.34-.36v-.25h-.24v-.23a.84.84 0 01.07-.47l.55-.89v.23h.26v-.23l-.15-.21a1 1 0 01.47-.27v-.12h-.35v-.35a10 10 0 001-2.57l.25.1c.16 0 .23-.1.22-.27h-.24v-.1a.89.89 0 01.09-.49 1.56 1.56 0 00.52-1.22c.07 0 .11 0 .12.11.33-.19.58-.68.76-1.5a46.87 46.87 0 002.47-6.25c2.05-5.52 2-6.1 2.25-7.41h-.24a.84.84 0 01-.09.48 1 1 0 00-.39-.09v-.1a2.83 2.83 0 01.61-1.71h.11l.21.8h.24a7.3 7.3 0 01.19-1c0-.12-.1-.2-.29-.21l-.23.15v-1.3h-.12a.91.91 0 01-.32-.51l-1.33.13a1.22 1.22 0 00-.15-.41c0-.12.29-.24.9-.36l.27.1.25-.15c0 .08.06.12.15.11l.25-.15c0 .08.06.12.15.11h.12v-.27h-1.46l-.25.17v-.15q-9.38.77-10.65.89H99.6c0 .1-.08.16-.27.18l-.27-.12L98 41a6.06 6.06 0 01-1.08 0 .93.93 0 01-.51.2l2.65-.2a1.22 1.22 0 01-.65.21.9.9 0 01-.53-.09 15.15 15.15 0 01-2 .47l-.27-.1-4.36.67a1.09 1.09 0 00-.59-.09 7.24 7.24 0 00-1.16.25l-2.11.88.16.26a1.17 1.17 0 00.43-.17l.75.07-.09.7a1.88 1.88 0 00-1.2 1.34c-1 .46-1.55.78-1.55 1v.12h.16l.28-.15.33.39v.54q0 .25-5.21 11c-3 6.9-4.6 10.67-4.75 11.35-1 .29-1.63.71-1.81 1.27 0 .18.33.3.92.34v.27l-.27.45v.54q0 .42 2.26.64c0-.09 0-.15.14-.16a8.16 8.16 0 01-.28 2H78a3.47 3.47 0 00.88-1.73H79c.15 0 .31.16.49.52q-.28.11-2 4.45l.16.26h.16q2.05-5.2 2.58-5.75 2.7-.24 9.33-1l.28-.17a.13.13 0 00.17.13h.29l.28-.17a.13.13 0 00.17.13l3.35-.29c.89-.07 1.3-.34 1.27-.8 0-.12.51-.26 1.57-.41a1.28 1.28 0 01.46.08c0-.08.52-.17 1.58-.26 0-.56.2-.86.52-.89v-.27a4.63 4.63 0 00-1 .23 6.26 6.26 0 01-1.33-.16 1.23 1.23 0 01-.43.17L94.51 69l-.28.15q0-.13-.17-.11h-.13l-.3.15c0-.08-.25-.15-.74-.21l-.3.18h-.58v-.15q4.5-.49 4.44-1.22a.26.26 0 01.32.27l.88-.22v-.27l-7.18.2c0 .09 0 .15-.14.16l-.88-.07a1.06 1.06 0 00-.56.2l-.35-.06a10 10 0 00-2 .33 12.73 12.73 0 00-2 0l-1.61.14-.75-.08c0-.48.89-2.81 2.79-7a6.11 6.11 0 011.54-2.64 1.08 1.08 0 01.46.11l1.03-.39.59.09a13.45 13.45 0 003.45-.85 1.62 1.62 0 01.75.07l.88-.21 2.61-.22a17.3 17.3 0 003.62-.74v-.27c-.48 0-.74 0-.75-.23 0-.36-.38-.51-1.06-.46v-.27l.72-.21 1.88-.16v-.27h-1.16v-.29l.73-.07c.2 0 .28-.11.26-.3-1 0-1.47 0-1.48-.15q-10.23.5-10.26.19a1.17 1.17 0 00-.43.19l-.29-.31q2.71-5.76 3.18-5.8a1.69 1.69 0 01-.22.72V49h.29c.72-1.71 1.32-2.6 1.83-2.64 2.14-.19-.3-.33 4.29-1a.89.89 0 00.41.11q2.7-.55 7.52-1.14v-.27l-1.71.16v-.27a.93.93 0 00.51-.2v.15a1 1 0 00.39-.19 1.23 1.23 0 01.68.08 9.92 9.92 0 011.44-.29l1.07-.1c.26-.17.38-.32.37-.46v-.12a3.38 3.38 0 01-.94-.06.27.27 0 01.24-.3l2-.19.91-.23c0 .1.06.14.13.14a1 1 0 00.39-.19h.15a7.45 7.45 0 00-.4 1.09h-.26a1.14 1.14 0 00-.15-.48H110c-2.42 6.75-3.5 9.89-5.74 15.07-.41 1.32-.75 2.06-1.05 2.22a.21.21 0 00.26.21 3.25 3.25 0 01-.46 1.93c-1 3-1.72 4.61-2.08 4.91l.23 1.41a.22.22 0 01-.22.25h-.24c0-.39-.18-.58-.43-.55h-.13a5.54 5.54 0 00-.72 1.72h.24a.81.81 0 00.45-.75h.48l.28.1a1.49 1.49 0 00-.31.85l.13.22-.32.75v.12a1.51 1.51 0 01.91.26A1.63 1.63 0 00102 71h3.12l.9-.31a20.9 20.9 0 002.23-.07h.39l.21-.14v.12a6.11 6.11 0 011.84.07v.12h-.55v.23a.79.79 0 00.44-.17c.14 0 .22.07.23.23a3.28 3.28 0 00-.75.17l-.24-.08c-.38.1-.3.13-.56.15l-.38-.07a.09.09 0 01-.09.11.2.2 0 00.23.21h.39l2-.18.77-.17c0 .07 0 .1.1.09l.37-.14.7-.06c.54 0 .53-.08 1.71-.27 0-.07 0-.1.07-.11v.1a17.2 17.2 0 002.34-.45v.06c.48-.11.21-.08.34-.18 0 .08 0 .12.08.12h.34v-.25h-.84a3.59 3.59 0 01-.76.06l-1.71.09v-.12l1-.13h.34l.2-.14V70c1.34-.11 1.82.22 8-1.1.34 0 .31-.31.52-.89a.58.58 0 01-.33-.07 9.7 9.7 0 01-1.77.26c-.08 0-.15-.07-.18-.21v-.1h1a2.4 2.4 0 001-.34c0 .08-.2.13-.08.12zm-45.88.74h-.44a8.26 8.26 0 01.7-2h.29a7.62 7.62 0 01-.55 2zm.53-2.12v-.12c0-.15.08-.25.29-.3v.2c0 .18-.08.28-.29.3zm5.82 4.5v.12l-.73.07v-.12l.73-.07zm-.88-.07c0 .15-.21.32-.7.48l-.89-.07h-.29v-.27l1.91-.18zm5.89-27.11h-.44v-.15c0-.15.07-.25.26-.3h.16l.3.12a.26.26 0 01-.27.3zm6.66-1.3H97v.27h-.4a.27.27 0 01.24-.3zm-1.68.59l-.66-.07v-.12a7.15 7.15 0 001.69-.32c0 .1.1.14.27.12v.27h-.26a.9.9 0 01-.53-.09 1.14 1.14 0 01-.51.19zm.79 2.46v-.12l1.07-.1v.12l-1.07.1zm1.15-.93v-.16h.52v.15h-.52zm.12-1.83h-.14l.12-.29 1.19-.11v.15a7.2 7.2 0 00-1.18.24zm.61 2.57v-.27h.52q.27 0 .28.25l-.78.07zm3.16-4.3l-.67.19h-.12A6.85 6.85 0 0199 41c.87-.06 1.7-.12 2-.17zm-.72 3v.12l-.92.08v-.12l.92-.08zm1.51.72c0-.11-.19-.19-.55-.22l-.92.26h-.71c-.16-.11-.24-.19-.25-.24h.82l1.84-.3h.94v.15a5.28 5.28 0 00-1.18.24zm9.49-2.52h.21a3.57 3.57 0 011.11-.75 6.55 6.55 0 01-1.57 3.27l-.52-.32a17 17 0 00.77-2.22zm-1.6 2.75h.13c-.18.34-.34.51-.47.52v-.35a.79.79 0 00.36-.16zm-1 2.47a3.5 3.5 0 01.72-1.72v.12c-.13.93-.34 1.43-.61 1.46v.59a1.32 1.32 0 00-.32.75h-.13l-.07-.81c.15 0 .27-.15.35-.39zm-.4 1.34a3.41 3.41 0 01-.27 1h-.13v-.35c.18-.41.33-.62.43-.62zm-7.52 21.82v-.1h.24v.35c-.13 0-.22-.07-.26-.23zm10.74.28c0-.08 0-.12-.13-.11l-.61.06v-.12h.06l1.43-.12v.12a1.26 1.26 0 00-.75.18zm-.72-.3c.06 0 0 .06 0 .07s-.07 0 0-.07zm.07-1.68l-.8.07v-.12l.73-.07.63-.16c0 .07 0 .1.13.09.75-.13.68-.17 1-.2.12 0 .2.07.21.21l-1.93.17zm2.8-.24a3.19 3.19 0 00-.79-.06v-.1l.72-.07v.1c-.07 0 .2 0 .07.12zm.06-.13v-.1h.39v.1h-.39zm.87-.07v-.1a.68.68 0 00.28-.15.28.28 0 01.32.26zm1.11-.14V68h.48v.12h-.48zm.66-.06c0-.14 0-.22.17-.24l.16.21a.09.09 0 01.07-.11l.12.22-.52-.07zm9.14-1.04zm.17-.12c.07 0 .11-.09-.07-.12s.09.12-.09.13V67l.1-.07-.1.08-.2.25.39-.14v-.23zm.68.53h-.07v.23h.55c0-.15-.37-.2-.49-.2z"}))};ie.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ie.defaultProps={color:"#000305",size:"128"};const he=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 31.124L15 3.239v121.522l49-27.885 49 27.885V3.239L64 31.124zM40.714 63.999l24.369-13.89 24.368 13.89-24.368 13.892-24.369-13.892zM32 29.934l17.433 9.937L32 49.809V29.934zm0 48.257l16.126 9.191L32 96.575V78.191zm65 18.384l-16.127-9.192L97 78.191v18.384zM79.566 39.87L97 29.934v19.875L79.566 39.87z"}))};he.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},he.defaultProps={color:"#002A41",size:"128"};const ze=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M109.01 28.64L71.28 6.24c-2.25-1.33-4.77-2-7.28-2s-5.03.67-7.28 2.01l-37.74 22.4c-4.5 2.67-7.28 7.61-7.28 12.96v44.8c0 5.35 2.77 10.29 7.28 12.96l37.73 22.4c2.25 1.34 4.76 2 7.28 2 2.51 0 5.03-.67 7.28-2l37.74-22.4c4.5-2.67 7.28-7.62 7.28-12.96V41.6c0-5.34-2.77-10.29-7.28-12.96zM79.79 98.59l.06 3.22c0 .39-.25.83-.55.99l-1.91 1.1c-.3.15-.56-.03-.56-.42l-.03-3.17c-1.63.68-3.29.84-4.34.42-.2-.08-.29-.37-.21-.71l.69-2.91c.06-.23.18-.46.34-.6.06-.06.12-.1.18-.13.11-.06.22-.07.31-.03 1.14.38 2.59.2 3.99-.5 1.78-.9 2.97-2.72 2.95-4.52-.02-1.64-.9-2.31-3.05-2.33-2.74.01-5.3-.53-5.34-4.57-.03-3.32 1.69-6.78 4.43-8.96l-.03-3.25c0-.4.24-.84.55-1l1.85-1.18c.3-.15.56.04.56.43l.03 3.25c1.36-.54 2.54-.69 3.61-.44.23.06.34.38.24.75l-.72 2.88c-.06.22-.18.44-.33.58a.77.77 0 01-.19.14c-.1.05-.19.06-.28.05-.49-.11-1.65-.36-3.48.56-1.92.97-2.59 2.64-2.58 3.88.02 1.48.77 1.93 3.39 1.97 3.49.06 4.99 1.58 5.03 5.09.05 3.44-1.79 7.15-4.61 9.41zm19.78-5.41c0 .3-.04.58-.29.72l-9.54 5.8c-.25.15-.45.02-.45-.28v-2.46c0-.3.18-.46.43-.61l9.4-5.62c.25-.15.45-.02.45.28v2.17zm6.56-55.09l-35.7 22.05c-4.45 2.6-7.73 5.52-7.74 10.89v43.99c0 3.21 1.3 5.29 3.29 5.9-.65.11-1.32.19-1.98.19-2.09 0-4.15-.57-5.96-1.64l-37.73-22.4c-3.69-2.19-5.98-6.28-5.98-10.67V41.6c0-4.39 2.29-8.48 5.98-10.67l37.74-22.4c1.81-1.07 3.87-1.64 5.96-1.64s4.15.57 5.96 1.64l37.74 22.4c3.11 1.85 5.21 5.04 5.8 8.63-1.27-2.67-4.09-3.39-7.38-1.47z"}))};ze.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ze.defaultProps={color:"#293138",size:"128"};const me=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M48.53 48.26c0-7.16-4.87-7.16-4.87-7.16h-20v15.35h18.76c3.24 0 6.11-1.04 6.11-8.19zM43.66 67.06h-20v18.38h19.1c2.87-.08 8.18-1 8.18-8.94-.03-9.5-7.28-9.44-7.28-9.44zM94.93 56.45c-10.63 0-12.11 10.6-12.11 10.6h22.6s.14-10.6-10.49-10.6z"}),e.createElement("path",{fill:t,d:"M111.25 2.16h-94.5A14.59 14.59 0 002.16 16.75v94.49a14.59 14.59 0 0014.59 14.59h94.49a14.59 14.59 0 0014.59-14.59V16.75a14.59 14.59 0 00-14.58-14.59zM79.86 32.92h28.38v8.48H79.86zM65.51 77.36c0 21-21.85 20.31-21.85 20.31H7.86v-68.8h35.8c10.88 0 19.47 6 19.47 18.32s-10.5 13.09-10.5 13.09c13.84 0 12.88 17.08 12.88 17.08zm53.09-1.12H83c0 12.78 12.11 12 12.11 12 11.43 0 11-7.4 11-7.4h12.09c0 19.64-23.54 18.29-23.54 18.29-28.25 0-26.43-26.3-26.43-26.3s0-26.43 26.43-26.43c27.85-.02 23.95 29.84 23.95 29.84z"}))};me.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},me.defaultProps={color:"#1d1d1b",size:"128"};const pe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 1.023v.002-.002c-30 0-54.557 8.074-54.557 18.1 0 2.64 6.55 40.504 9.147 55.52 1.165 6.733 18.56 16.607 45.39 16.607l.02-.08v.08c27 0 44.238-9.874 45.403-16.61 2.598-15.015 9.15-52.878 9.15-55.518C118.554 9.097 94 1.022 64 1.022zm0 78.062c-9.578 0-17.343-7.766-17.343-17.343C46.657 52.164 54.422 44.4 64 44.4s17.343 7.764 17.343 17.343c0 9.577-7.765 17.342-17.343 17.342zm-.01-54.368c-19.296-.03-34.934-3.384-34.928-7.49.007-4.107 15.656-7.41 34.952-7.378 19.296.03 34.934 3.382 34.927 7.49-.005 4.106-15.653 7.407-34.95 7.377z"}),e.createElement("path",{fill:t,d:"M103.212 89.69c-.83 0-1.494.588-1.494.588S88.283 100.918 64 100.918s-37.718-10.64-37.718-10.64-.665-.587-1.494-.587c-.99 0-1.93.666-1.93 2.135 0 .155.015.31.044.462 2.085 11.16 3.61 19.09 3.876 20.296 1.82 8.21 17.88 14.417 37.22 14.417H64c19.342 0 35.402-6.207 37.222-14.417.268-1.205 1.79-9.13 3.876-20.29.028-.153.044-.31.044-.465 0-1.47-.94-2.137-1.93-2.137z"}),e.createElement("circle",{fill:t,cx:"63.983",cy:"61.737",r:"8.691"}))};pe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},pe.defaultProps={color:"#205081",size:"128"};const ve=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 118 94",...r},e.createElement("path",{fill:t,d:"M24.509 0c-6.733 0-11.715 5.893-11.492 12.284.214 6.14-.064 14.092-2.066 20.577C8.943 39.365 5.547 43.485 0 44.014v5.972c5.547.529 8.943 4.649 10.951 11.153 2.002 6.485 2.28 14.437 2.066 20.577C12.794 88.106 17.776 94 24.51 94H93.5c6.733 0 11.714-5.893 11.491-12.284-.214-6.14.064-14.092 2.066-20.577 2.009-6.504 5.396-10.624 10.943-11.153v-5.972c-5.547-.529-8.934-4.649-10.943-11.153-2.002-6.484-2.28-14.437-2.066-20.577C105.214 5.894 100.233 0 93.5 0H24.508zM80 57.863C80 66.663 73.436 72 62.543 72H44a2 2 0 01-2-2V24a2 2 0 012-2h18.437c9.083 0 15.044 4.92 15.044 12.474 0 5.302-4.01 10.049-9.119 10.88v.277C75.317 46.394 80 51.21 80 57.863zM60.521 28.34H49.948v14.934h8.905c6.884 0 10.68-2.772 10.68-7.727 0-4.643-3.264-7.207-9.012-7.207zM49.948 49.2v16.458H60.91c7.167 0 10.964-2.876 10.964-8.281 0-5.406-3.903-8.178-11.425-8.178H49.948z"}))};ve.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ve.defaultProps={color:"#5B4282",size:"128"};const ge=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M124.797 65.636c-.559-2.396-1.734-4.17-3.956-5.316-4.161-2.147-8.577-3.302-13.091-4.333-9.566-2.186-19.235-3.564-28.973-4.706-1.127-.132-2.237-.282-3.363-.424.376-3.143 1.495-4.192 5.271-4.975.391.905.749 1.851 1.214 2.739.172.328.603.738.919.743 5.632.079 10.951-.888 15.265-4.908 3.371-3.144 4.867-7.224 5.693-11.619.3-1.598.588-3.199.825-4.808.739-5.002 3.353-9.002 6.685-12.626.163-.177.308-.369.549-.661-2.649-.822-5.265-.913-7.849-.44-9.892 1.81-17.349 7.015-21.982 16.055l-.16.17c-1.686-.426-3.384-.81-5.046-1.311-.304-.092-.543-.636-.678-1.018-2.718-7.715-7.416-13.725-15.075-16.983-2.281-.972-4.83-.826-7.254-1.465-.132-.035-.241.25-.36.25h-7.332c-1.609 0-3.225.096-4.826.432C22.097 14.445 7.105 29.256 3.596 48.614-.153 69.289 5.52 87.352 19.137 103.162c2.047 2.377 4.519 4.271 7.37 5.685 5.264 2.608 10.975.695 13.666-4.549l.225-.389c1.151 3.009 2.388 5.919 3.38 8.917.966 2.917 4.453 4.246 6.582 4.105.401-.026.895.338 1.182.12 1.907-1.445 3.41.949 5.067.949h2.688c1.898-1 3.701-1.653 4.943-3.361.152-.211.827-.269 1.252-.225 2.432.253 4.688-.314 6.73-1.679 1.708-1.143 2.779-2.746 2.999-4.811 2.161-.632 3.501-2.286 3.573-4.827.04-1.377-.084-2.93-.674-4.135-1.797-3.678-3.856-7.232-5.813-10.832l-.16-.348.383.15c2.876 1.401 5.9 2.024 9.1 1.758 2.039-.169 3.262-.823 4.288-2.391 2.525 1.783 5.364 2.628 8.458 2.409 3.079-.217 5.973-.876 7.631-3.946 2.188 0 4.432.203 6.615-.069 1.522-.189 3.054-.866 4.421-1.619 2.189-1.205 3.674-2.974 3.206-5.775 2.242-.194 4.304-.748 6.045-2.146 1.409-1.132 2.035-2.607 2.513-4.346.111-.407.193-.793.193-1.188v-3.421c0-.521-.08-1.034-.203-1.562zM49.475 42.744a6.386 6.386 0 01-6.408-6.457c.032-3.575 2.942-6.479 6.463-6.452 3.576.029 6.392 2.895 6.389 6.502-.005 3.602-2.831 6.414-6.444 6.407zm19.638 5.175c-.817-1.956-1.452-4.001-1.161-6.234-.151-3.359 1.012-6.303 2.974-8.939.256-.342 1.092-.392 1.643-.353 6.281.439 11.744 2.982 16.758 6.634 1.041.759 2.032 1.588 2.924 2.563-1.964-.421-3.92-.882-5.893-1.255-2.969-.562-5.908-.449-8.703.799-3.019 1.348-6.17 1.301-9.355 1.08 1.735 1.558 3.833 1.472 5.901 1.16 1.749-.262 3.461-.77 5.265-1.187l.097 1.022-10.45 4.71z"}))};ge.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ge.defaultProps={color:"#EF5734",size:"128"};const we=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M59.2 0l40 40-24 24 32 31.9L59.4 128l-40-39.9 7.7-56z"}))};we.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},we.defaultProps={color:"#00D1B2",size:"128"};const fe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M117.5 33.5l.3-.2c-.6-1.1-1.5-2.1-2.4-2.6L67.1 2.9c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.3.9 3.4l-.2.1c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c.1-.8 0-1.7-.4-2.6zM64 88.5c9.1 0 17.1-5 21.3-12.4l12.9 7.6c-6.8 11.8-19.6 19.8-34.2 19.8-21.8 0-39.5-17.7-39.5-39.5S42.2 24.5 64 24.5c14.7 0 27.5 8.1 34.3 20l-13 7.5C81.1 44.5 73.1 39.5 64 39.5c-13.5 0-24.5 11-24.5 24.5s11 24.5 24.5 24.5z"}))};fe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},fe.defaultProps={color:"#03599C",size:"128"};const ue=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M2 73.69V93c0 10.69 27.75 19.35 62 19.35V93C29.75 93 2 84.36 2 73.69zM64 54.34l48.5 12c8.44-3.3 13.51-7.5 13.51-12V35c0-10.68-27.76-19.35-62-19.35S2 24.29 2 35v19.34C2 65 29.75 73.69 64 73.69V54.34zM112.49 85.74L64 73.69V93l48.5 12.05c8.43-3.27 13.5-7.46 13.5-12.05V73.69c0 4.55-5.07 8.74-13.51 12.05z"}))};ue.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ue.defaultProps={color:"#d43d44",size:"128"};const de=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M59.39.152c-.484.051-1.995.23-3.328.387-5.374.613-11.468 2.227-16.816 4.48C19.891 13.106 5.324 30.849 1.305 51.2.359 56.04.129 58.418.129 64c0 7.195.715 12.16 2.61 18.434 6.195 20.53 22.323 36.632 42.906 42.851 6.195 1.871 11.187 2.586 18.355 2.586 7.195 0 12.16-.715 18.434-2.61 20.53-6.195 36.632-22.323 42.851-42.906 1.871-6.195 2.586-11.187 2.586-18.355 0-3.047-.152-6.527-.332-7.809-2.074-14.796-8.168-27.238-18.328-37.402C99.07 8.703 86.68 2.586 72.19.512c-1.996-.282-11.238-.54-12.8-.36zm-20.863 40.32c1.36.41 1.996.794 2.918 1.715 1.793 1.82 2.203 2.817 2.203 5.555 0 2.051-.078 2.434-.691 3.508-1.18 1.996-3.918 3.84-5.812 3.89-1.333.028-1.278-.562.18-2.097 1.945-2.023 2.226-2.79 2.226-5.813-.024-2.917-.383-3.914-1.739-4.734-1.128-.691-2.355-.64-4.148.203-4.66 2.23-9.703 9.653-11.672 17.258-2.613 10.137 2.02 18.25 9.649 16.867 2.226-.41 6.425-2.558 8.246-4.25 1.508-1.379 1.508-1.406 1.66-3.12.336-3.587 2.867-7.169 6.25-8.833 1.558-.77 1.945-.844 4.043-.844 1.996 0 2.457.102 3.43.637 3.097 1.77 2.457 5.89-.895 5.89-1.945 0-2.945-1-1.535-1.534 1.383-.512.867-2.434-.742-2.868-1.895-.488-4.047.793-5.403 3.25-1.64 2.97-1.715 6.504-.156 8.114 1.512 1.613 3.406.336 4.867-3.329.766-1.867 1.867-2.867 3.149-2.867 1.125 0 1.332.692.843 2.793-.718 3.25-.23 4.094 1.793 3.098.664-.309 1.766-1.023 2.43-1.535l1.254-1 .848-4.43c.922-4.965 1.277-5.633 3.172-5.988 1.82-.336 2.23.562 1.562 3.402l-.36 1.59 1.333-1.36c3.148-3.226 7.015-4.812 8.347-3.48.715.715.637 1.613-.386 4.785-.485 1.512-1.153 3.895-1.457 5.25-.461 2.047-.489 2.535-.23 2.868.82.972 3.327-.028 5.554-2.204l1.305-1.277.156-2.844c.152-3.277.457-4.453 1.328-5.504.82-.972 2.305-1.687 3.098-1.484.793.207.793.973.078 3.227-1 3.097-.895 10.238.129 10.238.41 0 2.507-2.2 3.84-4.043l.996-1.36-.793-.816c-1.383-1.46-1.715-2.406-1.715-4.789 0-1.738.129-2.379.562-3.227.719-1.328 1.844-2.3 3.176-2.687 1.406-.434 3.148.281 3.863 1.562.719 1.305.54 4.223-.383 6.223l-.664 1.457h.895c1.23 0 1.715-.305 3.918-2.379 1.152-1.101 2.484-2.05 3.48-2.511 3.918-1.84 8.528-.895 9.293 1.921.64 2.254-.765 3.84-3.226 3.66-1.766-.128-2.098-.59-1.074-1.456 1.843-1.54 0-3.508-2.637-2.793-1.434.386-3.047 1.996-3.89 3.867-1.692 3.738-.794 8.14 1.636 8.14.973 0 2.691-1.921 3.355-3.789.793-2.152 2.457-3.507 3.711-3.02.692.255.743.946.309 3.122-.488 2.383-.563 4.61-.18 5.633.153.382.614 1.101 1.051 1.586.816.921.844 1.254.152 1.691-.332.23-.77.129-1.843-.46-1.485-.77-2.766-2.153-3.227-3.458l-.281-.766-1.024.766c-.59.41-1.511.871-2.047 1.023-2.125.563-4.738-.894-5.964-3.351-.489-.95-.641-3.738-.282-4.813.204-.59.204-.59-.617-.18-.433.231-1.355.485-2.07.563-1.18.13-1.36.258-2.535 1.742-1.664 2.07-4.61 4.864-5.813 5.454-2.558 1.277-3.402.918-4.07-1.72l-.461-1.765-1.102.973c-1.406 1.23-4.222 2.715-5.836 3.074-1.535.332-3.175-.156-3.84-1.18-.995-1.535-.663-4.785.922-9.164 1.176-3.25.333-3.3-2.636-.203-2.203 2.328-3.149 3.992-3.762 6.578-.64 2.688-1.41 3.66-3.148 4.07-1.051.231-1.54-.41-1.332-1.816l.152-1.129-.973.668c-1.383.946-3.125 1.817-4.328 2.149-1.203.332-2.789-.024-3.172-.692-.691-1.175-.691-1.175-1.765-.332-2.332 1.895-5.66 1.356-7.348-1.152l-.54-.793-1.687 1.562c-4.867 4.454-10.957 6.45-15.464 5.067-5.735-1.738-8.907-6.656-8.856-13.746.024-7.117 3.172-14.617 8.473-20.172 2.996-3.125 5.812-4.969 8.68-5.66 2.07-.512 3.328-.485 5.296.129zm0 0"}),e.createElement("path",{fill:t,d:"M90.418 58.676c-.563.562-.356 2.816.36 4.25.359.742.742 1.332.87 1.332.102 0 .332-.59.512-1.309.64-2.66-.512-5.504-1.742-4.273zm0 0"}))};de.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},de.defaultProps={color:"#00c4cc",size:"128"};const Me=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64.633 5.723l-12.62 12.863h8.444v33.818l4.176 4.258 4.13-4.207V18.811h8.71L64.633 5.723zM22.37 21.355l.002 22.903 9.266-9.246L53.633 56.97h4.105v-3.418l-21.92-22.358 9.66-9.84H22.372zm26.938 0l-9.65 9.838 18.08 18.44V21.355h-8.43zm22.177.215l-.002 28.108L89.61 31.195l-9.43-9.625h-8.695zm13.395.883l8.566 8.742-21.96 22.399v3.597h3.933l21.855-22.29 9.438 9.62V22.453H84.88zm12.394 16.361l-18.02 18.377h27.459V48.43l-9.438-9.616zm-65.632.069l-9.272 9.256v8.832h27.39L31.643 38.883zM19.654 50.846L6.28 64.196 19.654 77.55v-9.328H52.98l4.03-4.028-4.49-4.472H19.655v-8.877zm89.778.357l-.004 8.746H76.55l-4.25 4.328 3.86 3.942h33.038v9.373l13.057-13.315-12.824-13.074zM22.377 70.977l.002 9.287 9.264 9.256 18.572-18.543H22.377zm31.713 0L31.639 93.383l-9.262-9.248v22.677h22.21l-9.544-9.527 22.695-22.65v-3.658H54.09zm17.256 0v4.175L92.56 96.316l.964.973-8.61 8.596h21.562v-21.61l-8.24 8.414-.962.967-22.242-22.68h-3.687zm7.517 0l18.412 18.767 9.202-9.379v-9.388H78.863zm-14.576.998l-3.822 3.814v33.787h-9.233l13.055 13.028 13.057-13.028h-8.717V76.31l-4.34-4.334zm-6.547 6.533l-18.816 18.78 9.547 9.526h9.27V78.508zm13.606.512v27.8h8.756l9.55-9.533L71.346 79.02z"}))};Me.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Me.defaultProps={color:"#000000",size:"128"};const Ee=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M40.42 90.46a15.35 15.35 0 01-2.8-1c-2.05 3.22-6.8 11.37-7.48 18.75h12.3a62.21 62.21 0 01-2.02-17.75zM80.28 83.92a91.7 91.7 0 00-5.71 17.18c-.53 2.38 1.08 4.75.78 7.11h15.47c-4.08-11.26-5-27.64-7.11-34.19-.05-.09-3.37 9.98-3.43 9.9z"}),e.createElement("path",{fill:t,d:"M124.32 45.19c-3.52-5-11.55-9.2-13.42-14.91-.48-1.46-.56-4.46.36-5.86s-.54-1-.54-1c-2 .77-2.86-1.43-2.86-1.43-.3-.77.11-3.12-1.61-1.84-3.1 2.33-2.08 8-1.5 10.28a23.76 23.76 0 005.9 10.34c1 .93 7.3 7.86 6.44 11.41a2.85 2.85 0 01-2.15 2.62c-4.59.92-6.08-4.71-6.08-4.71-3.44-14.69-9-19.83-9-19.83A109.06 109.06 0 0073 32.62c-34.37-1.29-60.23 9.27-60.23 9.27-7.56 10.85-12 31-12 31s0 .1.07.11a.27.27 0 00.26-.13 63.4 63.4 0 019.57-9.66c-.72 28 5.62 45 5.62 45h12C29.14 98.12 37.06 87 37.06 87c4.46 3.38 14.54 2.38 14.54 2.38 1.78 6.74 5.4 18.82 5.4 18.82h14.46a91.43 91.43 0 017.87-26.64S82.91 73.44 83 71c.23-4.25 4.25-5.51 6.43-5.51s12.1 5.54 19.51 5.17c12.91-.65 18-6.62 18.25-13.43.2-4.68-.9-9.23-2.87-12.04zM82.83 59.62a2.23 2.23 0 01-.27.54 1.48 1.48 0 01-.51.47 1.39 1.39 0 01-.73.16 2.16 2.16 0 01-.66-.15 6.29 6.29 0 01-1.88-1.32c-.27-.25-.52-.51-.76-.76l-.7-.73a4.47 4.47 0 00-1.48-.83c-.59-.21-1.23-.38-1.9-.54s-1.34-.33-2.07-.57a4.96 4.96 0 01-.58-.23l-.29-.11a2.44 2.44 0 01-.38-.27 2.49 2.49 0 01-.56-.7 3.05 3.05 0 01-.28-.74 4.93 4.93 0 01-.1-1.32 8.71 8.71 0 01.13-1.16 17 17 0 01.55-2.13q.33-1 .73-2c.13-.33.26-.65.41-1a10.66 10.66 0 01.52-1A11.25 11.25 0 0174.94 42a12.89 12.89 0 011.81-1.14 10.3 10.3 0 012-.8 18.29 18.29 0 00-3.08 2.71A12.3 12.3 0 0073.48 46a8.65 8.65 0 00-.34.89l-.31 1c-.2.65-.4 1.3-.56 1.95a18 18 0 00-.41 1.91 7.8 7.8 0 00-.09.9 2.84 2.84 0 00.06.75.65.65 0 00.16.34l.14.08.39.16c.58.22 1.25.39 1.92.6a17.92 17.92 0 012.05.75 5.53 5.53 0 012 1.4c.25.31.43.58.64.86l.61.81c.2.26.41.51.63.74a3.66 3.66 0 00.67.58.81.81 0 00.61.17 1.12 1.12 0 00.59-.51 4.75 4.75 0 00.44-.89c.13-.32.23-.65.34-1a5.93 5.93 0 01-.19 2.13zm12.78-8.92a2.19 2.19 0 11-.88-2.52 1.92 1.92 0 01.88 2.52z"}))};Ee.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ee.defaultProps={color:"#34495e",size:"128"};const xe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("circle",{fill:t,cx:"63.624",cy:"64.474",r:"22.634"}),e.createElement("path",{fill:t,d:"M64 37h54.186c-9.944-20-30.64-33.633-54.562-33.633-19.367 0-36.619 9.173-47.764 23.271l21.123 35.748C38.015 48.48 48 37.07 64 37zm56.126 4H78.294c7.403 6 12.299 13.884 12.299 23.369 0 4.663-1.183 8.631-3.268 13.631h.015l-27.757 47.511c1.335.087 2.682-.022 4.04-.022 33.609 0 60.855-27.746 60.855-61.355.001-8-1.546-15.134-4.352-23.134zM63.624 91.445c-11.672 0-21.611-7.414-25.368-17.789L13.07 30.585C6.565 40.271 2.767 51.93 2.767 64.474c0 30.632 22.634 55.972 52.089 60.224l20.996-36.179a26.853 26.853 0 01-12.228 2.926z"}))};xe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},xe.defaultProps={color:"#CE4E4E",size:"128"};const ye=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M47.809 64c0-8.45 6.847-15.23 15.23-15.23 8.387 0 15.234 6.847 15.234 15.23S71.426 79.23 63.04 79.23c-8.383 0-15.23-6.847-15.23-15.23zm15.23-64C33.152 0 8.13 20.48 1.023 48.129c-.062.191-.062.383-.062.64a3.07 3.07 0 003.07 3.07h25.793c1.215 0 2.305-.702 2.75-1.792 5.313-11.52 16.961-19.582 30.465-19.582 18.496 0 33.535 15.039 33.535 33.535 0 18.496-15.039 33.535-33.535 33.535-13.504 0-25.152-8-30.465-19.582-.511-1.023-1.535-1.793-2.75-1.793H4.031a3.07 3.07 0 00-3.07 3.07c0 .196.062.387.062.641C8.063 107.52 33.153 128 63.04 128c35.328 0 64-28.672 64-64s-28.672-64-64-64zm0 0"}))};ye.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ye.defaultProps={color:"#343434",size:"128"};const Te=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M60.952.266C27.377.266.065 28.77.065 63.806s27.318 63.54 60.887 63.54c33.576 0 60.893-28.505 60.893-63.54S94.528.266 60.952.266zm0 6.117c30.39 0 55.025 25.712 55.025 57.423 0 2.482-.167 4.924-.46 7.321-1.495 6.214-4.194 10.358-7.412 13.19-4.941 4.336-11.524 5.738-17.62 5.733a41.444 41.444 0 01-4.973-.289C97.506 77.4 99.336 57.866 89.864 43.315 80.39 28.763 62.315 23.338 46.882 30.416a23.787 23.787 0 00-1.68-1.114c-2.41-1.413-7.439-3.482-13.837-3.505-5.361-.022-10.615 1.568-15.133 4.58C26.554 15.317 43.21 6.386 60.952 6.394v-.011zM51.341 84.6c.894-4.07 3.343-10.431 5.548-15.655.623-1.481 1.23-2.872 1.777-4.104 3.451 12.822 5.635 20.449 9.546 25.65a17.884 17.884 0 001.913 2.114 28.056 28.056 0 01-9.173 1.56 28.176 28.176 0 01-10.023-1.86c-.065-.817-.1-1.638-.103-2.459a24.45 24.45 0 01.515-5.24V84.6zm-7.444 3.77c-7.555-5.703-12.031-14.84-12.04-24.57.008-9.88 4.625-19.138 12.375-24.813 1.637.984 3.121 2.143 4.34 3.477 2.395 2.56 5.077 8.214 6.94 13.082.51 1.312.965 2.567 1.36 3.709C50.16 73.502 45.685 80.608 43.898 88.37zm21.802-18.226c-1.501-4.037-2.374-7.079-2.379-7.084l-.005-.012c-2.747-10.984-5.592-21.025-11.497-28.052a27.998 27.998 0 019.134-1.55c16.06.022 29.074 13.602 29.095 30.36-.007 9.673-4.432 18.764-11.914 24.474a14.975 14.975 0 01-2.184-.78c-1.137-.514-2.812-2.267-4.329-4.698-2.313-3.635-4.437-8.622-5.927-12.653l.006-.005zm-4.747 51.08c-30.39 0-55.025-25.707-55.025-57.424 0-2.086.114-4.144.32-6.173 4.508-16 15.338-21.92 25.595-22.02 2.08-.007 4.117.282 6.068.774-13.182 12.081-15.74 32.487-5.979 47.7 9.762 15.213 28.817 20.518 44.544 12.403 2.78 1.023 5.96 1.633 9.812 2.137 1.447.186 3.007.277 4.665.277a61.612 61.612 0 0014.997-2.087c-10.29 15.308-27.088 24.417-45.007 24.407l.01.006z"}))};Te.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Te.defaultProps={color:"#5881D8",size:"128"};const Pe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M35.563 79.748c-3.83 0-6.724-1.118-8.714-3.355-1.99-2.237-2.985-5.44-2.985-9.612 0-4.262 1.025-7.527 3.106-9.824 2.08-2.297 5.065-3.446 9.015-3.446 2.653 0 5.065.484 7.176 1.481l-1.628 4.323c-2.262-.877-4.131-1.33-5.608-1.33-4.372 0-6.543 2.902-6.543 8.705 0 2.841.543 4.957 1.628 6.408 1.085 1.42 2.683 2.146 4.794 2.146 2.382 0 4.643-.604 6.784-1.783v4.685c-.965.574-1.99.967-3.075 1.21-1.086.271-2.412.392-3.95.392zm21.829-.453h-5.367V43.688h5.367v35.607zm8.593 11.244c-1.598 0-2.955-.181-4.01-.574v-4.262a12.3 12.3 0 003.166.423c2.291 0 3.437-1.3 3.437-3.9v-28.26h5.367V82.59c0 2.6-.694 4.595-2.05 5.925-1.387 1.36-3.347 2.025-5.91 2.025zm2.261-43.254c0-.968.272-1.693.784-2.207.513-.514 1.266-.786 2.261-.786.935 0 1.689.272 2.201.786.513.514.784 1.27.784 2.207 0 .906-.271 1.632-.784 2.176-.512.514-1.266.786-2.2.786-.965 0-1.72-.272-2.262-.786-.543-.544-.784-1.27-.784-2.176zm33.8 24.816c0 2.478-.905 4.352-2.684 5.682-1.81 1.33-4.372 1.965-7.719 1.965-3.377 0-6.06-.514-8.11-1.541v-4.655c2.954 1.36 5.728 2.055 8.291 2.055 3.287 0 4.945-.997 4.945-2.992 0-.635-.181-1.18-.543-1.602-.362-.424-.965-.877-1.809-1.33-.844-.454-1.99-.968-3.497-1.542-2.895-1.118-4.885-2.267-5.91-3.385-1.025-1.119-1.538-2.6-1.538-4.383 0-2.177.875-3.839 2.623-5.048 1.75-1.21 4.101-1.783 7.116-1.783 2.955 0 5.759.604 8.412 1.813l-1.749 4.05c-2.713-1.118-5.005-1.692-6.874-1.692-2.834 0-4.251.816-4.251 2.418 0 .786.362 1.45 1.115 2.025.724.544 2.352 1.3 4.824 2.267 2.08.816 3.588 1.542 4.553 2.207.935.665 1.628 1.45 2.11 2.327.453.847.694 1.904.694 3.144z"}),e.createElement("g",{fill:t,fontWeight:"400",fontFamily:"sans-serif"},e.createElement("path",{d:"M58.176 117.864C30.678 115.416 9.03 92.171 9.03 63.97c0-28.202 21.648-51.416 49.146-53.864V4.03C27.332 6.51 3 32.443 3 64s24.332 57.491 55.176 59.97zM67.824 4.03v6.076C95.322 12.554 116.97 35.798 116.97 64c0 28.202-21.648 51.446-49.146 53.894v6.076C98.668 121.49 123 95.557 123 64S98.668 6.509 67.824 4.03z"}),e.createElement("path",{d:"M61.176.78l-3.24.26C25.552 3.642 0 30.9 0 64s25.552 60.358 57.936 62.96l3.24.26v-12.1l-2.735-.245C32.476 112.563 12.03 90.636 12.03 63.971c0-26.667 20.444-48.565 46.412-50.877l2.735-.242V.779zm3.648 0v12.072l2.735.242C93.524 15.405 113.97 37.334 113.97 64c0 26.667-20.447 48.595-46.412 50.906l-2.735.242v12.073l3.24-.26C100.448 124.357 126 97.099 126 64c0-33.1-25.552-60.358-57.936-62.96l-3.24-.26zm-9.648 6.657v.057C27.469 11.333 6.029 35.18 6.029 63.971c0 28.79 21.438 52.663 49.147 56.504v.088C27.436 116.716 6 92.892 6 64S27.435 11.284 55.176 7.437zm15.648 0C98.564 11.284 120 35.108 120 64s-21.435 52.716-49.176 56.563v-.057c27.709-3.84 49.147-27.716 49.147-56.506S98.533 11.335 70.824 7.494v-.056z"})))};Pe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Pe.defaultProps={color:"#96ca4b",size:"128"};const be=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64.047 6.443C28.773 6.463.059 32.646.03 64.803c3.523 2.397 5.611 3.476 8.41 4.648 5.73-3.558 12.371-5.441 19.204-5.441 2.039 0 4.097.172 6.117.508 6.37 1.054 17.527 6.972 22.152 10.921a40.191 40.191 0 013.777-6.168c.602-.8 1.239-1.582 1.903-2.343-5.824-4.485-18.266-10.79-25.903-12.055a49.266 49.266 0 00-8.058-.664c-5.524-.008-11 .93-16.145 2.762 4.18-23.332 26.422-40.707 52.606-40.727 14.195 0 27.535 5.035 37.566 14.176 8.008 7.293 13.125 16.414 14.895 26.473-5.164-1.836-10.606-2.778-16.2-2.797l-.785-.004a47.641 47.641 0 00-4.61.277c-.284.027-.57.07-.85.106-.692.086-1.376.18-2.055.293-.305.046-.602.101-.903.156-.687.129-1.375.273-2.054.43-.246.054-.493.109-.735.167-.855.211-1.707.446-2.547.704-.05.015-.101.027-.152.043a46.471 46.471 0 00-5.527 2.117 5.032 5.032 0 01-.145.07c-.832.383-1.652.793-2.457 1.23l-.2.106c-4.241 2.32-8.01 5.285-11.147 8.773l-.391.434c-.688.785-1.36 1.59-1.988 2.43a42.558 42.558 0 00-1.836 2.695 38.383 38.383 0 00-1.313 2.234 38.49 38.49 0 00-2.32 5.133v.008a36.862 36.862 0 00-2.254 13.352c.004.18.004.363.008.543.011.355.031.71.054 1.066.036.582.082 1.164.145 1.746.039.363.086.73.137 1.098.03.23.058.465.097.699.094.61.203 1.219.328 1.824 1.554 7.488 5.388 14.235 10.913 19.73 2.01-3.037 2.12-3.672 4.155-9.445-4.934-5.325-5.048-10.33-5.048-17.73 0-16.102 13.809-29.473 31.434-30.442l1.113-.039c7.144-.164 14.183 1.758 20.16 5.465l4.018-2.6 4.388-2.029c.012-15.586-6.636-30.234-18.722-41.246C97.203 12.498 81.16 6.443 64.046 6.443z"}))};be.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},be.defaultProps={color:"#e0225c",size:"128"};const He=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M89.708 48.868l-.758-.414c.399.964.529 1.786.515 2.521a8.627 8.627 0 00.248-1.847 8.22 8.22 0 01-.273 2.231l.025-.385a8.52 8.52 0 01-1.074 2.558l.235-.25c-2.88 4.819-10.737 5.872-14.612.895-6.22-7.99.128-16.604 1.017-25.065 1.111-10.604-5.538-20.899-13.783-27.06 4.541 7.346-1.442 17.066-6.229 22.498-4.642 5.269-10.286 9.667-15.41 14.451-5.503 5.143-10.797 10.555-15.319 16.588-9.049 12.074-14.59 27.26-10.518 42.325 4.068 15.056 17.108 24.639 31.834 28.027-7.429-3.212-14.381-11.373-14.397-19.723-.019-9.106 5.75-16.835 12.927-21.914-.863 3.259-1.334 6.24.803 9.155 1.988 2.711 5.468 4.027 8.753 3.312 7.679-1.679 8.03-10.12 3.479-15.038-4.501-4.868-8.855-10.371-7.143-17.433.858-3.54 3.032-6.854 5.787-9.226-2.118 5.563 3.897 11.049 7.859 13.779 6.876 4.741 14.416 8.325 20.738 13.881 6.648 5.84 11.559 13.736 10.567 22.896-1.076 9.927-8.964 16.832-17.811 20.317 18.696-4.128 38.018-18.639 38.411-39.376.329-17.058-11.373-30.187-25.871-37.703z"}))};He.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},He.defaultProps={color:"#EE4323",size:"128"};const Le=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M125.571 39.926l-58.5-39c-1.997-1.23-4.128-1.24-6.142 0l-58.5 39C.929 40.926 0 42.712 0 44.497v39c0 1.786.929 3.572 2.429 4.571l58.5 39.006c1.996 1.229 4.128 1.24 6.142 0l58.5-39.006c1.5-.999 2.429-2.785 2.429-4.57v-39c0-1.786-.929-3.572-2.429-4.572zm-56.07-24.144l43.07 28.715-19.214 12.858L69.5 41.425V15.784zm-11.001 0v25.644L34.642 57.354 15.428 44.498 58.5 15.782zm-47.5 39l13.786 9.215L11 73.212v-18.43zm47.5 57.43L15.428 83.497 34.642 70.64 58.5 86.569v25.643zM64 76.997l-19.428-13 19.428-13 19.428 13-19.428 13zm5.5 35.215V86.569L93.357 70.64l19.214 12.857-43.07 28.715zm47.5-39l-13.786-9.215L117 54.783v18.429z"}))};Le.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Le.defaultProps={color:"#000000",size:"128"};const Ve=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M50.3 29.6c11.7-1 15-8.5 28.7-9.8 6.7-.6 11 .8 11.4 3.1.4 2.2-2.9 3.7-7 4-5.6.6-8-1.5-8.4-3.4-4.1.4-4.8 2.2-4.6 3.5.4 2.4 5.5 4.7 14.1 3.9 9.8-.8 13-4.6 12.2-8.5-1-5-8.5-9.2-22-8-17.3 1.6-17.2 9.5-28.9 10.5-4.8.4-7.5-.7-8-2.6-.3-1.9 2-2.8 4.8-3 2.6-.2 5.7.2 7.2 1 1.1-.6 1.5-1.1 1.3-1.8-.4-1.8-4-2.6-8.5-2.2-8.7.8-8.7 4.7-8.4 6.4 1.1 4.7 7.8 7.7 16.1 6.9zm58.6 19.8c-10.8 2.5-24.6 4.1-41.2 4.1-16.9 0-30.7-1.8-41.5-4.1-9.6-2.5-14.8-5.2-16.6-8 .9 6.3 2.5 12.4 4.6 18.2-2.4 1.5-4.7 3.5-6.7 6C3.7 70.4 2 76 2.3 81.5c.3 5.5 3 10 7.3 13.5 4.5 3.5 9.3 4.5 14.8 3.5 2.1-.3 4.5-1.5 6.6-2.1-4.5 0-8.3-1.5-12.1-4.5-4.1-3-7-7.3-7.6-12.4-1-4.8 0-9.3 2.7-13.2.6-.8 1.2-1.4 1.9-2 1.5 3.8 3.3 7.4 5.2 10.9 4.1 6.3 8.3 11.8 12.4 17.7 1.8 3.5 3 7 3.8 10.4 2.7 3.8 6.6 6.5 11.4 7.9 5.9 2.1 12.1 2.9 18.4 2.9h.7c6.3 0 12.9-1 19-3 4.5-1.5 8.3-4 11.1-8h.3c.7-3 1.8-6.8 3.5-10.3 4.1-5.9 8.3-11.4 12.4-17.7 5.5-10 9.3-21.4 11.4-33.6-2.1 3-7.3 5.8-16.6 7.9zm-82.7-8.7c10.8 2.7 24.6 4.1 41.2 4.1 16.9 0 30.4-1.5 41.2-4.1 11.4-2.7 16.9-6.3 16.9-9.6 0-2.5-2.5-4.8-7-6.6 1 .7 1.8 1.8 1.8 3 0 3.5-5.2 6.3-15.6 8.6-9.6 2.1-22 3.6-37 3.6-14.5 0-27.4-1.5-36.7-3.5-10-2.5-15.3-5.2-15.3-8.6 0-1.5.7-2.7 2.7-4.1-6.3 2.5-9.6 4.5-9.6 7.6.3 3.5 5.9 7 17.4 9.6z"}))};Ve.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ve.defaultProps={color:"#28334C",size:"128"};const Ce=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M68.79 127.38a28.6 28.6 0 00-4.46-2.53 3.79 3.79 0 00-1-.3c-.3 0-1.88-.34-3.52-.69-3.57-.75-9.12-1.87-12.76-2.56-3.94-.75-5.29-.84-14.24-1-6.84-.08-7.61-.1-7.82-.28s-.15-.52.08-.56 3.9-.44 7.33-.8c.72-.08 2.6-.11 5.63-.1a46.87 46.87 0 017.26.29c1.49.17 3.26.35 3.93.41a11.89 11.89 0 011.37.19c.14 0 .15 0 .1-.24a1.17 1.17 0 00-.24-.5 7.23 7.23 0 00-2.59-1.15c-.62-.17-2.18-.61-3.47-1-4.65-1.34-10.37-2.8-12.24-3.11-1.13-.19-3.33-.46-3.79-.46-.14 0-.24 0-.23.08s1.07.9 2.33 1.9 2.32 1.85 2.33 1.91-.43.08-1-.19c-.34-.15-1.16-.58-1.83-1a42 42 0 00-4.95-2.47c-.91-.33-1.12-.52-1-.94l.07-.25h1.8c1 0 2.43 0 3.2.1 1.77.12 4.63.35 5.05.41l5.05.93a1.34 1.34 0 00.47 0 1.86 1.86 0 000-1 7.8 7.8 0 00-1-.83c-.84-.65-.86-.68-.83-1a5.15 5.15 0 01.36-1c.29-.63.32-.74.21-.9s-2.29-1.78-4.93-3.73-6-4.4-7.39-5.46L23 97.42a1.29 1.29 0 01-.7-1.29 2.26 2.26 0 00-.6-1.55 9.72 9.72 0 00-1.89-.79A8.45 8.45 0 0118 93c-.18-.22-.21-1.2-.08-3.33 0-.65 0-2.31-.06-3.88-.12-3.14-.25-7.37-.38-13.45-.09-3.73-.08-4.25 0-4.55a1.31 1.31 0 000-1c-.06-.1-.4-.59-.77-1.09a7.86 7.86 0 01-.71-1.14 20.72 20.72 0 01.33-2.37 10.23 10.23 0 00.31-2.25 28.41 28.41 0 00-3.39-.58.76.76 0 01-.51-.21 2.29 2.29 0 010-.78c0-.35.28-2.93.53-5.73.54-6 .52-5.83.69-5.89s5.11 1.17 5.56 1.34c.21.08.28-.11.52-1.31a21.8 21.8 0 01.81-3c.22-.58.21-.62-.42-2-.27-.6-.78-1.75-1.13-2.58s-.67-1.52-.7-1.56-.21 0-.38.1c-.89.57-1 .57-1.21-.05-.08-.23-.27-.69-.4-1-.42-.91-.37-1 .53-1.49.25-.12.47-.29.47-.35s-.39-1.27-.86-2.68a145.27 145.27 0 01-4.43-15.77c-.32-1.85-.33-2.21-.1-3.07a3 3 0 01.29-.83 2.09 2.09 0 011.49.16c.82.41 1.17.92 3.9 5.7 1.1 1.95 2.1 3.52 2.1 3.51a33.72 33.72 0 002.45-3.66A39.14 39.14 0 0125.37 14c1-1.33 1.16-1.46 1.88-1.7l.57-.19.68.42a5.59 5.59 0 01.91.69l.47.43.84-.23c1.4-.38 4.72-1.51 6.33-2.14a56.16 56.16 0 005.28-2.43 15.37 15.37 0 011.82-.83c.72-.13 1.21.44 1.11 1.26a3.71 3.71 0 01-.64 1.59c-.25.37-2.93 2.9-4.37 4.13a7.08 7.08 0 00-1 1 28.1 28.1 0 001.51 4.93c.14.33.32.6.39.6s3.39-2 7.41-4.53c11.66-7.29 13.11-8.18 13.31-8.18a2.11 2.11 0 01.93 1c0 .12-1.44 1.06-10.55 7-1.51 1-2.81 1.83-2.88 1.9s-.09.13.22.13a1.91 1.91 0 011.63.76 2.56 2.56 0 011 1.94c0 .82-.21 1.16-1.16 2-.47.41-1.53 1.48-2.37 2.38a17.46 17.46 0 00-2.33 2.88 50.76 50.76 0 00-3 5.37c-2 4-2.52 5-3.12 5.59A13.2 13.2 0 0136.69 42a6.75 6.75 0 00-1.23.75 1.11 1.11 0 00-.16.69 2.24 2.24 0 01-.74 1.63c-.52.53-.69 1-1.34 3.6-.56 2.24-.61 2.54-.42 2.69s1.67.49 3.57 1 3.54.91 3.63 1a.29.29 0 01.17.23c0 .09-.23.94-.5 1.92-.69 2.48-1 3.6-1.35 5.42-.19.86-.38 1.65-.42 1.74s-.17.17-1 .1a9.6 9.6 0 01-1.12-.1c-.22-.06-.21.12.11 2.17s.31 2.16.4 2.16a5.8 5.8 0 00.58-1 31.23 31.23 0 015-7.56c1.28-1.43 4.54-4.7 5.28-5.31a34.93 34.93 0 015.5-3.36c.23-.09.7-.34 1.07-.54a11.6 11.6 0 013.4-1.23 23 23 0 017.82-.11 16.52 16.52 0 017.19 3.34 6.53 6.53 0 012.08 2.14 6.24 6.24 0 00.78 1c.1.07.38 0 1-.11a12.38 12.38 0 015.63 0 8.07 8.07 0 013.48 1.48 12.86 12.86 0 014.18 3.59c2.6 3.16 3.62 4.78 4.35 6.92.16.48.32.8.34.72.2-.53.6-1.77.6-1.88a14.71 14.71 0 00-.94-1.68c-.51-.84-.95-1.62-1-1.73s.13-.47.63-1.26c.38-.59.81-1.23 1-1.42s.27-.35.12-.65-.19-.31-.24-.31a3.77 3.77 0 00-.63.27c-.64.32-1 .34-1.24.07-.1-.11-1.49-2.58-3.1-5.47-2.32-4.18-2.89-5.29-2.81-5.41s1.42-.59 5.12-1.69a13.86 13.86 0 002.14-.74c.15-.15.13-.25-.44-2.18-.89-3-.72-2.74-1.69-3.19s-1.32-.81-1.54-1.59a1.49 1.49 0 00-.26-.6 12.33 12.33 0 00-2.12-.75 17.33 17.33 0 01-1.76-.64A26 26 0 0180 32.46a5.68 5.68 0 00-2.21-1.36A51.8 51.8 0 0071 28.75a13.55 13.55 0 01-1.32-.42c-.57-.29-.65-.75-.33-1.84a2 2 0 01.57-1c.46-.46.76-.56 3.11-1.09a28.22 28.22 0 014.94-.82c1.27-.06 1.25-.05.82-.83s-.78-1.16-3-3.34a44.38 44.38 0 00-6.4-5.41c-1-.72-1.42-1.15-1.59-1.74a1.85 1.85 0 011-2.18 3 3 0 011.63-.39c1.18 0 1.63.27 5.08 2.55 3.89 2.57 4 2.63 4 2.6s-1.67-1.71-3.77-3.77C71 6.35 71.32 6.71 71 6a2.85 2.85 0 01-.32-1.51v-.94l.44-.44c.34-.34.51-.45.72-.45.45 0 .67-.25.74-.86A1.62 1.62 0 0173.73.24a14.11 14.11 0 013.63.35c.5.15 3.38 1.66 5.23 2.71a54.41 54.41 0 019 6.46c.57.54.75.67.7.5-.14-.49-1.63-4.1-2.33-5.63-1-2.16-1-2.79-.32-3.8a1.42 1.42 0 011.5-.64 3.73 3.73 0 012.37 1.22 54.12 54.12 0 015 8.2c2.63 4.91 3.81 9 4.56 15.93a11.05 11.05 0 010 4.19 2.34 2.34 0 00-.15 1.06c.09.68 2.39 7.05 3.31 9.17.43 1 .58 1.23.78 1.23s1.89-.53 4-1.18c5.08-1.57 4.77-1.48 4.89-1.36s-.69 10.88-.84 11.23-.22.29-2.1 1c-.54.19-1 .37-1.06.4a3.29 3.29 0 00.66.88 36.78 36.78 0 012.47 3c.17.34.11.54-.3 1s-.36.45 0 1.52a3.36 3.36 0 01.18 1.8c0 .62-.08 1.4-.11 1.73a5.71 5.71 0 00.48 2.49 4.39 4.39 0 01-.1 2.92 29.89 29.89 0 01-1.88 5c-.93 2.08-1.2 2.73-2.25 5.4a26.66 26.66 0 00-2 7.13c-.2 1.14-.55 2.82-.77 3.73a28.44 28.44 0 00-.63 3.57 20.1 20.1 0 01-.67 3.85c-.09.26-.6 1.47-1.13 2.67a17.81 17.81 0 00-1 2.71c0 .28-.13 1.29-.19 2.24a5.7 5.7 0 000 1.85 8.32 8.32 0 002.47-.37l2.43-.47c.22 0 0 .29-.63.74a22.48 22.48 0 00-3.1 2.83c-2.11 2.28-2.69 2.83-2.69 2.48a20.52 20.52 0 011.49-2.75l.61-.94c.12-.19.05-.16-6 2.44-5.58 2.39-8.75 3.87-12.55 5.86-1.61.85-1.92 1-1.92 1.21 0 .34.27 2.77.32 2.81s1.3-.59 2.85-1.36c3.51-1.75 9-4.25 11.39-5.18 1.83-.71 8.42-2.91 9.25-3.09a8.31 8.31 0 012-.25 13.72 13.72 0 01-2.42 1.53c-.21.06-.34.13-.28.17s-.32.38-.94.84-1.07.83-1.1.88a.26.26 0 01-.19.08c-.12 0-.12 0 0-.14a.39.39 0 01.23-.13c.08 0 .13 0 .13-.08a2.42 2.42 0 01.48-.56c.27-.28.35-.4.2-.29a5.31 5.31 0 00-.6.53 4.36 4.36 0 01-.58.53c-.15.1-.2.18-.14.22s0 .13-.08.24-.21.15-.28 0-.09-.12-.05 0-.14.32-.37.57-.37.42-.31.42.61-.1 1.22-.21 1.66-.29 2.36-.37c2.59-.29 3-.31 3-.16a9.24 9.24 0 01-1.56.46A177.28 177.28 0 0085.11 121c-3.09 1.33-6.6 3.16-6.55 3.42 0 .08 0 .14-.06.14a9.38 9.38 0 00-1.5 1.13 8.23 8.23 0 01-.94.69c-.33.19-.83.51-1.13.71a3.06 3.06 0 01-.66.35 2.52 2.52 0 00-.45.18 3 3 0 01-1.44.17c-.81 0-1.09 0-1-.11a12.63 12.63 0 011.54-1.78 3.92 3.92 0 011.34-.89 12.53 12.53 0 001.2-.56c.54-.31 5.27-3.18 5.52-3.36s-.07-.2-1.46-.76-1.65-.64-1.78-.54a45.5 45.5 0 00-3.93 3.53c-.89.88-2 1.94-2.49 2.33-.89.73-1 .88-1 1.41a1.4 1.4 0 01-.09.51c-.07.21-.12.23-.51.22a1.15 1.15 0 01-.89-.44zm2-4.07c.91-.83 2.58-2.21 4.18-3.46.53-.41.94-.78.89-.82a15.17 15.17 0 00-1.42-.61l-2.34-1-1-.41-.52.19a2.84 2.84 0 01-1.5.13c-.54 0-1.14-.08-1.34-.11s-.55 0-1.54.45c-.64.26-2.21.86-3.48 1.32s-2.32.87-2.32.89a5.75 5.75 0 001.18.4 43.24 43.24 0 017.52 3.43 2.91 2.91 0 00.68.33 4.5 4.5 0 001-.77zm-8.12-.54c0-.07 0-.13-.09-.13s-.09.06-.09.13 0 .14.09.14.13-.06.13-.14zM61 122c-.62-.31-1.36-.66-1.65-.77-.5-.19-.53-.19-.91 0-.83.32-.77.35 1.4.89 1.11.27 2.08.5 2.15.5A5.61 5.61 0 0061 122zm-5.59-.67a2.5 2.5 0 01.69-.73 22.27 22.27 0 013.18-2c.37-.16 1.23-.57 1.9-.9a16.61 16.61 0 013.69-1.45c.47-.11.92-.22 1-.25.27-.09-.53-.2-1.81-.26a12.91 12.91 0 00-2.84.16 12.76 12.76 0 01-2.54.15c-1.06-.06-1.38-.15-1.34-.4s.26-.21 1-.4a25.12 25.12 0 014.49-.81c.7 0 .77-.43.07-.44a14.12 14.12 0 01-3-1.5 9.48 9.48 0 01-2.67-2.82 13.17 13.17 0 00-1.76-2.38c-.09 0-.16.07-.27.45s-.33 1-.56 1.61a4.13 4.13 0 00-.42 1.76 2.25 2.25 0 00.2 1.11c.36.81.32.91-.85 2.24l-1.06 1.19.06.65a1.79 1.79 0 00.46 1.29c.12.1.14.38.14 1.76 0 1.87 0 2 .71 2.16 1 .33 1.16.3 1.46-.21zm27.1-2.07a2.27 2.27 0 001.12-1.28 1.74 1.74 0 00-.2-1.42 2.22 2.22 0 01-.17-1.6 4.2 4.2 0 01.42-.94 2.77 2.77 0 00.31-.6c0-.16-2-5-2.08-5.12s-.35.15-1.06 1.15a17.2 17.2 0 01-2.49 2.71 16.85 16.85 0 01-1.72 1 9 9 0 00-2 1.12 6.23 6.23 0 00.88.09 17.11 17.11 0 015.1 1c.84.36 1.09.55 1.21 1s.11 1.1 0 1.1-.79-.23-1.62-.5-2.65-.77-4-1.12c-3.2-.78-3.18-.78-3.32-.6a.59.59 0 000 .75c.1.07 1.44.53 3 1a23.64 23.64 0 015.22 2.12 3 3 0 00.81.38 1.82 1.82 0 00.65-.26zm-31.72-3.35c.28-1 .28-1 .79-1.32 1.11-.72 1.27-.91 1.36-1.6a10.14 10.14 0 00-.43-2.73c-.29-1-.17-1.46.63-2.8s.88-1.68.65-2.09a13 13 0 00-1.34-1.48 6.81 6.81 0 00-2.3-1.78c-1.57-.83-1.59-.84-1.66-.65a10.41 10.41 0 01-.58.88 2.79 2.79 0 00-.47.79s0 .11-.15.16-.16.14-.13.19 0 .08 0 .08-.11.07-.14.17a.58.58 0 01-.27.27.91.91 0 00-.35.39 16 16 0 01-2.31 2.55c-.18 0-.16-.39 0-1.53l.24-1.33c.06-.33.12-1.28.17-2.22a16.37 16.37 0 00-.38-5l-.21-.67-1.35-.66c-.75-.37-1.37-.7-1.4-.73a6.09 6.09 0 00-.5-.4 11.94 11.94 0 01-1.29-1.19c-.54-.58-.82-.81-.82-.7a.46.46 0 00.11.28c.06.08.07.1 0 .08s0 1 .21 1.51a1.44 1.44 0 00.54.72c.43.32.48.46.17.61-.69.3-2.71-1.32-4-3.22a5.11 5.11 0 01-1.11-3c-.24-1.46-.25-1.55-.32-2.12a4.52 4.52 0 00-.09-.63 16.93 16.93 0 010-4.73l.06-.36-.34.31A15.26 15.26 0 0032 84.59c-.25.42-.55.93-.69 1.13a16.92 16.92 0 00-.95 1.66 24.64 24.64 0 01-1.47 2.89c-.11 0-.11 0 0-2 .14-2.6.14-2.6.53-3.58a12.78 12.78 0 00.46-1.36 3.09 3.09 0 01.23-.69 2.75 2.75 0 00.22-.65 19.73 19.73 0 011.15-3c.39-.82.95-2.06 1.34-2.93A14.79 14.79 0 0135 72.31c.19-.25.19-.29.09-1a21.2 21.2 0 00-.46-2.69 1 1 0 01-.08-.41c0-.2-.12-.93-.24-1.62s-.34-1.91-.47-2.71a8.48 8.48 0 00-.35-1.56 1.8 1.8 0 00-.73-.19l-.93-.13-.72-.11a3.27 3.27 0 01-.52-.09 19.05 19.05 0 00-1.92-.27 7.15 7.15 0 01-1-.15l-.59-.1c-1.19-.15-2.67-.34-3-.42s-.64-.1-1-.13l-.85-.1-.64-.09c-.22 0-.5-.06-.63-.09-.31-.05-1.35-.16-1.62-.16s-.24.05-.37.48c-.08.27-.26 1-.4 1.64-.27 1.29-.25 1.54.16 2.14.84 1.26.95 1.78.95 4.61 0 1.22.07 3.51.15 5.09s.16 3.46.19 4.15.07 1.43.09 1.62.05 1.08.08 1.94c.07 1.82.12 2.72.2 3.33a2.82 2.82 0 01-.05.78 7.33 7.33 0 00-.14.84l-.09.63a9.75 9.75 0 01-.33 1.56 4.14 4.14 0 00-.08 1.9l.12.42 1 .49c.56.27 1 .48 1.07.48a10.38 10.38 0 001.41-1.2c.55-.55.85-.71 1.08-.59s.2.34-.19 1.18a14 14 0 00-.6 1.56l-.24.81.57.84a5.06 5.06 0 00.67.89c.07 0 .14.14.17.24a5 5 0 001.71 1.59c.43.3.81.54.83.54s.31.21.67.45a3.13 3.13 0 00.74.45 1 1 0 01.39.28 4.43 4.43 0 00.9.57c.32.2.75.48.95.63s.5.37.67.48a6.12 6.12 0 01.9.68c.09.07.56.44 1.08.81s1.12.82 1.34 1l1 .72c.32.22.7.52.86.66a8.68 8.68 0 00.91.67 7.44 7.44 0 01.72.5 3.77 3.77 0 00.59.45 7.83 7.83 0 011.55 1.24 2 2 0 01.17 1.51 8.91 8.91 0 00-.14 1.1 1.27 1.27 0 00.4 1.21 1.88 1.88 0 01.54 1.42c0 1 0 1 1.44 1.33 1.07.24 1.5.35 2.3.56l1.22.32a7.69 7.69 0 01.77.2c.1 0 .66.25 1.26.46l1.49.53a1.53 1.53 0 00.49.15 2.22 2.22 0 00.3-.78zm20.49-.2c.51-.25.2-1.15-.35-1-.13 0-.9.08-1.7.11-1.55 0-1.72.1-1.61.47s.35.38 1 .52a7.88 7.88 0 002.62-.09zm-3.38-2.36c.09 0 .68-.13 1.3-.23a22.83 22.83 0 003.79-.86c4-1.3 6.23-2.84 8.07-5.6a33.75 33.75 0 002.33-4.33 6.71 6.71 0 00.61-2.41 8.08 8.08 0 00-.91.32 6.91 6.91 0 01-1.3.37c-.42 0-.49 0-.71-.19-.41-.4-.29-.58.59-.87A10.72 10.72 0 0088.11 94a8.82 8.82 0 01.64-1.14 1.41 1.41 0 01.79-.21 3.14 3.14 0 002.87-1.52 9.77 9.77 0 001.4-2.65c.55-1.31.61-1.86.22-2a1.88 1.88 0 00-1.25 0c-.13.1-.18.25-.2.68a3.47 3.47 0 01-.2 1c-.1.22-.17.43-.14.46s0 .1-.12.17-.11.11 0 .07.12 0 0 .06a.66.66 0 00-.16.26.83.83 0 01-.22.3.53.53 0 00-.19.23c0 .12-.21.37-.28.3s-.1.25-.29.44l-.35.34-.06-.29a2.43 2.43 0 01.43-1.73 3 3 0 00.39-.93 2.75 2.75 0 00-1.33-1.57 3.72 3.72 0 00-1-.18 13.25 13.25 0 01-3.8-1.15 12.75 12.75 0 01-2.82-1.55l-1.49-1A37.13 37.13 0 0176.51 79 14.6 14.6 0 0174 75.6c-.16-.43-.26-.49-.35-.21 0 .1-.1.16-.15.14s0 0 0 .1v.09c0-.04-.09 0 0 .09s0 .13 0 .09-.09 0-.05.09 0 .13 0 .09-.09 0 0 .09 0 .13 0 .09-.09 0 0 .09 0 .13-.06.08-.1 0 0 0-.17.5-.27.4 0 0 0 .06-.43.85-.54.75c.1.21-1.1 1.44-2.23 2.27a10.08 10.08 0 01-5.42 1.72h-.51l.66-.56.89-.77c.12-.12.51-.44.85-.72a7.72 7.72 0 001.75-1.78s-.26 0-.58.24c-.82.49-3.32 1.77-4.28 2.17a21.72 21.72 0 01-3.92 1.18 92.23 92.23 0 01-9.78.9 8.73 8.73 0 00-3.11.42 18.75 18.75 0 00-6.79 3.34 1.52 1.52 0 00-.63 1.49 21.62 21.62 0 003.24 6.28 1.3 1.3 0 001 .65c.05 0 .08 0 .06.08s0 .07.14.08a7.73 7.73 0 012 .31 5.1 5.1 0 011 1.9s0 .07 0 0 .18.09.28.25a7.26 7.26 0 00.5.69 1.34 1.34 0 01.28.46s.06.16.18.26.22.18.22.15a15.33 15.33 0 011.57 1.22c.06 0 .59.39 1.18.77a14.71 14.71 0 012.75 2.14 2 2 0 00.5.41 10.07 10.07 0 011.51 1.63 12.63 12.63 0 00.89 1.13c.49.59 1.12 1.39 1.38 1.77a3 3 0 00.52.66s.28.4.64 1.22a4 4 0 001.5 1.69c.33.23.65.47.71.53a13.51 13.51 0 001.31.7 6.44 6.44 0 002.72.81 23.31 23.31 0 002.71-.08zm18.67-.51c.5-.22 1-.46 2-.92.37-.18.94-.42 1.26-.54.6-.23 1.56-.63 2.24-.94l1.09-.48c.37-.15 1-.42 1.31-.59a4.79 4.79 0 01.73-.31 8.77 8.77 0 001-.41l1.35-.63a9.37 9.37 0 01.9-.36 4 4 0 00.67-.3 9.24 9.24 0 011.71-.72 13.69 13.69 0 001.87-.75c.08-.06.11-.42.11-1.19 0-.6 0-1.48.09-2s.12-1.32.15-1.89a3.27 3.27 0 01.31-1.54c.13-.27.34-.72.45-1s.54-1.21 1-2.07a9.85 9.85 0 001.19-3.81 6.43 6.43 0 01.09-.72c0-.1.06-.43.09-.73a5.88 5.88 0 01.09-.75c0-.13.08-.53.13-.9s.11-.79.13-.92.06-.42.1-.67c.08-.61.54-2.9.81-4 0-.25.41-1.92.54-2.53.07-.32.22-.93.35-1.34a3.85 3.85 0 00.2-.81 17.93 17.93 0 011.61-4.55 28.92 28.92 0 001.17-2.72 4.26 4.26 0 01.34-.68 13.9 13.9 0 00.6-1.31 9.49 9.49 0 01.63-1.33 9 9 0 00.88-3.13c0-.12.1-.43.17-.69a1.7 1.7 0 000-1.23 22.65 22.65 0 00-4.26-2.28c-.65-.21-.94-.42-.79-.6a1.67 1.67 0 011.76-.29c.17.07.33.11.36.08a5.4 5.4 0 011 .27c.56.18 1 .32 1.09.32s.08-.08.08-.17a4.94 4.94 0 01.15-.74 1.77 1.77 0 00-.39-1.74 1.91 1.91 0 01-.41-1.11v-.28a2.24 2.24 0 01.33-.64 2.83 2.83 0 00.31-.52 36.87 36.87 0 00-3.37-3.36 1.33 1.33 0 00-1.13.09c-.42.22-2.67 1.13-3.48 1.4a19.61 19.61 0 00-1.91.72 1.58 1.58 0 01-.34.13c-.07 0-3.4 1.23-4.87 1.8l-1.23.45c-.49.16-.57.29-.45.76.21.85.17 1-.59 2.15-.38.56-.76 1.12-.86 1.24a.88.88 0 00-.16.47A8 8 0 0096.06 64a3.17 3.17 0 01.54 1c.24.75.28 1 .18.91s-.11.17-.1.49v.07c0-.03-.38.41-.69 1.34-.67 2.09-.85 3.27-.56 3.82a20.76 20.76 0 01.94 2.92 10.25 10.25 0 01.55 2.9c0 .58.16.87.46.87a3.64 3.64 0 01.73.21l1.38.52a8.43 8.43 0 011.29.59 4.49 4.49 0 00.63.36 4.25 4.25 0 01.64.47c.27.23.61.5.74.6a18.8 18.8 0 012.1 2.44c.55.78.47.89-.37.5a12.22 12.22 0 00-4-1.13l-2.89-.09c-2-.06-2.19-.06-2 .08a28.73 28.73 0 014 3.61c.22.28.47.58.54.66a14 14 0 011.1 1.68c.15.3.59 1.65.87 2.62a19.34 19.34 0 01.51 3c0 .64 0 .71-.09.68s-.48-.57-1-2a5.28 5.28 0 00-.43-.86 7.9 7.9 0 01-.46-.79 10.54 10.54 0 00-2.45-2.7c-.22-.13-.7-.45-1.07-.69a2.55 2.55 0 00-.76-.41c-.12 0-.26.73-.21 1.07v.21c0-.02-.09.23-.12.56s-.14 1-.24 1.46a31.78 31.78 0 00-.27 6.25c.06 1 .12 2 .14 2.15s.1.73.17 1.37a8.92 8.92 0 00.19 1.24 4.14 4.14 0 01.08.67 2.6 2.6 0 00.11.7c0 .06 0 0-.11 0a.56.56 0 01-.17-.32.15.15 0 00-.14-.15c-.07 0-.14 0-.15-.08s-.21-.27-.44-.54a4.92 4.92 0 01-1.17-2c-.11-.37-.27-.82-.34-1a5.62 5.62 0 01-.23-1.06c-.07-.41-.13-.83-.16-1s-.07-.83-.1-1.57a9.67 9.67 0 00-.1-1.38 1.91 1.91 0 00-.18.7c-.07.38-.2 1-.3 1.46s-.19.87-.21 1-.06.37-.09.54a29.39 29.39 0 000 4.87 24 24 0 00.8 3.92c.11.18.13.27 0 .34s-.5-.27-1.1-1.25c-.26-.44-.63-1-.81-1.3a8.81 8.81 0 01-.69-1.53c-.21-.57-.45-1.23-.55-1.49a4.87 4.87 0 01-.38-1.61 1.89 1.89 0 00-.08-.52 4.61 4.61 0 01-.14-.8 6.1 6.1 0 00-.11-.81 11.39 11.39 0 01-.07-1.46 6.28 6.28 0 00-.08-1.3s-.16 0-.29.15-.3.45-.06.26.14-.11 0 0-.16.13-.2.11-.33.38-.37.56-.08.13-.17.19a.36.36 0 00-.17.25 6.58 6.58 0 01-1.46 1.54 1.55 1.55 0 00-.46.58c-.1.44-1 2.93-1.17 3.33-.1.23-.34.79-.52 1.26s-.49 1.17-.67 1.54c-.36.74-.36.85 0 1.75a18.21 18.21 0 01.77 2.61.66.66 0 00.13.37 11.62 11.62 0 01.47 1.25 6 6 0 00.54 1.31 1.79 1.79 0 01.26.46.46.46 0 00.32.36 2.71 2.71 0 00.5-.19zM46.42 102.1a8.76 8.76 0 00.69-1.62 3.22 3.22 0 00-1-1.13c-.18-.1-.48.08-.53.32s-.09.87-.14 1.69-.13 1.64-.17 1.83-.08.33.2.33.3 0 1-1.42zM91 98.54a29.16 29.16 0 00.51-3 4 4 0 01.12-.8c.28-.74-.09-1-.88-.53s-.86.54-.78 1.66c.05.9.36 3.32.46 3.78 0 .19.08.16.28-.26a5.63 5.63 0 00.29-.84zm-53.36-12.8a5.18 5.18 0 012.2-2.6c1-.64 2.06-.9 5-1.21.72-.07 1.65-.17 2.07-.23s2-.19 3.56-.31a64.47 64.47 0 008-1c3.6-.72 5.25-1.46 9.24-4.16A15.45 15.45 0 0071.4 73a10 10 0 002.44-4.74 3.7 3.7 0 000-2.07 11.56 11.56 0 00-3.68-4.14 12.73 12.73 0 00-6.48-2.2 48.43 48.43 0 00-6.86.22 27.92 27.92 0 00-12.48 5.71 46 46 0 00-5 4.58c-1.54 1.55-1.65 1.7-3.64 4.88-.31.52-.81 1.3-1.1 1.76a7.09 7.09 0 00-1.09 2.2c-.08.31-.14.58-.14.61a9.26 9.26 0 001.45-1.09 12.92 12.92 0 013.37-1.88 28.35 28.35 0 018.84-2 47.88 47.88 0 007.39-1.13c5.88-1.29 7.93-2.19 11.12-4.9.59-.49.86-.68.94-.61a2.61 2.61 0 010 1 2.78 2.78 0 01-.29 1.38 5.8 5.8 0 01-1.35 1.7 29.07 29.07 0 01-6.05 3.17c-.71.29-3.49 1.22-4.28 1.44l-.82.23c-.22.07-.91.22-1.53.36l-2.79.59c-2.54.56-3.18.71-4.6 1-2.92.62-5 1.5-6.21 2.66a6.05 6.05 0 00-1.77 3.13 3.75 3.75 0 00.32 1.76 4.42 4.42 0 00.53-.92zm55.06-1.33c.55-.06 1.31-.15 1.67-.21l.67-.12-1-.52a6 6 0 00-4.63-.69 7.07 7.07 0 01-2.63.09 8 8 0 00-1.36-.07h-.81l1.22.62a4.2 4.2 0 002.12.7c.49 0 1.18.11 1.52.16a16.81 16.81 0 003.26 0zm-3.84-3.2a42.73 42.73 0 019.38 0l1.32.15a7.19 7.19 0 00-1.78-1.17 10.88 10.88 0 00-3-.56c-2.71-.36-5.54-.79-5.86-.91a5.39 5.39 0 00-.59-.13 9.73 9.73 0 01-4.15-1.75l-.54-.45c-1.38-1.12-5.08-4.39-6.33-5.59a9.75 9.75 0 01-1.77-2.23c-.21-.4-.52-.55-.71-.35a9.86 9.86 0 00-.66 2.08 7.11 7.11 0 00.17 3.33 6.47 6.47 0 002.09 2.77 17.39 17.39 0 004.64 3l1 .44a32.76 32.76 0 004.24 1.4 6.52 6.52 0 002.48 0zm-51.72-.62a15.13 15.13 0 016-2.7c.78-.15 1.21-.23 4.64-.84a51.51 51.51 0 007-1.56c.06 0 .52-.24 1.05-.45 1.07-.44 1.17-.5.72-.42l-2.3.37-2.52.4c-.3 0-1.94.25-3.66.46s-3.18.41-3.26.45a1.06 1.06 0 01-.43.08 13.75 13.75 0 00-4.43 1.16c-2.46 1.12-3.22 1.54-3.43 1.87a2.43 2.43 0 00-.22 1.44c.08.21.44.1.9-.26zm58.08-2.28a.87.87 0 00.36-.72c0-.09-.06-.28-.08-.4a3.58 3.58 0 00-.52-.82 9.78 9.78 0 01-.9-1.48 10.29 10.29 0 00-2.15-3.09 40.88 40.88 0 00-6-4.75c-.46-.2-1.28-.47-3.14-1a6 6 0 01-.94-.32 9.81 9.81 0 011.45.33l.77.21a30.89 30.89 0 017.29 3.23 1 1 0 00.91.09c.15-.1.18-.06-1-1.59l-.85-1.08-1.88-1.15a19.24 19.24 0 01-3.3-2.22 3.79 3.79 0 00-1.89-.92 12.94 12.94 0 00-4.29-.44 12.17 12.17 0 00-2.41.1.79.79 0 00-.42.66c0 .07 0 .14-.09.14s-.09.36-.09 1c0 1 0 1.5-.19 1.5a3 3 0 000 1.4 1.16 1.16 0 01.19.38c.12.38.36.67.36.46 0-.06.11.12.26.42.42.92 2.63 2.84 6.54 5.71.36.25.93.68 1.3.95A12.45 12.45 0 0087 76.23l1.8.69c2.47 1 5.7 1.66 6.41 1.39zm-56.91-9.73c-.06.26-.05.26.11.13l.43-.36c.48-.39 1.25-1.1 2.86-2.63a25 25 0 012.12-1.83l2.24-1.44a29.16 29.16 0 014.29-2.1 16.62 16.62 0 015-1.32l2.34-.42a19.21 19.21 0 016.67.1A12.72 12.72 0 0173 63.8c.77.92.93 1 1.14.91.5-.33.87-3.47.58-5a11.12 11.12 0 00-3.24-6.47 15.08 15.08 0 00-3.76-2.59c-3.82-2-6.1-2.12-10.86-.8a18 18 0 00-4.46 1.61 38.93 38.93 0 00-4.29 3.06s-.56.52-1.21 1.08-1.32 1.23-1.5 1.4c-.34.38-1.88 2.35-2.3 2.95-.14.22-.83 1.1-1.52 2-2.4 3-3.6 5.08-4.06 7-.07.27-.06.27.39-.18s.46-.44.4-.18zm52.41-4c-.34-.36-1.28-1.53-2.09-2.6a16.91 16.91 0 00-3.1-3.54c-.38-.3-.76-.62-.85-.71a11.31 11.31 0 00-2.48-1 8 8 0 01-1.44-.59 6.33 6.33 0 00-1.13-.49 6.25 6.25 0 00-2.51 0l-.83.17A1 1 0 0076 56c-.19.17-.19.33 0 1.42 0 .25.11 1.16.14 2 0 1.3.09 1.6.22 1.76s.19.2 3.08.2c4.09 0 4.66.12 7.47 1.54.82.42 1.77 1 2.11 1.17a10.61 10.61 0 002.2 1.11c.07 0-.15-.29-.47-.64zm-54-3.88a19.05 19.05 0 00.69-2.1c.32-1.09.7-2.37.85-2.84a4.36 4.36 0 00.22-1c0-.14-.46-.26-5.3-1.52-2.23-.57-7-1.83-10.66-2.8s-6.68-1.75-6.78-1.75a.33.33 0 00-.23.09c0 .06-.19 1.4-.36 3s-.37 3.55-.46 4.33c-.14 1.25-.15 1.44 0 1.55s2.49.46 8.42 1.27l10.69 1.48c2.75.4 2.83.4 2.95.25zm60.05-5.4l9.6-3.32c3.7-1.28 6.82-2.37 6.91-2.43.37-.2.39-.31.74-4.88.09-1.31.2-2.54.23-2.72s0-.34-.16-.34-5.73 1.61-12.47 3.59c-9.87 2.88-12.27 3.61-12.29 3.74a3.22 3.22 0 00.4 1c.94 1.66 3.4 6 3.52 6.22a.44.44 0 00.38.2c.14 0 1.56-.46 3.14-1zM31 50.85a.38.38 0 00.11-.26c0-.07.38-1.4.85-2.94l.85-2.82.45-.45a3 3 0 00.84-2 4.52 4.52 0 01.34-1.61 4.37 4.37 0 01.8-.48 13.35 13.35 0 003.81-2.81A13.86 13.86 0 0040.46 36a50.51 50.51 0 014.09-7.17 30.3 30.3 0 013.91-4.95 12.44 12.44 0 001.31-1.5c.52-1 .43-1.82-.26-2.24s-.83-.27-2.06.56a31.28 31.28 0 01-5 2.63c-2.61 1.16-3.18 1.51-3.58 2.18a1.75 1.75 0 01-.6.61 9 9 0 01-2.42.82 1.73 1.73 0 00-.55.1l-2.89 1.76c-3.85 2.41-5.91 3.69-8.2 5.1-1.86 1.14-2.13 1.31-2.57 1.59l-.92.58c-.33.21-.48.36-.48.49A46.62 46.62 0 0022.86 42a3.86 3.86 0 01.45 1 1 1 0 01-.23.49 10.4 10.4 0 00-1.31 3.14c-.15.61-.31 1.26-.37 1.45s-.08.37 0 .43a4.41 4.41 0 001 .3c1.72.4 7.84 2 8 2a.63.63 0 00.65 0zM98.16 44c1.06-.33 3-.89 4.21-1.26s2.38-.72 2.47-.77a.34.34 0 00.16-.27c0-.35-2.2-5.92-3.51-8.85a7.92 7.92 0 01-.55-1.54 4.21 4.21 0 01.26-1c.51-1.31.57-1.83.51-4.49a16.82 16.82 0 00-.33-3.74c-.14-.74-.4-1.88-.57-2.52l-.55-2.07c-.32-1.41-.6-2.1-2.28-5.75a49.39 49.39 0 00-3.68-6.59c-.4-.67-.82-1.38-.91-1.58a3.5 3.5 0 00-2.11-1.76c-.29 0-.62.46-.62.89a13.47 13.47 0 00.78 2.06c1.76 4.05 2 4.53 2.24 5.4a21 21 0 01.81 3.51c.06.47 0 .58-.12.77l-.18.22-.49-.54a2.15 2.15 0 00-2.57-.85 1 1 0 01-.77 0c-.55-.2-.55-.45 0-.82s.71-.64.39-1.11a9.71 9.71 0 00-2.87-2.81 60.83 60.83 0 00-9.7-5.77c-1.81-.91-2.12-1-2.52-1-.57 0-.81.21-.81.72 0 .29.08.43.44.84a6.53 6.53 0 001.84 1.23c.75.42 1.56.88 1.78 1 1.08.73 5.93 4.6 7.25 5.78A14 14 0 0188.59 14c0 .25-.39.48-.7.4a5.36 5.36 0 01-1.15-.93c-.62-.62-2.27-1.92-5.39-4.26-2.47-1.86-4.83-3.61-5.23-3.9a10.46 10.46 0 00-2.59-1.41c-.26 0-.69.47-.74.81-.1.64.56 1.52 2.07 2.82C76 8.52 84.58 18 84.94 18.68a1.25 1.25 0 01.11.61c0 .59-.38.49-2.6-.79-1.07-.61-2.21-1.28-2.56-1.47-1.08-.62-2.91-1.77-4.23-2.66l-2-1.36a19.49 19.49 0 00-3.19-1.64c-.27 0-.56.37-.56.71s.15.65.82 1.19c.32.26 1.31 1.1 2.2 1.87L76 17.82A29.43 29.43 0 0180.93 23c.36.46.49.56.85.65.55.13.77.09 1.8-.44a5.3 5.3 0 012.93-.71c.77 0 .86.05.86.2s-.23.31-.74.63c-.82.51-1.88 1.2-2.91 1.87-.63.4-.71.44-1.13.4a7 7 0 01-.94-.18c-1.19-.34-6 0-9.56.72a2.43 2.43 0 00-1.08.53 1.27 1.27 0 00-.16.47c-.07.55.18.79 1 .92.36.07 1.59.32 2.73.57s2.36.5 2.7.56c.56.1.8.23 2.12 1.07.82.53 2.18 1.45 3 2.05a10.52 10.52 0 003.7 2l3.56.83c1.06.22 1.34.48 2 1.88.5 1 .68 1.19 1.18 1.16s.57 0 .72.29 1.21 3.25 1.67 4.73c.21.69.4 1.29.42 1.33s.64 0 2.47-.53zm-72.4-13.57c3.49-2 6.56-3.68 6.83-3.82 1-.5 1-.37-.82-1.58-.9-.59-2-1.35-2.41-1.68a2.59 2.59 0 00-.84-.54 4 4 0 00-.21.78c-.16.8-.29 1-.58.9a1.82 1.82 0 01-.79-1.08c0-.1.26-.78.53-1.53.41-1.15.52-1.36.68-1.38s.43.19 1.08.81a17.3 17.3 0 004.49 3.24c1.23.59 1.84.55 2.71-.14l.27-.22-.17-.46c-.15-.42-.5-.8-3.17-3.46s-3.06-3.11-3.61-3.94c-1.1-1.71-1.45-2-2.2-2a1.25 1.25 0 00-1.12.8c-.12.24-.74 1.22-1.37 2.19s-1.43 2.21-1.75 2.73l-1.1 1.8a5.71 5.71 0 00-1.09 2.23 6 6 0 00.5 1.48c.61 1.41.8 2.1.6 2.22a.49.49 0 01-.24.08c-.23 0-1.49-2.16-3.6-6.2A51.22 51.22 0 0015.17 16c-.7-1.08-.8-1.17-1.1-1.06s-.33.35-.05 2c.42 2.54 1.32 5.64 3.94 13.73C19.05 34 19 34 19.26 34s3-1.6 6.5-3.57zm12.54-7a13.32 13.32 0 001.44-.91c.18-.14.14-.3-.63-2.45-.84-2.38-1-2.78-1.2-2.84s-1 .31-1.76.94A13.17 13.17 0 0135 19a1.66 1.66 0 00-.5.44 20.55 20.55 0 001.5 1.85c.85 1 1.63 1.87 1.73 2s.21.29.57.1zm-3.7-5.73a15 15 0 004-2.8c1.15-1 1.18-1 2-1.73 2.33-2 2.43-2.16 2.43-2.81 0-.4-.16-.7-.37-.7A3.2 3.2 0 0042 10c-.89.51-3.83 2.1-4.66 2.52-.67.33-5.27 2.2-6 2.44-.25.08-.31.14-.27.26a24.92 24.92 0 002.37 3S34 18 34.6 17.7z"}),e.createElement("path",{fill:t,d:"M39.66 94l-.26-.3.3.26c.27.25.33.33.26.33s-.14-.14-.3-.29zM61.62 109.55a2.51 2.51 0 01-.58-1.34 9.23 9.23 0 01.45-2.68 2.81 2.81 0 011.18-1.21 17.92 17.92 0 012.87-1 11.69 11.69 0 013.59-.28 3.88 3.88 0 012.71 1.72c.17.28.17.28-.06.38s-.32.07-.84-.18a7.09 7.09 0 00-2.53-.56l-1-.09-1.32.49a12 12 0 00-2.6 1.21 4.21 4.21 0 00-1 1.79c-.44 1.67-.58 1.93-.91 1.74zM65.7 101.81a3.35 3.35 0 01-.73-.34 2.43 2.43 0 00-1.6-.58 2.8 2.8 0 00-1.52.38 5.93 5.93 0 01-1.57.54 2.92 2.92 0 01-2-.42c-.14-.14-.23-.28-.2-.32a4.37 4.37 0 01.6-.51l.56-.43h.81a2.52 2.52 0 001.65-.45 2.31 2.31 0 011.49-.44 4.23 4.23 0 012.27.77c1 .64 1.48.64 2.24.06a1.51 1.51 0 01.67-.31c2.64-.28 3.56-.45 4.19-.76a2.35 2.35 0 01.42-.18c.18 0 .73.94.73 1.24s0 .32-.38.49a1.27 1.27 0 01-1.32 0c-.18-.16-.25-.17-.83-.07a20.67 20.67 0 00-3.3 1 2.8 2.8 0 01-2.18.24z"}),e.createElement("path",{fill:t,d:"M66.07 99.56a4.72 4.72 0 01-2-1.44c-.94-1-1.24-1.13-2-1.23-.26 0-.46-.11-.46-.17a3.53 3.53 0 011-1.3 2.73 2.73 0 00.65-.8c.21-.39.23-.53.22-1.51a8.16 8.16 0 00-.78-3.64 2.07 2.07 0 00-1.7-1.41l-3-.45c-1.41-.22-3-.44-3.51-.51a22.36 22.36 0 00-5.05.19l-1 .18c-.3 0 1.15-1.52 2.21-2.32l.51-.39 1.47.1c2.39.16 4.59.39 7.37.77a14.48 14.48 0 002.18.19c.87-.11 1.45-.58 2.31-1.93s.94-1.36 1.29-1c.17.17.19.26.15.66a6.1 6.1 0 01-.57 2 4.16 4.16 0 01-1.2 1.45l-.81.8.27.34a6.51 6.51 0 011 1.81 8.18 8.18 0 01.38 4.78c-.42 1.17-.47 1 .44 1.87.56.56.86.79 1 .79s.68-.31 1.44-1.22c1.19-1.44 2-2 2.72-2a.78.78 0 01.65.3c.38.38.33.52-.21.73s-1 .63-1.86 2.08c-.45.69-.92 1.41-1.07 1.59a2.17 2.17 0 01-2 .71zM43.72 92.63a3.78 3.78 0 01-.31-.54 2.69 2.69 0 00-1.19-1.24 3.29 3.29 0 01-1.37-1.37 2 2 0 01-.28-1.15c0-.7.13-1 .55-1.22.23-.12.25-.11.5.18a2.81 2.81 0 01.67 1.36 3.16 3.16 0 001 1.74 2 2 0 01.68 1.7c0 .5-.07.66-.24.54zM78.93 92a4.48 4.48 0 01-2.16-.68 3.1 3.1 0 00-1.08-.27 3.53 3.53 0 01-1.52-.47c-.83-.42-1.09-.72-1.09-1.24a3.65 3.65 0 00-.09-.64c-.1-.36-.19-.41-1.13-.67a5 5 0 01-2.13-1.24 4.49 4.49 0 01-1.25-3.61c0-.93.11-1.06.55-.64a2.42 2.42 0 01.7 1.43c.46 1.66.82 1.89 3.85 2.34l1.44.19c.3 0 .67.07.81.09a40.22 40.22 0 005 0l1.58-.14c.08 0 .41-.06.74-.09.55-.07.61 0 .79.14l.2.22-.48.21a41.34 41.34 0 01-4.49 1.45 7.66 7.66 0 01-3.52.09c-1.38-.25-1.48-.21-1.16.38a3.5 3.5 0 001.71 1.25 3.87 3.87 0 001.73.17 13.6 13.6 0 004-.56l1.44-.71a5.89 5.89 0 011.4-.61c.24 0 .2.06-.65.89A27.75 27.75 0 0181 91.9c-.45.3-.51.3-2.09.13z"}),e.createElement("path",{fill:t,d:"M54.4 91.67a3.12 3.12 0 01-.81-.37c-1.44-1-1.76-1.08-3.25-.72-.19.06-.31 0-.58-.25s-.35-.31-.18-.5a3.21 3.21 0 01.9-.44 6.35 6.35 0 013.17-.08 14.33 14.33 0 004.49 0c.69-.11 1.38-.19 1.52-.19a3.61 3.61 0 011.8.55c.38.36.28.49-.49.56-.36 0-.75.08-.87.1l-1 .13a3 3 0 00-1.62.59 3.69 3.69 0 01-3.07.64zM18.11 56.2a2.81 2.81 0 01-1-1.27 2.77 2.77 0 01.59-2.65 2.13 2.13 0 012.39 0 3.25 3.25 0 01.66 1.53 2.48 2.48 0 01-1 2.29 1.83 1.83 0 01-1.67.1zM111 46.62a1.77 1.77 0 01-.66-1.31 1.74 1.74 0 011.6-1.57 1.55 1.55 0 011 .44 2.15 2.15 0 01.2 1.41 2 2 0 01-.88 1.09 1.54 1.54 0 01-1.31-.06z"}))};Ce.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ce.defaultProps={color:"#000000",size:"128"};const Oe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M89.976 82.353c-1.57-3.094-3.43-6.223-5.606-9.405a106.98 106.98 0 00-4.974-6.672c-.71-.884-.412-1.984.13-2.53.536-.55 1.075-1.098 1.617-1.653 7.46-7.61 15.175-15.475 21.09-23.974 6.293-9.042 9.78-17.618 10.66-26.44a2.723 2.723 0 00-1.03-2.375 2.663 2.663 0 00-2.56-.368c-5.738 2.194-11.563 3.86-16.88 5.098a3.318 3.318 0 00-2.324 2.026C86.223 26.674 76.33 36.778 65.953 47.363c-.417.395-1 .917-1.95.917-.948 0-1.526-.506-1.95-.918-10.38-10.586-20.27-20.654-24.146-31.268a3.323 3.323 0 00-2.323-2.025c-5.32-1.24-11.15-3.047-16.878-5.24a2.655 2.655 0 00-3.592 2.742c.88 8.824 4.365 17.506 10.66 26.547 5.914 8.498 13.63 16.365 21.09 23.973C60.607 76.106 73.59 89.347 74.73 104.7a2.654 2.654 0 002.647 2.46h16.148a2.658 2.658 0 002.653-2.788 48.635 48.635 0 00-1.242-8.69l.006-.007a1.06 1.06 0 011.02-1.337c.05 0 .1.01.15.017h.002c13.183 1.93 21.52 5.013 21.533 8.41v.007c0 3.2-7.495 8.03-19.677 11.565l-.005.005c-1.083.31-1.873 1.288-1.873 2.45 0 1.408 1.163 2.554 2.6 2.554.2 0 .39-.023.577-.065 16.375-3.787 27.23-10.152 27.23-17.338-.002-8.533-14.676-16.154-36.526-19.59zM46.675 74.03a2.66 2.66 0 00-1.886-.808c-1.206 0-1.92.778-2.19 1.19a82.094 82.094 0 00-4.632 7.95C16.148 85.803 1.5 93.418 1.5 101.943c0 7.194 10.777 13.546 27.182 17.332.002 0 .018 0 .024-.002.193.046.392.075.6.075 1.436 0 2.6-1.145 2.6-2.554 0-1.16-.792-2.126-1.87-2.438l-.007-.017c-12.183-3.536-19.678-8.367-19.678-11.565v-.008c.012-3.39 8.327-6.47 21.477-8.4a.833.833 0 01.14-.016A1.07 1.07 0 0133 95.7l.01.01a48.544 48.544 0 00-1.23 8.653c-.036.723.23 1.44.732 1.97a2.68 2.68 0 001.93.827h16.15a2.676 2.676 0 002.657-2.468c.35-4.725 1.827-9.46 4.505-14.438.928-1.722.207-3.34-.328-4.03-2.658-3.457-5.912-7.142-10.752-12.194z"}),e.createElement("path",{fill:t,d:"M62.138 34.137c.64.62 1.362.738 1.86.738h.005c.5 0 1.223-.116 1.862-.738C71.56 28.6 74.62 22.144 75.29 20.35a2.64 2.64 0 00.197-.98c0-1.434-1.194-2.457-2.443-2.457-1.03 0-3.967.304-9.026.304h-.033c-5.06 0-7.993-.304-9.024-.304-1.248 0-2.443 1.024-2.443 2.456 0 .417.1.716.198.98.67 1.794 3.73 8.25 9.423 13.787z"}))};Oe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Oe.defaultProps={color:"#205081",size:"128"};const Be=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M101.4 77.2c0 5-2.7 7.5-7.6 7.7H33.9c-4.9 0-7.6-2.5-7.6-7.7 0-5 2.7-7.5 7.6-7.7h60.2c4.9.2 7.3 2.7 7.3 7.7zm-7.3 11.5H33.9c-4.9 0-7.6 2.4-7.6 7.7 0 5 2.7 7.4 7.6 7.7h60.2c4.9 0 7.6-2.5 7.6-7.7-.3-5.3-2.7-7.7-7.6-7.7zm18.6-42.1c-4.9 0-7.6 2.5-7.6 7.4v42.1c0 5 2.7 7.5 7.6 7.7 7.4-.2 11.3-7.7 11.3-22.9V62c0-10.2-3.9-15.2-11.3-15.4zm-97.4 0C7.9 46.8 4 51.8 4 62v18.9c0 15.2 3.9 22.7 11.3 22.9 4.9 0 7.6-2.4 7.6-7.7V54.3c-.2-5-2.7-7.5-7.6-7.7zm97.4-3.8c0-12.7-6.6-18.7-18.6-18.9H33.9c-12.2.2-18.6 6.5-18.6 18.9 7.4 0 11.3 4 11.3 11.5s3.9 11.4 11.3 11.4h52.5c7.3 0 11.3-3.9 11.3-11.4-.3-7.7 3.9-11.2 11-11.5z"}))};Be.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Be.defaultProps={color:"#444444",size:"128"};const Ae=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M117.5 33.5l.3-.2c-.6-1.1-1.5-2.1-2.4-2.6L67.1 2.9c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.3.9 3.4l-.2.1c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c.1-.8 0-1.7-.4-2.6zM82 66v-4h5v-5h5v5h5v4h-5v5h-5v-5h-5zm3.3-14C81.1 44.5 73.1 39.5 64 39.5c-13.5 0-24.5 11-24.5 24.5s11 24.5 24.5 24.5c9.1 0 17.1-5 21.3-12.4l12.9 7.6c-6.8 11.8-19.6 19.8-34.2 19.8-21.8 0-39.5-17.7-39.5-39.5S42.2 24.5 64 24.5c14.7 0 27.5 8.1 34.3 20l-13 7.5zM115 66h-5v5h-4v-5h-6v-4h6v-5h4v5h5v4z"}))};Ae.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ae.defaultProps={color:"#9C033A",size:"128"};const Se=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M126.887 81.203L80.895 126.86c-.184.184-.461.274-.645.184l-62.828-16.742c-.277-.094-.461-.278-.461-.461L.035 47.437c-.09-.273 0-.457.184-.64L46.215 1.14c.183-.184.46-.274.644-.184l62.825 16.742c.277.094.46.278.46.461l16.836 62.403c.184.273.09.457-.093.64zM65.254 31.516L3.53 47.895c-.094 0-.183.183-.094.277l45.168 44.832c.09.094.278.094.278-.09L65.437 31.61c.094 0-.09-.183-.183-.093zm0 0"}))};Se.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Se.defaultProps={color:"#231f20",size:"128"};const ke=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M117.5 33.5l.3-.2c-.6-1.1-1.5-2.1-2.4-2.6L67.1 2.9c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.3.9 3.4l-.2.1c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c.1-.8 0-1.7-.4-2.6zm-53.5 70c-21.8 0-39.5-17.7-39.5-39.5S42.2 24.5 64 24.5c14.7 0 27.5 8.1 34.3 20l-13 7.5C81.1 44.5 73.1 39.5 64 39.5c-13.5 0-24.5 11-24.5 24.5s11 24.5 24.5 24.5c9.1 0 17.1-5 21.3-12.4l12.9 7.6c-6.8 11.8-19.6 19.8-34.2 19.8zM115 62h-3.2l-.9 4h4.1v5h-5l-1.2 6h-4.9l1.2-6h-3.8l-1.2 6h-4.8l1.2-6H94v-5h3.5l.9-4H94v-5h5.3l1.2-6h4.9l-1.2 6h3.8l1.2-6h4.8l-1.2 6h2.2v5zm-12.7 4h3.8l.9-4h-3.8z"}))};ke.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ke.defaultProps={color:"#68217A",size:"128"};const De=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M8.76 1l10.055 112.883 45.118 12.58 45.244-12.626L119.24 1H8.76zm89.591 25.862l-3.347 37.605.01.203-.014.467v-.004l-2.378 26.294-.262 2.336L64 101.607v.001l-.022.019-28.311-7.888L33.75 72h13.883l.985 11.054 15.386 4.17-.004.008v-.002l15.443-4.229L81.075 65H48.792l-.277-3.043-.631-7.129L47.553 51h34.749l1.264-14H30.64l-.277-3.041-.63-7.131L29.401 23h69.281l-.331 3.862z"}))};De.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},De.defaultProps={color:"#1572B6",size:"128"};const Fe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M92.2 8.3c-1-.6-2-1.2-3-1.7l-3.3-1.5c-.4-.1-.7-.3-1.1-.4-1-.4-1.9-.8-2.9-1.1C76.5 1.8 70.8.9 64.8.9 34.3.9 9.7 25.6 9.7 56.1c0 26.9 19.2 49.2 44.5 54.2v15.8c32.9-5 62.1-31.2 64.3-65.6 1.3-20.8-9-42-26.3-52.2zM51.6 21.6c1.8-.2 3.8.5 5.1 2.1 1 1 1.6 2.3 2.3 3.7 2 4.7 1.3 9.8-1.4 13.5-4.7-1-9-4-11-8.7-.7-1.3-1.1-3.1-1.1-4.4.1-3.4 3-5.9 6.1-6.2zM35.1 37.9h1.1c1.7 0 3 .4 4.7 1.1 4.7 2 8.1 6 9.1 10.4-4 2.7-9.5 3.4-14.2 1.4-1.3-.7-2.6-1.4-4-2.4-4.4-3.6-2-10.3 3.3-10.5zm1.1 34.7c-6.1.3-9-6.7-4.6-10.4 1-1 2.3-1.7 4-2.4 1.8-.8 3.6-1.1 5.5-1.2 3.1-.1 6.1.8 8.6 2.5-.7 4.4-4 8.4-8.7 10.4-1.5.8-3.2 1.1-4.8 1.1zm23.2 9.8c-.7 1.3-1.3 2.7-2.3 4-3.4 4.4-11.2 1.3-10.8-4.4 0-1.3.4-3 1.1-4.3 2-4.7 6-7.7 10.7-8.7 2.6 4 3.3 9.1 1.3 13.4zm9.1-55c.7-1.3 1.3-2.7 2.3-4 1.4-1.6 3.4-2.3 5.3-2.1 3.1.3 6.1 2.8 5.9 6.4 0 1.3-.4 3.1-1.1 4.4-2 4.7-6 7.7-10.7 8.7-3-3.6-3.7-8.6-1.7-13.4zm3 59c-1-1-1.6-2.3-2.3-3.7-2-4.7-1.3-9.8 1.4-13.5 4.7 1 9 4 11 8.7.7 1.3 1.1 3.1 1.1 4.4.2 5.2-7.5 8.2-11.2 4.1zm20.6-14.1c-1.7 0-3-.4-4.7-1.1-4.7-2-8.1-6-9.1-10.4 2.5-1.7 5.6-2.6 8.7-2.5 1.8 0 3.7.4 5.5 1.2 1.3.7 2.6 1.3 4 2.3 4.6 3.4 1.6 10.9-4.4 10.5z"}))};Fe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Fe.defaultProps={color:"#00A818",size:"128"};const je=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("linearGradient",{x1:"85.24",y1:"97.604",x2:"91.053",y2:"-49.515"},e.createElement("stop",{fill:t,offset:"0"}),e.createElement("stop",{fill:t,offset:"1"})),e.createElement("path",{fill:t,d:"M118.16 63.966c5.223-6.256 8.368-14.217 8.368-22.98C126.528 21.097 110.352 5 90.464 5H47.986c10.375 7 18.966 16 24.82 26h17.658c5.55 0 10.064 4.45 10.064 10s-4.515 10-10.064 10H80.047c.82 5 1.26 8.62 1.26 13.098 0 4.41-.433 8.902-1.224 12.902h10.382c5.55 0 10.064 4.95 10.064 10.5S96.013 98 90.464 98H72.92c-1.315 2-2.79 4.74-4.38 6.98C63.137 112.59 56.253 119 48.29 124h42.173c19.335 0 35.16-15.746 36.024-34.876-.017.31-.043.39-.066.698.062-.848.107-1.813.107-2.678-.002-8.766-3.148-16.92-8.37-23.178z"}),e.createElement("linearGradient",{x1:"33.627",y1:"97.714",x2:"39.382",y2:"-47.925"},e.createElement("stop",{fill:t,offset:"0"}),e.createElement("stop",{fill:t,offset:"1"})),e.createElement("path",{fill:t,d:"M61.03 97.543l.003-.18c.07-.1.138-.292.207-.39.077-.118.152-.275.228-.392.002-.002 0-.03.003-.034 6.14-9.33 9.727-20.41 9.727-32.39C71.197 31.5 44.624 5 11.962 5H1v26h10.962c18.32 0 33.23 14.823 33.23 33.144 0 4.984-1.113 9.675-3.088 13.924-.006.013-.013.36-.02.374C36.79 89.782 25.283 98 11.963 98H1v26h10.962c20.396 0 38.41-10.722 49.068-26.457z"}))};je.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},je.defaultProps={color:"#f9a03c",size:"128"};const qe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M86.6 25l3 .1c1.1.1 2.2.3 3.4.5l-2.5-7.4L75.7 3.5c-3.4-3.4-8-4.4-10.4-2.3L29.2 25.1l57.4-.1zm6.1 3.6c-1.2-.2-2.3-.4-3.3-.5l-2.9-.1-56 .1 78.6 78.6 6.1-13.8-22.5-64.3zM28.9 92.2l64.3 22.7 13.8-6.1-78.6-78.6v56.1l.1 2.7c0 .9.1 2 .4 3.2z"}),e.createElement("path",{fill:t,d:"M106.9 34.3c-2.6-2.6-7-5.1-11.3-6.5L118.4 93l-6.9 15.7 15.8-5.2V54.8l-20.4-20.5zm-13.5 83.8l-65-22.9c1.4 4.3 3.8 8.7 6.5 11.4l21.3 21.2 47.6.1 5.3-16.7-15.7 6.9zm-67.9-29l-.1-2.7V28.9L1.7 65.1C-.4 67.3.7 72 4 75.5l14.7 14.8 7.3 2.6c-.3-1.3-.5-2.5-.5-3.8z"}))};qe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},qe.defaultProps={color:"#00A8E1",size:"128"};const $e=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M76.77 68.974a27.05 27.05 0 002.008-1.729c-1.667.408-3.363.417-5.073.261-2.049.028.388 1.056 3.065 1.468zm7.94-4.212c1.222-1.685 2.111-3.53 2.425-5.438-.274 1.359-1.011 2.534-1.707 3.773-3.833 2.414-.36-1.433-.002-2.895-4.12 5.188-.566 3.111-.716 4.56zm4.063-10.57c.248-3.693-.727-2.525-1.055-1.117.383.199.685 2.603 1.055 1.117zM65.93 3.722c1.094.196 2.365.347 2.186.608 1.197-.262 1.469-.504-2.186-.608zm2.133.704l.053-.095-.773.159zM65.27 80.73c-2.951-1.381-5.653-3.468-7.874-6.021 1.178 1.726 2.451 3.403 4.096 4.721-2.783-.942-6.499-6.742-7.584-6.978 4.796 8.587 19.457 15.059 27.135 11.848-3.553.13-8.065.073-12.057-1.402-1.536-.791-3.573-2.355-3.589-2.869-.077.201-.206.4-.127.701zm.156-.797l-.03.097.03-.097zm44.049-33.588c.033-1.882.523-.986.713-1.449-.37-.213-1.339-1.656-1.93-4.424.428-.651 1.143 1.686 1.726 1.781-.375-2.201-1.02-3.878-1.045-5.568-1.7-3.553-.602.474-1.981-1.525-1.81-5.646 1.502-1.311 1.725-3.875 2.743 3.974 4.308 10.134 5.026 12.685-.549-3.11-1.433-6.123-2.514-9.04.833.352-1.342-6.399 1.083-1.929-2.591-9.531-11.085-18.436-18.901-22.614.956.875 2.164 1.975 1.73 2.146-3.887-2.314-3.204-2.495-3.76-3.472-3.167-1.288-3.375.103-5.472.002-5.968-3.165-7.118-2.829-12.611-4.813l.251 1.168c-3.955-1.317-4.607.5-8.88.004-.261-.203 1.369-.735 2.71-.93-3.823.504-3.644-.753-7.384.139.921-.646 1.896-1.075 2.879-1.625-3.116.189-7.441 1.814-6.106.336C51.65 5.613 42.619 8.798 37.551 13.55l-.159-1.065C35.07 15.272 27.266 20.81 26.645 24.42l-.621.145c-1.209 2.046-1.991 4.365-2.949 6.47-1.581 2.693-2.317 1.036-2.091 1.459-3.109 6.302-4.653 11.598-5.986 15.94.951 1.421.022 8.553.382 14.26-1.561 28.19 19.784 55.559 43.115 61.879 3.42 1.222 8.506 1.176 12.832 1.302-5.105-1.46-5.765-.773-10.735-2.508-3.587-1.689-4.373-3.617-6.914-5.821l1.006 1.777c-4.982-1.763-2.897-2.182-6.951-3.466l1.074-1.402c-1.615-.123-4.277-2.721-5.004-4.161l-1.767.069c-2.122-2.618-3.253-4.505-3.171-5.967l-.571 1.018c-.647-1.111-7.807-9.822-4.092-7.793-.691-.632-1.608-1.028-2.603-2.835l.756-.865c-1.788-2.299-3.291-5.249-3.177-6.231.954 1.289 1.616 1.529 2.271 1.75-4.515-11.204-4.768-.618-8.188-11.405l.723-.058c-.555-.836-.891-1.743-1.337-2.633l.314-3.138c-3.25-3.759-.91-15.982-.44-22.686.325-2.727 2.713-5.628 4.529-10.178l-1.106-.191c2.115-3.69 12.079-14.82 16.693-14.247 2.235-2.809-.443-.01-.88-.718 4.91-5.082 6.453-3.591 9.767-4.504 3.573-2.121-3.066.827-1.373-.809 6.178-1.578 4.378-3.587 12.438-4.388.851.484-1.973.747-2.682 1.375 5.148-2.518 16.289-1.946 23.525 1.397 8.397 3.925 17.832 15.525 18.204 26.439l.423.113c-.213 4.339.665 9.356-.858 13.965l1.037-2.182c.121 3.316-.971 4.925-1.955 7.773l-1.772.884c-1.45 2.817.14 1.789-.897 4.03-2.265 2.013-6.871 6.298-8.345 6.689-1.077-.024.729-1.269.964-1.759-3.029 2.082-2.431 3.125-7.065 4.39l-.136-.302C71.6 82.675 55.72 72.017 55.93 57.475c-.123.924-.347.692-.601 1.067-.589-7.483 3.456-14.998 10.278-18.065 6.674-3.305 14.497-1.948 19.276 2.507-2.625-3.44-7.851-7.085-14.046-6.744-6.066.096-11.742 3.952-13.636 8.137-3.109 1.957-3.469 7.544-4.824 8.565-1.822 13.394 3.428 19.179 12.309 25.985.718.484.801.757.739 1.005l.011-.02c10.477 3.915 21.301 2.966 30.366-4.302 2.306-1.796 4.825-4.852 5.553-4.895-1.096 1.649.188.793-.655 2.249 2.298-3.707-.999-1.509 2.375-6.401l1.247 1.716c-.463-3.075 3.819-6.812 3.385-11.676.982-1.488 1.097 1.601.053 5.024 1.446-3.798.381-4.408.754-7.542.401 1.053.928 2.173 1.199 3.284-.943-3.67.967-6.181 1.439-8.313-.462-.204-1.451 1.624-1.677-2.711zM51.037 71.758c1.348 1.831 2.417 3.814 4.138 5.245-1.238-2.417-2.157-3.415-3.85-6.683l-.288 1.438zm3.473-1.563c-.713-.789-1.136-1.738-1.608-2.685.453 1.663 1.377 3.091 2.239 4.545l-.631-1.86zm52.5-.093a35.857 35.857 0 003.875-12.16l-.302.756a36.496 36.496 0 01-3.573 11.404zM71.214 2.126c-1.917.161-3.825.257-5.709.499l.83.114c1.387-.509 3.408-.279 4.879-.613zM18.227 30.775c1.424-3.207-.395-1.149-.552-2.007.221 2.846-2.19 3.924.552 2.007zm-2.838 7.237c-1.775 2.269-.817 2.752-1.004 4.296.642-1.972.76-3.156 1.004-4.296z"}))};$e.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},$e.defaultProps={color:"#A80030",size:"128"};const _e=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M59.016 13.328c-.239.024-1 .113-1.688.176-9.777 1.023-19.406 5.164-27.258 11.738-1.449 1.203-4.75 4.504-5.953 5.953-6.5 7.766-10.3 16.48-11.703 26.793-.312 2.29-.312 10.016 0 12.305 1.402 10.312 5.203 19.027 11.703 26.793 1.203 1.45 4.504 4.75 5.953 5.953 7.766 6.5 16.48 10.3 26.793 11.703 2.29.313 10.016.313 12.305 0 10.312-1.402 19.027-5.203 26.793-11.703 1.45-1.203 4.75-4.504 5.953-5.953 6.5-7.766 10.3-16.48 11.7-26.793.316-2.29.316-10.016 0-12.305-1.4-10.312-5.2-19.027-11.7-26.793-1.203-1.449-4.504-4.75-5.953-5.953-7.738-6.476-16.543-10.324-26.719-11.687-1.101-.153-2.699-.215-5.664-.239-2.262-.027-4.328-.011-4.562.012zm.625 5.402c0 1.461.097 4.637.238 7.653.074 1.472.16 3.586.2 4.687.136 3.903.55 14.14.612 15.055l.063.91-.563-.062c-.312-.024-.601-.098-.652-.137-.035-.05-.125-.914-.176-1.926-.222-4.45-.96-21.719-1.035-24.242l-.078-2.777.352-.047c.187-.028.5-.063.699-.078l.34-.012zm11.964-.3c.012.011.051 3.789.086 8.39.051 4.614.114 8.75.153 9.2.035.464.023.863-.04.89-.05.035-.363.035-.675 0l-.574-.05-.086-3.641a692.868 692.868 0 00-.14-4.961c-.099-2.215-.188-9.727-.11-9.914.047-.14.187-.153.71-.063.364.074.665.137.676.149zm-28.921 4.187c.078.113.664 7.004 1.39 16.016.239 3.066.473 5.867.512 6.215.062.636.05.664-.352.914-.222.136-.449.25-.5.25-.035 0-.109-.325-.148-.727-.176-1.625-.852-9.476-1.324-15.152-.278-3.34-.528-6.328-.563-6.653-.062-.55-.05-.601.274-.773.398-.215.625-.25.71-.09zm34.421 2.516c.352.125.387.187.465.898.125 1.25.086 7.227-.05 7.227-.364 0-1.114-.426-1.176-.664-.04-.149-.074-1.922-.074-3.938 0-4.062-.051-3.824.835-3.523zm-23.093.586c0 .336.09 2.199.187 4.164.102 1.96.215 4.449.266 5.527.086 2.176.11 2.098-.727 2.149-.414.011-.414.011-.437-.614-.024-.347-.086-1.437-.164-2.437-.063-1-.211-3.164-.313-4.813a117.11 117.11 0 00-.261-3.64c-.075-.625-.063-.649.273-.774.203-.074.55-.136.777-.136.399-.012.399-.012.399.574zm34.683 1.715l.426.171.09 1.676c.035.914.062 2.89.035 4.38l-.035 2.722-.527-.262-.524-.25-.039-4.152c-.023-2.285-.012-4.223.012-4.313.05-.187.05-.187.562.028zM65.867 29.07c.074.075.25 6.137.262 9.215l.012 1.852-.586-.09c-.34-.04-.614-.074-.625-.086-.04-.027-.414-9.29-.414-10.191v-.926l.636.074c.364.05.676.113.715.152zm28.793.887c.153.176.176 2.914.215 18.016.035 17.343.035 17.793-.188 17.793a.806.806 0 01-.44-.164c-.188-.137-.212-1.649-.274-16.465-.051-8.977-.114-17.13-.149-18.117l-.078-1.801.363.261c.215.153.454.364.551.477zM83.445 32.52c.063.05.125.761.137 1.578.063 2.761.074 19.703.012 19.754-.024.023-.25-.04-.5-.137l-.45-.188v-21.27l.352.075c.188.05.387.125.45.188zm-34.507.699c.035.34.097 1.101.136 1.726.04.614.125 2.016.2 3.102.152 2.2.124 2.34-.587 2.34-.374 0-.425-.04-.476-.414-.125-.739-.563-6.891-.5-6.989.062-.09.715-.312 1.012-.34.078-.011.175.25.215.575zm-20.68 3.191c.137 1.324.41 4.102.613 6.164.211 2.063.387 3.813.387 3.887 0 .152-.965.625-1.063.527-.062-.062-1.312-11.129-1.312-11.629 0-.3.96-1.562 1.086-1.425.039.023.164 1.136.289 2.476zm49.023 1.313l.364.21.011 2.704c.012 1.472.04 3.125.04 3.66.023 1.125-.114 1.312-.79 1.078l-.386-.14V44.16c0-.597-.04-2.336-.09-3.875l-.075-2.777h.29c.148 0 .437.101.636.215zm-43.535 4.851c.227 2.399.586 6.45.824 9l.426 4.63-.488.483-.473.489-.09-.989c-.05-.55-.3-3.097-.562-5.675a1449.23 1449.23 0 01-.824-8.301l-.352-3.602.488-.449c.438-.414.489-.426.575-.2.05.126.261 2.2.476 4.614zm-9.363 1.512c.273 2.465 1 9.016 1.625 14.555s1.21 10.875 1.324 11.875c.102 1 .273 2.515.375 3.379.176 1.46.176 1.562-.023 1.71-.301.227-.426.2-.426-.062 0-.113-.113-1.063-.25-2.086-.227-1.715-.602-4.617-1.438-11.129a740.832 740.832 0 01-.75-5.812c-.25-1.891-.613-4.703-.816-6.254-.2-1.551-.535-4.2-.75-5.914-.223-1.7-.36-3.211-.324-3.375.09-.336.824-1.512.902-1.438.023.035.273 2.074.55 4.55zm-3.828 5.387c.187 1.504.539 4.242.777 6.101.234 1.852.535 4.164.672 5.13l.238 1.75-.262.226c-.148.125-.3.172-.351.125-.047-.051-.149-.551-.223-1.102a995.27 995.27 0 00-1.039-7.129l-.887-6.125.286-.851c.152-.461.312-.836.351-.836.051 0 .238 1.226.438 2.71zm68.64-1.637c.176.176.203.95.203 6.691v6.489h-.351c-.762 0-.75.187-.8-6.914l-.036-6.465h.398c.211 0 .489.086.586.199zm-27.367 2.238c2.824.426 5.29 1.215 7.727 2.465 1.574.813 2.324 1.375 4.074 3.05 2.601 2.49 4.203 4.665 5.703 7.74 2.188 4.476 3.04 8.437 4.113 19.066.489 4.765 1.125 13.402 1.262 16.94.04 1.028.125 2.716.203 3.75.137 2.204.297 1.903-1.64 2.84-2.688 1.302-5.278 2.2-8.688 3.04-4.176 1.023-6.879 1.347-11.004 1.363l-3 .012.024-1.438c0-.789.074-2.625.152-4.062.375-6.965.297-15.754-.188-20.633-.277-2.8-.812-6.2-1.113-6.95-.062-.163.223-.3 1.461-.726 2.266-.789 4.227-1.777 4.527-2.261.54-.926-.425-2.254-1.652-2.254-.21 0-.848.226-1.437.488-2.801 1.289-8.414 2.8-11.653 3.14-2.238.239-5.715.098-8.125-.34-1.312-.238-3.664-1.124-5.629-2.136-2.261-1.176-3.648-2.738-4.062-4.59-.227-1-.164-3 .125-4.125.312-1.238 1.187-3.039 1.988-4.09 3.563-4.687 10.914-8.75 18.453-10.175 2.403-.45 5.801-.5 8.38-.114zm38.57.387c.45.187.5.238.5.664.028 3.414-.05 11.215-.113 11.54-.012.112-.66.124-.937.026-.172-.062-.2-.738-.2-6.254 0-3.949.051-6.175.125-6.175.063 0 .352.09.625.199zm5.465 6.867l.45.188-.086 10.351c-.102 13.192-.114 13.578-.59 14.715-.774 1.863-.735 2.238-.66-5.937.023-4.09.085-8.227.113-9.192.023-.96.047-3.676.062-6.039 0-2.852.035-4.273.125-4.273.075 0 .336.086.586.187zm-75.191 3.113c.074 1.012.047 1.11-.317 1.91l-.398.852-.148-1.25c-.239-2-.239-2.09.234-2.387.215-.152.441-.25.477-.226.039.023.113.523.152 1.101zm-7.73 7.54c.113 1.023.988 7.824 1.44 11.164.673 5.164.723 5.902.423 5.59-.035-.04-.325-1.778-.625-3.864-1.95-13.48-1.938-13.39-1.774-13.492.336-.227.45-.102.535.601zm9.003 5.726c.075.313.438 3.7.438 4.113 0 .348-.45.676-.649.473-.062-.063-.226-1.125-.351-2.348-.137-1.238-.274-2.527-.313-2.863l-.074-.625.438.5c.25.273.472.61.511.75zm10.09 4.711c.137.125.227.625.336 1.977.188 2.437.215 2.25-.297 2.25-.527 0-.515.039-.687-2.165-.176-2.238-.176-2.21.16-2.21.164 0 .375.074.488.148zm9.903.187c.023.125.085.875.136 1.665.04.789.153 2.562.25 3.937.352 5.05.364 5.691.153 5.691-.239 0-.266-.187-.54-3.753a274.195 274.195 0 00-.414-5.165c-.109-1.359-.187-2.5-.148-2.523.137-.152.5-.039.563.148zm-23.504 2.403c.074.113.546 4.113 1.136 9.578.176 1.648.348 3.238.387 3.535l.063.54-.313-.2c-.238-.164-.324-.324-.324-.613 0-.79-.54-5.977-.95-9.153-.238-1.8-.425-3.386-.425-3.539 0-.261.3-.363.426-.148zm72.152 5.226l-.086 5.227-.313.46c-.714 1.052-.675 1.25-.636-4.6l.023-5.364.461-.477c.25-.25.5-.46.55-.46.04 0 .04 2.351 0 5.214zm-11.563 8.29c.063 7.265.047 7.828-.152 8.05-.125.137-.238.227-.273.188-.09-.098-.215-15.942-.114-16.028.051-.05.176-.074.29-.062.16.035.199.926.25 7.851zm-40.835-4.977c.085.773.398 4.488.523 6.238.074 1.176.074 1.215-.2 1.3-.148.052-.324.04-.374-.022-.086-.09-.364-2.864-.7-7.141l-.09-1.024h.391c.36 0 .387.024.45.649zm-9.829 4.375c.086.09.149.402.149.715 0 .324.152 2.011.312 3.761.477 4.79.516 5.438.301 5.313-.324-.188-.613-.473-.55-.547.027-.05-.024-.676-.126-1.39a65.54 65.54 0 01-.25-2.626c-.047-.722-.16-2.05-.261-2.937-.239-2.188-.223-2.438.05-2.438a.59.59 0 01.375.149zm5.914 8.414c.04.277.114 1.3.164 2.277.086 1.875.047 2.012-.464 1.625-.149-.113-.25-.586-.399-2.011-.261-2.579-.277-2.477.211-2.426.363.035.414.086.488.535zm0 0"}),e.createElement("path",{fill:t,d:"M39.809 56.063c-1.301.562-1.399 2.328-.176 2.953.89.449 1.789.234 2.254-.54.875-1.425-.551-3.074-2.078-2.413zm8.476 1.203c-1.2.734-1.2 2.511 0 3.25 1.188.71 2.727-.227 2.727-1.653 0-1.375-1.575-2.3-2.727-1.597zm0 0"}))};_e.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},_e.defaultProps={color:"#000000",size:"128"};const Ne=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 300 300",...r},e.createElement("path",{fill:t,d:"m1877 2568c-183-227-346-430-362-451-32-40-64-54-88-40-8 4-33 31-54 58-29 37-54 90-93 200-50 140-57 154-111 213-33 34-87 104-120 155-77 116-79 118-69 71 7-29 4-59-11-119-12-44-22-81-23-83-2-1-35 16-73 38-55 31-74 48-88 79-11 26-36 52-71 77-30 20-56 35-58 33s-7-45-12-95c-7-68-6-99 3-120 7-16 12-46 13-66 0-47 98-295 185-468 79-158 163-365 175-434 5-28 17-74 27-103 17-52 17-52-11-123-15-39-44-89-63-112s-41-54-49-69c-20-39-71-114-86-127-7-5-26-12-43-14-26-3-32-10-56-73-15-38-72-144-128-235l-101-165 40-40 40-41-20-160c-11-87-20-164-20-171s13-9 39-6c34 5 40 2 61-27 14-19 25-53 28-81s10-49 16-49c7 0 40 9 74 21 70 23 47-7 197 269 138 253 207 355 329 486 71 77 80 77 114 5 11-23 32-44 57-57 39-20 40-23 62-115 12-52 25-104 28-115 4-20 182-170 191-162 2 2-4 46-12 96-9 51-14 98-11 106 6 15 59 28 81 20 7-3 27-24 44-47 20-28 53-54 97-77 78-41 85-37 85 56 0 64 11 84 45 84 16 0 26-10 37-38 13-34 20-39 76-55 34-9 66-17 71-17s14 30 20 66c13 73 18 61-70 191-26 38-70 114-97 169-63 124-84 153-149 203-42 33-53 48-58 78-3 21-8 47-10 58s-36 69-75 128c-63 98-70 113-70 159 0 47 4 55 48 102 27 28 68 89 93 136 53 103 183 298 293 440 118 152 124 161 219 315 79 126 87 145 87 189v49l-77-75c-49-47-92-80-117-88-37-12-39-11-62 16-27 32-27 31 3 226 13 88 14 110 3 122-7 9-16 16-21 16-4 0-158-186-342-412z",transform:"matrix(.1 0 0 -.1 0 300)"}))};Ne.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ne.defaultProps={color:"#d52128",size:"128"};const Re=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M63.724 110.725V92.543c19.352 0 34.282-19.008 26.817-39.118-2.765-7.438-8.57-13.499-16.312-16.254-19.905-7.162-38.982 7.714-38.982 26.722H17c0-30.303 29.582-54.27 61.93-44.352 14.1 4.407 25.158 15.427 29.582 29.476 9.953 32.231-14.1 61.708-44.788 61.708z"}),e.createElement("path",{fill:t,d:"M64 92.543H45.753V74.637H64v17.906zm-18.247 14.05H31.929v-14.05h13.824v14.05zm-13.824-14.05H20.318v-11.57h11.611v11.57z"}))};Re.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Re.defaultProps={color:"#000000",size:"128"};const Ie=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M90.9 61.6l.1-2V59h-.8c-1.2 0-2.5.3-3.4.9-1.4.8-2.2 2.3-2.2 4.4 0 3 1.5 4.7 4.1 4.7.8 0 1.3-.1 2.3-.4v-4.3l-.1-2.7zm-74.6 2.6c0 3.2 1.6 4.9 4.7 4.9.7 0 1 0 2-.2v-9.5c-1-.2-1.2-.3-2-.3-3 0-4.7 1.9-4.7 5.1zm29.6 3.9c0 1.2.7 1.7 2.3 1.7.9 0 1.8-.1 2.8-.3v-4c-4 .4-5.1 1-5.1 2.6zm63-9.1c-2.3 0-3.7 1.9-3.7 5.2 0 3.3 1.3 5.2 3.7 5.2 2.3 0 3.6-1.9 3.6-5.2 0-3.2-1.3-5.2-3.6-5.2zM126 43.9c0-3.8-3.1-6.9-6.9-6.9H7.9C4.1 37 1 40.1 1 43.9V84c0 3.9 3.1 7 6.9 7H119c3.8 0 6.9-3.1 6.9-6.9V43.9zM10.3 64.3c0-6 4-10 10.2-10 1 0 1.6.1 2.6.3V46h6v27c-3 .6-5.3.8-7.7.8-7.3 0-11.1-3.2-11.1-9.5zM38 68.5c0 4.7-.2 7-1.2 9-1 1.9-2.1 3.1-4.7 4.4l-5.5-2.6c2.6-1.2 3.7-2.3 4.5-4 .8-1.7.9-3.7.9-8.8V55h6v13.5zM38 52h-6v-6h6v6zm18 21.3c-2 .4-5.8.7-8.3.7-5 0-7.1-1.7-7.1-5.6 0-4.2 3.3-6.1 10.3-6.7v-1.3c0-1.1-.5-1.5-2-1.5-2.2 0-5 .6-7 1.8v-4.6c3-1.2 5.1-1.8 7.8-1.8 3 0 4.8.8 5.7 2.4.5.9.5 2 .5 4.5v12.1zm21 .7h-6V62.2c0-2.3-1-3.1-3.1-3.1-.8 0-1.9.1-2.9.4V74h-6V55.7c4-.9 6.5-1.3 9.4-1.3 3 0 5.4.7 6.7 2C76.4 57.7 77 59 77 62v12zm19.3-11.6L97 68v1.7c0 5.1-.6 7.5-1.9 9.4-1.8 2.9-5.1 4.3-9.7 4.3-2.3 0-4.5-.3-6.5-1.2v-5.5c2 1.1 4.2 1.6 6.4 1.6 3.9 0 5.6-1.6 5.6-5.3v-.1c-1 .6-2.4.8-3.9.8-5.2 0-8.5-3.4-8.5-8.8 0-6.7 4.9-10.5 13.5-10.5 2.5 0 4.9.3 7.7.8l-2.3 4.3c-1.6-.3 1.3 0-.7-.2m12.1 14.8c-5.9 0-9.6-3.7-9.6-9.7 0-6.2 3.8-10.1 9.8-10.1 5.9 0 9.5 3.7 9.5 9.8.1 6.1-3.7 10-9.7 10z"}))};Ie.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ie.defaultProps={color:"#003A2B",size:"128"};const We=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M124.8 52.1c-4.3-2.5-10-2.8-14.8-1.4-.6-5.2-4-9.7-8-12.9l-1.6-1.3-1.4 1.6c-2.7 3.1-3.5 8.3-3.1 12.3.3 2.9 1.2 5.9 3 8.3-1.4.8-2.9 1.9-4.3 2.4-2.8 1-5.9 2-8.9 2H79V49H66V24H51v12H26v13H13v14H1.8l-.2 1.5c-.5 6.4.3 12.6 3 18.5l1.1 2.2.1.2c7.9 13.4 21.7 19 36.8 19 29.2 0 53.3-13.1 64.3-40.6 7.4.4 15-1.8 18.6-8.9l.9-1.8-1.6-1zM28 39h10v11H28V39zm13.1 44.2c0 1.7-1.4 3.1-3.1 3.1-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7.1 3.1 1.4 3.1 3.1zM28 52h10v11H28V52zm-13 0h11v11H15V52zm27.7 50.2c-15.8-.1-24.3-5.4-31.3-12.4 2.1.1 4.1.2 5.9.2 1.6 0 3.2 0 4.7-.1 3.9-.2 7.3-.7 10.1-1.5 2.3 5.3 6.5 10.2 14 13.8h-3.4zM51 63H40V52h11v11zm0-13H40V39h11v11zm13 13H53V52h11v11zm0-13H53V39h11v11zm0-13H53V26h11v11zm13 26H66V52h11v11zM38.8 81.2c-.2-.1-.5-.2-.8-.2-1.2 0-2.2 1-2.2 2.2 0 1.2 1 2.2 2.2 2.2s2.2-1 2.2-2.2c0-.3-.1-.6-.2-.8-.2.3-.4.5-.8.5-.5 0-.9-.4-.9-.9.1-.4.3-.7.5-.8z"}))};We.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},We.defaultProps={color:"#019BC6",size:"128"};const Ge=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M112.3 79.1c-.1-3.1-.6-6.1-1.4-9-2.1-7.8-6.2-14.6-11.5-20.6-4.2-4.8-8.6-9.4-12.9-14.2L61.9 8.5c-1.6-1.8-3.3-3.5-5.2-5.1-3.4-2.8-7.3-3.2-11.5-2-1.2.4-2.3 1-3.4 1.6-.7.4-1.4 1-2 1.7-2.3 2.7-2.7 5.9-2.3 9.2.3 2.8 1.7 5.1 3.5 7.1 3.6 3.9 7.2 7.8 10.7 11.7l3.1 3.4-.2.2-.8.4c-7.4 3.5-14.2 7.9-20.1 13.6-3.9 3.8-7.3 7.9-9.7 12.9-3.7 7.8-4.7 16-4.1 24.4.3 3.6 1.1 7 2.4 10.3 2.1 5.5 5.3 10.2 9.3 14.5 8.4 9 18.8 13.9 31.1 14.6 2.4.1 4.8 0 7.2-.1 3.2-.2 6.3-.7 9.5-1.5 8.8-2.2 16.1-6.9 21.8-13.9 8-9.3 11.6-20.2 11.1-32.4zm-17.9 5c-1.4 3.7-3.7 6.9-6.6 9.6-5.9 5.6-11.8 11.2-17.8 16.8-1.3 1.2-2.6 2.4-4 3.4-3.7 2.6-9.8.8-11.5-4-.6-1.6-.3-3.3.5-4.9 1.1-2.3 2.7-4.3 4.5-6.1 2.7-2.8 5.5-5.5 8.3-8.3l.6-.6h-9.9c-2.4 0-4.8.1-7.3.1-3.1 0-6.3-.1-9.4-.3-1.1 0-2.3-.1-3.4-.3-3.1-.7-4.9-2.8-5.4-5.8-.6-3.2.1-6.1 2.5-8.4 1.3-1.2 2.9-1.8 4.6-1.9 2.8-.1 5.7-.1 8.5-.1h19.8c-1-1-2-2.1-3-3.2-2.8-2.8-5.7-5.5-8.5-8.4-1.7-1.8-2.8-3.9-3-6.4-.1-1.2.3-2.3.9-3.4 1.6-2.6 4-3.8 7-4 2.8-.2 5.1 1 7.1 2.9 3.2 3 6.2 6.2 9.3 9.3 3.3 3.3 6.5 6.5 9.7 9.8 2.1 2.1 4 4.4 5.5 7 .8 1.4 1.4 2.9 1.5 4.6-.1 1-.2 1.9-.5 2.6z"}))};Ge.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ge.defaultProps={color:"#F56D39",size:"128"};const Je=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M82.108 78.432c.479-1.232 1.022-2.445 1.427-3.701 2.288-7.097 4.554-14.2 6.805-21.309.865-2.731 1.813-5.42 3.515-7.767 2.692-3.709 6.442-5.652 10.88-6.331a37.456 37.456 0 015.28-.406c5.267-.05 10.536-.015 15.804-.01.28 0 .56.029.957.052-.129.304-.199.525-.311.724-1.955 3.494-3.872 7.009-5.885 10.468-3.505 6.022-7.016 12.042-10.631 17.998-2.319 3.819-4.834 7.52-7.687 10.974-2.105 2.548-4.321 4.984-7.146 6.77-1.925 1.217-3.981 1.929-6.315 1.917-8.278-.045-16.556-.012-24.834-.024-2.461-.004-4.568-.941-6.356-2.603-2.563-2.381-4.093-5.412-5.345-8.608-2.284-5.835-3.563-11.951-5.031-18.014-.688-2.838-1.47-5.654-2.215-8.478-.048-.183-.142-.354-.25-.617l-.577.542c-3.228 3.207-6.071 6.741-8.615 10.498-.693 1.024-.926 2.374-1.313 3.591-1.424 4.47-2.722 8.983-4.264 13.411-1.477 4.242-4.125 7.616-8.264 9.61a18.565 18.565 0 01-7.689 1.855c-3.98.088-7.962.098-11.943.134-.952.009-.996-.069-.748-.99 1.707-6.338 3.87-12.514 6.58-18.492 2.794-6.167 6.085-12.048 10.231-17.419 2.823-3.657 5.941-7.031 9.843-9.582 1.979-1.293 4.083-2.315 6.477-2.584.394-.045.793-.073 1.189-.073 8.478-.004 16.956.082 25.433-.039 4.547-.065 7.839 1.855 10.304 5.515 1.533 2.276 2.63 4.761 3.553 7.328 1.861 5.178 3.018 10.547 4.325 15.878.748 3.051 1.581 6.081 2.379 9.12.06.228.157.446.238.668l.199-.006z"}))};Je.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Je.defaultProps={color:"#1384C8",size:"128"};const Ue=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M61.195 0h4.953c12.918.535 25.688 4.89 36.043 12.676 9.809 7.289 17.473 17.437 21.727 28.906 2.441 6.387 3.664 13.18 4.082 19.992v4.211c-.414 11.293-3.664 22.52-9.73 32.082-6.801 10.895-16.922 19.73-28.727 24.828A64.399 64.399 0 0165.082 128h-2.144c-11.735-.191-23.41-3.66-33.297-9.992-11.196-7.113-20.114-17.785-25.028-30.117C1.891 81.19.441 74.02 0 66.812v-4.957c.504-14.39 5.953-28.609 15.41-39.496C23.168 13.31 33.5 6.48 44.887 2.937 50.172 1.27 55.676.41 61.195 0M25.191 37.523c-.03 12.153-.011 24.305-.011 36.454 1.43.011 2.86.011 4.293.011-.075-10.433.101-20.863-.106-31.293.48.907.918 1.84 1.465 2.707C37.035 54.91 43.105 64.5 49.309 74c1.738-.023 3.476-.023 5.214.004-.003-12.16-.007-24.32.004-36.48a308.076 308.076 0 00-4.25-.012c.075 10.32-.136 20.64.125 30.949-6.507-10.352-13.101-20.645-19.695-30.945a370.85 370.85 0 00-5.516.007m38.844-.011c-.129 12.16-.004 24.32-.047 36.476 6.469-.015 12.938.024 19.41-.02a83.36 83.36 0 01.024-3.952c-5.012-.016-10.027.007-15.043-.02-.074-4.21-.004-8.426-.04-12.637 4.395-.078 8.79.012 13.18-.047-.011-1.277-.011-2.554-.019-3.832-4.387.141-8.773-.054-13.164.012.012-4.023.02-8.05.02-12.078 4.699 0 9.398-.02 14.093.012-.008-1.301 0-2.606.016-3.906-6.145-.016-12.29-.008-18.43-.008m22.602.054c.004 1.266.004 2.528.008 3.79 3.488-.04 6.972.109 10.46.035-.023 10.863.004 21.718-.011 32.574 1.46.043 2.93.035 4.39-.09-.12-5.992.118-11.988-.156-17.977.067-2.699-.07-5.394.117-8.09.106-2.14-.277-4.277-.035-6.417 3.516.047 7.035.015 10.55.015a59.774 59.774 0 01.075-3.832c-8.469-.105-16.937-.094-25.398-.008M13.55 69.094c-1.977.91-2.106 4.023-.149 5.027 1.72 1.18 4.305-.371 4.227-2.41.133-2.004-2.29-3.688-4.078-2.617m29.23 15.289c-4.277 3.469-4.226 11.195.5 14.25 2.668 1.695 6.102 1.344 8.922.215.012-.621.027-1.239.05-1.86-2.671 1.395-6.41 1.68-8.675-.61-2.965-3.237-2.297-9.269 1.613-11.476 2.211-1.164 4.907-.824 7.086.239-.007-.66-.004-1.32 0-1.98-3.097-1.099-6.922-1.04-9.496 1.222m17.207 2.71c-1.89.22-3.758 1.22-4.633 2.966-1.253 2.496-1.109 5.867.864 7.96 2.035 2.297 5.945 2.32 8.18.297 2.425-2.308 2.699-6.468.757-9.164-1.148-1.629-3.273-2.183-5.168-2.058m17.887 2.722c-1.66 2.883-1.332 7.25 1.598 9.211 2.183 1.22 4.933.832 7.074-.308-.004-.617.004-1.235.031-1.848-1.687 1.07-3.937 1.856-5.812.777-1.309-.722-1.704-2.257-1.914-3.625 2.875-.039 5.746-.082 8.625-.074-.075-1.828-.118-3.894-1.45-5.308-2.199-2.43-6.644-1.657-8.152 1.175m-8.414-2.336v12.008c.652 0 1.312 0 1.973.004.023-2.195-.04-4.394.023-6.594.016-1.27.527-2.558 1.484-3.414.801-.605 1.883-.27 2.801-.246-.012-.636-.02-1.27-.023-1.902-1.793-.398-3.336.652-4.242 2.117-.02-.633-.04-1.266-.051-1.894-.656-.024-1.313-.051-1.965-.079zm0 0"}),e.createElement("path",{fill:t,d:"M58.758 89.223c1.652-.805 4.023-.41 4.945 1.3 1.05 1.887 1.027 4.383-.137 6.211-1.52 2.286-5.527 1.786-6.523-.742-1.008-2.258-.617-5.484 1.715-6.77zm0 0M79.04 92.414c.046-1.574 1.144-3.137 2.726-3.48.976-.164 2.097.007 2.773.793.672.714.813 1.714.98 2.64-2.16.012-4.32-.031-6.48.047zm0 0"}))};Ue.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ue.defaultProps={color:"#000000",size:"128"};const Ye=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M91.086 24.929c-6.352-3.956-12.344-5.514-18.336-9.469-3.717-2.517-8.869-8.51-13.186-13.663-.838 8.27-3.355 11.626-6.23 14.022-6.113 4.795-9.949 6.232-15.222 9.109-4.435 2.277-28.524 16.659-28.524 47.58 0 30.923 26.008 53.693 54.891 53.693 28.887 0 53.934-20.974 53.934-52.734S94.922 27.325 91.086 24.929zm.693 89.994c-.6.6-6.113 4.435-12.584 5.034-6.473.599-15.221.96-20.496-3.835-.838-.84-.598-2.037 0-2.517.6-.479 1.08-.84 1.799-.84s.6 0 .959.24c2.396 1.917 5.992 3.476 13.662 3.476 7.672 0 13.064-2.158 15.461-3.955 1.08-.84 1.559-.119 1.678.359.121.48.361 1.2-.479 2.038zm-20.974-10.906c1.318-1.199 3.477-3.115 5.514-3.955 2.037-.838 3.117-.719 5.033-.719 1.918 0 3.955.119 5.395 1.079 1.438.958 2.277 3.116 2.756 4.314s0 1.917-.959 2.396c-.838.48-.959.24-1.797-1.316-.84-1.559-1.559-3.117-5.754-3.117s-5.514 1.438-7.551 3.117c-2.037 1.678-2.756 2.277-3.475 1.316-.719-.958-.481-1.916.838-3.115zm31.761.959c-4.314-.359-12.945-13.783-18.459-14.022-6.949-.24-22.053 14.501-33.918 14.501-7.19 0-9.347-1.077-11.745-2.637-3.596-2.516-5.393-6.352-5.273-11.625.12-9.349 8.869-18.098 19.895-18.218 14.023-.118 23.73 13.903 30.803 13.783 5.992-.119 17.498-11.864 23.131-11.864 5.992 0 7.672 6.232 7.672 9.947s-1.199 10.427-4.076 14.621c-2.877 4.195-4.674 5.754-8.03 5.514z"}))};Ye.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ye.defaultProps={color:"#0073BA",size:"128"};const Qe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M49.07 32.66c-14.37-2.62-25.72.12-30.25 8-3.38 5.85-2.41 13.61 2.34 21.9a1.47 1.47 0 002.56-1.47c-4.28-7.47-5.12-14.17-2.35-19 3.76-6.51 13.89-9 27.17-6.54a1.47 1.47 0 10.53-2.9zM28.63 72.61a92.2 92.2 0 0022 17.34c20.84 12 43 15.25 54 7.79a1.47 1.47 0 00-1.66-2.43C93.11 102 72 98.92 52.07 87.39a89.27 89.27 0 01-21.26-16.77 1.47 1.47 0 00-2.18 2z"}),e.createElement("path",{fill:t,d:"M101.06 70.81c9.41-11.11 12.69-22.29 8.17-30.11-3.32-5.76-10.35-8.8-19.69-8.92a1.47 1.47 0 000 2.95c8.4.11 14.45 2.73 17.18 7.45 3.75 6.5.82 16.47-7.87 26.74a1.47 1.47 0 102.25 1.9zM76.89 33.15a92 92 0 00-26.25 10.4C29.13 56 15.09 74.29 17 87.57a1.47 1.47 0 003-.43C18.23 75.35 31.53 58 52.11 46.11A89.07 89.07 0 0177.51 36a1.47 1.47 0 10-.62-2.88z"}),e.createElement("path",{fill:t,d:"M42 96.78C47 110.51 55 119 64.05 119c6.6 0 12.7-4.5 17.46-12.42A1.47 1.47 0 1079 105c-4.28 7.12-9.53 11-14.94 11-7.52 0-14.69-7.54-19.24-20.24a1.47 1.47 0 00-2.77 1zm45-2.69a92.5 92.5 0 003.91-27.3c0-24.41-8.54-45.44-20.71-50.85a1.47 1.47 0 00-1.2 2.7c10.85 4.82 19 24.78 19 48.15a89.57 89.57 0 01-3.78 26.42 1.47 1.47 0 002.81.88zM114.71 92.65a7.05 7.05 0 10-7.05 7.05 7.05 7.05 0 007.05-7.05zm-2.95 0a4.1 4.1 0 11-4.1-4.1 4.1 4.1 0 014.1 4.1zM20.34 99.7a7.05 7.05 0 10-7.05-7.05 7.05 7.05 0 007.05 7.05zm0-2.95a4.1 4.1 0 114.1-4.1 4.1 4.1 0 01-4.1 4.1z"}),e.createElement("path",{fill:t,d:"M64.05 23.13A7.05 7.05 0 1057 16.08a7.05 7.05 0 007.05 7.05zm0-2.95a4.1 4.1 0 114.1-4.1 4.1 4.1 0 01-4.1 4.1zM65.13 71.77A5.1 5.1 0 1169 65.71a5.1 5.1 0 01-3.87 6.06z"}))};Qe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Qe.defaultProps={color:"#47848f",size:"128"};const Ke=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M18 0h92v128H18V0zm37.3 36.3L47 38.5c-1 .2-1.4 1-1.4 2.2v3c0 1.4.4 2.3 1.5 2.2l2.1-.5v35c0 1.8.4 2.9 1.6 2.9h4.8c1.2 0 1.6-1 1.6-3V38.7c0-1.4-.4-2.3-1.5-2.3h-.4zm16 36.1V56.2h3.5c1.1 0 1.6-.9 1.6-2.3v-1.7c0-1.4-.5-2.3-1.6-2.3h-3.6V37.4c0-1.5-.4-2.5-1.6-2.5h-3.1c-1 0-1.5 1-1.6 2.5l-.6 12.3h-1.5c-1.1 0-1.6 1-1.6 2.4V54c0 1.4.5 2.3 1.6 2.3h1.5v16.1c0 1.8.1 3.4.4 4.8.3 1.3.7 2.4 1.2 3.2.5.8 1.1 1.5 1.9 2l2.2.9 2.3.2h3.2c1.2 0 1.8-.9 1.8-2.1v-2c0-1.1-.6-1.9-1.7-1.9h-2.2l-.8-.1-.6-.6c-.2-.2-.4-.7-.6-1.4l-.2-2.9zm9.4 15.7c0 .9 0 1.5.4 1.9.8 1.1 2.2 1.7 4 1.7h.4c1.2 0 2.2-.3 3-.9.8-.6 1.5-1.6 2-3 .6-1.3 1.1-3.2 1.6-5.7l5.6-29.3v-.9c0-1.2-.3-2-1.3-2h-2.6c-.5 0-1 .2-1.3.6-.3.4-.5 1-.6 1.7L89.3 70l-3.4-18c-.1-.7-.3-1.2-.6-1.6-.4-.3-.8-.5-1.3-.5h-4c-.9 0-1.2.7-1.2 2v.7L85 78.5l.6 3.3c0 1.4-.1 2.4-.4 3a2 2 0 01-.4.7h-.2a7 7 0 01-1.1-.2l-1.4-.4c-1.2 0-1.5 1.1-1.5 3.2zM31.3 38.8c-1 .3-1.4 1-1.4 2.2v3c0 1.4.4 2.3 1.5 2.3l2-.5v35c0 1.8.5 2.9 1.7 2.9h4.7c1.2 0 1.6-1.1 1.6-3V39c0-1.4-.4-2.3-1.4-2.3l-.5.1-8.2 2.1z"}))};Ke.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ke.defaultProps={color:"#000000",size:"128"};const Ze=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M90.1 80c.8-.5 1.7-1 2.5-1.5 5.6-4.8 3.6-13.5-5.9-25.7.2 6.1 1.2 12.4 2.2 19.1.4 2.6.8 5.3 1.2 8.1zM36 103.2c3.2 13.7 11.3 21.1 20.5 24.2 5.1.9 10.2.7 15.3-.4.8-.4 1.5-.9 2.2-1.4 2-1.3 3.7-2.8 5.3-4.3-6.5-2.8-13.1-8.2-19.3-14.6-4.8-.3-9.5-.8-13.6-1.4-4-.4-7.4-1.1-10.4-2.1zm-1.4-64.5l-.2 1.4c-1.4 7.9-1.5 15-.4 21.2 1.1-7.4 2.6-15 4.7-22.3.3-1.1.6-2.3 1-3.5h.1c1.6-5 3.4-9.8 5.5-14.3-4 5.3-7.5 11.2-10.7 17.5z"}),e.createElement("path",{fill:t,d:"M33.9 114c3.5 4.4 7.5 7.6 11.9 9.9-5.6-4.6-10-11.5-12-21.4-3.8-1.4-6.8-3.3-9.1-5.7 1.6 6.4 4.6 12.3 9.2 17.2zm-.6-47c-1.8-5.9-2.4-12.7-1.8-20.4-1.1 2.3-2.1 4.8-3.2 7.3-4.5 13.1-6.5 26.7-4.6 38.7 2.1 3.2 5.2 5.8 9.6 7.6-1.4-7.7-1.5-19.9 0-33.2zm2.2 33.8c0 .1 0 .1 0 0 3.2 1.2 6.8 2 11.1 2.5 3.5.6 7.3 1 11.3 1.3-8.3-9.1-15.6-19.8-20.3-28.6-1.1-1.6-2-3.3-2.8-5-1.1 12.2-.8 23.1.7 29.8zm51.4-28.7c-1.1-7.5-2.3-15.1-2.3-22.3C71.9 38 59.6 25.4 60.1 5.1c-.4.3-.8.6-1.1.9-2.2 1.9-4.4 4-6.5 6.3-4.5 6.4-8.1 14.6-10.9 23.5-1.6 11.6 9.6 34.3 24.5 51.7 7.2-.3 14.8-2.5 22.1-6.5-.4-2.9-.8-5.9-1.3-8.9zm10 39.7c-2.6-.5-5.2-1.4-7.8-2.6-1.3 4.1-3.4 7.9-6.4 11.4 1.1.3 2.1.6 3.1.7 4.2-2.5 8-5.8 11.1-9.5z"}),e.createElement("path",{fill:t,d:"M62.1 3.6C61 23.1 72.2 35.5 84.4 46.8 73.7 32.6 67.5 24.1 67.5.3c-1.7.9-3.5 2-5.4 3.3zm21.1 102.2c-5.3.8-10.8 1.1-16.2 1.1-1.4 0-2.9 0-4.3-.1 5.8 5.8 12 10.6 18 13 3.2-3.5 5.3-7.4 6.6-11.6-1.4-.7-2.8-1.5-4.1-2.4zm-2.4-1.6c-2-1.4-3.8-2.9-5.5-4.4-3.5-3.1-6.9-6.5-10.1-10.2-7.1.1-13.7-1.6-19.1-5.1-.8-.5-1.6-1.1-2.3-1.7 4.6 7.3 10.5 15.3 16.9 22 6.5.3 13.5.2 20.1-.6zm9.6.2c-.2 1-.4 1.9-.7 2.9 2.8 1.4 5.7 2.4 8.6 2.7 2.5-3.4 4.5-7.2 5.7-11.3-3.7 2.5-8.4 4.4-13.6 5.7z"}),e.createElement("path",{fill:t,d:"M47.2 82.8c4.7 3 10.3 4.6 16.3 4.8-12.3-14.6-21.8-32.4-23.7-45-2.3 8.9-3.1 14.4-4.4 23.6v.2c.9 2.3 2.1 5.1 3.7 8.1 2.1 3.4 4.8 6.2 8.1 8.3zm41.3.4c-6.8 3.7-13.9 5.8-20.7 6.3 2.9 3.2 5.8 6.2 8.8 8.8 2.1 1.9 4.5 3.8 7.1 5.5 1.7-.3 3.3-.6 4.9-.9 1-6.3.7-12.9-.1-19.7zm2.2 19.1c5.6-1.5 10.5-3.6 14.1-6.6 1.5-6.9 1-14.4-2.3-22.4-2.9-4.9-5.7-9.2-8.3-13 4.8 8.8 4.7 15.2-.4 19.6l-.1.1c-1.1.7-2.2 1.4-3.4 2.1.9 6.9 1.3 13.8.4 20.2z"}))};Ze.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ze.defaultProps={color:"#000000",size:"128"};const Xe=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 60.74l25.65-25.65h-51.3L64 60.74zM7.91 4.65l25.83 25.84h56.17L64.07 4.65H7.91zM67.263 63.993l28.08-28.08 27.951 27.953-28.08 28.079zM123.35 57.42V4.65H70.58l52.77 52.77zM60.74 64L4.65 7.91V120.1L60.74 64zM98.47 95.21l24.88 24.89V70.33L98.47 95.21zM64 67.26L7.91 123.35h112.18L64 67.26z"}))};Xe.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Xe.defaultProps={color:"#34495e",size:"128"};const ec=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M25.6 0c-.9 0-1.6.9-1.6 2v11.2h-6.2c-2.1 0-3.7 1.3-3.7 3V24h-12c-1.1 0-2 .7-2 1.6v4.8c0 .9.9 1.6 2 1.6h12v10h-12c-1.1 0-2 .7-2 1.6v4.8c0 .9.9 1.6 2 1.6h12v10h-12c-1.1 0-2 .7-2 1.6v4.8c0 .9.9 1.6 2 1.6h12v10h-12c-1.1 0-2 .7-2 1.6v4.8c0 .9.9 1.6 2 1.6h12v10h-12c-1.1 0-2 .7-2 1.6v4.8c0 .9.9 1.6 2 1.6h12v7c0 1.7 1.7 3 3.8 3h6.3v12c0 1.1.7 2 1.6 2h4.8c.9 0 1.6-.9 1.6-2v-12h10v12c0 1.1.7 2 1.6 2h4.8c.9 0 1.6-.9 1.6-2v-12h10v12c0 1.1.7 2 1.6 2h4.8c.9 0 1.6-.9 1.6-2v-12h10v12c0 1.1.7 2 1.6 2h4.8c.9 0 1.6-.9 1.6-2v-12h10v12c0 1.1.7 2 1.6 2h4.8c.9 0 1.6-.9 1.6-2v-12h6.3c2.1 0 3.8-1.3 3.8-3v-7h12c1.1 0 2-.7 2-1.6v-4.8c0-.9-.9-1.6-2-1.6h-12V86h12c1.1 0 2-.7 2-1.6v-4.8c0-.9-.9-1.6-2-1.6h-12V68h12c1.1 0 2-.7 2-1.6v-4.8c0-.9-.9-1.6-2-1.6h-12V50h12c1.1 0 2-.7 2-1.6v-4.8c0-.9-.9-1.6-2-1.6h-12V32h12c1.1 0 2-.7 2-1.6v-4.8c0-.9-.9-1.6-2-1.6h-12v-7.8c0-1.7-1.7-3-3.7-3h-6.2V2c0-1.1-.7-2-1.6-2H98c-.9 0-1.6.9-1.6 2v11.2h-10V2c0-1.1-.7-2-1.6-2H80c-.9 0-1.6.9-1.6 2v11.2h-10V2c0-1.1-.7-2-1.6-2H62c-.9 0-1.6.9-1.6 2v11.2h-10V2c0-1.1-.7-2-1.6-2H44c-.9 0-1.6.9-1.6 2v11.2h-10V2c0-1.1-.7-2-1.6-2zM23 20a3 3 0 013 3 3 3 0 01-3 3 3 3 0 01-3-3 3 3 0 013-3zm41 4.5c14.7 0 27.5 8.1 34.3 20l-13 7.5C81.1 44.5 73.1 39.5 64 39.5c-13.5 0-24.5 11-24.5 24.5s11 24.5 24.5 24.5c9.1 0 17.1-5 21.3-12.4l12.9 7.6c-6.8 11.8-19.6 19.8-34.2 19.8-21.8 0-39.5-17.7-39.5-39.5S42.2 24.5 64 24.5z"}))};ec.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ec.defaultProps={color:"#000000",size:"128"};const cc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M127.28 72.53a1.46 1.46 0 00-2.13-1.34s-3.08 2.39-5.79 2.12S117.5 67 117.5 67s.58-5.55-1-6-3.56 1.45-3.56 1.45a20 20 0 00-3.61 6.17l-.32.11s.37-6.06-.05-7.44c-.32-.69-3.24-.64-3.72.58s-2.82 9.73-3 13.29c0 0-4.57 3.88-8.56 4.52s-4.94-1.86-4.94-1.86 10.84-3 10.47-11.69-8.74-5.46-9.69-4.75-5.81 3.62-7.23 11.77c0 .28-.13 1.49-.13 1.49a37.47 37.47 0 01-6.54 3.56s6.54-11-1.44-16c-3.61-2.2-6.48 2.4-6.48 2.4s10.79-12 8.4-22.16c-1.14-4.83-3.56-5.35-5.77-4.57a10.06 10.06 0 00-4.64 3.3 37.12 37.12 0 00-5.37 15.73c-1 9.41-2.5 20.78-2.5 20.78s-2.07 2-4 2.13-1.06-5.69-1.06-5.69 1.49-8.82 1.38-10.31-.21-2.29-2-2.82-3.67 1.7-3.67 1.7-5 7.65-5.47 8.82l-.27.48-.27-.32s3.56-10.42.16-10.58S37 64.81 37 64.81 33.15 71.3 33 72l-.27-.32s1.59-7.55 1.28-9.41a1.71 1.71 0 00-2.07-1.49s-2.23-.27-2.82 1.17a105.2 105.2 0 00-3 14s-5.58 4-9.25 4-3.3-2.33-3.3-2.33S27 73.09 23.37 64a6.66 6.66 0 00-6.27-3c-2.71.05-6 1.71-8.17 6.6a21.21 21.21 0 00-1.55 6.22s-2.43.48-3.71-.58-2 0-2 0-2.21 2.75 0 3.6A26.67 26.67 0 007.22 78a10.25 10.25 0 003.87 6.07c4 3 11.64-.26 11.64-.26l3.14-1.75S26 85 28.26 85.39s3.24 0 7.23-9.68C37.83 70.77 38 71 38 71l.27-.05s-1.81 9.46-1.12 12 3.72 2.29 3.72 2.29 1.65.28 3-4.4A70 70 0 0147.71 71H48s-1.12 9.71.58 12.8 6.11 1.06 6.11 1.06a30.71 30.71 0 003.56-2 12.53 12.53 0 008.82 2.55c11.54-2.27 15.64-5.33 15.64-5.33a9.52 9.52 0 008.12 5.49 13.48 13.48 0 0010.84-3.88s-.05 2.87 2.39 3.88 4.09-4.7 4.09-4.7l4.09-11.32h.37s.21 7.38 4.25 8.54 9.3-2.72 9.3-2.72a2.72 2.72 0 001.12-2.84zM13 73.58c.16-6.32 4.31-9.09 5.74-7.71s.9 4.36-1.81 6.22S13 73.58 13 73.58zm53.9-24.5s3.77-9.83 4.68-5-7.92 19-7.92 19c.1-3.21 3.24-14 3.24-14zm4.52 27.37c-2.5 6.54-8.56 3.88-8.56 3.88s-.69-2.34 1.28-8.88 6.59-4 6.59-4 3.18 2.47.69 9zm16.74-2.87s-.58-2.07 1.59-6.06 3.88-1.81 3.88-1.81 1.86 2-.27 5a6.26 6.26 0 01-5.2 2.87z"}),e.createElement("text",{fill:t,fontSize:"8.5",fontFamily:"MyriadPro-Regular, Myriad Pro",transform:"translate(108.17 88.31)"},"®"))};cc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},cc.defaultProps={color:"#dd3f24",size:"128"};const tc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M18.2 24.1L1 24v80h19.7v-.1C11 93.6 5.2 79.2 5.3 62.1 5.2 47 10 33.9 18.2 24.1zm92.9 79.8zM127 24h-16.4c6.2 9 9.6 19.3 9.1 32.1.1 1.2.1 1.9 0 4.9H46.3c0 22 7.7 38.3 27.3 38.4 13.5-.1 23.2-10.1 29.9-20.9l19 9.5c-3.4 6.1-7.2 11-11.4 16H127V24zm-16.5.1zm-45.4 1.5c-9 0-16.8 7.4-17.6 16.4H81c-.3-9-6.8-16.4-15.9-16.4z"}))};tc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},tc.defaultProps={color:"#A90533",size:"128"};const lc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M126.67 98.44c-4.56 1.16-7.38.05-9.91-3.75-5.68-8.51-11.95-16.63-18-24.9-.78-1.07-1.59-2.12-2.6-3.45C89 76 81.85 85.2 75.14 94.77c-2.4 3.42-4.92 4.91-9.4 3.7l26.92-36.13L67.6 29.71c4.31-.84 7.29-.41 9.93 3.45 5.83 8.52 12.26 16.63 18.67 25.21 6.45-8.55 12.8-16.67 18.8-25.11 2.41-3.42 5-4.72 9.33-3.46-3.28 4.35-6.49 8.63-9.72 12.88-4.36 5.73-8.64 11.53-13.16 17.14-1.61 2-1.35 3.3.09 5.19C109.9 76 118.16 87.1 126.67 98.44zM1.33 61.74c.72-3.61 1.2-7.29 2.2-10.83 6-21.43 30.6-30.34 47.5-17.06C60.93 41.64 63.39 52.62 62.9 65H7.1c-.84 22.21 15.15 35.62 35.53 28.78 7.15-2.4 11.36-8 13.47-15 1.07-3.51 2.84-4.06 6.14-3.06-1.69 8.76-5.52 16.08-13.52 20.66-12 6.86-29.13 4.64-38.14-4.89C5.26 85.89 3 78.92 2 71.39c-.15-1.2-.46-2.38-.7-3.57q.03-3.04.03-6.08zm5.87-1.49h50.43c-.33-16.06-10.33-27.47-24-27.57-15-.12-25.78 11.02-26.43 27.57z"}))};lc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},lc.defaultProps={color:"#000000",size:"128"};const rc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M116.42 5.07H11.58a6.5 6.5 0 00-6.5 6.5v104.85a6.5 6.5 0 006.5 6.5H68V77.29H52.66V59.5H68V46.38c0-15.22 9.3-23.51 22.88-23.51a126 126 0 0113.72.7v15.91h-9.39c-7.39 0-8.82 3.51-8.82 8.66V59.5H104l-2.29 17.79H86.39v45.64h30a6.51 6.51 0 006.5-6.5V11.58a6.5 6.5 0 00-6.47-6.51z"}))};rc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},rc.defaultProps={color:"#3d5a98",size:"128"};const oc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 4.55c32.832 0 59.45 26.618 59.45 59.45 0 32.832-26.618 59.45-59.45 59.45-32.832 0-59.45-26.618-59.45-59.45C4.55 31.168 31.169 4.55 64 4.55M64 0C28.71 0 0 28.71 0 64s28.71 64 64 64 64-28.71 64-64S99.29 0 64 0m10.414 12.762c-5.215-.95-17.824 18.203-21.996 29.867-.316.883-1.043 4.125-1.043 4.976 0 0 3.266 7.028 4.172 8.676-1.516-.789-4.66-6.879-4.66-6.879-1.52 2.895-2.973 16.172-2.5 18.637 0 0 3.383 5.031 4.695 6.29-1.8-.602-4.836-4.677-4.836-4.677-.57 1.754-.457 5.403-.191 6.637 2.277 3.316 5.312 3.695 5.312 3.695s-3.32 33.094 1.707 35.559c3.13-.664 3.887-36.98 3.887-36.98s3.793.285 4.644-.665c1.93-1.324 6.415-15.109 6.48-17.097 0 0-5.206.972-7.745 1.96 1.914-1.902 8.027-3.175 8.027-3.175 1.656-1.992 5.145-15.523 5.496-19.695.086-1.047.293-2.328.133-4.2 0 0-4.969 1.086-6.008.711 1.055-.117 6.133-2.07 6.133-2.07.902-8.105 1.18-21.047-1.707-21.57zM56.227 98.609c-.399 9.746-.649 12.5-1.059 14.797-.191.43-.379.5-.57-.047-1.739-7.996-1.61-68.218 18.207-95.62-11.528 21.046-16.77 61.433-16.578 80.87zm0 0"}))};oc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},oc.defaultProps={color:"#000000",size:"128"};const sc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M45.5 129c11.9 0 21.5-9.6 21.5-21.5V86H45.5C33.6 86 24 95.6 24 107.5S33.6 129 45.5 129zm0 0M24 64.5C24 52.6 33.6 43 45.5 43H67v43H45.5C33.6 86 24 76.4 24 64.5zm0 0M24 21.5C24 9.6 33.6 0 45.5 0H67v43H45.5C33.6 43 24 33.4 24 21.5zm0 0M67 0h21.5C100.4 0 110 9.6 110 21.5S100.4 43 88.5 43H67zm0 0M110 64.5c0 11.9-9.6 21.5-21.5 21.5S67 76.4 67 64.5 76.6 43 88.5 43 110 52.6 110 64.5zm0 0"}))};sc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},sc.defaultProps={color:"#000000",size:"128"};const nc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("linearGradient",{fill:t,x1:"63.997",y1:"15.543",x2:"63.997",y2:"114.424"},e.createElement("stop",{stopColor:t,offset:"0"}),e.createElement("stop",{stopColor:t,offset:"1"})),e.createElement("path",{fill:t,d:"M4.285 0c0 1.129-.457 2.234-1.254 3.031S1.129 4.285 0 4.285v5.652a4.29 4.29 0 014.285 4.285A4.29 4.29 0 010 18.508v5.648c2.363 0 4.285 1.926 4.285 4.285S2.363 32.73 0 32.73v5.648a4.29 4.29 0 014.285 4.289A4.29 4.29 0 010 46.953v5.652a4.29 4.29 0 014.285 4.285A4.29 4.29 0 010 61.176v5.652a4.286 4.286 0 014.285 4.281A4.29 4.29 0 010 75.398v5.648a4.29 4.29 0 014.285 4.283A4.29 4.29 0 010 89.617v5.652a4.29 4.29 0 014.285 4.285A4.29 4.29 0 010 103.84v5.652a4.29 4.29 0 014.285 4.285A4.29 4.29 0 010 118.063v5.652c1.129 0 2.234.457 3.031 1.254s1.254 1.902 1.254 3.031h5.652a4.29 4.29 0 014.285-4.285A4.29 4.29 0 0118.508 128h5.648a4.293 4.293 0 014.289-4.285A4.29 4.29 0 0132.73 128h5.648a4.29 4.29 0 014.283-4.285A4.29 4.29 0 0146.949 128h5.652a4.29 4.29 0 014.285-4.285A4.29 4.29 0 0161.172 128h5.652a4.29 4.29 0 014.285-4.285A4.29 4.29 0 0175.395 128h5.652a4.29 4.29 0 014.285-4.285A4.29 4.29 0 0189.617 128h5.648a4.293 4.293 0 014.289-4.285A4.29 4.29 0 01103.84 128h5.646a4.29 4.29 0 014.285-4.285 4.29 4.29 0 014.285 4.285h5.656c0-1.129.457-2.234 1.254-3.031s1.902-1.254 3.031-1.254v-5.648a4.293 4.293 0 01-4.285-4.289 4.29 4.29 0 014.285-4.285v-5.646a4.29 4.29 0 01-4.285-4.285A4.29 4.29 0 01128 95.273v-5.652a4.29 4.29 0 01-4.285-4.285A4.29 4.29 0 01128 81.051v-5.652a4.29 4.29 0 01-4.285-4.285A4.29 4.29 0 01128 66.828V61.18a4.29 4.29 0 01-4.285-4.285A4.29 4.29 0 01128 52.609v-5.652a4.29 4.29 0 01-4.285-4.285A4.29 4.29 0 01128 38.383V32.73a4.29 4.29 0 01-4.285-4.285A4.29 4.29 0 01128 24.16v-5.648a4.293 4.293 0 01-4.285-4.289A4.29 4.29 0 01128 9.941V4.285c-1.129 0-2.234-.457-3.031-1.254S123.715 1.129 123.715 0h-5.652a4.29 4.29 0 01-4.285 4.285A4.29 4.29 0 01109.492 0h-5.652a4.29 4.29 0 01-4.285 4.285A4.29 4.29 0 0195.27 0h-5.648a4.29 4.29 0 01-4.283 4.285A4.3 4.3 0 0181.047 0h-5.648a4.29 4.29 0 01-4.285 4.285A4.29 4.29 0 0166.828 0h-5.652a4.29 4.29 0 01-4.285 4.285A4.29 4.29 0 0152.605 0h-5.652a4.29 4.29 0 01-4.285 4.285A4.29 4.29 0 0138.383 0H32.73a4.29 4.29 0 01-4.285 4.285A4.29 4.29 0 0124.16 0h-5.648c0 2.363-1.926 4.285-4.285 4.285S9.938 2.363 9.938 0H4.285zm30.762 18.836H91l-3.57 16.785H48.5l-3.332 15.594h63.871l-2.738 11.189-34.152 33.215c3.094.476 6.07 1.191 9.281 1.191 7.816 0 16.801-2.383 22.875-4.883l-3.121 14.645c-8.93 4.286-14.406 4.646-19.754 4.646-5.828 0-11.426-1.906-17.141-1.906-3.215 0-7.856.239-10.715 2.141l-6.191-10.949 35.234-34.883H42.07l-7.738 36.309H17.43l17.617-83.094z"}))};nc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},nc.defaultProps={color:"#8F0000",size:"128"};const ac=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M27.35 80.52l10.68-68.44c.37-2.33 3.5-2.89 4.6-.8l11.48 21.48-26.76 47.76zm75.94 16.63L93.1 34.11c-.31-1.96-2.76-2.76-4.17-1.35L24.71 97.15l35.54 19.95a7.447 7.447 0 007.18 0l35.86-19.95zm-28.85-55L66.21 26.5c-.92-1.78-3.44-1.78-4.36 0L25.7 90.95l48.74-48.8z"}))};ac.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ac.defaultProps={color:"#f58220",size:"128"};const ic=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M7.275 51.747l-3.221 2.579c-.477-1.941-.046-3.636.455-5.277 1.034-3.391 2.858-6.386 4.936-9.232.753-1.032 1.29-2.053 1.267-3.443-.085-4.919.436-9.778 2.122-14.443.86-2.379 2.022-4.592 4.008-6.514.783 3.826 1.493 7.503 3.586 10.261 1.51-1.339 3.021-2.613 4.457-3.965 8.624-8.111 18.778-13.179 30.482-14.847 14.681-2.093 28.23 1.056 40.53 9.432 1.162.792 2.496 1.333 3.763 1.962 5.825 2.893 10.222 7.198 12.976 13.119.462.991.82 2.03 1.227 3.046l.366-.063-1.584-9.499c6.35 8.911 8.353 18.801 8.895 29.179 1.186-1.655 1.177-3.615 1.819-5.49.211 1.362.475 2.719.624 4.087.586 5.377-.457 10.593-1.447 15.845-2.339 12.405-7.712 23.385-15.81 32.926-9.22 10.864-20.737 18.118-35.143 19.84-20.904 2.498-38.465-4.219-52.648-19.764C12.129 94.031 7.628 85.353 5.613 75.47c-1.524-7.481-1.157-14.921 1.326-22.198l.389-1.116c.022-.065-.016-.15-.053-.409zm94.636-9.92l.396-.342 4.464 3.447c-.059-1.046-.014-2.147-.195-3.208-.795-4.628-3.6-7.983-7.086-10.862-4.369-3.608-9.383-6.09-14.579-8.244-.511-.212-1.012-.449-1.516-.674l.062-.522 7.325-.434c-2.706-4.465-7.356-5.711-12.068-6.993l.587-.311c-9.55-2.982-19.015-3.216-28.551-.776-8.871 2.27-22.19 10.357-24.248 14.72l.6-.146c3.348-.822 6.69-1.048 10.062-.07.367.106.979-.137 1.295-.421 3.159-2.829 6.672-5.044 10.742-6.297 1.282-.395 2.604-.658 3.908-.981-.108.441-.305.621-.521.77-4.22 2.9-7.064 6.714-7.857 11.877-.043.283 0 .708.181.879 1.869 1.758 3.724 3.537 5.693 5.176.681.566 1.641.946 2.524 1.086 1.706.271 3.449.322 5.178.444 1.063.075 1.751.826 1.37 1.687-.565 1.282-1.182 2.471-2.479 3.336-2.454 1.638-4.726 3.551-7.093 5.322-.591.443-.614.845-.307 1.499.567 1.208 1.109 2.447 1.473 3.727.46 1.618.616 3.291.196 5.002-1.337-.295-2.562-.586-3.794-.831-1.238-.246-2.486-.438-3.728-.667-1.552-.285-2.876.259-3.672 1.524-.923 1.468-.938 3.002.049 4.26 2.011 2.561 4.288 4.858 6.977 6.712 2.225 1.536 4.726 2.39 7.388 1.82 1.853-.396 3.668-1.189 5.354-2.081 5.112-2.701 10.879-1.79 14.416 2.414.633.751 1.012 1.603.475 2.485-.516.847-1.382 1.046-2.377.797-1.034-.259-1.99-.081-2.924.539-2.465 1.636-4.886 3.378-7.5 4.744-4.211 2.201-8.8 2.942-13.539 2.766-.488-.016-.976 0-1.635 0 .244.289.331.412.438.515 3.423 3.319 7.347 5.87 11.876 7.363 4.987 1.644 10.084 2.317 15.258.888 5.799-1.601 10.354-5.114 14.25-9.553 1.57-1.79 2.994-3.707 4.485-5.565l.373.081-1.316 8.981c7.149-8.746 7.377-18.745 6.371-29.287 2.057 2.291 2.681 4.977 3.86 7.669 2.408-8.36 1.217-16.32-.641-24.265z"}))};ic.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ic.defaultProps={color:"#DD732A",size:"128"};const hc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M44.44 100.63c-4.23-3.33-8.74-6.52-11.83-11.01-6.49-7.92-11.49-17.1-14.9-26.74-2.07-6.27-2.77-12.99-5.44-19.02-2.78-4.38.48-9.16 5.27-10.55 2.13-.41 5.89-2.43 1.36-.98-4.06 2.98-4.45-2.71-.29-3.07 2.84-.38 3.89-2.7 2.92-4.8-3.05-1.99 7.4-4.18 2.14-7.15-5.48-5.91 7.66-7.05 4.42-.33-.77 5.16 9.18-.95 6.87 5.01 2.35 2.86 8.8.65 8.63 4.67 3.42.24 4.6 3.11 7.8 3.33 3.33 1.5 9.36 2.69 10.49 6.44-3.3 2.61-10.95-5.4-11.31 1.84 1 10.69.74 21.7 4.65 31.88 1.85 6.16 6.33 11.01 10.38 15.81 3.88 4.7 9.12 8.01 14.48 10.8 4.69 2.21 9.75 3.68 14.87 4.6 2.07-1.59 5.74-7.48 8.97-5 .16 2.8-6.42 5.84-.31 5.54 3.59-1.08 6.08 2.77 9.04-.71 2.72 3.23 11.32-2.06 9.38 4.53-2.62 1.69-6.44.67-9.07 3-4.33-2.16-7.77 1.93-12.56 1.42-5.32.95-10.73 1.34-16.13 1.34-8.85-.7-17.89-.99-26.3-4.07-4.74-1.38-9.37-4.08-13.53-6.78zm7.47 3.24c4.63 2 9.16 4.11 14.23 4.75 8.05 1.12 16.37 2.84 24.45 1.27-3.66-1.65-7.44.64-11.08-1.18-4.37.94-9.06-.24-13.5-.82-5.05-2.25-10.5-3.8-15.23-6.72-5.91-2.16 3.06 2.77 4.65 3.17 3.69 2.1-4.06-1.08-5.16-1.95-3.09-1.74-3.49-1.37-.31.39.64.37 1.28.77 1.95 1.09zm-8.81-6.23c4.49 1.66-.02-3.16-2.07-2.88-.91-1.58-3.48-2.58-1.67-3.43-3.26 1.13-3.42-4.3-4.95-3.53-3.45-1.09-1.34-4.95-5.45-7.32-.37-2.5-4.08-4.66-5.26-8.43-.52-1.93-4.19-7.46-1.94-2.31 1.92 4.96 5.29 9.21 8.1 13.45 2.18 4.04 4.76 8.26 8.72 10.78 1.34 1.3 2.63 3.27 4.52 3.67zM30.17 83.45c.16-.68.82 1.46 0 0zm18.3 16.18c1-.44-1.43-.56 0 0zm2.44.89c-.25-1.23-1.11.69 0 0zm3.05 1.27c1.45-1.38-2.24-.87 0 0zm5.22 2.91c.89-1.3-2.82-.49 0 0zm-10.03-6.99c2.25-1.46-2.91-.02 0 0zm2.29 1.14c-.07-.77-.82.34 0 0zm11.43 7.13c1.84 1.16 10.73 2.54 5.16.48-.93.2-10.33-2.66-5.16-.48zM44.72 91.85c-.18-.77-2.85-.85 0 0zm5.32 3.1c1.39-.96-2.87-.74 0 0zm4.48 2.75c1.98-.75-3.23-.75 0 0zm-11.97-8.21c2.16 1.65 8.7.21 3.3-.99-2.45-1.31-7.99-2.2-4.22.79l.92.2zm15 9.16c.9-1.53-3.77-.88 0 0zm-4.56-3.63c5.27 1.49-4.43-3.34-1.3-.55l.7.32.6.23zm9.14 5.28c4.99.05-4.51-.68 0 0zm-21.5-13.7c-.19-.93-1.23.08 0 0zm29.94 18.44c.14-1.68-1.62 1.25 0 0zM49.15 91.82c-.3-.88-1.56-.04 0 0zm-8.04-5.8c2.86-.17-3.93-1.26 0 0zm-9.54-6.16c-.36-1.38-3.12-2.47 0 0zM56.6 95.74c-.52-.6-.25.13 0 0zm15.58 9.56c-.05-.91-.85.35 0 0zM55.22 94.32c.28-1.18-2.44-.36 0 0zm-11.6-7.36c2.13-.23-3.42-1.44 0 0zm19.63 12.2c3.32-1.32-3.24-.64 0 0zm-10.21-6.93c3.83.49-4.56-2.61-.84-.28l.84.28zm13.31 8.19c3.58-2.14 2.4 5.01 6.07.6 3.62-2.64-3.13 3.27 1.33.47 3.23-2.16 7.99 1.02 11 2.06 2.16-.11 4.27 1.87 6.49.67 4.27-1.15-8.36-1.71-5.05-3.75-3.91 1.14-6.8-1.36-8.72-3.86-4.39-1.01-9.46-3.25-11.65-7.14-.89-1.46 1.29.21-.77-2.18-2.64-2.35-3.96-5.02-5.73-7.88-2.12-1.13-2.37-4.46-2.58-.11.02-2.74-2.56-4.59-3.19-3.82-.01-2.64 2.76-1.32.82-3.27-.42-2.74-1.79-5.59-2.2-8.68-.64-1.49-.09-4.68-2.19-1.31-.76 3.57-.25-4.38.94-1.76 1.56-2.67-.56-2.36-.65-1.99 1.02-2.26.64-5.46-.27-4.24.54-2.39.86-8.8-.81-7.66 1.01-2.5 1.92-11.44-2.47-8.03-1.78.03-4.85.64-6.31 1.37 4.56 2.51-.46.91-2.32.51-.24 2.33-2.08 1.32-4.38 1.34 3.67.45-1.79 3.75-3.89 2.47-2.74 1.31 2.36 4.57.05 5.58.28 1.52-4.19-.55-3.84 2.96-2.65-1.12-.36 4.16.96 2.38 4.51 1.22 3.18 4.01 3.29 6.65-.74 1.54-3.63-3.62-.64-3.38-2.36-3.83-2.61-1.38-4.56.39-.45.13 4.99 2.53 1.57 3.72 3.01.47 3.1 3.1 3.71 4.76 1.81 1.88 1.44-2.08 3.6.18-1.37-2.02-7.25-5.68-2.52-4.51-.03-2.03-.86-3.67.6-3.63 1.44-2.6-1.51 6.42 1.73 3.11.9-.39 1.12-2.6 2.73.21 2.34 2.3.85 3.97-2.46 1.86.59 2.01 4.42 2.72 3.7 5.86.76 2.76 1.83 1.74 2.76 1.58.73 2.68 1.14.71 1.18-.57 3.34.72 2.56 2.69 3.6 4.07 2.3 1.04-3.29-7.04.66-2.43 4.16 3.75 1.56 5.32-2.17 4.72 2.36-.19 3.12 3.19 6.07 3.07 2.69 1.28 4.52 6.2-.12 4.15-1.61-1.45-7.31-3.24-2.65-.48 4.3 1.99 7.71 3.18 11.86 5.68 2.96 2.12 4.25 4.54 5.37 5.02-2.49 1.19-7.51-.95-3.78-1.61-2.33-.42-4.94-1.6-2.71 1.3 1.89 1.58 6.71 1.42 7.58 1.59-.73 1.61-1.99 1.74.03 1.86-2.25 1.22.72 1.41.93 2.1zm-4.6-13c-1.37-1.43-1.72-4.11-.24-1.78.75.3 2.43 4.38.24 1.78zm14.99 9.52c.85-.06.02.65 0 0zM59.59 83.91c-.06-2.17.49 1.67 0 0zM58.1 81.9c-1.73-3.32 2.17.95 0 0zM40.04 69.44c1.01-.27.5 1.73 0 0zm14.37 7.79c.62-2.33.73 1.96 0 0zm-10.15-7.06c-.71-1.29 1.5 1.21 0 0zm8.71 2.79c-1.63-3.65 1.16-2 .36.6l-.36-.6zM37.95 62.95c-.73-1.2-1.93-4.72-1.55-5.79.35 1.75 3.72 7.53 1.65 2.39-2.28-4.3 2.73 1.4 3.25 2.47.24 1.07-1.41-.29-.29 2.21-2.04-2.85-1.2 1.58-3.06-1.28zm-4.64-3.2c.19-2.79 1.06 1.91 0 0zm2.08.72c1-2.11 1.69 2.93 0 0zm-5.02-3.89c-1.73-1.72-2.98-3.3.08-1.07 1.18.05-2.62-3.6.28-1.16 3.06.56 1.51 5.01-.36 2.23zm2.64-.07c1-.99.53.98 0 0zm1.62.52c-1.52-2.85 1.85 1.2 0 0zm-3.22-3.08c-5.02-4.47 6.31 2.34.82.83l-.82-.83zm14.39 8.36c-2.18-1.3-.58-9.18.16-3.79 2.11-.68-.12 2.78 1.46 2.75-.24 2.18-.95 2.97-1.62 1.04zm5.33 3.15c.21-2.38.45 1.62 0 0zm-.93-.92c.24-1.01.03 1.2 0 0zM32.39 52.48c-3.23-4.45 9.38 4.51 2.07 1.13-.77-.21-1.69-.28-2.07-1.13zm10.26 5.43c-.31-3.75.68.62 0 0zm7.78 5c.6-2.14.05 1.41 0 0zM32.89 50.78c1.92-.41 7.95 3.37 2.41 1.08-.62-.69-1.93-.38-2.41-1.08zm16.47 8.21c.2-3.84 1.15-2.29.01.55l-.01-.55zm-15.05-9.55c.78-1.15-2.08-5.18.41-1.45 1.08.85 3.11 1.43 1.31 1.79 2.84 2.5-.68.68-1.72-.34zm14.24 8.35c.54-4.37.47 2.56 0 0zM32.68 45.41c.6-.26.32.79 0 0zm3.71 2.21c.96-2.01 1.77 2.23 0 0zm10.47 5.82c0-.77.2 1.12 0 0zm-.6-1.34c-1.45-3.59 1.35 1.9 0 0zm-.89-2.35c-.25-1.48.83 1.86 0 0zm1.45-2.36c-1-1.76 1.26-7.75 1.51-4.03-1.05 2.89-.3 4.51.43.63 1.36-3.06-.29 6.02-1.94 3.4zm1.49-8.91c.44-.53.1.65 0 0zM45.82 87.6c-.59-.52.07.33 0 0zm5.13 2.6c2.86.74 2.84-.44.26-.79-1.39-1.29-5.77-2.66-1.85-.16.27.65 1.09.63 1.59.95zm-10.14-6.74c1.57 1.18 5.93 3.32 2.24.45 1.24-1.44-2.38-2.21-1.18-3.18-3.06-1.87-2.41-1.7-.27-1.64-3.67-1.64.53-1.52.33-2.36-1.42-.28-7.03-2.5-3.73.18-3.36-1.71-.8.64-1.82.39-3.44-.94 3.06 2.62-.54 1.73 1.97 1.56 5.3 4 .83 1.65-.57.85 3.21 2.14 4.14 2.78zm5.37 3.09c6.53 2.1-3.2-2.58 0 0zm27.5 16.65c.08-1.3-.9 1.11 0 0zm2.82 1.19c1.51-1.46.06 2.33 2.5-.36.03-1.92-.07-3.06-2.8-.72-.75.42-1.09 2.19.3 1.08zM31.65 76.22c-.47-1.82-3.25-1.81 0 0zm3.01 1.98c-1.12-1.86-4-1.68 0 0zm17.17 10.35c1.68 1.49 7.7 1.09 2.03.18-.83-1.24-5.32-.94-2.03-.18zm23.6 14.57c2.57-2.16-2.5.97 0 0zm5.36 3.69c.02-.69-1.11.3 0 0zm.01-.97c2.86-3.03-2.77.18 0 0zM24.22 70.01c-2.43-3.47-1.51-5.03-3.86-7.87-.45-2.17-4.03-7.09-1.85-1.88 1.99 3.05 2.58 7.77 5.71 9.75zm55.68 34.87c5.26-3.4-2.15-1.48 0 0zm4.01 1.57c2.64-2.26-1.66-.47 0 0zM30.75 72.38c.76-1.12-1.94-.14 0 0zm52.33 32.99c2.55-1.64-.59-1.39-.46.15l.46-.15zM48.5 83.58c-.09-1.11-1.35.09 0 0zm2.14 1.23c-.69-1.38-1.05.21 0 0zm36.53 21.67c3.27-2.36-1.98-.45-.68.45l.68-.45zm-1.26-.6c2.67-2.23-2.8.99 0 0zm6.39 4.25c1.79-1.19-2.17-.38 0 0zM32.39 71.57c2.39.54 9.56 5.89 5.33.37-2.17-.64-.87-5.94-3.08-5 1.48 2.48 1.22 3.53-1.9 1.97-3.91-1.91-2.2.94-1.43 1.73-1.04.25 1.39.91 1.08.93zm-10.9-8.61c.43-1.77-3.95-9.75-2.07-4 .68 1.21.61 3.49 2.07 4zM41.5 75.3c-1.23-1.03-.06-.15 0 0zm3.03.71c0-1.88-3.35-.77 0 0zm26.3 16.57c-.5-1.28-1.98-.02 0 0zm1.26.93c-.18-.72-.72.14 0 0zm10.43 6.56c1-.74-1.25-.09 0 0zM26.93 64.35c2.87-1.11-3.07-.79 0 0zm41.59 26.2c-.04-1.86-1.83.46 0 0zM25.8 61.71c1.84-.62-1.71-.41 0 0zm5.34 2.59c-.03-.61-.56.23 0 0zm65.22 39.99c2.37-.48 7.77 1.21 8.64-.63-2.88-.07-9.95-2.03-10.28.46l.63.1 1.01.07zM32.84 64.73c.05-1.88-1.46-.07 0 0zm-14.05-9.75c-.64-3.58-2.43-.54 0 0zm3.35.84c.04-1.15-3.07-1.03 0 0zm1.91.94c-.55-.44-.43.57 0 0zm12.06 7.73c.57-.52-1.35-.38 0 0zm-13.33-9.85c-.33-2.71-3.88-.4 0 0zm-6.87-4.46c-.1-1.25-.67.47 0 0zm1.02-.77c-.17-1.48-.88.19 0 0zm5.65 3.37c2.39-.94-4.35-1.94-.49-.18l.49.18zm75.59 46.69c1.53-1.4-1.94-.43 0 0zm9.13 4.74c.61-1.81-1.54.23 0 0zM23.15 49.82c.26-1.75-1.89.35 0 0zm-8.03-5.38c-.43-2.47-.37-6.82 3.76-5.35-5.51 1.1 3.82 6.85 2.64 2.31 2.32.11 4.53-1.37 3.32.88 4.57-.5 7.73-4.46 12.14-3.91 3.44-.46 7.19-.8 10.89-2.18 3.04-.22 5.97-3.5 4.31-5.44-4.15-.35-8.5.17-13.08 1.08-5.08 1.06-9.7 3.06-14.83 3.93-5 .67 1 1.85-.43 2.11-2.61.9 3.11 1.52-.34 2.47-2.13-.41-4.35-1.14-3.44-3.38-4.79.62-9 2.61-5.21 7.48h.27zm11.54-5.88c1.12-4.14 6.01 3.4 1.84.55-.5-.38-1.32-.68-1.84-.55zm.22-2.01c1.62-1.2.86.68 0 0zm2.06.04c.15-1.9 4.71 1.01.75.68l-.75-.68zm2.81-1.14c1.03-1.2.3 1.07 0 0zm.72-.48c1.71-2.06 9.69-1.31 3.85-.2-1.56-1.18-2.76.7-3.85.2zm10.42-1.6c-.26-5.62 5.18 1.99 0 0zm2.96-.02c1.08-2.83 4.2-1.14.5-.57.08.3-.11 1.46-.5.57zM21.99 48.37c3.23-1.98-3.43-1.72 0 0zm2.39.66c1.13-1.2-2.46-.49 0 0zm-7.04-4.99c1.85-1.42-2.18-.54 0 0zm95.35 59.65c.05-1.65-1.41.74 0 0zM103 97.08c.28-1.9-1.24.16 0 0zm12.36 7.25c2.58.01 7.82-.8 2.2-.8-.88.13-5.13.11-2.2.8zM26.48 47.87c2.09-.14 3.27-2.3-.41-2.18-5.69-.59 5.02 1.95-.73 1.22-.77.51 1.09 1.1 1.14.96zm1.84.93c-.22-1.34-.65.71 0 0zm2.18-5.82c.9-1.12-1.26-.3 0 0zm-6.95-11.6c3.73-1.27 8.82-2.69 10.58.62-1.79-2.15-.72-4.28.97-1.12 2.39 3.19 3.59-1.45 2.03-2.52 1.77 2.2 3.79 3.24 1.19.14 2.83-3.4-5.66.45-7.59.41-.92.41-9.58 2.2-7.18 2.47zm2.19-4.18c2.13-1.6 7.35.96 4-1.59-.33-.3-7.35 1.93-4 1.59zm7.75.32c2.49.06-1.07-3.34 1.89-1.8-.49-1.59-3.45-1.89-4.9-2.52-.82 1.45 1.66 4.34 3.01 4.32zm-6.39-7.04c.86-1.16-1.51.6 0 0zm3.16.76c4.01-.53-1.02-1.72-.81-.04l.81.04zm-5.91-4.62c-2.82-3.69 5.31.62 2.44-3.24-2.41-1.92-4.73 2.16-2.44 3.24zm36.21 19.5c1.29-2.29-5.34-3.09-.87-.81.42.14.32.97.87.81z"}))};hc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},hc.defaultProps={color:"#010101",size:"128"};const zc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M12.3 64.2L76.3 0h39.4L32.1 83.6zM76.3 128h39.4L81.6 93.9l34.1-34.8H76.3L42.2 93.5z"}))};zc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},zc.defaultProps={color:"#3FB6D3",size:"128"};const mc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M116.173 64.1l1.466.472.087-.159c-.8-1.056-1.576-2.191-3.034-2.396-1.061-.149-2.147-.108-3.223-.151.035-.51-.153-.69-.66-.482-.479.196-.973.356-1.458.539-1.163.437-2.321.889-3.491 1.305-.205.073-.461-.001-.693-.007.017-.218 0-.446.057-.653.214-.779.458-1.549.678-2.326.073-.259.11-.529.164-.792l1.105.878c.225-2.741-.326-5.136-1.755-7.449l1.433.08c-.644-1.489-1.602-2.617-2.945-3.412-1.694-1.004-3.604-.986-5.477-1.138-.295-.024-.594-.003-.956-.003 1.423 2.374 2.019 6.36 1.156 7.71l-.479-.807c-1.073 1.737-2.09 3.56-3.281 5.262-1.195 1.708-2.672 3.167-4.715 4.116l.248-1.223c-.304.08-.494.149-.69.179-.509.077-1.037.252-1.526.178-.915-.14-1.809-.418-2.707-.659-.616-.166-1.223-.364-1.834-.547l.001.003-.129-.138c-.713-.499-.598-1.094-.246-1.758.241-.455.412-.947.601-1.428.428-1.093.847-2.19 1.27-3.285.422-.473.9-.907 1.25-1.427.39-.58.686-1.228.978-1.866.209-.458.493-.773.972-.975a1.46 1.46 0 00.69-.65c.246-.496.398-1.041.562-1.574.129-.424-.031-.728-.463-.869l-.53-.174c.046-.18.068-.371.145-.537 1.309-2.798 2.578-5.615 3.952-8.382 1.401-2.823 2.894-5.601 4.375-8.383.314-.591.752-1.116 1.133-1.67.663.044 1.325.115 1.988.129 2.977.062 5.679-.691 7.873-2.805 2.3-2.215 3.884-4.893 4.941-7.893l.214-.543-.416.262c-2.932 2.006-6.098 3.113-9.705 2.532.042-.116.058-.251.128-.346 1.264-1.711 2.527-3.422 3.808-5.121.453-.601.951-1.167 1.472-1.801-.324-.123-.55-.222-.784-.296-1.202-.378-2.401-.768-3.612-1.117-.515-.148-.623-.403-.406-.867.51-1.088 1.007-2.183 1.514-3.272l.567-1.013C102.818 6.79 100 6.727 97 7.099V5.323c-2 .182-2.419.288-3.519.531-1.092.24-2.189.617-3.265.934l-.159-.101 2.521-4.368c-1.306.149-2.527.224-3.72.438-2.393.428-5.106.91-7.484 1.414A61.242 61.242 0 0078 4.994V3.112c-1 .271-2.777 1.055-4.489 1.692.35-1.05.814-1.924 1.088-2.805.06-.192.104-.415.111-.624-.09-.033-.145-.106-.229-.094-.733.106-1.447.207-2.173.349-3.778.741-7.366 1.992-10.744 3.853-.384.212-.77.411-1.314.7l-.256-4.037c-2.035.718-3.987 1.66-5.394 3.466l-.801-3.114-.007-.243-.037-.116-.061.069c-.175.202-.368.391-.522.608-1.603 2.258-2.446 4.78-2.602 7.539l-1.29-2.83-1.817 8.597-3.064-3.904a36.03 36.03 0 00-2.071 8.766l-2.152-2.427c-1.436 4.394-2.656 8.712-3.108 13.274-1.082-.659-1.744-1.526-2.197-2.582-.654-1.521-.813-3.113-.75-4.745.009-.248-.024-.497-.037-.746l-.182.002c-2.136 7.443-2.69 15.056-2.403 22.787l-2.648-5.041-.178.015c-.179 1.949-.392 3.895-.522 5.847-.081 1.206.121.992-1.032 1.279-3.628.905-7.076 2.207-10.091 4.492-.19.144-.424.229-.638.342l.218.205 3.087 1.154c-1.331 1.479-2.647 2.872-3.88 4.335-1.249 1.482-2.21 3.148-2.933 5.048.691-.288 1.252-.547 1.832-.755.551-.199 1.122-.345 1.683-.514-1.1 1.13-1.926 2.368-2.609 3.694-2.427 4.715-3.288 9.827-3.577 15.037-.188 3.369-.093 6.754.475 10.102.097.571.221 1.138.332 1.707l.25.044 1.505-3.558c.684 3.814.814 7.624.773 11.445l.163.099 1.361-1.659c.188.386.294.542.341.714.714 2.582.905 5.227.714 7.877-.099 1.382-.077 2.723.236 4.062.77 3.284 2.396 6.116 4.642 8.597.447.495 1.069.835 1.622 1.23.262.186.426.116.403-.233l-.053-.029.054.028 1.053.343 1.703.594.078-.16-1.09-2.272-.093-.133.048-.032.048.163c.078.023.18.022.231.072 1.063 1.04 2.415 1.579 3.737 2.171.368.877.972 1.561 1.676 2.161l1.19-.826c.164.203.301.355.417.521.984 1.409 2.332 2.07 4.049 2.001 1.079-.043 2.159-.065 3.239-.09 3.717-.087 7.435-.158 11.151-.262 2.574-.072 5.147-.178 7.72-.29 1.197-.053 2.392-.156 3.703-.243-1.928-5.083-5.942-7.769-10.392-9.673l3.814-1.039c5.522 3.064 11.615 5.078 16.597 9.138l.234-.121-.442-4.497c.308.21.636.418.948.649 1.221.903 2.438 1.813 3.656 2.72l.226.104.084.157c1.831 1.573 3.78 2.779 6.351 2.725 3.55-.075 7.104.002 10.657-.02.271-.001.654-.192.792-.415.8-1.285 1.588-2.582 2.296-3.92 1.776-3.357 3.507-6.738 5.258-10.109l.501-.945c-.789.236-1.471.574-2.148.92-.735.375-1.466.758-2.199 1.137l-.065.055.049-.072c.077-.233.114-.49.238-.695 1.597-2.64 3.143-5.314 4.832-7.895 1.677-2.564 3.631-4.961 4.663-7.897.471-1.342.843-2.718 1.26-4.079l-.019-.016-.122.006c-.75.527-1.463 1.117-2.257 1.565-.956.54-1.98.959-2.975 1.431l-.029.052-.023-.023.052-.028.167-.59.767-2.929c-.307-.018-.436.041-.562.104-2.146 1.086-4.256 2.251-6.445 3.24-3 1.356-5.807 3-8.361 5.074-.863.701-1.688 1.448-2.548 2.189l-.195-.136c-.847-.76-1.69-1.525-2.539-2.283-.532-.476-1.072-.941-1.608-1.413 1.849-2.37 3.333-4.953 4.229-7.822.577-1.848.939-3.763 1.397-5.649l.528-.159c1.439-.516 2.903-.943 4.451-.839.667.045 1.325.236 1.987.361l-.5-1.121-.05-.059.035.01.018.046c.12.024.249.028.357.077 1.15.52 2.272 1.106 3.447 1.559 1.929.742 3.939 1.094 6.018.99.279-.014.478-.039.262-.376.198.052.401.088.592.16 1.534.579 3.131.865 4.752.686 1.493-.165 2.698-.907 3.365-2.371l.475.222c.411-1.152.049-2.229-.161-3.319-.036-.188-.036-.467.075-.585.402-.433.858-.816 1.316-1.238l.281.645c.642-1.068.658-2.241.735-3.546l.618.76.241-.096c-.193-.949-.209-1.983-.622-2.825-.576-1.176-.609-2.122.164-3.21.458-.644.65-1.477 1.054-2.446.074.199.093.312.154.394.048.064.148.089.261.151-.057-1.719-.838-3.115-1.708-4.6z"}))};mc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},mc.defaultProps={color:"#008CBA",size:"128"};const pc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M0 64.5L60.7 3.8v30.4L30.4 64.5l30.4 30.4v30.4L0 64.5zm39.1 0l21.7-21.7v43.4L39.1 64.5zm88.9 0L65.1 3.8v30.4l30.4 30.4-30.4 30.3v30.4L128 64.5z"}))};pc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},pc.defaultProps={color:"#000000",size:"128"};const vc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M94.3 3.9H33.7C17.1 3.9 3.5 17.5 3.5 34.1v60.6c0 16.6 13.6 30.2 30.2 30.2h60.6c16.6 0 30.2-13.6 30.2-30.2V34.1c0-16.6-13.6-30.2-30.2-30.2zM68.9 104.7c-22.4 3-44.2-12.9-46.6-34.1-2.8-24.8 13.4-44.8 38.2-46.4 10.8-.7 21.8-.4 32.7 0 1.8.1 8.2.1 8.2.1v3.1c.2 3.3-.9 8-3.3 9.9-3.7 2.9-8.7 4.7-13.4 5.4-6.2.9-12.5.1-18.8.3-13.9.3-22.8 6.4-24.6 16.9-1.8 10.6 1.5 19.1 11.6 23.9C64 89.1 75.3 86 85.2 73.9 72.7 71.5 56.7 77.8 55 56.8h50.4c4.1 25-10.9 44.4-36.5 47.9z"}))};vc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},vc.defaultProps={color:"#E77500",size:"128"};const gc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 0C28.7 0 0 28.7 0 64s28.7 64 64 64 64-28.7 64-64S99.3 0 64 0zM13.2 64L64 114.8c-28.1 0-50.8-22.7-50.8-50.8zm62.2 49.5l-60.9-61C19.7 30 39.9 13.2 64 13.2c16.6 0 31.3 7.9 40.5 20.2L97 40.6c-7.3-10.4-19.3-17.1-33-17.1-17.6 0-32.5 11.2-38.1 26.8C33.1 57 75.4 98.8 78.1 102c12.7-4.7 22.3-15.5 25.4-28.9H81.9v-9.4l33 .2c-.1 24.3-16.9 44.5-39.5 49.6z"}))};gc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},gc.defaultProps={color:"#64328B",size:"128"};const wc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:"none",stroke:t,strokeWidth:"1.005",d:"M81.602 11.602c-3.363-3.633-7.77-6.235-12.45-7.899-3.437-1.223-6.883-1.63-10.492-1.868-.904-.06-1.81-.083-2.716-.068-2.692.047-5.306.468-7.81 1.48-4.555 1.831-8.599 4.87-12.322 8.167C29.617 16.906 24.5 23.528 20.86 30.836c-3.433 6.891-5.94 14.363-7.683 21.906-2.789 12.105-1.313 24.637 2.187 36.403 1.926 6.468 4.462 12.926 8.477 18.332 4.153 5.594 9.456 10.69 15.882 13.636 4.031 1.848 8.42 3.282 12.782 4.13 5.286 1.03 10.445 1.316 15.71.597 5.11-.699 8.595-2.192 12.216-4.328 10.578-6.242 21.66-17.087 24.78-35.665.966-5.734 1.41-11.882.055-22.39-.715-5.55-2.4-15.062-4.698-20.25l-.527-.543c-.239.101-.485.73-.813 2.07-.41-.474-.818-.95-1.227-1.424v1.42l2.293 9.474-.796 3.921-3.115.38-1.242.963-3.523.621-.199 2.989-.996.597-3.79-4.585-1.394-3.192-.797-2.59-1.797.797-.797 1.395 3.79 3.391-4.864 1.444-4.512-1.245-15.155 7.976-4.786-7.378-1.593-1.594L47.15 56.7l3.187-8.18-3.187-5.184 13.307-11.48L46.95 42.937l-2.595-6.581 2.794-1.395 5.58-.796 10.372-12.767 5.782.797 3.79-1.992 2.791-.598-4.385 9.57-4.237.494 4.037.104 1.196 1.797 3.788 1.793 2.992.403 4.985-2.395 2.885-1.149m-2.419-2.806l-.852.205-1.893.342-1.875.105-.631-.686-.598-1.596.539-1.103.853-2.441.145-.237v0l.858-1.403 4.386 2.395 3.917 1.19c-.113-.457.494-.772.405-1.239-.043-.224-.247-.518-.441-.796-.14-.2-.223-.418-.29-.569-.275-.609 1.872 3.277 1.504 2.691-1.763-2.81-4.257-5.659-6.095-8.458m4.916 8.371l.259.43.411-.226zm.937.245l-.678.185-4.495 2.464m4.734 2.544l2.746-.29m6.592 11.241l-.84.14 1.89 1.948c.084-.036.167-.009.252.083-.437-.724-4.427-1.65-1.302-2.17zm1.302 2.171l.275.46a1.684 1.684 0 00-.275-.46zM66.842 29.67l-3.74-.095-2.646 2.282 2.047-1.68z"}),e.createElement("path",{fill:"none",stroke:t,strokeWidth:".242",d:"M84.238 16.215l4.59 5.781 1.195 1.996L81.25 21l.996-2.793zm0 0"}),e.createElement("path",{fill:"none",stroke:t,strokeWidth:".242",d:"M84.442 53.308l.996 2.392-.598 1.597-2.992-1.797.797-1.395zm4.585-10.968l3.192-2.793 1.793-.2.597.997-2.789 2.992-1.597.598zm5.77-13.832l-9.758 2.465-6.383 2.59-5.582-1.594-1.996-2.395 5.184-11.765 4.86-6.016 3.183-1.262 3.523.696 3.656 5.363 3.829 2.562-.442.778-5.644-1.922-4.989-2.192-4.785 7.38-.996 2.59.797 2.394 12.965-2.196 1.383 1.153zm3.801 1.465l2.285 2.925 1.441.043 5.332 5.926 1.325 1.61 2.382-1.528 2.79-6.183 1.55-4.914.211-4.118-1.277-1.539h-4.473l-3.39.801s-2.79 1.395-1.993 1.395c.797 0 4.586 1.195 4.586 1.195l1.598 1.2.398 1.792-2.195 4.387-.996 1-4.586-2.992-1.398-1-1.395-.2z"}),e.createElement("path",{fill:"none",stroke:t,strokeWidth:".242",d:"M96.734 53.29c-.058-.458-3.136 0-3.136 0s-.535 1.835.246 1.835c.785 0 2.953-1.375 2.89-1.836zm0 0"}),e.createElement("path",{fill:t,d:"M100.797 42.277c.45-.718 1.543-.629 3.332.48 1.457.86 3.375 1.036 5.433 1.18 3.368.231 3.102-.273 1.52-1.863l-1.906-1.71s.699.406 1.863-.669c1.559-1.441 4.543-8.062 5.074-12.828.598-4.836-.199-5.562-5.363-4.969-2.117.266-4.672.891-5.73 1.551 0 0-1.512.758-1.282 1.188.235.43 2.246.64 2.246.64 3.774.594 4.805 1.844 4.805 3.235 0 1.457-1.96 5.043-2.887 5.043-.332 0-1.523-.93-2.648-1.989-2.25-2.183-3.461-2.468-5.64-1.824-1.223-.336-3-.512-4.434-1.336-.352-.199-.125-.484-.825-1.36-1.253-1.577-2.21-1.437-3.535-1.108-2.713.49-2.238-.115-.438-1.088 1.374-.743 1.165-.498-1.612-4.143l-2.782-3.773 3.309 1.656c3.379 1.722 6.289 2.183 6.953 1.125.266-.332-.664-1.192-2.055-1.852-1.324-.664-2.91-2.187-3.507-3.312-.66-1.192-1.524-2.582-1.918-3.113-.997-1.126-4.461-1.731-6.325-1.028-1.898.719-3.074 2.653-4.597 4.649-1.29 1.683-2.004 2.957-2.606 3.98-1.238-.293-3.36.61-4.219 1.406-1.457 1.325-1.789 1.39-4.636.66-2.844-.792-3.176-.726-4.7.665-.859.859-3.246 3.84-5.296 6.62-1.989 2.844-3.84 5.165-4.04 5.231-.199 0-1.59.133-3.046.262-1.457.133-3.442.531-4.434.93-1.59.593-1.723.859-1.258 2.582.328.992 1.785 4.039 3.309 6.687l2.715 4.766-1.657 3.972c-.925 2.188-1.523 4.239-1.324 4.504.2.332 2.121.793 4.305 1.059l3.973.465 3.046 4.566c2.848 4.305 3.356 4.547 4.368 4.04.343-.169 1.988-1.325 4.172-2.384 2.187-1.125 5.164-2.78 6.62-3.773 2.063-1.36 4.15-1.824 5.255-1.402.671.253.98.832.707 1.734-.579 1.855-.551 3.012-.293 4.219.453.48 1.035.703 1.882 1.273 2.922 1.797 4.04 1.922 4.106 0v-1.453l.726 1.52c1.059 2.187 2.782 1.59 3.047-1.125.2-1.59-.199-2.649-1.257-3.774-.797-.86-1.211-1.988-.88-1.988.665 0 2.93 3.047 2.93 3.844 0 .261.399.527.926.527.996 0 1.723-1.39 1.723-3.309 0-.734 1.976-1.144 3.82-1.797.492-.175.488-.421.957-.746.89.188.598.2 1.262.153.988-.07 1.43-.348 1.707-.79 1.39-2.25 1.59-5.097.531-7.613-.531-1.324-.992-4.074-.926-5.265 0 0 .063-.785.352-1.567m-7.703 8.75c0-1.324-.266-1.324-2.649-.062-1.125.594-1.984 1.52-1.984 2.117 0 1.523 1.918 3.508 3.375 3.508.664 0 3.848.597 4.719.605-.02.254-.387.477-.63.551-1.003.32-2.64.145-3.23.035-1.058-.133-1.191.2-1.125 2.121.133 1.258 0 1.852-.265 1.325-.196-.532-1.125-1.723-2.118-2.649-1.058-.992-1.789-2.582-1.918-3.973-.332-3.113-1.656-5.496-4.304-7.746-2.781-2.32-3.84-4.172-3.313-6.027.266-1.059.864-1.457 2.121-1.457 2.25-.066 6.489-1.984 9.204-4.238 3.574-3.11 2.382-3.243-1.856-.262-3.508 2.45-4.5 2.844-8.473 3.043l-4.437.332 2.183-2.25c1.126-1.191 2.122-2.383 2.122-2.648 0-1.391 6.09-3.973 10.66-4.504 6.488-.727 6.816-.66 7.215 1.523.464 2.516 1.921 3.113 1.523.598-.266-1.79-.266-1.79.727-.598.597.727 1.062 2.05 1.062 2.98 0 .926.2 2.383.395 3.176.332 1.13 0 1.457-1.72 1.856l-2.187.465.465 3.906c.2 2.117.86 4.965 1.39 6.355.993 2.317.794 6.422-.331 7.153-.266.195-1.918.129-3.574-.067-2.715-.398-3.047-.597-3.047-2.187m-4.965-44.032c.594.266 1.656 1.59 2.316 2.981.73 1.39 1.989 2.98 2.782 3.508.812.578 2.918 1.402 2.796 1.515-.254.239-4.082-.96-6.504-2.308-1.855-1.059-3.773-1.79-4.238-1.59-.531.133-2.05 2.055-3.508 4.305-2.914 4.504-3.445 8.011-1.324 8.738 1.258.398 10.59-1.809 12.117-2.05 1.102-.177 2.516.925 2.516 1.722 0 .265-1.988.66-4.371.86-2.848.265-5.43.991-7.352 2.116-3.441 1.922-5.425 2.055-8.14.664-2.715-1.39-2.582-2.847 1.324-10.66 4.3-8.804 7.348-11.386 11.586-9.8zm-.332 8.012c2.847 4.305 2.847 4.106.86 3.578-2.91-.863-5.196-2.21-5.743-2.574.473-1.043 1.64-3.453 2.434-3.453.464 0 1.523 1.125 2.449 2.45zm-12.578 1.125c0 .133-.73 1.856-1.657 3.91-1.523 3.243-1.921 3.641-4.171 4.04-1.325.195-3.313.394-4.438.394-1.586 0-3.11 1.059-7.281 5.164-2.914 2.848-6.227 5.828-7.352 6.621l-2.05 1.39-1.192-2.648c-1.457-3.242-1.059-3.773 3.508-4.172 3.773-.328 4.172-.593 7.219-5.03 1.125-1.657 3.175-4.305 4.632-5.891 2.254-2.582 2.715-2.848 3.973-2.122 2.121 1.125 4.504.864 6.227-.593 1.453-1.192 2.582-1.657 2.582-1.063zm11.851 3.246l2.91.926-2.25 1.125c-1.191.598-3.242 1.262-4.566 1.457-2.98.465-3.578-.46-2.254-3.574.547-1.387.914-1.703 1.223-2.207.344.129 3.347 1.742 4.937 2.273zm29.492 1.414c.133 2.317-.824 5.34-2.148 8.586-2.05 5.164-4.094 7.172-5.289 5.051-.688-1.203-2.285-3.617-4.953-5.805-.203-.168-.461-.433-1.031-.562-.836-.195-1.067.133-1.282-.031-1.12-1.496-1.086-2.164.371-2.23.797 0 1.989.597 2.649 1.39.598.73 1.922 1.789 2.848 2.25 1.59.863 1.855.797 3.246-.66 1.058-1.125 1.66-2.73 1.765-4.758.102-1.996-.64-3.121-4.02-3.852-.991-.195-2.952-.172-2.687-.37.594-.595 6.332-1.813 8.25-1.747 1.524.133 2.219-.027 2.281 2.738zm-41.609 7.922c1.258.598 2.715 1.059 3.242 1.059 1.723 0-.328 2.45-3.11 3.707-1.39.598-2.515 1.324-2.515 1.59 0 .265 1.325.73 2.977.992 2.648.332 2.98.598 2.648 1.723-.66 2.12.797 4.77 4.04 7.55 2.581 2.118 2.913 2.649 2.12 3.375-.664.66-1.656.793-3.84.399l-2.98-.531.2-3.442c.199-3.777-.798-4.703-1.458-1.39-.992 5.03-.398 5.957 4.305 6.82 1.324.195 3.043 1.125 3.84 1.984l1.457 1.59-1.922.66c-1.125.399-2.25.465-2.516.133-1.39-1.191-4.703-1.191-6.554 0l-1.922 1.258-2.649-2.117c-3.707-2.848-4.171-3.575-5.43-7.547-.925-3.18-1.917-4.703-2.581-4.04-.133.133.332 2.051 1.125 4.368 1.261 3.906 3.047 6.293 6.82 9.008.73.527 1.191 1.058.996 1.257-.465.395-8.476 4.434-8.875 4.434-.2 0-1.59-1.918-3.11-4.3-2.386-3.712-3.046-4.305-4.835-4.372-1.125-.066-2.848-.265-3.84-.531l-1.723-.395 1.59-3.843 1.656-3.84-1.457-2.317c-.86-1.457-1.191-2.714-.925-3.441.46-.996.593-.93.925.395.532 2.054 1.59 1.921 1.723-.2 0-.925.926-2.515 1.918-3.507 1.062-.993 1.723-1.458 1.457-.993-.461.926.2 2.848.992 2.848.332 0 .598-.996.598-2.188 0-1.519.726-2.91 2.648-5.097 2.25-2.582 2.582-2.781 2.649-1.524 0 .864.398 1.524.86 1.524.597 0 .796-.594.597-1.918l-.266-1.988 3.84-.2c3.047-.132 4.039.067 4.437.864.332.593 1.59 1.586 2.848 2.183zm18.754 20.735c-.05.343.078.793.223 1.058.68 1.23 2.64.817 4.195-.937.93-.992.93-1.258.133-1.586-.93-.41-3.7-.035-4.137.414-.266.27-.363.707-.414 1.05zm12.96-17.094c.727.93 1.985 2.715 2.849 3.906 0 0 .554.692 1.199 1.32.64.63 1.37 1.2 1.37 1.2s-1.066.05-3.366-.598c-5.282-1.488-5.625-2.25-5.23-3.84.331-1.258.464-1.258 2.187.395.926.93 1.984 1.457 2.183 1.195.727-.664-2.847-4.105-3.906-3.71-.926.331-1.758-2.145-1.527-3.278.062-.305.37-.317.781-.137.82.352 1.965 1.68 3.46 3.547zM99.759 41.3a.793.793 0 01-.926 0c-.2-.266 0-.465.465-.465.46 0 .66.2.46.465zm-9.07 13.773c0 1.719-.926 2.184-1.657.992-.594-.93.067-2.648.996-2.648.328 0 .66.727.66 1.656zm5.507-1.535c0 .367-2.101 1.617-2.379.84-.285-.8.301-1 1.024-1.066.762-.07 1.355-.137 1.355.226zm-11.278 1.775c.237.9.61 1.75-.784.752-1.058-.756-1.617-1.245-1.086-1.776.726-.727 1.257-1.309 1.87 1.024z"}),e.createElement("path",{fill:t,d:"M94.133 37.988c.992.996 2.05 1.59 2.25 1.325.66-.66-1.723-3.11-2.98-3.11-.727 0-.532.461.73 1.785zm-4.305 2.516c-1.457 1.39-1.656 1.988-1.125 2.98.395.73 1.192 1.325 1.719 1.325 1.39 0 5.098-3.774 4.77-4.832-.532-1.524-3.446-1.258-5.364.527zM94 40.176c0 .328-.465.66-.996.66-.527 0-1.258.598-1.652 1.324-.399.73-1.063 1.125-1.457.93-.465-.332-.133-1.063 1.058-2.055 1.918-1.59 3.047-1.918 3.047-.86zM37.371 101.73c-3.172 0-5.648-.785-7.434-2.351-1.78-1.567-2.671-3.79-2.671-6.676 0-2.121.328-4.082.98-5.887.656-1.8 1.606-3.375 2.852-4.714 1.238-1.329 2.754-2.368 4.55-3.122 1.797-.75 3.82-1.125 6.067-1.125 1.347 0 2.695.16 4.039.485 1.344.324 2.719.851 4.121 1.586l-.695 3.492h-.282c-1.14-1.074-2.386-1.848-3.73-2.328-1.344-.477-2.79-.719-4.336-.719-1.7 0-3.187.336-4.465 1.008a9.883 9.883 0 00-3.23 2.672c-.856 1.09-1.5 2.363-1.938 3.816a15.143 15.143 0 00-.656 4.39c0 2.216.605 3.923 1.812 5.13 1.211 1.207 3.004 1.808 5.372 1.808 1.039 0 2.015-.097 2.93-.285.91-.191 1.769-.437 2.57-.734l1.3-5.89h-6.136l.59-2.579h9.206l-2.285 9.875-1.84.75c-.546.219-1.23.45-2.054.688-.711.203-1.446.375-2.203.507-.758.133-1.567.203-2.434.203zm23.781-.03c-2.914 0-5.203-.755-6.859-2.266-1.66-1.508-2.488-3.649-2.488-6.418 0-2.125.316-4.102.957-5.938.636-1.832 1.554-3.437 2.75-4.82 1.183-1.36 2.644-2.434 4.375-3.223 1.73-.785 3.66-1.18 5.793-1.18 1.328 0 2.586.16 3.77.485 1.187.324 2.402.84 3.648 1.539l-.696 3.46h-.23a17.59 17.59 0 00-1.027-.948c-.348-.293-.864-.618-1.555-.965-.567-.301-1.242-.551-2.024-.75-.785-.203-1.648-.301-2.597-.301-1.442 0-2.766.3-3.969.902a9.526 9.526 0 00-3.14 2.528c-.864 1.05-1.544 2.328-2.04 3.832a15.356 15.356 0 00-.742 4.804c0 2.121.55 3.774 1.656 4.954 1.102 1.18 2.692 1.77 4.774 1.77.98 0 1.91-.11 2.789-.333a13.118 13.118 0 002.402-.844 14.688 14.688 0 001.809-1.004c.535-.347.996-.671 1.375-.972h.219l-.727 3.554c-1.082.547-2.328 1.04-3.734 1.477-1.407.437-2.903.656-4.489.656zm22.129 0c-2.914 0-5.203-.755-6.86-2.266-1.66-1.508-2.487-3.649-2.487-6.418 0-2.125.32-4.102.957-5.938.64-1.832 1.554-3.437 2.75-4.82 1.187-1.36 2.644-2.434 4.375-3.223 1.73-.785 3.66-1.18 5.793-1.18 1.328 0 2.586.16 3.773.485 1.184.324 2.398.84 3.645 1.539l-.696 3.46h-.23a17.59 17.59 0 00-1.028-.948c-.347-.293-.863-.618-1.554-.965-.567-.301-1.242-.551-2.024-.75-.78-.203-1.648-.301-2.597-.301-1.442 0-2.766.3-3.97.902a9.473 9.473 0 00-3.136 2.528c-.867 1.05-1.547 2.328-2.043 3.832-.492 1.504-.738 3.105-.738 4.804 0 2.121.55 3.774 1.652 4.954 1.102 1.18 2.692 1.77 4.774 1.77.98 0 1.91-.11 2.789-.333a13.118 13.118 0 002.402-.844 14.688 14.688 0 001.809-1.004 18.12 18.12 0 001.375-.972h.218l-.726 3.554c-1.082.547-2.328 1.04-3.734 1.477-1.407.437-2.903.656-4.489.656zm0 0"}),e.createElement("path",{fill:"none",stroke:t,strokeWidth:".242",d:"M91.488 52.99c-.21-.942-3.783.705-3.819 1.725-.035 1.023 3.339 3.599 3.534 2.704.195-.89.496-3.492.285-4.43z"}))};wc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},wc.defaultProps={color:"#000000",size:"128"};const fc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M36.4 54.4c-1.1 0-2.2-.6-2.7-1.6l-.8-1.6-.3 1.8-.1.8c0 3.3 2.6 5.9 5.9 5.9 3.3 0 5.9-2.6 5.9-5.9 0-3.1-2.5-5.7-5.6-5.9l-1.7-.1 1.4 1.1c.7.6 1.2 1.5 1.2 2.4-.1 1.7-1.5 3.1-3.2 3.1zM35.9 41c5 0 9.3 3.4 10.6 7.9.8-2.2 2.1-4.1 3.8-5.6C34 42.3 27 27.8 27 27.8l-.4 18.3c1.9-3 5.3-5.1 9.3-5.1zm25.8 21c3.7 0 6.7-3 6.7-6.7 0-3.6-2.8-6.6-6.4-6.7l-1.5-.1 1.2.9c.9.7 1.4 1.8 1.4 3 0 2.1-1.7 3.8-3.8 3.8-1.4 0-2.7-.8-3.4-2l-.7-1.3-.2 1.5-.1.9C55 58.9 58 62 61.7 62zm64.3 47.2c-.4-1.4-.8-2.8-1.2-4.1-2.5-9-4.4-16-12.3-15.3-1.2.1-2.2.5-3.1 1.1l-7.9-5h-.3l-.6-1.9-1.2.8c-2.5-1.6-5.3-3-8.1-4.3 9-10.7 13.9-29.6 10.5-60.5-.3-2.7-1.8-3.1-2.8-.2-.8 2.5-6.1 18.3-33.4 22.7 3.6 2.3 6 6.3 6 10.9 0 7.2-5.8 13-13 13-6.1 0-11.3-4.3-12.6-10-1.7 4-5.6 6.8-10.2 6.8s-8.5-2.8-10.2-6.8c-.1.2-.2.4-.3.5-.1-.2-.3-.4-.4-.7-5.4-7.4-14-10.4-19.3-6.6C.3 53.5.4 62.6 5.8 70c4.5 6.2 11.2 9.3 16.4 7.9 15.1 11.2 43 20.9 61.7 9 3.7 2.1 7.9 4.1 11.8 5.5v.1l.4 1.2 1.6-.6.2.2 8.8 3.2c.1 2.8 1.8 5.9 5.4 7.3 6.7 2.6 13.1 5.8 13.1 5.9l1 .5-.2-1zM5 57.1c0-3.2 2.2-5.8 4.8-5.8 2.7 0 4.8 2.6 4.8 5.8 0 3.2-2.2 5.8-4.8 5.8-2.7 0-4.8-2.6-4.8-5.8zm36.6 18.6c18.3 3.7 27.7.3 33.1-4-1.4-1.9-3.9-3.9-3.9-3.9s6.4 1.8 8.7 4.7c1 1.3 1.3 2.4 1.2 3.5-3.2-1.1-5.6-1.8-6.1-2-2-.9-3.9-.3-4.4 1.2-.4 1.1-.1 2.4.9 3.4-6.3 2.9-16.6 1.7-29.5-2.9z"}))};fc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},fc.defaultProps={color:"#716955",size:"128"};const uc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M124.742 58.378L69.625 3.264c-3.172-3.174-8.32-3.174-11.497 0L46.685 14.71l14.518 14.518c3.375-1.139 7.243-.375 9.932 2.314a9.66 9.66 0 012.293 9.993L87.42 55.529c3.385-1.167 7.292-.413 9.994 2.295 3.78 3.777 3.78 9.9 0 13.679a9.673 9.673 0 01-13.683 0 9.677 9.677 0 01-2.105-10.521L68.578 47.933l-.002 34.341a9.708 9.708 0 012.559 1.828c3.779 3.777 3.779 9.898 0 13.683-3.779 3.777-9.904 3.777-13.679 0-3.778-3.784-4.088-9.905-.311-13.683.934-.933 1.855-1.638 2.855-2.11V47.333c-1-.472-1.92-1.172-2.856-2.111-2.861-2.86-3.396-7.06-1.928-10.576L40.983 20.333 3.229 58.123c-3.175 3.177-3.155 8.325.02 11.5l55.126 55.114c3.173 3.174 8.325 3.174 11.503 0l54.86-54.858c3.175-3.176 3.178-8.327.004-11.501z"}))};uc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},uc.defaultProps={color:"#F34F29",size:"128"};const dc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 5.103c-33.347 0-60.388 27.035-60.388 60.388 0 26.682 17.303 49.317 41.297 57.303 3.017.56 4.125-1.31 4.125-2.905 0-1.44-.056-6.197-.082-11.243-16.8 3.653-20.345-7.125-20.345-7.125-2.747-6.98-6.705-8.836-6.705-8.836-5.48-3.748.413-3.67.413-3.67 6.063.425 9.257 6.223 9.257 6.223 5.386 9.23 14.127 6.562 17.573 5.02.542-3.903 2.107-6.568 3.834-8.076-13.413-1.525-27.514-6.704-27.514-29.843 0-6.593 2.36-11.98 6.223-16.21-.628-1.52-2.695-7.662.584-15.98 0 0 5.07-1.623 16.61 6.19C53.7 35 58.867 34.327 64 34.304c5.13.023 10.3.694 15.127 2.033 11.526-7.813 16.59-6.19 16.59-6.19 3.287 8.317 1.22 14.46.593 15.98 3.872 4.23 6.215 9.617 6.215 16.21 0 23.194-14.127 28.3-27.574 29.796 2.167 1.874 4.097 5.55 4.097 11.183 0 8.08-.07 14.583-.07 16.572 0 1.607 1.088 3.49 4.148 2.897 23.98-7.994 41.263-30.622 41.263-57.294C124.388 32.14 97.35 5.104 64 5.104z"}),e.createElement("path",{fill:t,d:"M26.484 91.806c-.133.3-.605.39-1.035.185-.44-.196-.685-.605-.543-.906.13-.31.603-.395 1.04-.188.44.197.69.61.537.91zm2.446 2.729c-.287.267-.85.143-1.232-.28-.396-.42-.47-.983-.177-1.254.298-.266.844-.14 1.24.28.394.426.472.984.17 1.255zM31.312 98.012c-.37.258-.976.017-1.35-.52-.37-.538-.37-1.183.01-1.44.373-.258.97-.025 1.35.507.368.545.368 1.19-.01 1.452zm3.261 3.361c-.33.365-1.036.267-1.552-.23-.527-.487-.674-1.18-.343-1.544.336-.366 1.045-.264 1.564.23.527.486.686 1.18.333 1.543zm4.5 1.951c-.147.473-.825.688-1.51.486-.683-.207-1.13-.76-.99-1.238.14-.477.823-.7 1.512-.485.683.206 1.13.756.988 1.237zm4.943.361c.017.498-.563.91-1.28.92-.723.017-1.308-.387-1.315-.877 0-.503.568-.91 1.29-.924.717-.013 1.306.387 1.306.88zm4.598-.782c.086.485-.413.984-1.126 1.117-.7.13-1.35-.172-1.44-.653-.086-.498.422-.997 1.122-1.126.714-.123 1.354.17 1.444.663zm0 0"}))};dc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},dc.defaultProps={color:"#181616",size:"128"};const Mc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M126.615 72.31l-7.034-21.646-13.94-42.902c-.54-1.662-2.44-2.07-3.654-1.23-.4.276-.724.853-.902 1.398L87.144 51H40.856L31.62 22.41 26.917 7.847a2.748 2.748 0 00-.372-.767c-.078-.104-.18-.194-.27-.28-.937-.89-2.465-.876-3.36.072a2.336 2.336 0 00-.556.894l-13.94 42.9-2.946 9.068L1.385 72.31a4.78 4.78 0 00.85 4.496c.26.317.55.613.89.86L64 121.895l60.874-44.227a4.785 4.785 0 001.74-5.357zm-7.034-21.647z"}))};Mc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Mc.defaultProps={color:"#E24329",size:"128"};const Ec=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M96.8 25.6H107v51.2H96.8zM71.2 25.6h10.2V128H71.2zM45.6 25.6h10.2V128H45.6zM20 0h10.2v76.8H20z"}))};Ec.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ec.defaultProps={color:"#000000",size:"128"};const xc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M108.2 64.8c-.1-.1-.2-.2-.4-.2l-.1-.1c-.1-.1-.2-.1-.2-.2l-.1-.1c-.1 0-.2-.1-.2-.1l-.2-.1c-.1 0-.2-.1-.2-.1l-.2-.1c-.1 0-.2-.1-.2-.1-.1 0-.1 0-.2-.1l-.3-.1c-.1 0-.1 0-.2-.1l-.3-.1h-.1l-.4-.1h-.2c-.1 0-.2 0-.3-.1h-2.3c-.6-13.3.6-26.8-2.8-39.6 12.9-4.6 2.8-22.3-8.4-14.4-7.4-6.4-17.6-7.8-28.3-7.8-10.5.7-20.4 2.9-27.4 8.4-2.8-1.4-5.5-1.8-7.9-1.1v.1c-.1 0-.3.1-.4.2-.1 0-.3.1-.4.2h-.1c-.1 0-.2.1-.4.2h-.1l-.3.2h-.1l-.3.2h-.1l-.3.2s-.1 0-.1.1l-.3.2s-.1 0-.1.1l-.3.2s-.1 0-.1.1l-.3.2-.1.1c-.1.1-.2.1-.2.2l-.1.1-.2.2-.1.1c-.1.1-.1.2-.2.2l-.1.1c-.1.1-.1.2-.2.2l-.1.1c-.1.1-.1.2-.2.2l-.1.1c-.1.1-.1.2-.2.2l-.1.1c-.1.1-.1.2-.2.2l-.1.1-.1.3s0 .1-.1.1l-.1.3s0 .1-.1.1l-.1.3s0 .1-.1.1l-.1.3s0 .1-.1.1c.4.3.4.4.4.4v.1l-.1.3v.1c0 .1 0 .2-.1.3v3.1c0 .1 0 .2.1.3v.1l.1.3v.1l.1.3s0 .1.1.1l.1.3s0 .1.1.1l.1.3s0 .1.1.1l.2.3s0 .1.1.1l.2.3s0 .1.1.1l.2.3.1.1.3.3.3.3h.1c1 .9 2 1.6 4 2.2v-.2C23 37.3 26.5 50 26.7 63c-.6 0-.7.4-1.7.5h-.5c-.1 0-.3 0-.5.1-.1 0-.3 0-.4.1l-.4.1h-.1l-.4.1h-.1l-.3.1h-.1l-.3.1s-.1 0-.1.1l-.3.1-.2.1c-.1 0-.2.1-.2.1l-.2.1-.2.1c-.1 0-.2.1-.2.1l-.2.1-.4.3c-.1.1-.2.2-.3.2l-.4.4-.1.1c-.1.2-.3.4-.4.5l-.2.3-.3.6-.1.3v.3c0 .5.2.9.9 1.2.2 3.7 3.9 2 5.6.8l.1-.1c.2-.2.5-.3.6-.3h.1l.2-.1c.1 0 .1 0 .2-.1.2-.1.4-.1.5-.2.1 0 .1-.1.1-.2l.1-.1c.1-.2.2-.6.2-1.2l.1-1.3v1.8c-.5 13.1-4 30.7 3.3 42.5 1.3 2.1 2.9 3.9 4.7 5.4h-.5c-.2.2-.5.4-.8.6l-.9.6-.3.2-.6.4-.9.7-1.1 1c-.2.2-.3.4-.4.5l-.4.6-.2.3c-.1.2-.2.4-.2.6l-.1.3c-.2.8 0 1.7.6 2.7l.4.4h.2c.1 0 .2 0 .4.1.2.4 1.2 2.5 3.9.9 2.8-1.5 4.7-4.6 8.1-5.1l-.5-.6c5.9 2.8 12.8 4 19 4.2 8.7.3 18.6-.9 26.5-5.2 2.2.7 3.9 3.9 5.8 5.4l.1.1.1.1.1.1.1.1s.1 0 .1.1c0 0 .1 0 .1.1 0 0 .1 0 .1.1h2.1s.1 0 .1-.1h.1s.1 0 .1-.1h.1s.1 0 .1-.1c0 0 .1 0 .1-.1l.1-.1s.1 0 .1-.1l.1-.1h.1l.2-.2.2-.1h.1l.1-.1h.1l.1-.1.1-.1.1-.1.1-.1.1-.1.1-.1.1-.1v-.1s0-.1.1-.1v-.1s0-.1.1-.1v-.1s0-.1.1-.1v-1.4s-.3 0-.3-.1l-.3-.1v-.1l.3-.1s.2 0 .2-.1l.1-.1v-2.1s0-.1-.1-.1v-.1s0-.1-.1-.1v-.1s0-.1-.1-.1c0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1l-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1v-.1l-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1c2-1.9 3.8-4.2 5.1-6.9 5.9-11.8 4.9-26.2 4.1-39.2h.1c.1 0 .2.1.2.1h.3s.1 0 .1.1h.1s.1 0 .1.1l.2.1c1.7 1.2 5.4 2.9 5.6-.8 1.6.6-.3-1.8-1.3-2.5zM36 23C32.8 7 58.4 4 59.3 19.6c.8 13-20 16.3-23.3 3.4zm36.1 15c-1.3 1.4-2.7 1.2-4.1.7 0 1.9.4 3.9.1 5.9-.5.9-1.5 1-2.3 1.4-1.2-.2-2.1-.9-2.6-2l-.2-.1c-3.9 5.2-6.3-1.1-5.2-5-1.2.1-2.2-.2-3-1.5-1.4-2.6.7-5.8 3.4-6.3.7 3 8.7 2.6 10.1-.2 3.1 1.5 6.5 4.3 3.8 7.1zm-7-17.5c-.9-13.8 20.3-17.5 23.4-4 3.5 15-20.8 18.9-23.4 4zM41.7 17c-1.9 0-3.5 1.7-3.5 3.8 0 2.1 1.6 3.8 3.5 3.8s3.5-1.7 3.5-3.8c0-2.1-1.5-3.8-3.5-3.8zm1.6 5.7c-.5 0-.8-.4-.8-1 0-.5.4-1 .8-1 .5 0 .8.4.8 1 0 .5-.3 1-.8 1zm27.8-6.6c-1.9 0-3.4 1.7-3.4 3.8 0 2.1 1.5 3.8 3.4 3.8s3.4-1.7 3.4-3.8c0-2.1-1.5-3.8-3.4-3.8zm1.6 5.6c-.4 0-.8-.4-.8-1 0-.5.4-1 .8-1s.8.4.8 1-.4 1-.8 1z"}))};xc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},xc.defaultProps={color:"#000000",size:"128"};const yc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M52.203 9.61c-5.3 1.18-10.543 2.816-15.457 5.292.113 4.34.395 8.496.961 12.72-1.906 1.222-3.914 2.273-5.695 3.702-1.813 1.395-3.66 2.727-5.301 4.36a101.543 101.543 0 00-10.316-6.004C12.543 33.824 8.94 38.297 6 43.305c2.313 3.629 4.793 7.273 7.086 10.117v30.723c.059 0 .113.003.168.007L32.09 85.97a2.027 2.027 0 011.828 1.875l.582 8.316 16.426 1.172 1.133-7.672a2.03 2.03 0 012.007-1.734h19.868a2.03 2.03 0 012.007 1.734l1.133 7.672 16.43-1.172.578-8.316a2.027 2.027 0 011.828-1.875l18.828-1.817c.055-.004.11-.007.168-.007V81.69h.008V53.42c2.652-3.335 5.16-7.019 7.086-10.116-2.941-5.008-6.543-9.48-10.395-13.625a101.543 101.543 0 00-10.316 6.004c-1.64-1.633-3.488-2.965-5.3-4.36-1.782-1.43-3.79-2.48-5.696-3.703.566-4.223.848-8.379.96-12.719-4.913-2.476-10.155-4.113-15.456-5.293-2.117 3.559-4.055 7.41-5.738 11.176-2-.332-4.008-.457-6.02-.48V20.3c-.016 0-.027.004-.039.004s-.023-.004-.04-.004v.004c-2.01.023-4.019.148-6.019.48-1.683-3.765-3.62-7.617-5.738-11.176zM37.301 54.55c6.27 0 11.351 5.079 11.351 11.345 0 6.27-5.082 11.351-11.351 11.351-6.266 0-11.348-5.082-11.348-11.351 0-6.266 5.082-11.344 11.348-11.344zm53.398 0c6.266 0 11.348 5.079 11.348 11.345 0 6.27-5.082 11.351-11.348 11.351-6.27 0-11.351-5.082-11.351-11.351 0-6.266 5.082-11.344 11.351-11.344zM64 61.189c2.016 0 3.656 1.488 3.656 3.32v10.449c0 1.832-1.64 3.32-3.656 3.32-2.02 0-3.652-1.488-3.652-3.32v-10.45c0-1.831 1.632-3.32 3.652-3.32zm0 0"}),e.createElement("path",{d:"M98.008 89.84l-.582 8.36a2.024 2.024 0 01-1.88 1.878l-20.062 1.434c-.046.004-.097.004-.144.004-.996 0-1.86-.73-2.004-1.73l-1.152-7.806H55.816l-1.152 7.805a2.026 2.026 0 01-2.148 1.727l-20.063-1.434a2.024 2.024 0 01-1.879-1.879l-.582-8.36-16.937-1.632c.008 1.82.03 3.816.03 4.211 0 17.887 22.692 26.484 50.88 26.582h.07c28.188-.098 50.871-8.695 50.871-26.582 0-.402.024-2.39.031-4.211zm0 0"}),e.createElement("path",{d:"M45.922 66.566a7.531 7.531 0 01-7.535 7.532 7.534 7.534 0 01-7.535-7.532 7.534 7.534 0 017.535-7.53 7.531 7.531 0 017.535 7.53m36.156 0a7.53 7.53 0 007.531 7.532 7.531 7.531 0 100-15.063 7.53 7.53 0 00-7.53 7.531"})))};yc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},yc.defaultProps={color:"#010102",size:"128"};const Tc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M44.59 4.21a63.28 63.28 0 004.33 120.9 67.6 67.6 0 0032.36.35 57.13 57.13 0 0025.9-13.46 57.44 57.44 0 0016-26.26 74.33 74.33 0 001.61-33.58H65.27v24.69h34.47a29.72 29.72 0 01-12.66 19.52 36.16 36.16 0 01-13.93 5.5 41.29 41.29 0 01-15.1 0A37.16 37.16 0 0144 95.74a39.3 39.3 0 01-14.5-19.42 38.31 38.31 0 010-24.63 39.25 39.25 0 019.18-14.91A37.17 37.17 0 0176.13 27a34.28 34.28 0 0113.64 8q5.83-5.8 11.64-11.63c2-2.09 4.18-4.08 6.15-6.22A61.22 61.22 0 0087.2 4.59a64 64 0 00-42.61-.38z"}))};Tc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Tc.defaultProps={color:"#587dbd",size:"128"};const Pc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M80.6 40.3h.4l-.2-.2 14-14v-.3c-11.8-10.4-28.1-14-43.2-9.5C36.5 20.8 24.9 32.8 20.7 48c.2-.1.5-.2.8-.2 5.2-3.4 11.4-5.4 17.9-5.4 2.2 0 4.3.2 6.4.6.1-.1.2-.1.3-.1 9-9.9 24.2-11.1 34.6-2.6h-.1z"}),e.createElement("path",{d:"M108.1 47.8c-2.3-8.5-7.1-16.2-13.8-22.1L80 39.9c6 4.9 9.5 12.3 9.3 20v2.5c16.9 0 16.9 25.2 0 25.2H63.9v20h-.1l.1.2h25.4c14.6.1 27.5-9.3 31.8-23.1 4.3-13.8-1-28.8-13-36.9z"}),e.createElement("path",{d:"M39 107.9h26.3V87.7H39c-1.9 0-3.7-.4-5.4-1.1l-15.2 14.6v.2c6 4.3 13.2 6.6 20.7 6.6z"}),e.createElement("path",{d:"M40.2 41.9c-14.9.1-28.1 9.3-32.9 22.8-4.8 13.6 0 28.5 11.8 37.3l15.6-14.9c-8.6-3.7-10.6-14.5-4-20.8 6.6-6.4 17.8-4.4 21.7 3.8L68 55.2C61.4 46.9 51.1 42 40.2 42.1z"})))};Pc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Pc.defaultProps={color:"#557ebf",size:"128"};const bc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M99.5 112.5H85.3c-.5 0-.8-.2-1.1-.5-3.2-4-6.7-7.7-10.9-10.6-2.1-1.5-4.3-2.8-6.8-3.5-2-.6-4.1-.9-6.2-.4-2.1.5-3.9 1.7-5.4 3.2-1.9 1.9-3.2 4.2-4.2 6.7-.6 1.5-1.1 3-1.6 4.5-.1.2-.1.4-.2.6H37.5c-.1-.6-.2-1.2-.3-1.9-.4-2-1-4-2-5.8-.7-1.4-1.6-2.6-2.8-3.6-1.3-1.1-2.8-1.7-4.5-1.7-1.3 0-2.4.5-3.5 1.2-1.5 1-2.7 2.3-3.6 3.8-1.4 2.2-2.2 4.7-2.9 7.2-.1.2-.1.5-.2.8H2.8c-.1-.7-.2-1.5-.3-2.2-.5-4.7-.8-9.4-.7-14.1.1-5.5.7-10.9 2-16.3C5 75 6.7 70.4 9.3 66.2c3.6-5.7 8.4-9.8 14.7-12.3.2-.1.3-.1.5-.2h.2l.3.6c1.8 4 3.7 7.9 6 11.5 1.4 2.3 3.4 4 5.9 4.8 2.7.9 5.3.6 7.9-.5 2.3-1 4.2-2.5 6-4.2 2.1-2 3.8-4.2 5.5-6.6.1-.1.1-.2.1-.3-.2.2-.4.4-.7.6-2.5 2.5-5.2 4.7-8.3 6.4-1.5.9-3.2 1.6-4.9 1.9-2.5.5-4.8.2-6.8-1.6-.8-.7-1.4-1.5-2-2.3-3-4.7-5.6-9.6-8-14.6-.5-1-.9-2-1-3.2-.2-1.7.3-3.2 1.5-4.5.9-.9 1.9-1.6 3.1-2.2 2.2-1.1 4.5-1.9 6.8-2.7 3.4-1.1 6.9-1.9 10.5-2.4 4.1-.6 8.3-.7 12.5-.2 9 .9 17 4.2 24.3 9.5 2.5 1.8 5.1 3.3 8.1 4.2 11.9 3.8 21.4-4.4 23.6-12.8.6-2.3.8-4.6-.1-6.8-1.3-3.4-3.6-6-7.3-7-2.8-.7-5.5-.4-8.1 1-.5.3-1 .5-1.5.7-1.2.4-2 .1-2.6-1-.8-1.4-1.4-2.8-2.1-4.3-.3-.6-.2-1.1.1-1.6.3-.7.8-1.2 1.4-1.7 1.5-1.2 3.3-2 5.3-2.4 4.9-1.1 9.5-.4 13.9 1.8 3.5 1.7 6.2 4.3 8.2 7.7 1.9 3.2 3.2 6.6 3.8 10.3.4 2.9.4 5.7.1 8.6-.6 5-2 9.7-4 14.3-2.6 6-5.6 11.8-9.3 17.2-1.8 2.6-3.7 5.1-5.5 7.6-1.9 2.7-3.8 5.4-5.2 8.4-1.9 3.9-3 7.9-3.4 12.2-.3 3.7-.1 7.3.5 11 .1.6.2 1 .2 1.4zm-8.2-51.4c.3 2.4-.5 4-2.7 4.9-1.6.6-3.6.1-4.6-1.3-1.6-2.1-1.1-4 .7-5.8-1.8-.6-3.6-1.2-5.3-1.7-.4 1-.6 2.5-.5 3.7.2 2.4 1.1 4.4 3.1 5.7 2.1 1.4 4.5 2 7 1.5 2.6-.5 4.6-2 6-4.2.3-.4.5-.8.5-1.4-1.4-.4-2.8-.9-4.2-1.4z"}))};bc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},bc.defaultProps={color:"#02303A",size:"128"};const Hc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 12.067c-28.682 0-51.934 23.249-51.934 51.932 0 28.682 23.253 51.934 51.934 51.934 28.683 0 51.934-23.251 51.934-51.934S92.683 12.067 64 12.067zm27.533 25.032c-.283-.218-.646-.402-1.078-.552-.424-.15-.886-.302-1.379-.45a6.116 6.116 0 01-1.36-.596 3.26 3.26 0 01-1.038-.977c-.272-.4-.41-.936-.41-1.596 0-.64.127-1.21.379-1.687a3.672 3.672 0 011.016-1.216 4.484 4.484 0 011.464-.74 6.092 6.092 0 011.718-.247c.682 0 1.347.1 1.978.29a4.595 4.595 0 011.66.92l-1.74 1.904a1.988 1.988 0 00-.867-.57 3.252 3.252 0 00-1.081-.201c-.199 0-.407.02-.617.068-.211.048-.413.121-.602.222-.192.103-.353.24-.472.407a1.05 1.05 0 00-.185.624c0 .396.144.689.442.901.278.198.634.371 1.06.507.418.139.873.28 1.352.414.474.137.922.331 1.334.578.41.247.753.583 1.019.995.269.412.403.97.403 1.668 0 .66-.125 1.248-.372 1.743a3.52 3.52 0 01-1.005 1.231c-.42.322-.918.57-1.472.726-.562.16-1.16.239-1.781.239a6.487 6.487 0 01-2.18-.356 5.448 5.448 0 01-1.819-1.111l1.808-1.988c.272.344.617.617 1.016.81a3.034 3.034 0 002.008.227c.228-.053.435-.137.62-.239.187-.109.338-.25.455-.417.116-.172.175-.379.175-.608.001-.396-.147-.697-.449-.923zm-14.314-7.75h2.547v9.703h4.974v2.343h-7.52V29.349zm-5.543 0h2.545v12.046h-2.545zm-8.94 0h2.13l5.241 12.046h-2.878l-1.05-2.584h-4.827l-1.015 2.584h-2.808zm-15.79 0h4.646c.612 0 1.2.059 1.75.18a4.096 4.096 0 011.438.59c.408.276.736.649.976 1.112s.363 1.054.363 1.75c0 .84-.221 1.564-.658 2.153-.418.564-1.033.93-1.825 1.097l-.187.04 3.081 5.124h-3.054l-2.546-4.869h-1.435v4.869h-2.547V29.349zm-13.385 3.396c.32-.778.775-1.45 1.353-1.996a6.033 6.033 0 012.057-1.27 7.489 7.489 0 012.61-.442c.964 0 1.863.119 2.675.35a5.233 5.233 0 012.082 1.154L42.54 32.5a3.904 3.904 0 00-1.213-.824c-.466-.2-1.053-.296-1.747-.296-.58 0-1.113.096-1.583.296-.473.199-.883.478-1.22.832-.339.357-.6.784-.78 1.272a4.583 4.583 0 00-.268 1.59c0 .58.088 1.117.268 1.6.18.482.443.906.78 1.262.338.353.748.634 1.22.832a4.07 4.07 0 001.583.297c.59 0 1.105-.066 1.535-.2.405-.126.738-.256.989-.389l.017-.01.028-.026.028-.05v-2.045h-2.184v-2.338h4.628v6.257c-.776.4-1.592.692-2.424.868a12.41 12.41 0 01-2.617.274c-.94 0-1.817-.148-2.61-.442a5.95 5.95 0 01-2.057-1.268 5.723 5.723 0 01-1.353-2c-.322-.777-.486-1.659-.486-2.621 0-.961.164-1.844.486-2.627zm16.626 41.336c-.779.343-1.772.732-2.16.938-.716.382-1.824 1.217-2.447 2.175-.46.713-.89 1.682-1.028 2.317-.085.4-.128.986-.119 1.674.017 1.604.294 3.739.845 5.203.627 1.662.969 2.216 1.692 3.9.307.713.595 1.392.734 1.723a.417.417 0 01-.037.4 3.763 3.763 0 01-1.338 1.231c-1.244.672-3.864.915-5.164.923h-.005c-1.298-.01-3.918-.25-5.164-.923a3.755 3.755 0 01-1.336-1.231.42.42 0 01-.039-.4c.141-.331.43-1.011.736-1.723.723-1.684 1.065-2.238 1.692-3.9.551-1.464.828-3.599.844-5.203.008-.688-.033-1.274-.12-1.674-.139-.636-.567-1.605-1.028-2.317-.62-.957-1.731-1.793-2.445-2.175-.538-.286-2.247-.926-2.919-1.297a23.059 23.059 0 01-2.72-1.797c-.835-.65-2.473-2.26-3.114-3.056-1.228-1.523-2.36-3.31-2.907-5.236-.68-2.388-.655-3.41-.744-4.182a.23.23 0 01.216-.255c.656-.022 3.022-.076 11.286-.089.163-.002.308.1.367.251 2.324 6.157 8.386 11.25 16.386 14.02.327.11.355.564.036.703zm20.345 17.522c1.017 2.7 1.572 3.596 2.747 6.333.497 1.156.966 2.261 1.194 2.794a.694.694 0 01-.061.654 6.152 6.152 0 01-2.172 1.999c-2.02 1.092-6.275 1.487-8.387 1.495h-.008c-2.11-.008-6.364-.403-8.385-1.495a6.136 6.136 0 01-2.169-1.999.694.694 0 01-.06-.654c.227-.533.693-1.638 1.19-2.794 1.176-2.737 1.73-3.633 2.748-6.333.896-2.378 1.347-5.842 1.374-8.452.011-1.11-.055-2.066-.195-2.717-.225-1.03-.922-2.599-1.67-3.758-1.009-1.56-2.812-2.911-3.971-3.53-.877-.467-3.649-1.506-4.74-2.109a37.281 37.281 0 01-4.418-2.914c-1.355-1.06-4.016-3.67-5.054-4.964-1.995-2.476-3.834-5.376-4.722-8.502-1.103-3.88-1.06-5.538-1.208-6.791a.369.369 0 01.35-.415c1.346-.048 7.094-.173 30.938-.15 23.842-.023 29.59.102 30.934.15a.366.366 0 01.351.415c-.147 1.253-.105 2.912-1.206 6.791-.89 3.126-2.728 6.026-4.724 8.502-1.039 1.293-3.698 3.904-5.052 4.964a37.442 37.442 0 01-4.42 2.914c-1.09.603-3.864 1.642-4.738 2.11-1.16.618-2.962 1.968-3.974 3.53-.747 1.158-1.444 2.727-1.667 3.757-.142.651-.206 1.608-.195 2.717.023 2.61.475 6.074 1.37 8.452zm31.922-22.734c-.64.796-2.277 2.405-3.111 3.056a23.089 23.089 0 01-2.724 1.797c-.672.37-2.38 1.011-2.916 1.297-.716.382-1.826 1.217-2.448 2.175-.46.713-.89 1.682-1.027 2.317-.089.4-.126.986-.121 1.674.016 1.604.295 3.739.845 5.203.628 1.662.969 2.216 1.692 3.9.307.713.594 1.392.736 1.723a.42.42 0 01-.039.4 3.77 3.77 0 01-1.336 1.231c-1.247.672-3.864.915-5.164.923h-.005c-1.3-.01-3.92-.25-5.164-.923a3.763 3.763 0 01-1.337-1.231.42.42 0 01-.04-.4c.141-.331.428-1.011.736-1.723.724-1.684 1.064-2.238 1.69-3.9.552-1.464.83-3.599.848-5.203.005-.688-.034-1.274-.12-1.674-.14-.636-.569-1.605-1.028-2.317-.622-.957-1.731-1.793-2.447-2.175-.387-.206-1.384-.595-2.16-.938-.32-.139-.291-.592.037-.704 8.001-2.77 14.062-7.863 16.386-14.02a.392.392 0 01.367-.25c8.264.013 10.63.067 11.286.088a.23.23 0 01.216.255c-.087.772-.064 1.793-.744 4.183-.547 1.927-1.679 3.713-2.907 5.237zM53.469 32.961c0 .35-.08.624-.23.818a1.336 1.336 0 01-.573.426 2.498 2.498 0 01-.75.161c-.273.016-.531.026-.77.026h-1.652v-2.909h1.824c.24 0 .492.016.748.054.26.03.492.103.692.2.205.104.379.254.508.447.134.193.203.459.203.777zm10.254-.324l1.597 4.044h-3.179z"}))};Hc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Hc.defaultProps={color:"#000000",size:"128"};const Lc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M18.39 96.852l-4.6-2.657L65.04 5.434l4.597 2.656zm0 0"}),e.createElement("path",{d:"M12.734 87.105H115.23v5.31H12.734zm0 0"}),e.createElement("path",{d:"M66.031 119.688L14.766 90.09l2.656-4.602 51.266 29.602zm0 0M110.566 42.543L59.301 12.941l2.656-4.597 51.266 29.597zm0 0"}),e.createElement("path",{d:"M17.434 42.523l-2.657-4.601 51.27-29.598 2.656 4.598zm0 0"}),e.createElement("path",{d:"M109.621 96.852L58.375 8.09l4.598-2.656 51.25 88.761zm0 0M16.8 34.398h5.313v59.204h-5.312zm0 0"}),e.createElement("path",{d:"M105.887 34.398h5.312v59.204h-5.312zm0 0"}),e.createElement("path",{d:"M65.129 117.441l-2.32-4.02 44.586-25.745 2.32 4.02zm0 0"}),e.createElement("path",{d:"M118.238 95.328c-3.07 5.344-9.918 7.168-15.261 4.098-5.344-3.074-7.168-9.922-4.098-15.266 3.074-5.344 9.922-7.168 15.266-4.097 5.375 3.105 7.199 9.921 4.093 15.265M29.09 43.84c-3.074 5.344-9.922 7.168-15.266 4.097-5.344-3.074-7.168-9.921-4.097-15.265 3.074-5.344 9.921-7.168 15.265-4.098 5.344 3.106 7.168 9.922 4.098 15.266M9.762 95.328c-3.075-5.344-1.25-12.16 4.093-15.266 5.344-3.07 12.16-1.246 15.266 4.098 3.07 5.344 1.246 12.16-4.098 15.266-5.375 3.07-12.191 1.246-15.261-4.098M98.91 43.84c-3.07-5.344-1.246-12.16 4.098-15.266 5.344-3.07 12.16-1.246 15.265 4.098 3.07 5.344 1.247 12.16-4.097 15.266-5.344 3.07-12.192 1.246-15.266-4.098M64 126.656a11.158 11.158 0 01-11.168-11.168A11.158 11.158 0 0164 104.32a11.158 11.158 0 0111.168 11.168c0 6.145-4.992 11.168-11.168 11.168M64 23.68a11.158 11.158 0 01-11.168-11.168A11.158 11.158 0 0164 1.344a11.158 11.158 0 0111.168 11.168A11.158 11.158 0 0164 23.68"})))};Lc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Lc.defaultProps={color:"#E434AA",size:"128"};const Vc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M57.27 43.147c-6.273 10.408-6.633 10.955-7.504 11.382-.78.383-.97.407-1.287.164-1.296-.996-3.031-.705-4.248.712l-.676.787-.143-.843c-.223-1.318-.299-1.505-.842-2.092-.506-.545-.508-.564-.214-2.21.364-2.04.385-3.53.071-5.01-.613-2.894-2.139-4.224-4.845-4.224-2.341 0-5.13 1.864-8.696 5.81-2.148 2.378-5.401 6.847-6.1 8.382l-.272.597-11.193-.141c-6.967-.088-11.117-.066-10.99.059.111.11 4.892 1.949 10.624 4.087l10.423 3.887.389.909c.463 1.081 1.665 2.462 2.696 3.099l.742.459-.866.388c-.644.288-.984.63-1.325 1.331-.673 1.385-.451 2.176 1.102 3.925.698.787 1.662 2.185 2.141 3.107.58 1.114 1.099 1.815 1.548 2.088.724.442 2.059.544 2.691.206.713-.382 4.905-1.438 4.762-1.201-.077.129-2.522 3.971-5.433 8.537-2.911 4.566-5.247 8.347-5.192 8.403.056.055 8.933-3.328 19.727-7.52l19.626-7.62L83.553 88.2c10.762 4.178 19.648 7.569 19.747 7.536.098-.033-1.301-2.376-3.109-5.207l-3.288-5.147 1.135-.228c2.552-.512 5.431-2.527 6.98-4.884 2.26-3.438 2.587-7.399 1.084-13.136-.302-1.151-.499-2.142-.438-2.202.06-.06 4.99-1.933 10.956-4.161 5.966-2.229 10.931-4.135 11.034-4.236.104-.102-5.137-.129-11.888-.059-10.269.106-12.088.08-12.169-.176a12.474 12.474 0 01-.215-.853c-.141-.65-1.085-1.654-1.816-1.933-.282-.108-1.21-.21-2.062-.227-1.377-.029-1.631.031-2.298.54-.413.315-.811.765-.886 1-.181.571-.402.537-.751-.114-.812-1.518-3.259-1.842-4.504-.596l-.629.628-1.245-.617c-1.536-.761-3.42-.983-4.504-.53-.53.221-.906.255-1.279.114-.888-.337-2.307-.065-2.969.569l-.595.57-.976-.659c-.537-.362-1.246-.753-1.576-.869-.496-.174-1.676-2.002-6.881-10.66-3.455-5.747-6.342-10.45-6.416-10.45-.074 0-3.1 4.92-6.725 10.934m-18.682 1.788c1.109.776 1.382 2.983.769 6.212-.671 3.539-1.702 5.813-3.553 7.838-1.213 1.327-2.574 2.061-3.858 2.081-2.946.044-3.694-2.859-1.755-6.813.706-1.438 2.499-3.906 2.839-3.906.167 0 .677 2.003.677 2.66 0 .224-.403 1.073-.895 1.888-.717 1.187-.894 1.681-.894 2.494 0 3.113 2.902 2.729 4.473-.593 1.586-3.353 2.474-9.821 1.496-10.905-.522-.579-.832-.566-2.253.096-2.246 1.045-6.923 6.488-8.534 9.931-1.583 3.384-1.245 6.914.844 8.801 2.073 1.872 5.366 1.519 7.788-.835 1.85-1.799 3.249-4.447 3.827-7.244.348-1.68.86-1.854 1.037-.352.069.58.605 2.529 1.192 4.33 1.451 4.455 1.732 5.652 1.73 7.359-.003 1.889-.619 3.24-2.111 4.629-1.427 1.328-3.429 2.232-7.167 3.237-1.643.441-3.359.933-3.813 1.093-1.106.389-1.178.376-1.416-.248-.352-.926-1.71-2.943-2.608-3.872l-.86-.891.867-.233c2.86-.77 7.084-2.305 9.12-3.315 2.446-1.212 4.011-2.464 4.718-3.773.561-1.039.526-3.601-.067-4.871l-.447-.96-.249.64c-1.385 3.563-4.003 6.201-7.143 7.198-1.894.602-4.369.435-5.898-.396-2.676-1.457-3.167-4.382-1.37-8.167 2.085-4.395 8.022-11.31 10.979-12.787 1.541-.77 1.846-.81 2.535-.326M76.54 56.23c2.405 1.199 3.94 3.79 3.97 6.703.023 2.183-.502 3.639-1.768 4.905-1.196 1.196-2.454 1.619-4.202 1.414-2.996-.352-4.711-2.078-4.944-4.974-.24-2.992 1.276-7.128 2.998-8.178.997-.608 2.57-.556 3.946.13m-10.644.499c.364.259.951 1.082 1.348 1.887.66 1.341.703 1.564.703 3.676 0 2.11-.044 2.337-.7 3.671-1.305 2.652-3.664 4.17-6.158 3.963-1.429-.118-2.156-.616-2.814-1.929-.925-1.843-.586-5.413.797-8.384.669-1.438 2.511-3.436 3.269-3.545 1.007-.146 2.921.21 3.555.661m34.495-.459c.127.086.641 2.029 1.142 4.317.501 2.288 1.255 5.456 1.677 7.04.663 2.49.768 3.212.776 5.333.012 3.058-.363 4.391-1.75 6.233-2.407 3.196-5.96 4.412-11.737 4.015-1.324-.091-2.474-.231-2.554-.312-.08-.08.164-.387.542-.683 1.093-.856 1.787-2.241 1.914-3.821.061-.758.152-1.379.203-1.379.051 0 1.069.25 2.264.554 4.753 1.213 7.851.145 9.344-3.22.605-1.362.733-3.696.329-5.974l-.302-1.706-.03 1.28c-.016.704-.165 1.917-.33 2.697-.566 2.669-1.612 4.023-3.109 4.023-1.706 0-2.664-1.871-3.303-6.451-1.025-7.345-1.366-8.804-2.365-10.122-.598-.788-.617-.913-.22-1.456.275-.376.33-.332.825.653.292.581.938 2.303 1.435 3.828 1.344 4.122 1.929 5.129 3.276 5.641.736.28 1.854-.172 2.367-.954 1.145-1.748.933-4.101-.659-7.306a257.362 257.362 0 01-1.102-2.233c-.094-.206 1.063-.203 1.367.003m-28.051.662c-.669.94-.895 1.708-.902 3.063-.016 3.327 3.216 5.348 6.296 3.937 2.416-1.105 2.693-2.965.811-5.44-1.151-1.514-3.444-2.585-4.197-1.96-.55.456-.358 1.016.631 1.842 1.139.953 1.313 1.319.811 1.7-1.219.925-3.257-.351-3.257-2.04 0-.489.1-1.074.221-1.301.33-.617.082-.498-.414.199m15.435-.311c2.714 1.134 4.77 5.84 4.535 10.381-.124 2.407-.676 3.92-1.784 4.893-1.496 1.313-3.662.444-4.89-1.962-.569-1.116-1.076-2.882-1.915-6.678-.634-2.868-1.195-4.517-1.799-5.285-.37-.469-.378-.561-.086-.977.177-.253.404-.46.504-.46.327 0 1.038 1.771 1.587 3.957.622 2.477.971 3.384 1.619 4.208 1.021 1.297 3.093 1.66 4.109.718 1.286-1.192 1.601-2.947.905-5.042-.621-1.87-2.84-3.752-3.567-3.025-.164.163-.129.383.122.766.193.295.352.728.352.961 0 .597-.448 1.511-.741 1.511-.302 0-1.067-.698-1.514-1.379-.402-.614-.456-2.13-.091-2.569.336-.405 1.705-.414 2.654-.018m-24.628.552c-.616.616-.543.892.559 2.118.975 1.084.982 1.102.587 1.541-.22.244-.612.525-.872.624-.597.229-1.706-.142-1.986-.664-.307-.576-.253-2.245.101-3.092.447-1.07.002-.909-.746.27-1.182 1.863-1.369 4.031-.494 5.717 1.345 2.592 4.606 2.303 6.705-.594.983-1.357.782-3.022-.579-4.806-1.096-1.437-2.481-1.908-3.275-1.114M47.202 58.78c.263.803.591 1.496.73 1.539.329.104 1.765-1.2 2.519-2.289.326-.471.674-.857.773-.857.098 0 .329.292.514.649.185.358.592.747.905.866.515.196.65.129 1.429-.703l.861-.918.066.679c.125 1.288-1.479 3.458-2.902 3.928-.653.216-.862.172-2.008-.419-.966-.498-1.374-.609-1.667-.453-.572.307-.684 1.227-.319 2.622.412 1.574.843 2.425 1.669 3.296.813.857 1.703.909 3.244.191l1.07-.498.011 2.413.01 2.413-.818.327c-1.031.413-2.359.419-3.139.016-.894-.462-1.441-1.869-2.055-5.284-.711-3.954-1.229-5.526-2.137-6.489-.398-.422-.661-.876-.583-1.008.339-.578 1.198-1.632 1.27-1.56.044.043.295.736.557 1.539M93.653 73.6c0 .117-.149.213-.332.213-.183 0-.274-.096-.201-.213.073-.117.222-.213.333-.213.11 0 .2.096.2.213"}))};Vc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Vc.defaultProps={color:"#000000",size:"128"};const Cc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M99.317 67.238c2.712-1.541 5.517-3.078 7.829-5.126 4.158-3.682 3.741-8.945-.589-12.396-.709-.564-1.706-1.161-1.896-1.913-.856-3.389-1.632-6.815.458-10.14a16.461 16.461 0 001.876-4.177c1.174-4.106-.788-7.508-4.896-8.717-.703-.208-1.472-.214-2.154-.464-.431-.158-1.021-.549-1.09-.92-.771-4.112-.255-5.844 2.961-7.677 1.518-.865 3.289-1.294 4.96-1.88.646-.227 1.333-.339 2.061-.518C105 7.947 98.218 5.687 91.482 7.357c-5.282 1.309-9.078 4.713-12.503 8.692-.402.469-1.119.922-1.7.934-1.589.033-1.935-1.151-1.658-2.4.538-2.434 1.24-4.831 1.888-7.293-3.005-.079-5.299 1.829-7.935 3.667-.314-1.627-.72-2.984-.803-4.359-.085-1.435.142-2.889.239-4.441-4.632 1.666-8.171 4.309-9.161 9.493l-.6.006-1.383-6.472c-.561.358-1.169.644-1.648 1.072-2.817 2.514-4.544 5.598-4.869 9.419-.04.463-.375 1.251-.624 1.271-.479.039-1.097-.253-1.472-.606-.758-.712-1.362-1.586-2.083-2.342-4.34-4.557-9.442-7.527-15.95-7.134-4.922.296-9.122 2.146-11.946 6.205 2.418.913 4.858 1.579 7.048 2.725 2.75 1.438 3.391 3.488 3.084 6.473-.172 1.675-.954 2.048-2.395 2.273-4.99.783-7.36 4.623-5.889 9.44.303.991.62 2.071 1.252 2.849 2.279 2.806 1.779 5.979 1.482 9.161-.142 1.51-.856 2.577-2.063 3.512-5.025 3.894-5.151 9.321-.18 13.347 2.034 1.647 4.367 2.98 6.704 4.184 3.192 1.644 4.456 4.276 4.446 7.656-.009 2.769-.13 5.54-.288 8.304-.113 1.963-.374 3.918-.568 5.877l-.564.154c-1.15-1.563-2.465-3.036-3.407-4.717-.934-1.666-1.492-3.542-2.215-5.326-7.409 6.106-7.611 23.632 4.233 29.038 1.657.757 2.724 1.796 3.642 3.343 3.153 5.313 7.816 8.55 13.953 9.611a4.824 4.824 0 011.827.738c8.158 5.494 21.059 5.515 29.176.038.492-.333 1.063-.659 1.635-.749 6.825-1.08 11.668-4.854 14.96-10.819.303-.548.799-1.147 1.35-1.375 7.023-2.9 10.426-8.298 10.891-15.705.343-5.461-1.122-10.297-5.28-14.41-.854 4.179-2.692 7.555-6.278 10.224-.177-5.156-.494-10.313-.476-15.467.008-2.727 1.473-4.795 3.963-6.21zM32.121 15.796c3.103-.017 7.242 3.487 6.955 6.414-.106 1.082-1.493 2.513-2.599 2.883-1.051.352-2.735-.11-3.069-1.862-.159-.84-.275-1.688-.422-2.53-.279-1.604-.566-3.207-.865-4.905zm7.734 91.281c-1.693-.292-3.355-.44-4.938-.874-6.886-1.888-10.736-6.76-10.858-13.893-.035-2.043.441-4.096.703-6.142.005-.039.262-.077.388-.05.043.008.045.216.065.333 3.477 7.423 10.109 9.433 17.411 10.118l-3.395 6.311.624 4.197zM39 51.847v-4.625c3 2.267 7.195 4.498 9.861 7.583.241.269.492.525.712.81.143.181.238.403.343.597C46.401 58.933 39 57.227 39 51.847zm19.394 54.295c-.746 1.048-1.454 2.126-2.246 3.139-1.853 2.369-4.483 2.518-6.694.41-.705-.671-1.392-1.363-2.086-2.044l.004.009-.382-.382c-.813-3.931-.731-4.033 3.489-4.065 1.968-.016 3.936-.047 5.9.012 2.201.065 2.647.758 2.015 2.921zm22.564.789l-.399.718.005-.005-.01.015.005-.009c-.53.575-1.046 1.164-1.595 1.721-2.498 2.536-5.238 2.372-7.4-.459-.697-.914-1.328-1.878-1.989-2.819-.589-2.115-.098-2.829 2.111-2.877 2.276-.05 4.554-.031 6.83-.006 3.065.035 3.57.821 2.442 3.721zm-2.94-50.763l1.099-1.328C81.78 51.746 85 49.518 89 47.227v4.628c0 5.267-7.266 7.101-10.982 4.313zm24.42 30.845l.488-1.1c1.542 4.989 1.669 9.889-1.235 14.321-3.119 4.759-7.967 6.416-13.492 6.758l.511-4.114-3.29-6.277c6.896-.786 13.522-2.422 17.018-9.588zm-7.737-64.357c-.187 1.122-.541 1.898-1.883 2.352-2.002.677-2.709-.756-3.514-1.8-.389-.503-.229-1.687.063-2.41.951-2.367 2.53-4.191 5.121-4.884.501-.133 1.027-.17 1.335-.219-.406 2.529-.753 4.747-1.122 6.961z"}))};Cc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Cc.defaultProps={color:"#FCAA1A",size:"128"};const Oc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M36.965 35.459c.877 9.232 1.747 18.412 2.637 27.798 1.451-2.495 2.501-4.888 4.085-6.848 1.475-1.826 3.334-3.511 5.357-4.678 2.641-1.524 6.104-.089 6.96 2.614.23.725-.319 1.697-.511 2.556-.646-.341-1.479-.529-1.901-1.051-1.793-2.217-2.873-2.479-4.856-.563-3.699 3.576-5.779 8.056-6.573 13.091-.153.974.456 2.067.713 3.105 1.011-.348 2.185-.476 3.002-1.084 2.656-1.977 4.302-4.666 5.21-7.88.197-.696 1.265-1.145 1.933-1.708.32.658 1.05 1.433.897 1.954a373.814 373.814 0 01-4.536 14.429c-.162.484-1.051.725-1.604 1.079-.223-.636-.692-1.302-.617-1.901.168-1.358.605-2.683.91-3.927l-7.24 3.333c.405 4.622.825 9.807 1.323 14.985.382 3.954 1.029 4.978 4.923 5.728 4.544.875 9.173 1.434 13.792 1.774a60.391 60.391 0 0020.23-1.904c2.472-.664 3.458-2.29 3.635-4.717.162-2.235.524-4.456.775-6.685.493-4.391.972-8.783 1.476-13.358-1.667 1.056-2.978 2.238-4.511 2.739-1.116.365-2.524-.169-3.803-.303.245-1.174.23-2.497.796-3.487.922-1.618 2.224-3.021 3.364-4.515l-.491-.591c-.817.483-1.832.8-2.413 1.485-1.182 1.394-2.339 2.886-3.13 4.52-1.324 2.735-2.333 5.622-3.518 8.426-.515 1.216-.959 3.076-2.684 2.366-1.845-.761-.547-2.386-.114-3.542.689-1.844 1.599-3.606 2.215-4.962-1.746.208-3.516.459-5.294.614-.752.064-1.646-.348-2.261-.07-2.045.924-3.341.553-3.766-1.711-.947.615-1.749 1.448-2.694 1.672-1.147.273-2.703.452-3.543-.121-.673-.459-.918-2.184-.688-3.196.457-2.012 1.311-3.946 2.122-5.859.502-1.185 1.007-3.077 2.701-2.253 1.674.813.154 2.185-.232 3.286-.599 1.702-1.209 3.401-1.813 5.101l.96.58c.914-.794 2.053-1.441 2.693-2.415 1.048-1.592 1.681-3.452 2.673-5.086.411-.677 1.296-1.065 1.967-1.584.136.862.462 1.748.354 2.58-.107.841-.698 1.61-.981 2.442-.425 1.246-.768 2.52-1.2 3.969 2.043.078 2.918-.782 3.495-2.299 1.826-4.793 3.672-9.581 5.679-14.3.343-.808 1.509-1.264 2.296-1.884.091.974.525 2.078.216 2.899-1.645 4.349-3.492 8.62-5.228 12.935-.293.727-.387 1.534-.572 2.304 3.059-1.375 5.612-2.895 6.544-6.146.228-.79 1.162-1.377 1.771-2.058l1.416 1.5c.43-.362.824-.774 1.291-1.075 1.47-.947 3.053-1.782 4.603-.315 1.604 1.517.39 2.995-.448 4.307-.912 1.431-2.029 2.73-3.057 4.086 2.312-1.49 5.469-2.158 5.889-5.378 1.024-7.865 1.924-15.746 2.837-23.625.271-2.332.416-4.679.627-7.109-18.21 4.409-36.029 4.436-54.088-.069zm7.816 61.369c.877 2.317 2.209 4.593 2.558 7.011.737 5.147.924 10.372 1.446 15.554.076.755.565 1.792 1.175 2.124 8.98 4.88 18.047 5.726 27.209.389 1.367-.796 1.62-1.847 1.797-3.325.857-7.181-1.051-14.798 3.54-21.56-12.856 3.189-25.403 3.288-37.725-.193zm30.991-60.08c4.362-.421 8.671-1.445 12.985-2.291.813-.159 1.535-.778 2.299-1.185-1.007-.885-1.878-1.311-2.788-1.418-4.53-.535-9.076-.947-13.603-1.508-.684-.085-1.905-.929-1.854-1.083 1.321-3.98 1.256-8.485 4.254-11.839 3.789-4.24 7.617-8.443 11.416-12.648-2.826-3.04-2.864-3.044-5.425-.383-1.448 1.504-2.771 3.15-4.342 4.512-5.813 5.038-9.896 11.005-10.692 18.872-.183 1.805-1.174 2.457-3.069 2.485-6.256.091-12.519.263-18.761.674-3.093.203-6.148.997-9.221 1.523l-.028 1.149c1.923.593 3.809 1.372 5.773 1.749 10.944 2.098 21.991 2.458 33.056 1.391zM72.276 34c-2.477 2-4.524 2-6.501 0h6.501z"}))};Oc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Oc.defaultProps={color:"#EB4A4B",size:"128"};const Bc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M14.59 62.67a7.14 7.14 0 002.31-3.48c.46-2 .36-3.94-2.31-5.3C7.82 50.47 3.45 56.57 2.77 58s-1.74 3.68-1 8.84 3.19 9.9 11 11.73a32.89 32.89 0 0022-2.57c6.84-3.26 19.7-9 22.94-9.58a28.15 28.15 0 016.49-.81v-7.85a18 18 0 00-17.38-9.15C34.43 49.59 29.51 56 26.49 58.7s-8.61 9.17-12.37 8-4.81-5.7-3.48-7.14 2.37-1.18 3.18 0a6.24 6.24 0 01.77 3.11z"}),e.createElement("path",{fill:t,d:"M113.41 62.67a7.14 7.14 0 01-2.31-3.48c-.46-2-.36-3.94 2.31-5.3 6.76-3.43 11.13 2.67 11.81 4.11s1.74 3.68 1 8.84-3.19 9.9-11 11.73A32.89 32.89 0 0193.23 76c-6.84-3.26-19.7-9-22.94-9.58a28.15 28.15 0 00-6.49-.81v-7.85a18 18 0 0117.38-9.15c12.39 1 17.32 7.38 20.34 10.08s8.61 9.17 12.37 8 4.81-5.76 3.48-7.19-2.37-1.18-3.18 0a6.24 6.24 0 00-.78 3.17z"}))};Bc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Bc.defaultProps={color:"#000000",size:"128"};const Ac=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M0 110.2L30.1 65 0 19.9h22.6L52.7 65l-30.1 45.1H0z"}),e.createElement("path",{fill:t,d:"M30.1 110.2L60.2 65 30.1 19.9h22.6l60.2 90.3H90.4L71.5 81.9l-18.8 28.2H30.1zM102.9 83.8l-10-15.1H128v15.1h-25.1zM87.8 61.3l-10-15.1H128v15.1H87.8z"}))};Ac.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ac.defaultProps={color:"#000000",size:"128"};const Sc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M0 0h32.3L64 16 96.3 0H128v32.6L111.8 64 128 95.8V128H95.2L64 112.1 32.6 128H0V94.7L15.7 64 0 31.8z"}))};Sc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Sc.defaultProps={color:"#EA8220",size:"128"};const kc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M102.1 2H25.9C19.3 2 14 7.3 14 13.9v100.3c0 6.6 5.3 11.9 11.9 11.9h76.3c6.6 0 11.9-5.3 11.9-11.9V13.9C114 7.3 108.7 2 102.1 2zM37 108.7V80.5l14.1 14.1L37 108.7zm53 .3H76.9l.1-.2V59.4s3.1-11.8-39.7 4.8c-.1.2-.2-45.7-.2-45.7l13.9-.1v29.4s39-15.4 39 11.7V109zm-5.2-73H70c5.3-6 10.2-17 10.2-17h15.3s-2.6 7-10.7 17z"}))};kc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},kc.defaultProps={color:"#6762A6",size:"128"};const Dc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M9.032 2l10.005 112.093 44.896 12.401 45.02-12.387L118.968 2H9.032zm89.126 26.539l-.627 7.172L97.255 39H44.59l1.257 14h50.156l-.336 3.471-3.233 36.119-.238 2.27L64 102.609v.002l-.034.018-28.177-7.423L33.876 74h13.815l.979 10.919L63.957 89H64v-.546l15.355-3.875L80.959 67H33.261l-3.383-38.117L29.549 25h68.939l-.33 3.539z"}))};Dc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Dc.defaultProps={color:"#E44D26",size:"128"};const Fc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M126.11 66.834c0-9.82-2.539-19.034-6.991-27.051C138.097-3.167 98.785 3.13 96.596 3.558c-8.328 1.629-16.034 4.249-23.142 7.566a56.276 56.276 0 00-3.166-.09c-26.525 0-48.729 18.501-54.411 43.303 13.98-15.684 23.765-22.012 29.624-24.544-.936.835-1.851 1.681-2.751 2.532l-.885.855c-.594.571-1.186 1.143-1.765 1.72-.344.343-.68.689-1.019 1.035-.514.522-1.026 1.044-1.527 1.569l-1.052 1.122c-.468.501-.934 1.003-1.39 1.506l-1.053 1.175a143.278 143.278 0 00-3.516 4.099c-.347.419-.692.838-1.031 1.256-.367.453-.726.905-1.083 1.356-.348.438-.695.875-1.034 1.312l-.953 1.246c-.356.469-.715.938-1.063 1.404l-.731.998a173.801 173.801 0 00-6.041 8.796l-.013.021c-.479.747-.941 1.482-1.395 2.211l-.074.12c-.454.732-.892 1.451-1.319 2.164l-.045.075a181.942 181.942 0 00-3.172 5.501C7.562 80.977 5.114 87.343 5.008 87.72c-15.876 56.759 33.674 32.791 40.588 29.213 7.445 3.678 15.827 5.973 24.692 5.973C94.563 122.905 115.213 107 122.9 86H93.569c-4.34 7-12.694 12.049-22.293 12.049C57.211 98.049 45.81 87 45.81 74h79.842c.303-2 .458-4.73.458-7.166zM13.526 116.817c-3.916-4.015-4.608-13.795 4.032-31.616 4.36 12.537 13.061 23.041 24.307 29.708-5.593 3.079-20.441 10.009-28.339 1.908zM45.687 59c.446-13 11.564-23.005 25.226-23.005C84.574 35.995 95.694 46 96.14 59H45.687zm44.776-44.204c5.166-2.495 17.958-7.771 25.22-2.871 4.807 3.245 8.663 8.34 2.042 25.499-6.351-10.213-15.905-18.224-27.262-22.628z"}))};Fc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Fc.defaultProps={color:"#1EBBEE",size:"128"};const jc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M47.955 69h15.371c-2.646-9-5.252-17.32-7.816-25.776C53.022 51.71 50.498 60 47.955 69zm76.157-68H2.873C.687 1 1 1.476 1 3.585v121.394C1 127.086.687 127 2.719 127h121.547c2.031 0 2.734.086 2.734-2.022V3.739C127 1.476 126.298 1 124.112 1zM77.298 96c-1.637 0-3.28-.133-4.909-.016-1.175.088-1.568-.406-1.881-1.426-1.514-4.931-3.123-9.86-4.638-14.79-.305-.992-.741-1.354-1.816-1.341-5.523.064-11.049.058-16.573-.007-1.163-.014-1.698.296-2.03 1.45-1.406 4.904-2.944 9.768-4.365 14.667-.308 1.062-.776 1.433-1.904 1.404-3.318-.083-6.641-.032-10.274-.032.959-3.045 1.829-5.861 2.729-8.665 5.514-17.2 11.047-34.4 16.521-51.611.382-1.198.913-1.567 2.143-1.54 3.886.086 7.775.022 11.663 0 .727-.005 1.223.038 1.489.864 6.505 20.116 13.033 40.356 19.555 60.47.028.091.01.573.025.573h-5.735zM98 96H86V51h12v45zm-6.35-51.071c-3.665-.005-6.289-2.528-6.314-6.07-.024-3.532 2.707-6.159 6.406-6.163 3.728-.004 6.355 2.537 6.384 6.171.026 3.545-2.667 6.068-6.476 6.062z"}))};jc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},jc.defaultProps={color:"#FAA625",size:"128"};const qc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M102.4 101.5c-5.1 4.6.6 9.3 5.6 6.3 1.1-1.2 0-5.2-5.6-6.3zm-73.8 7.4c4 3.4 10.2-.9 12-5.7-3.9-5.1-18.3.2-12 5.7zm75.9-12.1c0 2.3 16.8 3.8 16.8-.5-2.4-7-14.8-6.6-16.8.5zm15.6-41.1L73.4 7.9c-5.7-5.5-15.2-5.5-20.6 0L7.7 54C-7.5 72.9 18.1 70.7 29 76.1c3.9 4-15.1 7-11.1 11 3.9 4 23.8 7.7 27.7 11.8l-4.1 12.3c3.9 4 13 .2 14.7 9.5 1.2 6.6 16.4 2.8 23.8-2.6 3.9-4-7.5-3.6-3.6-7.7 9.8-10 18.9-3.6 22.2-13.7 1.7-5-14.4-7.6-10.5-11.7 11.4-6.5 50.5-10.8 32-29.3zm-56 31.1c-4.8 1.3-28-8.2-22.2-8.2 1.2.7 19.4 4.4 23.9 5.2 1.6.3.5 1.9-1.7 3zm25.1-51.5l-8.8-7.1-1.7 10.5-7.4-3.9-11.8 7.5-3.9-15.5L49.1 38h-9.7c-4 0-4.4-5.3-.8-8.9 6.3-6.8 13.5-13.8 17.4-17.8 3.9-4 10.8-4 14.7-.1l17.8 18.1c1.7 1.7 1.7 5 .7 6z"}))};qc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},qc.defaultProps={color:"#000000",size:"128"};const $c=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M4.87 64.74a17.28 17.28 0 1017.28-17.29A17.31 17.31 0 004.87 64.74zM108 4c-9.5 0-15.16 7.65-15.16 20.46v78.7c0 12.81 5.65 20.46 15.14 20.46s15.16-7.65 15.16-20.46V24.51C123.13 11.7 117.47 4 108 4z"}),e.createElement("path",{d:"M81.45 5.71H19.37a15.09 15.09 0 000 30.16V36h31.77V64.74a29 29 0 01-29 29h-.78l-.08.1c-.43 0-.86-.07-1.3-.07A15.11 15.11 0 1020 124c.45 0 .91 0 1.35-.07v.05h.79a59.33 59.33 0 0059.31-59.24v-.55-9.7-.11V5.71z"})))};$c.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},$c.defaultProps={color:"#136ba2",size:"128"};const _c=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("circle",{cx:"64",cy:"64",r:"24.08"}),e.createElement("path",{d:"M113.14 23.14a8.27 8.27 0 00-13.7-6.25 59 59 0 1011.67 11.67 8.24 8.24 0 002.03-5.42zM64 121A57 57 0 1198.1 18.36a8.27 8.27 0 0011.53 11.53A57 57 0 0164 121z"})))};_c.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},_c.defaultProps={color:"#4e8ef7",size:"128"};const Nc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M61.928 9.176c-30.459 0-55.078 24.61-55.078 55.053 0 30.438 24.62 55.048 55.078 55.048 30.458 0 55.078-24.61 55.078-55.048V9.176zm1.166 14.654h38.635v38.615H63.094zM20.986 65.932h38.621v38.6c-20.905-.887-37.734-17.71-38.62-38.6zm42.108.076h38.615c-.881 20.89-17.715 37.714-38.615 38.596z"}))};Nc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Nc.defaultProps={color:"#f0047f",size:"128"};const Rc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M68.49 52.7h-9.44l-2.55-3.28V23.7h14.38v25.72l-2.39 3.28zM55.72 55.1l-2.92 8.98-3.9 1.41-24.47-7.95 4.45-13.67 24.46 7.94 2.38 3.29zM54.04 67.74l7.64 5.55.13 4.14L46.7 98.25 35.06 89.8l15.13-20.82 3.85-1.24zM65.76 73.33l7.65-5.55 3.98 1.16 15.12 20.81-11.63 8.45-15.12-20.81v-4.06zM74.84 64.23l-2.92-8.99 2.33-3.43 24.46-7.94 4.45 13.67-24.47 7.95-3.85-1.26z"}),e.createElement("path",{d:"M64 1.41A62.59 62.59 0 10126.59 64 62.59 62.59 0 0064 1.41zm-.34 111.5a49.5 49.5 0 1149.5-49.5 49.5 49.5 0 01-49.5 49.51z"}),e.createElement("path",{d:"M61.58 82.99h3.92v19.51h-3.92zM82.838 70.95l1.211-3.728 18.555 6.029-1.211 3.728zM77.754 47.062l-3.171-2.304L86.05 28.974l3.172 2.304zM53.352 44.759l-3.172 2.304L38.713 31.28l3.171-2.304zM43.395 67.224l1.211 3.728-18.555 6.029-1.211-3.728z"})))};Rc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Rc.defaultProps={color:"#8a4182",size:"128"};const Ic=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M47.617 98.12c-19.192 5.362 11.677 16.439 36.115 5.969-4.003-1.556-6.874-3.351-6.874-3.351-10.897 2.06-15.952 2.222-25.844 1.092-8.164-.935-3.397-3.71-3.397-3.71zm33.189-10.46c-14.444 2.779-22.787 2.69-33.354 1.6-8.171-.845-2.822-4.805-2.822-4.805-21.137 7.016 11.767 14.977 41.309 6.336-3.14-1.106-5.133-3.131-5.133-3.131zm11.319-60.575c.001 0-42.731 10.669-22.323 34.187 6.024 6.935-1.58 13.17-1.58 13.17s15.289-7.891 8.269-17.777c-6.559-9.215-11.587-13.793 15.634-29.58zm9.998 81.144s3.529 2.91-3.888 5.159c-14.102 4.272-58.706 5.56-71.095.171-4.45-1.938 3.899-4.625 6.526-5.192 2.739-.593 4.303-.485 4.303-.485-4.952-3.487-32.013 6.85-13.742 9.815 49.821 8.076 90.817-3.637 77.896-9.468zM85 77.896c2.395-1.634 5.703-3.053 5.703-3.053s-9.424 1.685-18.813 2.474c-11.494.964-23.823 1.154-30.012.326-14.652-1.959 8.033-7.348 8.033-7.348s-8.812-.596-19.644 4.644C17.455 81.134 61.958 83.958 85 77.896zm5.609 15.145c-.108.29-.468.616-.468.616 31.273-8.221 19.775-28.979 4.822-23.725-1.312.464-2 1.543-2 1.543s.829-.334 2.678-.72c7.559-1.575 18.389 10.119-5.032 22.286zM64.181 70.069c-4.614-10.429-20.26-19.553.007-35.559C89.459 14.563 76.492 1.587 76.492 1.587c5.23 20.608-18.451 26.833-26.999 39.667-5.821 8.745 2.857 18.142 14.688 28.815zm27.274 51.748c-19.187 3.612-42.854 3.191-56.887.874 0 0 2.874 2.38 17.646 3.331 22.476 1.437 57-.8 57.816-11.436.001 0-1.57 4.032-18.575 7.231z"}))};Ic.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ic.defaultProps={color:"#EA2D2E",size:"128"};const Wc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M2 1v125h125V1H2zm66.119 106.513c-1.845 3.749-5.367 6.212-9.448 7.401-6.271 1.44-12.269.619-16.731-2.059-2.986-1.832-5.318-4.652-6.901-7.901l9.52-5.83c.083.035.333.487.667 1.071 1.214 2.034 2.261 3.474 4.319 4.485 2.022.69 6.461 1.131 8.175-2.427 1.047-1.81.714-7.628.714-14.065C58.433 78.073 58.48 68 58.48 58h11.709c0 11 .06 21.418 0 32.152.025 6.58.596 12.446-2.07 17.361zm48.574-3.308c-4.07 13.922-26.762 14.374-35.83 5.176-1.916-2.165-3.117-3.296-4.26-5.795 4.819-2.772 4.819-2.772 9.508-5.485 2.547 3.915 4.902 6.068 9.139 6.949 5.748.702 11.531-1.273 10.234-7.378-1.333-4.986-11.77-6.199-18.873-11.531-7.211-4.843-8.901-16.611-2.975-23.335 1.975-2.487 5.343-4.343 8.877-5.235l3.688-.477c7.081-.143 11.507 1.727 14.756 5.355.904.916 1.642 1.904 3.022 4.045-3.772 2.404-3.76 2.381-9.163 5.879-1.154-2.486-3.069-4.046-5.093-4.724-3.142-.952-7.104.083-7.926 3.403-.285 1.023-.226 1.975.227 3.665 1.273 2.903 5.545 4.165 9.377 5.926 11.031 4.474 14.756 9.271 15.672 14.981.882 4.916-.213 8.105-.38 8.581z"}))};Wc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Wc.defaultProps={color:"#F0DB4F",size:"128"};const Gc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M107.453 41.338l-.04-.04c-10.817-1.23-19.398-9.813-20.63-20.63l-.058-.058C85 9.35 75.27.723 63.528.723c-12.962 0-23.47 10.507-23.468 23.47 0 .368.01.735.028 1.1A23.49 23.49 0 0124.61 40.318c-.22-.006-.44-.017-.66-.017C10.987 40.3.48 50.81.48 63.77c0 12.67 10.04 22.988 22.598 23.447 8.885 2.07 15.835 9.17 17.655 18.148.802 12.234 10.974 21.91 23.41 21.91 12.548 0 22.794-9.845 23.437-22.23a23.49 23.49 0 0115.178-17.056c.43.022.86.036 1.295.036 12.96 0 23.468-10.507 23.468-23.468 0-11.806-8.718-21.572-20.067-23.22zM47.973 63.77c0-8.32 6.285-15.164 14.366-16.062.127-.014.257-.023.387-.035.146-.013.295-.014.442-.022.12.003.238.01.358.01.395 0 .788-.01 1.178-.03 8.667.3 15.606 7.4 15.606 16.14 0 .12-.01.24-.013.36-.187 8.444-6.837 15.29-15.202 15.78-.18.058-.362.108-.542.163-.185-.046-.372-.088-.555-.138-8.536-.072-15.493-6.76-15.995-15.19-.04-.12-.072-.247-.11-.37.03-.117.052-.238.085-.354 0-.083-.007-.165-.007-.25z"}))};Gc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Gc.defaultProps={color:"#FF664A",size:"128"};const Jc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M62.8 124.3c-3.5-.402-3.8-.698-5.3-5.6-1.7-5.9-4.898-23.598-4.3-24.2 1.902-1.898 22.6-2.398 23.698-.602 1 1.5 2.602 29 1.801 29.801-.8.7-11.5 1.2-15.898.602zm0 0M81.602 117.8c-1.102-3.402-1.204-6.902-.403-7.5 1.403-.8 2.801 1.598 2.801 4.9 0 2.902-1.7 4.8-2.398 2.6zm0 0"}),e.createElement("path",{d:"M47 109.102c-3.602-1.102-8.8-3.903-9.5-5.102-.398-.602-.898-4.102-1.2-7.8-.3-3.7-1.402-10.098-2.5-14.2-1.1-4.102-2.198-8.398-2.5-9.5-.6-3 12-11.5 14.5-9.7.9.7 4.098 2.598 6.9 4.302 4.402 2.597 5.402 3.699 6.402 7.199.597 2.3 1.796 4.8 2.699 5.5.898.699 1.699 2.199 1.699 3.3C63.5 85 65.8 86.7 71 88.7c2 .801.5 1.102-7.3 1.7-5.302.402-10.2.402-10.802 0-.699-.399-.898-2.2-.699-4.297.301-2 .2-4.5-.3-5.602-.5-1.398-.797-.2-.797 3.602-.102 6.199-.704 7.5-2.903 5.597-1.3-1-1.398-.898-1 .301.301.8-.199 2-1.097 2.7-1.403 1.1-1.102 1.198 1.597 1.3 2.903 0 3.2.3 3.7 4 .3 2.2.902 5.8 1.203 8 .597 4.3-.102 4.7-5.602 3.102zm0 0M80.102 100c-.102-5.398.199-7 1.296-7 .903 0 1.801 1.898 2.5 5 1.403 6.7 1.403 7.7-.5 8.398C80.5 107.5 80.2 107 80.102 100zm0 0M101.602 103.602c.398-.903-.801-1.204-4.204-1.204l-4.597.102-.403-5.5L92 91.5l4.7-1.7c5.6-2 6.6-1.402 8.198 4.7 1.204 4.8.301 8.8-2.296 9.8-1 .4-1.301.098-1-.698zM100 98.398c0-.199-1.2-.398-2.7-.398-2.1 0-2.402.3-1.402.898 1.301.801 4.102.5 4.102-.5zm0-3.296c0-.5-1.102-.801-2.5-.5-3.102.5-3.3-.403-.3-1.5 1.198-.403 1.698-1 1.198-1.301-1.296-.903-4.699 1.898-3.898 3.097.8 1.301 5.5 1.5 5.5.204zm0 0M87.602 99.3C87.3 97.2 87 94.603 87 93.5c.102-2 .102-2 1.5-.102 1.602 2.102 2.102 9.602.602 9.602-.403 0-1.102-1.7-1.5-3.7zm0 0M82 89.398c0-.097 1.5-2.699 3.398-5.796 3.204-5.301 3.403-6.204 3.204-13.102-.204-4.102-.801-8.102-1.5-8.898-.704-.801-.801-1.704-.301-2 .398-.204 2.5 1.199 4.5 3.296C95.3 67 96 70.5 93.8 75.7c-.602 1.5-1.2 3.5-1.403 4.301-.199.898-1 3.2-1.796 5.2-1.301 3-2.102 3.6-5.102 4-1.898.198-3.5.3-3.5.198zm0 0"}),e.createElement("path",{d:"M69.102 84.602l-4.5-2.301 2.699-2.7C68.699 78.2 70.3 77 70.898 77 71.7 77 76 84.7 76 86.3c0 1.302-2.398.598-6.898-1.698zm0 0M76.7 80.398c-2.098-4.199-2.5-5.898-1.598-6.5 1.296-.796 4.597.801 5.199 2.602.3.5.097 3-.2 5.398L79.5 86.2zm0 0M82.398 81.5c.301-2.2.5-4.602.5-5.2.102-1.5 2.704-1.698 3.602-.3.3.5-.5 2.898-2 5.2L82 85.5zm0 0M61.102 74.898c-1.403-4.097-1.403-8.597 0-9.398 1.796-1.2 9.898 2.398 9.199 4.102-.301.796 0 1.398.597 1.398 3.204 0-1.796 4.898-6.5 6.398-1.796.5-2.398.102-3.296-2.5zm0 0M79 71.3c0-.6.602-1.402 1.3-1.6.9-.4.9-.802-.198-1.5-1-.802-.801-1.302 1-2.598 3.199-2.204 3.796-2 5 1 1.597 4.296.398 6.296-3.602 6.097-1.898-.097-3.5-.699-3.5-1.398zm0 0M54.5 66c-.3-.5.3-1 1.5-1s1.8.5 1.5 1c-.3.602-1 1-1.5 1s-1.2-.398-1.5-1zm0 0M52.5 62.3c-3.898-2.1-5.2-3.8-6.898-9.3-.903-2.898-1-4.898-.403-5.7 1.5-1.902 0-3.5-2.199-2.3-2.5 1.3-2.602 1.3-5-1.2-1.102-1.3-2-3.5-2-5.402 0-5.398 4.8-8.5 7-4.5 1.3 2.5 1.3 4.204-.102 1.903-.5-1-1.796-1.801-2.796-1.801-1.403 0-1.704.602-1.301 3.2.5 3.198.5 3.198 1.398.8.903-2.398 1-2.398 2.403-.602.796 1.102 1.398 1.5 1.398.903 0-.7 1.2-1.301 2.8-1.5 2.098-.2 2.598-.801 2.4-2.301-.5-2.8-.4-8 .1-14.8.302-4.7.9-6.302 3.302-8.802C59.602 3.5 68.898 1.801 78.8 6c6.398 2.8 10.8 8 6.699 8-1.398 0-1.8 1-1.2 2.7.098.402 1.098.6 2.302.5 4.199-.598 7.199 6.902 6.597 16.8-.097 1.898-.3 4.7-.3 6.3-.098 1.5-.5 2.7-1 2.7-.399 0-1 1.3-1.399 2.898C88.602 54.7 80.102 62 72 62c-5.398 0-9-2-13.898-7.7C55.398 51.103 54 50.103 54 51.2c0 1.5 5.398 8.6 8.5 11.1.602.5 0 .598-1.2.2-1.198-.3-2.402-.102-2.8.5-.898 1.398-2.5 1.2-6-.7zM80.102 55c1 0 1.898-.3 1.898-.7 0-.5-2.3-.902-5.102-1-3.699-.1-5.699-.698-7.5-2.402C68.102 49.7 67 49.102 67 49.7c0 2.602 6.7 6.602 9.8 5.7.802-.2 2.2-.399 3.302-.399zm.796-6.3c-.199-.302-3.097-.7-6.398-1-4.8-.5-5.602-.4-4 .6 2.8 1.598 8.8 2.5 9.898 1.5.5-.402.801-.902.5-1.1zm5.903-.302C88 47.602 89 46.5 89 46c0-1.2-6.3 1.5-6.8 2.898-.5 1.602 2 1.301 4.6-.5zm-3.801-4c6-2.398 6.898-4.898 3.2-8.796-1.7-1.704-3.9-4.704-5.098-6.602C80 27.102 79 26.2 79 27.102c0 .898 1.102 3.097 2.5 5C82.8 34 84.7 36.5 85.602 37.8c2 2.8 1.296 3.8-4.204 5.699-3.398 1.2-4.097 1.102-5.597-.2-2-1.8-2.5-.402-.602 1.5 1.602 1.598 3 1.5 7.801-.402zM71.8 31.801c.7-.903.5-2-.902-3.7-1-1.3-1.898-1.8-1.898-1.3 0 .597.5 1.398 1 1.699 2 1.2.898 2.5-2.102 2.5-1.699 0-2.796.398-2.398 1 .898 1.398 5.102 1.2 6.3-.2zm19-.7c.9-.5 1.098-1.703.598-3.5C90.5 23.7 88.602 23 89.5 26.899 90.102 29.602 89.898 30 88 30c-1.2 0-1.8.5-1.5 1 .7 1.2 2.5 1.3 4.3.102zM63.8 18c2.302 0 3-1.398 1.2-2.5-.898-.5-7 2-7 2.898 0 .301-.3 1.301-.7 2.301-.5 1.5-.198 1.5 1.9-.398C60.5 19 62.601 18 63.8 18zm0 0"}),e.createElement("path",{d:"M44.5 29.898c-.398-.597-2.102-.898-3.8-.699-2.802.301-3.2 0-3.5-2.3-.5-4.297 1.5-7.899 5.402-9.5 4.097-1.7 4.699-1.5 4.5 1.8-.102 1.301-.204 4.403-.204 7.102 0 4.5-1 5.898-2.398 3.597zm0 0M43 13c0-1 1.7-2.3 6.3-4.898L53.103 6 50.3 9.5c-1.5 1.898-3 3.5-3.301 3.602-.3 0-1.3.199-2.2.398-1 .2-1.8 0-1.8-.5zm0 0"})))};Jc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Jc.defaultProps={color:"#000000",size:"128"};const Uc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M124.129 63.02c0-7.692-5.828-14.165-13.652-16.012L128 .113H41.16l17.563 47.043c-7.578 1.996-13.164 8.356-13.164 15.903 0 5.546 3.058 10.464 7.703 13.496-1.832 2.367-3.953 4.55-6.356 6.62-4.523 3.848-9.539 6.805-14.957 8.766-4.89-2.996-7.008-8.285-5.094-13.02 7.457-2.07 12.88-8.394 12.88-15.827 0-9.133-8.192-16.532-18.22-16.532-10.066 0-18.253 7.434-18.253 16.57 0 4.513 2.035 8.653 5.297 11.61-.286.52-.57 1.035-.856 1.59C4.973 81.438 1.875 87.207.691 93.68c-2.363 12.941 1.508 23.336 10.84 29.215 5.258 3.293 11.047 4.957 17.282 4.957 10.714 0 21.597-4.883 32.109-9.618 7.5-3.363 15.242-6.879 22.863-8.578 2.813-.629 5.746-1 8.844-1.406 6.273-.813 12.754-1.664 18.582-4.734 6.805-3.586 11.45-9.579 12.797-16.457 1.015-5.29 0-10.614-2.61-15.274a15.35 15.35 0 002.73-8.765zm-7.945 0c0 5.14-4.606 9.32-10.27 9.32s-10.27-4.18-10.27-9.32c0-1.665.489-3.254 1.344-4.622.325-.52.735-1.035 1.14-1.48a8.517 8.517 0 011.427-1.219l.043-.039c.324-.222.691-.445 1.058-.664 0 0 .04 0 .04-.039.163-.074.327-.184.492-.258.039 0 .078-.039.12-.039.165-.07.368-.144.57-.219a8.78 8.78 0 00.571-.222c.04 0 .082-.04.121-.04.164-.034.328-.109.489-.144.043 0 .125-.039.164-.039.203-.035.367-.074.57-.11h.043l.61-.113c.042 0 .12 0 .163-.035.164 0 .325-.039.489-.039h.203c.203 0 .41-.035.652-.035h.531c.16 0 .286 0 .446.035h.082c.328.04.652.074.98.149 4.645.886 8.192 4.66 8.192 9.172zM52.527 7.508h64.102l-14.711 39.387c-.61.113-1.223.296-1.832.48l-15.484-28.66L69.074 47.19c-.613-.183-1.265-.296-1.914-.406zM81.664 59.8c-.773-3.477-2.73-6.582-5.5-8.875l8.438-15.457 8.515 15.789c-2.527 2.293-4.36 5.215-5.094 8.543zM61.25 53.96c.203-.04.367-.074.57-.113h.121c.164-.035.329-.035.489-.075h.164c.164 0 .285-.035.449-.035h1.59c.16 0 .285.035.406.035.082 0 .121 0 .203.04.164.035.285.035.45.074.038 0 .081 0 .163.035.204.039.407.074.57.113h.04c.164.035.328.07.488.145.043 0 .082.039.164.039.121.035.285.074.406.148.043 0 .082.035.125.035.16.075.325.114.489.188h.039c.203.07.367.144.531.258h.04c.163.074.327.183.491.257.04 0 .04.04.078.04.164.07.286.183.45.257l.043.035c.488.333.937.704 1.382 1.075l.043.035c.407.406.813.851 1.141 1.332 1.059 1.48 1.672 3.219 1.672 5.105 0 5.141-4.606 9.317-10.27 9.317s-10.27-4.176-10.27-9.317c-.042-4.328 3.259-7.988 7.743-9.023zm-40.102-.262c5.665 0 10.27 4.18 10.27 9.32 0 5.141-4.605 9.32-10.27 9.32-5.664 0-10.27-4.179-10.27-9.32 0-5.14 4.606-9.32 10.27-9.32zm94.79 32.067c-.895 4.73-4.118 8.875-8.844 11.351-4.442 2.332-9.903 3.07-15.649 3.809-3.136.406-6.437.851-9.617 1.554-8.476 1.887-16.625 5.586-24.531 9.133-10.106 4.551-19.645 8.84-28.484 8.84-4.606 0-8.723-1.183-12.633-3.66-8.965-5.621-8.52-16.16-7.457-21.93.976-5.402 3.707-10.468 6.316-15.312.16-.297.285-.555.445-.852.899.297 1.836.52 2.813.668-1.547 7.84 2.851 15.938 11.41 19.934l1.55.738 1.669-.555c7.133-2.293 13.734-6.027 19.562-11.02 3.301-2.812 6.114-5.843 8.477-9.136.937.149 1.875.188 2.812.188 8.477 0 15.606-5.29 17.645-12.391h6.844c2.039 7.137 9.171 12.39 17.648 12.39 3.383 0 6.52-.85 9.207-2.292 1.063 2.773 1.387 5.656.817 8.543zm0 0"}))};Uc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Uc.defaultProps={color:"#99425B",size:"128"};const Yc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M21.715 32.152a10.663 10.663 0 00-10.492 8.938 10.664 10.664 0 007.082 11.824h.105l.277.086 23.981 7.305v25.027h42.664V42.668H42.668v3.883L28.594 34.64a10.65 10.65 0 00-6.88-2.489zm27.914 15.864h1.832v4.222a2.434 2.434 0 01-.652 1.871 2.528 2.528 0 01-1.829.711 2.745 2.745 0 01-2.34-1.152l1.188-1.125c.23.363.621.594 1.047.621.457 0 .754-.32.754-.941zm2.66 0h5.356v1.554h-3.56v1.02h3.196v1.422h-3.164v1.058h3.555v1.563h-5.406zm5.973 0h5.84v1.613h-2v5.043h-1.848v-5.043h-1.992zm3.668 9.234h1.777l2.848 6.715H64.57l-.476-1.203h-2.582L61.035 64H57.45l-1.344-2.02h-.617V64h-1.847l.011-6.7h2.953c.098-.007.196-.01.293-.007a2.926 2.926 0 011.875.719c.403.414.618.972.59 1.55a2.132 2.132 0 01-1.37 2.055l1.296 1.946zm4.914.031h1.847v6.66h-1.847zm2.531 0h1.734l2.399 3.555V57.28h1.828v6.66h-1.613L71.21 60.29v3.652h-1.836zm-18.605.012a2.47 2.47 0 011.566.598c.289.285.445.675.437 1.082a1.556 1.556 0 01-1.03 1.484c.78.145 1.339.836 1.32 1.629 0 1.203-.93 1.914-2.524 1.914h-3.156v-6.7h3.14c.082-.007.164-.007.247-.007zm-1.59 1.496v1.164h.89c.555 0 .883-.191.883-.574l-.016-.024c0-.367-.3-.566-.84-.566zm6.324.113v1.614l.992-.016c.621 0 .996-.305.996-.793 0-.535-.39-.805-1-.805zm7.3.54l-.753 1.886h1.5zM49.18 61.25v1.227h1.152c.57 0 .883-.22.883-.61-.016-.379-.285-.617-.903-.617zm-1.871 16.082h16V80h-16zm0 0"}),e.createElement("path",{d:"M63.895 18.438A7.747 7.747 0 0051.91 11.91L16 33.714a10.66 10.66 0 00-4.793 9.96 10.67 10.67 0 0017.523 7.106l32.192-26.234.254-.211a7.783 7.783 0 002.719-5.898zm0 0"}),e.createElement("path",{d:"M116.117 65.422L61.633 12.949a7.763 7.763 0 00-7.692-1.965 7.763 7.763 0 00-5.394 5.825 7.764 7.764 0 002.555 7.52l.097.085 57.887 48.766a5.235 5.235 0 005.578.734 5.243 5.243 0 003.02-4.75 5.281 5.281 0 00-1.567-3.742zm0 0"}),e.createElement("path",{d:"M117.688 69.184a5.226 5.226 0 00-8.297-4.266l-65.926 32.21a10.668 10.668 0 1011.008 18.2l60.96-41.844a5.21 5.21 0 002.254-4.3zm0 0"}),e.createElement("path",{d:"M75.64 62.953l1.024-1.23a3.45 3.45 0 002.133.804c.508 0 .77-.175.77-.46 0-.294-.215-.434-1.13-.649-1.425-.328-2.511-.711-2.511-2.082 0-1.238.98-2.133 2.582-2.133a4.185 4.185 0 012.738.887l-.89 1.265a3.244 3.244 0 00-1.864-.652c-.449 0-.668.176-.668.426 0 .305.227.441 1.16.648 1.528.332 2.473.832 2.473 2.075 0 1.359-1.074 2.132-2.687 2.132a4.643 4.643 0 01-3.13-1.03zm0 0"})))};Yc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Yc.defaultProps={color:"#000000",size:"128"};const Qc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M108.023 16H61.805c0 11.52 9.324 20.848 20.847 20.848h8.5v8.226c0 11.52 9.328 20.848 20.848 20.848V19.977A3.98 3.98 0 00108.023 16zm0 0"}),e.createElement("path",{d:"M85.121 39.04H38.902c0 11.519 9.325 20.847 20.844 20.847h8.504v8.226c0 11.52 9.328 20.848 20.848 20.848V43.016a3.983 3.983 0 00-3.977-3.977zm0 0"}),e.createElement("path",{d:"M62.219 62.078H16c0 11.524 9.324 20.848 20.848 20.848h8.5v8.23c0 11.52 9.328 20.844 20.847 20.844V66.059a3.984 3.984 0 00-3.976-3.98zm0 0"})))};Qc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Qc.defaultProps={color:"#253858",size:"128"};const Kc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M65.283 106.928c-.828-.187-1.633-.446-2.441-.685l-.609-.185a72.498 72.498 0 01-2.352-.765l-.323-.117a71.149 71.149 0 01-2.074-.769l-.582-.229c-.752-.297-1.5-.607-2.238-.931l-.447-.198a92.857 92.857 0 01-1.889-.879l-.546-.262c-.491-.239-.977-.493-1.461-.743-.324-.171-.654-.332-.975-.51a57.368 57.368 0 01-1.751-.982l-.591-.33a79.8 79.8 0 01-2.28-1.397l-.615-.41a57.785 57.785 0 01-1.623-1.079l-.523-.367a93.376 93.376 0 01-1.534-1.109l-.679-.514a67.061 67.061 0 01-1.384-1.082l-.617-.495a85.378 85.378 0 01-1.724-1.453l-.188-.159a81.186 81.186 0 01-1.812-1.647l-.51-.491c-.441-.42-.875-.843-1.302-1.277l-.51-.509a72.65 72.65 0 01-1.599-1.69l-.078-.084a65.735 65.735 0 01-1.621-1.844l-.424-.504a67.378 67.378 0 01-1.167-1.442l-.427-.532a78.406 78.406 0 01-1.347-1.794C12.89 62.89 8.524 40.032 18.236 21.26L9.625 32.181C-1.404 48.032-.031 68.657 8.394 85.501c.2.404.411.801.617 1.198l.395.759.245.437.439.786c.262.461.53.92.805 1.379l.458.756c.304.491.615.976.934 1.46l.398.614c.438.655.888 1.309 1.352 1.951l.039.05.228.308c.4.553.814 1.099 1.232 1.639l.463.59c.373.469.752.935 1.139 1.399l.435.52a75.27 75.27 0 001.586 1.812l.032.033.062.068a77.952 77.952 0 001.612 1.699l.517.521c.423.426.853.845 1.287 1.262l.526.5c.58.547 1.166 1.083 1.764 1.607l.028.022.307.262c.526.456 1.062.909 1.603 1.353l.664.529c.441.354.887.702 1.336 1.044l.714.543c.495.365.995.724 1.499 1.075l.546.387.15.107c.478.329.967.646 1.456.963l.63.42c.749.474 1.51.943 2.278 1.396l.63.355a74.53 74.53 0 001.711.959c.312.168.632.327.946.488.407.213.811.429 1.225.636l.283.137.501.242c.641.306 1.287.607 1.94.897l.41.184a66.92 66.92 0 002.263.941l.551.217c.704.271 1.418.539 2.135.791l.268.093c.786.275 1.581.53 2.381.779l.575.172c.814.245 1.618.538 2.458.693 53.339 9.727 68.833-32.053 68.833-32.053-13.014 16.954-36.112 21.426-57.997 16.447zM46.069 63.697c1.195 1.713 2.52 3.751 4.105 5.127a48.111 48.111 0 001.79 1.858l.472.465a52.581 52.581 0 001.828 1.698l.074.064.018.018a55.268 55.268 0 002.135 1.767l.484.378a54.08 54.08 0 002.233 1.631l.065.049c.336.232.679.448 1.02.672l.482.319c.544.349 1.096.689 1.656 1.015l.234.136c.483.278.973.552 1.463.818l.521.271c.339.177.678.358 1.024.53l.155.07c.702.346 1.411.68 2.136.995l.472.194a50.02 50.02 0 001.75.71l.75.275c.533.198 1.068.378 1.608.559l.727.233c.767.238 1.525.539 2.324.672 41.183 6.823 50.69-24.886 50.69-24.886-8.57 12.343-25.168 18.233-42.879 13.635a50.376 50.376 0 01-2.333-.674l-.7-.227a46.162 46.162 0 01-1.632-.562l-.736-.274a57.432 57.432 0 01-1.756-.708l-.473-.2a47.728 47.728 0 01-2.148-.999c-.364-.177-.721-.364-1.078-.548l-.622-.32a44.502 44.502 0 01-1.363-.77l-.326-.185a47.802 47.802 0 01-1.65-1.008l-.498-.332a65.856 65.856 0 01-1.069-.707 58.235 58.235 0 01-2.226-1.628l-.501-.395c-7.752-6.12-13.897-14.486-16.819-23.971-3.062-9.836-2.401-20.878 2.903-29.84l-6.517 9.2c-7.977 11.478-7.543 26.844-1.321 38.983a50.37 50.37 0 003.528 5.892zm43.407-14.199c.339.125.678.237 1.022.354l.451.143c.484.152.966.329 1.467.424 22.739 4.394 28.908-11.669 30.549-14.034-5.403 7.779-14.482 9.646-25.623 6.942-.88-.213-1.848-.531-2.696-.832a33.242 33.242 0 01-3.201-1.329 33.175 33.175 0 01-5.612-3.424c-9.969-7.565-16.162-21.994-9.657-33.745l-3.52 4.851c-4.702 6.92-5.164 15.514-1.901 23.156 3.441 8.112 10.492 14.475 18.721 17.494z"}))};Kc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Kc.defaultProps={color:"#0868AC",size:"128"};const Zc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("circle",{cx:"29.1",cy:"94.2",r:"29.1"}),e.createElement("circle",{cx:"98.9",cy:"94.2",r:"29.1"}),e.createElement("circle",{cx:"64",cy:"33.8",r:"29.1"})))};Zc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Zc.defaultProps={color:"#000000",size:"128"};const Xc=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M109.766 7.281a7.691 7.691 0 01-1.09 4.282 7.583 7.583 0 01-3.262 2.949 7.49 7.49 0 01-4.34.62 7.525 7.525 0 01-3.953-1.913A7.642 7.642 0 0195.137 5a7.606 7.606 0 012.629-3.531 7.509 7.509 0 014.136-1.461 7.51 7.51 0 015.422 1.996 7.627 7.627 0 012.438 5.273zm0 0M65.758 96.79c-20.098 0-37.649-7.364-46.766-18.267a49.95 49.95 0 0018.102 24.254 49.251 49.251 0 0028.676 9.215 49.279 49.279 0 0028.675-9.215 49.917 49.917 0 0018.094-24.254C103.406 89.426 85.855 96.79 65.758 96.79zm0 0M65.75 25.883c20.098 0 37.652 7.367 46.766 18.265a49.95 49.95 0 00-18.102-24.253 49.27 49.27 0 00-28.672-9.22 49.27 49.27 0 00-28.672 9.22A49.909 49.909 0 0018.97 44.148C28.102 33.27 45.652 25.883 65.75 25.883zm0 0M38.164 117.984a9.671 9.671 0 01-1.371 5.399 9.5 9.5 0 01-9.59 4.504 9.405 9.405 0 01-4.98-2.418 9.671 9.671 0 01-2.809-4.797 9.73 9.73 0 01.313-5.567 9.624 9.624 0 013.328-4.453 9.466 9.466 0 0112.043.688 9.63 9.63 0 013.066 6.648zm0 0M21.285 23.418a5.53 5.53 0 01-3.14-.816 5.627 5.627 0 01-2.618-5.672 5.612 5.612 0 011.407-2.95 5.593 5.593 0 012.789-1.664 5.46 5.46 0 013.238.184 5.539 5.539 0 012.586 1.969 5.66 5.66 0 01-.399 7.129 5.557 5.557 0 01-3.867 1.82zm0 0"}))};Xc.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Xc.defaultProps={color:"#000000",size:"128"};const et=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M77.281 89.582l19.625 37.84h31.02l-35.153-67.14-15.492 29.3m-62.535 20.29l14.367-17.497 22.973 35.047-14.746-70.3-12.45 26.472-10.144 26.277m0 0L37.34 57.117 22.977 74.625 0 39.575l14.746 70.296M124.97.391h-31.02l-19 36.285V.39H46.492v37.632l15.172 72.282 3.535 17.117h9.75V95.664L124.97.391"}))};et.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},et.defaultProps={color:"#56C5A8",size:"128"};const ct=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M73.944 49.76c.385-.682.975-1.264 1.745-1.48.348-.007.695-.005 1.044-.003.472.218.887.56 1.144 1.017.203.459.093.939-.011 1.405a7.38 7.38 0 00-.335.873c-.082.178-.156.36-.221.544-.08.179-.152.36-.218.543a8.32 8.32 0 00-.217.544c-.078.179-.15.36-.218.544-.077.179-.15.36-.217.543-.077.18-.15.36-.218.543-.077.18-.15.36-.216.543a8.98 8.98 0 00-.217.543 8.98 8.98 0 00-.217.543c-.078.18-.151.36-.217.543a8.98 8.98 0 00-.218.543c-.078.18-.15.36-.217.544-.077.179-.15.36-.217.543-.078.179-.151.36-.217.544a8.042 8.042 0 00-.217.542c-.078.179-.152.36-.218.543-.077.18-.15.36-.216.544a9.052 9.052 0 00-.339.886c1.37-1.028 2.716-2.093 4.126-3.065.145-.077.292-.153.437-.231.48-.197 1.004-.16 1.51-.126.358.205.698.45.908.816a2.084 2.084 0 01-.291 2.019c-.275.343-.607.632-.937.92-.153.102-.3.21-.443.326-.748.514-1.464 1.074-2.188 1.62l.363.545c.071.111.143.222.218.333.165.299.35.584.543.867.23.414.499.804.762 1.197.102.181.206.361.319.537.075.11.15.22.229.33.212.392.435.782.56 1.213.079.318-.057.63-.116.94-.328.519-.76.994-1.335 1.24-.396.13-.795.148-1.188-.003-.241-.17-.494-.338-.65-.595l-1.648-2.483-.218-.327c-.072-.11-.144-.219-.217-.327-.073-.11-.144-.219-.217-.326-.073-.11-.147-.221-.22-.328-.461-.799-1.025-1.53-1.494-2.323l.037.14c-.097.177-.18.361-.252.549-.076.18-.148.362-.212.545-.08.178-.153.36-.218.543a8.07 8.07 0 00-.216.543c-.08.178-.153.36-.217.543-.387.915-.697 1.865-1.193 2.73-.409.453-.82.962-1.44 1.119-.275.036-.546.184-.826.106a7.43 7.43 0 00-.67-.127c-.327-.283-.717-.554-.845-.99-.272-.612.093-1.247.261-1.834.08-.18.156-.36.224-.543.075-.18.149-.36.215-.543.076-.18.151-.36.219-.543.075-.18.15-.36.217-.543.076-.18.149-.361.217-.545.077-.178.149-.36.216-.542.077-.179.15-.36.217-.543.076-.18.15-.36.218-.544.077-.178.15-.36.217-.543.077-.178.15-.36.217-.543.077-.178.15-.36.217-.542.077-.18.15-.36.218-.544.076-.18.15-.36.217-.543.077-.18.15-.36.217-.543.077-.18.15-.36.217-.543.077-.18.15-.36.218-.544.077-.179.15-.36.216-.543.078-.179.15-.36.217-.543.077-.179.15-.36.217-.544.077-.178.151-.36.217-.543.078-.178.15-.36.218-.543.077-.178.15-.36.217-.543.077-.178.15-.36.217-.543.077-.178.15-.36.216-.543.15-.36.298-.722.435-1.087.078-.179.15-.36.218-.543.077-.179.15-.36.217-.543.077-.18.15-.36.216-.543.078-.18.151-.36.218-.543.077-.18.15-.36.217-.543.077-.178.15-.36.216-.543.165-.393.324-.79.473-1.19zM6.59 51.014c1.252-.431 2.591-.4 3.896-.337.213.043.423.098.64.119.72.217 1.42.497 2.07.878.819.598 1.555 1.324 2.056 2.213.121.325.253.646.377.97.177.746.153 1.514.131 2.275-.072.849-.328 1.666-.572 2.477a7.34 7.34 0 00-.33.872c-.172.34-.29.705-.48 1.037.336-.441.76-.803 1.131-1.214.605-.729 1.311-1.364 1.953-2.06.755-.908 1.665-1.675 2.414-2.59 1.358-1.328 2.575-2.79 3.972-4.08.225-.144.447-.291.669-.441.557-.314 1.198-.302 1.818-.248.486.24.965.593 1.16 1.119.18.41.1.865.1 1.298-.162.292-.305.594-.466.886a9.99 9.99 0 00-.225.335c-.451.456-.83.978-1.3 1.418-.533.555-1.098 1.084-1.587 1.68-.735.784-1.532 1.511-2.222 2.336-.552.571-1.117 1.128-1.662 1.706-.583.705-1.263 1.322-1.89 1.987l.202.44c.128.405.258.81.431 1.199.136.4.26.807.435 1.195.136.4.26.807.434 1.195.136.4.26.807.435 1.193.136.402.26.808.434 1.195.135.4.262.806.434 1.194.096.297.196.596.336.879l.047.197c.128.327.232.664.368.989.06.146.129.29.2.432.35.538 1.014.793 1.635.803l96.35-.001c.29-.004.567.106.856.13.227.115.455.23.685.339.185.206.326.443.462.684.016.42.018.842-.006 1.263a4.94 4.94 0 00-.134.346c-.265.467-.66.843-1.116 1.122-.46.139-.914.34-1.399.354H22c-.393.013-.767-.14-1.161-.124-.402-.152-.832-.252-1.19-.502-.462-.272-.725-.756-1.032-1.176-.13-.26-.262-.517-.388-.778a8.25 8.25 0 00-.274-.647c-.01-.05-.034-.147-.045-.196-.235-.62-.451-1.249-.703-1.864-.138-.403-.259-.813-.446-1.198l-.047-.195c-.129-.33-.23-.67-.376-.992a8.489 8.489 0 00-.326-.872c-.136-.4-.26-.807-.436-1.194-.135-.4-.261-.806-.433-1.192a6.633 6.633 0 00-.337-.877l-.048-.197c-.128-.33-.229-.67-.375-.991a8.25 8.25 0 00-.327-.873 16.29 16.29 0 00-.515-1.396c-.024.14-.051.28-.078.42-.092.177-.17.36-.24.546-.075.18-.148.36-.214.543-.077.179-.151.36-.219.542-.077.18-.15.361-.217.544-.077.179-.15.36-.218.543-.077.179-.15.36-.215.545-.201.426-.374.863-.54 1.303-.08.18-.152.36-.218.543-.079.179-.153.36-.219.544-.078.178-.15.36-.217.543a8.685 8.685 0 00-.218.542c-.079.179-.151.36-.218.542-.078.18-.15.36-.217.545-.092.21-.175.425-.26.639l-.21.44c-.343.556-.731 1.099-1.294 1.452l-.214.12c-.422.112-.847.301-1.293.23-.185-.039-.365-.09-.551-.12a3.653 3.653 0 01-.885-.676c-.08-.156-.162-.311-.248-.464-.102-.737.044-1.471.355-2.141.078-.178.152-.359.22-.542.078-.18.15-.36.217-.543.078-.18.15-.36.217-.544.078-.178.152-.358.218-.542.077-.179.151-.36.218-.542.077-.18.15-.36.218-.543.076-.18.15-.36.217-.543.077-.179.15-.36.218-.543.076-.18.15-.36.216-.545.279-.604.513-1.228.757-1.847.078-.179.153-.36.219-.543.077-.179.151-.36.217-.543.078-.178.151-.36.217-.542.079-.18.153-.36.219-.543.077-.18.15-.36.217-.543.077-.18.151-.36.218-.543.076-.18.15-.36.218-.542.077-.18.15-.36.217-.544.318-.748.593-1.512.8-2.299.155-.57.24-1.203.022-1.767a2.486 2.486 0 00-1.575-1.183c-.695-.098-1.422-.044-2.07.245a5.74 5.74 0 00-.432.217c-1.121.705-2.083 1.8-2.363 3.125-.099.311-.059.645-.11.965.029.436.055.876.276 1.266a3.03 3.03 0 001.308 1.19c.225.097.45.198.686.266.333.174.637.397.894.67l.098.235c.046.115.093.23.142.343.158 1.031-.547 1.996-1.463 2.399-.835.242-1.75.198-2.588-.01a6.596 6.596 0 00-.543-.227 9.866 9.866 0 00-.556-.325c-.855-.579-1.473-1.42-1.99-2.299-.104-.26-.202-.523-.322-.776a8.91 8.91 0 01-.343-3.093c.145-.812.257-1.642.562-2.42.117-.251.217-.511.321-.769.153-.25.308-.502.449-.759.148-.216.293-.432.437-.652a11.487 11.487 0 012.848-2.63 29.16 29.16 0 011.3-.659c.22-.067.436-.142.653-.22zm110.576 2.96c.546-.216 1.138-.197 1.715-.158.35.167.65.413.907.701l.099.234c.044.116.093.233.145.348.032.352-.042.694-.131 1.033a13.1 13.1 0 00-.223.66 9.56 9.56 0 00-.484 1.077l-.184.32c.452.08.914.056 1.37.086.115.048.232.093.352.134.297.191.624.403.72.77.203.456.08.963-.028 1.427-.27.621-.86.971-1.456 1.225-.79.194-1.605.117-2.411.13l-.04.247a5.09 5.09 0 00-.24.553c-.078.18-.15.36-.216.543-.078.18-.15.36-.217.543-.078.18-.15.361-.217.543-.078.18-.151.361-.217.544-.078.179-.151.36-.217.544a8.044 8.044 0 00-.217.542c-.079.179-.152.36-.219.542a5.38 5.38 0 00-.214.57c-.036.037-.109.109-.144.146.946.04 1.904-.086 2.833.133.222.112.445.224.667.338.122.192.247.382.37.573-.001.437.08.899-.1 1.312-.087.233-.238.434-.37.641-.285.209-.57.418-.89.572-.916.245-1.874.121-2.81.152-.944-.035-1.909.1-2.83-.152-.573-.249-1.073-.652-1.342-1.227-.057-.454-.233-.918-.054-1.37.092-.508.308-.972.507-1.444.076-.179.148-.36.215-.543.077-.18.15-.36.218-.543.076-.18.149-.36.216-.543.077-.18.15-.36.217-.543.078-.18.15-.36.217-.543.3-.705.551-1.432.874-2.128-.726.047-1.608-.108-1.971-.82-.05-.283-.176-.56-.124-.85.042-.223.096-.444.12-.669.267-.575.766-.982 1.342-1.227.628-.193 1.286-.137 1.933-.167.365-.144.36-.666.542-.982.077-.178.15-.36.217-.543.077-.18.151-.36.219-.543.077-.18.15-.362.214-.548.106-.22.215-.438.323-.656.307-.358.641-.694 1.014-.984zm-83.97 4.085c.529-.052 1.06-.018 1.59-.002.458.16.917.321 1.338.567.436.386.847.807 1.121 1.328.127.499.287 1.005.236 1.526-.073.592-.27 1.158-.465 1.719-.59 1.344-1.117 2.717-1.65 4.085.977.029 1.966-.086 2.926.127a2.5 2.5 0 01.908.684c.226.558.13 1.166-.026 1.728-.282.354-.606.675-.996.908a6.634 6.634 0 00-.67.238c-1.72.051-3.444.049-5.165.002-.364-.193-.753-.357-1.059-.638-.222-.244-.368-.543-.523-.83a3.728 3.728 0 00-.102-.703c.069-.226.09-.462.102-.696l.067-.101c.05-.183.11-.362.164-.543.16-.357.303-.722.442-1.087.078-.179.152-.36.218-.543.079-.179.151-.36.218-.543.078-.178.152-.358.218-.54.077-.181.15-.362.218-.545.077-.18.15-.36.218-.542a2.58 2.58 0 00.29-1.442 2.773 2.773 0 00-.586-.464c-.15-.011-.3-.024-.449-.04-.895-.075-1.582.596-2.06 1.27-.126.207-.242.42-.356.634-.853 1.932-1.585 3.915-2.383 5.872-.14.22-.276.444-.397.675-.364.432-.794.807-1.327 1.01-.195.024-.386.061-.575.107-.282.077-.553-.072-.83-.104a2.435 2.435 0 01-.891-.684c-.034-.06-.104-.179-.137-.239a3.342 3.342 0 01.244-1.818c.08-.178.156-.36.223-.543.077-.18.15-.36.216-.543.077-.18.15-.36.217-.543.077-.18.15-.36.217-.543.078-.18.15-.36.217-.543.078-.18.15-.36.217-.543.078-.18.15-.36.216-.543.655-1.63 1.316-3.258 1.953-4.895.072-.144.143-.289.216-.433.293-.473.737-.803 1.236-1.034.573-.023 1.17-.1 1.715.125.358.217.637.527.852.883.153-.11.31-.215.464-.323.298-.164.584-.348.883-.511.421-.152.846-.305 1.288-.387zm12.507.123c.85-.193 1.725-.159 2.59-.13.48.055.946.197 1.403.349.466.209.892.49 1.313.776.26.252.517.509.77.77.141.224.29.444.441.662.112.219.222.438.335.655.145.462.254.935.34 1.411.028.431.01.864.014 1.296.03.55-.187 1.068-.243 1.609-.119.325-.23.656-.333.988-.539 1.234-1.274 2.397-2.303 3.28-.602.436-1.256.798-1.975 1-1.252.222-2.531.14-3.798.128-.87-.091-1.779-.246-2.488-.799a5.823 5.823 0 01-1.542-2.088 8.522 8.522 0 00-.112-.333c-.395-1.449-.314-2.988.11-4.42.084-.18.158-.366.221-.554.139-.295.285-.585.437-.873.624-1.024 1.46-1.9 2.414-2.622l.335-.225c.355-.194.717-.374 1.08-.551.332-.104.663-.213.991-.33zm12.167.487c.686-.284 1.39-.57 2.138-.621.878-.024 1.777-.08 2.613.241.661.285 1.276.682 1.76 1.221.79 1.042 1.004 2.436.665 3.684-.084.178-.16.358-.227.541a8.98 8.98 0 00-.223.348c-.146.151-.295.3-.442.45-.15.076-.298.154-.446.233-.714.28-1.607.15-2.103-.468-.23-.472-.091-1.009-.177-1.508a4.128 4.128 0 01-.06-.59c-.14-.261-.352-.523-.665-.56-.414-.01-.864-.07-1.228.18-.517.244-.868.704-1.185 1.162-.09.14-.174.28-.259.421-.179.38-.342.778-.365 1.202-.171.675-.058 1.443.367 2.003.456.476 1.154.559 1.771.666 1.413.024 2.829-.002 4.243.011.364.04.72.141 1.074.235.195.143.389.29.57.454.03.06.09.183.119.245.028.215.079.427.12.641a7.674 7.674 0 01-.228.958c-.125.148-.242.3-.355.457a9.9 9.9 0 00-.448.341l-.214.117c-.396.133-.794.289-1.22.258-2.043-.001-4.086.042-6.127-.027a3.67 3.67 0 00-.45-.13 9.58 9.58 0 00-.653-.257 9.473 9.473 0 01-.883-.626c-.312-.248-.515-.597-.784-.884a25.545 25.545 0 01-.552-1.088c-.581-1.725-.418-3.62.221-5.305.144-.292.287-.584.442-.87.119-.176.225-.358.33-.542a10.35 10.35 0 012.197-2.196c.225-.125.445-.26.664-.397zm29.417-.607c1.128-.06 2.29-.095 3.358.34a5.615 5.615 0 012.594 2.327c.047.106.096.212.145.318.066.187.141.371.227.552.443 1.52.277 3.149-.22 4.637-.084.179-.16.362-.221.55-.173.368-.354.73-.544 1.087-.588.96-1.344 1.823-2.307 2.42l-.653.329c-.226.068-.45.143-.67.227-1.245.22-2.518.137-3.778.129-.36.018-.7-.131-1.06-.128-.353-.133-.727-.22-1.05-.417-.61-.364-1.076-.914-1.496-1.474-.152-.288-.297-.578-.443-.868-.448-1.277-.441-2.662-.219-3.98.048-.15.083-.302.119-.454.075-.217.146-.435.214-.655.21-.439.423-.875.657-1.302l.228-.33c.113-.145.223-.293.326-.445.546-.583 1.094-1.176 1.75-1.638.112-.073.221-.148.332-.226a8.06 8.06 0 012.711-.999zm11.629.119c.669-.217 1.516-.287 2.072.225.263.21.425.508.577.8.025.466.011.933-.135 1.38-.161.358-.306.723-.443 1.09-.08.178-.153.36-.218.543a7.338 7.338 0 00-.216.543c-.151.36-.299.721-.435 1.086-.079.178-.153.36-.218.543-.08.18-.151.361-.214.547-.053.115-.104.231-.155.347l-.101.306c-.036.108-.07.217-.107.324-.04.108-.082.215-.124.323-.094.28-.12.581.044.844.263.245.63.205.963.205.501.027.984-.158 1.426-.379.5-.334.892-.819 1.06-1.401.076-.18.148-.362.216-.545.076-.18.148-.36.217-.543.076-.18.149-.361.217-.544.076-.179.149-.36.217-.543.076-.179.15-.36.218-.543.076-.18.148-.36.217-.544.075-.18.149-.36.216-.542.076-.18.151-.36.218-.543a8.81 8.81 0 00.213-.549c.169-.369.347-.734.544-1.088.076-.112.15-.225.224-.339.334-.392.763-.684 1.222-.912.425-.03.853-.036 1.279-.002.348.168.648.413.905.7l.1.233c.044.115.093.23.144.344.062.706-.26 1.36-.465 2.02-.082.177-.157.359-.224.542-.077.18-.15.36-.216.543a8.98 8.98 0 00-.217.543c-.079.18-.151.36-.219.542-.077.18-.15.361-.217.544-.078.179-.15.36-.214.545-.362.806-.68 1.63-.993 2.456 1.09.025 2.203-.107 3.259.236.202.196.44.376.55.647.061.205.08.422.137.63-.077.343-.106.695-.22 1.028a2.443 2.443 0 01-.796.795c-.15.074-.299.148-.446.225-.701.212-1.44.143-2.162.156-.973-.008-1.947.021-2.919-.028-.408-.183-.746-.476-1.035-.812l-.028-.188c-.224.223-.455.438-.69.649a33.6 33.6 0 00-.442.214 5.88 5.88 0 00-.342.133 54.18 54.18 0 01-4.073-.001 6.417 6.417 0 00-.348-.128c-.438-.198-.877-.423-1.216-.771-.352-.34-.568-.783-.777-1.218-.157-.527-.154-1.077-.121-1.622.104-.514.284-1.01.456-1.506.081-.178.155-.36.222-.543.078-.18.15-.36.217-.543.077-.18.15-.36.218-.543.076-.18.15-.36.217-.544.077-.179.15-.36.217-.543.077-.179.15-.36.218-.543.077-.179.15-.36.217-.543.077-.18.15-.36.217-.543.076-.18.15-.36.218-.542.076-.181.15-.363.212-.55.14-.293.286-.583.432-.873a4.1 4.1 0 011.23-1.23zm-53.244 3.944c.388-.27.842-.428 1.309-.484.263-.006.512.097.771.122.436.21.786.57 1.008.997.327 1.139.085 2.41-.586 3.381a2.68 2.68 0 01-1.057.97 3.121 3.121 0 01-2.322.006c-.293-.21-.604-.445-.728-.799-.283-.854-.111-1.794.278-2.589.313-.627.75-1.2 1.327-1.604zm41.363-.255c.448-.142.933-.33 1.402-.154.587.086 1.017.564 1.276 1.066.26.893.143 1.862-.227 2.707-.081.15-.166.3-.255.446-.073.108-.143.215-.214.324-.213.325-.495.6-.832.794-.384.213-.819.243-1.245.302-.66-.048-1.458-.159-1.81-.804-.492-.885-.245-1.965.166-2.832.387-.764.959-1.465 1.739-1.85zm35.658 5.223c.545-.345 1.182-.41 1.813-.346.118.046.239.09.362.13.505.25.927.64 1.221 1.12.274.613.333 1.299.112 1.939-.078.147-.153.297-.225.447-.246.278-.512.537-.784.788-.664.342-1.47.35-2.167.111l-.218-.122a2.565 2.565 0 01-1.139-1.652c-.02-.313-.006-.628 0-.942.047-.116.092-.234.136-.351.07-.149.143-.296.214-.444.22-.23.446-.456.675-.678z"}))};ct.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ct.defaultProps={color:"#e42e16",size:"128"};const tt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M0 0h61.4L0 60.4zM0 128L128 0H64.6L0 63.7zM128 128L64.6 66.6 3.3 128z"}))};tt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},tt.defaultProps={color:"#7F6CB1",size:"128"};const lt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M120.559 30.631c-5.13-2.544-10.203-5.131-15.391-7.569-10.106-4.748-19.884-10.136-30.046-14.781-3.297-1.507-6.479-3.25-9.7-4.923-1.077-.559-2.051-.562-3.143-.004-4.195 2.143-8.454 4.156-12.694 6.203-10.056 4.854-20.214 10.082-30.316 14.853C14.877 26.484 10 28.698 6 30.806v66.486c0 .043.66.043.788.106 3.187 1.571 6.533 3.109 9.692 4.735 3.224 1.66 6.586 3.169 9.856 4.729 10.146 4.837 20.188 9.969 30.255 14.975 1.946.968 3.969 1.821 5.881 2.852.97.522 1.718.475 2.704.005 3.007-1.433 6.03-2.857 9.019-4.316 11.598-5.663 23.018-11.561 34.682-17.091C112.938 101.36 116 99.27 121 97.193V30.737c-1-.044-.313-.043-.441-.106zm-14.932 61.447c-2.415 2.523-5.244 4.431-8.351 5.96-.777.382-1.575.835-2.409.966-1.281.2-1.728 1.212-2.324 2.052-1.021 1.439-3.477 2.896-5.181 2.918-.47.007-.942-.031-1.409.007-1.844.148-3.52-.307-5.173-1.138-2.266-1.139-4.725-1.328-7.25-1.26-1.328.037-2.49.343-3.603.983-1.479.852-2.276 2.798-1.956 4.401.078.393-.303.876-.558 1.537-.549-.463-1.148-.722-1.173-1.027-.167-2.042-.289-4.164 1.154-5.836 1.977-2.292 4.549-3.552 7.588-3.77.779-.055 1.567.012 2.35-.012 1.895-.06 3.686.293 5.531.804 1.528.423 3.33.512 4.869-.474.541-2.03-.531-3.5-2.014-4.454-1.564-1.007-3.137-2.071-5.066-2.515-1.378-.316-2.592-1.287-3.944-1.793-1.355-.508-2.711-1.057-4.065-1.55-1.293-.471-2.764-.452-3.921-1.297-2.147.101-4.23-.858-6.383-.458-2.809.522-5.644.981-8.308 2.063-2.011.816-4.047 1.573-5.976 2.6-1.142.608-2.446.903-3.623 1.456a13.71 13.71 0 00-2.623 1.597c-1.378 1.083-2.299 2.431-1.866 4.343 1.699.79 3.41.895 5.229.284 1.968-.662 4.046-.522 6.094-.646 2.596-.157 4.868.655 6.958 1.958 1.985 1.238 3.349 3.015 3.274 5.555-.016.548.081 1.114-.027 1.64-.096.464-.406.884-.732 1.546-.652-.678-1.703-.839-.744-1.868-.614-1.13-.254-2.689-1.487-3.532-1.09-.746-2.156-1.579-3.609-1.503-.859.045-1.729.075-2.583-.005-2.019-.188-3.834.494-5.544 1.377-2.362 1.221-4.862.952-7.349.987-1.402-.79-3.078-1.154-4.13-2.487-.533-.675-.765-1.884-1.398-2.112-.827-.298-1.584-.867-2.401-.997-2.066-.328-3.515-1.778-5.228-2.705-1.441-.78-2.595-2.116-3.821-3.265-1.343-1.257-2.037-2.836-2.347-4.669-.46-2.718.598-5.242 2.057-6.78 1.921-2.023 4.312-3.068 6.893-4.019-.631-1.25-1.117-2.652-1.969-3.777-.816-1.077-.897-2.344-1.227-3.492-.374-1.303-.341-2.858-.014-4.188.321-1.299 1.122-2.535 1.925-3.645.725-1.002 1.708-1.832 2.642-2.663.299-.266.807-.296 1.188-.424.515.717.354 1.207-.151 1.722-.527.538-.964 1.162-1.445 1.745-1.361 1.65-.931 3.62-.911 5.485.013 1.199.727 2.199 1.414 3.163 1.318 1.849 2.665 3.59 4.911 4.507 1.203.491 2.335.91 3.638.869 1.162-.037 2.328-.008 4.064-.008-1.018-.455-1.533-.678-2.042-.915-3.571-1.661-5.43-4.484-5.433-8.242-.001-1.332.132-2.681-.04-3.99-.15-1.133.506-2.035.538-3.1.029-.957-.439-2.027.443-2.861-.24-1.82.446-3.688-.362-5.49-.427-.95-.072-2.009-.497-3.082-.819-2.067-1.407-4.078-4.083-4.33-.287-.026-.531-.497-.784-.749.466-1.011.944-1.214 2.005-.879 2.711.856 4.333 2.687 5.637 5.101 1.4 2.593 1.871 5.356 2.386 8.198.518 2.854.228 5.681.421 8.511.065.943.321 1.89.609 2.797.279.88.816 1.404 1.721 1.492 1.31.132 2.368.04 3.368-1.166v-2.386c-1-.487-.938-1.707-2.332-1.662-.529.017-.698-.769-.678-1.478.056-2.035.207-4.085.028-6.106-.193-2.182.329-4.297.653-6.37.286-1.832.506-3.76 1.253-5.564.691-1.672.828-3.573 1.499-5.257 1.234-3.1 2.624-6.13 4.353-9.018.987-1.648 2.309-3.063 3.141-4.799.063-.131.144-.26.241-.37 1.216-1.378 2.366-2.822 3.671-4.109 1.573-1.551 3.276-2.968 4.989-4.502 1.791 1.591 3.657 2.969 5.181 4.655 4.136 4.579 7.77 9.559 10.108 15.302 1.089 2.674 2.125 5.4 2.675 8.308.496 2.624 1.011 5.232 1.446 7.871.564 3.414.109 6.786.381 10.161.053.669-.534 1.307-.89 1.279C81.316 63.375 81 64.641 80 65.142v2.41c1 .902 2 1.225 3.221 1.186 1.472-.047 2.294-.839 2.695-2.362.439-1.669.57-3.33.425-4.985-.21-2.408.274-4.758.602-7.082a20.924 20.924 0 012.751-7.772c.956-1.605 3.81-3.801 5.486-4.133.737-.146 1.36.107 1.631 1.126-.28.217-.597.673-.956.708-2.37.231-3.073 2.076-3.776 3.86-.381.965-.293 2.121-.581 3.06-.493 1.611-.349 3.182-.354 4.767-.003.953.271 1.909.445 2.859.162.875-.386 1.841.424 2.66.197.2.041.751.042 1.141.001 1.488-.03 2.978.006 4.464.092 3.729-2.494 7.871-7.01 9.002 2.807.238 5.539.464 8.185-1.158 2.579-1.581 3.956-4.006 5.401-6.45.035-2.811.42-5.729-2.193-7.779-.566-.445-.729-.954-.544-1.868.486.069.999-.016 1.193.194 1.438 1.549 3.339 2.722 4.024 4.902.194.617.788 1.197.762 1.776-.065 1.519.25 3.021-.213 4.584-.354 1.196-.729 2.371-1.26 3.481-.503 1.051-1.173 2.022-1.805 3.089.886.432 1.734.994 2.666 1.269 1.986.587 3.348 1.963 4.718 3.373 1.363 1.403 1.531 3.285 2.055 5.025-.73 1.893-.893 4-2.413 5.589zm-73.146-7.859c-.776.069-1.567-.034-2.346.021-1.263.089-2.437.545-3.471 1.238-1.043.699-1.12 1.347-.627 2.555.489 1.2 1.219 2.195 2.146 3.114 1.653 1.639 3.375 3.165 5.405 4.302.722-4.017 2.971-6.929 6.395-9.069-.598-.294-1.068-.494-1.507-.746-1.86-1.064-3.831-1.608-5.995-1.415zm68.727 1.407c-.576-.511-2.785-1.376-3.648-1.392-1.095-.02-2.198.07-3.286-.022-1.637-.138-3.05.503-4.479 1.114-.666.284-1.293.656-2.077 1.059 3.417 2.136 5.666 5.048 6.403 9.147.9-.645 1.835-1.205 2.638-1.915a70.97 70.97 0 004.204-4.005c.428-.444.606-1.145.847-1.75.343-.859.126-1.59-.602-2.236zM56.711 63.075c-1.065.029-1.378.476-1.326 1.886.04 1.074.5 1.485 1.574 1.405.872-.065 1.81-1.032 1.717-1.769-.096-.764-1.108-1.547-1.965-1.522zm14.316 0c-1.007-.047-2.06.85-2.009 1.711.047.777 1.019 1.583 1.907 1.58 1.033-.004 1.373-.396 1.384-1.594.012-1.251-.29-1.651-1.282-1.697z"}))};lt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},lt.defaultProps={color:"#0081C2",size:"128"};const rt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M56.484 55.098c.37.27.82.43 1.31.43 1.2 0 2.18-.95 2.23-2.13l.05-.03.75-13.26c-.9.11-1.8.26-2.7.46-4.93 1.12-9.2 3.55-12.54 6.83l10.87 7.71.03-.01zM55.034 74.528a2.218 2.218 0 00-2.58-1.69l-.02-.03-13.05 2.21a26.15 26.15 0 0010.51 13.15l5.06-12.22-.04-.05c.17-.42.23-.89.12-1.37zM50.694 65.118c.44-.12.85-.38 1.16-.76.75-.94.62-2.29-.28-3.07l.01-.05-9.93-8.88a26.07 26.07 0 00-3.7 16.48l12.73-3.67.01-.05zM60.334 69.018l3.66 1.76 3.66-1.75.9-3.95-2.53-3.16h-4.06l-2.54 3.16zM67.934 53.348c.02.46.18.91.49 1.29.75.94 2.1 1.11 3.06.41l.04.02 10.8-7.66c-4.08-3.99-9.4-6.6-15.15-7.3l.75 13.24h.01zM75.514 72.778c-.17-.03-.34-.05-.51-.04-.29.01-.58.09-.85.22a2.23 2.23 0 00-1.08 2.89l-.02.02 5.11 12.34c4.93-3.14 8.61-7.83 10.54-13.24l-13.16-2.23-.03.04zM65.954 79.318a2.246 2.246 0 00-2.04-1.17c-.77.03-1.5.46-1.89 1.18h-.01l-6.42 11.6a26.16 26.16 0 0014.27.73c.88-.2 1.74-.44 2.57-.72l-6.43-11.63h-.05z"}),e.createElement("path",{d:"M124.544 76.788l-10.44-45.33a8.012 8.012 0 00-4.37-5.43l-42.24-20.18a8.157 8.157 0 00-3.92-.78 8.15 8.15 0 00-3.1.78l-42.24 20.18a8.055 8.055 0 00-4.37 5.43l-10.41 45.34a7.92 7.92 0 001.1 6.14c.14.22.3.43.46.64l29.24 36.35a8.087 8.087 0 006.32 3.01l46.89-.01c2.46 0 4.78-1.11 6.32-3.01l29.23-36.36a7.981 7.981 0 001.53-6.77zm-16.07-.55c-.31 1.35-1.76 2.17-3.26 1.85-.01 0-.03 0-.04-.01-.02 0-.03-.01-.05-.02-.21-.05-.47-.09-.65-.14-.86-.23-1.49-.58-2.27-.88-1.67-.6-3.06-1.1-4.41-1.3-.69-.05-1.04.27-1.42.52-.18-.04-.75-.14-1.08-.19-2.42 7.61-7.58 14.21-14.57 18.33.12.29.33.91.42 1.02-.16.43-.4.83-.19 1.49.49 1.27 1.28 2.52 2.24 4.01.46.69.94 1.22 1.36 2.02.1.19.23.48.33.68.65 1.39.17 2.99-1.08 3.59-1.26.61-2.82-.03-3.5-1.43-.1-.2-.23-.46-.31-.65-.36-.82-.48-1.52-.73-2.32-.57-1.68-1.05-3.07-1.73-4.25-.39-.57-.86-.64-1.29-.78-.08-.14-.38-.69-.54-.97-1.4.53-2.84.97-4.34 1.31-6.56 1.49-13.13.89-18.99-1.37l-.57 1.04c-.43.11-.84.23-1.09.53-.92 1.1-1.29 2.86-1.96 4.54-.25.79-.37 1.5-.73 2.32-.08.19-.22.45-.31.64v.01l-.01.01c-.67 1.39-2.23 2.03-3.49 1.43-1.25-.6-1.72-2.2-1.08-3.59.1-.2.22-.49.32-.68.42-.79.89-1.33 1.36-2.02.96-1.5 1.8-2.84 2.29-4.11.12-.42-.06-1-.22-1.43l.46-1.1c-6.73-3.99-12.04-10.34-14.58-18.21l-1.1.19c-.3-.17-.89-.56-1.45-.51-1.35.2-2.74.7-4.41 1.3-.78.3-1.4.64-2.27.87-.18.05-.44.1-.65.15-.02 0-.03.01-.05.02-.01 0-.03 0-.04.01-1.5.32-2.95-.5-3.26-1.85-.31-1.35.65-2.72 2.14-3.08.01 0 .03-.01.04-.01.01 0 .01 0 .02-.01.21-.05.48-.12.68-.16.88-.17 1.6-.13 2.43-.19 1.77-.19 3.23-.34 4.53-.75.41-.17.81-.74 1.09-1.1l1.06-.31c-1.19-8.22.82-16.28 5.16-22.81l-.81-.72c-.05-.32-.12-1.04-.51-1.46-.99-.93-2.25-1.71-3.76-2.64-.72-.42-1.38-.69-2.1-1.23-.15-.11-.36-.29-.52-.42-.01-.01-.03-.02-.04-.03-1.21-.97-1.49-2.64-.62-3.73.49-.61 1.24-.92 2.01-.89.6.02 1.23.24 1.76.66.17.14.41.32.56.45.68.58 1.09 1.16 1.66 1.77 1.25 1.27 2.28 2.32 3.41 3.08.59.35 1.05.21 1.5.15.15.11.63.46.91.65 4.3-4.57 9.96-7.95 16.52-9.44 1.53-.35 3.05-.58 4.57-.7l.06-1.07c.34-.33.71-.79.82-1.31.11-1.36-.07-2.82-.28-4.59-.12-.82-.31-1.51-.35-2.4-.01-.18 0-.44.01-.65 0-.02-.01-.05-.01-.07 0-1.55 1.13-2.81 2.53-2.81s2.53 1.26 2.53 2.81c0 .22.01.52.01.72-.03.89-.23 1.58-.35 2.4-.21 1.76-.4 3.23-.29 4.59.1.68.5.95.83 1.26.01.18.04.79.06 1.13 8.04.71 15.5 4.39 20.99 10.14l.96-.69c.33.02 1.04.12 1.53-.17 1.13-.76 2.16-1.82 3.41-3.08.57-.61.99-1.18 1.67-1.77.15-.13.39-.31.56-.45 1.21-.97 2.9-.86 3.77.23s.59 2.76-.62 3.73c-.17.14-.39.33-.56.45-.72.53-1.38.8-2.1 1.23-1.51.93-2.77 1.71-3.76 2.64-.47.5-.43.98-.48 1.43-.14.13-.63.57-.9.8a32.75 32.75 0 014.74 10.95c.92 3.99 1.06 7.97.53 11.8l1.02.3c.18.26.56.89 1.09 1.1 1.3.41 2.76.56 4.53.75.83.07 1.55.03 2.43.19.21.04.52.12.73.17 1.5.37 2.45 1.74 2.14 3.09z"}),e.createElement("path",{d:"M86.274 52.358l-9.88 8.84.01.03c-.34.3-.6.7-.71 1.18-.27 1.17.44 2.33 1.58 2.65l.01.05 12.79 3.68c.27-2.76.11-5.62-.55-8.48-.66-2.89-1.77-5.56-3.25-7.95z"})))};rt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},rt.defaultProps={color:"#486bb3",size:"128"};const ot=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M29.76 22.46c-4.42-.09-8.06 2.99-8.06 6.81V41.8H3.54A3.54 3.54 0 000 45.34v1.35a3.54 3.54 0 003.54 3.53H21.7v27.65H3.54A3.54 3.54 0 000 81.41v1.34a3.54 3.54 0 003.54 3.54H21.7v12.42c0 5.25 6.56 8.53 11.81 5.91L103 69.9c.89-.44 1.61-1.01 2.2-1.64h19.26a3.54 3.54 0 003.54-3.54v-1.34a3.54 3.54 0 00-3.54-3.54h-19.15c-.6-.68-1.37-1.28-2.31-1.75L33.51 23.37a8.856 8.856 0 00-3.75-.91zm16.68 26.55h6.15V61h11.95v6.08H52.59v11.98h-6.15V67.08H34.49V61h11.96z"}))};ot.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ot.defaultProps={color:"#000000",size:"128"};const st=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M16.934 1.719c-1.127.088-2.234.074-3.325.373-2.387.655-4.508 1.702-6.379 3.316-1.1.948-2.06 1.97-2.875 3.174-1.258 1.859-2.115 3.857-2.545 6.106.172.301.353.617.545.938 1.219 2.038 2.439 4.062 3.661 6.098l3.212 5.341c.988 1.646 1.974 3.293 2.96 4.939l4.608 7.688 3.143 5.244c1.527 2.545 3.058 5.088 4.583 7.634l5.609 9.371c1.617 2.699 3.237 5.396 4.857 8.093l.216.314c.235.075.422.011.616-.035 2.134-.512 4.268-1.021 6.402-1.531 3.461-.827 6.922-1.651 10.383-2.479l5.421-1.297c3.499-.836 6.999-1.67 10.498-2.508 3.537-.846 7.073-1.696 10.611-2.543 1.788-.429 3.576-.856 5.365-1.283 3.461-.826 6.922-1.65 10.383-2.474l11.308-2.693.611-.165-.167-.331-3.086-4.362-3.048-4.315-3.26-4.604-3.116-4.413-3.088-4.361-3.188-4.507c-1.041-1.47-2.084-2.938-3.126-4.407l-1.647-2.326a4.275 4.275 0 01-.587-1.159c-.326-1.011.046-1.684.636-2.181.382-.323.822-.56 1.298-.7a20.898 20.898 0 012.01-.51c1.359-.257 2.727-.475 4.091-.702l4.624-.754c.975-.161 1.949-.33 2.924-.495 1.325-.224 2.65-.449 3.976-.67 1.287-.216 2.574-.43 3.861-.642l4.213-.689 2.924-.491c1.112-.186 2.223-.371 3.334-.553 1.386-.226 2.771-.454 4.157-.671.826-.129 1.652-.174 2.472.062a5.63 5.63 0 011.696.833l.721.503c.072-.166-.032-.256-.08-.351a16.543 16.543 0 00-4.26-5.422 16.399 16.399 0 00-5.636-3.09c-1.229-.389-2.492-.208-3.778-.305M55.689 127c-.062 0-.117-.45-.187-.569-1.5-2.56-3.016-5.308-4.498-7.877a1335.74 1335.74 0 01-5.557-9.74c-1.965-3.478-3.913-6.966-5.863-10.452a5709.989 5709.989 0 01-5.549-9.948c-1.115-2.005-2.223-4.014-3.337-6.02l-.296-.459-.542.107c-1.072.277-2.142.556-3.212.838-1.49.392-2.979.791-4.47 1.18-3.347.871-6.694 1.737-10.041 2.605-3.404.884-6.951 1.77-10.356 2.65-.207.053.219.071-.781.106v21.145c.412.656.373.347.399.563.079.626.207 1.257.317 1.877.412 2.31 1.339 4.425 2.679 6.351 1.965 2.826 4.582 4.846 7.788 6.082 1.145.44 2.34.75 3.562.9l1.241.328"}),e.createElement("path",{d:"M4.976 77.742c3.939-.937 7.879-1.873 11.818-2.808 1.73-.41 3.461-.815 5.191-1.227.865-.206 1.732-.402 2.59-.634.764-.206.858-.459.465-1.148-.568-.996-1.146-1.986-1.721-2.979l-5.064-8.72-5.062-8.721c-1.717-2.958-3.436-5.916-5.154-8.873l-4.412-7.59c-.636-1.094-1.408-2.191-2.047-3.284-.119-.199.42-.437-.58-.543v47.396c0-.032.453-.059.606-.096l3.37-.773zm121.248 33.878c-1.544.549-3.089 1.102-4.632 1.655l-10.545 3.781c-1.953.701-3.902 1.41-5.856 2.108-3.982 1.421-7.966 2.837-11.949 4.255-2.308.822-4.617 1.838-6.924 2.664-.632.227-1.255.917-1.881.917h26.49l.57-.327c.674-.029 1.337-.229 1.999-.35 2.719-.497 5.154-1.673 7.311-3.392 1.657-1.321 3.005-2.936 4.061-4.778 1.086-1.896 1.731-3.947 2.041-6.101.027-.186.085-.397-.071-.589-.22-.017-.414.086-.614.157zm-2.275-35.571c-1.168-1.598-2.339-3.193-3.505-4.792-1.609-2.207-3.215-4.416-4.822-6.624-.653-.896-1.315-1.785-1.952-2.691-.192-.273-.411-.346-.71-.265l-.171.049c-2.958.719-5.917 1.436-8.876 2.153l-5.302 1.287-10.372 2.519c-3.419.831-6.838 1.663-10.258 2.492l-10.662 2.582c-3.497.849-6.992 1.701-10.488 2.551l-10.142 2.462c-1.787.434-3.574.866-5.359 1.302-.263.064-.546.08-.826.292l.239.455a5999.968 5999.968 0 009.598 16.529c1.874 3.213 3.753 6.424 5.63 9.636 1.079 1.845 2.151 3.692 3.239 5.532a661.851 661.851 0 003.653 6.115c.369.607.788 1.187 1.21 1.759a3.64 3.64 0 001.046.957c.426.257.885.338 1.369.229.25-.057.495-.139.737-.223l.89-.33c3.237-1.107 6.473-2.214 9.711-3.317 2.526-.86 5.055-1.716 7.583-2.571 2.509-.851 5.02-1.698 7.53-2.545l7.474-2.524c2.548-.861 5.095-1.722 7.642-2.585 3.126-1.061 6.251-2.126 9.379-3.185 3.015-1.02 6.033-2.034 9.049-3.052.185-.062.389-.088.542-.291l.019-.439c.001-6.255-.001-12.511.006-18.766a1.38 1.38 0 00-.289-.873c-.948-1.269-1.877-2.551-2.812-3.828zm-.519-58.938c-.702-.889-1.596-1.171-2.692-.885-.477.125-.967.204-1.453.293-1.594.292-3.19.579-4.784.868-2.334.424-4.667.852-7.001 1.272-1.848.332-3.697.659-5.546.983l-7.418 1.298c-.311.054-.625.108-.925.204-.437.14-.563.414-.363.825.163.336.366.657.586.959 1.534 2.114 3.075 4.223 4.616 6.333 2.124 2.909 4.249 5.817 6.374 8.724 1.798 2.46 3.598 4.92 5.397 7.379 1.414 1.932 2.828 3.864 4.244 5.795l.279.338 12.271-3.033.029-.636c.001-8.511-.001-17.022.006-25.534 0-.376-.091-.678-.328-.976-1.032-1.303-2.045-2.621-3.066-3.933l-.226-.274zm3.301 41.241c-1.856.446-3.719.87-5.62 1.373.201.357 5.415 7.395 5.718 7.729l.19.105.021-.429.001-2.963c.001-1.719.005-3.438.001-5.157 0-.209.059-.434-.085-.646l-.226-.012z"})))};st.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},st.defaultProps={color:"#FD4F31",size:"128"};const nt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M122.301 58.635c-.6-1.299-.89-2.836-.952-4.283-.154-3.561-.023-7.135-.184-10.696-.144-3.189-1.282-6.063-4.344-7.707-2.696-1.447-5.821-1.591-8.821-1.625v5.691c1 .034.754.065.998.078 4.029.198 5.379 1.476 5.43 5.473.038 2.972.012 5.946.06 8.917.059 3.605.597 7.046 3.894 9.322.056.039.051.182.083.348-1.678 1.192-3.006 2.727-3.392 4.822a34.53 34.53 0 00-.54 5.153c-.096 3.118.003 6.243-.086 9.361-.07 2.442-1.227 3.588-3.604 4.132-.895.206-1.843.279-2.843.406v5.677c2-.12 3.017-.199 4.387-.347 5.156-.558 8.059-3.241 8.654-8.243.186-1.568.165-3.166.2-4.75.066-2.969.032-5.952.298-8.903.271-3.011 2.461-4.675 5.461-4.509v-5.951c-2 .358-3.843-.507-4.699-2.366zM28.314 70.768C28.313 59.219 28 47.67 28 36.122v-1.817c-3 0-6.226-.029-9.391.014-1.285.017-2.418.127-3.692.301-4.877.664-7.228 2.953-8.092 7.812-.25 1.402-.2 2.859-.221 4.293-.039 2.726.039 5.453-.005 8.178-.055 3.432-1.672 6.092-5.172 6.294-.124.007.573.15-.427.236v5.305c4 .628 5.273 2.243 5.539 5.959.042.592.053 1.189.059 1.784.034 3.32-.004 6.645.146 9.959.141 3.093.828 5.857 3.751 7.48C13.225 93.436 17 93.559 19 93.638v-5.664c0-.048-.21-.092-.405-.104-4.339-.265-5.317-1.443-5.343-5.785-.017-2.875.106-5.75.06-8.625-.058-3.612-.586-7.038-3.856-9.324-.05-.035-.001-.183-.017-.383 2.199-1.39 3.368-3.516 3.686-6.094.176-1.422.235-2.864.26-4.299.05-2.973-.003-5.949.078-8.92.057-2.088 1.39-3.61 3.091-3.952 1.612-.325 2.446-.315 5.446-.466v2.056c0 10.31-.367 20.619-.313 30.929.019 3.531.41 7.012 4.195 8.537 2.058.829 4.263 1.084 6.627 1.642.395-2.312.524-4.23.847-6.128-4.357-1.25-5.042-1.898-5.042-6.29zm26.674-19.893c-7.34-3.51-16.248-.441-19.666 6.921-2.574 5.544-2.482 11.25-.216 16.872 1.229 3.048 3.45 5.33 6.473 6.672 5.904 2.621 11.879 1.984 17.832.144.321-.1.731-.718.692-1.046-.203-1.661-.54-3.306-.841-5.021-1.417.357-2.601.722-3.811.949-3.197.601-6.401.6-9.512-.637-3.072-1.22-5.135-4.73-4.622-7.73h20.872c.255-3 .154-7.125-1.123-10.536-1.14-3.049-3.108-5.167-6.078-6.588zM54.944 63H41.228c.007-4 3.264-7.59 7.537-7.508 3.753.072 6.349 3.508 6.179 7.508zm56.108 12.279c.492-5.054-1.034-7.898-5.534-10.094-1.596-.779-3.29-1.356-4.916-2.078-1.217-.54-2.442-1.087-3.58-1.771-1.108-.665-1.572-1.769-1.408-3.062.161-1.277.982-2.119 2.168-2.359 1.437-.292 2.943-.542 4.388-.424 2.042.167 4.056.69 6.163 1.075l1.332-5.818c-2.851-.434-5.509-.995-8.195-1.207-2.987-.235-5.896.261-8.63 1.67-5.777 2.977-5.883 12.116-.574 15.116 1.586.896 3.283 1.596 4.933 2.38 1.737.827 3.537 1.546 5.199 2.504 1.262.727 1.713 1.996 1.375 3.475-.313 1.375-1.354 1.988-2.577 2.105-1.86.177-3.768.347-5.609.128-2.217-.264-4.387-.937-6.658-1.451l-1.158 5.79c5.333 2.002 10.61 2.33 15.938 1.149 4.459-.988 6.999-3.596 7.343-7.128zm-28.415-9.452c-1.959-1.039-4.066-1.797-6.088-2.723-1.255-.575-2.584-1.074-3.69-1.871-2.127-1.533-1.731-4.472.746-5.258 1.421-.452 3.028-.592 4.521-.48 2.034.153 4.041.679 6.162 1.063l1.258-5.546c-1.077-.293-2.052-.612-3.051-.822-3.971-.836-7.963-1.16-11.874.215-3.36 1.182-5.691 3.392-6.152 7.11-.516 4.152.861 7.43 4.696 9.402 1.535.79 3.18 1.363 4.747 2.095 1.564.73 3.161 1.427 4.614 2.343 1.111.7 1.549 1.885 1.236 3.255-.311 1.358-1.301 2.042-2.533 2.169-1.86.191-3.769.368-5.611.153-2.226-.26-4.403-.935-6.714-1.455-.341 1.613-.741 3.238-.99 4.885-.054.358.345 1.046.681 1.163 5.384 1.866 10.864 2.134 16.34.521 3.27-.962 5.557-3.051 6.018-6.623.523-4.055-.444-7.544-4.316-9.596z"}))};nt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},nt.defaultProps={color:"#2A4D80",size:"128"};const at=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M116 3H12a8.91 8.91 0 00-9 8.8v104.42a8.91 8.91 0 009 8.78h104a8.93 8.93 0 009-8.81V11.77A8.93 8.93 0 00116 3zM39.17 107H21.06V48.73h18.11zm-9-66.21a10.5 10.5 0 1110.49-10.5 10.5 10.5 0 01-10.54 10.48zM107 107H88.89V78.65c0-6.75-.12-15.44-9.41-15.44s-10.87 7.36-10.87 15V107H50.53V48.73h17.36v8h.24c2.42-4.58 8.32-9.41 17.13-9.41C103.6 47.28 107 59.35 107 75z"}))};at.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},at.defaultProps={color:"#0076b2",size:"128"};const it=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M113.823 104.595c-1.795-1.478-3.629-2.921-5.308-4.525-1.87-1.785-3.045-3.944-2.789-6.678.147-1.573-.216-2.926-2.113-3.452.446-1.154.864-1.928 1.033-2.753.188-.92.178-1.887.204-2.834.264-9.96-3.334-18.691-8.663-26.835-2.454-3.748-5.017-7.429-7.633-11.066-4.092-5.688-5.559-12.078-5.633-18.981a47.564 47.564 0 00-1.081-9.475C80.527 11.956 77.291 7.233 71.422 4.7c-4.497-1.942-9.152-2.327-13.901-1.084-6.901 1.805-11.074 6.934-10.996 14.088.074 6.885.417 13.779.922 20.648.288 3.893-.312 7.252-2.895 10.34-2.484 2.969-4.706 6.172-6.858 9.397-1.229 1.844-2.317 3.853-3.077 5.931-2.07 5.663-3.973 11.373-7.276 16.5-1.224 1.9-1.363 4.026-.494 6.199.225.563.363 1.429.089 1.882-2.354 3.907-5.011 7.345-10.066 8.095-3.976.591-4.172 1.314-4.051 5.413.1 3.337.061 6.705-.28 10.021-.363 3.555.008 4.521 3.442 5.373 7.924 1.968 15.913 3.647 23.492 6.854 3.227 1.365 6.465.891 9.064-1.763 2.713-2.771 6.141-3.855 9.844-3.859 6.285-.005 12.572.298 18.86.369 1.702.02 2.679.653 3.364 2.199.84 1.893 2.26 3.284 4.445 3.526 4.193.462 8.013-.16 11.19-3.359 3.918-3.948 8.436-7.066 13.615-9.227 1.482-.619 2.878-1.592 4.103-2.648 2.231-1.922 2.113-3.146-.135-5zM62.426 24.12c.758-2.601 2.537-4.289 5.243-4.801 2.276-.43 4.203.688 5.639 3.246 1.546 2.758 2.054 5.64.734 8.658-1.083 2.474-1.591 2.707-4.123 1.868-.474-.157-.937-.343-1.777-.652.708-.594 1.154-1.035 1.664-1.382 1.134-.772 1.452-1.858 1.346-3.148-.139-1.694-1.471-3.194-2.837-3.175-1.225.017-2.262 1.167-2.4 2.915-.086 1.089.095 2.199.173 3.589-3.446-1.023-4.711-3.525-3.662-7.118zm-12.75-2.251c1.274-1.928 3.197-2.314 5.101-1.024 2.029 1.376 3.547 5.256 2.763 7.576-.285.844-1.127 1.5-1.716 2.241l-.604-.374c-.23-1.253-.276-2.585-.757-3.733-.304-.728-1.257-1.184-1.919-1.762-.622.739-1.693 1.443-1.757 2.228-.088 1.084.477 2.28.969 3.331.311.661 1.001 1.145 1.713 1.916l-1.922 1.51c-3.018-2.7-3.915-8.82-1.871-11.909zM87.34 86.075c-.203 2.604-.5 2.713-3.118 3.098-1.859.272-2.359.756-2.453 2.964a101.744 101.744 0 00-.012 7.753c.061 1.77-.537 3.158-1.755 4.393-6.764 6.856-14.845 10.105-24.512 8.926-4.17-.509-6.896-3.047-9.097-6.639.98-.363 1.705-.607 2.412-.894 3.122-1.27 3.706-3.955 1.213-6.277-1.884-1.757-3.986-3.283-6.007-4.892-1.954-1.555-3.934-3.078-5.891-4.629-1.668-1.323-2.305-3.028-2.345-5.188-.094-5.182.972-10.03 3.138-14.747 1.932-4.209 3.429-8.617 5.239-12.885.935-2.202 1.906-4.455 3.278-6.388 1.319-1.854 2.134-3.669 1.988-5.94-.084-1.276-.016-2.562-.016-3.843l.707-.352c1.141.985 2.302 1.949 3.423 2.959 4.045 3.646 7.892 3.813 12.319.67 1.888-1.341 3.93-2.47 5.927-3.652.497-.294 1.092-.423 1.934-.738 2.151 5.066 4.262 10.033 6.375 15 1.072 2.524 1.932 5.167 3.264 7.547 2.671 4.775 4.092 9.813 4.07 15.272-.012 2.83.137 5.67-.081 8.482z"}))};it.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},it.defaultProps={color:"#000000",size:"128"};const ht=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M127.3 15.1c0-7.9-6.4-14.3-14.3-14.3S98.6 7.1 98.6 15.1 105 29.4 113 29.4s14.3-6.4 14.3-14.3"}),e.createElement("path",{d:"M64 15.1c-27 0-49 21.9-49 49s21.9 49 49 49 49-21.9 49-49-22-49-49-49zm6 28.6c0-7.9 6.4-14.3 14.3-14.3s14.3 6.4 14.3 14.3S92.2 58 84.3 58 70 51.6 70 43.7zM66.3 128l-.1-1.5c1.8-.1 3.6-.2 5.4-.4l.2 1.5c-1.8.2-3.7.3-5.5.4zm-5.6 0c-1.9-.1-3.7-.3-5.6-.5l.2-1.5c1.8.2 3.6.4 5.4.5v1.5zm16.6-1.4l-.3-1.4c1.8-.4 3.5-.8 5.3-1.4l.4 1.4c-1.7.6-3.5 1.1-5.4 1.4zm-27.7-.2c-1.8-.4-3.6-.9-5.4-1.5l.5-1.4c1.7.6 3.5 1 5.3 1.5l-.4 1.4zm38.4-3l-.6-1.4c1.7-.7 3.3-1.4 5-2.3l.7 1.3c-1.7.9-3.4 1.7-5.1 2.4zm-49-.4c-1.7-.7-3.4-1.5-5-2.4l.7-1.3c1.6.9 3.3 1.6 4.9 2.4L39 123zm59-4.7l-.8-1.2c1.5-1 3-2 4.5-3.1l.9 1.2c-1.5 1.1-3.1 2.1-4.6 3.1zm-68.8-.6c-1.6-1-3.1-2.1-4.5-3.2l.9-1.2c1.4 1.1 2.9 2.2 4.4 3.2l-.8 1.2zm77.7-6.1l-1-1.1c1.3-1.2 2.7-2.5 3.9-3.8l1.1 1c-1.3 1.3-2.7 2.6-4 3.9zm-86.5-.7c-1.4-1.3-2.7-2.6-3.9-4l1.1-1c1.2 1.3 2.5 2.7 3.8 3.9l-1 1.1zm94.1-7.5l-1.2-.9c1.1-1.4 2.2-2.9 3.2-4.4l1.2.8c-1 1.5-2.1 3.1-3.2 4.5zm-101.6-.8c-1.1-1.5-2.2-3-3.2-4.6l1.2-.8c1 1.5 2 3 3.1 4.5l-1.1.9zm107.7-8.5l-1.3-.7c.9-1.6 1.6-3.3 2.4-4.9l1.3.5-2.4 5.1zM7 93.1c-.8-1.7-1.6-3.4-2.3-5.1l1.3-.5c.7 1.7 1.4 3.3 2.3 5l-1.3.6zm117.9-9.3l-1.4-.5c.6-1.7 1-3.5 1.5-5.3l1.4.3c-.4 1.9-.9 3.7-1.5 5.5zm-122.1-1c-.5-1.8-1-3.6-1.4-5.4l1.4-.3c.4 1.8.8 3.5 1.4 5.3l-1.4.4zm124.6-9.9l-1.5-.2c.2-1.8.4-3.6.5-5.4l1.5.1c0 1.8-.2 3.7-.5 5.5zM.5 71.9C.2 70 .1 68.2 0 66.3l1.5-.1c.1 1.8.2 3.6.4 5.4l-1.4.3zm126-10.1c-.1-1.8-.2-3.6-.4-5.4l1.5-.2c.2 1.8.4 3.7.4 5.6h-1.5zm-125-1L0 60.7c.1-1.9.3-3.7.5-5.6l1.5.3c-.2 1.8-.4 3.6-.5 5.4zM125.2 51c-.4-1.8-.8-3.6-1.4-5.3l1.4-.4c.5 1.8 1 3.6 1.4 5.4l-1.4.3zM3 50l-1.4-.3c.4-1.8.9-3.6 1.5-5.4l1.4.5C3.9 46.5 3.4 48.2 3 50zm119-9.4c-.7-1.7-1.4-3.4-2.3-5l1.3-.7c.8 1.7 1.6 3.4 2.3 5.1l-1.3.6zm-115.6-1L5 39.1c.7-1.7 1.5-3.4 2.4-5l1.3.7c-.8 1.5-1.6 3.2-2.3 4.8zm5.1-9.6l-1.2-.8c1-1.6 2.1-3.1 3.2-4.5l1.2.9c-1.2 1.4-2.2 2.9-3.2 4.4zm6.7-8.6l-1.1-1c1.3-1.4 2.6-2.7 4-3.9l1 1.1c-1.4 1.2-2.7 2.5-3.9 3.8zm8.1-7.3l-.9-1.2c1.5-1.1 3-2.2 4.6-3.2l.8 1.2c-1.6 1.1-3.1 2.1-4.5 3.2zm67-5.4c-1.6-.8-3.3-1.6-4.9-2.3l.5-1.4c1.7.7 3.4 1.5 5 2.4l-.6 1.3zm-57.8-.4L34.8 7c1.7-.8 3.4-1.6 5.1-2.3l.6 1.3c-1.7.7-3.4 1.5-5 2.3zm47.7-3.8c-1.7-.6-3.5-1-5.3-1.4l.3-1.4c1.8.4 3.6.9 5.4 1.5l-.4 1.3zm-37.6-.3l-.4-1.4c1.8-.5 3.6-1 5.4-1.4l.3 1.4c-1.8.4-3.6.9-5.3 1.4zm27-2.2c-1.8-.2-3.6-.4-5.4-.5l.1-1.5c1.9.1 3.7.3 5.6.5L72.6 2zm-16.3-.1L56.1.4c1.8-.2 3.7-.4 5.6-.4l.1 1.5c-1.9 0-3.7.2-5.5.4z"})))};ht.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ht.defaultProps={color:"navy",size:"128"};const zt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M119.82 31.97v64.01l-15.85 9.12V41.17l-39.62-22.9-39.64 22.9.1 63.96-15.82-9.15V32.02L64.45 0l55.37 31.97zM72.3 105.1l-7.9 4.6-7.95-4.55V41.17l-15.82 9.15.03 63.96L64.38 128l23.77-13.72V50.29L72.3 41.14v63.96z"}))};zt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},zt.defaultProps={color:"#F26322",size:"128"};const mt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M11.95 24.348c-5.836 0-10.618 4.867-10.618 10.681v57.942c0 5.814 4.782 10.681 10.617 10.681h104.102c5.835 0 10.617-4.867 10.617-10.681V35.03c0-5.814-4.783-10.681-10.617-10.681H14.898l-.002-.002H11.95zm-.007 9.543h104.108c.625 0 1.076.423 1.076 1.14v57.94c0 .717-.453 1.14-1.076 1.14H11.949c-.623 0-1.076-.423-1.076-1.14V35.029c0-.715.451-1.135 1.07-1.138z"}),e.createElement("path",{d:"M20.721 84.1V43.9H32.42l11.697 14.78L55.81 43.9h11.696v40.2H55.81V61.044l-11.694 14.78-11.698-14.78V84.1H20.722zm73.104 0L76.28 64.591h11.697V43.9h11.698v20.69h11.698zm0 0"})))};mt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},mt.defaultProps={color:"#000000",size:"128"};const pt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M.2 68.6V13.4L48 41v18.4L16.1 41v36.8L.2 68.6zM48 41l47.9-27.6v55.3L64 87l-16-9.2 32-18.4V41L48 59.4V41z"}),e.createElement("path",{d:"M48 77.8v18.4l32 18.4V96.2L48 77.8zM80 114.6L127.8 87V50.2l-16 9.2v18.4L80 96.2v18.4zM111.9 41V22.6l16-9.2v18.4l-16 9.2z"})))};pt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},pt.defaultProps={color:"#1FA6CA",size:"128"};const vt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M123.965 91.902c-7.246-18.297-13.262-37.058-20.184-55.476-3.054-7.84-6.047-15.746-10.215-23.082-1.656-2.633-3.238-5.528-5.953-7.215a4.013 4.013 0 00-2.222-.606c-1.27.028-2.536.594-3.504 1.415-3.645 2.886-5.805 7.082-8.227 10.949-4.277 7.172-8.789 14.687-15.941 19.347-3.36 2.371-7.762 2.63-11 5.172-4.43 3.34-7.442 8.078-11.074 12.184-.829.988-2.11 1.383-3.227 1.918C21.578 60.93 10.738 65.336 0 69.98c9.09 7.032 18.777 13.29 28.05 20.079 2.544-.504 5.098-1.547 7.72-1.082 4.16 1.3 6.597 5.285 8.503 8.93 3.875 7.94 6.676 16.323 9.813 24.57 5.246-.375 9.969-3.079 14.027-6.258 7.809-6.324 13.758-14.5 20.305-22.047 3.14-3.3 6.34-7.23 11.05-8.149 4.762-1.152 9.864.555 13.395 3.836 4.957 4.43 9.344 9.551 15.137 12.942-.777-3.836-2.645-7.278-4.035-10.899zM42.96 79.012c-4.57 2.703-9.426 4.93-14.176 7.289-7.457-4.996-14.723-10.29-22.05-15.465 9.878-4.328 19.91-8.348 29.917-12.387 4.746 3.703 9.637 7.223 14.383 10.926-2.23 3.563-4.914 6.871-8.074 9.637zm10.168-12.414C48.414 63.058 43.64 59.609 39 55.977c2.977-4.055 6.238-7.977 10.14-11.172 2.587-1.657 5.743-2.117 8.426-3.61 6.368-3.18 10.711-9.011 14.86-14.582-5.317 13.805-10.992 27.664-19.297 39.985zm0 0"}))};vt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},vt.defaultProps={color:"#000000",size:"128"};const gt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M120.3 65.4c1.2 0 2.1-.9 2.1-2.1 0-.5-.2-1-.5-1.3-.1-.2-28-25.8-28-25.8l24.6 28.1c.3.7 1 1.1 1.8 1.1zm5.7 14.3l-.2-.2L65 24l55.7 60.6.2.2c.6.6 1.5 1 2.5 1 2 0 3.6-1.6 3.6-3.6 0-.9-.4-1.8-1-2.5zm-26.9 37.6l-88-81.5 81.1 88.5c.9 1 2.2 1.7 3.7 1.7 2.7 0 4.9-2.2 4.9-4.9 0-1.5-.6-2.9-1.7-3.8zM1 2l107.6 114.6.1.1c.9.9 2.1 1.4 3.4 1.4 2.7 0 4.9-2.2 4.9-4.9 0-1-.3-2-.9-2.8C115.8 109.9 1 2 1 2zm122.4 92.8l-88-81.5 81.1 88.5c.9 1 2.2 1.7 3.7 1.7 2.7 0 4.9-2.2 4.9-4.9 0-1.6-.7-2.9-1.7-3.8zm-42.5 24.8l-.2-.2-60.8-55.5 55.7 60.6.2.2c.6.6 1.5 1 2.5 1 2 0 3.6-1.6 3.6-3.6 0-1-.4-1.8-1-2.5zM34.1 91.7l24.6 28.1c.4.6 1 1.1 1.8 1.1 1.2 0 2.1-.9 2.1-2.1 0-.5-.2-1-.5-1.3-.2-.1-28-25.8-28-25.8z"}))};gt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},gt.defaultProps={color:"#DF5052",size:"128"};const wt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M55.25 4.15c-.33.11-2.1.68-3.96 1.29-10 3.27-17.08 7.06-18.84 10.06-.67 1.15-.8 2.08-.4 3.01.44 1.05 1.25 1.84 3.47 3.41 1.04.73 2.81 2.26 3.96 3.41 5.5 5.49 8.17 12.22 7.87 19.83-.34 8.56-4.35 17.12-12.03 25.69-2.68 2.99-5.43 5.48-10.71 9.71-4.4 3.52-6.79 5.8-8.42 8.01-4.99 6.8-3.66 12.86 3.96 17.92 6.72 4.47 18.56 8.19 32.51 10.21 4.68.68 9.97 1.11 11.24.92l.89-.13 1.4-2.52c7.08-12.75 10.66-24.77 11.09-37.21.19-5.55-.51-12.12-1.7-15.96-.22-.69-.38-1.28-.35-1.3.02-.02 2-.61 4.4-1.33 12.61-3.76 24.81-6.72 34.89-8.47 1.96-.34 3.64-.69 3.73-.78.54-.53-1.03-2.98-3.58-5.61-9.43-9.73-26.09-17.14-45.64-20.29-3.77-.61-4.23-.83-5.63-2.68-2.22-2.94-4.31-7.97-7.16-17.17-.09-.28-.18-.28-.99-.02zm1.3 3.46c1.1 2.99 1.77 5.34 1.77 6.17v.65l-.93-.11c-5.04-.58-13.08-1.83-14.79-2.29-.44-.12-.69-.29-.61-.42.13-.21 1.84-1.03 6.92-3.34 4.74-2.15 6.54-2.95 6.68-2.96.06 0 .49 1.03.96 2.3zm-10.66 6.31c6.15 1.29 10.63 2.1 11.62 2.1.96 0 .85.08-3.67 2.84-3.49 2.12-3.89 2.32-4.77 2.32h-.96l-2.58-2.62c-3.13-3.17-5.25-5.49-5.25-5.75 0-.11.06-.14.15-.09.08.04 2.55.59 5.46 1.2zm-4.54 2.91c1.51 1.76 2.68 3.24 2.62 3.31-.13.13-4.44-.94-7.08-1.75-2.3-.71-2.58-.95-1.97-1.73.4-.52 3.37-3 3.59-3.01.06-.01 1.33 1.41 2.84 3.18zm19.62 3.65c.6 1.43 1.06 2.59 1.04 2.61-.03.02-8.11-1.23-8.82-1.37-.15-.03 1.22-.96 3.06-2.08s3.41-1.97 3.49-1.88c.08.07.63 1.29 1.23 2.72zm-17.62 2.71c.16.16 2.09 6.36 2 6.44-.03.03-.95-1.03-2.04-2.38-1.1-1.35-2.75-3.24-3.7-4.23l-1.71-1.79 2.67.92c1.46.51 2.72.98 2.78 1.04zm7.72.83c3.35.48 6.13.91 6.18.96.04.05-1.98 1.62-4.5 3.5-2.52 1.87-4.6 3.38-4.63 3.35-.03-.03-.28-.81-.56-1.74-.28-.93-1-2.86-1.59-4.31-.59-1.45-1.05-2.63-1.03-2.63.02 0 2.78.4 6.13.87zm8.42 2.68c.74 1.73 1.03 3.39 1.15 6.7.06 1.78.07 3.23.01 3.23-.06 0-1.12-.37-2.35-.81-2.46-.89-7.28-2.48-7.85-2.59-.25-.05.91-1.16 3.96-3.79 2.38-2.05 4.4-3.72 4.49-3.72.1.01.36.45.59.98zm8.64.42c3.71.76 6.95 1.44 7.21 1.5.37.09-.52.65-4.44 2.8-2.7 1.48-5.76 3.16-6.8 3.75-1.05.59-1.91 1.04-1.93 1.02-.02-.02.09-.57.24-1.23.56-2.4.21-5.4-.91-7.79-.33-.69-.6-1.3-.6-1.35 0-.17.67-.05 7.23 1.3zm10.11 4.53c-.19.84-.6 2.27-.93 3.2-.71 2.04-3.3 7.33-3.65 7.47-.14.06-1.36-.51-2.69-1.25-1.33-.74-3.26-1.72-4.27-2.17l-1.84-.82 6.79-4.35c5.63-3.61 6.8-4.29 6.86-3.97.04.2-.08 1.05-.27 1.89zm4.96-1.55c7.04 2.02 14.47 4.75 14.04 5.16-.09.08-1.01.39-2.04.68-5.31 1.51-12.7 4.06-16.16 5.58-1.07.47-2 .82-2.05.77-.05-.05.37-1.61.94-3.45 1.11-3.63 2.4-8.53 2.4-9.16 0-.28.1-.37.35-.3.18.05 1.31.37 2.52.72zm-30.27 7.3c1.61.53 3.48 1.24 4.17 1.59 1.25.63 1.26.64.9 1.03-.64.71-7.63 7.22-7.83 7.29-.1.04-.18-.95-.18-2.38-.01-2.48-.29-6.95-.5-7.95-.16-.73-.03-.72 3.44.42zm44.7 1.29c-1.54 2.54-4.07 6.16-5.9 8.44-1.87 2.34-5.82 6.74-6.05 6.74-.09 0-.66-.71-1.27-1.59-2.25-3.21-4.86-5.99-7.15-7.61-.22-.15-.35-.32-.3-.37.05-.05 3.81-1.43 8.33-3.07 9.16-3.32 13.19-4.67 13.44-4.49.02.03-.47.9-1.1 1.95zm5.73-.43c6.32 4.41 10.62 7.98 12.18 10.11.39.54.68 1 .64 1.03-.04.03-2.07.26-4.53.5-9.81.97-16.8 1.95-20.5 2.89-.99.25-1.82.44-1.83.43-.02-.02.63-.82 1.46-1.81 4.28-5.13 8.14-10.47 9.58-13.24.38-.73.75-1.33.83-1.33.07-.01 1.04.63 2.17 1.42zm-35.43 5.47c1.21.65 2.14 1.25 2.09 1.35-.09.18-10.76 6.02-10.85 5.94-.02-.02.53-1.77 1.23-3.91s1.38-4.46 1.51-5.17l.24-1.3 1.8.96c1 .53 2.77 1.48 3.98 2.13zm-8.93.34c-1.03 3.57-3.12 8.17-4.07 8.97-.22.18-.65-.07-2.06-1.21-.99-.8-2-1.59-2.27-1.77-.26-.18-.45-.37-.41-.42.73-.73 9.23-7.58 9.27-7.47.03.07-.18.93-.46 1.9zm19.32 6.21c1.61 1.07 5.17 4.26 4.98 4.46-.05.05-3.67 1.23-8.03 2.6-4.36 1.38-9.22 2.94-10.8 3.47-1.59.53-2.89.95-2.9.93-.02-.02 1.09-1.28 2.46-2.81 3.57-3.98 7.24-8.25 8.54-9.93l1.12-1.45 1.47.79c.79.44 2.23 1.32 3.16 1.94zm-8.26-2.29c-.1.13-1.06 1.35-2.14 2.72-1.08 1.36-3.66 4.68-5.76 7.37l-3.81 4.9-.13-.83c-.24-1.61-1.1-4.74-1.59-5.81l-.49-1.07 2.42-1.21c2.5-1.25 7.71-4.08 10.15-5.5 1.54-.9 1.64-.94 1.35-.57zm-20.21 5.92c.99.51 1.92 1.17 1.92 1.38 0 .32-6.45 5.3-6.62 5.11-.04-.04.54-1.19 1.29-2.56.76-1.37 1.52-2.9 1.7-3.42.18-.52.46-.94.6-.94.16 0 .66.2 1.11.43zm5.5 6.13c.45.87.91 3.32.67 3.54-.1.09-2.76 1.35-5.93 2.8-3.17 1.45-7.28 3.4-9.17 4.34-1.88.94-3.31 1.6-3.17 1.48.14-.13 2.21-1.86 4.61-3.86 4.64-3.86 9.93-8.47 10.9-9.49l.58-.61.57.55c.32.3.74.86.94 1.25zm-5.21-.05c-.46.41-2.94 2.58-5.5 4.8C42.08 67 39 69.68 37.8 70.73c-2.42 2.11-2.42 2.11.67-1.92 2.39-3.12 3.64-4.28 7.07-6.58 1.67-1.12 4.99-2.99 5.31-2.99.07-.01-.25.34-.71.75zm24.03 2.12c.13.65.28 2.69.35 4.51l.12 3.32-.77-.36c-2.66-1.23-10.13-5.44-9.85-5.55 1.63-.65 9.7-3.33 9.79-3.24.07.07.23.66.36 1.32zm-6.34 5.94c3.11 1.83 5.68 3.35 5.72 3.38.04.03-.37.37-.88.75-.99.73-11.54 6.18-11.68 6.04-.04-.04.1-.95.31-2 .43-2.12.82-8.44.63-10.45-.06-.71-.04-1.21.06-1.15.11.06 2.73 1.6 5.84 3.43zm-8.6-1.34c.24 1.97-.05 5.93-.58 7.99-.63 2.42-.99 3.43-1.26 3.52-.37.13-2.67-1.97-4.08-3.72-1.42-1.76-3.28-5.08-3-5.35.17-.16 8.39-3.55 8.64-3.56.08-.01.21.5.28 1.12zm-10.08 4.95c.87 1.8 2.86 4.4 5.04 6.6 1.4 1.41 1.75 1.87 1.53 2.01-.98.66-5.35 2.71-8.11 3.79-3.35 1.32-7.7 2.82-7.8 2.7-.04-.04.96-1.86 2.22-4.04 2.73-4.74 6.18-11.44 6.18-11.99 0-.7.29-.42.94.93zm-5.16.11c-.05.14-.47 1.18-.92 2.33-1.94 4.92-5.71 11.6-6.55 11.6-.65 0-1.61-3.89-1.88-7.63l-.14-1.88 4.61-2.33c2.54-1.28 4.69-2.33 4.8-2.33.09-.01.13.1.08.24zm30.78 4.55c.02 2.83-1.17 9.68-1.8 10.37-.26.29-3.19-.79-5.82-2.15-2.36-1.22-6.24-3.63-6.24-3.87 0-.07.59-.37 1.33-.68 1.4-.59 7.91-4.07 10.67-5.7l1.59-.94.14.72c.05.39.12 1.42.13 2.25zm-43.43 3.27c.27 2.24.96 4.98 1.82 7.16.35.89.6 1.66.56 1.7-.34.31-14.19 4.12-16.02 4.41l-.87.14.13-.67c.19-.95 1.53-3.69 2.53-5.17 1.24-1.84 4.31-4.92 6.34-6.35 1.51-1.07 5.15-3.19 5.26-3.07.01.01.13.84.25 1.85zm31.42 4.72c4.28 2.05 5.9 2.76 7.95 3.47l1.57.54-.99.5c-5.61 2.84-15.53 6.89-18.1 7.39-.57.11-.65.08-.54-.2.44-1.15 6.36-13.38 6.47-13.38.07-.01 1.72.76 3.64 1.68zm-7.53-.46c-.3 1.44-1.93 6.11-2.88 8.23-.82 1.84-2.72 5.43-3.06 5.77-.15.15-3.53-1.76-5.13-2.9-1.8-1.28-5.74-5.08-5.63-5.43.04-.13 2.44-1.05 5.33-2.05 6.09-2.1 9.5-3.37 10.49-3.88.96-.5 1.04-.47.88.26zm17.03 6.45c-.06.42-.4 2.26-.77 4.12-1.16 5.83-2.57 9.81-3.47 9.81-1.24 0-9.73-2.06-12.47-3.03-1.86-.66-3.47-1.41-4-1.88-.33-.29-.16-.39 2.28-1.39 7.85-3.2 16.9-7.28 17.88-8.06.57-.45.66-.39.55.43zm-39.72 1.78c-.89 1.59-2.72 4.22-6.2 8.92l-2.97 4-.89-.64c-1.25-.89-3.23-3.05-4.06-4.42-.89-1.47-1.5-3.28-1.57-4.66l-.06-1.07 1.47-.15c1.99-.2 7.55-1.35 11.52-2.39 1.8-.47 3.3-.83 3.34-.8.03.04-.23.58-.58 1.21zm8.63 4.11c.99.71 2.35 1.61 3.05 2.02l1.27.74-.57.24c-.32.13-4.93 1.81-10.26 3.74-9.1 3.29-9.7 3.48-9.95 3.14-.15-.2-.25-.41-.23-.48.02-.07 2.48-3.24 5.47-7.07l5.43-6.95 2 1.67c1.12.93 2.8 2.24 3.79 2.95zm2.24 10.45c-1.99 2.97-3.67 5.48-3.73 5.56-.15.2-3.33-.55-5.71-1.34-2.5-.84-5.58-2.4-6.78-3.43l-.87-.75 1.96-.53c8.03-2.19 18.65-5 18.7-4.96.04.01-1.58 2.48-3.57 5.45zm9.56-4.5c4.25 1.46 8.13 2.29 13.16 2.83l1.39.15-3.75 1.35c-9.36 3.38-16.94 5.75-20.76 6.49-1.07.21-2.05.38-2.16.38-.11 0 .66-1.05 1.71-2.32 2.86-3.49 5.96-7.46 6.78-8.68.4-.59.8-1.09.89-1.09.09.01 1.31.4 2.74.89zm13.95 7.88c-1.61 4.16-2.79 6.69-3.21 6.85-.8.31-11.85-1.32-15.22-2.23-2.24-.61-3.67-1.2-3.25-1.35.16-.06 1.76-.43 3.57-.84 5.85-1.32 14.77-4.03 18.46-5.61.48-.2.9-.35.93-.32.02.03-.55 1.6-1.28 3.5z"}))};wt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},wt.defaultProps={color:"#000000",size:"128"};const ft=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M0 0v128h128V0H0zm34.6 106.5H14.8v-54h19.7v54zm27.1 0H42v-87h19.7v87zm27.1 0H69.1V37.6h19.7v68.9zm27.2 0H96.3V68.6H116v37.9z"}))};ft.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ft.defaultProps={color:"#8DC63F",size:"128"};const ut=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M91.78 58.77l-2.3 5.42h4.61l-2.31-5.42zM60.91 52h4a1 1 0 00.54-.24C67.77 49 68.1 43.6 68.1 41.7a.7.7 0 00-.68-.7h-9a.68.68 0 00-.68.68c.07 1.9.34 7.36 2.65 10.08a.65.65 0 00.52.24zm4.41-5.16C67 46.23 67 45.62 67 45.62a10.69 10.69 0 01-2 5.24.51.51 0 01-.41.15h-3.34c-.14 0-.34 0-.41-.15a9.6 9.6 0 01-1.7-3.77s3.94.56 6.18-.25z"}),e.createElement("path",{d:"M116.42 29.94L67.48 1.72a6.83 6.83 0 00-6.83 0L11.6 29.94A6.9 6.9 0 008 35.78v56.44a7 7 0 003.58 5.83l48.94 28.22a6.83 6.83 0 006.83 0l49.05-28.21a7.14 7.14 0 003.6-5.83V35.78a7 7 0 00-3.58-5.84zM112 88.29a5.77 5.77 0 01-2.94 5l-42.2 24.37a5.65 5.65 0 01-5.84 0L18.87 93.31a5.63 5.63 0 01-2.87-5V39.58a5.71 5.71 0 012.87-5L61 10.2a5.6 5.6 0 015.82 0l42.21 24.35a5.69 5.69 0 012.93 5z"}),e.createElement("circle",{cx:"40",cy:"62.53",r:"4.84"}),e.createElement("path",{d:"M108.06 36.32L65.85 12a3.87 3.87 0 00-1.91-.54A4.06 4.06 0 0062 12L19.87 36.32A3.88 3.88 0 0018 39.65v48.7a3.87 3.87 0 001.87 3.32L62 116a3.62 3.62 0 001.89.54 3.82 3.82 0 001.9-.54l42.23-24.35a3.94 3.94 0 001.98-3.3v-48.7a3.94 3.94 0 00-1.94-3.33zM67 68.19a4.8 4.8 0 003.65-1.69l1.52 1.5a7.7 7.7 0 01-1.08 1 5.9 5.9 0 01-1.22.75 5 5 0 01-1.42.47 8.33 8.33 0 01-1.83.14 6.72 6.72 0 01-4.88-2 6.1 6.1 0 01-1.3-2.24 7.34 7.34 0 01-.44-2.73v-.07a7.12 7.12 0 01.42-2.71 7.63 7.63 0 011.36-2.24A6.35 6.35 0 0164 56.88a7.53 7.53 0 012.83-.54 13.09 13.09 0 011.69.14c.54.14.95.27 1.42.41a6.43 6.43 0 011.15.68 11.79 11.79 0 011 .88l-1.56 1.63A4.83 4.83 0 1067 68.19zm-2.83-37.63c-.34.47.07 1.63.95 3a2.83 2.83 0 01-.95 4 3.83 3.83 0 00-.75-2.31c-1.62-2.46-.13-3.61.75-4.69zm-2.71 2.51c-.27.27 0 1.09.61 2a1.91 1.91 0 01-.61 2.71 2.74 2.74 0 00-.46-1.53c-1.1-1.69-.15-2.44.46-3.18zM56.5 39h12.76a.64.64 0 01.68.63c0 2.37-.34 10.37-3.74 14.14a.64.64 0 01-.47.23H60a.67.67 0 01-.47-.26c-3.37-3.86-3.7-11.74-3.7-14.08a.66.66 0 01.67-.66zM21 49h34.35s.07 0 .07 1H21zm34 14.32v.07a7.37 7.37 0 01-.47 2.71 6.7 6.7 0 01-1.46 2.24 6.4 6.4 0 01-2.22 1.49 6.63 6.63 0 01-2.84.54 7.86 7.86 0 01-2.84-.54 6.47 6.47 0 01-2.24-1.49 6.3 6.3 0 01-1.41-2.24 7.16 7.16 0 01-.52-2.71v-.07a7.43 7.43 0 01.53-2.71A6.79 6.79 0 0143 58.37a6.46 6.46 0 012.23-1.49 6.66 6.66 0 012.85-.54 7.88 7.88 0 012.85.54 6.48 6.48 0 012.24 1.49 6.18 6.18 0 011.35 2.24 7.14 7.14 0 01.48 2.71zM29.1 67H29l-4-6.46V70h-3V57h3l4.14 6.38L33.23 57H36v13h-3v-9.53zm77.9 8H21v-1h86zM86 62v-5h2v13h-2v-6h-7v6h-2V57h2v5zm6.73 8l6-13h2.17l6 13h-2.51L103 67h-6.4l-1.42 3zM107 50H70.41c0-1 .07-1 .07-1H107z"})))};ut.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ut.defaultProps={color:"#000000",size:"128"};const dt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M123.9 13.9H64.6l-6.4 10.5L100.9 51zM99.3 53.4L17.1 2.1v59.3l12.8 8zM74 102.7l36.9 23.2V66.6l-10.3-6.5zM28.7 74.6L4.1 114.1h59.3l34.7-55.5z"}))};dt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},dt.defaultProps={color:"#00decc",size:"128"};const Mt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M90.491 57.282c-.37-4.79-1.496-9.409-3.062-13.934-3.244-10.104-8.45-19.046-15.783-26.74-1.854-1.946-3.916-3.729-5.209-6.151-.818-1.532-1.597-3.085-2.394-4.629l-.505-1.273c-.085.292-.139.396-.142.501-.065 2.517-1.491 4.224-3.267 5.817-1.997 1.793-3.856 3.739-5.775 5.618l-5.901 7.763c-1.592 2.925-3.182 5.85-4.772 8.775l-3.19 8.617-.096.134c-1.756 5.768-2.622 11.698-3.048 17.688-.16 2.251.022 4.535.149 6.798.181 3.235.743 6.415 1.586 9.545 3.062 11.372 9.276 20.805 17.771 28.819 1.579 1.489 3.199 2.843 4.847 4.26.282-.965.507-1.93.763-2.895.256-.961.515-1.917.688-2.881-.174.964-.369 1.92-.562 2.881l-.826 2.895.738 2.501.684 3.884.326 4.053c-.003.823-.036 1.648.014 2.47.012.21.288.404.442.606l1.376.483 1.434.558-.246-3.603-.011-3.548.495-5.405.359-1.177 1.027-1.82c1.268-1.02 2.629-1.946 3.784-3.081 2.09-2.054 4.175-4.134 6.045-6.383a47.846 47.846 0 006.191-9.516c1.122-2.284 2.178-4.614 3.052-7.001.77-2.104 1.247-4.315 1.854-6.479.054-.156.126-.309.16-.468 1.254-5.841 1.465-11.741 1.004-17.682zm-23.599 49.375l-.805-1.763.805 1.763 1.183 1.01-1.183-1.01z"}))};Mt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Mt.defaultProps={color:"#4FAA41",size:"128"};const Et=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M116.659 45.061c-5.075-3.895-12.286-5.754-21.087-5.754-9.648 0-16.383 2.199-19.939 6.77-1.626-1.76-3.659-3.162-5.963-4.229-2.444-2.479-4.981-3.986-7.574-4.717 5.754-3.695 12.497-8.684 21.036-15.426-34.694 3.555-51.459 6.94-81.245 24.881 1.219 0 2.396.006 3.546.02-.711 5.572-.341 13.883-.208 16.342-3.991 10.197-.406 18.488 2.579 25.945 0-8.979.44-16.244-2.109-25.557l20.25-16.051c-.326 3.025-.277 6.555.305 10.807l.063.021-.232 1.162.918.162c-.227 1.506.001 3.073.001 4.749V106h18V66.383c0-1.982.65-3.719 1.053-5.217 2.765-.465 5.64-1.256 8.167-2.338l.182.447c.162-.203.357-.447.515-.66 2.034-.908 4.166-2.014 6.001-3.316C64.178 56.986 66 60.654 66 66.383V106h21V66.383c0-8.123 2.4-12.182 9-12.182s9 4.059 9 12.182V106h21V64.186c0-8.463-3.419-14.725-9.341-19.125z"}))};Et.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Et.defaultProps={color:"#F7931E",size:"128"};const xt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M79.435 38.806v3.016h3.109v2.922h8.953v-2.547h-3.016v-3.391zm12.063-9.707v-5.656h-8.949v5.656zm0 0"}),e.createElement("path",{d:"M94.611 14.017H79.435v3.02h-6.316v3.297h-3.016v12.063h3.016v3.016h6.316v3.016h9.426v3.395h3.016v3.297H82.17v-2.922h-3.11v-3.391h-8.953v9.047h3.016v3.203h3.297v3.109h21.395v-3.109h3.109v-3.203h3.301v-9.047h-3.301V35.79h-3.109v-3.016h-6.316v-3.301h-9.328v-6.406h9.707v6.031h12.348v-8.766h-3.301v-3.297h-6.312zm0 0"}),e.createElement("path",{d:"M79.248 13.548h15.738v3.109h6.316v3.297h3.297v9.52H91.876v2.922h6.41v3.016h3.016v3.016h3.297v9.801h-3.297v3.301h-3.016v3.016H76.044V51.53h-3.297v-3.301h-3.016v-9.801h9.328V35.79h-6.312v-3.016h-3.016V19.958h3.016v-3.301h6.313v-3.109zm-59.469 0h12.629v3.109h3.301v6.41h3.109v6.031h3.016v6.313h2.828v-6.313h3.297v-6.031h3.016v-6.41h3.016v-3.109h13.102v40.996H53.99V42.197h-2.637v6.031h-3.016v6.316h-9.992v-6.316H35.33v-6.031h-2.922v12.348H19.591V13.548zm0 0"}),e.createElement("path",{d:"M38.345 73.298h-5.937V94.88h9.047v-6.031h-3.109zm28.273 0H63.79v18.379h2.828V88.47h3.109v-3.109h6.316v-2.637h-3.301v-3.016h-3.016v-3.016h-3.109zM94.61 88.849h-5.75v2.828h5.75zM16.763 51.056h31.574v3.109h2.637v-3.109h22.148v3.109h2.922v-3.109h22.238v3.109h6.316v3.016h3.016v3.488h3.109v9.613h-3.109v3.016h-9.332v2.922h6.316v3.109h3.016v3.016h3.109v22.148h-3.109v3.109h-3.016v3.109h-6.316v3.109H79.06v-3.109h-2.641v3.109H53.99v-3.109h-5.652v3.109H16.482V51.056zm81.051 21.863v-2.637h-3.203v-3.395h-2.734v6.031zm0 0"}),e.createElement("path",{d:"M60.587 16.845h3.016v34.398h-3.016zm-6.41 12.441h3.113v3.297h-3.113zM29.205 16.845h3.016v3.301h-3.016zm3.016 6.41h3.297v2.922H32.22zm3.297 6.031h3.113v3.297h-3.113zm3.113 6.313h3.016v3.016H38.63zm3.016 6.41h3.203v2.922h-3.203zM26.189 26.177v25.066h3.016v-18.66h3.016v-3.297h-3.016v-3.109zm0 0"})))};xt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},xt.defaultProps={color:"#000000",size:"128"};const yt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M125.477 122.783l-2.616-2.537c-2.479-3.292-5.668-6.184-9.015-8.585-2.669-1.916-8.661-4.504-9.775-7.609l-.205-.195c1.893-.214 4.103-.898 5.85-1.367 2.934-.786 5.356-.583 8.386-1.365 1.366-.39 2.899-.781 3.899-1.171v-.78c-1-1.571-2.427-3.651-4.097-5.073-4.369-3.72-9.041-7.437-13.951-10.537-2.723-1.718-6.041-2.835-8.926-4.292-.971-.491-2.652-.746-3.294-1.562-1.517-1.932-2.328-4.382-3.498-6.633-2.449-4.717-4.849-9.868-7.019-14.831-1.48-3.384-2.443-6.72-4.289-9.756-8.86-14.567-18.395-23.358-33.167-32-3.145-1.838-6.929-2.563-10.929-3.513-2.144-.129-4.291-.26-6.437-.391-1.311-.546-2.674-2.149-3.902-2.927-4.896-3.092-17.449-9.817-21.074-.975-2.289 5.581 3.42 11.025 5.462 13.854 1.435 1.982 3.27 4.207 4.293 6.438.675 1.467.79 2.938 1.367 4.489 1.418 3.822 2.651 7.98 4.487 11.511.927 1.788 1.949 3.67 3.122 5.268.718.981 1.95 1.413 2.145 2.927-1.204 1.686-1.273 4.304-1.95 6.44-3.05 9.615-1.898 21.567 2.537 28.683 1.36 2.186 4.566 6.871 8.975 5.073 3.856-1.57 3.226-6.438 4.329-10.732.249-.972-.185-1.688.815-2.341v.195a128.6 128.6 0 003.282 7.024c2.6 4.187 6.889 8.562 10.798 11.514 2.027 1.531 3.92 4.177 5.92 5.073v-.101h.221c-.507-1-1.302-1.167-1.95-1.804-1.527-1.496-3.226-3.382-4.487-5.097-3.556-4.827-6.698-10.122-9.561-15.622-1.368-2.626-2.557-5.529-3.709-8.201-.443-1.03-.438-2.592-1.364-3.125-1.263 1.958-3.122 3.54-4.099 5.853-1.561 3.696-1.762 8.204-2.341 12.877-.343.122-.19.038-.391.194-2.718-.655-3.672-3.452-4.683-5.853-2.555-6.07-3.029-15.843-.781-22.829.582-1.809 3.211-7.501 2.146-9.172-.508-1.665-2.184-2.63-3.121-3.903-1.161-1.574-2.319-3.646-3.123-5.464-2.091-4.731-3.066-10.044-5.268-14.828-1.053-2.287-2.832-4.602-4.293-6.634-1.617-2.253-3.429-3.912-4.684-6.635-.445-.968-1.051-2.518-.39-3.513.21-.671.507-.951 1.171-1.17 1.133-.873 4.283.29 5.463.779 3.129 1.3 5.741 2.5 8.392 4.256 1.271.844 2.559 1.89 4.097 2.89h1.756c2.747 0 5.824.232 8.391 1.012 4.535 1.379 8.6 3.542 12.292 5.873 11.246 7.102 20.441 17.22 26.732 29.278 1.012 1.942 1.45 3.799 2.341 5.858 1.798 4.153 4.064 8.428 5.853 12.489 1.786 4.053 3.526 8.142 6.05 11.514 1.327 1.772 6.451 2.724 8.78 3.709 1.633.689 4.308 1.409 5.854 2.34 2.953 1.782 5.814 3.904 8.586 5.855 1.384.974 5.64 3.114 5.853 4.878-6.863-.188-12.104.452-16.585 2.341-1.273.537-3.305.552-3.513 2.147.7.733.809 1.829 1.365 2.731 1.069 1.73 2.876 4.052 4.488 5.268 1.762 1.33 3.576 2.751 5.464 3.902 3.359 2.047 7.107 3.217 10.341 5.268 1.906 1.21 3.958 2.733 5.815 4.097.92.675.891 1.724 2.891 2.147v-.194c-.999-.795-.946-1.893-1.522-2.728zM29.514 23.465c-1.431-.027-2.514.157-3.514.389V24h.198c.683 1 1.888 2.33 2.731 3.538l1.952 4.108.193-.187c1.209-.853 1.763-2.211 1.756-4.291-.483-.509-.556-1.146-.974-1.754-.558-.809-1.639-1.268-2.342-1.949z"}))};yt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},yt.defaultProps={color:"#00618A",size:"128"};const Tt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M63.333 32.567c-5.2.866-9.566 3-12.833 6.266-3.867 3.867-5.833 8.5-6.5 15.367-.3 3.133-.467 15.467-.2 15.467.067 0 .7-.234 1.4-.534 1.633-.7 5.167-.7 7-.033l1.4.5.167-8.033c.166-8.567.366-9.867 1.966-13.067 1.1-2.133 3.767-4.633 6.034-5.667 2.6-1.2 6.4-1.666 9.333-1.2 6.267 1.034 10 4.434 11.567 10.5.633 2.434.666 3.7.666 17.1v14.434H93.4L93.233 67.9c-.1-14.9-.166-15.9-.866-18.567-1.9-7.4-6.5-12.766-12.934-15.2-3.433-1.3-6.7-1.8-11.2-1.766-2.233.033-4.433.133-4.9.2z"}),e.createElement("path",{d:"M22.733 57.2c-2.866 1.433-4.4 4-4.4 7.467 0 1.1.2 2.5.467 3.133.633 1.567 2.433 3.467 4 4.3 1.9 1 5.5 1 7.367.033l1.366-.7 4.267 2.9 4.267 2.934V81.7L35.8 84.633l-4.3 2.934-1.1-.667c-1.6-.933-4.7-1.133-6.6-.4-2 .767-4.067 2.6-4.833 4.333-.834 1.767-.834 5.234 0 7 .7 1.567 2.333 3.3 3.8 4.067.6.3 2.033.6 3.233.7 2.8.2 5.167-.733 6.867-2.733 1.366-1.6 2.266-4.4 2.033-6.334l-.167-1.366 4.3-2.9 4.3-2.9 1.534.7c2.333 1 5.8.766 8-.567 2.4-1.5 3.6-3.633 3.733-6.633.1-2.1 0-2.567-.833-4.2-2.167-4.134-7-5.7-11.134-3.634l-1.233.6-4.233-2.9-4.234-2.9-.1-2.333c-.066-2.8-.866-4.6-2.833-6.233-2.5-2.134-6.233-2.567-9.267-1.067z"})))};Tt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Tt.defaultProps={color:"#000000",size:"128"};const Pt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M75.4.3c-.9 0-1.8.2-2.6.5 1.7 1.1 2.6 2.6 3.1 4.3 0 .2.1.4.1.6 0 .2.1.4.1.6.1 2.9-.8 3.3-1.4 5-1 2.2-.7 4.6.5 6.5.1.2.2.5.4.7-1.3-8.4 5.7-9.6 7-12.2.1-2.3-1.8-3.8-3.3-4.9C77.8.5 76.6.3 75.4.3zm10.5 1.8c-.1.8 0 .6-.1 1 0 .3 0 .6-.1.9-.1.3-.1.5-.2.8-.1.3-.2.5-.3.8-.1.2-.2.4-.3.7-.1.1-.2.3-.3.4-.1.1-.1.2-.2.3-.2.2-.3.5-.5.7l-.6.6c-.2.2-.4.4-.6.5-.7.5-1.5.9-2.2 1.4-.2.2-.5.3-.7.5-.2.2-.4.3-.6.5l-.6.6c-.2.2-.4.4-.5.7-.2.2-.3.5-.5.7-.1.3-.2.5-.4.8-.1.3-.2.5-.3.8-.1.3-.2.6-.2.8 0 .1 0 .3-.1.4 0 .1 0 .3-.1.4v1.4c0 .3 0 .5.1.8 0 .3.1.5.2.8.1.3.2.5.3.8.1.2.2.3.2.5l-7.6-2.9c-1.3-.4-2.5-.7-3.8-1-.7-.2-1.4-.3-2.1-.5-2-.4-4-.7-6-.9h-.2c-2-.2-3.9-.3-5.9-.3-1.5 0-2.9.1-4.3.2-2 .1-4 .4-6 .7l-1.5.3c-1 .2-2 .4-3 .7-.5.1-1 .3-1.5.4-.5.2-1 .4-1.4.6-.4.2-.7.3-1.1.5-.1 0-.1 0-.2.1-.3.2-.6.3-.9.5-.1 0-.2.1-.2.1-.4.2-.7.4-1 .5-.2.1-.5.2-.7.3-.1.1-.2.1-.3.2-.3.2-.6.3-.9.5-.3.2-.6.3-.8.5-.2.2-.5.3-.7.5 0 0-.1 0-.1.1-.2.1-.4.3-.6.5l-.1.1c-.2.1-.3.3-.5.4-.1 0-.1.1-.2.1-.2.1-.3.3-.5.4 0 .1-.1.1-.1.1l-.6.6-.1.1-.6.6s0 .1-.1.1l-.5.5c-.1.1-.2.1-.2.2l-.6.6c0 .1-.1.1-.1.2l-.8.8-.1.1c-.5.6-1.1 1.1-1.7 1.6-.6.5-1.2 1-1.9 1.5s-1.3.9-2 1.3-1.4.7-2.1 1c-.7.3-1.4.6-2.1.8-1.4.3-2.8.9-4 1 0-.5-.3-.4-.6-.4-.3.1-.6.1-.8.2-.3.1-.5.2-.8.3-.3.1-.5.2-.8.4-.2.2-.5.3-.7.5-.2.2-.5.4-.7.6-.2.2-.5.4-.7.6-.2.2-.4.4-.6.7-.2.3-.4.5-.5.8-.2.2-.3.5-.5.8-.1.3-.3.6-.4.9l-.3.9c-.1.3-.1.5-.2.8v.1c-.1.3-.1.7-.1.9.1-.1.1.1.1.3v.4c0 .2.1.4.1.6.1.2.1.4.2.6.1.2.2.4.4.6.1.2.3.4.4.6.2.2.4.4.6.5.2.2.4.4.6.5.8.7 1 .9 2 1.5.2.1.3.2.5.3h.1v.2c0 .3.1.5.2.8.1.3.2.6.3.8l.3.6c0 .1.1.1.1.2.1.3.3.5.4.7.2.2.3.5.5.7l.6.6.6.6H8c.2.2.4.3.6.5.2.2.5.3.7.4.2.1.5.3.8.4.2.1.4.2.7.2 0 0 .1 0 .1.1.1 0 .3.1.4.1-.1 1.8-.1 3.5.1 4.1.3.7 1.8-1.4 3.2-3.7-.2 2.3-.3 5 0 5.8.4.8 2.3-1.8 4.1-4.6 23.4-5.4 44.8 10.8 47.1 33.7-.4-3.6-4.8-5.6-6.9-5.1-1 2.4-2.7 5.6-5.4 7.5.2-2.2.1-4.4-.3-6.6-.7 3-2.1 5.9-4.1 8.3-3.1.2-6.3-1.3-7.9-3.6-.1-.1-.2-.3-.3-.4-.1-.2-.2-.5-.3-.7-.1-.2-.2-.5-.2-.7v-.7-.5c0-.2.1-.5.2-.7.1-.2.1-.5.2-.7.1-.2.2-.5.4-.7.6-1.6.6-2.9-.5-3.6l-.6-.3c-.1 0-.3-.1-.4-.1-.1 0-.2-.1-.3-.1-.2-.1-.5-.1-.7-.2-.2-.1-.5-.1-.7-.1-.2 0-.5-.1-.7-.1h-.5c-.3 0-.5 0-.7.1-.2 0-.5.1-.7.1-.2.1-.5.1-.7.2-.2.1-.4.2-.7.3l-.6.3c-7.7 5-3.1 16.8 2.1 20.2-2 .4-4 .8-4.6 1.2l-.1.1c1.4.9 2.9 1.6 4.5 2.2 2.1.7 4.4 1.3 5.4 1.6 2.7.6 5.5.8 8.3.6 14.6-1 26.6-12.2 28.8-26.8.1.3.1.6.2.9.1.6.2 1.2.3 1.9.1.3.1.6.1.9v.1c0 .3.1.6.1.9 0 .4.1.7.1 1.1V91.6c0 .3-.1.5-.1.8v.3c0 .3-.1.6-.1 1-.1.3-.1.6-.2.9v.1c-.1.3-.1.6-.2.9v.1c-.1.3-.1.6-.2.9v.1l-.3.9v.1c-.1.3-.2.7-.3 1-.1.3-.2.6-.4 1-.1.3-.2.7-.4 1-.1.3-.3.6-.4 1-.1.3-.3.6-.4.9 0 .1-.1.2-.1.2s0 .1-.1.1c-2.1 4.3-5.3 8.1-9.3 11.1-.3.2-.5.4-.8.6-.1.1-.2.1-.2.2-.2.2-.5.3-.7.5l.1.2c.5-.1.9-.1 1.4-.2.9-.1 1.7-.3 2.6-.5.2 0 .5-.1.7-.2.2 0 .3-.1.5-.1s.5-.1.7-.1c.2-.1.4-.1.6-.2 3.3-.8 6.5-1.9 9.6-3.2-5.3 7.2-12.3 13-20.5 16.8 3.8-.3 7.6-.9 11.3-2 13.3-3.9 24.5-12.9 31.2-25-1.4 7.6-4.4 14.9-8.9 21.3 3.2-2.1 6.1-4.6 8.8-7.3 7.4-7.7 12.3-17.6 13.9-28.1 1.1 5.2 1.5 10.6 1 15.9 23.9-33.3 2-67.8-7.2-76.9 0-.1-.1-.1-.1-.2v0c0 .4 0 .8-.1 1.2-.1.8-.2 1.5-.3 2.2-.2.7-.4 1.5-.6 2.2-.2.7-.5 1.4-.8 2.1-.3.7-.6 1.4-1 2-.4.6-.8 1.3-1.2 1.9-.4.6-.9 1.2-1.4 1.8-.5.6-1 1.1-1.6 1.7-.3.3-.6.6-1 .8-.3.2-.5.4-.8.7-.6.5-1.2.9-1.9 1.3-.6.4-1.3.8-2 1.1l-2.1.9c-.7.3-1.4.5-2.1.7-.7.2-1.5.4-2.2.5-.8.1-1.5.2-2.2.3-.5 0-1.1.1-1.6.1-.8 0-1.5-.1-2.2-.1-.8-.1-1.5-.2-2.2-.3-.8-.1-1.5-.3-2.2-.6.7-.1 1.5-.1 2.2-.3.8-.1 1.5-.3 2.2-.5.7-.2 1.5-.4 2.1-.7l2.1-.9c.7-.3 1.3-.7 2-1.1.6-.4 1.3-.9 1.9-1.3.6-.5 1.2-1 1.7-1.5.6-.5 1.1-1.1 1.6-1.6.5-.6 1-1.2 1.4-1.8.1-.1.1-.2.2-.3.3-.5.7-1.1 1-1.6.4-.7.7-1.3 1-2 .3-.7.6-1.4.8-2.1l.6-2.1c.1-.8.3-1.5.3-2.2.1-.8.1-1.5.1-2.2 0-.5 0-1.1-.1-1.6-.1-.8-.2-1.5-.3-2.2-.1-.8-.3-1.5-.5-2.2-.2-.7-.5-1.4-.7-2.1-.3-.7-.6-1.4-.9-2-.4-.7-.7-1.3-1.1-2-.4-.6-.9-1.2-1.3-1.8-.5-.6-1-1.1-1.5-1.7-.3-.3-.6-.6-.9-.8-1.5-1.2-3-2.2-4.6-3.2-.2-.1-.4-.2-.7-.3-1.3-1.1-2.3-1.4-3.3-1.8z"}))};Pt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Pt.defaultProps={color:"#DF234F",size:"128"};const bt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 0C28.7 0 0 28.7 0 64s28.7 64 64 64c11.2 0 21.7-2.9 30.8-7.9L48.4 55.3v36.6h-6.8V41.8h6.8l50.5 75.8C116.4 106.2 128 86.5 128 64c0-35.3-28.7-64-64-64zm22.1 84.6l-7.5-11.3V41.8h7.5v42.8z"}))};bt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},bt.defaultProps={color:"#000000",size:"128"};const Ht=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M24.5 50.5c-1.5 0-2.5 1.2-2.5 2.7v14.1l-15.9-16c-.8-.8-2.2-1-3.2-.6S1 52.1 1 53.2v20.7c0 1.5 1.5 2.7 3 2.7s3-1.2 3-2.7V59.8l16.1 16c.5.5 1.2.8 1.9.8.3 0 .4-.1.7-.2 1-.4 1.3-1.4 1.3-2.5V53.3c0-1.5-1-2.8-2.5-2.8zm19.7 11.8c-1.4 0-2.7 1.4-2.7 2.8s1.3 2.8 2.7 2.8l6.6.4-1.5 3.7h-8.5l-4.2-7.9 4.3-8.1H50l2.1 4h5.5L54 52.1l-.8-1.1H37.6l-.7 1.2L31 62.5l-.7 1.3.7 1.3 5.8 10.3.8 1.6h15.1l.7-1.7 4.3-9 1.9-4.3h-4.4l-11 .3zM65 50.5c-1.4 0-3 1.3-3 2.7V60h6v-6.7c0-1.5-1.6-2.8-3-2.8zm30.4.3c-1-.4-2.4-.2-3.1.6L76 67.4V53.3c0-1.5-1-2.7-2.5-2.7S71 51.8 71 53.3V74c0 1.1.7 2.1 1.7 2.5.3.1.7.2 1 .2.7 0 1.6-.3 2.1-.8l16.2-16V74c0 1.5 1 2.7 2.5 2.7S97 75.5 97 74V53.3c0-1.1-.6-2.1-1.6-2.5zm21.8 12.8l8.4-8.4c1.1-1.1 1.1-2.8 0-3.8-1.1-1.1-2.8-1.1-3.8 0l-8.4 8.4-8.4-8.4c-1.1-1.1-2.8-1.1-3.8 0-1.1 1.1-1.1 2.8 0 3.8l8.4 8.4-8.4 8.4c-1.1 1.1-1.1 2.8 0 3.8.5.5 1.2.8 1.9.8s1.4-.3 1.9-.8l8.4-8.4 8.4 8.4c.5.5 1.2.8 1.9.8s1.4-.3 1.9-.8c1.1-1.1 1.1-2.8 0-3.8l-8.4-8.4zM62 73.9c0 1.4 1.5 2.7 3 2.7 1.4 0 3-1.3 3-2.7V62h-6v11.9z"}))};Ht.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ht.defaultProps={color:"#090090",size:"128"};const Lt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M39.831 65.463l30.202 52.66-13.88.131-8.063-14.148-8.12 14.072-6.897-.002-3.532-6.143 11.57-20.024-8.213-14.386 6.933-12.16zm10.901-21.692L20.525 96.43l-7.052-12.034 8.14-14.103-16.167-.042L2 64.237l3.519-6.15 23.013.073 8.27-14.352 13.93-.037zm2.318 42.094l60.409.003-6.827 12.164-16.205-.045 8.047 14.115-3.45 6.01-7.05.008-11.445-20.097-16.483-.034-6.996-12.124zm35.16-23.074l-30.202-52.66L71.888 10l8.063 14.148 8.12-14.072 6.897.002 3.532 6.143-11.57 20.024 8.213 14.386-6.933 12.16z"}),e.createElement("path",{d:"M39.831 65.463l30.202 52.66-13.88.131-8.063-14.148-8.12 14.072-6.897-.002-3.532-6.143 11.57-20.024-8.213-14.386 6.933-12.16zm35.08-23.207l-60.409-.003L21.33 30.09l16.204.045-8.047-14.115 3.45-6.01 7.051-.01 11.444 20.097 16.484.034 6.996 12.124zm2.357 42.216l30.207-52.658 7.052 12.034-8.141 14.102 16.168.043L126 64.006l-3.519 6.15-23.013-.073-8.27 14.352-13.93.037z"})))};Lt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Lt.defaultProps={color:"#5277C3",size:"128"};const Vt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M112.678 30.334L68.535 4.729c-2.781-1.584-6.424-1.584-9.227 0L14.82 30.334C11.951 31.985 10 35.088 10 38.407v51.142c0 3.319 1.992 6.423 4.862 8.083l11.729 6.688c5.627 2.772 7.186 2.772 9.746 2.772 8.334 0 12.662-5.039 12.662-13.828v-50.49C49 42.061 49.445 41 48.744 41h-5.622C42.41 41 41 42.061 41 42.773v50.49c0 3.896-3.616 7.773-10.202 4.48L18.676 90.73c-.422-.23-.676-.693-.676-1.181V38.407c0-.482.463-.966.891-1.213l44.378-25.561a1.508 1.508 0 011.415 0l43.963 25.555c.421.253.354.722.354 1.219v51.142c0 .488.092.963-.323 1.198l-44.133 25.576c-.378.227-.87.227-1.285 0l-11.317-6.749c-.341-.198-.752-.269-1.08-.086-3.145 1.783-3.729 2.02-6.679 3.043-.727.253-1.799.692.408 1.929l14.798 8.754a9.29 9.29 0 004.647 1.246 9.303 9.303 0 004.666-1.246l43.976-25.582c2.871-1.672 4.322-4.764 4.322-8.083V38.407c-.001-3.319-1.452-6.414-4.323-8.073zM77.727 81.445c-11.727 0-14.309-3.235-15.17-9.066-.102-.628-.634-1.379-1.274-1.379h-5.73c-.709 0-1.28.86-1.28 1.566 0 7.466 4.06 16.512 23.454 16.512 14.038 0 22.088-5.455 22.088-15.109 0-9.572-6.467-12.084-20.082-13.886-13.762-1.819-15.16-2.738-15.16-5.962 0-2.658 1.184-6.203 11.374-6.203 9.104 0 12.46 1.954 13.841 8.091.119.577.646.991 1.241.991h5.754c.354 0 .691-.143.939-.396.241-.272.367-.613.336-.979-.893-10.569-7.913-15.494-22.112-15.494-12.632 0-20.166 5.334-20.166 14.275 0 9.698 7.497 12.378 19.622 13.577 14.505 1.422 15.633 3.542 15.633 6.395 0 4.956-3.978 7.067-13.308 7.067z"}))};Vt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Vt.defaultProps={color:"#83CD29",size:"128"};const Ct=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M69.7 61.8c-.7-1.2-2-2.1-3.5-2.1h-.3c-2.3 0-4.1 1.8-4.3 4-.1.9.1 1.7.6 2.5.7 1.2 2 2.1 3.5 2.1h.3c2.3 0 4.2-1.8 4.3-4 .1-.9-.1-1.7-.6-2.5zm-3.8 3.7c-.8-.1-1.5-.8-1.4-1.6.1-.8.8-1.5 1.6-1.4.8.1 1.5.8 1.4 1.6 0 .8-.8 1.5-1.6 1.4zm52.2-36.1L69.9 1.6c-2.1-1.2-5.6-1.2-7.7 0L13.9 29.4c-2.1 1.2-3.9 4.2-3.9 6.7v55.7c0 2.5 1.7 5.5 3.9 6.7l48.2 27.9c2.1 1.2 5.6 1.2 7.7 0L118 98.5c2.1-1.2 3.9-4.2 3.9-6.7V36.1c.1-2.4-1.7-5.4-3.8-6.7zM22 89.9l39.5-30.1v.1c-.9 1-1.5 2.3-1.6 3.7-.1 1.2.2 2.4.8 3.5 1 1.8 2.8 2.9 4.9 3h.4c.5 0 .9-.1 1.3-.2L22 89.9zm44-21.3h-.3c-1.5-.1-2.9-.9-3.7-2.3-.5-.8-.7-1.7-.6-2.6.2-2.4 2.2-4.3 4.6-4.3h.3c1.5.1 2.9 1 3.7 2.3.5.8.7 1.7.6 2.6-.2 2.4-2.2 4.3-4.6 4.3zm4.4-.4c1-1 1.6-2.3 1.7-3.8.1-1.2-.2-2.4-.8-3.5-1-1.8-2.9-2.9-4.9-3-.6 0-1.3 0-1.9.2l45.8-19.3-39.9 29.4z"}))};Ct.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ct.defaultProps={color:"#3D3B47",size:"128"};const Ot=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M2 38.5h124v43.71H64v7.29H36.44v-7.29H2zm6.89 36.43h13.78V53.07h6.89v21.86h6.89V45.79H8.89zm34.44-29.14v36.42h13.78v-7.28h13.78V45.79zm13.78 7.29H64v14.56h-6.89zm20.67-7.29v29.14h13.78V53.07h6.89v21.86h6.89V53.07h6.89v21.86h6.89V45.79z"}))};Ot.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ot.defaultProps={color:"#cb3837",size:"128"};const Bt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M54.32 27.164L33.304 16.559 10.226 28.071l21.594 10.84zM63.961 32.031L86 43.16 63.137 54.637 41.512 43.782zM93.398 16.715l22.645 11.355-20.254 10.168-22.082-11.141zM83.652 11.824L63.265 1.601 43.101 11.667l21.008 10.59zM67.715 99.605v27.816l24.695-12.324-.023-27.828zM92.375 77.555l-.027-27.535-24.633 12.246v27.547zM122.02 72.398v27.926l-21.066 10.508-.016-27.797zM122.02 62.633V35.266l-21.105 10.492.016 27.59z"}),e.createElement("path",{d:"M58.996 62.266l-16.629-8.367v36.14S22.019 46.756 20.14 42.865c-.242-.504-1.242-1.051-1.496-1.188-3.668-1.914-14.355-7.324-14.355-7.324v63.871l14.785 7.926V72.75s20.129 38.676 20.336 39.102c.21.422 2.219 4.492 4.383 5.926 2.87 1.906 15.195 9.316 15.195 9.316z"})))};Bt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Bt.defaultProps={color:"#4c75cf",size:"128"};const At=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M39.267 108.97l-.284-.567c-.567-1.135-.567-2.27-.283-3.689H8.059l45.395-80.576 19.01 34.33 6.241-4.54-19.01-34.33c-.283-.567-2.553-3.971-6.241-3.971-1.703 0-4.256.567-6.242 4.256L1.25 101.31c-.284.85-2.27 4.54-.568 7.66 1.135 1.702 2.837 3.405 6.81 3.405h38.586c-3.973 0-5.959-1.703-6.81-3.405zm87.385-7.377l-36.883-66.39c-.567-.568-2.554-4.257-6.242-4.257-1.702 0-4.256.852-6.242 4.256l-4.823 7.944v15.321l11.065-19.01 36.6 65.256h-13.903a6.526 6.526 0 01-.567 3.973l-.284.283c-1.702 3.121-5.958 3.405-6.526 3.405h21.563c.851 0 4.823-.284 6.81-3.405.85-1.418 1.418-3.972-.568-7.376zm-20.144 7.377v-.284l.284-.567c.283-1.135.567-2.27.283-3.405l-1.134-3.404L77 50.808l-4.255-7.66h-.284l-4.256 7.66-28.939 50.502-1.135 3.404a6.81 6.81 0 00.568 4.256c1.135 1.702 2.837 3.405 6.81 3.405h53.906c.851 0 5.107-.284 7.093-3.405zM72.462 58.468l26.386 46.246H46.076z"}))};At.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},At.defaultProps={color:"#000000",size:"128"};const St=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M63.877 125.392c-32.671 0-60.37-27.594-60.627-60.469a59.94 59.94 0 0117.506-42.759 60.939 60.939 0 0143.279-18.36 60.081 60.081 0 0142.647 17.71 60.145 60.145 0 0118.157 42.522c.151 33.604-26.864 61.021-60.469 61.363h-.493zm.19-118.406a57.774 57.774 0 00-41.01 17.427 56.775 56.775 0 00-16.63 40.484c.236 31.159 26.495 57.286 57.43 57.286h.414c31.863-.29 57.504-26.266 57.385-58.128a56.97 56.97 0 00-17.217-40.273A56.7 56.7 0 0064.068 6.986z"}),e.createElement("path",{d:"M16.89 82.383V46.865h8.64v3.183h-4.583v29.218h4.584v3.183l-8.642-.066zM46.213 64.272c0 6.478-3.933 10.167-9.26 10.167s-8.877-4.156-8.877-9.831c0-5.939 3.722-10.121 9.167-10.121s8.97 4.36 8.97 9.785zm-14.415.29c0 3.932 1.973 7.05 5.36 7.05s5.333-3.183 5.333-7.195c0-3.643-1.796-7.083-5.334-7.083s-5.392 3.328-5.392 7.307l.033-.08zM49.205 55.158c1.69-.29 3.407-.434 5.123-.428a9.17 9.17 0 015.537 1.223 4.062 4.062 0 012.006 3.61 4.48 4.48 0 01-3.183 4.183c2.269.46 3.9 2.46 3.9 4.775a5.016 5.016 0 01-1.861 3.978c-1.368 1.21-3.643 1.796-7.162 1.796a33.966 33.966 0 01-4.327-.257l-.033-18.88zm3.499 7.622h1.795c2.433 0 3.801-1.145 3.801-2.782 0-1.638-1.368-2.644-3.61-2.644a9.779 9.779 0 00-2.006.145l.02 5.28zm0 8.878c.618.065 1.243.092 1.86.078 2.263 0 4.262-.861 4.262-3.182s-1.94-3.183-4.373-3.183h-1.75v6.287zM69.54 54.901h3.517v12.554c0 5.334-2.577 7.116-6.365 7.116a9.313 9.313 0 01-2.973-.507l.428-2.834c.703.224 1.44.335 2.183.349 2.006 0 3.183-.921 3.183-4.262l.026-12.416zM83.067 65.357v2.434h-7.32v-2.434h7.32zM100.158 73.63c-1.585.632-3.281.921-4.978.862-6.129 0-9.851-3.834-9.851-9.707-.283-5.353 3.827-9.923 9.18-10.206.375-.02.757-.02 1.131.006a11.112 11.112 0 014.775.862l-.783 2.801a9.476 9.476 0 00-3.788-.75c-3.932 0-6.76 2.467-6.76 7.116 0 4.235 2.499 6.971 6.734 6.971a9.806 9.806 0 003.834-.717l.506 2.762zM111.2 46.766v35.61h-8.641v-3.182h4.583V49.949h-4.583v-3.183h8.64z"})))};St.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},St.defaultProps={color:"#0b5a9d",size:"128"};const kt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M65.004 115.355c-.461-.894-1.004-2.796-1.356-3.601-.378-.711-1.46-2.692-1.984-3.332-1.164-1.332-1.437-1.438-1.809-3.23-.628-3.067-2.148-8.462-4.042-12.227-1.004-2-2.626-3.606-4.067-5.07-1.246-1.247-4.121-3.31-4.668-3.227-4.766.894-6.226 5.586-8.457 9.27-1.27 2.062-2.516 3.769-3.52 5.937-.898 1.98-.812 4.23-2.331 5.938a15.44 15.44 0 00-3.333 5.855c-.195.453-.546 4.957-1.003 6.016l7.02-.438c6.585.461 4.687 2.961 14.858 2.438l16.098-.54a24.864 24.864 0 00-1.433-3.792zM111.793 8.254H16.207C7.312 8.23.086 15.457.086 24.352v35.105c2.352-.812 5.578-5.75 6.668-6.934 1.789-2.062 2.16-4.77 3.059-6.378 2.062-3.793 2.433-6.477 7.101-6.477 2.164 0 3.063.516 4.5 2.516.996 1.332 2.79 3.957 3.602 5.668 1.004 1.98 2.523 4.582 3.254 5.125.515.351.972.722 1.433.894.707.27 1.356-.27 1.902-.629.622-.539.895-1.52 1.52-2.953.895-2.086 1.813-4.418 2.332-5.312.914-1.461 1.273-3.254 2.25-4.067 1.461-1.246 3.441-1.355 3.957-1.437 2.98-.625 4.336 1.437 5.777 2.707.973.894 2.243 2.605 3.246 4.851.708 1.793 1.606 3.52 2.067 4.5.351.98 1.266 2.606 1.789 4.582.543 1.711 1.809 3.067 2.352 3.961 0 0 .812 2.164 5.476 4.145a34.992 34.992 0 004.336 1.52c2.066.734 4.047.644 6.563.374 1.789 0 2.793-2.625 3.601-4.683.438-1.254.98-4.774 1.25-5.758.27-.996-.437-1.707.192-2.625.722-.977 1.164-1.082 1.519-2.332.914-2.793 5.957-2.875 8.832-2.875 2.414 0 2.063 2.332 6.125 1.52 2.336-.434 4.586.273 7.023.995 2.063.543 4.043 1.168 5.204 2.524.73.898 2.629 5.312.73 5.476.164.188.36.645.625.817-.46 1.707-2.25.46-3.332.27-1.355-.27-2.332 0-3.684.624-2.335.996-5.668.918-7.726 2.625-1.715 1.438-1.715 4.582-2.543 6.371 0 0-2.254 5.696-6.996 9.192-1.278.914-3.715 3.058-8.918 3.871-2.356.355-4.586.355-7.024.27-1.164-.079-2.332-.079-3.52-.079-.706 0-3.062-.109-2.96.164l-.27.645c.024.29.063.602.164.895.102.515.102.976.192 1.437 0 .98-.086 2.063 0 3.066.082 2.063.894 3.957 1.004 6.102.078 2.355 1.246 4.875 2.414 6.77.46.707 1.086.789 1.355 1.71.352.98 0 2.141.188 3.227.625 4.227 1.875 8.73 3.773 12.61v.078c2.332-.352 4.77-1.247 7.836-1.684 5.664-.832 13.5-.461 18.54-.914 12.796-1.168 19.706 5.226 31.148 2.601V24.336c-.063-8.895-7.293-16.102-16.207-16.102zM64.086 83.855c0-.187 0-.187 0 0zm-34.457 14.75c.894-1.98 1.433-4.125 2.144-6.101.73-1.899 1.813-4.61 3.684-5.582-.246-.274-3.957-.375-4.934-.461-1.082-.086-2.171-.273-3.25-.438a135.241 135.241 0 01-6.125-1.265c-1.168-.274-5.21-1.715-6.02-2.067-2.085-.894-3.421-3.52-4.96-3.246-.977.188-1.98.54-2.605 1.54-.543.812-.731 2.242-1.083 3.226-.437 1.086-1.168 2.164-1.707 3.25-1.277 1.875-3.332 3.582-4.23 5.484-.191.457-.27.895-.457 1.356v21.683c1.082.188 2.16.371 3.328.73 8.996 2.438 11.164 2.606 19.98 1.63l.813-.11c.625-1.437 1.188-6.207 1.629-7.644.352-1.164.812-2.063.996-3.14.164-1.09 0-2.173-.102-3.15-.171-2.628 1.895-3.519 2.899-5.69zm0 0"}))};kt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},kt.defaultProps={color:"#000000",size:"128"};const Dt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M26.289 75.031c-6.137 0-9.203-3.645-10.387-7.453 1.336 6.191 8.555 12.23 31.27 14.91 21.473 2.543 35.465-3.848 40.199-6.828 0 0 3.191-1.363 1.277.746 0 0-13.508 12.129-40.094 12.285C22.02 88.816.926 75.828 1.086 62.648.957 49.523 22.02 36.504 48.555 36.609c26.531.125 40.094 12.281 40.094 12.281 1.914 2.105-1.277.75-1.277.75-4.719-2.969-18.676-8.82-40.199-6.828-21.207 1.984-28.094 8.98-30.41 13.652a13.44 13.44 0 00-1.383 5.242c.57-4.496 3.449-9.77 10.871-9.77 8.398 0 10.98 6.828 10.98 11.551s-2.574 11.5-10.98 11.5zm85.57-4.543h11.195v3.965h-15.93V52.555h4.707v17.91zm-17.277-7.824H104v11.813h-3.137l-.469-2.738c-1.195 1.34-2.926 3.324-7.051 3.324-5.437 0-10.387-3.777-10.387-11.445 0-5.984 3.422-11.605 11.031-11.605 6.891 0 9.633 4.359 9.902 7.352h-4.707c0-.852-1.605-3.598-4.93-3.598-3.359 0-6.461 2.258-6.461 7.875 0 5.988 3.359 7.512 6.566 7.512 1.035 0 4.488-.395 5.438-4.816h-5.242v-3.687zm-68.348-8.031c-4.898 0-7.855 3.746-7.855 8.926 0 5.148 2.949 8.926 7.855 8.926 4.898 0 7.859-3.75 7.859-8.926 0-5.152-2.949-8.926-7.859-8.926zm12.703 5.828h2.285v1.98h.055c.582-.805 1.68-2.387 4.301-2.387 3.832 0 6.566 3.152 6.566 7.09 0 3.344-1.988 7.719-6.891 7.719-1.93 0-3.195-.883-3.832-1.875h-.055v7.035H38.94V60.488zm6.133 12.395c2.648 0 4.441-2.23 4.441-5.305 0-1.801-.75-5.359-4.496-5.359-3.496 0-3.883 3.668-3.883 5.938 0 3.715 2.398 4.711 3.938 4.711zm21.742-2.762c-.082.672-.742 2.652-2.562 3.828-.66.43-1.598.969-3.91.969-4.055 0-6.457-2.973-6.457-7.039 0-4.336 2.152-7.77 6.941-7.77 4.16 0 6.188 3.215 6.188 8.191H56.465c0 2.922 1.402 4.602 4.191 4.602 2.289 0 3.637-1.707 3.719-2.754h2.43zm-2.57-3.715c-.141-2.172-1.078-4.176-4.027-4.176-2.234 0-4 2.004-4 4.176zm16.145 8.082h-2.426v-8.609c0-2.434-.719-3.664-3.09-3.664-1.379 0-3.805.855-3.805 4.656v7.613h-2.43V60.441h2.289v1.977h.055c.523-.75 1.871-2.383 4.355-2.383 2.23 0 5.043.883 5.043 4.875v9.504m47.376-.695a1.95 1.95 0 01-.277 1.012 1.97 1.97 0 01-.758.742 2.07 2.07 0 01-1.035.273c-.367 0-.711-.094-1.031-.273s-.57-.426-.758-.742a1.95 1.95 0 01-.277-1.012c0-.359.094-.699.277-1.016a2.02 2.02 0 01.758-.738 2.07 2.07 0 011.031-.27c.367 0 .719.09 1.035.27s.574.426.758.738a1.98 1.98 0 01.277 1.016zm-.398 0a1.53 1.53 0 00-.492-1.152c-.324-.324-.719-.484-1.176-.484s-.855.16-1.18.484a1.54 1.54 0 00-.488 1.152 1.55 1.55 0 00.488 1.156 1.62 1.62 0 001.18.477c.461 0 .852-.156 1.176-.477a1.57 1.57 0 00.492-1.156zm-2.605-1.086h.988c.277 0 .484.059.609.168s.188.262.188.445c0 .145-.047.27-.145.379-.094.102-.246.18-.453.23a.597.597 0 01.188.098.92.92 0 01.176.223 47.6 47.6 0 01.359.625h-.652l-.426-.738c-.07-.082-.145-.125-.215-.125-.02 0-.039.004-.07.008v.855h-.551zm.551.922h.238c.156 0 .27-.027.336-.078a.24.24 0 00.098-.195.23.23 0 00-.094-.191c-.062-.051-.168-.078-.32-.078h-.258zm0 0"}))};Dt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Dt.defaultProps={color:"#000000",size:"128"};const Ft=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M42.933 27.941c5.871-6.934 13.457-11.117 21.742-11.117 18.633 0 33.734 21.125 33.734 47.18s-15.102 47.18-33.734 47.18c-8.285 0-15.871-4.18-21.742-11.113 9.18 11.926 22.828 19.484 38.07 19.484 9.375 0 18.145-2.863 25.645-7.836C119.75 100 127.996 82.965 127.996 64.004s-8.246-35.988-21.344-47.707c-7.5-4.977-16.273-7.84-25.648-7.84-15.242 0-28.891 7.562-38.07 19.484M63.996.008C28.652.008 0 28.66 0 64.008c0 34.32 27.02 62.332 60.949 63.922a65.64 65.64 0 003.047.074 63.77 63.77 0 0042.652-16.285c-7.5 4.973-16.273 7.836-25.645 7.836-15.242 0-28.891-7.562-38.07-19.484-7.078-8.352-11.66-20.699-11.973-34.559V62.5c.313-13.859 4.895-26.207 11.973-34.559C52.113 16.016 65.762 8.457 81 8.457c9.375 0 18.148 2.863 25.652 7.84C95.383 6.219 80.531.07 64.238.008zm0 0"}))};Ft.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ft.defaultProps={color:"#ff1b2d",size:"128"};const jt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M55.387 66.469h8.333l-4.407-7.09-8.088 12.819h-3.681L57.382 56.8a2.324 2.324 0 011.931-.998c.765 0 1.478.363 1.892.972l9.876 15.424H67.4l-1.736-2.865h-8.438l-1.839-2.864zm38.235 2.864V55.958h-3.123v14.685c0 .402.156.791.454 1.089.298.298.7.466 1.141.466h14.244l1.841-2.865H93.622zm-51.677-2.397c3.033 0 5.496-2.449 5.496-5.482s-2.462-5.496-5.496-5.496H28.28v16.241h3.123V58.822h10.335c1.452 0 2.618 1.18 2.618 2.631s-1.167 2.631-2.618 2.631l-8.806-.013 9.324 8.127h4.538l-6.274-5.263h1.425zM9.059 72.198c-4.483 0-8.122-3.629-8.122-8.114s3.638-8.127 8.122-8.127h9.439c4.485 0 8.121 3.643 8.121 8.127s-3.636 8.114-8.121 8.114H9.059zm9.229-2.865a5.25 5.25 0 005.258-5.249 5.262 5.262 0 00-5.258-5.263H9.267a5.262 5.262 0 00-5.256 5.263 5.25 5.25 0 005.256 5.249h9.021zm59.314 2.865c-4.484 0-8.126-3.629-8.126-8.114s3.642-8.127 8.126-8.127h11.212l-1.829 2.864H77.81a5.267 5.267 0 00-5.264 5.263c0 2.903 2.36 5.249 5.264 5.249h11.263l-1.84 2.865h-9.631zm38.197-2.865a5.25 5.25 0 01-5.055-3.824h13.35l1.84-2.864h-15.19a5.266 5.266 0 015.055-3.824h9.163l1.854-2.864h-11.225c-4.484 0-8.126 3.643-8.126 8.127s3.642 8.114 8.126 8.114h9.631l1.841-2.865h-11.264"}))};jt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},jt.defaultProps={color:"#EA1B22",size:"128"};const qt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M48.697 15.176h12.25v25.437h-12.25zm0 52.251h12.25v25.436h-12.25z"}),e.createElement("path",{d:"M48.697 48.037h12.25v12.001h-12.25z"}),e.createElement("path",{d:"M29.017 36.087h12.25v84.552h-12.25zM67.97 88.414h12.25v25.436H67.97zm0-52.297h12.25v25.437H67.97z"}),e.createElement("path",{d:"M67.97 68.983h12.25v12.001H67.97z"}),e.createElement("path",{d:"M87.238 8.55h12.25v84.552h-12.25z"})))};qt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},qt.defaultProps={color:"#130754",size:"128"};const $t=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M53.343 127.515c-13.912-2.458-25.845-8.812-35.707-19.004C9.252 99.845 3.48 88.926.851 76.764-.284 71.51-.284 56.477.85 51.222c1.776-8.219 5.228-16.388 9.927-23.509 3.112-4.71 12.227-13.825 16.938-16.937 7.121-4.698 15.292-8.15 23.511-9.925 5.256-1.135 20.29-1.135 25.546 0 12.809 2.769 23.454 8.553 32.638 17.736 9.188 9.187 14.969 19.827 17.738 32.635 1.135 5.255 1.135 20.287 0 25.542-2.769 12.808-8.55 23.452-17.738 32.635-9.043 9.042-19.55 14.81-32.146 17.652-4.469 1.005-19.24 1.295-23.922.464zm11.565-12.772c0-4.194-.06-4.496-.908-4.496-.84 0-.904.29-.868 3.899.04 4.262.34 5.574 1.207 5.284.404-.134.57-1.494.57-4.687zm-6.758 1.445c1.196-1.194 1.543-1.917 1.543-3.209 0-1.315-.162-1.634-.763-1.517-.416.08-.92.759-1.114 1.505-.198.751-1.002 1.906-1.785 2.572-1.417 1.194-1.47 2.191-.121 2.191.384 0 1.393-.694 2.24-1.542zm14.945 1.05c.166-.271-.339-1.037-1.126-1.699-.783-.666-1.587-1.821-1.784-2.572-.194-.746-.699-1.425-1.115-1.505-.601-.117-.763.202-.763 1.517 0 2.608 3.747 5.942 4.788 4.259zm-20.66-8.146c0-.262-.635-.823-1.41-1.247-5.058-2.769-10.984-7.177-14.282-10.612-6.435-6.704-9.33-13.385-9.402-21.676-.044-5.542.67-8.432 3.367-13.607 2.608-5 5.631-8.779 13.947-17.42 9.29-9.648 11.429-12.195 13.043-15.53 1.147-2.369 1.296-3.232 1.458-8.238.197-6.216-.182-10.506-.929-10.506-.339 0-.403 1.614-.21 5.235.622 11.593-1.53 15.19-14.892 24.88-9.2 6.677-13.422 10.302-16.612 14.261-4.517 5.615-6.52 10.471-7.02 17.054-1.207 15.868 8.85 29.628 26.591 36.385 3.916 1.49 6.35 1.881 6.35 1.021zm30.696-1.287c6.1-2.539 10.738-5.611 15.11-10.007 6.665-6.7 9.442-12.965 9.858-22.24.363-8.134-1.405-13.515-6.439-19.61-3.447-4.173-7.161-7.16-17.173-13.812-13.47-8.95-16.632-12.513-16.632-18.746 0-1.659.299-4.004.662-5.219.622-2.066.606-3.491-.02-1.857-.593 1.546-1.946.836-2.676-1.408l-.703-2.156.267 2.043c.94 7.241 1.061 10.272.641 16.614-.56 8.565-1.614 14.426-4.505 25.074-2.87 10.572-3.387 14.402-3.031 22.475.298 6.826 1.255 11.932 3.475 18.592 2.06 6.188 2.443 6.656 6.23 7.625 2.086.533 4.06 1.433 5.63 2.567 1.474 1.066 2.952 1.76 3.78 1.776.75.012 3.237-.759 5.526-1.711zm-1.369-3.076c-.565-.565-.302-1.046 1.91-3.492 6.972-7.697 10.096-15.645 10.185-25.906.06-6.995-1.482-11.625-6.197-18.592-2.135-3.152-9.636-11.011-13.265-13.893-2.664-2.115-5.397-5.72-5.886-7.762-.496-2.067.888-1.522 2.495.985.787 1.227 2.495 3.027 3.79 4 1.297.977 5.132 3.834 8.523 6.357 11.666 8.67 16.858 16.065 18.024 25.668.679 5.558-.395 11.302-3.108 16.634-2.81 5.526-7.937 11.545-12.325 14.479-2.7 1.8-3.552 2.115-4.146 1.522zm-22.836.585c.133-.343-1.034-2.535-2.592-4.872-4.13-6.192-5.926-9.61-7.602-14.454-1.413-4.09-1.49-4.646-1.501-10.887-.016-9.433 1.005-12.424 8.49-24.848 7.056-11.722 8.013-16.259 7.217-34.286-.286-6.462-.61-11.839-.718-11.948-.747-.746-.904 1.167-.63 7.665.549 12.941-.287 20.15-3.016 26.064-1.857 4.024-3.936 7.076-9.53 14.002-7.788 9.64-9.984 14.75-9.944 23.125.029 5.744.808 9.276 3.129 14.188 2.51 5.316 7.133 10.685 12.926 15.012 2.669 1.99 3.391 2.228 3.77 1.239z"}))};$t.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},$t.defaultProps={color:"#000000",size:"128"};const _t=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M3.8 81.1v5.3L8 90.6h1.6l-1.4-2.7.3-4.5zM28.6 70.8l-7.7-1.1-11.7 3-4.5 7.1 4.5 2.6L28 74.5h-9.4l10-3.7zm-17.4 9l-2.4-1.2-2.9 1-.1-.3 3-2.1 2.4 2.1v.5zM32.8 69.4l.3-3.4-9 2.2z"}),e.createElement("path",{d:"M32.5 73.2l.2-2.8-7.2 2.8zM32.3 74.4L9.2 84.2l12.1-3.9h10.3zM28.5 60.2l6.1-4.5 1.5-7.5zM49.2 123.5l3.3-3.5.3-4.5-2.4-4.7-5.5 2.2 4-.5 1.7.8-4.3 2.5v1.1l1.4-1.2h2zM58.8 118.5l.5-14.8-2 .9.3 6.9-3.7 3.2.6 3.2zM52.6 94.6h6.5l-.4 4.8-4 5.7-8.6-3.4v-3.2H51zM41.4 106.1l3.2-3.8.1-4-1.7-4.5-6 2.3 4.5-1.5 1.5 1.6-4.5 2.7-1 1.7 2.6-1.6h1.3zM32.8 81.8l4.2-1 19 11.9h-5l-12.4-9.5zM61.2 123.9l9.8-11-7.6-14.8-2.2-.6zM66.7 73.3l13.8-.8L93 65.8zM76.9 78l-3.1-1.7-5.2 1.2zM33.5 79.6l1.5-3 46.6-2.7-5.7 1.9-1.5-.8-10.7 2.1zM55.8 79.2l8.2-.8 4.8.4 18.3 11.1 8 10.3 1.4 4.8-5.4-6.9z"}),e.createElement("path",{d:"M86.2 122.8l3.7-10.8.5-12.4-21.1-11.2 5.3 3.5 11.3 26.7z"}),e.createElement("path",{d:"M71.7 126.7l9.1-16.2-8.5-18.8-19.4-12.4-13.4 1.3 26.3 16.5 7.2 16.6zM34.9 66.2l-.8 9.2 9.5-.6 17.1-8.6-2.8-5.7zM47.4 74.6l12.4-.7 25.9-7.5L103.3 55 61.9 67.3zM59.5 59.9l2.8 5.9 16.6-5.2 32.9-22.4 10.1-13.3zM83.7 59.3l13.1-4 17.5-13.9-8 2.2zM60.6 40.3l17.2-8.4 12.1-13.8 2.1-7.5zM88.1.6L38.9 40.4l-4.5 22.4 48.7-45.9zM34.7 64.7L58 59.2l51.4-28.6 15.4-19.8L57 43.7z"})))};_t.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},_t.defaultProps={color:"#76C39B",size:"128"};const Nt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M27.216 20.304c.864.38 1.807.322 2.71.432 6.884.834 12.467 4.156 17.314 8.928 3.96 3.899 7.384 8.27 11.011 12.462 2.97 3.434 6.152 6.628 10.012 9.075 4.074 2.579 8.502 4.015 13.335 4.138.173.004.342.012.513.023.015.001.026.042.081.143-1.798 1.248-3.752 2.167-5.886 2.67-4.824 1.136-9.183.176-13-3.032-1.066-.896-2.092-1.845-3.184-2.708-1.711-1.356-3.663-2.064-5.869-1.801-3.097.371-4.782 2.714-4.062 5.76 1.125 4.757 3.853 8.483 7.666 11.459 4.113 3.21 8.834 4.958 13.958 5.681 5.083.715 10.144.707 15.118-.789.325-.099.644-.135.805.229.151.348-.226.411-.396.55-1.172.946-2.334 1.904-3.544 2.803-4.375 3.243-9.29 5.114-14.714 5.512-3.93.286-7.36-1.083-10.4-3.522-2.396-1.919-4.262-4.332-6.23-6.65-1.639-1.929-3.263-3.869-4.914-5.786-1.022-1.187-2.116-2.305-3.411-3.207-2.041-1.417-4.276-1.899-6.722-1.409-3.333.668-5.152 3.429-4.255 6.728 1.946 7.153 6.49 11.612 13.845 13.067.208.041.466-.035.631.28-3.797.776-7.514.581-11.16-.615-7.354-2.415-13.289-6.619-16.902-13.66-2.258-4.398-3.212-9.132-3.445-14.036-.15-3.151-.032-6.32-.52-9.449-.578-3.696-1.465-7.296-3.616-10.452-2.424-3.558-5.762-5.375-10.097-5.287-.51.01-1.021.002-1.546.002-.005-.355.288-.423.468-.558 3.608-2.704 7.779-4.175 12.039-5.428 2.403-.707 4.868-1.121 7.359-1.379.181-.019.411.069.521-.174h6.487zm-12.175 5.279c.925.978 1.899 1.657 3.154 1.844 1.537.229 3.127-.612 3.65-1.905.365-.9.321-.962-.619-.888-.508.039-1.018.064-1.525.121-1.537.17-3.071.362-4.66.828z"}),e.createElement("path",{d:"M127.923 80.218c-1.112.447-2.148 1.072-3.376 1.25-2.965.43-5.646-.118-7.922-2.167-.422-.379-.852-.756-1.231-1.174-1.862-2.049-4.166-3.189-6.921-3.433-.216-.019-.431-.08-.677-.126 2.675-2.362 7.299-2.821 10.673-1.1 1.39.71 2.554 1.699 3.595 2.831 1.628 1.772 3.55 3.056 5.859 3.745v.174zm-44.38 27.479c-.315-.331-.77-.286-1.157-.414-2.234-.74-4.114-1.999-5.72-3.708-3.089-3.29-4.574-4.292-8.591-5.874.113-.255.346-.226.562-.231 1.967-.056 3.916.083 5.83.561 3.561.892 6.303 2.921 8.14 6.096.728 1.258 1.572 2.354 2.813 3.12.173.108.327.227.344.451l-2.221-.001zm-5.652-11.363c-1.229-.315-2.377-.592-3.514-.907-3.729-1.03-7.487-.791-11.252-.28-1.941.262-3.878.563-5.827.764-5.938.613-11.449-.808-16.608-3.685-5.142-2.868-9.702-6.435-13.169-11.27-.264-.369-.512-.749-.763-1.128-.078-.117-.143-.243-.231-.394.418-.18.661.142.925.287 2.756 1.521 5.457 3.141 8.469 4.146 5.317 1.773 10.577 1.829 15.816-.313 2.525-1.033 5.072-1.187 7.568.142.233.124.543.178.657.514-1.101.293-2.192.555-3.265.878-.94.283-1.734.764-1.814 1.888-.068.938.452 1.619 1.64 2.135 2.418 1.048 4.98 1.312 7.579 1.352 2.979.046 5.881.456 8.632 1.684 1.572.702 2.958 1.681 4.29 2.746.426.34.741.759.867 1.441zm32.327-38.96c-.247-.521-.389-.826-.535-1.127-2.335-4.841-6.256-6.668-11.447-5.266-2.38.643-4.698 1.556-7.163 1.832-11.789 1.324-21.997-1.699-29.903-10.972-.219-.258-.716-.631-.495-.862.377-.395.67.207.949.403 6.046 4.277 12.729 6.282 20.146 5.701 3.334-.263 6.524-1.176 9.713-2.122 2.819-.836 5.675-1.422 8.646-.817 6.453 1.313 10.411 6.384 10.089 13.23zM80.66 82.615c.113-.049.185-.089.262-.112 2.92-.894 5.186-2.756 7.268-4.893 2.041-2.093 3.946-4.322 6.16-6.251 4.704-4.1 10.1-5.302 16.118-3.94 1.502.34 2.749 1.059 3.847 2.077-1.195-.092-2.253-.119-3.299-.262-2.123-.292-3.851.427-5.285 1.947a229.136 229.136 0 00-3.414 3.693c-4.105 4.544-9.348 6.776-15.308 7.557-1.806.235-3.612.416-5.438.365-.262-.005-.551.089-.911-.181zm26.951-18.425c-1.039.222-1.82-.132-2.6-.258-4.854-.785-9.321-.01-13.534 2.671-6.398 4.07-13.373 4.74-20.649 2.957-.877-.216-1.757-.525-2.659-1.239 1.022-.059 1.806.172 2.595.287 3.68.538 6.973-.469 10.012-2.483 2.469-1.636 5.023-3.117 7.831-4.086 5.458-1.877 10.891-2.157 16.239.425.918.441 1.8.946 2.765 1.726z"}),e.createElement("path",{d:"M84.314 41.491c-2.881 1.649-5.792 2.001-8.819 1.796-8.64-.583-15.498-4.728-21.449-10.698-.181-.181-.426-.385-.327-.648.114-.313.448-.148.676-.147 5.767.009 11.056 1.456 15.582 5.202.941.778 1.922 1.509 2.899 2.242 2.981 2.237 6.305 3.022 9.971 2.316.42-.079.837-.116 1.467-.063z"})))};Nt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Nt.defaultProps={color:"#000000",size:"128"};const Rt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M50.246 41.616c-3.682-.925-7.369-.628-11.26-.022 0 6.805-.014 13.427.037 20.05.002.339.511.929.841.974 4.243.573 8.463.619 12.431-1.315 4.105-2 6.196-6.182 5.654-11.092-.492-4.471-3.139-7.448-7.703-8.595zM127 63.963V3.285c0-2.096.023-2.285-2.012-2.285H3.479C1.5 1 1 1.19 1 3.186v121.509c0 2.018.252 2.021 2.209 2.021 40.555.001 81.231-.009 121.786.037 1.573.002 1.995-.417 1.991-1.959-.054-20.277.014-40.556.014-60.831zm-70.648 5.84C50.795 71.785 45 71.896 39 71.431V94H28v-1.402c0-18.895-.087-37.788-.14-56.682-.006-1.569.243-2.327 2.011-2.507 8.332-.852 16.617-1.81 24.902.133 8.906 2.087 14.041 7.975 14.431 16.11.483 10.074-3.944 16.974-12.852 20.151zm44.31 12.754c-.424 5.771-3.678 9.56-9.015 11.392-7.142 2.452-14.245 1.883-21.225-.891-1.143-.455-1.364-1.031-.987-2.196.687-2.126 1.19-4.312 1.72-6.286 2.951.866 5.757 1.947 8.664 2.458 2.053.361 4.272.149 6.359-.178 1.871-.294 3.217-1.564 3.524-3.572.312-2.041-.303-3.809-2.105-4.895-1.432-.862-3.01-1.479-4.523-2.202-2.433-1.163-5.026-2.075-7.27-3.53-8.831-5.727-5.956-16.383-.063-20.396 3.153-2.146 6.642-3.098 10.377-3.229 4.393-.154 8.623.604 12.778 2.623l-2.195 7.789c-1.74-.616-3.36-1.416-5.07-1.734-2.029-.378-4.157-.589-6.205-.422-2.746.225-4.354 2.12-4.354 4.47 0 1.392.528 2.57 1.689 3.245 1.666.969 3.434 1.768 5.186 2.579 1.896.877 3.898 1.551 5.723 2.552 4.87 2.67 7.405 6.8 6.992 12.423z"}))};Rt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Rt.defaultProps={color:"#80B5E2",size:"128"};const It=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 33.039C30.26 33.039 2.906 46.901 2.906 64S30.26 94.961 64 94.961 125.094 81.099 125.094 64 97.74 33.039 64 33.039zM48.103 70.032c-1.458 1.364-3.077 1.927-4.86 2.507-1.783.581-4.052.461-6.811.461h-6.253l-1.733 10h-7.301l6.515-34H41.7c4.224 0 7.305 1.215 9.242 3.432 1.937 2.217 2.519 5.364 1.747 9.337-.319 1.637-.856 3.159-1.614 4.515a15.118 15.118 0 01-2.972 3.748zM69.414 73l2.881-14.42c.328-1.688.208-2.942-.361-3.555-.57-.614-1.782-1.025-3.635-1.025h-5.79l-3.731 19h-7.244l6.515-33h7.244l-1.732 9h6.453c4.061 0 6.861.815 8.402 2.231s2.003 3.356 1.387 6.528L76.772 73h-7.358zm40.259-11.178c-.318 1.637-.856 3.133-1.613 4.488-.758 1.357-1.748 2.598-2.971 3.722-1.458 1.364-3.078 1.927-4.86 2.507-1.782.581-4.053.461-6.812.461h-6.253l-1.732 10h-7.301l6.514-34h14.041c4.224 0 7.305 1.215 9.241 3.432 1.935 2.217 2.518 5.418 1.746 9.39zM95.919 54h-5.001l-2.727 14h4.442c2.942 0 5.136-.29 6.576-1.4 1.442-1.108 2.413-2.828 2.918-5.421.484-2.491.264-4.434-.66-5.458-.925-1.024-2.774-1.721-5.548-1.721zm-56.985 0h-5.002l-2.727 14h4.441c2.943 0 5.136-.29 6.577-1.4 1.441-1.108 2.413-2.828 2.917-5.421.484-2.491.264-4.434-.66-5.458S41.708 54 38.934 54z"}))};It.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},It.defaultProps={color:"#6181B6",size:"128"};const Wt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M72 82.433v-11.27c0-2.497-.76-3.83-2.497-3.83-1.747 0-2.503 1.333-2.503 3.83v11.27c0 2.5.756 3.662 2.503 3.662 1.738 0 2.497-1.162 2.497-3.662z"}),e.createElement("path",{d:"M84.148 99.97c1.053-1.217 1.933-2.163 2.776-3.075 1.68-1.808 3.132-3.37 5.778-6.98 2.6-3.54 4.283-6.2 4.012-10.778-.138-2.35-.234-3.967-1.765-5.86-.924-1.138-2.633-2.792-4.452-4.536-1.964-1.895-3.67-3.697-5.982-6.1-2.32-2.412-5.312-8.552-5.312-8.552-1.042-2.38-3.15-7.743-3.15-12.116l-.1-2.814c0-.122.01-.158.016-.158H42v24.09c2-2.203 4.437-2.956 6.763-2.956 3.778 0 7.237 2.204 7.237 7.083V92h-9V70.237c0-1.976-.926-2.903-2.44-2.903-1.693 0-2.56 1.1-2.56 2.903V92h-9V39H2v70h6V61h8v3.712c2-3.132 4.684-4.578 7.24-4.578 4.536 0 7.76 3.48 7.76 9.81V84.23c0 5.35-3.57 8.89-7.697 8.89-2.38 0-4.303-1.097-6.303-3.658V109h41V61h8v3.712c2-3.132 4.686-4.578 7.238-4.578 4.536 0 7.762 3.48 7.762 9.81V84.23c0 5.35-3.572 8.89-7.7 8.89-2.378 0-4.3-1.097-6.3-3.658V109h9.252l2.712-2.917c1.212-1.52 2.643-3.18 4.337-5.13l.848-.982z"}),e.createElement("path",{d:"M22 82.433v-11.27c0-2.497-.756-3.83-2.495-3.83-1.744 0-2.505 1.333-2.505 3.83v11.27c0 2.5.76 3.662 2.505 3.662 1.74 0 2.495-1.162 2.495-3.662zm104.285-6.399c0-4.64-3.318-11.588-3.318-11.588-.52-1.21-2.276-3.446-3.406-5.446h.025c-.362 0-.612-.685-.612-.685-3.307-3.797-8.333-7.98-10.54-10.707-2.59-3.196-2.663-6.16-2.8-8.496-.376-6.302 2.174-10.088 4.902-13.81 4.126-5.618 5.613-6.66 8.785-10.332 2.03-2.348 3.7-4.24 5.073-5.97H93.63c-1.83 2.338-5.547 6.842-7.67 10.838-2.8 5.29-5.11 9.258-5.335 18.994l.098 3.14c0 4.64 3.326 11.58 3.326 11.58.518 1.212 2.273 3.448 3.395 5.448h-.026c.37 0 .613.685.613.685 3.315 3.797 8.332 7.98 10.547 10.707 2.59 3.2 2.656 6.164 2.792 8.493.38 6.3-2.175 10.088-4.903 13.81-4.122 5.624-5.61 6.662-8.783 10.34-2.026 2.344-3.69 4.237-5.065 5.965H114.4c1.867-2.4 4.515-6.817 6.65-10.837 2.802-5.288 5.113-9.26 5.336-18.99l-.1-3.14z"})))};Wt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Wt.defaultProps={color:"#5058A6",size:"128"};const Gt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M123.258 76.784c-.45-2.918-2.901-4.829-5.752-4.958-1.032-.047-2.08.061-3.109.192-1.243.158-2.471.438-3.711.623-.857.128-1.726.187-2.582.275l-.021-.111c1.598-3.018 3.263-6.003 4.775-9.064 1.159-2.348 2.151-4.781 3.176-7.194 1.696-3.998 3.051-8.12 4.173-12.309 1.075-4.011 1.995-8.066 2.284-12.227.116-1.662.196-3.331.187-4.995-.008-1.327-.151-2.656-.284-3.979-.15-1.516-.608-2.953-1.242-4.336-.836-1.822-2.132-3.317-3.496-4.737-1.092-1.137-2.293-2.173-3.484-3.208-1.698-1.477-3.607-2.656-5.59-3.703a32.18 32.18 0 00-7.09-2.75c-1.493-.381-3.02-.664-4.532-.966-.544-.11-1.089-.337-1.633-.337H85.086c-.37 0-.737.191-1.11.233-2.452.273-4.875.735-7.228 1.464-.88.273-1.684.101-2.52.024-.641-.059-1.271-.231-1.912-.263-2.442-.122-4.887-.301-7.328-.275-2.339.024-4.654.409-6.918 1.052-1.895.538-3.749 1.195-5.447 2.191-.727.426-1.303.346-2.055.129-2.527-.729-5.072-1.414-7.639-1.989-1.6-.358-3.245-.536-4.879-.707a57.214 57.214 0 00-4.718-.294c-1.538-.033-3.087-.032-4.618.104a30.16 30.16 0 00-7.158 1.513 23.813 23.813 0 00-7.086 3.865c-2.167 1.715-3.905 3.809-5.303 6.2-1.473 2.523-2.483 5.224-3.111 8.061-.34 1.537-.555 3.117-.788 4.678-.073.486.732.972-.268 1.456v6.794c1 .452.208.903.266 1.356.139 1.089.262 2.187.446 3.268.291 1.711.636 3.417.988 5.117a324.86 324.86 0 001.546 7.111c.396 1.72.847 3.43 1.319 5.131.721 2.598 1.431 5.201 2.246 7.77.757 2.387 1.624 4.74 2.484 7.093 1.191 3.255 2.617 6.405 4.327 9.424 1.479 2.614 3.169 5.062 5.436 7.076 1.494 1.327 3.157 2.347 5.093 2.857 1.521.4 3.067.448 4.624.129a10.979 10.979 0 004.824-2.311c.163-.134.342-.236.535.01.735.931 1.719 1.552 2.748 2.089 2.777 1.448 5.803 1.882 8.877 2.059.744.043 1.496-.064 2.246-.085 1.461-.04 2.881-.325 4.278-.729.732-.212 1.447-.481 2.192-.732.039.793.089 1.557.112 2.321l.104 4.166c.019.634.044 1.27.103 1.901.151 1.627.299 3.255.493 4.877.135 1.118.275 2.245.538 3.336a38.176 38.176 0 002.158 6.428 13.81 13.81 0 003.9 5.185c2.22 1.836 4.822 2.619 7.632 2.764 1.162.061 2.357.004 3.501-.204a49.01 49.01 0 005.387-1.275c3.591-1.084 6.695-2.956 9.014-5.981 1.32-1.724 2.404-3.589 3.1-5.648.574-1.701 1.115-3.419 1.545-5.16.34-1.372.508-2.787.715-4.188.137-.927.219-1.863.305-2.797.14-1.517.283-3.033.384-4.553.07-1.058.067-2.121.109-3.181.013-.323.065-.644.095-.966.028-.298.178-.401.482-.396 1.071.016 2.144.044 3.212-.004 1.197-.054 2.405-.105 3.583-.303a56.542 56.542 0 004.99-1.067c1.943-.508 3.725-1.418 5.44-2.455 1.998-1.207 3.819-2.623 5.297-4.447 1.285-1.591 1.894-3.43 1.584-5.438zm-3.412.982c-.066.915-.485 1.699-1.093 2.369-2.869 3.163-6.468 5.082-10.585 6.027-1.564.358-3.178.544-4.779.692a32.093 32.093 0 01-4.114.097c-1.006-.038-2.004-.268-3.032-.416-.103.94-.201 1.919-.32 2.896l-.479 3.745c-.145 1.187-.258 2.378-.407 3.564-.146 1.151-.328 2.298-.481 3.449-.143 1.072-.248 2.149-.407 3.219-.245 1.64-.479 3.284-.799 4.911-.384 1.945-.973 3.829-1.934 5.583-1.172 2.141-2.834 3.772-4.949 4.98-2.18 1.246-4.563 1.894-6.979 2.436-1.71.384-3.472.447-5.204.291-3.004-.272-5.568-1.557-7.506-3.886-1.85-2.223-3.102-4.771-3.55-7.655a63.102 63.102 0 01-.491-4.136 108.067 108.067 0 01-.299-4.62 250.203 250.203 0 01-.197-5.871c-.053-2.406-.07-4.812-.104-7.218l-.006-.092c-1.224.734-2.427 1.538-3.703 2.2a12.392 12.392 0 01-4.798 1.353c-1.318.1-2.653.191-3.965.086-2.151-.173-4.3-.51-6.226-1.569-.781-.43-1.596-.953-2.134-1.64-1.29-1.646-.672-3.726 1.273-4.727 1.344-.693 2.811-.982 4.268-1.319a44.368 44.368 0 003.761-1.029c1.222-.4 1.993-1.391 2.754-2.363l1.206-1.551c-.503-.053-.977-.107-1.451-.151-1.439-.136-2.812-.532-4.125-1.114-1.124-.497-1.141-.551-1.965.343-1.376 1.494-2.714 3.023-4.062 4.542-.992 1.117-1.978 2.241-2.965 3.361-.978 1.108-1.894 2.279-2.947 3.31-1.564 1.531-3.449 2.452-5.698 2.348-1.443-.066-2.764-.572-3.952-1.399-2.452-1.708-4.104-4.097-5.608-6.606-1.927-3.215-3.406-6.64-4.672-10.159-.876-2.432-1.756-4.866-2.521-7.333-.831-2.681-1.56-5.396-2.277-8.11a157.373 157.373 0 01-1.482-6.182 216.117 216.117 0 01-1.464-7.079c-.298-1.599-.471-3.221-.712-4.831-.325-2.17-.385-4.36-.267-6.539.105-1.963.387-3.921.667-5.871.388-2.698 1.277-5.244 2.556-7.648.783-1.473 1.755-2.812 2.879-4.056 1.845-2.042 4.078-3.518 6.562-4.626 1.736-.774 3.57-1.24 5.439-1.604 2.774-.54 5.573-.519 8.373-.461 1.224.025 2.443.248 3.666.369 2.633.262 5.214.816 7.762 1.5 1.857.498 3.676 1.143 5.518 1.703.185.056.456.051.607-.048 2.496-1.629 5.224-2.704 8.125-3.319 1.101-.233 2.237-.335 3.363-.407 1.369-.087 2.749-.167 4.115-.088 1.642.094 3.276.336 4.908.56.792.108 1.565.383 2.359.458.38.036.783-.242 1.185-.335 2.049-.473 4.089-1 6.156-1.374 1.539-.278 3.111-.409 4.676-.499 1.745-.1 3.503-.173 5.247-.089a36.66 36.66 0 016.555.923c2.677.623 5.245 1.528 7.686 2.784 1.824.938 3.558 2.026 5.119 3.364 1.023.878 2.07 1.745 2.994 2.723 1.14 1.206 2.303 2.413 3.018 3.958.538 1.165.922 2.371 1.028 3.647.132 1.586.292 3.178.277 4.766-.014 1.519-.221 3.037-.368 4.552-.334 3.454-1.085 6.833-1.997 10.167a116.972 116.972 0 01-2.589 8.17c-.879 2.481-1.893 4.917-2.918 7.343a80.07 80.07 0 01-2.458 5.303c-1.677 3.286-3.421 6.538-5.438 9.633-.348.535-.678 1.083-1.018 1.629.88.594 1.877.803 2.881.911.955.104 1.929.166 2.883.095 1.527-.113 3.049-.331 4.567-.544 1.504-.21 2.978-.638 4.522-.525 1.542.112 2.645 1.284 2.54 2.729zm-22.013-3.353c-.655-.846-1.323-1.682-1.964-2.538-1.006-1.344-1.729-2.845-2.455-4.353-.688-1.429-1.532-2.782-2.257-4.195-1.265-2.465-2.553-4.922-3.718-7.435-1.465-3.157-2.62-6.426-2.984-9.923-.154-1.48-.193-2.958.106-4.424.479-2.341 1.702-4.172 3.758-5.428 1.907-1.165 4.032-1.541 6.209-1.659 1.351-.073 2.708-.013 4.11-.013l-.047-.237c-.872-1.823-1.687-3.677-2.641-5.457-1.346-2.512-3.068-4.777-4.986-6.877-1.421-1.555-2.96-2.998-4.646-4.273-1.658-1.255-3.405-2.376-5.269-3.293-2.223-1.093-4.538-1.938-6.967-2.477-2.334-.518-4.683-.835-7.077-.861-2.042-.022-4.071.07-6.06.531-3.002.695-5.748 1.931-8.137 3.933a21.143 21.143 0 00-3.517 3.77c-1.196 1.643-2.161 3.417-2.986 5.277-1.132 2.552-1.909 5.208-2.44 7.938-.266 1.361-.474 2.734-.686 4.106-.074.48-.08.971-.123 1.521.369-.192.635-.34.907-.472l.885-.397c2.993-1.369 6.094-2.25 9.427-2.149 1.416.043 2.771.323 4.03.943 2.415 1.191 3.828 3.216 4.442 5.779.424 1.769.714 3.573.996 5.372.221 1.405.447 2.825.473 4.242.037 2.071-.068 4.146-.181 6.216a17.386 17.386 0 01-1.08 5.146c-1.12 2.993-2.368 5.937-3.534 8.913-.385.983-.681 2.001-1.045 3.082.562 0 1.018-.004 1.474.002.178.003.36.008.532.049 1.34.316 2.502.923 3.455 1.954 1.271 1.372 1.938 2.973 1.972 4.826.019 1.027-.089 2.057-.084 3.084.021 4.786.057 9.572.097 14.357.007.782.046 1.565.102 2.346.117 1.635.235 3.271.395 4.902.112 1.157.268 2.312.451 3.461.259 1.628 1 3.077 1.841 4.462.724 1.191 1.665 2.203 2.905 2.901 2.107 1.186 4.376 1.285 6.663.848 1.545-.295 3.062-.769 4.562-1.258a10.128 10.128 0 003.937-2.354c1.051-1.019 1.797-2.261 2.3-3.632.976-2.659 1.28-5.459 1.684-8.237.151-1.04.282-2.083.42-3.125.157-1.186.316-2.371.468-3.556.112-.883.214-1.768.322-2.651.154-1.268.317-2.535.464-3.804.113-.981.209-1.966.309-2.949.129-1.256.268-2.512.379-3.77.086-.955.051-1.927.22-2.864.311-1.718 1.123-3.18 2.646-4.125.637-.395 1.356-.655 2.063-.989l-.12-.186zm-57.597-7.052a17.526 17.526 0 01-1.354-5.622c-.128-1.825.089-3.643.276-5.46.182-1.76.333-3.528.386-5.296.088-2.906-.108-5.808-.247-8.712-.084-1.729.117-3.479.271-5.212.139-1.561.312-3.126.607-4.664.495-2.581 1.152-5.125 2.086-7.591.887-2.338 1.906-4.615 3.345-6.665.986-1.406 2.105-2.72 3.18-4.094l-.319-.113c-3.498-1.111-7.053-1.979-10.709-2.358-1.729-.179-3.464-.284-5.198-.387-.532-.032-1.072.04-1.606.091-1.322.126-2.66.176-3.961.424-2.214.421-4.338 1.129-6.305 2.282-1.766 1.035-3.249 2.373-4.491 3.978-1.372 1.772-2.295 3.776-2.958 5.913-.783 2.521-1.156 5.115-1.257 7.733-.088 2.295-.132 4.603.264 6.889.295 1.702.492 3.422.817 5.117.443 2.311.918 4.617 1.467 6.904.785 3.274 1.569 6.553 2.499 9.787.89 3.099 1.894 6.17 2.982 9.204.89 2.476 1.919 4.906 3.003 7.304.706 1.562 1.561 3.065 2.457 4.528.953 1.553 2.037 3.027 3.508 4.154 1.856 1.423 3.293 1.644 5.179.083.808-.669 1.491-1.495 2.194-2.282 1.117-1.25 2.195-2.534 3.307-3.788 1.416-1.598 2.85-3.179 4.273-4.769.301-.336.59-.682.883-1.022l-.484-.425a17.695 17.695 0 01-4.095-5.931zm53.688-47.569a61.488 61.488 0 013.309 4.204c2 2.809 3.598 5.842 4.775 9.087.521 1.43.937 2.874.751 4.439-.129 1.096-.118 2.208-.215 3.31-.081.917-.226 1.829-.345 2.743-.178 1.378-.436 2.752-.513 4.136-.073 1.317.003 2.648.086 3.968.084 1.341.265 2.676.388 4.015.139 1.518.326 3.036.369 4.557.035 1.249-.076 2.506-.185 3.753-.13 1.502-.511 2.956-1.079 4.351-.399.982-.876 1.934-1.327 2.917l.181.192.275.213.277-.496a93.621 93.621 0 006.222-11.493 186.333 186.333 0 003.287-7.766c1.624-4.064 2.909-8.242 3.903-12.503.446-1.913.787-3.855 1.09-5.797.236-1.518.433-3.054.477-4.586.047-1.625-.043-3.263-.193-4.884-.112-1.224-.414-2.456-1.181-3.451-1.233-1.602-2.564-3.134-4.201-4.346-1.378-1.021-2.751-2.068-4.23-2.927-2.345-1.36-4.883-2.266-7.535-2.883-2.588-.603-5.21-.863-7.849-.918-1.556-.033-3.119.134-4.672.28-1.407.132-2.805.357-4.222.543 1.52.855 3.019 1.615 4.433 2.511 2.973 1.883 5.637 4.149 7.924 6.831zM55.299 72.514c.961-3.073 2.27-6.007 3.538-8.959 1.028-2.394 1.59-4.916 1.777-7.506.093-1.277.067-2.57.004-3.851a44.628 44.628 0 00-.392-4.259c-.266-1.801-.569-3.603-.995-5.371-.462-1.913-1.627-3.245-3.623-3.736-1.216-.299-2.424-.287-3.653-.093-3.002.473-5.75 1.579-8.31 3.199-.515.326-.798.589-.709 1.328.188 1.565.229 3.155.222 4.735-.01 2.236-.105 4.472-.19 6.707-.028.728-.133 1.452-.211 2.177-.12 1.11-.351 2.219-.344 3.327.007 1.142.124 2.311.401 3.417.88 3.507 2.744 6.377 5.799 8.402 1.879 1.245 3.958 1.873 6.24 1.992.155-.524.293-1.019.446-1.509zm-3.586-30.087c-.402-.844-.172-1.543.76-1.867.227-.08.461-.165.697-.188.324-.032.654-.008.982-.008 1.182.006 2.319.171 3.295.923.626.482.794 1.122.389 1.779-.575.932-1.452 1.4-2.529 1.49-1.697.141-2.888-.65-3.594-2.129zm47.04-.308c.136-1.124.245-2.251.384-3.375.056-.452-.182-.574-.561-.585-1.192-.033-2.384-.075-3.576-.097-1.344-.024-2.652.192-3.896.703-1.38.568-2.431 1.478-2.86 2.98a9.042 9.042 0 00-.293 3.41 20.11 20.11 0 001.193 5.176c.834 2.221 1.707 4.441 2.75 6.569 1.413 2.881 3.012 5.67 4.513 8.507.401.757.738 1.547 1.156 2.431a13.783 13.783 0 001.351-5.622c.041-1.61-.088-3.227-.182-4.838-.059-.986-.198-1.966-.294-2.95-.134-1.371-.337-2.741-.368-4.115-.031-1.397.068-2.802.188-4.197.113-1.338.334-2.665.495-3.997zm-2.689-1.082c-.443 1.223-1.39 1.913-2.618 2.116-1.145.188-2.148-.235-2.894-1.148-.531-.65-.328-1.42.468-1.859.914-.506 1.919-.634 3.104-.711.322.059.807.108 1.268.24.669.189.916.692.672 1.362zm-35.422 37.66c-.655-.535-1.521-.566-2.144.021-.773.73-1.453 1.565-2.133 2.388-.785.951-1.521 1.94-2.534 2.677-1.474 1.071-3.192 1.515-4.919 1.935-1.373.334-2.752.644-4.129.965l-.017.178c.409.189.805.425 1.231.56 2.1.665 4.236.996 6.455.808 1.602-.136 3.128-.485 4.574-1.171 1.99-.943 3.521-2.437 4.823-4.175.218-.29.317-.719.343-1.093.089-1.321-.582-2.303-1.55-3.093zm51.751.526c-1.69.181-3.382.373-5.077.47-.818.047-1.648-.109-2.474-.176-1.385-.112-2.737-.42-3.908-1.16-.678-.427-1.241-.475-1.961-.233-1.028.346-1.867.872-2.115 1.986-.169.753-.23 1.533-.298 2.304-.013.136.157.386.287.42.793.209 1.59.456 2.401.529.996.09 2.01.061 3.013.011 1.083-.054 2.173-.124 3.24-.304 2.515-.422 4.948-1.11 7.109-2.536.779-.515 1.551-1.041 2.325-1.562l-.064-.11c-.826.123-1.648.273-2.478.361z"}))};Gt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Gt.defaultProps={color:"#336791",size:"128"};const Jt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M50.3 38.5h-7.4v20.7h7.4c5 0 9.1-4.1 9.1-9.1v-2.4c0-5.1-4.1-9.2-9.1-9.2z"}),e.createElement("path",{d:"M0 0v128h128V0H0zm51.2 67.5h-8.3v21.3h-9.6V30.3h18.5c9.4-.1 17.1 7.4 17.2 16.8v2.3c0 9.9-8 18-17.8 18.1zm46.1-14.2s-7 0-10.1 1.3v34.2H77.1V48.9s10.2-5.1 20.2-3.8v8.2z"})))};Jt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Jt.defaultProps={color:"#2A0634",size:"128"};const Ut=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 0A64 64 0 000 64a64 64 0 0064 63.999 64 64 0 0063.999-64A64 64 0 0063.999 0zm9.906 22.22c7.07-.014 14.576 2.427 15.833 10.438.713 4.546 1.199 12.098-9.96 17.833 8.64 2.335 11.528 7.893 11.628 13.364.236 12.843-12.232 20.697-23.455 19.443l.084-6.481c9.937 1.14 14.762-5.337 14.977-11.421.22-6.235-5.241-10.537-14.977-10.346l-.15-6.096c12.188-.904 15.622-9.343 14.104-14.03-2.077-6.419-8.71-7.604-14.573-5.347l-1.002 7.15-4.664-.15.4-11.877c2.286-1.311 6.919-2.47 11.755-2.48zM60.5 49.215V97.29c2.559-.184 6.013.705 9.142 1.205v5.268l-27.746-.017v-5.346c2.99-.41 5.75-1.094 9.02-1.169V55.972c-3.681-.063-7.145-.87-8.887-1.47v-5.13l18.471-.155z"}))};Ut.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ut.defaultProps={color:"#000000",size:"128"};const Yt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M86.1 47.5c8.2 8.5 8.7 18.8 8.7 21.2H33.7c0-2.1.5-13.5 9.8-22.3 8.5-8 18.5-8.3 20.8-8.3 2 0 13 .3 21.8 9.4zM125.9 64c0 34.2-27.7 61.9-61.9 61.9S2 98.2 2 64 29.8 2 64 2s61.9 27.8 61.9 62zm-15.2 16.3c.2-2.4.3-5.9 0-10v-.1h-8.9V67h8.6c-.7-8-2.6-19.9-11.3-30-.2-.3-.5-.5-.7-.8L91.6 43l-2.3-2.3 6.8-6.8C85 23.3 70.8 21.6 65.8 21.3v9.3h-3.2v-9.4c-4.9.2-19.1 1.8-30.5 12.9l6.5 6.5-2.2 2.4-6.5-6.5C20.7 46.8 18.6 59.1 17.8 67h8.3v3.2h-8.6v.4c-.3 4-.2 7.4 0 9.7h93.2z"}))};Yt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Yt.defaultProps={color:"#B7111D",size:"128"};const Qt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M87.91 26.266L46.516 58.469v1.844h15.641L37.324 85.145v1.844h2.766l40.471-32.201.002-.082v-1.764H65.844l23.91-24.832v-1.844H87.91zM14.684 101l-4 3.691L7 108.383V121H67.62l3.689-3.684L75 113.633V101l-3.562.004-3.564.002-3.65 3.623-3.652 3.621H15v-3.625c0-2.752-.076-3.625-.316-3.625zm2.566-12.191V71.368l3.191-3.184L23.632 65h32.24L49.5 71.375l-6.371 6.375H20.75v20.5H55v-20.5h-.79c-.703 0-.056-.583 5.813-5.244l6.603-5.244.064 16.176.064 16.176-3.311 3.318-3.311 3.318H17.25zm55-25.912c0-.057 2.081-1.765 4.625-3.795L81.5 55.41V52H75c-3.575 0-6.5-.091-6.5-.203s.316-.506.701-.875l.701-.672h36.73l3.619-3.625L113.869 43H121v12.632l-3.691 3.684-3.69 3.684H92.934c-11.376 0-20.684-.046-20.684-.103zm-.375-14.716c0-.038 1.73-1.864 3.844-4.059l3.844-3.99 10.656-.004 10.656-.004V19.75H66.75v20.364l.844.037.844.037-2.625 2.029-2.625 2.029-.032-15.403-.032-15.403 3.218-3.22L69.561 7h43.19v34.814l-3.22 3.218-3.22 3.218H89.093c-9.47 0-17.218-.031-17.218-.069zm-18.842 2.95v-.841l3.67-3.667c2.63-2.627 3.784-3.667 4.073-3.667.391 0 .402.043.352 1.45l-.051 1.45-3.889 3.048-4.022 3.057c-.073.005-.133-.369-.133-.831zm0 11.094v-.884h6.616l-.871.884-.871.884h-4.874z"}))};Qt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Qt.defaultProps={color:"#000000",size:"128"};const Kt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M96.44 40.53h-.52a23.59 23.59 0 00-23 17.68h-.12a20.22 20.22 0 01-40.08-3.8 16 16 0 01.16-2.23c0-.15 0-.3.06-.45s.1-.57.16-.85A64 64 0 0166.77 7.09 49.23 49.23 0 003.86 50.15c-.06.18-.15.35-.21.54v72h29.16v-23.3a49.24 49.24 0 0067.45-58.86h-3.82z"}),e.createElement("path",{d:"M67.95 57.28l.09-.15a28.4 28.4 0 0127.54-21.55h13.94a15.1 15.1 0 006.19-1.58c-.48-.06-1-.13-1.45-.23a19.93 19.93 0 01-15.12-13.44 20 20 0 0011.94 7.45A19.76 19.76 0 00123 26.42a15.22 15.22 0 00-13.88-21.28L98 5.11h-2.4a58.89 58.89 0 00-57.53 46.33 15 15 0 00-.39 3 15.27 15.27 0 0030.27 2.87zm36.45-43.36a4.73 4.73 0 113.72 5.56 4.74 4.74 0 01-3.73-5.55zm20 93.73a15.24 15.24 0 01-15.24 15.24H95.58a58.57 58.57 0 01-38.52-14.42 54 54 0 0034.82-16.32 29.37 29.37 0 003.7.26h13.53a15.25 15.25 0 0115.24 15.25z"})))};Kt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Kt.defaultProps={color:"#4d8548",size:"128"};const Zt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M49.33 62h29.159C86.606 62 93 55.132 93 46.981V19.183c0-7.912-6.632-13.856-14.555-15.176-5.014-.835-10.195-1.215-15.187-1.191-4.99.023-9.612.448-13.805 1.191C37.098 6.188 35 10.758 35 19.183V30h29v4H23.776c-8.484 0-15.914 5.108-18.237 14.811-2.681 11.12-2.8 17.919 0 29.53C7.614 86.983 12.569 93 21.054 93H31V79.952C31 70.315 39.428 62 49.33 62zm-1.838-39.11c-3.026 0-5.478-2.479-5.478-5.545 0-3.079 2.451-5.581 5.478-5.581 3.015 0 5.479 2.502 5.479 5.581-.001 3.066-2.465 5.545-5.479 5.545zm74.789 25.921C120.183 40.363 116.178 34 107.682 34H97v12.981C97 57.031 88.206 65 78.489 65H49.33C41.342 65 35 72.326 35 80.326v27.8c0 7.91 6.745 12.564 14.462 14.834 9.242 2.717 17.994 3.208 29.051 0C85.862 120.831 93 116.549 93 108.126V97H64v-4h43.682c8.484 0 11.647-5.776 14.599-14.66 3.047-9.145 2.916-17.799 0-29.529zm-41.955 55.606c3.027 0 5.479 2.479 5.479 5.547 0 3.076-2.451 5.579-5.479 5.579-3.015 0-5.478-2.502-5.478-5.579 0-3.068 2.463-5.547 5.478-5.547z"}))};Zt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Zt.defaultProps={color:"#FFD845",size:"128"};const Xt=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M17.576 17L-.242 34.688v76.226H110.39l17.816-17.687V17H115.86zm29.99 16.426c8.36 0 14.228 2.347 17.555 7.086 3.37 4.69 5.033 11.95 5.033 21.773 0 6.473-.7 11.688-2.054 15.645-1.403 3.996-3.634 7.039-6.787 9.125l6.83 10.91-8.364 3.867-7.222-11.777c-1.05.347-2.715.476-4.99.476-8.45 0-14.36-2.258-17.686-6.777-3.327-4.52-4.99-11.69-4.99-21.426 0-9.777 1.706-17.035 5.076-21.773 3.37-4.74 9.28-7.13 17.6-7.13zm33.926 3.172h8.805v11.691h11.207v7.477H90.297v17.773c0 3.305.258 5.477.74 6.563.482 1.086 1.75 1.609 3.723 1.609l6.652-.262.397 7.04c-3.634.694-6.393 1.042-8.317 1.042-4.599 0-7.753-1.043-9.459-3.129-1.707-2.086-2.584-6.039-2.584-11.863V55.811h-6.17v-7.522h6.213zm-33.88 4.695c-5.08 0-8.581 1.652-10.51 4.996-1.88 3.348-2.844 8.65-2.844 15.996 0 7.3.92 12.559 2.758 15.688 1.837 3.129 5.384 4.738 10.595 4.738 5.207 0 8.711-1.566 10.55-4.652 1.796-3.086 2.712-8.344 2.712-15.688 0-7.387-.917-12.734-2.8-16.082-1.88-3.344-5.342-4.996-10.462-4.996z",transform:"matrix(.9965 0 0 1.00092 .241 -.016)"}),e.createElement("path",{fill:"none",stroke:t,strokeWidth:".004",d:"M-5.736-.453h141.434v136H-5.736z"}))};Xt.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Xt.defaultProps={color:"#000000",size:"128"};const el=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M64 14.648c-35.346 0-64 19.19-64 42.863C0 78.275 22.046 95.589 51.316 99.53V86.699c-15.55-4.89-26.166-14.693-26.166-25.991 0-16.183 21.779-29.303 48.646-29.303 26.866 0 46.693 8.975 46.693 29.303 0 10.486-5.273 17.95-14.066 22.72 1.204.908 2.22 2.072 2.904 3.419l.388.655C121.025 79.772 128 69.189 128 57.51c0-23.672-28.654-42.863-64-42.863zm20.1 74.88c-2.612.257-5.322.41-8.114.462l.002 9.63a88.362 88.362 0 0012.474-2.492l-.501-.941c-.68-1.268-1.347-2.543-2.033-3.807a41.01 41.01 0 00-1.828-2.851z"}),e.createElement("path",{d:"M97.469 81.036s3.874 1.169 6.124 2.307c.78.396 2.132 1.184 3.106 2.22a8.388 8.388 0 011.42 2.04l15.266 25.74-24.674.01-11.537-21.666s-2.363-4.06-3.817-5.237c-1.213-.982-1.73-1.331-2.929-1.331h-5.862l.004 28.219-21.834.009V41.263h43.845s19.97.36 19.97 19.359S97.47 81.035 97.47 81.035zm-9.497-24.137l-13.218-.009-.006 12.257 13.224-.004s6.124-.019 6.124-6.235c0-6.34-6.124-6.01-6.124-6.01z"})))};el.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},el.defaultProps={color:"#000000",size:"128"};const cl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M109.682 14.737c-12.206-6.023-24.708-6.636-37.508-2.111-11.779 4.164-21.175 11.615-28.16 21.763C32.195 51.561 23.61 70.298 18.799 90.652c-2.464 10.417-4.06 21.466-3.631 32.224.035.873.165 1.124.251 3.124h60.366c-.173-2-.287-1.416-.437-1.797a153.86 153.86 0 01-7.428-25.198c-2.498-12.251-3.806-24.729-1.226-37.093 3.611-17.313 13.48-29.805 30.117-36.283 9.424-3.667 18.369-2.624 26.214 4.262.072.063.22.025.412.056l2.565-3.883c-4.94-4.703-10.368-8.389-16.32-11.327zM3.336 94.394c-.46 3.923-.89 7.596-1.34 11.451l11.132 1.336 2.039-11.893-11.831-.894zm21.85-34.186l-10.471-4.097-3.384 9.607 10.671 3.42c1.08-3.031 2.096-5.882 3.184-8.93zm49.419 53.659c3.575.266 7.157.449 11.103.679-1.433-2.979-2.706-5.673-4.039-8.335-.146-.289-.639-.568-.974-.573-3.033-.044-6.068-.025-9.291-.025.726 2.628 1.357 5.053 2.096 7.443.111.361.707.782 1.105.811zM42.933 31.103l-7.955-5.268-6.359 7.105 8.178 5.496 6.136-7.333zm25.334 53.369c-.013.321.276.832.558.959 2.865 1.288 5.76 2.515 8.912 3.873-.131-2.492-.219-4.575-.368-6.654-.027-.374-.203-.912-.48-1.066-2.631-1.456-5.299-2.847-8.216-4.395-.159 2.665-.321 4.972-.406 7.283zM65.91 12.3l-5.446-6.181-7.499 3.898 5.455 6.644 7.49-4.361zm3.415 49.176c-.163.374.052 1.167.373 1.456 2.175 1.962 4.424 3.84 6.926 5.981.573-2.4 1.113-4.539 1.571-6.693.081-.383-.032-1.016-.298-1.23-1.946-1.569-3.955-3.063-6.037-4.651-.915 1.815-1.802 3.443-2.535 5.137zm12.45-52.424c2.78.075 5.563.042 8.499.042-.293-2.044-.433-3.593-.782-5.092-.104-.446-.775-1.04-1.228-1.078-2.787-.226-5.585-.313-8.651-.459.409 2.063.721 3.881 1.162 5.668.093.379.647.909 1 .919zm3.385 35.675c.142-.266.178-.749.029-.981-1.366-2.137-2.785-4.241-4.254-6.455l-4.76 4.372 6.582 7.294c.884-1.539 1.675-2.868 2.403-4.23zM90.295 30.2l2.843 5.281c4.449-2.438 4.875-3.32 3.3-6.834L90.295 30.2zm21.287-16.273c1.851 1.142 3.806 2.115 5.792 3.185l1.33-2.07c-2.422-1.771-4.76-3.484-7.413-5.426-.104 1.104-.259 1.875-.219 2.637.032.581.129 1.44.51 1.674zM109 30.646c2 .217 5 .424 7 .643v-2.718c-2-.438-5-.872-7-1.323v3.398z"}))};cl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},cl.defaultProps={color:"#C00C00",size:"128"};const tl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M102.14 83.503c-4.96 2.17-8.997-24.275-2.902-22.666 10.112 5.688 8.356 18.344 2.901 22.666zm-5.273 16.864c-5.832 7.97-13.726 8.28-16.666 6.06-3.076-2.857-.728-11.728 3.488-16.592v-.001c4.824-5.366 9.982-8.869 13.575-6.131 2.418 2.373 3.837 11.312-.397 16.664zM77.913 90.52c.04 6.833-6.028 12.402-13.551 12.438-7.524.036-13.655-5.474-13.695-12.308v-.13c-.04-6.834 6.027-12.403 13.551-12.439 7.524-.036 13.655 5.474 13.695 12.308v.13zm-13.563 28.8c-6.767.288-13.402-5.46-13.315-7.451-.101-2.921 8.24-5.201 13.678-5.067 5.473-.236 12.817 1.736 12.831 4.351.091 2.54-6.66 8.278-13.194 8.168zM40.776 78.867c-5.644-3.642-6.662-11.9-2.273-18.442 4.39-6.543 12.524-8.894 18.169-5.251 5.645 3.642 6.662 11.9 2.273 18.442-4.39 6.543-12.524 8.894-18.169 5.251zm6.104 27.576c-3.076 1.829-10.547 1.076-15.858-6.438-3.58-6.304-3.119-12.72-.604-14.605 3.76-2.256 9.57.791 14.04 5.901 3.897 4.625 5.673 12.748 2.422 15.142zM25.907 83.831c-5.454-4.321-7.211-16.977 2.902-22.665 6.094-1.609 2.057 24.835-2.902 22.665zM49.74 40.777c3.874.641-18.57 19.946-18.916 15.64-.353-11.233 8.397-17.39 18.916-15.64zm-13.853-5.573c.844-.172 1.239-.34 1.634-.953-2.077-.653-4.313-1.215-5.629-2.296.71.01 1.373.157 2.3-.477-1.86-.987-3.845-1.769-5.386-3.278.961-.023 1.998-.01 2.3-.358-1.703-1.038-3.14-2.194-4.328-3.457 1.346.16 1.914.022 2.24-.21-1.288-1.297-2.916-2.393-3.693-3.993 1 .34 1.914.47 2.573-.03-.438-.972-2.311-1.545-3.39-3.815 1.052.1 2.168.226 2.391 0-.488-1.96-1.326-3.061-2.148-4.202 2.251-.033 5.662.008 5.508-.18l-1.392-1.4c2.199-.583 4.449.094 6.083.596.733-.57-.013-1.29-.908-2.027 1.869.246 3.557.67 5.083 1.252.816-.725-.529-1.45-1.18-2.176 2.888.54 4.111 1.298 5.326 2.057.883-.833.05-1.54-.544-2.265 2.177.794 3.298 1.82 4.479 2.831.4-.532 1.016-.922.272-2.206 1.545.878 2.71 1.912 3.57 3.07.957-.6.57-1.42.576-2.175 1.606 1.287 2.626 2.656 3.874 3.994.25-.18.47-.792.665-1.759 3.832 3.662 9.247 12.886 1.392 16.543-6.681-5.427-14.66-9.374-23.501-12.334 11.365 5.772 17.973 10.442 21.593 14.42-1.854 7.323-11.531 7.657-15.07 7.451.725-.332 1.33-.73 1.544-1.34-.888-.622-4.036-.066-6.234-1.283zm28.342 2.953c5.57-.06 12.467 4.094 12.44 8.008-.025 3.455-4.844 6.251-12.397 6.198-7.396-.087-12.376-3.514-12.359-6.862.015-2.755 6.04-7.504 12.316-7.344zm7.93-26.41c.194.966.413 1.578.665 1.758 1.247-1.337 2.267-2.707 3.873-3.994.006.756-.38 1.576.576 2.176.86-1.159 2.025-2.193 3.57-3.07-.744 1.283-.128 1.673.273 2.205 1.18-1.012 2.301-2.037 4.478-2.831-.595.725-1.426 1.432-.544 2.265 1.215-.759 2.439-1.517 5.326-2.057-.651.726-1.996 1.451-1.18 2.176 1.526-.583 3.215-1.006 5.083-1.252-.894.736-1.64 1.457-.907 2.027 1.633-.502 3.883-1.179 6.083-.596l-1.393 1.401c-.154.187 3.257.146 5.508.179-.822 1.141-1.66 2.243-2.149 4.203.224.226 1.34.1 2.391 0-1.079 2.27-2.952 2.843-3.39 3.815.66.5 1.574.37 2.573.03-.776 1.6-2.405 2.696-3.692 3.994.326.23.894.369 2.24.209-1.19 1.263-2.626 2.419-4.328 3.457.302.348 1.338.335 2.3.358-1.542 1.509-3.527 2.291-5.387 3.278.927.634 1.59.486 2.3.477-1.315 1.081-3.552 1.643-5.628 2.296.394.613.79.78 1.634.953-2.198 1.217-5.346.66-6.234 1.282.214.611.818 1.01 1.543 1.341-3.538.206-13.215-.128-15.07-7.451 3.622-3.98 10.232-8.65 21.603-14.426-8.847 2.961-16.83 6.908-23.51 12.34-7.855-3.658-2.44-12.882 1.392-16.544zm15.645 66.46c-5.644 3.643-13.779 1.291-18.168-5.251-4.39-6.543-3.372-14.8 2.273-18.443 5.645-3.642 13.779-1.291 18.168 5.251 4.39 6.543 3.372 14.8-2.273 18.443zm9.91-21.461c-.346 4.306-22.79-14.998-18.915-15.64 10.517-1.748 19.268 4.406 18.915 15.64zm5.107 1.826l-.849-1.488c.034-10.692-4.927-15.05-10.712-18.363 1.75-.461 3.558-.841 4.053-3.04 3.008-.77 3.637-2.162 3.939-3.637.787-.525 3.42-1.997 3.144-4.53 1.474-1.016 2.296-2.322 1.878-4.172 1.584-1.728 2-3.156 1.328-4.472 1.902-2.362 1.058-3.587.246-4.827 1.425-2.583.168-5.353-3.814-4.889-1.584-2.327-5.037-1.798-5.57-1.788-.598-.747-1.387-1.387-3.814-1.076-1.571-1.402-3.329-1.163-5.142-.474-2.152-1.673-3.577-.332-5.204.175-2.606-.84-3.202.31-4.482.777-2.842-.59-3.706.697-5.069 2.057l-1.584-.031c-4.287 2.488-6.417 7.555-7.171 10.16-.756-2.606-2.88-7.673-7.166-10.16l-1.585.03c-1.364-1.36-2.228-2.647-5.07-2.056-1.28-.467-1.875-1.616-4.483-.777-1.068-.333-2.05-1.025-3.206-.99l.002.001c-.606.018-1.258.239-1.998.814-1.813-.689-3.57-.928-5.142.474-2.427-.31-3.216.33-3.814 1.077-.532-.011-3.986-.54-5.57 1.788-3.98-.464-5.239 2.306-3.814 4.889-.812 1.24-1.655 2.464.246 4.827-.672 1.317-.255 2.744 1.33 4.473-.419 1.85.403 3.155 1.877 4.173-.276 2.531 2.357 4.004 3.143 4.528.302 1.475.932 2.868 3.94 3.637.495 2.2 2.303 2.579 4.053 3.04-5.785 3.313-10.746 7.67-10.712 18.363l-.848 1.49c-6.633 3.973-12.601 16.743-3.269 27.123.61 3.25 1.632 5.583 2.542 8.166 1.362 10.409 10.247 15.282 12.59 15.859 3.435 2.576 7.092 5.02 12.042 6.733 4.665 4.74 9.72 6.546 14.803 6.544h.224c5.083.003 10.138-1.804 14.803-6.544 4.95-1.712 8.607-4.157 12.041-6.733 2.344-.577 11.229-5.45 12.59-15.859.91-2.583 1.933-4.916 2.543-8.166 9.332-10.38 3.364-23.152-3.27-27.126"}))};tl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},tl.defaultProps={color:"#050606",size:"128"};const ll=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("circle",{cx:"64",cy:"64",r:"11.4"}),e.createElement("path",{d:"M107.3 45.2c-2.2-.8-4.5-1.6-6.9-2.3.6-2.4 1.1-4.8 1.5-7.1 2.1-13.2-.2-22.5-6.6-26.1-1.9-1.1-4-1.6-6.4-1.6-7 0-15.9 5.2-24.9 13.9-9-8.7-17.9-13.9-24.9-13.9-2.4 0-4.5.5-6.4 1.6-6.4 3.7-8.7 13-6.6 26.1.4 2.3.9 4.7 1.5 7.1-2.4.7-4.7 1.4-6.9 2.3C8.2 50 1.4 56.6 1.4 64s6.9 14 19.3 18.8c2.2.8 4.5 1.6 6.9 2.3-.6 2.4-1.1 4.8-1.5 7.1-2.1 13.2.2 22.5 6.6 26.1 1.9 1.1 4 1.6 6.4 1.6 7.1 0 16-5.2 24.9-13.9 9 8.7 17.9 13.9 24.9 13.9 2.4 0 4.5-.5 6.4-1.6 6.4-3.7 8.7-13 6.6-26.1-.4-2.3-.9-4.7-1.5-7.1 2.4-.7 4.7-1.4 6.9-2.3 12.5-4.8 19.3-11.4 19.3-18.8s-6.8-14-19.3-18.8zM92.5 14.7c4.1 2.4 5.5 9.8 3.8 20.3-.3 2.1-.8 4.3-1.4 6.6-5.2-1.2-10.7-2-16.5-2.5-3.4-4.8-6.9-9.1-10.4-13 7.4-7.3 14.9-12.3 21-12.3 1.3 0 2.5.3 3.5.9zM81.3 74c-1.8 3.2-3.9 6.4-6.1 9.6-3.7.3-7.4.4-11.2.4-3.9 0-7.6-.1-11.2-.4-2.2-3.2-4.2-6.4-6-9.6-1.9-3.3-3.7-6.7-5.3-10 1.6-3.3 3.4-6.7 5.3-10 1.8-3.2 3.9-6.4 6.1-9.6 3.7-.3 7.4-.4 11.2-.4 3.9 0 7.6.1 11.2.4 2.2 3.2 4.2 6.4 6 9.6 1.9 3.3 3.7 6.7 5.3 10-1.7 3.3-3.4 6.6-5.3 10zm8.3-3.3c1.5 3.5 2.7 6.9 3.8 10.3-3.4.8-7 1.4-10.8 1.9 1.2-1.9 2.5-3.9 3.6-6 1.2-2.1 2.3-4.2 3.4-6.2zM64 97.8c-2.4-2.6-4.7-5.4-6.9-8.3 2.3.1 4.6.2 6.9.2 2.3 0 4.6-.1 6.9-.2-2.2 2.9-4.5 5.7-6.9 8.3zm-18.6-15c-3.8-.5-7.4-1.1-10.8-1.9 1.1-3.3 2.3-6.8 3.8-10.3 1.1 2 2.2 4.1 3.4 6.1 1.2 2.2 2.4 4.1 3.6 6.1zm-7-25.5c-1.5-3.5-2.7-6.9-3.8-10.3 3.4-.8 7-1.4 10.8-1.9-1.2 1.9-2.5 3.9-3.6 6-1.2 2.1-2.3 4.2-3.4 6.2zM64 30.2c2.4 2.6 4.7 5.4 6.9 8.3-2.3-.1-4.6-.2-6.9-.2-2.3 0-4.6.1-6.9.2 2.2-2.9 4.5-5.7 6.9-8.3zm22.2 21l-3.6-6c3.8.5 7.4 1.1 10.8 1.9-1.1 3.3-2.3 6.8-3.8 10.3-1.1-2.1-2.2-4.2-3.4-6.2zM31.7 35c-1.7-10.5-.3-17.9 3.8-20.3 1-.6 2.2-.9 3.5-.9 6 0 13.5 4.9 21 12.3-3.5 3.8-7 8.2-10.4 13-5.8.5-11.3 1.4-16.5 2.5-.6-2.3-1-4.5-1.4-6.6zM7 64c0-4.7 5.7-9.7 15.7-13.4 2-.8 4.2-1.5 6.4-2.1 1.6 5 3.6 10.3 6 15.6-2.4 5.3-4.5 10.5-6 15.5C15.3 75.6 7 69.6 7 64zm28.5 49.3c-4.1-2.4-5.5-9.8-3.8-20.3.3-2.1.8-4.3 1.4-6.6 5.2 1.2 10.7 2 16.5 2.5 3.4 4.8 6.9 9.1 10.4 13-7.4 7.3-14.9 12.3-21 12.3-1.3 0-2.5-.3-3.5-.9zM96.3 93c1.7 10.5.3 17.9-3.8 20.3-1 .6-2.2.9-3.5.9-6 0-13.5-4.9-21-12.3 3.5-3.8 7-8.2 10.4-13 5.8-.5 11.3-1.4 16.5-2.5.6 2.3 1 4.5 1.4 6.6zm9-15.6c-2 .8-4.2 1.5-6.4 2.1-1.6-5-3.6-10.3-6-15.6 2.4-5.3 4.5-10.5 6-15.5 13.8 4 22.1 10 22.1 15.6 0 4.7-5.8 9.7-15.7 13.4z"})))};ll.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ll.defaultProps={color:"#61DAFB",size:"128"};const rl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M77.6 92.4c-.1 0-.1 0-.1.1-.8.9-1.2 1.3-1.7 1.7-1.4 1.1-3-.1-4-.7-2.3-1.3-4.1-.5-4.6.5-.4 1 .1 2.3 1.3 2.1 1.7-.2 1.8 0 3.1.8 2.4 1.5 4.1.7 4.9 0 .7-.6 1.1-1.1 1.5-1.8.7-1.3.1-2.4-.2-2.7h-.2zM74.9 17h-.4c-.7 0-1.4.3-2.1.4-2.4.2-4.5 1-5.9 1.7-.1 0-.1-.1-.1-.1l.2-.1 1.2.2c3.9-.4 7.1.4 7.3 1.6.1.9-1.6 1.9-4.1 2.5-.1 0-.2.2-.2.3 0 .1.1.3.2.3 1 .3 2.3.5 3.6.5 4 .1 7.3-1.6 7.3-3.5.2-1.8-3-3.8-7-3.8zM64 1.8C29.5 1.8 1.6 29.7 1.6 64.1c0 7 1.1 13.9 3.3 19.9h4.3c3.8 0 7.4-.9 10.4-2.4.8-.4 1.6-.6 2.5-.6 1.9 0 3.6.8 4.6 2.5.9 1.6 1.7 2.5 2.8 3.1.9.6 2.1 1 3.8 1 .8 0 2.1-.2 2.4-1.1.4-1-.1-1.7-1.3-2.2-1.7-.7-2.1-1.7-3-3.3-.9-1.6-2.8-2.4-3.1-5.4-.3-3 2-6.7 6.6-5.5 3.3.9 5.4 4.9 6.2 6.3.4.7 1.9 1.6 3.1.5 1.2-1.1 2.3-1.1 3.2.3.8 1.2 6.4 8.7 12.5 8.9 6.2.2 9.5-1.4 12.2-1.3 1.9.1 2.8 1 3.9 1.2 1.9.3 3.2-1.4 5.3-1.3 1.7.1 3.5 1.2 5.4 1.2s5.9-2.3 5.8-1.3c-.1 1.7-1.4 4.6-1.7 6-.2.9 0 3.2-.6 5.1-.5 1.9-2.2 4.2-2.7 4.9-1.5 2.3-2.6 3-3.9 5.4-1.4 2.7-3.7 5.2-4.3 6-.8 1 4.3 0 6.1-1.7 1.5-1.4 4.2-5.8 8.5-6.8 2.9-.6 3.4-1.7 3.1-2.8-.1-.1-.1-.3-.1-.4 0-.4.2-.7.6-.9 3-1.2 7-2 11.4-2 2.6 0 5.1.3 7.5.9 6.3-9.8 10-21.4 10-33.9 0-34.6-27.9-62.6-62.4-62.6zM114.8 63c-3 16.4-29.9 21.9-56 14-25-7.5-46.8-22.5-44.3-31.3 1.5-5.1 9.6-7.3 20.4-6.1-1.6 3.3-1.5 7.3 5.6 11.7 8.8 5 23.6 9.2 27.6 8.8 1.5-.1 2.8-.9 1.5-1.8-1.3-.9-2.5-2.7-3.3-5.8-.4-1.7-.9-4.2-10.3-6-20.2-3.9-19.4-9.6-18.8-12.8 0 0 1.8-8.1 2.5-10.9.7-2.8 2.7-9.3 15.7-6.4 7.5 1.7 11.6-.4 13.6-.9 5.6-1.4 11.9-.4 15.3 3.1 3.6 3.7 8.5 14.9 10.8 23.4 1.2 4.3.9 6.3.3 7.8-.4 1-.7 1.6-2.2 4.1-.3.4 0 .9.5.6 3.9-2 4.8-4.7 5.4-6.7 10.7 2.2 17 7.7 15.7 15.2zM57.6 27.5c-3 0-5.2.4-7.1.4s-3.4-1.3-4-2.2c-.6-.7-2.4-1.4-3.3.9-1 2.3.8 4.7 2.3 5 0 0 2.5 4.7 4.4 2.6 1.3-1.4 2.1-2.2 9.3-2.7 3.4-.3 3.8-1 3.7-1.9-.2-1-2.3-2.1-5.3-2.1z"}))};rl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},rl.defaultProps={color:"#E93442",size:"128"};const ol=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M6.2 52.7c6.7 3.2 43.7 18.1 49.5 20.9 5.8 2.8 10 2.8 17.4-1 7.4-3.9 42.2-18.1 48.9-21.6 3.4-1.8 4.9-3.2 4.9-4.4V34.1c0-1.3-1.7-2.4-5-3.6-6.5-2.4-41.1-16.1-47.7-18.6-6.6-2.4-9.3-2.3-17.1.5C49.3 15.2 12.6 29.6 6 32.2c-3.2 1.3-5 2.4-5 3.7H.8v12.7c.2 1.2 2.1 2.5 5.4 4.1zm60.4 1.8l-20.3-8.4 29.1-4.5-8.8 12.9zm44.1-20l-17.2 6.8-1.9.7-17.2-6.8 19.1-7.5 17.2 6.8zM60.1 22l-2.8-5.2 8.8 3.4 8.3-2.7-2.2 5.4 8.4 3.2-10.9 1.1-2.4 5.9-3.9-6.5-12.6-1.1 9.3-3.5zm-21.7 7.3c8.6 0 15.6 2.7 15.6 6s-7 6-15.6 6-15.6-2.7-15.6-6 7-6 15.6-6zM122 59.8c-6.7 3.5-41.4 17.8-48.8 21.6-7.4 3.9-11.5 3.8-17.3 1-5.8-2.8-43-17.7-49.6-20.9C2.9 59.9 1 58.6 1 57.3V70c0 1.3 1.9 2.6 5.2 4.2 6.7 3.2 43.7 18.1 49.5 20.9 5.8 2.8 10 2.8 17.4-1 7.4-3.9 42.2-18.1 48.9-21.6 3.4-1.8 4.9-3.2 4.9-4.4V55.6c0 1.1-1.6 2.5-4.9 4.2zm0 20.7c-6.7 3.5-41.4 17.8-48.8 21.6-7.4 3.9-11.5 3.8-17.3 1-5.8-2.8-43-17.7-49.6-20.9C2.9 80.7 1 79.3 1 78v12.7c0 1.3 1.9 2.6 5.2 4.2 6.7 3.2 43.7 18.1 49.5 20.9 5.8 2.8 10 2.8 17.4-1 7.4-3.9 42.2-18.1 48.9-21.6 3.4-1.8 4.9-3.2 4.9-4.4V76.3c0 1.2-1.6 2.5-4.9 4.2z"}))};ol.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ol.defaultProps={color:"#D82C20",size:"128"};const sl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M88.69 88.11c-9 18.4-24.76 30.78-45.61 34.85a39.73 39.73 0 01-9.77 1.14c-12 0-23-5-28.34-13.19C-2.2 100-4.64 76.87 19 59.76c.48 2.61 1.46 6.19 2.11 8.31A38.24 38.24 0 0010 81.1c-4.4 8.64-3.91 17.27 1.3 25.25 3.6 5.38 9.3 8.65 16.63 9.65a44 44 0 0026.55-5c12.71-6.68 21.18-14.66 26.72-25.57a9.32 9.32 0 01-2.61-6A9.12 9.12 0 0187.37 70h.34a9.15 9.15 0 011 18.25zm28.67-20.2c12.21 13.84 12.54 30.13 7.82 39.58-4.4 8.63-16 17.27-31.6 17.27a50.48 50.48 0 01-21-5.05c2.29-1.63 5.54-4.24 7.33-5.87a41.54 41.54 0 0016 3.42c10.1 0 17.75-4.72 22.31-13.35 2.93-5.7 3.1-12.38.33-19.22a43.61 43.61 0 00-17.27-20.85 62 62 0 00-34.74-10.59h-2.93a9.21 9.21 0 01-8 5.54h-.31a9.13 9.13 0 01-.3-18.25h.33a9 9 0 018 4.89h2.61c20.8 0 39.06 7.98 51.42 22.48zm-82.75 23a7.31 7.31 0 011.14-4.73c-9.12-15.8-14-35.83-6.51-56.68C34.61 13.83 48.13 3.24 62.79 3.24c15.64 0 31.93 13.69 33.88 40.07-2.44-.81-6-2-8.14-2.44-.53-8.63-7.82-30.13-25.09-29.81-6.19.17-15.31 3.1-20 9.12a43.69 43.69 0 00-9.64 25.25 59.61 59.61 0 008.47 36.16 2.75 2.75 0 011.14-.16h.32a9.12 9.12 0 01.33 18.24h-.33a9.16 9.16 0 01-9.12-8.79z"})))};sl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},sl.defaultProps={color:"#764abc",size:"128"};const nl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M120.84 64.73c0 13.07.19 25.8-.1 38.51-.11 4.75-3.57 6.51-8.12 6.5-16.33-.05-32.65-.02-48.98-.02H37.88c2.88-3.05 8.99-8.76 8.99-8.76s3.93-1.35 6.59-1.59c3.45-.31 9.2-1.79 9.2-1.79s2.15-5.36 2.81-8.38c.41-1.89 1.85-5.42 1.85-5.42l6.16-.02 15.01-.11s2.66-7.53 3.64-11.27c7.99-1.05 21.38-5.86 28.71-7.65M26.92 85.18c-1.24 3.62.65 8.57-4.16 10.16-4.96 1.64-9.13 6.46-16.29 4.12 2.47-1.33 3.6-3.6 5.6-4.61.59-.3 1.77-1.06 1.77-1.06l1.57 1.12s1.09-.5 1.61-.83c1.56-.98 3.39-3.39 5.02-4.77 1.64-1.39 3.26-2.76 4.88-4.13M113.75 46.41c-.17-.78-.49-1.26-.49-1.26s-4.73 2.94-6.44 3.48c-1.5.47-2.74 2.13-3.87-.73-.94-2.38.39-2.49 1.87-3.01 3.33-1.17 6.62-2.49 9.96-3.62 2.03-.69 4.72-.75 5.38 1.3.24.74-.05 1.58-.05 1.58s-2.18.75-3.31 1.18c-.94.34-2.2.75-3.05 1.08M36.07 38.72c-1.46.36-1.43-.74-1.53-1.47-.29-2.16 1.75-2.18 2.92-2.87.98-.58 1.63.44 1.74 1.21.54 2.25-2.18 2.45-3.13 3.13M33.45 33.03c-1.14.07-1.71-.56-1.75-1.47-.06-1.6.91-2.62 2.42-2.7 1.18-.06 2.6.55 2.37 1.97-.24 1.47-2.01 1.55-3.04 2.2"}),e.createElement("path",{d:"M117.96 53.14c-3-.52-6.1-1.07-9.11-.89-6.19.38-9.22-2.64-10.49-8.33-.68-3.06-.28-6.1-.37-9.15-.03-.84-.31-2.12.18-2.14 4.32-.94 4.57-2.18 6.75-4.62.35-.4 2.29-.53 3.15-1.68 0 0 .6-3.77-.76-5.23-.37-.29-4.04.11-4.52-.01-3.19-.81-2.13-1.95-6.67-.42-.55.19-2.8 1.67-3.27 2.02-1.29.97-3.46 1.15-3.46 1.15s.16 1.12.39 1.47c-5.31 3.78-10.63 7.55-14.88 12.62-1.21 1.44-2.34 2.86-4.06 3.78-14.4 7.7-28.79 15.41-43.16 23.19-3.51 1.9-6.71 1.98-8.72-1.81-2.1-3.96.35-6.34 3.68-8.11 3.75-1.99 7.52-3.98 11.23-6.04 3.24-1.8 5.42-4.38 5.94-8.93-7.54 4.06-14.62 7.63-21.45 11.63-5.07 2.97-6.52 8.76-3.99 13.78 2.56 5.07 8.44 7.12 13.96 4.79 1.86-.78 3.62-1.8 6.45-3.22-.6 3.76.49 6.42 1.49 9.13 1.08 2.94.42 5.92-2.68 6.68-3.33.81-3.6 2.93-4.16 5.47-.92 4.14-.87 9.56-3.5 11.93-.62.56-1.16 1.76-2.39 1.76-.27 1.69-.44 3.11-.89 4.97-.15.9 0 1.77.16 1.8.77.12 1.65.1 2.37-.18 1.54-.61 2.13-2.12 2.88-3.45 2.41-4.3 4.83-8.59 7.2-12.91.84-1.54 1.71-2.71 3.7-3.05 9.48-1.62 14.53-7.53 15.59-16.91.27-2.38.81-3.47 3.59-3.54 9.9-.28 18.75-4.07 25.96-10.53 4.45-3.99 7.26-6.89 13.67-2.72 3.96 2.58 8.88 1.25 13.72 1.06.68-.03 2.84-1.3 2.84-1.3s-.05 1.07.18 1.33c1.15.09 1.91.32 3.01.72.52.19 2.67.17 2.67.17s.21-.41.35-1.02c.38-1.84-1.06-2.99-2.58-3.26zM99.91 21.99c.73-.07 1.22.57 1.23 1.3.02.68-.25 1.31-1.08 1.42-.79.06-1.31-.37-1.47-1.06-.25-1.03.46-1.59 1.32-1.66zM41.88 62.46c1.15-.04 1.21.81 1.32 1.57-.27.64-.35 1.39-1.2 1.38-1.11-.01-1.28-.86-1.28-1.69-.01-.71.38-1.23 1.16-1.26zm-1.62 11.22c-.9-.2-1.38-.95-1.08-1.8.18-.5.83-1.12 1.31-1.15.92-.06 1.37.66 1.35 1.6-.18.85-.56 1.58-1.58 1.35zm2.75 8.49c-.75.13-1.22-.31-1.3-1.08-.09-.85.08-1.59.98-1.92.84-.04 1.17.47 1.3 1.16.17.87.04 1.66-.98 1.84zm4.87-5.79c-.8-.04-1.07-.73-1.08-1.41-.01-.87.17-1.75 1.3-1.69.78.04 1.01.73 1.11 1.53-.09.73-.19 1.63-1.33 1.57zm1.66-7.56c-.45 0-1.14-.63-1.32-1.12-.3-.85.17-1.66 1.05-1.88 1.01-.25 1.35.57 1.59 1.27.12 1.09-.46 1.72-1.32 1.73zm2.23-9.78c-.25.2-.78.93-1.23.88-.84-.09-1.58-.79-1.25-1.77.19-.55.87-1.39 1.24-1.34.84.11 1.42.81 1.24 2.23zm7.18 4.63c-.09.32-.38.59-.68.86-.32.28-.8.28-1.12 0-.31-.26-.6-.54-.68-.86-.2-.76.21-1.31.84-1.68.26-.15.59-.15.85.01.59.37 1 .91.79 1.67zm1.81-7.8c-.17.49-.82.81-1.15 1.12-1.16-.42-1.55-1.17-1.27-1.98.16-.45.95-1.02 1.37-.96.87.14 1.33.98 1.05 1.82zm5.35-7.65c.93.05 1.38.72 1.18 2.04-.13.52-.6 1.23-1.56.86-.49-.19-1.04-.88-1.09-1.39-.08-.87.55-1.57 1.47-1.51zm.28 15.43c-.8-.01-1.07-.59-1.17-1.28.1-.82.15-1.69 1.28-1.7.85-.01 1.06.7 1.12 1.32.08.84-.09 1.68-1.23 1.66zm5.17-7.86c-.09.8-.62 1.14-1.41 1.1-1.02-.35-1.11-1.18-.95-2.05.13-.7.55-1.3 1.38-1.09 1.06.28 1.07 1.18.98 2.04zm3.67-5.76c-.95.22-1.44-.58-1.54-1.43-.12-.97.51-1.45 1.45-1.59.82.22 1.52.7 1.25 1.67-.16.54-.69 1.24-1.16 1.35zm3.47 7.09c-.08.77-.53 1.19-1.28 1.31-.95-.23-1.41-.85-1.32-1.8.07-.77.63-1.28 1.34-1.26 1.02.02 1.36.78 1.26 1.75zm-.17-13.78c-1.04.14-1.59-.54-1.53-1.44.05-.78.42-1.76 1.5-1.47.5.13.85.85 1.12 1.15-.08 1.01-.31 1.65-1.09 1.76zm5.86 8.45c-.2.64-.71 1.21-1.44.99-.91-.27-1.31-1.02-1-1.96.21-.65.65-1.12 1.44-1.04.83.41 1.29 1.08 1 2.01zm.39-6.36c-.82-.11-1.07-.79-1-1.47.08-.84.44-1.75 1.5-1.45.5.14.83.88 1.13 1.21-.18 1.18-.58 1.85-1.63 1.71zm.87-8.61c-.77.2-1.27-.32-1.52-.99-.37-1 .14-1.58.93-1.91.9-.14 1.44.21 1.63.94.25.93-.05 1.71-1.04 1.96zm6.38-6.18c.82-.08 1.4.25 1.58.96.24.93-.13 1.72-1.06 2-.75.23-1.24-.35-1.46-1.02-.3-.94.03-1.63.94-1.94zm-1.5 9.39c0-.69.26-1.44 1.05-1.52 1.07-.1 1.43.65 1.46 1.61-.04.73-.27 1.42-1.07 1.51-1.11.13-1.44-.69-1.44-1.6zm2.93 8.1c-.47-.06-1.05-.73-1.23-1.25-.3-.91.29-1.49 1.08-1.75 1.07-.01 1.59.57 1.59 1.47.01.9-.52 1.65-1.44 1.53z"})))};nl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},nl.defaultProps={color:"#f5be17",size:"128"};const al=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M71.4 38.8c-1.5-.6-3.9-1-6.9-1.1-4.2-.1-9 .4-9.2.5v20c13.3.6 15.5-1.7 15.5-1.7 11.6-5.9 4.3-16.2.6-17.7z"}),e.createElement("path",{d:"M64 0C28.6 0 0 28.6 0 64s28.6 64 64 64 64-28.6 64-64S99.3 0 64 0zm28.6 89.8H82L64.4 63.5h-9V84h9v5.8H41.5v-5.7l7.6-.1-.1-45.9c-.8-.2-7.5-.8-7.5-.8V32c1 1 7.9 1.2 7.9 1.2 1.6.1 3.9.2 5.2-.1 9.3-1.7 16.4-.4 16.4-.4 14 3.2 14.2 15.8 10.3 22.6-3.5 5.8-10.3 7.2-10.3 7.2l14.4 21.8 7.2-.1v5.6z"})))};al.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},al.defaultProps={color:"#75aadb",size:"128"};const il=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M35.971 111.33l81.958 11.188c-9.374-15.606-18.507-30.813-27.713-46.144L35.971 111.33zm89.71-86.383c-2.421 3.636-4.847 7.269-7.265 10.907a67619.72 67619.72 0 00-24.903 37.485c-.462.696-1.061 1.248-.41 2.321 8.016 13.237 15.969 26.513 23.942 39.777 1.258 2.095 2.53 4.182 4.157 6.192l4.834-96.58-.355-.102zM16.252 66.22c.375.355 1.311.562 1.747.347 7.689-3.779 15.427-7.474 22.948-11.564 2.453-1.333 4.339-3.723 6.452-5.661 6.997-6.417 13.983-12.847 20.966-19.278.427-.395.933-.777 1.188-1.275 2.508-4.902 4.973-9.829 7.525-14.898-3.043-1.144-5.928-2.263-8.849-3.281-.396-.138-1.02.136-1.449.375-6.761 3.777-13.649 7.353-20.195 11.472-3.275 2.061-5.943 5.098-8.843 7.743-4.674 4.266-9.342 8.542-13.948 12.882a24.011 24.011 0 00-3.288 3.854c-3.15 4.587-6.206 9.24-9.402 14.025 1.786 1.847 3.41 3.613 5.148 5.259zm28.102-6.271l-11.556 48.823 54.3-34.987-42.744-13.836zm76.631-34.846l-46.15 7.71 15.662 38.096c10.221-15.359 20.24-30.41 30.488-45.806zM44.996 56.644l41.892 13.6c-5.25-12.79-10.32-25.133-15.495-37.737L44.996 56.644zM16.831 75.643L2.169 110.691l27.925-.825-13.263-34.223zm13.593 26.096l.346-.076c3.353-13.941 6.754-27.786 10.177-42.272L18.544 71.035c3.819 9.926 7.891 20.397 11.88 30.704zm84.927-78.897c-4.459-1.181-8.918-2.366-13.379-3.539-6.412-1.686-12.829-3.351-19.237-5.052-.801-.213-1.38-.352-1.851.613-2.265 4.64-4.6 9.245-6.901 13.868-.071.143-.056.328-.111.687l41.47-6.285.009-.292zM89.482 12.288l36.343 10.054-6.005-17.11-30.285 6.715-.053.341zM33.505 114.007c-4.501-.519-9.122-.042-13.687.037-3.75.063-7.5.206-11.25.323-.386.012-.771.09-1.156.506 31.003 2.866 62.005 5.732 93.007 8.6l.063-.414-29.815-4.07c-12.384-1.691-24.747-3.551-37.162-4.982zM2.782 99.994c3.995-9.27 7.973-18.546 11.984-27.809.401-.929.37-1.56-.415-2.308-1.678-1.597-3.237-3.318-5.071-5.226-2.479 12.24-4.897 24.177-7.317 36.113l.271.127c.185-.297.411-.578.548-.897zm78.74-90.153c6.737-1.738 13.572-3.097 20.367-4.613.44-.099.87-.244 1.303-.368l-.067-.332-29.194 3.928c2.741 1.197 4.853 2.091 7.591 1.385z"}))};il.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},il.defaultProps={color:"#D91404",size:"128"};const hl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M118 97.51c-1.19-2-12.23-18.28-13.13-20.23l-.33-.69.6-.47a39.57 39.57 0 0015.18-31.47V43.6c0-8.71-2.82-17-7.75-22.81-5.72-6.79-14-10.79-23.48-11.5v25.2c5 1.54 8.38 6.53 8.38 13.07 0 7.42-5.32 11.36-9.79 14.22l-1.78 1.15a14 14 0 00-6 11.91 22.11 22.11 0 001.72 8.29l1.55 2.93 16.2 25 .26.44 2.18 3.42a9.67 9.67 0 005.61 3.89 11.29 11.29 0 009.3-1.8 10.92 10.92 0 004.56-7.38l.19-2.08A19.64 19.64 0 00118 97.51z"}),e.createElement("path",{d:"M83.87 9a32.38 32.38 0 00-8.46 1.83c-.24.09-.47.21-.71.3-.82.32-1.64.65-2.43 1-.31.15-.6.33-.91.49-.79.42-1.6.8-2.36 1.28a34.43 34.43 0 00-5.35 4.15A32.84 32.84 0 0041 8.86C22 8.86 6.55 25.48 6.55 46a.66.66 0 000 .12V117H30V46.1a.84.84 0 010-.1c0-6.55 4.92-11.85 11-11.85S51.92 39.4 52 45.9v.1a.68.68 0 000 .12v70.89h23.32v-70.9-.08-.1c0-.32.06-.61.09-.92v-.61a11.47 11.47 0 018.42-9.87V9z"})))};hl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},hl.defaultProps={color:"#c12c4c",size:"128"};const zl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M62.271 10.88c-.189.11-.982 1.248-1.763 2.529-1.96 3.217-1.982 3.219-4.615.448-1.713-1.802-2.127-2.132-2.679-2.128-.359.002-.812.124-1.008.271-.195.147-.748 1.317-1.228 2.6-1.099 2.939-1.152 3.034-1.761 3.151-.375.071-1.097-.331-2.828-1.574-1.278-.919-2.532-1.67-2.786-1.67-1.054 0-1.351.576-1.853 3.593-.638 3.836-.616 3.823-4.074 2.252-1.396-.633-2.72-1.152-2.943-1.152-.223 0-.646.24-.939.533-.532.533-.533.535-.388 3.468l.146 2.936-.555.297c-.492.263-.831.231-3.009-.284-2.843-.671-3.443-.653-4.019.122l-.421.566.565 2.421c.31 1.331.609 2.613.665 2.848.055.234-.04.609-.212.832-.284.367-.586.4-3.217.36-4.453-.07-4.706.312-2.866 4.328.585 1.275 1.064 2.433 1.064 2.572 0 .734-.585 1.001-3.098 1.411-1.406.229-2.628.417-2.716.417-.088 0-.352.192-.586.426-.765.765-.548 1.483 1.187 3.932 2.161 3.05 2.157 3.061-1.413 4.427-4.06 1.553-4.142 1.936-1.051 4.868 2.879 2.73 2.882 2.69-.377 4.739-2.469 1.551-2.507 1.588-2.57 2.429-.076 1.023-.058 1.041 2.89 2.842 2.915 1.78 2.915 1.834.054 4.541-3.077 2.91-2.982 3.335 1.081 4.868 3.55 1.339 3.555 1.355 1.39 4.405-1.227 1.729-1.618 2.449-1.618 2.983 0 .999.52 1.254 3.627 1.776 2.617.441 3.2.7 3.2 1.422 0 .148-.48 1.316-1.067 2.594-1.826 3.977-1.618 4.308 2.704 4.308 4.025 0 3.918-.123 3.051 3.507-.654 2.736-.664 3.26-.072 3.851.453.454 1.307.403 3.978-.236 2.04-.487 2.398-.521 2.871-.268l.54.289-.146 2.935c-.145 2.934-.144 2.936.388 3.469.293.293.722.533.952.533.23 0 1.554-.516 2.943-1.147 3.447-1.565 3.425-1.578 4.061 2.246.504 3.031.798 3.594 1.874 3.594.267 0 1.494-.72 2.728-1.6 2.167-1.546 2.729-1.788 3.306-1.421.149.094.727 1.364 1.284 2.822.819 2.144 1.119 2.702 1.575 2.92.868.416 1.405.082 3.445-2.14 2.463-2.683 2.564-2.67 4.575.589 2.221 3.598 2.796 3.59 5.073-.073 1.962-3.156 1.939-3.154 4.591-.384 1.761 1.838 2.136 2.131 2.73 2.131.379 0 .832-.142 1.005-.316.174-.174.75-1.459 1.28-2.855.53-1.397 1.079-2.613 1.221-2.703.561-.357 1.142-.106 3.306 1.43 1.274.905 2.473 1.6 2.758 1.6 1.058 0 1.44-.751 1.88-3.703.376-2.517.452-2.758.947-3.009.487-.247.779-.164 3.063.873 1.389.63 2.713 1.146 2.943 1.146.23 0 .666-.247.967-.549l.549-.548-.151-2.815c-.144-2.688-.131-2.832.298-3.22.441-.399.486-.397 2.952.166 2.986.682 3.543.7 4.104.139.548-.548.542-.668-.208-3.831-.841-3.548-.954-3.422 3.088-3.422 2.755 0 3.062-.039 3.413-.426.586-.648.447-1.39-.732-3.903-.595-1.266-1.078-2.418-1.074-2.56.02-.747.607-1.002 3.32-1.443 1.66-.269 2.902-.581 3.127-.784.754-.681.477-1.567-1.244-3.98-2.157-3.024-2.148-3.053 1.306-4.326 4.136-1.524 4.254-2.032 1.159-4.973-2.867-2.724-2.868-2.709.272-4.637 3.796-2.33 3.802-2.855.067-5.173-3.212-1.993-3.21-1.965-.331-4.699 3.088-2.934 3.004-3.318-1.057-4.871-3.584-1.371-3.595-1.405-1.417-4.394 1.297-1.78 1.618-2.371 1.618-2.981 0-1.066-.478-1.305-3.622-1.813-2.627-.424-3.205-.682-3.205-1.429 0-.142.48-1.285 1.067-2.542 1.149-2.461 1.31-3.446.66-4.035-.349-.316-.817-.361-3.321-.32-2.62.044-2.955.007-3.318-.358-.397-.399-.393-.455.227-3.042.76-3.17.763-3.247.138-3.834-.634-.596-1.03-.586-3.941.099-2.121.5-2.472.533-2.954.275l-.547-.293.151-2.926.152-2.925-.547-.547c-.301-.301-.728-.547-.95-.547-.221 0-1.538.523-2.926 1.161-2.318 1.067-2.567 1.138-3.068.876-.5-.262-.583-.52-1.01-3.127-.493-3.016-.798-3.603-1.869-3.603-.254 0-1.513.755-2.798 1.678-2.11 1.516-2.393 1.659-2.919 1.476-.435-.152-.688-.483-.997-1.306-.229-.606-.667-1.774-.975-2.595-.622-1.656-.969-2.027-1.901-2.027-.52 0-.991.374-2.679 2.127-2.653 2.756-2.663 2.755-4.614-.445-.78-1.279-1.595-2.421-1.812-2.537-.488-.262-1.062-.261-1.511.002m2.418 9.635c2.311 1.645 1.082 5.512-1.752 5.512-2.75 0-4.135-3.313-2.171-5.194 1.108-1.062 2.697-1.191 3.923-.318m-2.906 10.214c1.515.576 2.137.23 5.596-3.104l2.599-2.506 1.1.146c3.45.458 10.312 3.472 14.255 6.261 3.623 2.564 8.438 7.786 10.49 11.377l.439.769-1.944 4.38c-1.07 2.409-1.945 4.633-1.945 4.944 0 .717.47 1.851.923 2.226.191.159 2.006 1.033 4.033 1.942l3.684 1.654.145.937c.187 1.221.212 4.22.042 5.072l-.133.666h-2.103c-2.439 0-2.251-.218-2.383 2.774-.096 2.169-.62 3.368-1.812 4.144-1.942 1.267-5.149 1.037-6.509-.466-.209-.231-.615-1.392-.903-2.581-.841-3.473-1.971-5.423-4.241-7.32-.717-.599-1.303-1.158-1.303-1.243 0-.084.788-.748 1.752-1.473 3.51-2.646 5.528-5.726 5.75-8.777.423-5.819-4.213-11.243-11.109-13.001-1.635-.417-2.333-.43-22.56-.43-11.48 0-20.873-.075-20.873-.166 0-.215 2.551-2.691 4.054-3.933 4.127-3.412 9.488-6.097 15.04-7.531l1.92-.497 2.728 2.766c1.501 1.521 2.972 2.857 3.268 2.97M27.432 48.526c1.257.823 1.772 2.891 1.03 4.134-1.148 1.924-4.056 2.005-5.205.145-1.671-2.702 1.547-6.001 4.175-4.279m74.05.105c3.288 2.005.74 6.937-2.78 5.38-2.35-1.04-2.425-4.252-.127-5.424.959-.489 2.061-.472 2.907.044M37.12 60.907v12.266H26.276l-.43-1.866c-.846-3.675-1.202-7.477-.989-10.591l.149-2.188 3.728-1.672c2.339-1.048 3.843-1.847 4.037-2.144.848-1.293.767-2.217-.423-4.845l-.556-1.227h5.328v12.267m31.22-11.733c2.322.604 3.549 1.833 3.552 3.556.002 1.265-.625 2.059-2.18 2.761-1.101.498-1.276.51-8.219.578l-7.093.068v-7.284h6.355c4.964 0 6.625.07 7.585.321m-2.396 17.602c1.151.32 2.512 1.32 3.21 2.359.733 1.092 1.162 2.512 2.178 7.216.858 3.976 1.41 5.276 2.956 6.968 1.915 2.095 1.471 2.014 11.037 2.014 4.581 0 8.328.073 8.328.163 0 .161-3.155 3.891-3.291 3.891-.039 0-1.687-.345-3.662-.767-5.577-1.191-5.778-1.051-7.058 4.926l-.823 3.84-.743.366c-1.24.612-5.27 1.872-7.359 2.302-3.452.71-7.209.95-10.511.671-5.629-.477-13.083-2.661-13.374-3.92-.062-.267-.437-1.995-.832-3.841-.396-1.846-.877-3.597-1.069-3.891-.923-1.408-1.894-1.495-6.164-.55-1.617.358-3.028.65-3.136.65-.203 0-3.204-3.47-3.204-3.704 0-.073 7.128-.158 15.84-.188l15.84-.054.057-5.627c.04-3.973-.015-5.714-.187-5.92-.192-.232-1.214-.293-4.91-.293H54.4V66.56l5.387.001c2.962.001 5.733.098 6.157.215M41.536 92.365c2.519 1.535 1.311 5.557-1.668 5.554-3.055-.002-4.187-3.987-1.584-5.575.861-.525 2.374-.515 3.252.021m46.126.168c1.235.905 1.646 2.788.881 4.042-2.009 3.295-7.033.676-5.355-2.791.825-1.703 3.018-2.317 4.474-1.251"}))};zl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},zl.defaultProps={color:"#000000",size:"128"};const ml=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 1.5C29.5 1.5 1.5 29.5 1.5 64s28 62.5 62.5 62.5 62.5-28 62.5-62.5S98.5 1.5 64 1.5zm56 57.9l-5 .4-.1-1 5-.4.1 1zm0 3.6v1h-9v-1h9zm-.6-8.4l-9.1 1.6-.2-1 9.1-1.6.2 1zm-1-4.8l-4.9 1.3-.3-1 4.9-1.3.3 1zm-1.4-4.7l-8.6 3.2-.3-.9 8.6-3.2.3.9zm-1.8-4.6l-4.5 2.1-.4-.9 4.5-2.1.4.9zm-2.3-4.3l-8 4.6-.5-.9 8-4.6.5.9zm-3.1-5l.6.8-4.1 2.9-.6-.8 4.1-2.9zm-2.4-3.1l-7.1 5.9-.6-.8 7.1-5.9.6.8zm-6.9-7l-5.9 7.1-.8-.6 5.9-7.1.8.6zm-4.7-3.6l.8.6-2.9 4.1-.8-.6 2.9-4.1zm-3.2-2.1l-4.6 8-.9-.5 4.6-8 .9.5zm-5.3-2.7l.9.4-2.1 4.5-.9-.4 2.1-4.5zm-4.5-1.8l.9.3-3.2 8.6-.9-.3 3.2-8.6zm-4.7-1.5l1 .3-1.3 4.9-1-.3 1.3-4.9zm-4.8-1l1 .2-1.6 9.1-1-.2 1.6-9.1zm-4.9-.6l1 .1-.4 5-1-.1.4-5zM63 8h1v9h-1V8zm-3.4-.2l.4 5-1 .1-.4-5 1-.1zm-4.9.6l1.6 9.1-1 .2-1.6-9.1 1-.2zm-4.8 1l1.3 4.9-1 .3L49 9.7l.9-.3zm-4.7 1.5l3.2 8.6-.9.3-3.2-8.6.9-.3zm-4.5 1.8l2.1 4.5-.9.4-2.1-4.5.9-.4zm-4.4 2.2l4.6 8-.9.5-4.6-8 .9-.5zm-4.1 2.6l2.9 4.1-.8.6-2.9-4.1.8-.6zm-3.9 3l5.9 7.1-.8.6-5.9-7.1.8-.6zm-3.7 3.2l3.5 3.5-.7.8-3.5-3.5.7-.8zm-3.4 3.6l7.1 5.9-.6.8-7.1-5.9.6-.8zm-3 3.9l4.1 2.9-.6.8-4.1-2.9.6-.8zm-2.6 4.1l8 4.6-.6.9-8-4.6.6-.9zm-2.3 4.3l4.5 2.1-.4.9-4.5-2.1.4-.9zm-1.9 4.6l8.6 3.2-.3.9-8.7-3.2.4-.9zm-1.6 4.6l4.9 1.3-.3 1-4.9-1.3.3-1zm-1.1 4.8l9.1 1.6-.2 1-9.1-1.6.2-1zM8 58.5l5 .4-.1 1-5-.4.1-1zm9 4.5v1H8v-1h9zm-9 5.3l5-.4.1 1-5 .4-.1-1zm.6 4.8l9.1-1.6.2 1-9.1 1.6-.2-1zm1 4.8l4.9-1.3.3 1-4.9 1.3-.3-1zm1.4 4.7l8.6-3.2.3.9-8.6 3.2-.3-.9zm1.8 4.6l4.5-2.1.4.9-4.5 2.1-.4-.9zm2.3 4.4l8-4.6.5.9-8 4.6-.5-.9zm3.1 4.9l-.6-.8 4.1-2.9.6.8-4.1 2.9zm9.5-2.8l.6.8-7.1 5.9-.6-.8 7.1-5.9zm-.2 12.9l5.9-7.1.8.6-5.9 7.1-.8-.6zm4.7 3.6l-.8-.6 2.9-4.1.8.6-2.9 4.1zm3.2 2.1l4.6-8 .9.5-4.6 8-.9-.5zm5.3 2.7l-.9-.4 2.1-4.5.9.4-2.1 4.5zm4.5 1.9l-.9-.3 3.2-8.6.9.3-3.2 8.6zm4.7 1.4l-1-.3 1.3-4.9 1 .3-1.3 4.9zm4.8 1l-1-.2 1.6-9.1 1 .2-1.6 9.1zm4.9.6l-1-.1.4-5 1 .1-.4 5zm4.4.1h-1v-9h1v9zm4.4-.1l-.4-5 1-.1.4 5-1 .1zM21 106.7l37.7-48 48-37.7-36.8 48.9L21 106.7zm52.3 12.6l-1.6-9.1 1-.2 1.6 9.1-1 .2zm4.8-1l-1.3-4.9 1-.3L79 118l-.9.3zm4.7-1.4l-3.2-8.6.9-.3 3.2 8.6-.9.3zm4.5-1.9l-2.1-4.5.9-.4 2.1 4.5-.9.4zm4.4-2.2l-4.6-8 .9-.5 4.6 8-.9.5zm4.1-2.6l-2.9-4.1.8-.6 2.9 4.1-.8.6zm3.9-2.9l-5.9-7.1.8-.6 5.9 7.1-.8.6zm3.7-3.3l-3.5-3.5.7-.7 3.5 3.5-.7.7zm3.4-3.6l-7.1-5.9.6-.8 7.1 5.9-.6.8zm3-3.9l-4.1-2.9.6-.8 4.1 2.9-.6.8zm2.6-4.1l-8-4.6.5-.9 8 4.6-.5.9zm2.3-4.3l-4.5-2.1.4-.9 4.5 2.1-.4.9zm1.9-4.5l-8.6-3.2.3-.9 8.6 3.2-.3.9zm1.6-4.7l-4.9-1.3.3-1 4.9 1.3-.3 1zm1.1-4.8l-9.1-1.6.2-1 9.1 1.6-.2 1zm.7-4.8l-5-.4.1-1 5 .4-.1 1z"}))};ml.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ml.defaultProps={color:"#1B88CA",size:"128"};const pl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M33.97 22.03c-13.23 0-23.95 10.71-23.95 23.92 0 3.38.7 6.6 1.97 9.51A20.814 20.814 0 001.7 73.47c0 11.48 9.21 20.79 20.58 20.79 1.45 0 2.87-.15 4.23-.44 3.12 8.47 11.25 14.51 20.8 14.51 9.17 0 17.03-5.57 20.41-13.51a19.235 19.235 0 008.5 1.96c7.28 0 13.63-4.01 16.96-9.95 1.7.34 3.45.52 5.24.52 14.68 0 26.58-12.01 26.58-26.82 0-14.8-11.9-26.81-26.58-26.81-3.83 0-7.46.82-10.75 2.29-3.78-6.74-10.88-11.28-19.02-11.28-6.13 0-11.66 2.57-15.64 6.71-4.37-5.72-11.28-9.42-19.04-9.41zM73.5 52.16c.37 0 .7.02.97.07s.48.1.71.17c.05.02.19.09.13.26l-.55 1.5c-.04.11-.08.18-.31.11-.06-.02-.15-.04-.37-.09a2.61 2.61 0 00-.59-.06c-.29 0-.54.04-.77.11-.22.07-.42.19-.6.37s-.39.44-.5.76c-.26.75-.37 1.56-.38 1.61h2.29c.19 0 .25.09.23.23l-.27 1.49c-.04.22-.24.21-.24.21H70.9l-1.61 9.11c-.17.94-.38 1.75-.63 2.4-.25.66-.51 1.14-.93 1.6-.39.42-.82.74-1.32.92-.49.18-1.09.27-1.75.27-.32 0-.65-.01-1.05-.1a7.71 7.71 0 01-.65-.19c-.09-.04-.16-.15-.11-.29.05-.14.47-1.3.53-1.45.08-.18.26-.11.26-.11.13.05.22.09.39.12s.4.06.57.06c.31 0 .59-.04.84-.12.3-.1.47-.27.65-.5.19-.25.34-.58.5-1.02.16-.45.31-1.04.43-1.76l1.6-8.94h-1.58c-.19 0-.25-.09-.23-.23l.27-1.49c.04-.22.24-.21.24-.21h1.62l.09-.48c.25-1.43.73-2.52 1.44-3.24.72-.72 1.74-1.09 3.03-1.09zm-32.35.22h1.9c.12 0 .21.1.21.22v15.25c0 .12-.09.22-.21.22h-1.9c-.12 0-.2-.1-.2-.22V52.6c0-.12.08-.22.2-.22zm57.45 4.35c.59 0 1.12.04 1.58.11.49.07 1.14.24 1.41.35.05.02.19.09.13.25-.2.56-.34.93-.52 1.44-.08.22-.25.15-.25.15-.69-.22-1.36-.32-2.23-.32-1.04 0-1.83.35-2.34 1.03-.52.68-.81 1.58-.81 2.78 0 1.32.33 2.29.91 2.89.59.6 1.4.9 2.42.9.42 0 .81-.03 1.16-.08.35-.05.67-.16.98-.28 0 0 .2-.08.27.13l.53 1.42c.06.18-.09.25-.09.25-.8.31-1.91.53-2.99.53-1.83 0-3.24-.53-4.17-1.57-.94-1.03-1.41-2.45-1.41-4.2 0-.81.11-1.57.34-2.27.23-.7.58-1.31 1.03-1.83.45-.52 1.03-.93 1.7-1.23.67-.3 1.46-.45 2.35-.45zm-74.83.01h.25c1.36 0 2.67.39 3.62.97.08.05.17.15.12.28-.04.12-.46 1.25-.51 1.38-.09.24-.33.08-.33.08-.83-.46-2.12-.82-3.21-.82-.98 0-1.61.52-1.61 1.23v.04c0 .82 1.09 1.17 2.34 1.58l.22.07c1.67.52 3.44 1.25 3.44 3.25v.04c0 2.16-1.57 3.51-4.1 3.51-1.25 0-2.43-.19-3.69-.86-.23-.14-.47-.26-.7-.43-.02-.04-.13-.08-.05-.28l.48-1.37c.08-.23.26-.16.33-.11.14.08.24.16.42.26 1.47.93 2.83.94 3.26.94 1.1 0 1.78-.59 1.78-1.37v-.04c0-.85-1.05-1.18-2.27-1.55l-.27-.08c-1.67-.48-3.45-1.17-3.45-3.28v-.04c0-2 1.62-3.4 3.93-3.4zm10.43 0c1.43 0 2.53.33 3.28.99.76.65 1.14 1.72 1.14 3.15v6.54s.02.19-.16.23c0 0-.26.07-.5.13s-1.1.23-1.8.35c-.71.12-1.44.18-2.17.18a8.46 8.46 0 01-1.89-.19c-.57-.13-1.06-.34-1.46-.63-.4-.29-.71-.67-.93-1.12-.22-.45-.33-1-.33-1.63 0-.62.13-1.18.38-1.65.26-.47.61-.87 1.04-1.18.43-.31.93-.54 1.49-.69.56-.15 1.15-.23 1.76-.23.45 0 .83.01 1.12.03 0 0 .56.05 1.19.13v-.3c0-.95-.2-1.4-.59-1.7-.4-.31-1-.46-1.77-.46 0 0-1.73-.02-3.11.73-.07.04-.12.06-.12.06s-.17.06-.23-.12L30.03 58c-.08-.19.06-.28.06-.28.64-.5 2.2-.8 2.2-.8.51-.11 1.37-.18 1.91-.18zm26.6 0h.25c1.36 0 2.67.39 3.62.97.08.05.17.15.12.28-.04.12-.46 1.25-.51 1.38-.09.24-.33.08-.33.08-.83-.46-2.12-.82-3.21-.82-.98 0-1.61.52-1.61 1.23v.04c0 .82 1.09 1.17 2.34 1.58l.22.07c1.67.52 3.44 1.25 3.44 3.25v.04c0 2.16-1.57 3.51-4.1 3.51-1.25 0-2.43-.19-3.69-.86-.23-.14-.47-.26-.7-.43-.02-.04-.13-.08-.05-.28l.48-1.37c.07-.22.28-.14.33-.11.14.08.24.16.42.26 1.47.93 2.83.94 3.26.94 1.1 0 1.78-.59 1.78-1.37v-.04c0-.85-1.05-1.18-2.27-1.55l-.27-.08c-1.67-.48-3.45-1.17-3.45-3.28v-.04c0-2 1.62-3.4 3.93-3.4zm-10.24.02c.77 0 1.47.16 2.05.41.45.19.9.53 1.36 1.03.29.31.73.99.91 1.67.46 1.61.22 3 .22 3.1-.02.19-.21.19-.21.19l-7.15-.01c.04 1.09.3 1.86.83 2.38.51.51 1.33.84 2.44.84 1.69 0 2.42-.34 2.93-.53 0 0 .2-.07.27.12l.47 1.31c.09.22.02.3-.06.34-.45.24-1.54.7-3.6.71-1 0-1.87-.14-2.59-.42-.73-.28-1.33-.68-1.8-1.19a4.765 4.765 0 01-1.04-1.82 7.86 7.86 0 01-.32-2.28c0-.81.1-1.58.31-2.28.21-.7.54-1.33.97-1.85.44-.53.99-.95 1.65-1.26.66-.31 1.47-.46 2.36-.46zm28.57 0c.85 0 1.62.15 2.26.45.65.3 1.19.71 1.62 1.23.43.51.75 1.13.96 1.83.21.69.31 1.46.31 2.27s-.1 1.57-.31 2.27-.53 1.32-.96 1.83c-.43.51-.98.93-1.62 1.22-.64.29-1.4.44-2.26.44-.85 0-1.61-.15-2.26-.44a4.473 4.473 0 01-1.62-1.22c-.43-.51-.75-1.13-.96-1.83a7.895 7.895 0 01-.31-2.27c0-.81.1-1.57.31-2.27s.53-1.31.96-1.83c.43-.51.97-.93 1.62-1.23.64-.3 1.4-.45 2.26-.45zm28.65 0c.77 0 1.47.16 2.05.41.45.19.9.53 1.36 1.03.3.31.74.99.92 1.67.46 1.61.22 3 .21 3.1-.02.19-.21.19-.21.19l-7.15-.01c.04 1.09.3 1.86.83 2.38.51.51 1.33.84 2.44.84 1.69 0 2.42-.34 2.93-.53 0 0 .2-.07.27.12l.47 1.31c.09.22.02.3-.06.34-.45.24-1.54.7-3.6.71-1 0-1.87-.14-2.59-.42-.73-.28-1.33-.68-1.8-1.19-.47-.51-.82-1.12-1.04-1.82a7.86 7.86 0 01-.32-2.28c0-.81.1-1.58.31-2.28.21-.7.54-1.33.97-1.85.44-.53.99-.95 1.65-1.26.66-.31 1.47-.46 2.36-.46zm-16.885.107c.18-.01.38-.01.605.002.47.03 1.08.161 1.2.211.05.02.16.1.11.26-.07.19-.42 1.17-.53 1.49-.05.12-.12.21-.26.19 0 0-.42-.1-.79-.1-.26 0-.63.04-.96.14-.32.1-.62.28-.88.53s-.48.61-.63 1.05c-.16.45-.24 1.17-.24 1.88v5.33c0 .12-.1.22-.22.22h-1.88c-.12 0-.22-.1-.22-.22V57.19c0-.12.09-.22.21-.22h1.83c.12 0 .21.1.21.22v.87c.28-.37.77-.69 1.21-.89.33-.15.694-.272 1.235-.303zM50.39 58.631c-.94 0-1.601.369-2.041 1.039-.29.44-.48 1.01-.58 1.69h5.09c-.05-.66-.18-1.25-.47-1.69-.44-.67-1.06-1.04-2-1.04zm57.24 0c-.94 0-1.601.369-2.041 1.039-.29.44-.48 1.01-.58 1.69h5.09c-.05-.66-.17-1.25-.47-1.69-.44-.67-1.06-1.04-2-1.04zm-28.5.058c-.94 0-1.61.32-2.05.99-.45.68-.67 1.64-.67 2.86s.23 2.191.67 2.871c.44.67 1.11 1 2.05 1 .93 0 1.609-.33 2.049-1 .45-.68.68-1.65.68-2.87 0-1.23-.23-2.19-.67-2.86-.45-.67-1.12-.99-2.06-.99zm-44.72 4.1c-1.46-.02-2.081.522-2.071.522-.43.3-.64.748-.64 1.378 0 .4.07.71.21.93.09.14.13.2.41.42 0 0 .64.512 2.1.432 1.02-.07 1.93-.26 1.93-.26v-3.25s-.92-.162-1.94-.172z"}))};pl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},pl.defaultProps={color:"#00a1e0",size:"128"};const vl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M1.219 56.156c0 .703.207 1.167.323 1.618.756 2.933 2.381 5.45 4.309 7.746 2.746 3.272 6.109 5.906 9.554 8.383 2.988 2.148 6.037 4.248 9.037 6.38.515.366 1.002.787 1.561 1.236-.481.26-.881.489-1.297.7-3.959 2.008-7.768 4.259-11.279 6.986-2.116 1.644-4.162 3.391-5.607 5.674-2.325 3.672-3.148 7.584-1.415 11.761.506 1.22 1.278 2.274 2.367 3.053.353.252.749.502 1.162.6 1.058.249 2.136.412 3.207.609l3.033-.002c3.354-.299 6.407-1.448 9.166-3.352 4.312-2.976 7.217-6.966 8.466-12.087.908-3.722.945-7.448-.125-11.153a11.696 11.696 0 00-.354-1.014c-.13-.333-.283-.657-.463-1.072l6.876-3.954.103.088c-.125.409-.258.817-.371 1.23-.817 2.984-1.36 6.02-1.165 9.117.208 3.3 1.129 6.389 3.061 9.146 1.562 2.23 5.284 2.313 6.944.075.589-.795 1.16-1.626 1.589-2.513 1.121-2.315 2.159-4.671 3.23-7.011l.187-.428c-.077 1.108-.167 2.081-.208 3.055-.064 1.521.025 3.033.545 4.48.445 1.238 1.202 2.163 2.62 2.326.97.111 1.743-.333 2.456-.896a10.384 10.384 0 002.691-3.199c1.901-3.491 3.853-6.961 5.576-10.54 1.864-3.871 3.494-7.855 5.225-11.792l.286-.698c.409 1.607.694 3.181 1.219 4.671.61 1.729 1.365 3.417 2.187 5.058.389.775.344 1.278-.195 1.928-2.256 2.72-4.473 5.473-6.692 8.223-.491.607-.98 1.225-1.389 1.888a3.701 3.701 0 00-.48 1.364 1.737 1.737 0 001.383 1.971 9.661 9.661 0 002.708.193c3.097-.228 5.909-1.315 8.395-3.157 3.221-2.386 4.255-5.642 3.475-9.501-.211-1.047-.584-2.065-.947-3.074-.163-.455-.174-.774.123-1.198 2.575-3.677 4.775-7.578 6.821-11.569.081-.157.164-.314.306-.482.663 3.45 1.661 6.775 3.449 9.792-.912.879-1.815 1.676-2.632 2.554-1.799 1.934-3.359 4.034-4.173 6.595-.35 1.104-.619 2.226-.463 3.405.242 1.831 1.742 3.021 3.543 2.604 3.854-.892 7.181-2.708 9.612-5.925 1.636-2.166 1.785-4.582 1.1-7.113-.188-.688-.411-1.365-.651-2.154.951-.295 1.878-.649 2.837-.868 4.979-1.136 9.904-.938 14.702.86 2.801 1.05 5.064 2.807 6.406 5.571 1.639 3.379.733 6.585-2.452 8.721-.297.199-.637.356-.883.605a.869.869 0 00-.205.67c.021.123.346.277.533.275 1.047-.008 1.896-.557 2.711-1.121 2.042-1.413 3.532-3.314 3.853-5.817l.063-.188-.077-1.63c-.031-.094.023-.187.016-.258-.434-3.645-2.381-6.472-5.213-8.688-3.28-2.565-7.153-3.621-11.249-3.788a25.401 25.401 0 00-9.765 1.503c-.897.325-1.786.71-2.688 1.073-.121-.219-.251-.429-.358-.646-.926-1.896-2.048-3.708-2.296-5.882-.176-1.544-.392-3.086-.025-4.613.353-1.469.813-2.913 1.246-4.362.223-.746.066-1.164-.646-1.5a2.854 2.854 0 00-.786-.258c-1.75-.254-3.476-.109-5.171.384-.6.175-1.036.511-1.169 1.175-.076.381-.231.746-.339 1.122-.443 1.563-.757 3.156-1.473 4.645-1.794 3.735-3.842 7.329-5.938 10.897-.227.385-.466.763-.752 1.23-.736-1.54-1.521-2.922-1.759-4.542-.269-1.832-.481-3.661-.025-5.479.339-1.356.782-2.687 1.19-4.025.193-.636.104-.97-.472-1.305-.291-.169-.62-.319-.948-.368a11.643 11.643 0 00-5.354.438c-.543.176-.828.527-.994 1.087-.488 1.652-.904 3.344-1.589 4.915-2.774 6.36-5.628 12.687-8.479 19.013-.595 1.321-1.292 2.596-1.963 3.882-.17.326-.418.613-.63.919-.17-.201-.236-.339-.235-.477.005-.813-.092-1.65.063-2.436a172.189 172.189 0 011.578-7.099c.47-1.946 1.017-3.874 1.538-5.807.175-.647.178-1.252-.287-1.796-.781-.911-2.413-1.111-3.381-.409l-.428.242.083-.69c.204-1.479.245-2.953-.161-4.41-.506-1.816-1.802-2.861-3.686-2.803-.878.027-1.8.177-2.613.497-3.419 1.34-6.048 3.713-8.286 6.568a2.592 2.592 0 01-.757.654c-2.893 1.604-5.795 3.188-8.696 4.778l-3.229 1.769c-.866-.826-1.653-1.683-2.546-2.41-2.727-2.224-5.498-4.393-8.244-6.592-2.434-1.949-4.792-3.979-6.596-6.56-1.342-1.92-2.207-4.021-2.29-6.395-.105-3.025.753-5.789 2.293-8.362 1.97-3.292 4.657-5.934 7.611-8.327 3.125-2.53 6.505-4.678 10.008-6.639 4.901-2.743 9.942-5.171 15.347-6.774 5.542-1.644 11.165-2.585 16.965-1.929 2.28.258 4.494.78 6.527 1.895 1.557.853 2.834 1.97 3.428 3.716.586 1.718.568 3.459.162 5.204-.825 3.534-2.76 6.447-5.195 9.05-3.994 4.267-8.866 7.172-14.351 9.091a39.478 39.478 0 01-9.765 2.083c-2.729.229-5.401-.013-7.985-.962-1.711-.629-3.201-1.591-4.399-2.987-.214-.25-.488-.521-.887-.287-.391.23-.46.602-.329.979.219.626.421 1.278.762 1.838.857 1.405 2.107 2.424 3.483 3.298 2.643 1.681 5.597 2.246 8.66 2.377 4.648.201 9.183-.493 13.654-1.74 6.383-1.78 11.933-4.924 16.384-9.884 3.706-4.13 6.353-8.791 6.92-14.419.277-2.747-.018-5.438-1.304-7.944-1.395-2.715-3.613-4.734-6.265-6.125C68.756 18.179 64.588 17 60.286 17h-4.31c-5.21 0-10.247 1.493-15.143 3.274-3.706 1.349-7.34 2.941-10.868 4.703-7.683 3.839-14.838 8.468-20.715 14.833-2.928 3.171-5.407 6.67-6.833 10.79a40.494 40.494 0 00-1.111 3.746m27.839 36.013c-.333 4.459-2.354 8.074-5.657 11.002-1.858 1.646-3.989 2.818-6.471 3.23-.9.149-1.821.185-2.694-.188-1.245-.532-1.524-1.637-1.548-2.814-.037-1.876.62-3.572 1.521-5.186 1.176-2.104 2.9-3.708 4.741-5.206 2.9-2.361 6.046-4.359 9.268-6.245l.243-.1c.498 1.84.735 3.657.597 5.507zM54.303 70.98c-.235 1.424-.529 2.849-.945 4.229-1.438 4.777-3.285 9.406-5.282 13.973-.369.845-.906 1.616-1.373 2.417a1.689 1.689 0 01-.283.334c-.578.571-1.126.541-1.418-.206-.34-.868-.549-1.797-.729-2.716-.121-.617-.092-1.265-.13-1.897.039-4.494 1.41-8.578 3.736-12.38.959-1.568 2.003-3.062 3.598-4.054a6.27 6.27 0 011.595-.706c.85-.239 1.372.154 1.231 1.006zm17.164 21.868l6.169-7.203c.257 2.675-4.29 8.015-6.169 7.203zm19.703-4.847c-.436.25-.911.43-1.358.661-.409.212-.544-.002-.556-.354a2.385 2.385 0 01.093-.721c.833-2.938 2.366-5.446 4.647-7.486l.16-.082c1.085 3.035-.169 6.368-2.986 7.982z"}))};vl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},vl.defaultProps={color:"#CB6699",size:"128"};const gl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M25.411 110.572V95.077l11.842-.474c12.315-.473 21.45-1.488 34.847-3.789 15.225-2.639 30.246-7.375 31.803-10.082.406-.677.676 4.534.676 14.616v15.698l-1.76 1.353c-1.894 1.489-9.202 3.993-17.524 6.09C72.303 121.737 40.568 126 29.742 126h-4.33zM25.411 71.327V55.83l11.842-.406c13.127-.541 23.344-1.691 36.877-4.195 15.157-2.842 28.96-7.443 29.976-9.947.203-.473.406 6.09.406 14.616.067 13.533-.068 15.698-1.083 16.78-2.368 2.64-20.638 7.376-39.449 10.286-11.435 1.76-30.381 3.79-35.66 3.79h-2.909zM25.411 32.352V17.195l2.098-.406c1.15-.203 3.992-.406 6.293-.406 11.367 0 38.366-3.722 51.628-7.105 9.27-2.436 15.698-4.872 17.931-6.902 1.15-1.015 1.218-.406 1.218 14.48 0 14.548-.067 15.63-1.285 16.714-1.827 1.691-14.345 5.548-24.09 7.51-15.765 3.113-41.951 6.429-50.883 6.429h-2.91z"}))};gl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},gl.defaultProps={color:"#390d09",size:"128"};const wl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M101.84 41.72V86l-37.66 22.32-.34.31v16.57l.34.32 53-30.64V33.12l-.5-.12-15 8.36.08.36"}),e.createElement("path",{d:"M26.4 86.4l37.78 21.92v17.2l-53.4-30.76V33.24l.55-.08 14.91 8.67.16.5V86.4"}),e.createElement("path",{d:"M26.4 42.32l-15.62-9.08L64.06 2.48l53.16 30.64-15.38 8.6-37.78-21.56L26.4 42.32M30.06 84V65.9l.41.24L45 74.59l.12.07v17.53L30.06 84M83.27 92.6V75l.1-.05 14.27-8.35.44-.26v17.5L83.27 92.6M64.85 103.46l-.41-.42V86l.51-.18 14.27-8.32.44-.25V94.7l-14.8 8.76"}),e.createElement("path",{d:"M49.8 95.23V77.17l.41.23 14.51 8.45.12 17.61-15.04-8.23M63.29 22.94L48.48 31.7l15.05 8.76 14.8-8.64-15.04-8.88M30.06 60.36V42.55h.41L45 51l.12.33v17.26l-15.06-8.23"}),e.createElement("path",{d:"M44.86 33.8l-14.8 8.76 15.05 8.76 14.8-8.64-15.05-8.88M83.27 69V51.7l.1-.41L97.64 43l.44.1v17.11L83.27 69"}),e.createElement("path",{d:"M83 34.21L68.22 43l15.05 8.76 14.8-8.64L83 34.21M64.85 79.85l-.41-.42V62.79l.41-.21.1-.41 14.27-8.32.44.1v17.14l-14.8 8.76"}),e.createElement("path",{d:"M49.8 71.63V53.82h.41l14.51 8.45.12.33v17.25L49.8 71.63"}),e.createElement("path",{d:"M64.6 45.06l-14.8 8.76 15.05 8.76 14.8-8.64-15.05-8.88"})))};wl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},wl.defaultProps={color:"#2f406a",size:"128"};const fl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M99.85 115.41c-9.96 6.89-21.99 10.97-34.98 11.11-34.14.37-62.64-27.08-63.49-61.22C.5 29.87 28.95.88 64.18.88c15.81 0 30.25 5.84 41.28 15.47 1 .87.27 2.5-1.04 2.35-22.07-2.59-43.67-.18-57.34 10.43C31.3 41.38 29.8 59.97 38.9 76.34c12.84 23.1 41.28 23.33 60.95 36.82.79.54.79 1.71 0 2.25z"}),e.createElement("path",{d:"M127 63.7c0 8.54-1.7 16.68-4.79 24.1-15.81-8.45-32.64-14.21-40.19-17.03-8.92-3.35-16.73-12.65-11.52-20.82s18.21-9.66 34.2-5.58c6.82 1.75 13.13 6.22 18.88 11.55 2.15 2 3.42 4.79 3.43 7.73-.01.02-.01.03-.01.05z"})))};fl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},fl.defaultProps={color:"#179EFF",size:"128"};const ul=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M63.81 118.63l-61-70.46v-.31l26.61-35.45.17-.1L64 8.7l34.43 3.61.17.1 26.6 35.44v.31l-61 70.46zM3.32 48L64 118.08 124.68 48 98.25 12.79 64 9.2l-34.25 3.59z"}),e.createElement("path",{d:"M63.81 118.63l-61-70.46.19-.42h24.71l.22.14 36.29 70.46zM3.55 48.25l59.27 68.47-35.26-68.47z"}),e.createElement("path",{d:"M64.19 118.63l-.41-.28 36.29-70.46.22-.14H125l.19.41zm36.26-70.38l-35.27 68.47 59.27-68.47z"}),e.createElement("path",{d:"M64.22 118.58h-.44L27.49 48.11l.22-.36h72.58l.22.36zm-36.1-70.33L64 117.92l35.88-69.67z"}),e.createElement("path",{d:"M27.89 48.17l-.43-.17 1.91-35.44.22-.23L64 8.7l.21.42zm2-35.39L28 47.32 63.36 9.27z"}),e.createElement("path",{d:"M100.11 48.17l-36.29-39L64 8.7l34.38 3.6.22.23L100.54 48zM64.64 9.27L100 47.32l-1.86-34.54z"}),e.createElement("path",{d:"M125 48.25h-24.71L100 48l-1.87-35.43.45-.16 26.62 35.44zm-24.47-.5h24L98.68 13.36z"}),e.createElement("path",{d:"M100.29 48.25H27.71l-.18-.42 36.29-39h.37l36.29 39zm-72-.5h71.43L64 9.32z"}),e.createElement("path",{d:"M27.71 48.25H3l-.2-.4 26.62-35.44.45.16L28 48zm-24.21-.5h24l1.85-34.39z"})))};ul.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ul.defaultProps={color:"#fdad00",size:"128"};const dl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M27.15 80.766c0 7.351-5.994 13.355-13.345 13.355C6.454 94.12.45 88.117.45 80.766c0-7.351 6.004-13.355 13.355-13.355H27.15zm6.73 0c0-7.351 6.003-13.355 13.354-13.355 7.351 0 13.355 6.004 13.355 13.355v33.43c0 7.35-6.004 13.354-13.355 13.354-7.351 0-13.355-6.004-13.355-13.355v-33.43zM47.234 27.15c-7.351 0-13.355-5.994-13.355-13.345C33.88 6.454 39.883.45 47.234.45c7.351 0 13.355 6.004 13.355 13.355V27.15zm0 6.73c7.351 0 13.355 6.003 13.355 13.354 0 7.351-6.004 13.355-13.355 13.355h-33.43C6.455 60.589.45 54.585.45 47.234c0-7.351 6.004-13.355 13.355-13.355h33.43zm53.616 13.354c0-7.351 5.994-13.355 13.345-13.355 7.351 0 13.355 6.004 13.355 13.355 0 7.351-6.004 13.355-13.355 13.355H100.85zm-6.73 0c0 7.351-6.003 13.355-13.354 13.355-7.351 0-13.355-6.004-13.355-13.355v-33.43C67.411 6.455 73.415.45 80.766.45c7.351 0 13.355 6.004 13.355 13.355zM80.766 100.85c7.351 0 13.355 5.994 13.355 13.345 0 7.351-6.004 13.355-13.355 13.355-7.351 0-13.355-6.004-13.355-13.355V100.85zm0-6.73c-7.351 0-13.355-6.003-13.355-13.354 0-7.351 6.004-13.355 13.355-13.355h33.43c7.35 0 13.354 6.004 13.354 13.355 0 7.351-6.004 13.355-13.355 13.355zm0 0"}))};dl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},dl.defaultProps={color:"#000000",size:"128"};const Ml=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M63.951.001C28.696.001.001 28.696.001 63.951s28.695 63.95 63.95 63.95 63.95-28.695 63.95-63.95S99.206.001 63.95.001zm0 10.679c29.484 0 53.272 23.787 53.272 53.271 0 29.485-23.788 53.272-53.272 53.272-29.484 0-53.272-23.787-53.272-53.272 0-29.484 23.788-53.271 53.272-53.271z"}),e.createElement("path",{d:"M48.39 60.716c14.004-11.44 27.702-23.278 42.011-34.384-7.505 11.533-15.224 22.913-22.729 34.445-6.437.03-12.875.03-19.282-.061zM60.228 67.092c6.468 0 12.905 0 19.342.092-14.095 11.38-27.732 23.309-42.071 34.384 7.505-11.533 15.224-22.943 22.729-34.476z"})))};Ml.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ml.defaultProps={color:"#010101",size:"128"};const El=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 .73C29.114.73.73 29.113.73 64S29.114 127.27 64 127.27c34.888 0 63.27-28.384 63.27-63.27S98.887.73 64 .73zm3.335 120.17v-10.988l27.44-13.9a1.955 1.955 0 001.073-1.747v-6.29a5.98 5.98 0 003.99-6.258 5.978 5.978 0 10-11.892 1.225 5.97 5.97 0 003.99 5.03v5.09l-24.6 12.46v-10.22l10.843-5.017a1.957 1.957 0 001.135-1.773l.02-17.026 20.07-11.276c.617-.346 1-1 1-1.706V53.76a5.974 5.974 0 00-2.57-11.59 5.975 5.975 0 00-1.344 11.59v3.606l-20.07 11.27c-.617.35-1 1-1 1.706l-.02 16.92-8.068 3.73V54.2l16.884-8.257a1.95 1.95 0 001.097-1.755v-6.29a5.978 5.978 0 003.99-6.26 5.976 5.976 0 00-6.56-5.33 5.975 5.975 0 00-5.332 6.56 5.964 5.964 0 003.99 5.027v5.07l-14.068 6.877V28.598a5.977 5.977 0 10-7.902-5.03 5.97 5.97 0 003.988 5.028V63.24l-9.943-5.224V42.28a1.95 1.95 0 00-.767-1.552l-6.802-5.21a5.978 5.978 0 10-2.61 2.928l6.265 4.802V59.2c0 .728.404 1.395 1.048 1.733l12.81 6.73v12.724l-21.37-9.884.292-7.742a1.956 1.956 0 00-1.063-1.815l-9.797-5.025c.147-.63.2-1.292.13-1.97a5.978 5.978 0 00-11.892 1.227 5.977 5.977 0 006.56 5.33 5.91 5.91 0 003.1-1.268l9.004 4.616-.295 7.8c-.03.79.417 1.52 1.133 1.85L63.42 84.7v9.084a1.98 1.98 0 000 .516v26.693a57.53 57.53 0 01-6.093-.387V97.66c0-.766-.445-1.46-1.14-1.778l-15.182-6.987a5.974 5.974 0 00-6.563-6.527 5.976 5.976 0 104.924 10.08l14.047 6.463v21.092C27.022 115.028 6.992 91.815 6.992 64c0-31.434 25.574-57.01 57.01-57.01 31.433 0 57.006 25.576 57.006 57.01 0 30.315-23.787 55.17-53.674 56.902z"}))};El.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},El.defaultProps={color:"#205081",size:"128"};const xl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M116.452 6.643a59.104 59.104 0 01-6.837 12.136A64.249 64.249 0 0064.205-.026C28.984-.026 0 28.982 0 64.242a64.316 64.316 0 0019.945 46.562l2.368 2.1a64.22 64.22 0 0041.358 15.122c33.487 0 61.637-26.24 64.021-59.683 1.751-16.371-3.051-37.077-11.24-61.7zM29.067 111.17a5.5 5.5 0 01-4.269 2.034c-3.018 0-5.487-2.484-5.487-5.502 0-3.017 2.485-5.501 5.487-5.501 1.25 0 2.485.433 3.452 1.234 2.351 1.9 2.718 5.384.817 7.735zm87.119-19.238c-15.843 21.122-49.68 14.003-71.376 15.02 0 0-3.852.234-7.721.867 0 0 1.45-.617 3.335-1.334 15.226-5.301 22.43-6.335 31.685-11.086 17.427-8.869 34.654-28.274 38.24-48.463-6.637 19.422-26.75 36.11-45.077 42.895-12.557 4.635-35.238 9.136-35.238 9.136l-.917-.484c-15.442-7.518-15.91-40.977 12.157-51.78 12.291-4.735 24.048-2.134 37.323-5.302 14.175-3.367 30.568-14.004 37.238-27.874 7.471 22.19 16.46 56.932.35 78.405z"}))};xl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},xl.defaultProps={color:"#000000",size:"128"};const yl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M125 80.5c-1.7 0-3.1 1.3-3.1 3s1.3 3 3.1 3c1.7 0 3-1.3 3-3s-1.3-3-3-3zm-.1.5c1.4 0 2.4 1.1 2.4 2.5s-1 2.5-2.3 2.5c-1.4 0-2.4-1.1-2.4-2.5s.9-2.4 2.3-2.5zm-1 .8v3.4h.6v-1.5h.6l.9 1.5h.6l-.9-1.6c.6 0 .8-.4.8-.9 0-.6-.4-.9-1.2-.9h-1.4zm.5 1.5v-1.1h.7c.5 0 .7.2.7.6s-.3.6-.6.6l-.8-.1zM31.3 93.7c-1.6-1.2-3.5-2.2-6.1-3-3.3-1.1-8.1-2.2-10-2.9-1.2-.5-1.7-1.2-1.7-2.2 0-1.4 1.7-2.2 3.7-2.3 3.3.1 4.3 2 4.5 3.3h9.6v7.1zm12 8.9h7.1c6.2-.1 11.2-3.2 13.7-7.7.2-.4.4-.7.6-1.1.4.5.7.7 1.1 1.1 1.7 1.5 3.9 2.6 6.2 3.3 3.7 1.3 6.6 2.2 7.6 2.6 1.9.8 3.1 1.4 3.1 3.1 0 2-2.2 2.8-4.5 2.9-3.1-.1-6.2-1.6-6.1-4.7H60c.6 8.1 8.6 14.4 18 14.5 5.7-.1 11-1.7 14.4-5.8 3.4 3.5 7.4 5.7 13 5.8 8.9-.1 18.1-4.5 18.2-13.9 0-3-.8-5.6-2.7-7.8-1.7-2-4.1-3.3-7.4-4.2-3.3-1.1-8.1-2.2-10-2.9-1.2-.5-1.7-1.2-1.7-2.2 0-1.4 1.7-2.2 3.7-2.3 3.3.1 4.3 2 4.5 3.3h11.6c.1-8-6.6-13.3-16.1-13.3-7.1 0-11.9 2.7-14.3 6.6-2.6-4.1-7.8-6.6-14.3-6.6-6.8 0-11.5 2.6-14 6.3-2.8-3.6-7.4-5.9-13-5.9H31.3v6.1c-2.6-4.1-7.8-6.5-14.2-6.5-9.9 0-15.3 5.5-15.8 11.8 0 3.9 1.9 7.4 4.8 9.9 1.7 1.5 3.7 2.6 6 3.3 3.7 1.3 6.6 2.2 7.6 2.6 1.9.8 3.1 1.4 3.1 3.1 0 2-2.3 2.8-4.5 2.9-3.1-.1-6.2-1.6-6.1-4.7H-.1c.6 8.1 8.6 14.4 18 14.5 5.2-.1 10-1.5 13.2-4.5v3.8h12l.2-13.4zm0-18.9h6.5c2.4 0 4.5 2 4.5 4.5s-2 4.5-4.5 4.5h-6.5v-9zM92.5 95c-1.7-2-4.1-3.3-7.4-4.2-3.3-1.1-8.1-2.2-9.9-2.9-1.3-.5-1.9-1.2-1.9-2.2 0-1.4 1.7-2.2 3.7-2.3 3.4.1 4.3 2 4.5 3.3h8.2c.5 3.2 2.1 6.1 4.7 8.3 1.7 1.5 3.8 2.6 6.1 3.3 3.7 1.3 6.6 2.2 7.5 2.6 2 .8 3.1 1.4 3.1 3.1 0 2-2.3 2.8-4.5 2.9-3.1-.1-6.2-1.6-6.1-4.7H95c0-2.9-.9-5.3-2.5-7.2zM.1 11.2v3.5H25v-3.5H.1zm28.3 0v3.5H64s-3.6-3.5-8.4-3.5H28.4zm42.6 0v3.5h21.5l-1.3-3.5H71zm36.9 0l-1.3 3.5h21.3v-3.5h-20zM.1 18v3.5H25V18H.1zm28.3 0v3.5H68s-.5-2.7-1.3-3.5H28.4zM71 18v3.5h23.8L93.6 18H71zm34.3 0l-1.2 3.5h23.7V18h-22.5zm-98 6.8v3.5H18v-3.5H7.3zm28.3 0v3.5h10.8v-3.5H35.6zm21.4 0v3.5h10.8s.7-1.9.7-3.5H57zm21.2 0v3.5h19.1L96 24.8H78.2zm24.8 0l-1.3 3.5h19.2v-3.5H103zM7.3 31.7v3.5H18v-3.5H7.3zm28.3 0v3.5h27.6s2.3-1.8 3-3.5H35.6zm42.6 0v3.5H89v-1.9l.7 1.9h19.8l.7-1.9v1.9H121v-3.5h-20.3l-1.1 3-1.1-3H78.2zM7.3 38.5V42H18v-3.5H7.3zm28.3 0V42h30.6c-.7-1.7-3-3.5-3-3.5H35.6zm42.6 0V42H89v-3.5H78.2zm12.7 0l1.3 3.5H107l1.2-3.5H90.9zm19.3 0V42H121v-3.5h-10.8zM7.3 45.3v3.5H18v-3.5H7.3zm28.3 0v3.5h10.8v-3.5H35.6zm21.4 0v3.5h11.5c0-1.7-.7-3.5-.7-3.5H57zm21.2 0v3.5H89v-3.5H78.2zm15.2 0l1.3 3.5h9.9l1.3-3.5H93.4zm16.8 0v3.5H121v-3.5h-10.8zM.3 52.1v3.5h24.9v-3.5H.3zm28.1 0v3.5h38.4c.8-.8 1.3-3.5 1.3-3.5H28.4zm42.8 0v3.5H89v-3.5H71.2zm24.6 0l1.3 3.5h5.1l1.2-3.5h-7.6zm14.4 0v3.5h17.9v-3.5h-17.9zM.3 58.9v3.5h24.9v-3.5H.3zm28.1 0v3.5h27.1c4.8 0 8.4-3.5 8.4-3.5H28.4zm42.8 0v3.5H89v-3.5H71.2zm27.1 0l1.3 3.5h.2l1.3-3.5h-2.8zm11.9 0v3.5h17.9v-3.5h-17.9z"}))};yl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},yl.defaultProps={color:"#CC1E4C",size:"128"};const Tl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M15.621 77.422c-.668-.11-2.379-.535-3.8-.926l-2.583-.723 1.325-2.433 1.328-2.438-1.07-1.324c-1.516-1.871-3.47-5.98-3.481-7.305-.016-3.093 4-7.574 8.926-9.984 3.386-1.66 6.074-1.7 9.445-.121l2.543 1.191.738-1.054c.399-.578.735-1.34.735-1.676 0-.332.335-.629.734-.629.402 0 .738.11.738.23 0 .293-2.957 7.762-3.144 7.95-.082.078-.883-.297-1.793-.832-2.57-1.512-5.797-2.516-8.297-2.582-5.82-.149-7.844 5.539-3.735 10.52l1.446 1.75 3.949-3.196c4.43-3.574 4.938-3.656 8.39-1.274 3.88 2.676 3.946 6.746.2 11-3.32 3.79-6.73 4.844-12.594 3.856zm9.93-4.082c1.93-1.512 1.793-4.309-.293-6.531-2.625-2.782-3.442-2.664-8.055 1.191-4.59 3.828-4.617 3.68.867 5.434 3.63 1.175 5.903 1.148 7.48-.094zm0 0M62.832 88.086c-1.309-.48-4.844-1.941-7.867-3.25-8.164-3.563-9.313-3.629-11.75-.672-.563.684-1.176 1.113-1.352.938-.52-.524 1.032-3.024 2.907-4.668 1.523-1.34 2.03-1.528 3.718-1.34 1.07.12 4.63 1.363 7.91 2.758 7.399 3.144 9.567 3.812 12.391 3.812 3.438 0 5.203-2.41 4.121-5.605-.27-.805-.187-1.07.348-1.07 1.004 0 1.512 3.745.789 5.898-.309.925-1.203 2.234-1.992 2.89-1.18.993-1.93 1.207-4.137 1.192-1.484 0-3.773-.403-5.086-.883zM43.766 76.645c-3.04-1.418-5.782-4.122-7.36-7.282-2.531-5.054-1.754-8.297 3.035-12.672 4.028-3.68 7.32-5.109 11.75-5.109 3.2 0 3.88.172 5.954 1.445 4.914 3.035 6.128 8.832 3.171 15.149-3.464 7.41-10.785 11.16-16.55 8.469zm10.168-3.52C56.21 72 57.774 66.809 57.133 62.5c-.805-5.313-7.988-8.938-13.262-6.691-5.418 2.316-5.5 8.484-.172 14.039 3.719 3.894 6.918 4.922 10.235 3.277zm0 0M64.25 77.621c0-.226.844-.629 1.887-.883l1.886-.468.403-6.797c.441-7.52.12-14.922-.696-15.91-.293-.348-1.19-.778-2.007-.965-3.317-.735-1.11-1.246 5.328-1.246 6.433 0 8.484.468 5.418 1.246-2.637.656-2.649.695-2.649 11.43 0 5.952.215 10.437.52 11.011.43.8 1.07.977 3.535.977 5.086 0 6.836-1.204 8.215-5.66.414-1.34 1.484-1.098 1.113.253-.176.63-.457 2.543-.629 4.282l-.324 3.144h-11c-6.047 0-11-.187-11-.414zm0 0M89.234 77.3c0-.402.391-.804 1.032-1.109.855-.402 1.418-1.246 3.453-5.218 3.222-6.293 8.308-17.09 8.793-18.711.37-1.23.453-1.297 1.843-1.457.805-.094 1.473-.149 1.489-.121.011.027 1.12 2.46 2.472 5.421a475.1 475.1 0 005.985 12.485c3.261 6.57 3.625 7.16 4.722 7.695.668.32 1.192.817 1.192 1.11 0 .468-.578.52-5.528.52-4.964 0-5.527-.052-5.527-.536 0-.32.43-.668 1.11-.895.628-.199 1.113-.574 1.113-.855 0-.27-.656-2.035-1.461-3.922l-1.457-3.437H97.41l-1.055 2.328c-1.98 4.359-2.023 5.39-.175 5.886.925.254 1.18.454 1.07.871-.121.48-.602.547-4.082.547-3.73.028-3.934 0-3.934-.601zm18.121-10.827c.188-.332-3.976-9.418-4.363-9.512-.281-.082-4.59 8.805-4.59 9.473 0 .336 8.75.375 8.953.039zm0 0"}))};Tl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Tl.defaultProps={color:"#333333",size:"128"};const Pl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M34.27 109.182c-3.572 0-8.55 3.725-8.55 7.884 0 2.055 1.28 3.04 3.135 3.04 3.434 0 8.834-3.6 8.834-7.98-.002-2.156-1.512-2.944-3.42-2.944zm11.872-80.265c0-3.662-2.594-6.46-6.46-6.46-3.625 0-6.553 2.798-6.553 6.46 0 3.433 2.786 6.554 6.458 6.554 3.47 0 6.554-2.733 6.554-6.553zm17.763-15.293c0-2.79-1.825-6.364-5.7-6.364-3.524 0-5.318 3.098-5.318 5.89 0 2.698 1.908 6.648 5.7 6.648 3.524 0 5.318-3.474 5.318-6.174zM48.38 117.066c-3.23 0-7.673 4.224-7.673 7.41 0 1.618.67 2.47 2.432 2.47 2.303 0 5.63-1.953 7.064-4.845.284-.568.795-1.527.795-1.71v-1.614c-1-1.347-1.673-1.71-2.62-1.71zM28.475 97.213c0-2.79-2.066-3.894-4.37-3.894-3.368 0-9.213 3.236-9.213 7.883 0 2.624 1.787 3.8 4.274 3.8 3.185 0 9.31-2.888 9.31-7.79zm-4.085-39.04c3.38 0 8.074-2.332 8.074-7.124 0-3.618-2.983-5.89-6.27-5.89-3.57 0-8.168 2.48-8.168 7.124 0 3.572 2.885 5.89 6.364 5.89zm1.805 17.383c0-3.325-2.713-4.844-5.604-4.844-.182 0-.32-.056-1.044 0-4.177.35-8.074 3.946-8.074 7.6 0 3.414 3.104 4.843 5.794 4.843 3.48 0 8.93-2.67 8.93-7.6zm79.979-66.111c-2.543 0-3.42 3.948-3.42 5.224 0 1.266.438 4.083 2.66 4.083 2.607 0 3.42-3.948 3.42-5.224 0-1.074-.576-4.085-2.66-4.085zM93.73 2.32c-2.955 0-3.893 3.7-3.893 5.415 0 1.13.696 5.156 3.515 5.13 2.82-.03 3.894-3.693 3.894-5.51 0-1.413-.68-5.034-3.515-5.034zm20.708 17.573c-2.35 0-3.23 3.86-3.23 5.034 0 .982.376 3.325 2.185 3.325 2.285 0 3.135-3.765 3.135-4.94 0-.78-.345-3.42-2.09-3.42zm-24.696 86.724c-2.68 0-4.56 4.094-4.56 5.7 0 .836.214 1.71 1.426 1.71 2.652 0 4.56-4.03 4.56-5.7-.002-.782-.288-1.71-1.426-1.71zM63.145 118.3c-3.03 0-6.554 4.048-6.554 6.84 0 .41.008 1.213.76 1.71.788.515 2.196.563 3.895-.57 2.28-1.522 3.8-4.213 3.8-5.985 0-.973-.623-1.994-1.9-1.995zM77.203.8c-3.23 0-4.464 3.834-4.464 5.89 0 2.157 1.59 5.89 4.748 5.89 3.205 0 4.43-3.83 4.37-5.795C81.782 4.27 80.727.8 77.202.8zm0 113.51c-2.937 0-5.414 4.21-5.414 6.365 0 1.085.494 1.71 1.614 1.71 2.653 0 5.414-4.064 5.414-6.174 0-.927-.19-1.9-1.615-1.9z"}))};Pl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Pl.defaultProps={color:"#231F20",size:"128"};const bl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M107.346 2.012l-6.914.431.539 14.377c.028.795-.889 1.259-1.514.766l-4.63-3.65-5.485 4.162a.934.934 0 01-1.498-.784l.617-14.123L19.873 7.48a6.264 6.264 0 00-5.87 6.488l3.86 102.838a6.264 6.264 0 005.98 6.023l83.612 3.754a6.273 6.273 0 004.609-1.73 6.27 6.27 0 001.936-4.526V8.264a6.258 6.258 0 00-1.975-4.566 6.257 6.257 0 00-4.679-1.686zm-41.46 21.187c16.308 0 25.214 8.723 25.214 25.319-2.204 1.713-18.62 2.88-18.62.443.346-9.3-3.817-9.707-6.13-9.707-2.198 0-5.899.662-5.899 5.644 0 12.288 31.69 11.625 31.69 36.424 0 13.95-11.335 21.655-25.791 21.655-14.92 0-27.957-6.036-26.485-26.963.578-2.457 19.545-1.873 19.545 0-.23 8.635 1.735 11.175 6.707 11.175 3.817 0 5.553-2.103 5.553-5.646 0-12.621-31.227-13.063-31.227-36.201 0-13.285 9.138-22.143 25.444-22.143z"}))};bl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},bl.defaultProps={color:"#000000",size:"128"};const Hl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M20.62 85.39c3.25-3.89 3.64-7.91 1.12-15.37-1.59-4.72-4.24-8.36-2.3-11.29 2.07-3.13 6.47-.1 2.81 4.08l.73.51c4.4.51 6.57-5.52 3.28-7.24-8.67-4.53-16.26 4.18-12.91 14.26 1.44 4.27 3.44 8.8 1.82 12.41-1.4 3.09-4.11 4.91-5.93 5C5.44 87.91 8 79.2 12.33 77c.38-.19.92-.45.41-1.08-5.39-.61-8.55 1.88-10.36 5.36-5.29 10.14 10.05 13.87 18.24 4.11zM115.34 55.67c1.24 3.06 3.13 6.09 2 8.77-.92 2.3-2.14 3.25-3.48 3.48-1.88.32-1.37-5.58 1.85-7.33.29-.16.7-.92.32-1.37-4.08-.22-6.38 1.72-7.62 4.31-3.6 7.56 8.16 9.63 13.94 2.2 2.3-3 2.39-5.9.19-11.23-1.4-3.38-3.54-5.9-2.2-8.13s4.88-.32 2.3 2.84l.57.32c3.35.19 4.72-4.27 2.17-5.39-6.73-2.89-13.01 4.35-10.04 11.53z"}),e.createElement("path",{d:"M72.73 47.6c-2.33-1.85-8.86 1.24-10.73 5.84-2.33 5.84-5.77 14.35-9.15 18.08-3.57 3.92-3.92.89-3.57-1.37.83-5.33 6-17.67 8.87-21.14-1.05-1.56-7.94-1.34-12.72 6.09-1.78 2.8-5.86 12.14-10.43 19.51-1 1.59-2.23.48-1.28-3.25 1.08-4.31 4.27-16.14 8.39-25.45 10.78-2.14 22.23-3.64 31-3.67 1.18-.32 2-1.37 0-1.44-7.56-.26-18.91.64-29.53 2 2-4.08 4.24-7.33 6.47-8.71-2.42-1.53-7.33-.92-10.14 3.22a55 55 0 00-3.67 6.51c-7.74 1.18-14.4 2.57-17.78 3.84s-3.13 5.58-1 4.78a141.67 141.67 0 0117.09-4.91C30.32 57.1 27 68.39 26.2 73c-2 11.16 4.94 11.1 8.32 6.7C38.2 74.87 45.85 57.93 47 56.15c.35-.61.83-.29.57.26-8.55 17.06-7.81 23.66-.89 22.2 3.13-.67 8.51-6 9.92-8.8.29-.67.89-.61.77-.32C52 83.54 45.08 94.92 40.46 98.5c-4.21 3.22-7.33-3.76 7.56-13.78 2.2-1.5 1.18-3.54-1.31-2.84C39 83.09 17 90.08 7.36 96.77c-.73.51-1.4.92-1.37 2 0 .61 1.08.38 1.59.06 12.5-7.49 22.74-10.43 34.47-12.88a.71.71 0 00.51 0c.54-.13.51.16.16.38-.8.45-1.59.86-1.79.92-7.91 3.09-12.69 9.92-11 13.39 1.44 3 9.18 1.91 12.85-.06 9-4.88 15.53-14.45 20-27.65 3.89-11.68 8.8-24.93 9.95-25.33zM125 74.61c-14.64-1.91-46.21.64-60.15 4.34-4.15 1.08-3 3.28-.89 2.87l1-.22c11.45-2.23 39.23-4.18 55.43-1.08 1.9.34 7.74-5.52 4.61-5.91zM76.81 72.89C80.9 70.85 87 58.22 90.94 51.3c.29-.51.8-.1.51.26-10.08 17.35-5.8 19.36-1.82 19.1C95 70.34 99.87 62.68 101 61c.45-.67.7-.13.45.35-.26.8-1.18 2.2-2 4.11-1.21 2.71.06 3.76 1.12 4.24 1.66.8 6.19.29 6.89-2.49-4.53-.1 6.31-21.46 7.43-22.77-3-1.75-7.72.16-9.85 4.37-4.56 9-8.39 16.3-10.78 16.42-4.66.26 5.36-20.12 7-20.76-1-1.44-7.33-.83-10.87 4.66-1.28 2-9.06 15.75-11 18-3.38 4-3.64.57-2.68-3.44a47.34 47.34 0 011.56-5.07c2.23-5 4.62-6.63 6.09-8.26 9.85-10.94 15.5-19.8 13.27-23.28-2-3.09-8.58-1.72-12.82 4.66-7.81 11.7-15 27.74-15.95 35.08s4.35 7.85 7.95 6.07zM81 51.43c.35-.8.57-1 1.18-2.36 3.47-7.72 7.82-15.85 10.9-19.65 1.88-2 4.53.7-.26 8a73.73 73.73 0 01-9.47 11.83c-.89 1-1.69 1.82-2 2.3-.29.39-.58.32-.35-.12z"})))};Hl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Hl.defaultProps={color:"#333333",size:"128"};const Ll=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M0 17v33.574c17.301-7.203 40.414-14.441 69.504-21.75C88.145 24.152 106.16 20.223 123.559 17zm128 7.16c-16.867 2.504-31.996 5.457-45.309 8.789-15.242 3.828-27.512 7.699-36.793 11.645-9.293 3.875-13.609 7.008-13.004 9.426.547 2.129 4.438 3.098 11.691 2.898 3.73-.07 9.777-.48 18.168-1.223l32.488-3.219c13.145-1.355 24.031-2.273 32.758-2.809zM90.527 66.75c-3.73.047-8.871.332-15.449.816-6.602.492-14.77 1.207-24.559 2.219L12.641 73.5c-4.816.406-8.996.66-12.641.863v27.23c19.938-2.914 37.973-6.391 54.055-10.422 15.797-3.957 27.941-7.82 36.473-11.555 8.547-3.734 12.535-6.902 11.871-9.469-.555-2.215-4.559-3.34-11.871-3.398zM128 76.309c-17.52 6.863-39.266 13.598-65.246 20.121C38.566 102.492 17.672 106.832 0 109.523v.227h128zM5.348 82.02c.063-.008.113 0 .18 0 .332.012.684.113.906.363a1.25 1.25 0 01-1.133 2.082c-.617-.09-1.094-.695-1.043-1.312.02-.582.512-1.062 1.09-1.133zm4.531 0c.289.012.555.07.77.273a1.25 1.25 0 01.363 1.402c-.187.496-.691.863-1.227.816-.457-.02-.906-.305-1.086-.727-.25-.547-.047-1.285.5-1.586.203-.121.441-.184.68-.18zm-4.352 8.02c.539-.016 1.023.363 1.18.859.164.555-.098 1.254-.637 1.496-.539.27-1.246.102-1.586-.406-.344-.496-.297-1.242.184-1.633.234-.207.547-.324.859-.316zm4.352 0c.43-.023.809.25 1.039.59a1.23 1.23 0 01-.316 1.629c-.512.391-1.312.324-1.723-.18-.422-.504-.391-1.359.137-1.766.23-.191.563-.281.863-.273zm0 0"}))};Ll.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ll.defaultProps={color:"#809CC8",size:"128"};const Vl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M110.293 16.914C98.586-.086 75.668-5 58.02 5.707l-29.856 18.98a33.94 33.94 0 00-15.418 22.938 35.543 35.543 0 003.566 23.102 33.01 33.01 0 00-5.066 12.793 36.517 36.517 0 006.191 27.52c11.727 16.96 34.583 21.897 52.27 11.312l29.879-19a34.025 34.025 0 0015.355-22.938 35.44 35.44 0 00-3.586-23.02c7.938-12.456 7.52-28.48-1.062-40.48zm-55.254 95.773a23.645 23.645 0 01-25.394-9.433c-3.461-4.793-4.73-10.711-3.73-16.586l.585-2.832.54-1.75 1.605 1.062c3.52 2.668 7.46 4.582 11.668 5.875l1.082.375-.122 1.067c-.105 1.48.332 3.144 1.188 4.414 1.75 2.52 4.793 3.73 7.727 2.937.644-.207 1.273-.418 1.812-.754l29.754-18.976c1.5-.961 2.457-2.398 2.832-4.106.328-1.773-.106-3.585-1.066-5.02-1.774-2.46-4.793-3.565-7.727-2.831-.645.226-1.332.48-1.879.812l-11.25 7.145c-10.644 6.328-24.394 3.355-31.46-6.832a21.854 21.854 0 01-3.75-16.586 20.643 20.643 0 019.456-13.875l29.692-18.98c1.875-1.168 3.894-2.02 6.082-2.668 9.605-2.5 19.726 1.27 25.394 9.394a22.027 22.027 0 013.043 19.398l-.543 1.77-1.539-1.062a39.399 39.399 0 00-11.727-5.875l-1.066-.313.106-1.066c.105-1.563-.332-3.207-1.188-4.48-1.754-2.52-4.793-3.583-7.727-2.833-.644.211-1.273.418-1.812.754L45.812 49.977c-1.5 1-2.46 2.394-2.773 4.144-.312 1.707.106 3.582 1.066 4.957 1.708 2.524 4.81 3.586 7.688 2.832.687-.207 1.332-.414 1.855-.75l11.375-7.254c1.856-1.226 3.938-2.12 6.067-2.707 9.668-2.52 19.75 1.274 25.394 9.438 3.461 4.793 4.793 10.707 3.832 16.52a20.487 20.487 0 01-9.332 13.874L61.23 109.97a25.82 25.82 0 01-6.187 2.707zm0 0"}))};Vl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Vl.defaultProps={color:"#000000",size:"128"};const Cl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M125.54 26.23a28.78 28.78 0 00-2.65-7.58 28.84 28.84 0 00-4.76-6.32 23.42 23.42 0 00-6.62-4.55 27.27 27.27 0 00-7.68-2.53c-2.65-.51-5.56-.51-8.21-.76H30.25a45.46 45.46 0 00-6.09.51 21.81 21.81 0 00-5.82 1.52c-.53.25-1.32.51-1.85.76a33.82 33.82 0 00-5 3.28c-.53.51-1.06.76-1.59 1.26a22.41 22.41 0 00-4.76 6.32 23.61 23.61 0 00-2.65 7.58 78.47 78.47 0 00-.79 7.83v60.39a39.32 39.32 0 00.79 7.83 28.78 28.78 0 002.65 7.58 28.84 28.84 0 004.76 6.32 23.42 23.42 0 006.62 4.55 27.27 27.27 0 007.68 2.53c2.65.51 5.56.51 8.21.76h63.22a45.08 45.08 0 008.21-.76 27.27 27.27 0 007.68-2.53 30.13 30.13 0 006.62-4.55 22.41 22.41 0 004.76-6.32 23.61 23.61 0 002.65-7.58 78.47 78.47 0 00.79-7.83V34.06a39.32 39.32 0 00-.8-7.83zm-18.79 75.54C101 91 90.37 94.33 85 96.5c-11.11 6.13-26.38 6.76-41.75.47A64.53 64.53 0 0113.84 73a50 50 0 0010.85 6.32c15.87 7.1 31.73 6.61 42.9 0-15.9-11.66-29.4-26.82-39.46-39.2a43.47 43.47 0 01-5.29-6.82c12.16 10.61 31.5 24 38.38 27.79a271.77 271.77 0 01-27-32.34 266.8 266.8 0 0044.47 34.87c.71.38 1.26.7 1.7 1a32.71 32.71 0 001.21-3.51c3.71-12.89-.53-27.54-9.79-39.67C93.25 33.81 106 57.05 100.66 76.51c-.14.53-.29 1-.45 1.55l.19.22c10.6 12.63 7.67 26.02 6.35 23.49z"}))};Cl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Cl.defaultProps={color:"#000000",size:"128"};const Ol=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 2.3C29.9 2.3 2.3 29.9 2.3 64s27.6 61.7 61.7 61.7 61.7-27.6 61.7-61.7S98.1 2.3 64 2.3zM97.3 38c-2.9.1-4.8-1.6-4.9-4.2 0-1 .2-1.8.9-2.8.6-1.2.8-1.4.8-1.9-.1-1.6-2.5-1.7-3.2-1.7-9.3.3-11.7 12.8-13.7 23l-1 5.4c5.3.8 9.1-.2 11.2-1.5 3-1.9-.8-3.9-.4-6.1.5-2.2 2.5-3.3 4.1-3.4 2.3-.1 3.9 2.3 3.8 4.7-.1 3.9-5.3 9.4-15.8 9.1-1.3 0-2.4-.1-3.5-.2l-2 10.9c-1.8 8.2-4.1 19.5-12.5 29.3-7.2 8.6-14.5 9.9-17.8 10-6.1.2-10.2-3.1-10.3-7.4-.1-4.2 3.6-6.5 6-6.6 3.3-.1 5.5 2.3 5.6 5 .1 2.3-1.1 3-1.9 3.5-.5.4-1.3.9-1.3 1.8 0 .4.5 1.3 1.8 1.3 2.6-.1 4.3-1.4 5.5-2.2 6-5 8.3-13.7 11.3-29.4l.6-3.8c1-5.1 2.2-10.9 3.9-16.6-4.2-3.2-6.7-7.1-12.4-8.6-3.9-1.1-6.2-.2-7.9 1.9-2 2.5-1.3 5.7.6 7.6l3.1 3.5c3.9 4.5 6 7.9 5.2 12.6-1.1 7.3-10 13-20.5 9.8-9-2.8-10.6-9.1-9.5-12.6.9-3.1 3.4-3.7 5.8-2.9 2.6.8 3.6 3.9 2.8 6.3-.1.3-.2.7-.5 1.2-.3.7-.8 1.2-1.1 2-.6 1.9 2 3.2 3.8 3.8 4 1.2 7.9-.9 8.9-4.1.9-3-1-5.1-1.7-5.9l-3.8-4.1c-1.7-1.9-5.6-7.3-3.7-13.4.7-2.3 2.2-4.8 4.4-6.4 4.6-3.5 9.7-4 14.5-2.6 6.2 1.8 9.2 5.9 13.1 9.1 2.2-6.3 5.2-12.6 9.7-17.8 4.1-4.8 9.5-8.2 15.8-8.5 6.3-.2 11 2.6 11.2 7.1-.1 2-1.2 5.7-5 5.8z"}))};Ol.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ol.defaultProps={color:"#1A171B",size:"128"};const Bl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64.004 25.602c-17.067 0-27.73 8.53-32 25.597 6.398-8.531 13.867-11.73 22.398-9.597 4.871 1.214 8.352 4.746 12.207 8.66C72.883 56.629 80.145 64 96.004 64c17.066 0 27.73-8.531 32-25.602-6.399 8.536-13.867 11.735-22.399 9.602-4.87-1.215-8.347-4.746-12.207-8.66-6.27-6.367-13.53-13.738-29.394-13.738zM32.004 64c-17.066 0-27.73 8.531-32 25.602C6.402 81.066 13.87 77.867 22.402 80c4.871 1.215 8.352 4.746 12.207 8.66 6.274 6.367 13.536 13.738 29.395 13.738 17.066 0 27.73-8.53 32-25.597-6.399 8.531-13.867 11.73-22.399 9.597-4.87-1.214-8.347-4.746-12.207-8.66C55.128 71.371 47.868 64 32.004 64zm0 0"}))};Bl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Bl.defaultProps={color:"#38b2ac",size:"128"};const Al=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M61.55 128l-21.84-12.68V40.55L6.81 59.56l.08-28.32L61.55 0zM66.46 0v128l21.84-12.68V79.31l16.49 9.53-.1-24.63-16.39-9.36v-14.3l32.89 19.01-.08-28.32z"}))};Al.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Al.defaultProps={color:"#ff6f00",size:"128"};const Sl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M43.9 105.9H7.2l9.5-22.5h25.7L71 17.1H40.3L17.8 69.5h13.8c1 1.6 2.7 2.7 4.7 2.7 3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.2 0-4.1 1.3-5 3.2h-6.6l18.7-42.3h20.1L39.4 78.3l-25.4.2-14 32.4h47.2l6.2-13.5h20.5l6.8 13.5H128L85.3 17.1l-41.4 88.8zM56 92.1L63.4 76l8 16.1H56zm27.8 14.4l-4.7-9.4h14.6c1 1.8 2.8 3 4.9 3 3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.2 0-4.2 1.4-5.1 3.3H76.9L65.8 70.6l8.2-18 9.2 18.8h4.3c.9 1.8 2.8 3.2 5 3.2 3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.3 0-4.3 1.4-5.1 3.5h-1.6l-9.5-19.4 9.1-19.9 35.6 78.7H83.8z"}))};Sl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Sl.defaultProps={color:"#000000",size:"128"};const kl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M16.219 15.762a1.129 1.129 0 00-1.076 1.399l24.394 98.742a1.129 1.129 0 001.879.544l73.386-70.59a1.129 1.129 0 00-.47-1.899L16.55 15.806a1.129 1.129 0 00-.331-.044zm1.584 2.754l94.024 27.07-70.566 67.877-23.458-94.947z"}),e.createElement("path",{d:"M65.137 29.84a1.129 1.129 0 00-.807.315L27.654 65.46a1.129 1.129 0 00.471 1.898L76.984 81.44a1.129 1.129 0 001.409-1.355L66.21 30.698a1.129 1.129 0 00-1.073-.858zm-.651 3.3L75.734 78.73l-45.104-13L64.486 33.14z"}),e.createElement("path",{d:"M46.914 47.313a1.129 1.129 0 00-1.076 1.399l6.054 24.531a1.129 1.129 0 001.88.543l18.222-17.563a1.129 1.129 0 00-.472-1.898l-24.277-6.968a1.129 1.129 0 00-.331-.044zm1.583 2.751l20.522 5.89L53.614 70.8l-5.117-20.736z"}),e.createElement("path",{d:"M40.902 22.809a1.129 1.129 0 00-.807.316L21.873 40.687a1.129 1.129 0 00.472 1.898l24.273 6.969a1.129 1.129 0 001.408-1.356l-6.051-24.53a1.129 1.129 0 00-1.073-.86zm-.65 3.3l5.114 20.736-20.517-5.89 15.403-14.847zM89.453 36.793a1.129 1.129 0 00-.806.316L70.423 54.67a1.129 1.129 0 00.472 1.899l24.274 6.968a1.129 1.129 0 001.408-1.356l-6.05-24.53a1.129 1.129 0 00-1.074-.859zm-.65 3.3l5.114 20.737L73.4 54.94l15.403-14.846zM52.944 71.864a1.129 1.129 0 00-.74.315L33.982 89.742a1.129 1.129 0 00.472 1.898l24.278 6.968a1.129 1.129 0 001.407-1.355l-6.055-24.531a1.129 1.129 0 00-1.14-.858zm-.582 3.3l5.118 20.737-20.522-5.89 15.404-14.846z"})))};kl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},kl.defaultProps={color:"#000000",size:"128"};const Dl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M49.096 58.246l7.36-3.345 3.611 10.702zM41.604 62.126l4.284-2.542 3.877 6.688zM33.309 67.61l3.746-2.81 1.873 6.692zM99.536 85.273l-2.677-2.543-3.478 5.353zM104.49 91.158l-2.145-2.274-5.618 4.28zM95.526 30.684l-6.824.134 4.148 9.098zM68.362 47.943l-.669-3.88 6.559 3.479zM69.966 53.696l-.669-2.541 4.015 1.605zM115.191 49.55l.94-2.944-5.353 2.274zM113.184 55.57l.802-2.408-4.148 1.204z"}),e.createElement("path",{d:"M65.538 63.203h12.913v1.594H65.538zM65.538 59.377h12.913v1.594H65.538zM104.968 63.203h12.912v1.594h-12.912zM104.968 59.377h12.912v1.594h-12.912zM100.417 49.926H79.374V48.49h6.548c.807-3.453.966-6.753-.006-8.426-.416-.71-.99-1.043-1.808-1.043-3.744 0-5.29 3.959-5.355 4.127l.001-.001-1.343-.504c.077-.207 1.95-5.057 6.697-5.057 1.325 0 2.378.608 3.046 1.757 1.186 2.037 1.047 5.562.243 9.147h11.49c1.527-4.485 4.714-6.6 10.04-6.6v1.435c-5.772 0-7.39 2.447-8.544 5.165h6.27l-.015 1.428-6.222.007zm.944 7.085l.01-.001c-1.702-2.51-2.242-4.652-1.53-7.091l-1.462.007c-.509 1.624-.305 4.07.95 6.17h-14.6c.888-1.78 1.711-3.949 2.313-6.17h-1.486c-.664 2.355-1.595 4.686-2.644 6.532l-.339.597 8.193 5.157-4.612 3.04.79 1.198 5.155-3.399 5.566 3.632.764-1.214-5.16-3.192s7.716-5.012 8.099-5.257c-.003-.003-.004-.006-.006-.01zm-9.279 4.334l-6.06-3.815 11.843.003-5.783 3.812z"}),e.createElement("path",{d:"M118.414 34.682c-.009-2.495-.786-13.038-2.214-15.941-3.872 1.471-10.917 6.239-12.512 11.113-7.642-1.14-16.257-1.006-23.804.3-1.26-5.245-7.588-9.258-12.362-11.52-2.014 3.398-2.906 11.277-2.68 16.866l-.026.018c.886 23.468 12.399 38.08 27.453 46.936 15.49-8.85 26.555-26.104 26.126-47.783l.02.01zm-12.888-4.525l.169.031-.17-.03zm-.964-.166c.136.022.273.046.409.07l-.409-.07zm11.443 6.384c.398 19.528-9.565 35.07-23.513 43.04C68.818 67.62 64.358 37.739 68.395 21.71c1.123 6.127 3.16 9.971 7.574 11.856 9.61-2.75 22.84-2.967 32.586-.28 4.061-2.953 5.636-7.463 6.496-11.404 1.075 4.586.95 14.492.954 14.494zm10.1 67.56c-2.432-2.72-7.195-4.007-11.173-3.912-2.823-3.36-19.19-20.596-19.19-20.596l-1.134 1.429 19.76 21.273.857-.074c5.369-.46 8.42 2.452 9.229 3.355.592.663.95 1.267 1.144 1.742h-10.86c-24.911-13-46.78-22.165-70.013-24.163.05-3.233.626-6.893 1.73-10.97l-2.136-.58c-1.135 4.192-1.734 7.988-1.801 11.382-2.42-.16-4.857-.244-7.315-.244-2.085 0-3.983.194-5.714.53-2.259-2.257-4.182-4.408-5.817-6.45 10.79-11.241 28.61-21.402 44.048-25.138l-.501-2.163c-16.625 4.01-34.823 14.923-44.963 25.467-4.706-6.352-6.573-11.564-7.128-15.514-.7-4.989.49-9.565 3.444-13.235 4.623-5.743 11.192-6.148 17.946-5.012-.131 1.067.009 2.087.436 2.717 1.786 2.639 11.387 3.566 17.117 1.009-4.229-5.926-12.795-8.82-15.168-7.66-.786.384-1.38 1.09-1.786 1.912-2.335-.418-4.654-.729-6.348-.716-5.957.044-10.511 2.125-13.922 6.363-3.347 4.157-4.7 9.32-3.912 14.93.746 5.314 3.377 10.966 7.786 16.826-.732.786-1.44 1.562-2.122 2.324C7.853 90.792-.003 103.687-.003 105.824v1.107h14.177l-.248-1.313c-.8-4.232.798-9.52 4.073-13.474 2.057-2.481 5.462-5.314 10.809-6.62 4.754 4.64 10.812 9.567 17.554 14.321h10.536v-1.107c0-1.249-.62-2.342-1.744-3.078-1.665-1.088-4.234-1.238-6.594-.433-2.25-2.506-3.512-5.853-3.784-10.011 22.865 2.024 44.736 11.258 69.412 24.15h13.578l.178-.89c.254-1.267-.437-2.965-1.846-4.541zM16.298 90.729c-3.354 4.048-5.132 9.395-4.724 13.985H2.643c1.795-3.883 8.943-15.11 19.505-26.45a80.408 80.408 0 004.858 5.448c-5.186 1.559-8.586 4.457-10.707 7.017z"})))};Dl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Dl.defaultProps={color:"#000000",size:"128"};const Fl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M18.262 68.875C9.656 63.801 2.453 57.93 2.453 57.93c-5.203-5.664 3.602-2.184 3.602-2.184l15.109 5.27-.199 1.391-4.402 1.895zm0 0"}),e.createElement("path",{d:"M30.871 43.914c4.902-4.977 11.508-7.961 21.516-9.051 9.504.098 13.91-.402 24.816 5.867 2.902 2.187 9.406 4.77 7.508 9.25-3.004 5.867-3.102 5.469-4.605 10.836s-.301 4.875-2.102 7.359c-3.203 3.387-.898 3.187-5.004 4.973-6.305-2.586-5.102-2.086-8.605-2.586-6-.492-6-.691-13.508 2.887-5.004.797-1.102 1.191-6.203.598-12.227-5.973-9.023-7.867-15.234-9.355-6.203-1.488-7.402-.191-8.004-2.98.199-5.566 5.207-13.43 9.406-17.805zm0 0"}),e.createElement("path",{d:"M20.062 69.668c8.484.305 10.633 6.086 14.711 7.957 4.922 1.211 8.051 3.773 13.707 3.977 6.242-2.98 15.496-2.684 24.113-.297 4.57.094 6.723-3.133 10.809-11.937 2.184-6.699 2.555-12.84 5.902-16.105 1.953-1.582 3.355-3.684-.602-5.27-4.406-.898-6.27 4.113-8.602 11.633-1.387 6.637-4.082 14.707-8.809 11.937-8.312-2.777-4.937-1.891-8.902-2.09-7.426.5-13.445 6.195-23.117.992-7.168-5.215-9.578-6.535-18.129-8.648-1.895-.5-10.113.43-1.102 7.855zm0 0"}),e.createElement("path",{d:"M19.211 69.57c-.586.59-4.059 3.691-5.953 7.164-1.922 3.516-2.344 7.18-.098 12.031 1.758 4.594 6.789 5.117 12.707 6.859 2.52-.414 4.355 1.141 6.605-1.391 1.832-2.016 3.18-1.414 1.5-5.168-3.52-5.59-4.309-9.203-1.117-12.336-.898-2.289-1.953-3.449-6.793-6.27-1.734-.629-3.938-1.281-6.855-.895M47.07 90.465c.359 3.719 5.301 5.703 13.008 6.961 5.816-.395 10.809 2.277 14.609-3.383.687-4.219-.289-10.437-3.504-13.023-3.418-2.988-14.797-3.211-19.812-1.293-4.344 2.359-4.973 7.383-4.305 10.738zm0 0"}),e.createElement("path",{d:"M76.895 80.207c-.621 5.004 1.555 12.508 7.402 12.531 8.914.918 11.125-2.254 13.211-5.371 1.637-5.949-4.605-12.23-9.008-16.207-1.754-1.559-2.016-1.496-4.203-1.594-3.336 1.191-4.074 9.723-7.508 10.637"}),e.createElement("path",{d:"M83.516 92.34c6.77 2.148 8.227.176 12.809-3.082 3.055-3.035 1.098-9.75-3.203-13.332-4.121 1.082-13.848 8.414-9.605 16.41zm17.695-47.332c1.484-8.82 1.496-8.926 4.305-11.637 6.555-4.168-1.336 19.977 12.207 11.441.664 1.109 4.766.613 6.102 2.184 3.383 2.996 3.906 4.328 3.004 5.668-3.402 5.707-4.754 3.133-9.305 4.676-.953 2.738-3.238 3.363-11.008 3.48-5.039.434-5.785 3.703-8.008 5.77-2.445 1.902-5.027 5.707-14.906 2.484 2.32-6.559 1.07-12.727 6.5-16.508 6.234.652 9.473-2.977 11.109-7.555zm0 0"}),e.createElement("path",{d:"M125.145 37.348c0-4.719-2.422-8.555-5.406-8.555s-5.402 3.836-5.402 8.555c0 4.727 2.418 8.551 5.402 8.551s5.406-3.824 5.406-8.551zm0 0"}),e.createElement("path",{d:"M118.84 38.441c0-4.719-2.418-8.547-5.406-8.547s-5.402 3.828-5.402 8.547 2.418 8.551 5.402 8.551 5.406-3.828 5.406-8.551zm0 0"}),e.createElement("path",{d:"M46.224 80.473c-1.622-.294-3.028-.741-6.185-1.968l-3.862-1.4c-1.617-.48-2.677-1.207-3.266-2.238-.648-1.135-1.859-2.272-3.782-3.552-2.902-1.932-4.54-2.521-7.495-2.696l-1.617-.096-1.273-1.326c-1.515-1.578-2.197-2.836-1.87-3.447.286-.534 1.356-1.003 2.533-1.111.843-.077 1.375.003 3.292.497 6.019 1.553 9.287 3.146 15.06 7.341 2.464 1.79 5.532 2.801 8.917 2.937 2.774.112 4.361-.15 8.811-1.454l2.046-.591c2.753-.776 3.724-.939 5.363-1.021l1.655-.083 3.455 1.163 4.02 1.374c.703.262 2.138.158 2.843-.207 2.305-1.192 4.125-4.706 5.678-10.965.73-2.943 1.798-6.191 2.735-8.321 1.841-4.182 3.886-5.439 6.278-3.856.688.455.884.942.598 1.488-.106.203-.877 1.043-1.712 1.867-1.192 1.175-1.659 1.769-2.169 2.759-.811 1.575-1.334 3.242-1.779 5.675-.77 4.21-1.795 7.79-2.619 9.143-.316.52-1.091 2.01-1.721 3.31-1.211 2.5-2.616 4.577-3.642 5.384-1.942 1.528-3.93 1.71-5.846.535-3.544-2.174-13.322-2.661-18.893-.941-.661.204-1.411.612-2.159 1.175-1.277.961-1.411.985-3.396.626zm8.791 14.978c-3.979-1.094-6.405-2.67-6.943-4.509-.086-.296-.201-1.287-.255-2.203-.171-2.908.595-5.21 2.303-6.918 1.096-1.096 1.895-1.481 3.931-1.896 5.101-1.039 12.306-.492 15.624 1.187.872.441 2.522 2.146 2.522 2.605 0 .055-.485.145-1.078.2-2.541.236-5.931 1.467-7.828 2.842-2.244 1.627-4.542 4.564-5.919 7.566-.383.834-.768 1.512-.857 1.505s-.764-.177-1.501-.38zm5.879 1.04c-1.222-.062-1.996-.17-2.123-.297-.16-.161-.066-.467.484-1.576 1.99-4.014 4.635-6.649 7.973-7.94 1.448-.56 3.761-1.077 4.833-1.08l.73-.002.331.828c.862 2.157 1.064 4.936.492 6.786-.403 1.304-1.381 2.437-2.555 2.962-.792.354-1.011.373-4.537.395-2.037.013-4.57-.021-5.628-.074zm26.121-4.212c-1.14-.208-2.625-.597-2.798-.734-.35-.276-.828-2.156-.828-3.253 0-1.895.669-3.696 2.089-5.622.814-1.104 1.916-2.213 3.12-3.172.987-.786 2.043-1.472 3.066-1.972l1.261-.617.679.757c2.225 2.48 3.554 5.816 3.277 8.225a6.342 6.342 0 01-.503 1.712c-.351.723-.637.992-2.321 2.188-2.665 1.891-3.853 2.44-5.422 2.508-.675.029-1.405.02-1.622-.019zm-5.783-1.463c-1.993-1.443-3.295-4.531-3.465-8.215l-.084-1.813.571-.378c.835-.553 1.935-2.31 3.068-4.904 1.231-2.817 1.776-3.796 2.516-4.516.553-.539.607-.556 1.427-.46.469.055 1.098.216 1.4.359s1.548 1.231 2.771 2.418l2.223 2.158-.864.436c-4.326 2.181-7.862 6.166-8.83 9.951-.362 1.414-.398 3.211-.092 4.513.117.499.162.906.1.906s-.396-.205-.741-.455zm6.965-21.559c-3.695-.774-3.606-.726-3.223-1.732.091-.24.514-2.178.939-4.306 1.129-5.653 1.644-6.98 3.396-8.759l.962-.976 1.801-.083c4.238-.196 7.137-2.156 9.126-6.17.734-1.481.83-1.817 1.337-4.67.965-5.43 1.235-6.156 2.872-7.752 1.153-1.123 1.454-1.19 1.837-.408.259.53.269.707.097 1.773-.238 1.478-.108 4.535.249 5.835 1.469 5.35 5.725 7.428 9.168 4.478l.501-.43.666.329c.503.249.998.335 2.021.352 2.172.036 2.712.293 4.499 2.134.837.863 1.629 1.824 1.759 2.135.235.561.231.575-.473 1.705-.9 1.444-2.208 2.699-3.028 2.905-.337.085-1.252.198-2.032.252s-1.961.244-2.624.423c-1.186.319-1.209.336-1.469 1.017-.671 1.756-2.436 2.318-8.123 2.587-4.99.235-6.339.859-8.941 4.131-2.131 2.679-4.58 4.527-6.75 5.092-.86.224-3.741.311-4.565.139zM41.801 87.56c-1.575-.34-1.919-.615-2.525-2.024-.922-2.146-.982-3.853-.171-4.884l.309-.392 1.535.627c1.758.718 3.962 1.328 5.383 1.489.628.071.949.173.899.286-.563 1.265-.892 2.186-.975 2.732-.116.761-.636 1.242-2.001 1.852-1.189.532-1.349.552-2.453.314zm-26.234 3.241c-1.573-1.237-3.311-6.385-3.033-8.982.336-3.14 2.114-6.282 5.533-9.78l1.618-1.655 1.625.023c2.245.032 3.846.521 5.901 1.799 2.363 1.47 3.359 2.328 4.174 3.597l.444.69-.445.649c-1.022 1.492-1.537 3.144-1.407 4.509l.063.655-1.345-.123c-4.556-.417-7.093.224-9.153 2.313-1.178 1.195-2.364 3.334-2.991 5.394-.204.672-.42 1.222-.479 1.222s-.286-.141-.504-.312zm11.93 3.929a20.92 20.92 0 01-2.837-.466c-1.491-.373-4.849-1.49-6.093-2.026l-.743-.32.245-.836c.736-2.513 2.042-4.875 3.205-5.796a9.44 9.44 0 011.53-.914c.882-.413 1.024-.431 3.442-.431 2.681 0 4.335.159 4.335.416 0 .282 1.099 2.547 2.014 4.152.823 1.443.897 1.653.899 2.549l.002.977-1.324 1.234-1.576 1.329c-.509.192-1.707.243-3.099.132zm85.265-47.906c-1.373-.326-2.724-1.573-3.528-3.255s-1.012-2.748-1.015-5.184c-.002-2.381.26-3.621 1.13-5.337.499-.984 1.671-2.241 2.49-2.671 1.186-.622 2.685-.42 4.038.545.207.148.372.048.939-.567.952-1.032 1.737-1.414 2.908-1.414 1.185 0 1.945.377 2.969 1.472 1.488 1.591 2.312 4.073 2.312 6.966 0 1.969-.328 3.48-1.112 5.123-1.444 3.025-4.122 4.142-6.243 2.603l-.582-.422-.697.746c-1.056 1.129-2.454 1.67-3.609 1.395z"})))};Fl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Fl.defaultProps={color:"#4a8cb3",size:"128"};const jl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M85.512 48.8l-.586-3.277a.353.353 0 00-.352-.296h-40.96a.353.353 0 00-.352.296l-.586 3.278zm0 0"}),e.createElement("path",{d:"M37.71 20.625H90.5l-.727-2.7a.411.411 0 00-.398-.3H38.727a.43.43 0 00-.403.313zm0 0"}),e.createElement("path",{d:"M83.61 45.23H44.585v-1.42h39.023zM71.613 30.04h1.524v13.773h-1.524zm-16.562 0h1.523v13.773h-1.523zm0 0"}),e.createElement("path",{d:"M82.09 30.04h1.523v13.773H82.09zm-37.505-.003h1.524V43.81h-1.524z"}),e.createElement("path",{d:"M97.836 63.125l-1.46-5.898a.718.718 0 00-.7-.55h-63.2a.712.712 0 00-.703.55l-1.449 5.9a.348.348 0 00.05.287L41.461 80.3a.68.68 0 00.562.3h44.14a.681.681 0 00.564-.3l11.085-16.887c.024-.09.05-.187.024-.29zm-61.999-7.361c.108-.434 1.049-5.667 1.05-5.833 0-.065 12.237-.118 27.192-.118l27.192.05c0 .028.247 1.393.55 3.034L92.372 56c.001.065-12.739.118-28.311.118H35.749zm-.054-26.426c0-.077-.248-1.757-.552-3.733l-.552-3.722c0-.071 13.251-.129 29.446-.129h29.446l-.59 3.823-.599 3.862c-.028.119-56.601.018-56.601-.101zm10.124 77.924l-.35-.245V80.709h37.044v26.308l-.35.245c-.312.219-2.297.245-18.172.245s-17.86-.027-18.172-.245zm1.962 2.821c-.058-.058-.106-.555-.106-1.104v-.998h32.33l-.047 1.064-.047 1.064-16.012.04c-8.807.022-16.06-.007-16.118-.066z"})))};jl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},jl.defaultProps={color:"#ffc600",size:"128"};const ql=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M40 34h18v61h-8v11h28V94h-7V33h19v9h10V24H29v18h11zm82.2-31H6.031C4.005 3 2 4.226 2 6.225v116.154c0 2 2.005 3.621 4.031 3.621H122.2c2.026 0 2.8-1.621 2.8-3.621V6.225C125 4.226 124.226 3 122.2 3zM106 48H85v-9h-9v48h9v24H45V88h6V40h-6v8H22V18h84v30z"}))};ql.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ql.defaultProps={color:"#BB2031",size:"128"};const $l=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M127 16.142C127 7.779 120.221 1 111.858 1H16.142C7.779 1 1 7.779 1 16.142v95.715C1 120.221 7.779 127 16.142 127h95.716c8.363 0 15.142-6.779 15.142-15.143V16.142zM58 99.54c0 3.807-3.286 6.46-7.093 6.46H23.563C19.756 106 17 103.347 17 99.54V23.23c0-3.808 2.756-7.23 6.563-7.23h27.344C54.714 16 58 19.422 58 23.23v76.31zm55-66.456V64.97c0 3.807-2.936 7.03-6.744 7.03h-27.33C75.118 72 72 68.776 72 64.97V22.866C72 19.058 75.118 16 78.926 16h27.33c3.808 0 6.744 3.058 6.744 6.866v10.218z"}))};$l.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},$l.defaultProps={color:"#23719F",size:"128"};const _l=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M40.254 127.637c48.305 0 74.719-48.957 74.719-91.403 0-1.39 0-2.777-.075-4.156 5.141-4.547 9.579-10.18 13.102-16.633-4.79 2.602-9.871 4.305-15.078 5.063 5.48-4.02 9.582-10.336 11.539-17.774-5.156 3.743-10.797 6.38-16.68 7.801-8.136-10.586-21.07-13.18-31.547-6.32-10.472 6.86-15.882 21.46-13.199 35.617C41.922 38.539 22.246 26.336 8.915 6.27 1.933 20.94 5.487 39.723 17.022 49.16c-4.148-.172-8.207-1.555-11.832-4.031v.41c0 15.273 8.786 28.438 21.02 31.492a21.596 21.596 0 01-11.863.543c3.437 13.094 13.297 22.07 24.535 22.328-9.305 8.918-20.793 13.75-32.617 13.72-2.094 0-4.188-.15-6.266-.446 12.008 9.433 25.98 14.441 40.254 14.422"}))};_l.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},_l.defaultProps={color:"#1da1f2",size:"128"};const Nl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M2 63.91v62.5h125v-125H2zm100.73-5a15.56 15.56 0 017.82 4.5 20.58 20.58 0 013 4c0 .16-5.4 3.81-8.69 5.85-.12.08-.6-.44-1.13-1.23a7.09 7.09 0 00-5.87-3.53c-3.79-.26-6.23 1.73-6.21 5a4.58 4.58 0 00.54 2.34c.83 1.73 2.38 2.76 7.24 4.86 8.95 3.85 12.78 6.39 15.16 10 2.66 4 3.25 10.46 1.45 15.24-2 5.2-6.9 8.73-13.83 9.9a38.32 38.32 0 01-9.52-.1A23 23 0 0180 109.19c-1.15-1.27-3.39-4.58-3.25-4.82a9.34 9.34 0 011.15-.73l4.6-2.64 3.59-2.08.75 1.11a16.78 16.78 0 004.74 4.54c4 2.1 9.46 1.81 12.16-.62a5.43 5.43 0 00.69-6.92c-1-1.39-3-2.56-8.59-5-6.45-2.78-9.23-4.5-11.77-7.24a16.48 16.48 0 01-3.43-6.25 25 25 0 01-.22-8c1.33-6.23 6-10.58 12.82-11.87a31.66 31.66 0 019.49.26zm-29.34 5.24v5.12H57.16v46.23H45.65V69.26H29.38v-5a49.19 49.19 0 01.14-5.16c.06-.08 10-.12 22-.1h21.81z"}))};Nl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Nl.defaultProps={color:"#007acc",size:"128"};const Rl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M94.79 87a16.73 16.73 0 01-5.12.73c-15.44 0-38.11-53.95-38.11-71.91 0-6.6 1.57-8.81 3.78-10.7-18.9 2.2-41.57 9.14-48.82 18C5 25.27 4 28.73 4 33.14c0 28 29.92 91.64 51 91.64 9.77 0 26.23-16 39.77-37.79M84.94 3.22c19.52 0 39.06 3.15 39.06 14.17 0 22.36-14.18 49.46-21.42 49.46-12.91 0-29-35.91-29-53.87 0-8.19 3.14-9.76 11.33-9.76"}))};Rl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Rl.defaultProps={color:"#000000",size:"128"};const Il=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64 3.246C30.445 3.246 3.245 30.446 3.245 64c0 33.552 27.2 60.754 60.755 60.754 33.554 0 60.755-27.202 60.755-60.754 0-33.554-27.2-60.754-60.755-60.754zm13.631 20.922a8.108 8.108 0 1114.046 8.108A8.105 8.105 0 0180.6 35.243a8.11 8.11 0 01-2.969-11.075zM64 28.763c3.262 0 6.417.453 9.414 1.281a11.357 11.357 0 005.548 8.042 11.378 11.378 0 009.725.789c5.998 5.898 9.901 13.919 10.47 22.854l-11.558.17C86.532 49.796 76.377 40.306 64 40.306a23.6 23.6 0 00-9.98 2.203L48.383 32.41A35.116 35.116 0 0164 28.763zM22.689 72.112A8.112 8.112 0 0114.576 64a8.111 8.111 0 018.113-8.113 8.113 8.113 0 010 16.225zm7.191.722A11.377 11.377 0 0034.08 64c0-3.565-1.639-6.747-4.2-8.836 2.194-8.489 7.475-15.738 14.571-20.483l5.931 9.934C44.29 48.902 40.308 55.984 40.308 64s3.981 15.098 10.074 19.383l-5.931 9.937c-7.099-4.744-12.38-11.995-14.571-20.486zm58.831 33.964a8.105 8.105 0 01-11.077-2.969c-2.241-3.877-.911-8.835 2.969-11.076 3.877-2.239 8.838-.908 11.077 2.969a8.106 8.106 0 01-2.969 11.076zm-.024-17.673a11.357 11.357 0 00-9.725.788 11.36 11.36 0 00-5.547 8.042A35.232 35.232 0 0164 99.239a35.097 35.097 0 01-15.616-3.649l5.636-10.1A23.6 23.6 0 0064 87.694c12.378 0 22.532-9.488 23.596-21.592l11.561.169c-.569 8.935-4.472 16.956-10.47 22.854z"}))};Il.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Il.defaultProps={color:"#DD4814",size:"128"};const Wl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M82.48 63.578l22.418-38.402 10.832 38.402-10.832 38.398zm-10.926 6.238l22.422 38.402-39.047-9.922-28.211-28.48zM93.969 18.93L71.555 57.34H26.719L54.93 28.855zm32 31.582L112.293.031 61.25 13.559l-7.555 13.18-15.336-.109L1 63.582l37.359 36.949h.004l15.324-.113 7.57 13.176 51.035 13.527 13.676-50.473-7.762-13.07zm0 0"}))};Wl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Wl.defaultProps={color:"#110B09",size:"128"};const Gl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M7 3v6.554h40.792V3H7zm71.75 0v6.554H121V3H78.75zM7 16.835v6.554h40.792v-6.554H7zm71.75 0v6.554H121v-6.554H78.75zM7 30.306v6.554h40.792v-6.554H7zm71.75 0v6.554H121v-6.554H78.75zM7 60.597c0 22.573.073 23.52 2.55 30.91 2.658 8.047 6.228 13.872 11.8 19.442 9.761 9.685 22.4 14.454 39.736 15 19.887.62 35.002-4.369 45.71-15.145 5.5-5.534 9.615-12.488 11.982-20.243 2.15-6.99 2.222-8.155 2.222-30.073V40.5l-21.015.073-21.052.11s-.182.066-.182 28.943c0 32.984-5.526 38.91-16.192 38.91s-14.901-5.67-14.694-39.747c.172-28.193-.11-28.289-.11-28.289H7v20.097z"}))};Gl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Gl.defaultProps={color:"#4051b5",size:"128"};const Jl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M8.884 80.638c-2.2-.6-3.6-2.2-4.4-5.1-.3-1.2-.4-1.7-.4-10.2l-.1-8.9h5.6v7.2c0 4.2.1 7.8.2 8.5.4 2.7 1.5 4.1 3.3 4.1 1.7 0 2.9-1.3 3.7-4.1.2-.9.3-2 .4-8.4l.1-7.4h5.6v11.3c0 6.2 0 11.6.1 11.9l.1 1.2h-5.5l-.1-1.4c0-.5-.1-1.5-.1-2.3v-1.4l-.7 1.4c-.4.8-1 1.7-1.3 2-1.5 1.6-4.2 2.2-6.5 1.6zM99.684 80.738c-4.1-.6-7.2-3.3-8.8-7.7-1.6-4.2-2-10.5-.8-15.8 1.1-5.3 4.1-8.8 8.4-9.9 1.5-.4 4.5-.4 5.8 0 3 .8 5.4 2.8 6.8 5.9 1 2 1.1 1.8-1.7 2.8-1.4.5-2.6.9-2.7.9s-.3-.3-.4-.6c-.6-1.8-1.8-3.3-3.2-3.9-1.1-.5-2.9-.4-3.9.1-2.6 1.3-3.8 5-3.8 11.2 0 4.5.6 7.4 2 9.6 1.2 1.9 2.5 2.5 4.7 2.4 1.7-.1 3-.7 4.2-1.8l.8-.8v-5.4h-5.6v-4.4h11.2v11.8l-.7.8c-1.6 2.1-4.3 3.8-6.9 4.4-1.5.4-4.1.6-5.4.4zM29.484 64.438c-1.8-8.8-3.5-16.2-3.5-16.4l-.1-.9h5.9c.1 0 .8 4.9 1.8 10.2 1 5.3 2.1 11.4 2.4 13.5.3 2.1.6 3.9.6 3.9l6.5-23.2h2.6l6.7 23.1c0 .1.3-1.3.5-2.9s1.3-7.7 2.4-13.5l2-11.1h6l-.1.9c0 .3-1.6 7.6-3.5 16.3-1.9 8.7-3.3 16.6-3.4 16.6h-7.2l-4.7-17.8-4.5 17.8h-7.1l-3.3-16.5zM118.084 63.938v-16.8h5.9v33.7h-5.9v-16.9z"}),e.createElement("path",{d:"M103.82 500.6c-.2-1.5-1.2-3.3-2.3-4.4-1.3-1.3-2.7-2-6.4-3.2-1.7-.5-3.5-1.2-4-1.5-1.6-.9-2.3-2.7-1.9-4.8.5-2.1 1.7-3 4.1-3 1.2 0 1.6 0 2.2.4 1 .5 1.6 1.4 2 2.8l.4 1c.6 0 5.4-.8 5.5-.9.1-.2-.5-2.4-1.2-3.7-1.1-2.1-2.7-3.3-5.3-3.9-1.5-.4-5.1-.4-6.8 0-4.1.9-6.4 3.6-6.7 8-.2 2.9.6 5.4 2.4 7.2 1.4 1.3 2.4 1.9 6.2 3.1 4.2 1.4 5.2 2 5.9 3.6.4.9.5 2.6.2 3.8-.3 1-1.3 2.1-2.3 2.5-1.2.4-3.8.4-4.8-.1-1.5-.7-2.4-1.8-2.9-3.8-.2-.5-.4-.8-.5-.8-.1.1-1.3.3-2.7.5-1.4.2-2.6.4-2.6.4-.2 0-.1.8.2 1.8 1.3 4.1 3.9 6.3 8.4 7 1.3.3 4.6.1 6-.1 3.6-.8 6.1-3.2 6.8-6.7.3-1.4.3-3.9.1-5.2zm-4.06-18c1.12-.04 2.08.92 2.08 2.08 0 1.17-.96 2.08-2.08 2.08-1.17 0-2.08-.96-2.08-2.08-.01-1.16.95-2.08 2.08-2.08z",transform:"translate(-18.436 -431.962)"})))};Jl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Jl.defaultProps={color:"#bad05e",size:"128"};const Ul=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M122.51 23.9V12.82l-26.6 15.47v9.35L74.64 83.55l-10.65 7.33v33.61l22.81-13.15 35.71-87.44zM63.99 66.94L48.04 29.71V19.18l-.11-.05-15.85 9.16v9.35l21.28 47.92 10.63-5.26V66.94z"}),e.createElement("path",{d:"M106.56 3.51L79.97 19.08l-.02-.01V29.71L63.99 66.94v12.45l-10.63 6.17-21.28-47.92v-9.37l15.97-9.18-26.6-15.58-15.96 9.31v11.41l35.91 87.21 22.59 13.05V91.73l10.65-6.17-.14-.08 21.41-47.84v-9.35l.01-.02 26.59-15.45-15.95-9.31z"})))};Ul.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ul.defaultProps={color:"#000000",size:"128"};const Yl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M72.6 80.5c.2.2.6.5.9.5h5.3c.3 0 .7-.3.9-.5l1.4-1.5c.2-.2.3-.4.3-.6l1.5-5.1c.1-.5 0-1-.3-1.3l-1.1-.9c-.2-.2-.6-.1-.9-.1h-4.8l-.2-.2-.1-.1c-.2 0-.4-.1-.6.1L73 72c-.2 0-.3.5-.4.7L71 77.6c-.2.5-.1 1.1.3 1.5l1.3 1.4zm.8 26.4l-.4.1h-1.2L79 85.9c.2-.7-.1-1.5-.8-1.7l-.4-.1H65.7c-.5.1-.9.5-1 1l-.7 2.5c-.2.7.3 1.3 1 1.5l.3-.1h1.8l-7.3 20.9c-.2.7.1 1.6.8 1.9l.4.3h11.2c.6 0 1.1-.5 1.3-1.1l.7-2.4c.3-.7-.1-1.5-.8-1.7zm53.1-19.7l-1.9-2.5v-.1c-.3-.3-.6-.6-1-.6h-7.2c-.4 0-.7.4-1 .6l-2 2.4h-3.1l-2.1-2.4v-.1c-.2-.3-.6-.5-1-.5h-4l20.2-20.2-22.6-22.4L121 20.6v-9L118.2 8H77.3L74 11.5v2.9L62.7 3 55 10.5 52.6 8H12.2L9 11.7v9.4l3 2.9h3v26.1l-14 14 14 14v32l5.2 2.9h11.6l9.1-9.5 21.6 21.6L77 110.6c.1.4.4.5.9.7l.4-.2h9.4c.6 0 1.1-.1 1.2-.6l.7-2c.2-.7-.1-1.3-.8-1.5l-.4.1H88l3.4-10.7 2.3-2.3h5l-5 15.9c-.2.7.2 1.1.9 1.4l.4-.2h9.1c.5 0 1-.1 1.2-.6l.8-1.8c.3-.7-.1-1.3-.7-1.6-.1-.1-.3 0-.5 0h-.4l4.2-13h6.1l-5.1 15.9c-.2.7.2 1.1.9 1.3l.4-.3h10c.5 0 1-.1 1.2-.6l.8-2c.3-.7-.1-1.3-.8-1.5-.1-.1-.3.1-.5.1h-.7l5.6-18.5c.2-.5.1-1.1-.1-1.4zM62.7 4.9L74 16.2v4.7l3.4 4.1H79L50 53V25h3.3l2.7-4.2v-8.9l-.2-.3 6.9-6.7zM2.9 64.1L15 52v24.2L2.9 64.1zm38.9 38.3l58.4-60 21.4 21.5-20.2 20.2h-.1c-.3.1-.5.3-.7.5L98.5 87h-2.9l-2.2-2.4c-.2-.3-.6-.6-1-.6h-8.8c-.6 0-1.1.4-1.3 1l-.8 2.5c-.2.7.1 1.3.8 1.6h1.5L77.4 108l-15.1 15.2-20.5-20.8z"}))};Yl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Yl.defaultProps={color:"#179A33",size:"128"};const Ql=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M95 2.3l30.5 12.3v98.7l-30.7 12.4-49-48.7-31 24.1-12.3-6.2V33.1l12.3-5.9 31 24.3zM14.8 45.7v37.5l18.5-19zm48.1 18.5l31.9 25.1V39z"}))};Ql.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Ql.defaultProps={color:"#68217a",size:"128"};const Kl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M3.656 45.043s-3.027-2.191.61-5.113l8.468-7.594s2.426-2.559 4.989-.328l78.175 59.328v28.45s-.039 4.468-5.757 3.976zm0 0"}),e.createElement("path",{d:"M23.809 63.379L3.656 81.742s-2.07 1.543 0 4.305l9.356 8.527s2.222 2.395 5.508-.328l21.359-16.238zm0 0M59.184 63.531l36.953-28.285-.239-28.297S94.32.773 89.055 3.99L39.879 48.851zm0 0"}),e.createElement("path",{d:"M90.14 123.797c2.145 2.203 4.747 1.48 4.747 1.48l28.797-14.222c3.687-2.52 3.171-5.645 3.171-5.645V20.465c0-3.735-3.812-5.024-3.812-5.024L98.082 3.38c-5.453-3.379-9.027.61-9.027.61s4.593-3.317 6.843 2.96v112.317c0 .773-.164 1.53-.492 2.214-.656 1.332-2.086 2.57-5.504 2.051zm0 0"})))};Kl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Kl.defaultProps={color:"#000000",size:"128"};const Zl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M0 8.934l49.854.158 14.3 24.415 14.3-24.415 49.548-.158-63.835 110.134zm126.987.637l-24.37.021-38.473 66.053L25.692 9.592l-24.75-.02 63.212 107.89z"}))};Zl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Zl.defaultProps={color:"#35495e",size:"128"};const Xl=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M122 113.73v4.2c-.82 1.36-2.06 1.64-3.58 1.64-36.49-.03-72.99-.02-109.48-.03-.27 0-.54.01-.81 0-1.8-.08-2.78-1.07-2.73-2.87.04-1.29.2-2.57.3-3.86.91-11.38 1.8-22.74 2.7-34.11.93-11.69 1.87-23.38 2.81-35.07.73-9.12 1.46-18.23 2.21-27.35.15-1.87 1.05-2.64 2.94-2.67 1.08-.02 2.15-.01 3.23-.02 29.2 0 58.4-.01 87.6-.01 1.18.01 2.37 0 3.55.02 1.74.03 2.69.85 2.89 2.58.09.79-.07 1.61 0 2.4.31 3.16.7 6.31.99 9.47.37 4.07.68 8.14 1.02 12.21l1.92 23.3c1.17 14.2 2.33 28.39 3.53 42.59.21 2.54.6 5.06.91 7.58zM61.49 87.58c3.98-.03 7.84-.96 11.29-3.11 10.46-6.51 14.67-16.42 15.12-28.29.04-1.1-.5-1.83-1.74-1.88-1.38-.06-1.51.85-1.6 1.9-.19 2.16-.26 4.36-.71 6.47-1.45 6.77-4.44 12.71-10.05 17.04-4.86 3.75-10.21 5.59-16.42 4.12-7.83-1.85-12.62-7.11-15.94-14.02-2-4.18-2.87-8.65-2.96-13.28-.03-1.64-.87-2.5-2.05-2.19-1.17.31-1.36 1.24-1.32 2.28.22 6.92 1.98 13.39 5.88 19.16 4.9 7.21 11.46 11.58 20.5 11.8zM86 47.34c2.71 2.72 5.02 5.03 7.31 7.35.81.82 1.7 1.02 2.53.17.76-.78.6-1.69-.15-2.44-2.69-2.71-5.38-5.41-8.1-8.08-.82-.81-1.85-1.01-2.72-.17-2.81 2.73-5.59 5.5-8.31 8.32-.74.77-1 1.83-.02 2.63.9.74 1.77.45 2.54-.38 2.26-2.43 4.53-4.85 6.92-7.4z"}),e.createElement("path",{d:"M105.85 8.76c1.41 1.34 1.18 3.14 1.34 4.83-29.2 0-58.4.01-87.6.01.38-1.67-.31-3.69 1.62-4.84h84.64z"})))};Xl.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},Xl.defaultProps={color:"#5ECF7B",size:"128"};const er=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M43.8 92.3c-.4-.1-.7-.2-1.1-.2-.3 0-.5-.1-.8-.1-.4-.1-.8-.2-1.3-.3-.2-.1-.4-.1-.5-.1-.4-.1-.7-.3-1.1-.4-.2-.1-.4-.2-.6-.2l-.6-.3c-.4-.2-.7-.3-1.1-.5-6.1-3.4-10.5-9.5-13.3-16.1-6-13.6-6.1-30.1-.2-44.1-5.8-3-5.8-9-5.8-9S12 24.9 5.9 22.4c-8.1 19-7.9 41.5.6 60.2 5 11 13.1 20.6 23.8 25.5.9.4 1.9.8 2.8 1.2.2.1.5.2.7.3.2.1.4.1.6.2.4.1.8.3 1.2.4.2.1.4.1.6.2l1.2.3c1.1.3 2.2.5 3.4.6.1 0 .2 0 .4.1.5.1 1 .1 1.5.1h.4c.4 0 .8 0 1.2.1h2.6c.3 0 .6 0 .9-.1.3 0 .6 0 .9-.1.4 0 .8-.1 1.2-.1.2 0 .4 0 .6-.1.4-.1.8-.1 1.3-.2.2 0 .4-.1.6-.1.4-.1.7-.1 1.1-.2.3-.1.5-.1.8-.2l1.2-.3c.2-.1.4-.1.7-.2.4-.1.8-.3 1.2-.4.2-.1.4-.1.6-.2.4-.1.7-.3 1-.4.2-.1.5-.2.7-.3-6.1-4-11.6-9.7-15.9-16.4z"}),e.createElement("path",{d:"M122.1 22.3c-6.1 2.4-11.5-1.4-11.5-1.4s0 6-5.8 9c5.9 13.9 5.8 30.5-.2 44.1-2.9 6.5-7.3 12.6-13.3 16.1-4.9 2.8-10.9 3.3-16.3 1-7.2-3.1-12.2-9.9-15.4-17.4-2.8-6.6-4.2-13.9-4.3-21.1v-.8c0-2.8.4-5.7 1.4-8.3 1.1-3.1 2.9-6.1 5.7-7.3.5-.2 1-.3 1.6-.3.5 0 1.1.1 1.6.3 2.8 1.2 4.6 4.3 5.7 7.3 1 2.7 1.4 5.5 1.4 8.3v.8c-.1 5.2-.8 10.4-2.3 15.4-.2.7-.4 1.3-.6 2l-.3.9c-.3.9-.7 1.9-1.1 2.8-.3.8-.7 1.5-1 2.2v.1c-.4.7-.7 1.4-1.1 2.1 2.8 4.4 6.3 7.7 10.3 9.4 1.8.8 3.6 1.1 5.5 1.2.5-.8 1-1.7 1.4-2.5.1-.2.3-.5.4-.7.3-.7.7-1.3 1-2 .1-.2.2-.5.3-.7l1.2-2.7c.1-.1.1-.3.2-.4l.9-2.4c0-.1.1-.2.1-.4v-.1c2.8-7.9 4.1-16.5 4.1-24.9h-.1v-.4c-.1-12.2-5.1-24.6-15.1-30.9-3.7-2.3-8-3.7-12.3-3.7h-.4c-4.3 0-8.6 1.4-12.3 3.7-10 6.4-15 18.7-15.1 30.9v.4h-.1c0 13.5 3.4 27.3 10.7 38.5 5 7.8 11.9 14.5 20.5 18.2 9.5 4.1 20.6 4 30.1-.4 10.6-4.9 18.8-14.6 23.8-25.5 8.6-19 8.8-41.4.7-60.4z"})))};er.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},er.defaultProps={color:"#2eccaa",size:"128"};const cr=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M117.29 98.1L66.24 127v-22.51L98 87l19.29 11.1zm3.5-3.16V34.55l-18.68 10.8v38.81l18.67 10.77zM10.71 98.1l51 28.88v-22.49L29.94 87zm-3.5-3.16V34.55l18.68 10.8v38.81zm2.19-64.3L61.76 1v21.76L28.21 41.21l-.27.15zm109.18 0L66.24 1v21.76L99.79 41.2l.27.15 18.54-10.71zM61.76 99.37L30.37 82.1V47.92L61.76 66zm4.48 0l31.39-17.25v-34.2L66.24 66zM32.5 44L64 26.66 95.5 44 64 62.16 32.5 44z"}))};cr.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},cr.defaultProps={color:"#1c78c0",size:"128"};const tr=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M75.62 113c1.26-1.58 2.75-3.31 4.52-5.35l.88-1c1.1-1.27 2-2.25 2.89-3.2a69.7 69.7 0 006-7.26c2.71-3.69 4.45-6.46 4.17-11.22-.14-2.45-.24-4.13-1.83-6.1a65.81 65.81 0 00-4.63-4.72c-2-2-3.82-3.85-6.23-6.36s-5.53-8.89-5.53-8.89a40.85 40.85 0 01-3.14-10.6L65.64 12H45.47L35.6 57.77 26.85 12H3l21.52 104h20.07l10-45 8.87 45h9.34z"}),e.createElement("path",{d:"M117.61 18.2c2.11-2.44 3.84-4.42 5.27-6.22h-32c-1.9 2.43-5.77 7.12-8 11.28-2.88 5.5-5.29 9.63-5.53 19.74l.11 3.26c0 4.83 3.45 11.92 3.45 11.92a42.78 42.78 0 003.54 5.54l.64.84c3.45 4 8.67 8.37 11 11.2 2.69 3.32 2.77 6.44 2.91 8.87.39 6.56-2.26 10.51-5.1 14.39-4.35 5.89-5.9 6.98-9.2 10.8-2.11 2.44-3.84 4.42-5.27 6.21h33.07a89 89 0 006.92-11.27c2.92-5.5 5.32-9.63 5.55-19.76l-.11-3.27c0-4.84-3.45-11.93-3.45-11.93a43.72 43.72 0 00-3.54-5.54l-.64-.84c-3.45-4-8.67-8.36-11-11.2-2.69-3.33-2.77-6.45-2.91-8.87-.39-6.55 2.26-10.51 5.1-14.39 4.35-5.84 5.89-6.96 9.19-10.76z"})))};tr.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},tr.defaultProps={color:"#2788b5",size:"128"};const lr=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M126 1.637l-67 9.834v49.831l67-.534zM1.647 66.709l.003 42.404 50.791 6.983-.04-49.057zm56.82.68l.094 49.465 67.376 9.509.016-58.863zM1.61 19.297l.047 42.383 50.791-.289-.023-49.016z"}))};lr.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},lr.defaultProps={color:"#00ADEF",size:"128"};const rr=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M108.6 46.9c-2.3-.2-6.7 1-8.7 10.8 0 5.9 1.4 9.5 3.6 10.8 4.1 1.2 8.9-4.3 8.9-10.2.2-4.1.4-9.2-3.8-11.4z"}),e.createElement("path",{d:"M116.3 25.8H11.7C5.2 25.8 0 31 0 37.4v40c0 6.4 5.2 11.7 11.7 11.7h104.7c6.4 0 11.7-5.2 11.7-11.7v-40c-.1-6.4-5.3-11.6-11.8-11.6zM44 80s-6.9-9.1-8.5-16c-1.6-6.8-2-3.7-2-3.7S28 72.7 22.3 80.6s-8.5-3.9-8.5-3.9c-2-2.4-7.7-37.3-7.7-37.3 3.2-8.9 8.7-1.6 8.7-1.6l5.5 28.4s8.5-17.4 11.4-21.9c2.8-4.5 7.7-3.2 8.1 1.4.4 4.7 5.1 17.4 5.1 17.4.4-13.4 5.9-26.2 6.7-28.2.8-2 9.7-4.5 8.1 4.1-3.9 9.5-7.7 29.6-6.7 40.6-2.7 8.3-9 .4-9 .4zm35.9-4.5c-2.6 1.2-12.3 7.9-19.2-7.1C56.4 53.3 66 42.2 66 42.2s12.5-10.7 21 3.5c6.9 15.6-4.5 28.6-7.1 29.8zm31.8 0c-2.6 1.2-12.3 7.9-19.2-7.1-4.3-15.1 5.3-26.2 5.3-26.2s12.6-10.8 21.1 3.4c6.9 15.7-4.6 28.7-7.2 29.9z"}),e.createElement("path",{d:"M76.7 46.9c-2.3-.2-6.7 1-8.7 10.8 0 5.9 1.4 9.5 3.6 10.8 4.1 1.2 8.9-4.3 8.9-10.2.3-4.1.5-9.2-3.8-11.4zM61.3 89.1l22.3 13.1-4.7-13.1-12.8-3.6z"})))};rr.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},rr.defaultProps={color:"#7E53A4",size:"128"};const or=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M64.094 126.224c34.275-.052 62.021-27.933 62.021-62.325 0-33.833-27.618-61.697-60.613-62.286C30.85.995 1.894 29.113 1.885 63.21c-.01 35.079 27.612 63.064 62.209 63.014zM63.993 4.63c32.907-.011 59.126 26.725 59.116 60.28-.011 31.679-26.925 58.18-59.092 58.187-32.771.007-59.125-26.563-59.124-59.608.002-32.193 26.766-58.848 59.1-58.859zM39.157 35.896c.538 1.793-.968 2.417-2.569 2.542-1.685.13-3.369.257-5.325.406 6.456 19.234 12.815 38.183 19.325 57.573.464-.759.655-.973.739-1.223 3.574-10.682 7.168-21.357 10.651-32.069.318-.977.16-2.271-.188-3.275-1.843-5.32-4.051-10.524-5.667-15.908-1.105-3.686-2.571-6.071-6.928-5.644-.742.073-1.648-1.524-2.479-2.349 1.005-.6 2.003-1.704 3.017-1.719a849.593 849.593 0 0126.618.008c1.018.017 2.016 1.15 3.021 1.765-.88.804-1.639 2.01-2.668 2.321-1.651.498-3.482.404-5.458.58l19.349 57.56c2.931-9.736 5.658-18.676 8.31-27.639 2.366-8.001.956-15.473-3.322-22.52-1.286-2.119-2.866-4.175-3.595-6.486-.828-2.629-1.516-5.622-1.077-8.259.745-4.469 4.174-6.688 8.814-7.113C74.333.881 34.431 9.317 19.728 34.922c5.66-.261 11.064-.604 16.472-.678 1.022-.013 2.717.851 2.957 1.652zm10.117 77.971c-.118.345-.125.729-.218 1.302 10.943 3.034 21.675 2.815 32.659-.886l-16.78-45.96c-5.37 15.611-10.52 30.575-15.661 45.544zm-8.456-2.078l-25.281-69.35c-11.405 22.278-2.729 56.268 25.281 69.35zm76.428-44.562c.802-10.534-2.832-25.119-5.97-27.125-.35 3.875-.106 8.186-1.218 12.114-2.617 9.255-5.817 18.349-8.899 27.468-3.35 9.912-6.832 19.779-10.257 29.666 16.092-9.539 24.935-23.618 26.344-42.123z"}))};or.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},or.defaultProps={color:"#494949",size:"128"};const sr=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M127 3.3c0-2.1 0-2.3-2-2.3H3.5C1.5 1 1 1.2 1 3.2v121.5c0 2 .3 2 2.2 2H125c1.6 0 2-.4 2-2-.1-20.2 0-40.5 0-60.7V3.3zM58.7 94L49 72.2 38.8 94H27.6l14.5-29.3-13.5-31 11.5.1 8.5 20.3L59 33.7h10.8L55.2 63.1 69.7 94h-11zm43.6-59.2v56.6c0 1.5-.2 2.4-1.7 2.5-7 .9-14 1.9-20.9-.1-7.5-2.1-11.8-8-12.1-16.1-.4-10 3.4-16.9 10.8-20.1 4.6-2 9.3-2.1 14.6-1.6V33.8h9.3v1zM82.8 86.2c3.3.9 6.6.6 10 0v-20c0-.3-.4-.9-.7-1-3.7-.6-7.5-.6-11 1.3-3.6 2-5.5 6.2-5.1 11.1.3 4.5 2.7 7.4 6.8 8.6z"}))};sr.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},sr.defaultProps={color:"#DD80BC",size:"128"};const nr=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M99.24 80.71C94.9 80.76 91.1 83 87.89 85c-6 3.71-9 3.47-9 3.47l-.1-.17c-.41-.67 1.92-6.68-.69-13.84-2.82-7.83-7.3-9.72-6.94-10.32 1.53-2.59 5.36-6.7 6.89-14.36.91-4.64.67-12.28-1.39-16.28-.38-.74-3.78 1.24-3.78 1.24s-3.18-7.09-4.07-7.66c-2.87-1.84-6 7.61-6 7.61a14 14 0 00-11.71 4.5 9.64 9.64 0 01-3.85 2.27c-.41.14-.91.12-2.15 3.47-1.9 5.07 3.24 10.81 3.24 10.81s-6.13 4.33-8.4 9.72a24.78 24.78 0 00-1.75 11.68s-4.36 3.78-4.64 7.68a12.87 12.87 0 001.77 7.83 1.94 1.94 0 002.63.91s-2.9 3.38-.19 4.81c2.47 1.29 6.63 2 8.83-.19 1.6-1.6 1.92-5.17 2.51-6.63.14-.34.62.57 1.08 1a10 10 0 001.36 1s-3.9 1.68-2.3 5.51c.53 1.27 2.42 2.08 5.51 2.06 1.15 0 13.76-.72 17.12-1.53a4.33 4.33 0 002.61-1.46 63 63 0 0015.49-7c4.74-3.09 6.68-3.93 10.51-4.84 3.16-.75 2.95-5.65-1.24-5.58z"}),e.createElement("path",{d:"M64 2a62 62 0 1062 62A62 62 0 0064 2zm37.3 87.83c-3.35.81-4.91 1.44-9.41 4.36a67 67 0 01-15.56 7.18 8.71 8.71 0 01-3.64 1.77c-3.81.93-16.88 1.63-17.91 1.63h-.24c-4 0-6.27-1.24-7.49-2.54-3.4 1.7-7.8 1-11-.69a5.55 5.55 0 01-3-3.9 6 6 0 010-2.06 6.66 6.66 0 01-.79-1A16.38 16.38 0 0130 84.52c.29-3.73 2.87-7.06 4.55-8.83A28.56 28.56 0 0136.61 64a26.82 26.82 0 016.82-9c-1.65-2.78-3.33-7.06-1.7-11.42 1.17-3.11 2.13-4.84 4.24-5.58a6.84 6.84 0 002.51-1.34A17.65 17.65 0 0160.34 31c.19-.48.41-1 .65-1.46 1.6-3.4 3.3-5.31 5.29-6a4.88 4.88 0 014.4.5c.65.43 1.48 1 3.9 6a4.69 4.69 0 012.85-.1 3.81 3.81 0 012.39 1.94c2.47 4.74 2.8 13.19 1.72 18.62a33.8 33.8 0 01-5.84 13.31 25.73 25.73 0 015.77 9.43 25.42 25.42 0 011.41 10.41A28.7 28.7 0 0086 81.91c3.06-1.89 7.68-4.74 13.19-4.81a6.62 6.62 0 017 5.7 6.35 6.35 0 01-4.89 7.03z"})))};nr.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},nr.defaultProps={color:"#2c8ebb",size:"128"};const ar=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M107.131 1.228c-14.253.534-31.578 18.435-25.65 35.13 6.275 16.565 10.296 28.348 11.137 46.83 15.062-15.155 28.901-31.609 30.018-50.7.366-15.493-6.967-26.911-15.505-31.26zM69.549 70.012c-2.139 3.823-4.946 7.978-8.606 12.528-7.691 9.693-15.446 25.593-13.061 44.232 31.771-3.506 41.693-27.353 42.563-40.457-5.987-9.034-16.85-14.596-20.896-16.303zM5.477 12.815c-1.128 14.583 5.11 36.267 30.397 43.169 10.648 3.153 18.109 5.096 26.186 8.028 11.809 4.291 21.078 9.768 28.422 19.221-1.363-16.265-8.062-34.902-18.759-49.441C56.462 13.052 30.034 3.097 5.477 12.815z"}))};ar.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ar.defaultProps={color:"#0073BB",size:"128"};const ir=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M81.973 12.93c-.395.394-.676.816-.621.93.027.14-.082.226-.254.226-.141 0-.196.14-.114.281.086.168-.027.363-.254.45-.25.085-.39.28-.308.394.086.14.027.309-.14.422-.169.113-.227.312-.141.453.113.14.027.254-.141.254-.195 0-.281.168-.195.39.082.227.082.48-.032.594-.113.113-.222.59-.253 1.07-.11 1.551-.364 6.93-.504 10.903-.172 4.113-.286 6.168-.426 6.617-.028.14-.055.367-.028.48.06.368-.222.254-.789-.308-.308-.313-.476-.621-.394-.707.113-.082.031-.168-.168-.168-.195 0-.254-.14-.168-.281.082-.168.055-.282-.059-.282-.254 0-1.039-1.664-.957-2.058 0-.11-.113-.195-.28-.195-.142 0-.196-.141-.114-.282.086-.168.027-.281-.14-.281-.169 0-.223-.14-.141-.281.085-.172.027-.281-.141-.281-.168 0-.227-.145-.14-.286.085-.168.027-.28-.141-.28-.168 0-.227-.142-.14-.282.085-.168.026-.281-.142-.281-.168 0-.226-.141-.14-.282.082-.168.027-.28-.14-.28-.173 0-.227-.142-.141-.282.082-.172.027-.281-.141-.281-.172 0-.227-.141-.14-.286.081-.168.027-.28-.141-.28-.172 0-.227-.141-.145-.282.086-.168.031-.281-.14-.281-.168 0-.25-.114-.168-.254.085-.14-.028-.336-.282-.422-.254-.113-.394-.254-.308-.367.113-.082-.032-.336-.313-.563-.308-.254-.336-.336-.054-.226.226.113.054-.14-.422-.563-.453-.394-.649-.648-.422-.535.222.113-.395-.59-1.41-1.578-1.016-.984-1.914-1.774-2.028-1.746-.14.027-.226-.082-.226-.254 0-.14-.114-.195-.282-.11-.14.083-.28.083-.28-.058 0-.113-.31-.254-.704-.254-.394-.027-.707.086-.707.227 0 .168-.195.226-.422.113-.222-.086-.422-.027-.422.14 0 .168-.113.223-.254.141-.14-.086-.336.027-.421.281-.086.227-.282.368-.395.282-.79-.48-1.805 2.843-1.125 3.691.168.195.195.676.11 1.07-.11.395-.083.871.03 1.07.11.196.255.844.282 1.465.113 2.168.082 10.704-.059 12.114-.082.758-.168 1.773-.222 2.254-.032.449-.172 1.011-.286 1.21-.14.196-.167.59-.054.872.086.308.027.62-.14.734-.169.11-.227.422-.141.703.085.281.027.59-.141.703-.168.114-.227.422-.14.735.113.308.054.535-.141.535-.2 0-.254.195-.168.45.082.253.082.593-.032.76-.308.477-.28 2.731.032 2.731.14 0 .168.086.082.2-.114.082.027.335.308.562.285.254.313.34.059.195-.281-.14-.254 0 .113.395.59.68.844.82.59.254-.113-.168.027-.082.281.226.254.309.594.535.735.508.14-.058.254.055.254.227 0 .14.14.195.28.11.169-.083.282-.028.282.14 0 .172.14.226.281.14.168-.082.282-.027.282.145 0 .168.14.222.28.14.173-.085.282-.03.282.141 0 .168.14.223.281.14.172-.085.285-.03.285.141 0 .168.141.223.282.141.168-.086.281-.059.281.113 0 .168.195.223.422.14.226-.112.422-.026.422.142 0 .562 1.07.335 1.773-.368.395-.394.621-.761.535-.843-.082-.086 0-.172.2-.172.195 0 .28-.11.168-.25-.083-.145-.028-.34.14-.453.172-.114.227-.309.14-.45-.113-.14-.054-.254.114-.254s.227-.199.14-.421c-.113-.227-.027-.422.173-.422.195 0 .28-.2.168-.426-.086-.223-.028-.422.14-.422s.254-.195.14-.422c-.085-.226-.027-.422.141-.422.168 0 .254-.199.141-.422-.086-.226-.027-.421.14-.421.169 0 .227-.114.114-.254-.086-.141-.027-.34.14-.453.168-.114.227-.31.141-.45-.113-.14-.027-.254.113-.254.168 0 .282-.14.227-.34-.086-.476.73-.449 1.152.06.34.366.368.366.2 0-.114-.227.28.081.843.702s.957.93.844.703c-.11-.222.535.34 1.41 1.27.871.93 1.52 1.492 1.406 1.266-.109-.223.086-.11.426.285.336.39.73.703.871.703.168 0 .395.195.535.422.141.226.282.28.282.14 0-.168.14-.054.312.227.168.254.395.422.563.336.14-.113.254-.028.254.14 0 .172.14.227.28.141.169-.082.282-.055.282.113s.195.227.422.141c.227-.113.422-.055.422.086 0 .281 1.183.45 2.426.309.422-.028 2-1.38 1.855-1.579-.027-.027-.027-.082-.027-.14.199-.364.281-4.223.34-19.184.054-17.152.054-17.465-.508-18-.309-.281-.563-.644-.563-.785 0-.145-.199-.395-.422-.535-.226-.145-.285-.285-.14-.285.168 0-.031-.282-.426-.59-.394-.309-.504-.508-.281-.395.226.114.172-.027-.14-.28-.31-.255-.563-.563-.563-.677 0-.34-1.606-1.832-1.973-1.86-.14-.026-.59.282-.984.677zm0 0M8.168 13.297c0 .14-.113.195-.254.113-.14-.086-.336.027-.422.281-.082.223-.281.364-.422.282-.308-.2-.93.507-.675.757.085.114.027.2-.141.2-.2 0-.309.086-.281.195 0 .145-.059.453-.168.707-.114.254-.145 1.352-.059 2.395s.168 2.363.2 2.898c0 .535.14 1.129.28 1.324.169.172.223.594.114.903-.086.28-.031.62.14.734.196.11.25.504.168.844-.085.367-.027.761.114.843.168.114.222.422.14.707-.086.282-.027.59.141.704.168.113.227.421.14.703-.085.281-.027.593.141.703.168.113.227.426.14.707-.085.281-.027.59.141.703.168.113.227.422.141.703-.086.281-.027.594.14.707.169.11.227.422.141.73-.113.31-.054.536.141.536.172 0 .281.168.254.34-.055.449 6.367 7.125 6.848 7.125.25 0 .335 1.632.363 6.789.027 3.718.14 6.93.226 7.07.114.168.114.508.028.762-.082.254-.028.449.168.449.172 0 .254.113.14.254-.082.14-.027.34.145.45.168.112.223.312.14.452-.113.14-.03.254.141.254.168 0 .223.11.14.281-.085.141-.03.282.141.282.168 0 .223.113.141.28-.086.141-.027.282.14.282.169 0 .255.113.169.254-.082.14.027.34.253.422.227.086.395.281.368.422-.059.14.168.48.476.734.313.254.367.367.14.254-.222-.113.087.336.68.957.618.648 1.211 1.098 1.352 1.016.11-.086.309.054.395.28.082.255.28.364.422.282.14-.086.253 0 .253.168s.114.227.282.14c.168-.085.28-.027.28.141 0 .168.114.227.282.141.14-.082.281-.055.281.086 0 .14.422.227.93.195.48-.054.875-.222.817-.394-.028-.168.058-.309.199-.309.14 0 .254-.48.281-1.07 0-1.016.14-2.817.45-5.973.226-2.422.421-4.789.847-10.422.281-3.746.336-4.226.703-4.648.195-.227.254-.422.14-.422-.113 0 .087-.254.45-.59.367-.312.48-.48.254-.367-.227.113-.055-.2.394-.676.45-.48.903-.816 1.016-.762.113.086.45-.14.73-.507.535-.618.535-.618-.054-.196-.313.223-.059-.058.562-.675.649-.594 1.156-1.184 1.156-1.325 0-.113.254-.422.563-.648.309-.254.45-.45.309-.45-.168 0-.028-.199.28-.452.282-.227.34-.368.114-.254-.281.113-.254.058.059-.223.28-.227.422-.48.308-.566-.086-.114-.027-.196.168-.196.2 0 .254-.14.168-.281-.082-.172-.027-.281.113-.281.172 0 .282-.086.282-.227a.648.648 0 01.03-.34c.196-.422.169-2-.03-2.109-.11-.086-.168-.34-.055-.566.086-.223 0-.422-.195-.422-.172 0-.227-.14-.145-.282.086-.168.031-.28-.168-.28-.195 0-.281-.055-.195-.141.168-.2-2.086-2.536-2.367-2.454-.14.032-.227-.082-.227-.25 0-.14-.113-.226-.254-.14-.14.082-.336-.031-.422-.285-.082-.223-.28-.336-.449-.25-.14.082-.281.027-.281-.145 0-.168-.113-.223-.281-.14-.141.085-.286.03-.286-.141 0-.168-.14-.223-.28-.14-.169.085-.282.03-.282-.114 0-.168-.113-.309-.281-.309-.336 0-1.52 1.13-1.184 1.13.113 0-.113.28-.508.59-.39.308-.504.507-.28.394.226-.114-.028.195-.563.675-.536.508-.79.817-.563.704.227-.114-.254.507-1.098 1.382-.847.872-1.636 1.52-1.777 1.434-.11-.082-.309.059-.394.285-.082.25-.282.363-.422.281-.141-.086-.254-.03-.254.114 0 .308-1.688.28-2.196-.032-.199-.14-.28-.363-.199-.503.113-.145.031-.254-.14-.254-.168 0-.254-.114-.141-.254.086-.14.027-.34-.14-.453-.169-.114-.223-.309-.141-.45.113-.14.086-.422-.055-.62-.227-.364-.367-1.434-.395-3.012 0-.536-.14-1.13-.28-1.297-.141-.2-.2-.676-.087-1.07.114-.481.055-.735-.168-.735-.199 0-.254-.223-.14-.563.113-.335.054-.562-.14-.562-.173 0-.255-.113-.142-.254.082-.14.028-.336-.14-.45-.172-.112-.227-.312-.145-.452.114-.14.032-.254-.14-.254-.168 0-.223-.14-.14-.281.085-.168.03-.282-.142-.282-.168 0-.222-.14-.14-.28.086-.169-.028-.368-.254-.45-.254-.086-.395-.281-.309-.422.086-.113-.113-.367-.422-.535-.308-.172-.507-.426-.453-.535.086-.114-.28-.649-.816-1.157-.535-.535-.984-.843-.984-.675 0 .14-.141.054-.282-.168-.14-.227-.394-.453-.562-.453-.14-.028-.313-.055-.34-.114-.281-.195-3.043-.14-3.043.059zm0 0M102.086 15.55c-.086.11-.313.141-.535.028-.227-.086-.426 0-.426.195 0 .172-.11.227-.281.141-.14-.082-.281-.027-.281.14 0 .173-.114.255-.254.141-.141-.082-.477.059-.704.313-.253.222-.449.336-.449.222 0-.109-.199.032-.426.34-.222.282-.421.422-.421.282 0-.114-.254.058-.59.421-.309.368-.48.48-.367.254.113-.222-.254 0-.817.535-.562.536-.93 1.098-.844 1.325.082.226 0 .394-.199.394-.168 0-.222.114-.14.282.085.14.027.28-.141.28-.168 0-.227.141-.14.282.085.172-.028.367-.255.453-.254.082-.394.281-.308.422.082.113-.113.367-.422.535-.313.168-.508.422-.426.59.113.145.031.254-.14.254-.168 0-.223.113-.141.281.086.145.031.285-.14.285-.169 0-.223.11-.141.282.086.14.027.28-.141.28-.168 0-.227.114-.14.282.085.14.058.281-.114.281-.168 0-.223.2-.14.422.113.227.027.422-.141.422-.168 0-.227.2-.14.426.113.223.027.422-.169.422-.168 0-.254.113-.14.254.082.14.027.336-.114.449-.168.086-.226.34-.113.562.086.227 0 .422-.195.422-.2 0-.254.227-.14.567.109.336.054.562-.141.562-.2 0-.254.227-.145.563.113.34.059.562-.14.562-.223 0-.282.254-.169.707.114.45.059.703-.14.703-.196 0-.254.254-.14.703.112.395.085.875-.028 1.07-.313.481-.313 6.481 0 6.876.14.195.168.476.055.648-.114.168-.028.477.14.703.172.227.254.535.14.703-.081.141-.027.282.141.282.2 0 .286.199.172.422-.086.226-.031.425.14.425.169 0 .196.11.114.282-.086.14-.031.28.14.28.169 0 .223.114.141.282-.086.14-.03.281.114.281.168 0 .28.114.222.254-.027.14.2.48.508.73.309.255.367.368.14.255-.226-.114.087.34.677.96.62.645 1.21 1.098 1.324 1.012.113-.054.367.14.535.45.168.312.422.507.594.425.14-.113.336.028.422.254.082.25.28.395.394.309.11-.086.309.054.395.308.082.227.28.34.449.254.14-.086.281-.027.281.14 0 .169.14.227.281.142.168-.083.282-.028.282.14 0 .172.14.227.28.14.173-.081.286-.027.286.141 0 .2.223.254.535.141.309-.082.617-.027.73.145.227.363 4 .363 4.255-.032.085-.168.48-.222.843-.14.395.113.676.058.676-.114 0-.168.14-.222.281-.14.172.086.285.031.285-.14 0-.169.11-.255.282-.142.14.086.476-.167.73-.562.254-.367.563-.621.703-.535.145.086.254 0 .254-.168 0-.172.14-.227.281-.14.172.081.286.027.286-.173 0-.195.054-.28.14-.195.196.195 2.281-1.773 2.168-2.086-.027-.14.14-.308.367-.394.223-.082.336-.282.254-.422-.086-.14.055-.336.282-.422.253-.086.363-.281.28-.422-.085-.14 0-.254.169-.254.168 0 .226-.14.14-.281-.086-.168-.027-.281.141-.281.168 0 .227-.141.14-.282-.081-.172-.054-.285.114-.285s.227-.195.14-.422c-.113-.222-.027-.422.169-.422.199 0 .253-.226.14-.535-.082-.308-.055-.62.059-.676.394-.253.113-14.59-.309-15.492-.113-.254-.14-.675-.058-.93.113-.253.027-.648-.141-.843-.168-.227-.254-.567-.168-.82.113-.223.055-.477-.113-.59-.168-.086-.227-.34-.14-.563.085-.226.026-.394-.142-.394-.168 0-.253-.2-.14-.422.082-.227.027-.426-.14-.426-.173 0-.2-.14-.114-.281.086-.168.027-.282-.113-.282-.168 0-.282-.113-.227-.253.031-.141-.195-.477-.504-.73-.312-.255-.367-.368-.14-.255.222.113.054-.199-.395-.676-.902-.957-1.156-1.128-.875-.562.113.195-.14-.031-.535-.48-.395-.481-.735-.731-.735-.563 0 .14-.14.055-.308-.227-.168-.253-.395-.421-.563-.336-.14.11-.254.028-.254-.14 0-.172-.113-.227-.28-.145-.141.086-.282.032-.282-.14 0-.168-.113-.25-.254-.14-.14.085-.34.03-.45-.11-.085-.172-.339-.227-.566-.114-.222.082-.421.028-.421-.113 0-.281-3.07-.34-3.266-.027zm2.422 13.266c0 .141.082.168.222.114.114-.055.426.113.707.422.254.28.395.507.282.507-.114 0-.059.141.14.336.422.426.45 1.551.055 1.778-.168.113-.223.422-.14.73.113.281.058.535-.114.535-.168 0-.222.2-.14.422.113.227.03.426-.168.426-.168 0-.227.11-.141.281.086.14.027.281-.14.281-.169 0-.255.114-.141.254.086.141.027.336-.14.45-.169.113-.228.308-.142.453.114.14-.027.336-.253.422-.254.082-.368.28-.282.421.082.141 0 .254-.168.254-.172 0-.254.114-.172.254.086.14-.027.336-.253.422-.223.082-.395.254-.364.367.114.309-1.101 1.492-1.297 1.266-.086-.086-.168 0-.168.168 0 .508-.593.394-1.043-.168-.226-.254-.308-.309-.199-.086.14.254.086.34-.14.2-.168-.114-.254-.31-.168-.45.086-.113-.055-.367-.282-.566-.48-.395-.562-2.141-.14-2.395.168-.11.226-.422.14-.73-.113-.282-.054-.536.114-.536s.222-.199.14-.421c-.113-.227-.027-.422.168-.422.2 0 .281-.2.168-.426-.082-.223-.027-.422.14-.422.173 0 .227-.113.114-.254-.082-.14-.027-.336.14-.45.173-.112.227-.308.141-.448-.109-.145-.027-.254.141-.254.172 0 .227-.14.145-.281-.086-.172-.032-.286.109-.286.172 0 .281-.082.281-.222-.027-.114 0-.282.031-.422.028-.113.082-.285.114-.426 0-.11.28-.45.59-.758.535-.535 2.113-.789 2.113-.34zm0 0M52.648 21.887c-.027.058-.058.226-.086.367 0 .168-.195.422-.421.535-.196.14-.309.367-.196.535.082.168.055.395-.113.48-.172.11-.227.45-.14.731.113.309.027.735-.141.957-.227.281-.281.93-.14 2.086.109 1.125.081 1.719-.141 1.86-.172.113-.227.421-.145.703.086.28.031.59-.14.703-.169.113-.223.426-.141.707.086.281.031.59-.14.703-.169.113-.224.422-.142.73.114.313.06.536-.14.536-.195 0-.281.199-.195.425.113.223.054.477-.086.563-.141.082-.196.336-.086.562.086.227 0 .422-.196.422-.199 0-.28.2-.168.422.082.227.028.426-.14.426-.172 0-.254.195-.172.422.113.222.059.476-.082.562-.14.086-.2.336-.086.563.086.226 0 .422-.195.422-.2 0-.286.199-.2.421.114.227.059.48-.113.567-.14.113-.195.308-.082.45.082.14 0 .448-.172.675-.168.226-.254.535-.14.703.113.172.03.48-.141.707-.168.223-.254.535-.14.703.085.14.027.281-.141.281-.168 0-.254.114-.168.254s-.028.34-.282.422c-.253.086-.34.313-.226.508.113.195.113.281 0 .168-.14-.113-.508-.082-.844.059-.676.253-1.691-.141-1.437-.594.113-.14.027-.254-.14-.254-.169 0-.227-.14-.142-.281a.684.684 0 00-.058-.649c-.11-.168-.25-1.492-.281-2.87-.082-2.735-.336-8.114-.45-9.72-.027-.535-.168-1.156-.28-1.351-.142-.168-.142-.48-.06-.621.086-.168.032-.282-.167-.282-.196 0-.282-.085-.168-.168.086-.085-.168-.48-.594-.875-.422-.394-.504-.535-.195-.335.507.363.535.363.167-.086-.195-.282-.476-.422-.617-.368-.113.086-.453-.168-.707-.562-.254-.367-.562-.621-.703-.563-.113.082-.367-.113-.535-.421-.168-.313-.422-.508-.59-.422-.14.11-.254.027-.254-.145 0-.168-.113-.223-.281-.14-.145.085-.285.03-.285-.141 0-.168-.11-.223-.281-.14-.141.085-.282.058-.282-.114 0-.281-.394-.25-1.183.113-.282.114-.422.313-.336.453.082.141.027.254-.14.254-.173 0-.227.196-.141.422.113.223.027.422-.172.422-.196 0-.282.168-.196.395.086.226.086.476-.027.59-.113.113-.227.535-.254.93-.34 3.886-.394 5.745-.394 10.76 0 6.817.086 8.763.394 9.212.14.199.14.508.055.648-.113.168-.028.48.14.703.2.227.254.422.141.422-.11 0-.055.172.113.367.168.227.227.48.114.563-.086.113-.028.2.168.2.199 0 .254.112.171.28-.085.141-.03.282.141.282.168 0 .254.113.168.254-.086.14.027.335.281.421.227.086.34.282.254.454-.086.14-.027.28.14.28.169 0 .255.11.141.255-.085.168.114.422.422.59.313.167.508.421.453.535-.085.113.223.508.704.843.449.34.761.735.703.848-.082.14.113.477.48.758l.617.535-.535-.703c-.308-.395-.054-.195.567.422.59.62 1.18 1.097 1.324 1.043.11-.028.281.14.363.367.086.227.281.336.422.254.145-.086.254-.027.254.14 0 .168.2.223.426.141.222-.113.422-.027.422.14 0 .169.195.227.421.141.227-.113.422-.054.422.055 0 .227 3.38.313 3.606.113.027-.027.199-.113.34-.14.168-.028.363-.114.504-.14.113-.028.285-.056.425-.028.11 0 .196-.114.196-.282 0-.14.113-.226.254-.14.14.082.335-.027.421-.281.086-.227.282-.34.454-.254.14.082.28.027.28-.114 0-.168.11-.28.255-.226.14.027.476-.195.73-.508.254-.309.367-.363.254-.14-.113.226.195.058.676-.395.957-.899 1.125-1.152.562-.871-.195.113-.082-.059.254-.367.34-.309.535-.621.45-.73-.11-.087-.028-.173.171-.173.196 0 .254-.14.168-.281-.086-.168-.027-.281.14-.281.169 0 .227-.14.142-.281-.082-.168-.028-.282.14-.282s.227-.14.14-.281c-.081-.172-.027-.281.141-.281.2 0 .282-.2.172-.426-.086-.223-.03-.422.14-.422.169 0 .255-.195.169-.422-.113-.226-.059-.476.086-.562.14-.086.195-.34.11-.535-.083-.227-.028-.48.14-.563.172-.113.226-.367.14-.566-.082-.223 0-.477.145-.59.168-.086.25-.309.14-.45-.085-.14-.03-.453.141-.648.168-.199.254-.562.14-.816-.085-.227 0-.508.169-.621.168-.114.226-.422.14-.735-.113-.308-.054-.535.141-.535.168 0 .227-.281.113-.703-.113-.45-.054-.703.168-.703.227 0 .282-.254.168-.676-.082-.394-.027-.789.114-.875.171-.113.226-.422.14-.73-.11-.282-.082-.676.059-.875.113-.196.254-.758.281-1.211.055-.477.14-1.66.227-2.676.28-3.043.168-6.309-.227-6.957-.113-.168-.113-.508-.027-.762.113-.254.027-.449-.172-.449-.195 0-.281-.2-.168-.422.086-.226.027-.426-.14-.426-.169 0-.196-.14-.114-.28.086-.169.027-.282-.14-.282-.169 0-.223-.14-.141-.281.086-.168.027-.282-.14-.282-.169 0-.282-.086-.227-.226.058-.114-.45-.73-1.098-1.352-.676-.648-1.211-1.097-1.211-.984 0 .082-.113 0-.254-.2-.195-.335-2.195-.675-2.309-.421zm0 0M56.48 23.379c.282.312.563.566.645.566.086 0-.082-.254-.363-.566-.282-.309-.567-.563-.649-.563-.086 0 .082.254.367.563zm0 0M32.113 25.465c0 .055.227.281.508.48.422.364.45.336.082-.113-.363-.453-.59-.594-.59-.367zm0 0M101.125 61.773c0 .172-.082.2-.195.114-.254-.254-1.239.648-1.043.957.086.14 0 .254-.168.254s-.227.113-.14.28c.081.142.026.282-.141.282-.168 0-.254.113-.141.254.082.14.027.34-.113.453-.168.082-.227.336-.114.563.086.226 0 .422-.168.422-.199 0-.254.253-.14.675.082.368.027.762-.14.875-.173.082-.227.477-.142.871.082.368.028.875-.171 1.102-.223.25-.254.785-.141 1.547.113.762.086 1.297-.14 1.55-.223.255-.282.79-.141 1.438.113.676.086.957-.114.817-.168-.086-.308-.032-.308.14 0 .195-.227.254-.535.14-.309-.085-.621-.027-.735.141-.11.168-.422.227-.73.141-.309-.113-.535-.059-.535.14 0 .196-.227.255-.535.141-.31-.086-.622-.027-.735.14-.11.169-.422.228-.703.142-.281-.082-.59-.028-.703.14-.086.168-.309.227-.45.113-.144-.085-.452-.027-.648.141-.199.168-.594.254-.847.14-.254-.113-.45-.027-.45.169 0 .199-.199.285-.421.199-.227-.113-.481-.059-.563.113-.113.14-.285.195-.426.113-.14-.085-.562.168-.957.563-.562.562-.676.871-.535 1.633.113.734.027 1.015-.309 1.129-.253.11-.453.054-.453-.114 0-.171-.11-.226-.25-.14-.14.082-.34-.031-.425-.281-.082-.227-.282-.368-.422-.286-.141.086-.422-.054-.618-.308-.34-.395-.34-.45.028-.254.254.113.222.058-.059-.195-.281-.227-.422-.48-.308-.567.086-.11.027-.195-.141-.195-.535 0-.395-1.07.195-1.66.313-.313.621-.48.707-.368.082.083.168.028.168-.113 0-.226.703-.34 3.52-.48.762-.028 1.297-.254 1.637-.676.535-.648.648-1.492.195-1.492-.14 0-.281-.254-.281-.563 0-.308-.141-.562-.282-.562-.168 0-.254-.086-.226-.227.086-.226-2.336-2.734-2.649-2.734-.109 0-.394-.25-.644-.563-.254-.308-.395-.367-.285-.14.113.281.058.254-.223-.055-.227-.281-.48-.422-.562-.312-.114.085-.2.03-.2-.168 0-.196-.113-.254-.28-.168-.142.086-.282.027-.282-.141 0-.168-.113-.227-.281-.14-.141.081-.282.027-.282-.141 0-.172-.113-.254-.254-.14-.14.081-.34.026-.453-.114-.082-.168-.336-.227-.562-.113-.227.085-.422.027-.422-.086 0-.141-.563-.254-1.27-.254-.703 0-1.265.086-1.265.199 0 .113-.2.14-.422.055-.227-.114-.422-.028-.422.171 0 .168-.113.223-.285.141-.14-.086-.281-.031-.281.14 0 .169-.114.223-.282.141-.14-.086-.28-.027-.28.141 0 .168-.114.227-.282.14-.14-.085-.281-.027-.281.141 0 .168-.114.227-.282.14-.14-.085-.28-.026-.28.141 0 .168-.114.227-.282.141-.145-.086-.285-.027-.285.14 0 .169-.11.227-.282.141-.14-.082-.28-.027-.28.141 0 .172-.114.254-.255.172-.14-.086-.336.027-.422.281-.113.254-.254.395-.367.281-.082-.086-.363.082-.562.395-.227.308-.535.476-.703.394-.168-.113-.227-.058-.114.114.086.168-.086.476-.394.703-.309.195-.48.476-.367.562.086.114.03.2-.168.2-.196 0-.254.109-.168.28.082.141.027.282-.141.282-.2 0-.281.168-.2.395.087.222.087.476 0 .562-.14.14-.195 4.535-.054 4.957a.712.712 0 010 .34c0 .14.113.223.254.223.14 0 .254.113.195.226-.027.14.34.59.79 1.016.48.422.648.703.421.59-.222-.086 1.157 1.379 3.102 3.27 1.941 1.913 3.32 3.35 3.097 3.237-.226-.113-.027.141.422.563.48.422.844.875.844 1.016 0 .14.2.363.422.503.227.145.313.286.145.286-.145 0-.032.195.25.421.312.223.453.422.34.422-.114 0 0 .196.226.45.254.226.394.566.309.707-.114.14-.055.254.113.254s.222.168.14.39c-.085.227 0 .48.168.594.227.14.227.308-.027.59-.168.226-.227.394-.113.394.113 0-.14.282-.563.621-.703.563-2.593.871-2.761.45-.028-.082-.227-.223-.45-.282-.507-.113-1.918-1.437-1.777-1.718.059-.114-.055-.196-.223-.196-.172 0-.226-.14-.14-.281.082-.14.027-.281-.14-.281-.2 0-.255-.2-.173-.426a.488.488 0 00-.281-.617c-.59-.227-1.8.449-1.606.93.086.222 0 .394-.195.394-.172 0-.226.113-.14.281.082.14.082.45-.032.617-.308.48-.308 5.297-.027 5.497.113.054.14.363.059.675-.114.309-.059.535.14.535.168 0 .223.114.14.282-.085.14-.027.281.114.281.168 0 .281.113.223.254-.028.14.199.476.508.73.308.254.367.395.14.286-.222-.114.028.222.563.703.535.476.789.789.566.675-.226-.113.281.508 1.125 1.38 1.606 1.663 1.86 1.859 1.55 1.242-.112-.172 0-.114.224.14.226.281.48.422.566.309.11-.086.195-.028.195.14s.2.254.422.168c.227-.113.422-.027.422.141 0 .172.453.312.988.312.535 0 .985-.14.985-.312 0-.168.199-.254.422-.168.226.113.48.055.566-.113.11-.14.309-.196.45-.114.14.114.253.032.253-.14 0-.168.14-.223.281-.14.168.085.282.027.282-.141 0-.168.14-.227.28-.141.173.086.282.027.282-.14 0-.169.14-.227.281-.141.172.086.368-.028.453-.254.082-.254.282-.395.422-.309.114.082.368-.113.535-.422.168-.312.395-.535.536-.48.14.027.507-.254.843-.649.368-.394.536-.507.426-.28-.113.226.422-.227 1.18-.985.762-.79 1.355-1.496 1.297-1.637-.055-.11.058-.195.226-.195s.227-.14.14-.281c-.085-.168-.026-.282.142-.282.168 0 .226-.14.14-.281a.687.687 0 01.028-.621c.535-.844.562-6.703.058-6.703-.172 0-.226-.2-.14-.426.109-.223.054-.477-.114-.563-.14-.113-.199-.28-.113-.421.086-.141.027-.309-.14-.422-.169-.114-.227-.281-.141-.422.082-.14.027-.313-.141-.422-.172-.113-.227-.313-.14-.453.113-.14.027-.254-.114-.254-.168 0-.308-.113-.308-.254 0-.11.59-.223 1.351-.254.73 0 2-.11 2.817-.195.93-.14 1.464-.086 1.464.086 0 .168.254.394.563.476.308.114.508.282.422.422-.082.14 0 .34.168.426.172.14.226.477.086.957-.282.984-.309 7.07-.028 7.07.14 0 .14.254.055.563-.113.308-.055.562.113.562s.309.086.281.2c-.054.476.395 1.492.676 1.492.172 0 .227.086.114.168-.082.113.113.422.453.734.336.309.422.45.195.336-.227-.113.14.395.816 1.098.704.734 1.325 1.242 1.38 1.183.085-.082.312 0 .534.2.508.421 1.72.535 1.946.195a.32.32 0 01.422-.113c.14.113.254.03.254-.141 0-.195.168-.281.394-.195a.433.433 0 00.563-.254c.086-.254.28-.368.421-.282.145.082.395-.027.594-.253.196-.227.254-.422.114-.422-.141 0 0-.2.28-.422.31-.227.45-.426.337-.426-.14 0-.082-.195.113-.422.172-.223.254-.535.14-.703-.113-.168-.027-.48.141-.703.254-.281.281-1.016.172-2.313-.34-3.293-.453-4.703-.535-5.859-.059-.617-.14-1.266-.2-1.406-.054-.168-.113-.844-.167-1.551-.028-.703-.14-1.66-.254-2.14-.14-.65-.055-1.044.308-1.466.282-.335.594-.535.735-.449.113.082.222 0 .222-.168 0-.172.145-.226.286-.14.168.082.28.027.28-.145 0-.168.114-.25.255-.14.14.085.336.03.449-.141.113-.168.309-.223.45-.14.14.113.253.03.253-.141 0-.196.2-.282.422-.168.227.086.426.027.426-.14 0-.169.195-.255.422-.142.222.082.422.028.422-.14s.195-.254.421-.14c.227.081.422.027.422-.141 0-.172.2-.254.422-.141.227.082.426.027.426-.14 0-.173.195-.255.422-.141.222.082.422.027.422-.145 0-.168.195-.25.422-.14.226.085.421.03.421-.11s.2-.2.422-.113c.227.113.426.027.426-.172 0-.168.14-.223.281-.14.168.085.282.03.282-.141 0-.196.195-.281.421-.168.227.086.422.027.422-.14 0-.169.114-.227.254-.114.14.086.34.027.45-.14.113-.169.312-.227.453-.141.14.113.254.027.254-.141 0-.168.14-.227.28-.14.169.085.282.027.282-.141 0-.168.14-.227.281-.14.168.081.281.026.281-.141 0-.168.141-.227.282-.141.172.082.281.027.281-.14 0-.173.145-.227.285-.141.168.082.281.027.281-.114 0-.172.082-.28.223-.254.113.055.566-.28.988-.734.649-.644.817-1.07.844-2.309.059-.843-.027-1.52-.168-1.52-.113 0-.14-.14-.058-.312.113-.168-.028-.476-.31-.675-.308-.223-.448-.422-.366-.422.113 0-.336-.535-.985-1.184-.62-.648-1.238-1.152-1.351-1.125-.14.028-.227-.086-.227-.254 0-.14-.113-.199-.281-.113-.14.086-.281.086-.281-.055 0-.113-2.254-.226-5.016-.226-4.476 0-5.043-.059-5.492-.508-.367-.367-.48-.79-.395-1.266.086-.48-.027-.875-.308-1.129-.34-.254-.34-.308-.059-.168.227.141-.535-.703-1.687-1.832-1.157-1.156-2.227-2.054-2.34-2.054-.113.027-.281-.14-.367-.367-.082-.227-.282-.34-.422-.254-.14.086-.254 0-.254-.168s-.11-.254-.254-.141a.32.32 0 01-.422-.113c-.223-.34-1.578-.309-1.578.054zm0 0"}),e.createElement("path",{d:"M106.48 64.367c.364.395.73.703.79.703.082 0-.145-.308-.508-.703-.367-.394-.735-.707-.79-.707-.085 0 .141.313.508.707zm0 0M33.945 70.45c-.113.171-.367.226-.593.14-.227-.082-.395-.028-.395.14 0 .172-.113.227-.254.145-.113-.086-.535.168-.871.535-.367.395-.535.703-.395.703.141 0 .028.14-.253.309-.254.168-.422.394-.34.535.086.14.031.313-.14.422-.169.113-.224.312-.142.453.114.14.028.254-.14.254-.195 0-.281.195-.195.422.113.222.054.476-.114.562-.14.114-.199.309-.086.45.086.14 0 .453-.168.675-.168.227-.254.535-.14.707.113.168.086.535-.028.79-.28.562-.367 1.8-.535 6.675-.058 2-.14 4.14-.172 4.703 0 .59-.168 1.07-.308 1.07-.168 0-.227.169-.168.34.14.395-.762 1.407-1.016 1.125-.082-.085-.168-.027-.168.114 0 .14-.734.254-1.605.254-1.157 0-1.774-.141-2.114-.508-.562-.535-.675-2.028-.226-2.309.172-.113.226-.426.14-.734-.109-.309-.054-.535.141-.535.2 0 .254-.227.145-.563-.114-.34-.059-.562.14-.562.196 0 .25-.227.14-.535-.085-.313-.03-.622.11-.707.367-.223.34-3.493 0-3.715-.14-.086-.195-.395-.11-.707.11-.282.056-.535-.112-.535s-.227-.196-.141-.422c.113-.227.027-.422-.172-.422-.168 0-.223-.14-.14-.281.085-.168.03-.282-.141-.282-.168 0-.223-.14-.14-.281.085-.172.03-.285-.141-.285-.168 0-.254-.11-.168-.25.086-.145-.028-.34-.282-.426-.226-.082-.367-.281-.28-.394.195-.31-1.352-1.829-1.606-1.575-.114.11-.254-.03-.367-.285-.086-.25-.282-.363-.422-.281-.141.086-.254 0-.254-.14 0-.169-.086-.282-.2-.282a.753.753 0 01-.363-.027c-.761-.309-2.902-.422-4.058-.227-.649.113-1.801 1.129-1.66 1.41.054.14 0 .227-.168.227-.172 0-.227.168-.145.39.086.227.031.48-.14.594-.169.086-.223.48-.141.844.086.367.058.848-.082 1.043-.114.2-.254 2-.282 4.027-.113 6.114-.253 8.735-.48 9.102-.113.168-.14.45-.027.617.195.313-.848 1.438-1.098 1.184-.086-.086-.172 0-.172.199 0 .222-.195.308-.422.195-.226-.086-.422-.027-.422.14 0 .169-.199.255-.421.141-.227-.086-.422-.027-.422.141 0 .168-.2.254-.426.168-.223-.11-.477-.055-.563.086-.082.14-.336.2-.562.086-.227-.086-.422 0-.422.195 0 .168-.113.254-.254.14-.14-.081-.34-.027-.45.141-.112.172-.312.227-.452.141-.14-.11-.254-.027-.254.172 0 .195-.082.281-.168.195-.086-.086-.422.114-.762.45-.45.453-.617.96-.617 1.945 0 .734.082 1.324.195 1.324.114 0 .14.195.059.422-.113.226-.031.422.168.422.168 0 .222.14.14.281-.085.172-.027.285.114.285.168 0 .281.082.254.195-.059.141.28.563.703.985.422.426.761.68.761.566 0-.113.196.055.45.364.226.312.508.566.62.593.255 0 4.11 3.86 4.11 4.114.031.113.285.394.594.648.309.25.367.395.14.281-.226-.113-.167.028.114.254.308.25.449.45.281.45-.14 0-.027.14.254.308.254.172.422.394.336.562-.11.145-.027.254.113.254.168 0 .281.114.227.254-.028.114.254.508.648.848.395.363.508.535.281.422-.226-.113-.058.195.395.676.45.476.93.816 1.07.73.114-.082.309.059.395.281.082.254.281.368.422.285.14-.085.34.055.422.282.085.254.28.363.421.281.141-.086.254 0 .254.168 0 .2.2.281.422.168.227-.082.426-.055.426.086 0 .14.504.226 1.125.195.621 0 1.125-.14 1.125-.281 0-.14.086-.195.172-.11.195.223 1.433-.988 1.324-1.269-.058-.113-.031-.195.11-.195.285 0 .285-3.973 0-4.453-.141-.196-.169-.59-.055-.872.086-.312.027-.62-.14-.734-.196-.113-.255-.508-.169-.844.082-.367.055-.761-.113-.847-.734-.45.254-2.45 1.07-2.168.196.058.336-.055.336-.227 0-.195.227-.25.567-.14.335.113.562.058.562-.141 0-.195.195-.281.422-.168.227.086.422.027.422-.14 0-.169.199-.255.422-.141.226.086.425.027.425-.14 0-.169.11-.2.282-.114.14.086.535-.14.843-.508.93-1.07 2.114-.844 3.665.676.675.676 1.238 1.324 1.265 1.41 0 .113.309.476.703.816.395.34.508.508.282.395-.282-.14-.25-.028.113.394.281.336.648.536.762.45.14-.082.253 0 .253.171 0 .168.141.223.282.141.168-.086.28-.031.28.11 0 .171.114.285.255.226.113-.027.508.254.844.648.367.395.566.508.453.282-.114-.227.027-.168.281.14.254.313.59.535.73.508.141-.055.254.055.254.227 0 .14.141.195.282.113.171-.086.28-.031.28.14 0 .169.141.223.286.141.168-.086.281-.031.281.114 0 .617 1.352.28 2.196-.54.507-.476.902-.898.902-.984 0-.086 0-.168.027-.226.114-.504.059-2.73-.086-2.73-.11 0-.14-.2-.054-.423.113-.226.027-.422-.168-.422-.168 0-.227-.113-.141-.285.082-.168.027-.281-.14-.281-.2 0-.282-.195-.172-.422.085-.227.03-.422-.141-.422-.168 0-.254-.195-.168-.422.113-.226.059-.48-.113-.593-.168-.082-.223-.336-.141-.563.086-.195.027-.45-.14-.562-.169-.086-.227-.368-.141-.59.113-.254.027-.621-.14-.82-.169-.196-.227-.505-.114-.676.113-.168.027-.477-.14-.704-.196-.226-.255-.62-.169-.875.082-.25.082-.59-.027-.757-.14-.2-.254-.735-.281-1.184-.145-1.633-.34-3.973-.535-5.578-.114-1.043-.06-1.773.14-2 .168-.195.25-.59.14-.844-.112-.254-.03-.453.169-.453.195 0 .281-.195.195-.422-.11-.222-.055-.476.113-.562.141-.114.2-.309.086-.45-.086-.14-.027-.453.14-.648.169-.2.255-.594.142-.848-.086-.254-.028-.449.167-.449.2 0 .254-.226.141-.562-.113-.34-.082-.735.059-.93.308-.422.308-5.55 0-6.059-.14-.168-.14-.336-.032-.336.086 0 .032-.199-.167-.421-.196-.227-.254-.422-.114-.422.114 0-.027-.2-.336-.453-.281-.227-.34-.336-.113-.227.227.113.055-.195-.395-.676-.449-.476-.93-.816-1.07-.73-.113.086-.226 0-.226-.168 0-.172-.114-.227-.282-.14-.14.081-.28.026-.28-.141 0-.172-.114-.227-.282-.145-.14.086-.281.031-.281-.14 0-.169-.114-.255-.254-.141-.14.086-.34.031-.45-.114-.085-.168-.34-.222-.535-.14-.226.086-.48.031-.593-.14-.082-.169-.422-.31-.704-.31-.28 0-.62.141-.703.31zm-2.367 32.28c.367.454.336.48-.086.114-.281-.196-.508-.422-.508-.477 0-.226.227-.086.594.363zM10 105.914c.281.313.45.566.367.566-.086 0-.367-.253-.648-.566-.281-.309-.45-.562-.367-.562.085 0 .367.253.648.562zm0 0M52.762 73.605c-.086.141-.313.168-.535.086-.227-.086-.395-.03-.395.141 0 .168-.2.254-.422.14-.226-.085-.426-.027-.426.141 0 .168-.109.196-.28.114-.142-.086-.282-.032-.282.14 0 .168-.113.254-.254.14-.14-.085-.45.028-.676.255-.222.222-.476.336-.59.254-.086-.114-.172-.032-.172.168 0 .195-.109.28-.25.195-.14-.082-.34.031-.425.281-.11.254-.25.426-.309.34-.195-.195-2.562 2.113-2.45 2.367.056.14-.058.223-.226.223s-.226.113-.14.285c.086.14.027.281-.14.281-.169 0-.227.114-.142.281.082.141.028.282-.14.282s-.227.113-.14.281c.081.14.027.281-.141.281-.2 0-.282.2-.172.422.086.227.03.422-.11.422s-.199.2-.113.426c.113.222.027.422-.172.422-.195 0-.281.195-.195.422.113.226.055.48-.113.562-.141.113-.196.313-.082.453.082.14.027.45-.145.645-.168.199-.25.566-.14.82.085.223.03.504-.141.59-.168.113-.223.562-.14.984.085.453.058.875-.083.961-.281.168-.254 5.887.027 6.363a.629.629 0 01.028.594c-.086.14-.028.281.14.281s.254.114.141.254c-.082.141.027.45.254.676.227.227.34.477.254.59-.113.086-.028.172.14.172.2 0 .31.11.254.25-.027.14.196.48.508.734.309.254.363.367.14.281-.226-.113-.027.141.423.563.48.394.648.676.422.562-.227-.109.058.254.675.79a34.11 34.11 0 012.059 2.058c.535.617.898.902.789.676-.113-.227.055-.14.363.195.313.34.621.535.735.453.082-.086.222.055.336.309.086.254.28.367.421.281.145-.082.34.059.426.281.082.254.282.368.422.282.14-.082.254 0 .254.172 0 .168.14.222.281.14.168-.086.282-.027.282.14 0 .169.113.255.253.141.141-.085.336-.027.45.141.113.168.28.227.422.14.14-.085.312-.054.367.087.199.28 3.605.254 4.086-.059.195-.113.59-.113.902-.027.336.113.563.054.563-.14 0-.2.195-.282.421-.2.227.113.48.058.563-.11.113-.14.281-.199.422-.113.14.082.312.028.426-.14.109-.172.308-.227.449-.141.14.11.254.027.254-.14 0-.173.14-.227.28-.141.169.082.282.027.282-.145 0-.168.14-.222.281-.14.168.085.282.03.282-.11 0-.172.086-.285.226-.226.254.086 1.633-1.297 1.551-1.551-.059-.14.055-.223.223-.223.14 0 .199-.14.113-.285-.086-.168.027-.363.254-.45.254-.085.367-.28.281-.421-.086-.14 0-.254.168-.254.172 0 .227-.14.14-.281-.081-.168.032-.367.255-.45.254-.085.367-.285.28-.425-.081-.14 0-.254.173-.254.168 0 .222-.14.14-.281-.086-.168-.027-.282.141-.282.168 0 .227-.14.14-.28-.085-.169-.027-.282.141-.282.168 0 .227-.14.14-.281-.085-.168-.026-.282.141-.282.168 0 .227-.14.141-.28-.086-.173-.027-.282.14-.282.169 0 .227-.145.141-.285-.082-.168-.027-.282.141-.282.172 0 .227-.14.14-.28-.081-.169-.027-.282.141-.282.172 0 .254-.113.14-.254-.081-.14-.026-.336.141-.45.172-.112.227-.312.145-.452-.113-.14-.031-.25.14-.25.169 0 .223-.145.141-.285-.086-.168-.031-.282.14-.282.169 0 .224-.14.141-.281-.085-.168-.027-.281.141-.281.168 0 .227-.14.14-.281-.085-.168-.058-.282.087-.282.14 0 .195-.48.14-1.07a70.428 70.428 0 01-.172-1.887c-.027-.48-.168-.988-.28-1.183-.114-.2-.141-.649-.028-1.016.086-.394.027-.789-.168-.902-.172-.11-.227-.45-.14-.73.113-.31.027-.735-.141-.958-.172-.226-.254-.535-.141-.707.11-.168.027-.476-.145-.703-.168-.227-.25-.535-.168-.676.114-.14.06-.336-.113-.449-.168-.113-.222-.312-.14-.453.113-.14.03-.254-.141-.254-.168 0-.254-.11-.14-.25.085-.145-.055-.48-.31-.707-.226-.254-.34-.45-.226-.45.113 0-.168-.34-.617-.761-.453-.422-.93-.73-1.043-.703-.113.027-.281-.14-.367-.367-.086-.227-.281-.336-.422-.254-.14.086-.254 0-.254-.168s-.113-.227-.281-.14c-.14.085-.281.027-.281-.141 0-.168-.114-.227-.282-.141-.14.082-.285.027-.285-.14 0-.173-.11-.227-.281-.141-.14.082-.281.027-.281-.14 0-.173-.114-.227-.282-.142-.14.082-.28.055-.28-.113 0-.172-.196-.226-.423-.14-.226.113-.422.027-.422-.172 0-.168-.113-.223-.28-.14-.141.085-.286.03-.286-.142 0-.168-.11-.222-.281-.14-.14.086-.282.027-.282-.14 0-.169-.113-.223-.28-.141-.141.085-.282.027-.282-.141 0-.195-.195-.281-.422-.168-.226.082-.422.027-.422-.14 0-.173-.113-.2-.281-.114-.145.086-.285.027-.285-.14 0-.2-.195-.282-.422-.169-.223.082-.422.028-.422-.14 0-.172-.113-.227-.254-.113-.14.082-.336.027-.449-.141-.113-.172-.281-.227-.422-.14-.14.081-.312.027-.426-.114-.082-.172-.336-.227-.562-.113-.223.086-.422.027-.422-.14 0-.31-2.254-.31-2.45.026zm4.422 12.31c.421.452.703.901.62.987-.085.082 0 .141.196.141.195 0 .254.113.168.281-.082.14-.055.281.059.281.168 0 .28 2.31.113 2.735-.031.055-.031.168-.059.281 0 .14-.226.45-.449.703-.254.281-.367.508-.281.508.082 0-.114.281-.453.648-.336.364-.703.618-.817.563-.14-.059-.226.027-.226.195 0 .172-.11.227-.282.14-.14-.081-.28-.026-.28.142 0 .171-.169.285-.337.253-.199-.027-.566.032-.816.141-.313.14-.735-.055-1.27-.617-.675-.676-.816-1.043-.843-2.254 0-.816.113-1.465.253-1.465.141 0 .196-.2.083-.422-.083-.226-.028-.426.14-.426.172 0 .2-.14.113-.28-.086-.169-.027-.282.141-.282.168 0 .227-.14.14-.281-.081-.168-.027-.282.141-.282.172 0 .254-.113.14-.253-.081-.168.114-.422.427-.59.308-.172.476-.453.39-.621-.11-.196-.082-.227.145-.114.168.114.39 0 .476-.222.086-.254.282-.368.422-.285.14.085.254 0 .254-.141 0-.59.903-.309 1.692.535zm-4.2 7.522c.368.45.34.477-.082.114-.48-.367-.62-.594-.394-.594.054 0 .281.227.476.48zm0 0M46.027 76.957l-.535.648.649-.535c.34-.308.62-.59.62-.648 0-.227-.226-.055-.734.535zm0 0"})))};ir.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},ir.defaultProps={color:"#000000",size:"128"};const hr=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("path",{fill:t,d:"M53.608 80.858c-8.247.029-16.494.142-24.741.142H27.68c11.396-16 22.633-31.146 33.949-46.657-.384-.025-.568-.11-.754-.11-17.851-.002-35.701-.03-53.552-.043-.627 0-.842.146-.837.807.031 3.689.016 7.371.016 11.06 0 1.052.001 1.05 1.066 1.05 9.034 0 18.068-.002 27.102.001.355 0 .712.047 1.257.087L1.781 93.782l.584.032c17.146.001 34.291-.003 51.437.017.701.001.794-.281.791-.866-.018-3.743-.03-7.425.009-11.168.007-.778-.207-.942-.994-.939zm71.635-45.876c-16.172.001-32.344-.021-48.517.031a22.057 22.057 0 00-5.37.684C65.115 37.3 60.12 44.074 60.365 50.552c.026.711.441.448.869.448h24.828c4.179 0 8.357.181 12.536.156 4.555-.028 9.119.156 13.661-.114 4.703-.279 8.459-2.458 11.052-6.477 1.742-2.702 2.514-5.703 2.896-8.854.104-.862-.448-.729-.964-.729zM100.57 56.116c-8.19-.003-16.38-.008-24.57.003-2.639.003-5.18.517-7.504 1.79-5.404 2.962-7.481 7.921-8.119 13.723-.083.766.38.745.905.744 4.312-.007 8.623-.004 12.936-.004 1.464.001 2.929.021 4.393-.004 3.223-.054 6.464.069 9.66-.247 4.157-.412 7.536-2.437 9.939-5.917 1.889-2.736 2.834-5.812 3.163-9.103.096-.965.134-.985-.803-.985zM84.161 77.157c-2.493.016-4.988-.024-7.481.021a25.333 25.333 0 00-3.467.299c-8.957 1.396-12.3 8.892-12.835 15.287-.049.572.157.762.729.75 1.49-.031 2.981-.011 4.473-.011l.004.082c2.026-.089 4.073-.036 6.078-.294 7.531-.97 13.28-7.764 13.223-15.462-.007-.574-.23-.675-.724-.672z"}))};hr.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},hr.defaultProps={color:"#68B604",size:"128"};const zr=c=>{const{color:t,size:l,...r}=c;return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 128 128",...r},e.createElement("g",{fill:t},e.createElement("path",{d:"M38.484 23.843l-15.06 18.405-7.529-11.712z"}),e.createElement("path",{d:"M38.484 23.843l-10.876 9.203-4.183 9.202h-5.02v42.667h7.53l-9.203 4.183-6.693 14.222H0V23.843z"}),e.createElement("path",{d:"M25.935 84.915L10.039 103.32l-6.693-9.202zM46.85 23.843l5.02 11.713-20.916 6.692z"}),e.createElement("path",{d:"M46.85 23.843h46.013v18.405H30.954L46.85 32.21z"}),e.createElement("path",{d:"M97.046 84.915L81.15 103.32l-5.856-10.875z"}),e.createElement("path",{d:"M97.046 84.915l-13.386 7.53-2.51 10.875H35.137V84.915z"}),e.createElement("path",{d:"M125.49 5.438L43.503 103.32 2.51 122.562l81.987-98.719zM117.96 23.843l-.836 15.06-15.059 4.182z"}),e.createElement("path",{d:"M128 23.843v79.477H88.68l11.712-10.039 4.183-8.366h5.02v-41.83h-7.53l8.366-7.53 7.53-11.712z"}),e.createElement("path",{d:"M104.575 84.915l4.183 12.55-20.078 5.855z"})))};zr.propTypes={color:U.string,size:U.oneOfType([U.string,U.number])},zr.defaultProps={color:"#f7a41d",size:"128"},exports.Aarch64Plain=Y,exports.AdonisjsOriginalWordmark=Q,exports.AftereffectsPlain=K,exports.AmazonwebservicesPlainWordmark=Z,exports.AndroidPlain=X,exports.AngularjsPlain=ee,exports.ApachePlain=ce,exports.ApachekafkaOriginal=te,exports.AppceleratorOriginal=le,exports.AppleOriginal=re,exports.AppwritePlain=oe,exports.ArduinoPlain=se,exports.AtomOriginal=ne,exports.AzurePlain=ae,exports.BabelPlain=ie,exports.BackbonejsPlain=he,exports.BashPlain=ze,exports.BehancePlain=me,exports.BitbucketOriginal=pe,exports.BootstrapPlain=ve,exports.BowerPlain=ge,exports.BulmaPlain=we,exports.CPlain=fe,exports.CPlusPlusPlain=Ae,exports.CSS3Plain=De,exports.CSharpPlain=ke,exports.CakephpPlain=ue,exports.CanvaOriginal=de,exports.CentosPlain=Me,exports.CeylonPlain=Ee,exports.ChromePlain=xe,exports.CircleciPlain=ye,exports.ClojureLine=Te,exports.ClojurescriptPlain=Pe,exports.CodecovPlain=be,exports.CodeigniterPlain=He,exports.CodepenPlain=Le,exports.CoffeescriptOriginal=Ve,exports.ComposerLine=Ce,exports.ConfluenceOriginal=Oe,exports.CouchdbPlain=Be,exports.CrystalOriginal=Se,exports.CucumberPlain=Fe,exports.D3jsPlain=je,exports.DartPlain=qe,exports.DebianPlain=$e,exports.DenojsOriginal=_e,exports.DeviconsReactOriginal=Ne,exports.DigitaloceanPlain=Re,exports.DjangoPlain=Ie,exports.DockerPlain=We,exports.DoctrinePlain=Ge,exports.DotNetPlain=Je,exports.DotnetcorePlain=Ue,exports.DrupalPlain=Ye,exports.ElectronOriginal=Qe,exports.EleventyPlain=Ke,exports.ElixirPlain=Ze,exports.ElmPlain=Xe,exports.EmbeddedcPlain=ec,exports.EmberOriginalWordmark=cc,exports.ErlangPlain=tc,exports.ExpressOriginal=lc,exports.FSharpPlain=pc,exports.FacebookPlain=rc,exports.FeathersjsOriginal=oc,exports.FigmaPlain=sc,exports.FilezillaPlain=nc,exports.FirebasePlain=ac,exports.FirefoxPlain=ic,exports.FlaskOriginal=hc,exports.FlutterPlain=zc,exports.FoundationPlain=mc,exports.GCCPlain=wc,exports.GIMPPlain=fc,exports.GatlingPlain=vc,exports.GatsbyPlain=gc,exports.GitHubOriginal=dc,exports.GitLabPlain=Mc,exports.GitPlain=uc,exports.GitterPlain=Ec,exports.GoPlain=xc,exports.GodotPlain=yc,exports.GoogleCloudPlain=Pc,exports.GooglePlain=Tc,exports.GradlePlain=bc,exports.GrailsPlain=Hc,exports.GraphqlPlain=Lc,exports.GroovyPlain=Vc,exports.GruntPlain=Cc,exports.GulpPlain=Oc,exports.HTML5Plain=Dc,exports.HandlebarsOriginal=Bc,exports.HaskellPlain=Ac,exports.HaxePlain=Sc,exports.HerokuPlain=kc,exports.IE10Original=Fc,exports.IllustratorPlain=jc,exports.InkscapePlain=qc,exports.IntellijPlain=$c,exports.IonicOriginal=_c,exports.JQueryPlain=Kc,exports.JamstackOriginal=Nc,exports.JasminePlain=Rc,exports.JavaPlain=Ic,exports.JavascriptPlain=Wc,exports.JeetPlain=Gc,exports.JenkinsPlain=Jc,exports.JestPlain=Uc,exports.JetbrainsPlain=Yc,exports.JiraPlain=Qc,exports.JuliaPlain=Zc,exports.JupyterPlain=Xc,exports.KarmaPlain=et,exports.KnockoutPlainWordmark=ct,exports.KotlinPlain=tt,exports.KrakenjsPlain=lt,exports.KubernetesPlain=rt,exports.LESSPlainWordmark=nt,exports.LabviewPlain=ot,exports.LaravelPlain=st,exports.LinkedinPlain=at,exports.LinuxPlain=it,exports.LuaPlain=ht,exports.MSDosPlain=xt,exports.MagentoOriginal=zt,exports.MarkdownOriginal=mt,exports.MaterialUIPlain=pt,exports.MatlabPlain=vt,exports.MeteorPlain=gt,exports.MicrosoftsqlserverPlain=wt,exports.MinitabPlain=ft,exports.MochaPlain=ut,exports.ModxPlain=dt,exports.MongoDBPlain=Mt,exports.MoodlePlain=Et,exports.MySQLPlain=yt,exports.NPMOriginalWordmark=Ot,exports.Neo4jPlain=Tt,exports.NestJSPlain=Pt,exports.NextJSOriginal=bt,exports.NginxOriginal=Ht,exports.NixosPlain=Lt,exports.NodeJSPlain=Vt,exports.NodewebkitPlain=Ct,exports.NumpyPlain=Bt,exports.NuxtJSPlain=At,exports.ObjectivecPlain=St,exports.OcamlPlain=kt,exports.OpenGLPlain=Dt,exports.OperaPlain=Ft,exports.OracleOriginal=jt,exports.PHPPlain=It,exports.PHPStormPlain=Wt,exports.PandasPlain=qt,exports.PerlPlain=$t,exports.PhalconPlain=_t,exports.PhoenixPlain=Nt,exports.PhotoshopPlain=Rt,exports.PostgreSQLPlain=Gt,exports.PremiereProPlain=Jt,exports.ProcessingPlain=Ut,exports.ProtractorPlain=Yt,exports.PuttyPlain=Qt,exports.PycharmPlain=Kt,exports.PythonPlain=Zt,exports.QtOriginal=Xt,exports.RPlain=el,exports.RailsPlain=cl,exports.RaspberrypiLine=tl,exports.ReactOriginal=ll,exports.RedhatPlain=rl,exports.RedisPlain=ol,exports.ReduxOriginal=sl,exports.RocksDBPlain=nl,exports.RstudioPlain=al,exports.RubyMinePlain=hl,exports.RubyPlain=il,exports.RustPlain=zl,exports.SASSOriginal=vl,exports.SQLAlchemyPlain=Tl,exports.SSHOriginal=Pl,exports.SafariPlain=ml,exports.SalesforcePlain=pl,exports.ScalaPlain=gl,exports.SequelizePlain=wl,exports.ShopwareOriginal=fl,exports.SketchLine=ul,exports.SlackPlain=dl,exports.SocketioOriginal=Ml,exports.SourcetreeOriginal=El,exports.SpringPlain=xl,exports.SpssPlain=yl,exports.StorybookPlain=bl,exports.StylusOriginal=Hl,exports.SubversionOriginal=Ll,exports.SveltePlain=Vl,exports.SwiftPlain=Cl,exports.SymfonyOriginal=Ol,exports.TailwindCSSPlain=Bl,exports.TensorflowPlain=Al,exports.ThealgorithmsPlain=Sl,exports.ThreeJSOriginal=kl,exports.TomcatLine=Dl,exports.TortoisegitPlain=Fl,exports.TowergitPlain=jl,exports.TravisPlain=ql,exports.TrelloPlain=$l,exports.TwitterOriginal=_l,exports.TypeScriptPlain=Nl,exports.Typo3Plain=Rl,exports.UbuntuPlain=Il,exports.UnityOriginal=Wl,exports.UnixOriginal=Gl,exports.UwsgiPlain=Jl,exports.VSCodePlain=Kl,exports.VagrantPlain=Ul,exports.VimPlain=Yl,exports.VisualStudioPlain=Ql,exports.VueJSPlain=Zl,exports.VuestorefrontPlain=Xl,exports.WebPackPlain=cr,exports.WebStormPlain=tr,exports.WeblatePlain=er,exports.Windows8Original=lr,exports.WooCommercePlain=rr,exports.WordPressPlain=or,exports.XDPlain=sr,exports.YarnOriginal=nr,exports.YiiPlain=ar,exports.YunohostPlain=ir,exports.ZendPlain=hr,exports.ZigOriginal=zr;
|