devicons-react 1.2.6-beta-0.0.4 → 1.2.6-beta-0.0.6

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.
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const CosmosdbOriginal: React.FunctionComponent<Props>;
6
+ export default CosmosdbOriginal;
@@ -0,0 +1 @@
1
+ function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c}},/*#__PURE__*/React.createElement("svg",_extends({},b,{fill:"none",viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("path",{d:"M105.825 58.635c5.491 22.449-8.458 45.049-31.156 50.48-22.695 5.429-45.547-8.365-51.036-30.815-5.492-22.449 8.458-45.049 31.153-50.48l.078-.018c22.588-5.46 45.374 8.223 50.896 30.565l.065.268Z",fill:"#59B3D8",fillRule:"evenodd"}),/*#__PURE__*/React.createElement("path",{d:"M58.747 85.194c-.013-6.137-5.055-11.1-11.259-11.085h-1.701c1.442-5.932-2.248-11.895-8.246-13.322a11.182 11.182 0 0 0-2.703-.306H23.162c-2.525 12.851 1.246 26.127 10.174 35.796h14.149c6.205.015 11.247-4.948 11.262-11.083ZM72.69 39.233c0 .649.085 1.296.255 1.925h-4.861c-6.445 0-11.667 5.168-11.667 11.543 0 6.372 5.222 11.54 11.667 11.54h38.645c-1.258-13.787-9.486-26.01-21.862-32.477h-4.605c-4.177-.002-7.562 3.339-7.572 7.469Zm34.043 33.587H83.679c-5.259-.013-9.531 4.187-9.552 9.385a9.241 9.241 0 0 0 1.148 4.471c-5.003 1.546-7.792 6.814-6.228 11.765 1.242 3.934 4.938 6.607 9.106 6.589h6.427c12.314-6.454 20.607-18.51 22.153-32.21Z",fill:"#B6DEEC",fillRule:"evenodd"}),/*#__PURE__*/React.createElement("path",{d:"M17.382 40.624a1.286 1.286 0 0 1-1.3-1.275v-.003c-.021-8.064-6.637-14.587-14.79-14.579A1.286 1.286 0 0 1 0 23.489c0-.703.579-1.275 1.292-1.275 8.143.007 14.756-6.503 14.79-14.554a1.29 1.29 0 0 1 1.356-1.227c.672.028 1.21.56 1.241 1.227.021 8.061 6.639 14.584 14.792 14.577.713 0 1.292.572 1.292 1.277 0 .706-.579 1.279-1.292 1.279-8.148-.011-14.766 6.507-14.792 14.566-.01.7-.589 1.265-1.297 1.265Z",fill:"#B7D332",fillRule:"evenodd"}),/*#__PURE__*/React.createElement("path",{d:"M108.6 122.793a.764.764 0 0 1-.768-.759c-.018-4.821-3.98-8.719-8.854-8.709a.762.762 0 0 1-.77-.756c0-.419.342-.759.765-.759h.005c4.872.002 8.826-3.893 8.844-8.711a.77.77 0 0 1 .778-.767.77.77 0 0 1 .775.767c.018 4.818 3.972 8.713 8.843 8.711a.761.761 0 0 1 .77.756.759.759 0 0 1-.765.759h-.005c-4.871-.002-8.828 3.893-8.843 8.714a.764.764 0 0 1-.773.754h-.002Z",fill:"#0072C5",fillRule:"evenodd"}),/*#__PURE__*/React.createElement("path",{d:"M126.317 30.84c-4.035-6.539-14.175-8.049-29.306-4.384a121.688 121.688 0 0 0-13.893 4.384 42.829 42.829 0 0 1 8.187 5.173c2.574-.836 5.101-1.59 7.512-2.173a53.33 53.33 0 0 1 12.335-1.727c4.957 0 7.691 1.211 8.606 2.686 1.496 2.423.119 8.816-8.681 18.871-1.566 1.789-3.326 3.601-5.179 5.423a175.936 175.936 0 0 1-31.843 24.149 176.032 176.032 0 0 1-36.329 17.105c-15.317 4.936-25.773 4.836-28.119 1.048-2.342-3.788 2.344-13.048 13.776-24.29a41.005 41.005 0 0 1-.938-9.735c-18.2 16.271-24.09 30.365-19.387 37.981 2.463 3.985 7.844 6.229 15.705 6.229a80.772 80.772 0 0 0 27.183-5.932 194.648 194.648 0 0 0 32.11-15.926 193.405 193.405 0 0 0 28.884-21.148 118.565 118.565 0 0 0 9.947-9.941c10.207-11.655 13.466-21.268 9.43-27.793Z",fill:"#000",fillRule:"evenodd"}))};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const CosmosdbOriginalWordmark: React.FunctionComponent<Props>;
6
+ export default CosmosdbOriginalWordmark;
@@ -0,0 +1 @@
1
+ function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("defs",null,/*#__PURE__*/React.createElement("clipPath",{id:"a"},/*#__PURE__*/React.createElement("path",{d:"M18.121 4H44v25H18.121Zm0 0"})),/*#__PURE__*/React.createElement("clipPath",{id:"b"},/*#__PURE__*/React.createElement("path",{d:"M19 17h90.648v63H19Zm0 0"}))),/*#__PURE__*/React.createElement("path",{style:{fillRule:"evenodd",fill:"#59b3d8",fillOpacity:"1"},d:"M93.832 41.523c3.914 15.899-6.031 31.903-22.223 35.75-16.187 3.844-32.488-5.921-36.402-21.824-3.914-15.898 6.031-31.902 22.223-35.75l.054-.008c16.11-3.867 32.364 5.82 36.301 21.641Zm0 0"}),/*#__PURE__*/React.createElement("path",{style:{fillRule:"evenodd",fill:"#b6deec",fillOpacity:"1"},d:"M60.254 60.332c-.008-4.344-3.606-7.86-8.031-7.852h-1.215c1.031-4.199-1.602-8.421-5.88-9.433a8.032 8.032 0 0 0-1.929-.215h-8.328c-1.8 9.102.887 18.504 7.258 25.348h10.094c4.422.011 8.02-3.5 8.03-7.848Zm9.945-32.547c0 .461.059.918.18 1.363h-3.465c-4.598 0-8.324 3.657-8.324 8.176 0 4.512 3.726 8.172 8.324 8.172h27.563c-.899-9.766-6.766-18.422-15.594-23h-3.285c-2.977-.004-5.395 2.363-5.399 5.29ZM94.48 51.57H78.035c-3.75-.011-6.797 2.965-6.812 6.649a6.5 6.5 0 0 0 .82 3.164c-3.57 1.097-5.559 4.828-4.445 8.332.886 2.785 3.523 4.68 6.496 4.668h4.586c8.78-4.574 14.699-13.113 15.8-22.813Zm0 0"}),/*#__PURE__*/React.createElement("path",{style:{fillRule:"evenodd",fill:"#0072c5",fillOpacity:"1"},d:"M95.813 86.96a.548.548 0 0 1-.551-.538c-.012-3.414-2.84-6.172-6.313-6.168a.541.541 0 0 1-.55-.531v-.004a.54.54 0 0 1 .546-.535h.004c3.473 0 6.293-2.758 6.309-6.172 0-.301.246-.543.55-.543h.004c.301 0 .551.242.551.543.012 3.414 2.836 6.172 6.309 6.172.3-.004.543.234.55.53v.005a.543.543 0 0 1-.542.535h-.008c-3.473 0-6.297 2.758-6.309 6.172a.544.544 0 0 1-.55.535Zm0 0"}),/*#__PURE__*/React.createElement("path",{style:{fillRule:"evenodd",fill:"#0c65c4",fillOpacity:"1"},d:"M1278.313 1357.132c-2.01 0-3.78.377-5.296 1.132a11.473 11.473 0 0 0-3.831 3.001c-1.022 1.252-1.822 2.71-2.384 4.374a18.922 18.922 0 0 0-.937 5.197h24.215c.102-4.27-.851-7.633-2.844-10.05-2.01-2.436-4.972-3.654-8.923-3.654Zm-144.71-5.437h25.44c.375 0 .682.052.971.155.272.103.51.274.715.497.188.24.358.515.46.875.12.377.187.84.187 1.389v1.578c0 .463-.05.892-.102 1.286-.068.395-.17.789-.306 1.15-.12.377-.307.788-.545 1.217-.222.429-.511.909-.835 1.423l-19.48 30.478h20.809c.272 0 .51.068.715.171.221.12.391.309.545.583.153.257.272.618.374 1.046.103.446.154.995.154 1.613 0 .617-.051 1.149-.154 1.612-.102.429-.204.789-.34 1.08-.136.275-.324.48-.545.583-.239.12-.477.172-.75.172h-27.314c-.698 0-1.26-.24-1.703-.686-.442-.463-.664-1.235-.664-2.315v-1.681c0-.463.034-.875.103-1.235.068-.36.17-.72.289-1.08.136-.36.307-.755.545-1.167.221-.412.51-.875.834-1.406l19.583-30.477h-18.987c-.528 0-.936-.258-1.26-.806-.306-.55-.46-1.424-.46-2.642 0-.583.035-1.115.086-1.56.068-.446.187-.807.34-1.081.136-.274.307-.48.528-.583.221-.12.477-.189.766-.189Zm44.632-.24c.8 0 1.447.017 1.975.069.528.051.954.154 1.26.308.307.155.528.31.664.48.137.19.188.412.188.67v25.846c0 2.607.204 4.682.579 6.243.374 1.56.953 2.881 1.72 3.996.783 1.098 1.754 1.955 2.946 2.555 1.175.6 2.554.91 4.138.91 2.043 0 4.07-.704 6.079-2.162 2.026-1.457 4.172-3.567 6.454-6.362v-31.026c0-.258.034-.48.17-.67.12-.17.324-.325.664-.48.324-.154.733-.257 1.243-.308.511-.052 1.192-.069 2.01-.069.783 0 1.447.017 1.958.069.545.051.954.154 1.243.308.29.155.511.31.664.48.154.19.222.412.222.67v44.386c0 .274-.051.497-.17.669-.12.189-.324.326-.614.48-.306.12-.68.223-1.158.275-.476.085-1.055.102-1.754.102-.749 0-1.379-.017-1.839-.102-.494-.052-.868-.155-1.14-.275-.29-.154-.477-.291-.58-.48a1.501 1.501 0 0 1-.136-.669v-5.866c-2.537 2.796-5.023 4.837-7.492 6.123-2.487 1.27-4.973 1.921-7.51 1.921-2.946 0-5.45-.497-7.476-1.492-2.01-.978-3.644-2.315-4.887-4.013-1.26-1.698-2.163-3.653-2.69-5.917-.546-2.247-.818-4.991-.818-8.216v-26.926c0-.258.051-.48.17-.67.12-.17.324-.325.664-.48.324-.154.75-.257 1.295-.308.51-.052 1.175-.069 1.958-.069Zm100.504-.686c3.474 0 6.454.566 8.906 1.664 2.452 1.132 4.462 2.641 6.028 4.528 1.584 1.886 2.742 4.116 3.491 6.654.732 2.538 1.107 5.265 1.107 8.164v1.475c0 1.286-.324 2.195-.97 2.744a3.288 3.288 0 0 1-2.197.806h-29.239c0 2.47.239 4.682.75 6.655.493 1.99 1.31 3.67 2.469 5.076 1.158 1.424 2.673 2.504 4.512 3.259 1.856.772 4.121 1.132 6.778 1.132 2.128 0 4.001-.172 5.653-.515 1.669-.343 3.1-.737 4.291-1.149a40.604 40.604 0 0 0 2.963-1.166c.784-.343 1.38-.514 1.771-.514.239 0 .443.051.614.171.187.12.34.292.425.515.102.24.17.548.222.96.05.412.085.909.085 1.51 0 .428-.017.788-.051 1.114-.034.309-.085.583-.12.823-.05.258-.136.48-.255.67-.12.205-.255.394-.443.582-.187.172-.715.463-1.6.875-.886.412-2.044.823-3.457 1.2-1.414.412-3.048.755-4.905 1.064-1.856.326-3.831.48-5.943.48-3.66 0-6.845-.514-9.587-1.543-2.741-1.012-5.057-2.522-6.93-4.528-1.874-2.007-3.287-4.51-4.24-7.547-.954-3.018-1.431-6.534-1.431-10.547 0-3.825.494-7.238 1.481-10.29.988-3.037 2.401-5.626 4.258-7.736 1.856-2.127 4.104-3.756 6.743-4.888 2.622-1.132 5.568-1.698 8.82-1.698Zm-31.861 0c.426 0 .903.017 1.447.069.545.051 1.107.137 1.703.274.596.12 1.124.275 1.601.446.477.154.817.326 1.005.497.204.155.34.31.408.463.052.155.12.344.17.566.052.24.086.566.103 1.012 0 .446.017 1.047.017 1.801 0 .72-.017 1.338-.051 1.818-.034.498-.102.892-.205 1.166a1.52 1.52 0 0 1-.374.635c-.136.154-.34.223-.596.223-.273 0-.596-.069-.97-.223a12.38 12.38 0 0 0-1.278-.429 21.255 21.255 0 0 0-1.6-.428 9.737 9.737 0 0 0-1.925-.206c-.817 0-1.635.171-2.418.497-.8.326-1.618.875-2.503 1.63-.869.754-1.771 1.766-2.725 3.018-.953 1.235-2.01 2.778-3.15 4.58v29.19c0 .274-.085.497-.205.669-.136.189-.34.326-.647.48-.29.12-.698.223-1.226.275-.528.085-1.192.102-2.026.102-.783 0-1.448-.017-1.975-.102a5.157 5.157 0 0 1-1.26-.275c-.307-.154-.511-.291-.63-.48-.12-.172-.171-.395-.171-.669v-44.386c0-.258.051-.48.136-.67.102-.17.29-.325.596-.48.307-.154.664-.257 1.141-.308.46-.052 1.056-.069 1.822-.069.715 0 1.312.017 1.805.069.477.051.835.154 1.107.308.256.155.443.31.562.48.12.19.17.412.17.67v6.465c1.227-1.783 2.367-3.224 3.44-4.339 1.056-1.115 2.078-2.006 3.031-2.641.937-.635 1.89-1.08 2.827-1.32a10.71 10.71 0 0 1 2.844-.378Zm-149.275-7.495-11 31.798h22.188l-11.136-31.798Zm.29-8.781c1.056 0 1.924.034 2.622.069a8.657 8.657 0 0 1 1.67.274c.425.137.748.326.987.566.221.24.409.566.545.926l21.405 59.274c.255.72.392 1.303.409 1.749.017.446-.102.772-.375 1.012-.255.223-.681.377-1.294.429-.613.085-1.414.102-2.435.102-1.022 0-1.84-.017-2.452-.068-.613-.052-1.073-.12-1.38-.24-.323-.12-.545-.275-.698-.48a4.048 4.048 0 0 1-.409-.738l-5.483-15.522h-26.53l-5.229 15.316c-.102.309-.221.566-.391.772-.17.223-.409.394-.715.549-.307.154-.75.257-1.329.309-.579.085-1.328.102-2.248.102-.953 0-1.736-.034-2.35-.12-.596-.068-1.021-.24-1.277-.463-.238-.223-.357-.566-.34-1.012.017-.445.153-1.029.425-1.749l21.406-59.273c.119-.36.29-.67.51-.892.205-.24.528-.412.937-.55.409-.12.937-.222 1.584-.273.63-.035 1.447-.07 2.435-.07Zm268.715 130.415v22.485h12.294c1.942 0 3.627-.223 5.075-.686 1.43-.463 2.708-1.15 3.797-2.041 1.107-.909 1.959-2.04 2.589-3.379.63-1.355.936-2.915.936-4.682 0-1.92-.306-3.602-.902-5.042-.613-1.44-1.499-2.659-2.674-3.636-1.158-.995-2.605-1.75-4.376-2.264-1.754-.498-3.95-.755-6.624-.755Zm-145.171-11.542c-2.435 0-4.513.428-6.25 1.286a11.157 11.157 0 0 0-4.29 3.619c-1.142 1.56-1.976 3.413-2.521 5.557-.545 2.126-.818 4.459-.818 6.997 0 2.436.222 4.717.665 6.86.442 2.127 1.192 3.997 2.23 5.592 1.056 1.595 2.453 2.864 4.224 3.807 1.753.926 3.933 1.39 6.556 1.39 2.384 0 4.461-.43 6.232-1.27 1.737-.857 3.202-2.058 4.325-3.601 1.124-1.561 1.942-3.396 2.487-5.54.528-2.127.8-4.476.8-7.05 0-2.4-.221-4.664-.681-6.79-.443-2.145-1.192-4.014-2.214-5.626-1.039-1.613-2.418-2.882-4.189-3.825-1.737-.926-3.934-1.406-6.556-1.406Zm-173.013 0c-2.418 0-4.495.428-6.232 1.286a11.334 11.334 0 0 0-4.309 3.619c-1.123 1.56-1.958 3.413-2.52 5.557-.528 2.126-.817 4.459-.817 6.997 0 2.436.238 4.717.68 6.86.444 2.127 1.193 3.997 2.232 5.592 1.055 1.595 2.452 2.864 4.206 3.807 1.77.926 3.95 1.39 6.573 1.39 2.384 0 4.461-.43 6.215-1.27a11.712 11.712 0 0 0 4.343-3.601c1.107-1.561 1.941-3.396 2.469-5.54.528-2.127.8-4.476.8-7.05 0-2.4-.221-4.664-.664-6.79-.443-2.145-1.192-4.014-2.214-5.626-1.038-1.613-2.418-2.882-4.189-3.825-1.754-.926-3.933-1.406-6.573-1.406Zm221.511-6.81c1.192 0 2.367.104 3.559.31 1.175.188 2.248.428 3.201.737.954.292 1.771.6 2.436.96.68.343 1.192.652 1.532.91.34.257.58.48.681.685.12.206.205.43.256.67.05.24.102.548.153.908.051.36.068.806.068 1.338 0 .549-.017 1.046-.068 1.458a3.638 3.638 0 0 1-.255 1.012c-.12.257-.256.446-.426.549a.829.829 0 0 1-.528.188c-.307 0-.732-.188-1.277-.549-.562-.36-1.294-.737-2.18-1.149-.885-.428-1.941-.806-3.133-1.166-1.21-.36-2.572-.549-4.121-.549-1.38 0-2.589.155-3.644.48-1.056.31-1.925.755-2.589 1.321a5.615 5.615 0 0 0-1.532 2.058c-.34.79-.511 1.63-.511 2.556 0 1.286.323 2.35.987 3.241.648.858 1.499 1.63 2.555 2.281 1.056.67 2.248 1.252 3.593 1.767 1.362.532 2.725 1.08 4.12 1.646a47.394 47.394 0 0 1 4.156 1.87 15.712 15.712 0 0 1 3.627 2.504 11.896 11.896 0 0 1 2.537 3.55c.63 1.39.954 3.036.954 4.94 0 2.263-.409 4.287-1.26 6.07a12.647 12.647 0 0 1-3.56 4.494c-1.549 1.201-3.388 2.127-5.534 2.762-2.128.617-4.495.926-7.05.926a27.19 27.19 0 0 1-4.512-.36c-1.43-.258-2.708-.566-3.849-.944-1.124-.377-2.094-.771-2.878-1.183-.8-.412-1.379-.789-1.736-1.115-.358-.326-.613-.789-.784-1.389-.17-.583-.255-1.39-.255-2.401 0-.635.034-1.15.102-1.578.068-.429.153-.772.255-1.046.103-.258.239-.446.41-.566.186-.12.39-.172.63-.172.357 0 .885.223 1.6.67.698.445 1.567.925 2.605 1.457a25.798 25.798 0 0 0 3.678 1.458c1.414.429 3.049.669 4.888.669 1.38 0 2.622-.155 3.746-.446a9.436 9.436 0 0 0 2.912-1.304 5.906 5.906 0 0 0 1.89-2.212c.443-.875.664-1.938.664-3.156 0-1.252-.323-2.298-.953-3.139-.647-.874-1.499-1.612-2.538-2.28a22.252 22.252 0 0 0-3.559-1.75c-1.31-.515-2.673-1.03-4.07-1.595a44.275 44.275 0 0 1-4.086-1.904 14.727 14.727 0 0 1-3.576-2.59c-1.056-1.011-1.908-2.246-2.538-3.653-.647-1.406-.97-3.104-.97-5.076 0-1.733.34-3.413 1.004-5.008.681-1.595 1.703-2.985 3.031-4.185 1.363-1.2 3.049-2.161 5.075-2.882 2.01-.737 4.376-1.097 7.067-1.097Zm-48.192 0c3.662 0 6.829.55 9.554 1.63 2.707 1.08 4.972 2.658 6.777 4.734 1.822 2.075 3.167 4.596 4.07 7.546.903 2.967 1.362 6.312 1.362 10.016 0 3.62-.477 6.946-1.43 9.982-.954 3.053-2.384 5.66-4.274 7.872-1.874 2.196-4.258 3.91-7.084 5.146-2.861 1.234-6.148 1.852-9.894 1.852-3.661 0-6.829-.549-9.553-1.63-2.708-1.08-4.973-2.658-6.778-4.733-1.805-2.075-3.15-4.58-4.036-7.546-.902-2.95-1.345-6.312-1.345-10.05 0-3.62.477-6.947 1.414-10 .936-3.036 2.35-5.66 4.24-7.855 1.89-2.212 4.24-3.928 7.067-5.128 2.844-1.218 6.13-1.835 9.91-1.835Zm-77.77 0c1.839 0 3.49.224 4.955.652 1.465.43 2.759 1.03 3.866 1.784a12.576 12.576 0 0 1 2.86 2.761c.801 1.081 1.448 2.282 1.976 3.585 1.482-1.612 2.895-2.984 4.223-4.082 1.328-1.132 2.606-2.04 3.849-2.727 1.226-.686 2.435-1.183 3.593-1.492 1.158-.309 2.35-.48 3.525-.48 2.86 0 5.262.497 7.203 1.509 1.941 1.012 3.508 2.35 4.7 4.03 1.209 1.664 2.06 3.636 2.571 5.883.511 2.247.766 4.631.766 7.118v28.076c0 .257-.068.48-.187.652-.136.188-.357.343-.647.48-.29.12-.698.223-1.243.291-.51.069-1.175.086-1.958.086-.818 0-1.499-.017-2.027-.086-.528-.068-.953-.171-1.26-.291-.306-.137-.545-.292-.664-.48-.136-.172-.187-.395-.187-.652v-26.978c0-1.87-.17-3.585-.511-5.129-.324-1.543-.852-2.88-1.584-3.996-.715-1.115-1.635-1.972-2.759-2.572-1.106-.584-2.418-.892-3.933-.892-1.873 0-3.764.737-5.654 2.178-1.89 1.44-3.967 3.567-6.232 6.363v31.026c0 .257-.068.48-.188.652-.153.188-.374.343-.68.48-.307.12-.733.223-1.26.291-.512.069-1.176.086-1.96.086-.766 0-1.413-.017-1.958-.086-.544-.068-.97-.171-1.277-.291-.306-.137-.528-.292-.647-.48-.119-.172-.17-.395-.17-.652v-26.978c0-1.87-.187-3.585-.545-5.129-.358-1.543-.903-2.88-1.618-3.996-.732-1.115-1.635-1.972-2.741-2.572-1.107-.584-2.418-.892-3.917-.892-1.89 0-3.78.737-5.67 2.178-1.908 1.44-3.985 3.567-6.216 6.363v31.026c0 .257-.068.48-.204.652-.137.188-.341.343-.648.48-.289.12-.698.223-1.226.291-.51.069-1.192.086-2.026.086-.783 0-1.448-.017-1.958-.086-.528-.068-.954-.171-1.26-.291-.307-.137-.528-.292-.648-.48-.119-.172-.17-.395-.17-.652v-44.387c0-.274.051-.48.136-.669.103-.188.307-.343.596-.497.307-.154.682-.24 1.141-.291.46-.052 1.073-.086 1.822-.086.733 0 1.329.034 1.805.086.477.051.835.137 1.107.291.273.154.46.309.562.497.12.19.17.395.17.67v5.865c2.504-2.796 4.939-4.837 7.289-6.14 2.35-1.304 4.717-1.955 7.118-1.955Zm-48.038 0c1.192 0 2.367.104 3.559.31 1.175.188 2.247.428 3.201.737.954.292 1.771.6 2.435.96.681.343 1.192.652 1.533.91.34.257.579.48.68.685.12.206.205.43.256.67.051.24.103.548.154.908.05.36.068.806.068 1.338 0 .549-.017 1.046-.068 1.458a3.638 3.638 0 0 1-.256 1.012c-.119.257-.255.446-.408.549a.913.913 0 0 1-.545.188c-.307 0-.733-.188-1.278-.549-.562-.36-1.294-.737-2.18-1.149-.885-.428-1.94-.806-3.133-1.166-1.209-.36-2.57-.549-4.12-.549-1.38 0-2.589.155-3.645.48-1.055.31-1.924.755-2.588 1.321a5.615 5.615 0 0 0-1.533 2.058c-.34.79-.51 1.63-.51 2.556 0 1.286.323 2.35.987 3.241a9.5 9.5 0 0 0 2.554 2.281c1.056.67 2.248 1.252 3.594 1.767 1.362.532 2.724 1.08 4.12 1.646a47.394 47.394 0 0 1 4.156 1.87 15.712 15.712 0 0 1 3.627 2.504 11.896 11.896 0 0 1 2.537 3.55c.63 1.39.954 3.036.954 4.94 0 2.263-.41 4.287-1.26 6.07a12.647 12.647 0 0 1-3.56 4.494c-1.55 1.201-3.388 2.127-5.534 2.762-2.129.617-4.496.926-7.05.926a27.19 27.19 0 0 1-4.513-.36c-1.43-.258-2.707-.566-3.848-.944-1.124-.377-2.095-.771-2.878-1.183-.8-.412-1.38-.789-1.737-1.115-.357-.326-.613-.789-.783-1.389-.17-.583-.256-1.39-.256-2.401 0-.635.052-1.15.103-1.578.068-.429.153-.772.255-1.046.102-.258.238-.446.409-.566.187-.12.391-.172.63-.172.357 0 .885.223 1.6.67.699.445 1.584.925 2.606 1.457a25.798 25.798 0 0 0 3.678 1.458c1.414.429 3.048.669 4.887.669 1.38 0 2.623-.155 3.747-.446a9.436 9.436 0 0 0 2.912-1.304 5.906 5.906 0 0 0 1.89-2.212c.443-.875.664-1.938.664-3.156 0-1.252-.324-2.298-.954-3.139-.647-.874-1.498-1.612-2.537-2.28a22.252 22.252 0 0 0-3.559-1.75c-1.311-.515-2.673-1.03-4.07-1.595a44.275 44.275 0 0 1-4.087-1.904 14.727 14.727 0 0 1-3.576-2.59c-1.056-1.011-1.907-2.246-2.537-3.653-.647-1.406-.97-3.104-.97-5.076 0-1.733.34-3.413 1.004-5.008.681-1.595 1.703-2.985 3.031-4.185 1.362-1.2 3.048-2.161 5.075-2.882 2.01-.737 4.376-1.097 7.067-1.097Zm-47.187 0c3.644 0 6.828.55 9.553 1.63 2.708 1.08 4.972 2.658 6.777 4.734 1.805 2.075 3.168 4.596 4.07 7.546.903 2.967 1.346 6.312 1.346 10.016 0 3.62-.46 6.946-1.43 9.982-.937 3.053-2.368 5.66-4.258 7.872-1.89 2.196-4.257 3.91-7.101 5.146-2.844 1.234-6.13 1.852-9.877 1.852-3.66 0-6.845-.549-9.553-1.63-2.707-1.08-4.972-2.658-6.777-4.733-1.805-2.075-3.15-4.58-4.053-7.546-.886-2.95-1.328-6.312-1.328-10.05 0-3.62.476-6.947 1.396-10 .953-3.036 2.35-5.66 4.257-7.855 1.89-2.212 4.24-3.928 7.067-5.128 2.827-1.218 6.13-1.835 9.91-1.835Zm255.892-8.918v49.67h8.735c4.07 0 7.51-.515 10.303-1.544 2.81-1.012 5.126-2.573 6.999-4.683 1.89-2.11 3.286-4.733 4.223-7.906.936-3.173 1.413-6.929 1.413-11.268 0-3.465-.425-6.672-1.294-9.639-.851-2.984-2.197-5.557-4.019-7.735-1.822-2.161-4.138-3.859-6.913-5.077-2.81-1.217-6.403-1.818-10.814-1.818Zm61.968-.154v20.667h9.638c2.197 0 3.968-.292 5.296-.858 1.362-.583 2.469-1.355 3.354-2.315a9.036 9.036 0 0 0 1.942-3.413c.408-1.286.63-2.641.63-4.013 0-1.544-.222-2.95-.647-4.185a7.805 7.805 0 0 0-2.027-3.19c-.92-.875-2.111-1.544-3.576-1.99-1.481-.463-3.44-.703-5.875-.703Zm-5.296-6.912h14.508c3.815 0 6.93.36 9.366 1.098 2.435.72 4.462 1.766 6.096 3.156a12.943 12.943 0 0 1 3.661 5.076c.835 2.007 1.244 4.27 1.244 6.81 0 1.508-.188 2.966-.545 4.338a14.303 14.303 0 0 1-1.601 3.825 12.836 12.836 0 0 1-2.657 3.121c-1.072.927-2.298 1.681-3.678 2.281 1.737.326 3.372.927 4.888 1.801a14.745 14.745 0 0 1 3.967 3.328c1.124 1.337 2.027 2.932 2.674 4.733.664 1.801.987 3.79.987 5.969 0 2.006-.255 3.859-.766 5.54a16.008 16.008 0 0 1-2.128 4.562 15.678 15.678 0 0 1-3.338 3.55 19.139 19.139 0 0 1-4.394 2.572 25.355 25.355 0 0 1-5.227 1.544c-1.857.36-3.985.532-6.386.532h-16.671c-.75 0-1.465-.275-2.146-.772-.664-.515-1.005-1.406-1.005-2.693v-56.906c0-1.287.34-2.179 1.005-2.693.681-.497 1.396-.772 2.146-.772Zm-61.985 0h14.44c5.517 0 10.2.72 13.998 2.161 3.831 1.424 7.033 3.482 9.604 6.157 2.588 2.676 4.53 5.935 5.858 9.742 1.345 3.825 2.01 8.112 2.01 12.915 0 5.54-.699 10.359-2.13 14.475-1.413 4.133-3.473 7.546-6.18 10.273-2.725 2.71-6.046 4.734-9.98 6.089-3.95 1.338-8.65 2.024-14.116 2.024h-13.504c-.767 0-1.482-.275-2.163-.772-.664-.515-1.005-1.406-1.005-2.693v-56.906c0-1.287.34-2.179 1.005-2.693.681-.497 1.396-.772 2.163-.772Zm-298.805-.789c1.856 0 3.644.189 5.381.532s3.355.772 4.82 1.303c1.481.515 2.81 1.132 3.95 1.818 1.158.686 1.958 1.27 2.401 1.715.443.446.732.772.852 1.012.136.223.238.498.323.806.085.31.153.686.205 1.115.05.429.068.944.068 1.527 0 .651-.034 1.217-.085 1.663-.069.48-.17.858-.307 1.167-.136.325-.29.548-.477.686a.987.987 0 0 1-.664.24c-.46 0-1.107-.326-1.941-.978-.818-.634-1.89-1.338-3.185-2.127-1.31-.754-2.894-1.475-4.768-2.11-1.873-.634-4.104-.96-6.709-.96-2.844 0-5.432.566-7.765 1.698-2.333 1.132-4.325 2.813-5.977 5.008-1.652 2.196-2.93 4.888-3.849 8.061-.902 3.173-1.362 6.81-1.362 10.874 0 4.048.443 7.632 1.328 10.72.869 3.12 2.129 5.71 3.764 7.803 1.634 2.092 3.644 3.67 6.028 4.734 2.367 1.063 5.057 1.595 8.071 1.595 2.538 0 4.768-.31 6.659-.927 1.907-.634 3.525-1.32 4.87-2.092 1.345-.772 2.435-1.475 3.303-2.11.852-.617 1.533-.926 2.027-.926.221 0 .426.052.596.138.153.102.306.291.392.565.102.292.187.67.221 1.167.051.497.085 1.115.085 1.87 0 .53-.017.994-.051 1.388a7.17 7.17 0 0 1-.17 1.03 3.044 3.044 0 0 1-.324.788c-.136.24-.357.515-.698.84-.324.327-1.022.841-2.06 1.51-1.056.669-2.367 1.32-3.917 1.972-1.567.635-3.372 1.184-5.381 1.63-2.027.446-4.24.669-6.641.669-4.138 0-7.885-.704-11.222-2.076-3.338-1.389-6.182-3.413-8.532-6.122-2.35-2.693-4.155-6.02-5.415-9.982-1.277-3.962-1.907-8.524-1.907-13.687 0-5.282.68-10.016 2.043-14.15 1.38-4.15 3.287-7.666 5.756-10.53 2.47-2.881 5.415-5.076 8.855-6.586 3.423-1.509 7.237-2.28 11.41-2.28Zm0 0",transform:"matrix(.2294 0 0 .22776 -208.057 -222.52)"}),/*#__PURE__*/React.createElement("g",{clipPath:"url(#a)"},/*#__PURE__*/React.createElement("path",{style:{fillRule:"evenodd",fill:"#b7d332",fillOpacity:"1"},d:"M30.75 28.77a.919.919 0 0 1-.93-.903v-.004c-.011-5.71-4.73-10.332-10.547-10.324a.912.912 0 0 1-.921-.902c0-.5.414-.907.921-.907 5.809.004 10.524-4.605 10.547-10.304a.923.923 0 0 1 .965-.871h.004c.48.02.863.398.887.87.015 5.708 4.734 10.325 10.547 10.321.511 0 .922.406.922.906s-.41.907-.922.907c-5.809-.008-10.532 4.605-10.547 10.312a.92.92 0 0 1-.926.899Zm0 0"})),/*#__PURE__*/React.createElement("g",{clipPath:"url(#b)"},/*#__PURE__*/React.createElement("path",{style:{fillRule:"evenodd",fill:"#000",fillOpacity:"1"},d:"M108.45 21.84c-2.88-4.63-10.114-5.7-20.907-3.106a87.923 87.923 0 0 0-9.906 3.106 30.67 30.67 0 0 1 5.84 3.664c1.832-.59 3.636-1.129 5.355-1.54a38.454 38.454 0 0 1 8.8-1.222c3.536 0 5.485.86 6.138 1.903 1.066 1.714.085 6.242-6.192 13.363-1.117 1.265-2.371 2.55-3.691 3.84a125.468 125.468 0 0 1-22.715 17.101 126.108 126.108 0 0 1-25.914 12.117c-10.922 3.493-18.38 3.422-20.055.743-1.672-2.684 1.672-9.243 9.828-17.204a28.822 28.822 0 0 1-.672-6.894C21.38 59.234 17.18 69.215 20.531 74.609c1.758 2.82 5.598 4.41 11.203 4.41a58.042 58.042 0 0 0 19.387-4.199 139.292 139.292 0 0 0 22.906-11.28A137.995 137.995 0 0 0 94.63 48.562a83.771 83.771 0 0 0 7.094-7.04c7.277-8.253 9.605-15.062 6.726-19.683Zm0 0"})))};
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ color?: string;
5
+ }
6
+ declare const CosmosdbPlain: React.FunctionComponent<Props>;
7
+ export default CosmosdbPlain;
@@ -0,0 +1 @@
1
+ function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",color:d="#59B3D8",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c,...(d?{fill:d}:{})}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("path",{d:"M105.825 58.635c5.491 22.449-8.458 45.049-31.156 50.48-22.695 5.429-45.547-8.365-51.036-30.815-5.492-22.449 8.458-45.049 31.153-50.48l.078-.018c22.588-5.46 45.374 8.223 50.896 30.565l.065.268ZM58.747 85.194c-.013-6.137-5.055-11.1-11.259-11.085h-1.701c1.442-5.932-2.248-11.895-8.246-13.322a11.182 11.182 0 0 0-2.703-.306H23.162c-2.525 12.851 1.246 26.127 10.174 35.796h14.149c6.205.015 11.247-4.948 11.262-11.083ZM72.69 39.233c0 .649.085 1.296.255 1.925h-4.861c-6.445 0-11.667 5.168-11.667 11.543 0 6.372 5.222 11.54 11.667 11.54h38.645c-1.258-13.787-9.486-26.01-21.862-32.477h-4.605c-4.177-.002-7.562 3.339-7.572 7.469Zm34.043 33.587H83.679c-5.259-.013-9.531 4.187-9.552 9.385a9.241 9.241 0 0 0 1.148 4.471c-5.003 1.546-7.792 6.814-6.228 11.765 1.242 3.934 4.938 6.607 9.106 6.589h6.427c12.314-6.454 20.607-18.51 22.153-32.21ZM17.382 40.624a1.286 1.286 0 0 1-1.3-1.275v-.003c-.021-8.064-6.637-14.587-14.79-14.579A1.286 1.286 0 0 1 0 23.489c0-.703.579-1.275 1.292-1.275 8.143.007 14.756-6.503 14.79-14.554a1.29 1.29 0 0 1 1.356-1.227c.672.028 1.21.56 1.241 1.227.021 8.061 6.639 14.584 14.792 14.577.713 0 1.292.572 1.292 1.277 0 .706-.579 1.279-1.292 1.279-8.148-.011-14.766 6.507-14.792 14.566-.01.7-.589 1.265-1.297 1.265Zm91.218 82.169a.764.764 0 0 1-.768-.759c-.018-4.821-3.98-8.719-8.854-8.709a.762.762 0 0 1-.77-.756c0-.419.342-.759.765-.759h.005c4.872.002 8.826-3.893 8.844-8.711a.77.77 0 0 1 .778-.767.77.77 0 0 1 .775.767c.018 4.818 3.972 8.713 8.843 8.711a.761.761 0 0 1 .77.756.759.759 0 0 1-.765.759h-.005c-4.871-.002-8.828 3.893-8.843 8.714a.764.764 0 0 1-.773.754h-.002Z",fillRule:"evenodd"}),/*#__PURE__*/React.createElement("path",{d:"M126.317 30.84c-4.035-6.539-14.175-8.049-29.306-4.384a121.688 121.688 0 0 0-13.893 4.384 42.829 42.829 0 0 1 8.187 5.173c2.574-.836 5.101-1.59 7.512-2.173a53.33 53.33 0 0 1 12.335-1.727c4.957 0 7.691 1.211 8.606 2.686 1.496 2.423.119 8.816-8.681 18.871-1.566 1.789-3.326 3.601-5.179 5.423a175.936 175.936 0 0 1-31.843 24.149 176.032 176.032 0 0 1-36.329 17.105c-15.317 4.936-25.773 4.836-28.119 1.048-2.342-3.788 2.344-13.048 13.776-24.29a41.005 41.005 0 0 1-.938-9.735c-18.2 16.271-24.09 30.365-19.387 37.981 2.463 3.985 7.844 6.229 15.705 6.229a80.772 80.772 0 0 0 27.183-5.932 194.648 194.648 0 0 0 32.11-15.926 193.405 193.405 0 0 0 28.884-21.148 118.565 118.565 0 0 0 9.947-9.941c10.207-11.655 13.466-21.268 9.43-27.793Z",fillRule:"evenodd"}))};
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ color?: string;
5
+ }
6
+ declare const CosmosdbPlainWordmark: React.FunctionComponent<Props>;
7
+ export default CosmosdbPlainWordmark;
@@ -0,0 +1 @@
1
+ function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",color:d="#2369bc",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c,...(d?{fill:d}:{})}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("defs",null,/*#__PURE__*/React.createElement("clipPath",{id:"a"},/*#__PURE__*/React.createElement("path",{d:"M18.121 4H104v83H18.121Zm0 0"})),/*#__PURE__*/React.createElement("clipPath",{id:"b"},/*#__PURE__*/React.createElement("path",{d:"M19 17h90.879v62H19Zm0 0"}))),/*#__PURE__*/React.createElement("path",{style:{},d:"M477.058 1305.48c-2.01 0-3.78.378-5.313 1.132-1.516.755-2.793 1.75-3.815 3.002-1.021 1.252-1.822 2.71-2.384 4.373a17.63 17.63 0 0 0-.936 5.197h24.215c.085-4.27-.852-7.632-2.861-10.068-1.993-2.418-4.973-3.636-8.906-3.636Zm-144.711-5.436h25.441c.358 0 .681.051.954.154.29.103.527.257.715.497.204.223.357.532.477.892.119.36.17.806.17 1.372v1.578c0 .463-.034.892-.102 1.286a6.677 6.677 0 0 1-.29 1.15 7.488 7.488 0 0 1-.545 1.217c-.221.429-.51.892-.834 1.424l-19.481 30.494h20.81c.255 0 .493.034.714.154.222.12.392.309.545.583.154.258.273.6.375 1.047.085.446.136.977.136 1.612a8.56 8.56 0 0 1-.136 1.595 5.511 5.511 0 0 1-.358 1.098 1.136 1.136 0 0 1-.545.583 1.766 1.766 0 0 1-.732.171h-27.314c-.698 0-1.26-.223-1.703-.686-.443-.463-.664-1.235-.664-2.332v-1.664c0-.463.034-.875.085-1.235.068-.36.17-.72.307-1.08.119-.36.306-.755.545-1.167.22-.411.51-.874.834-1.406l19.583-30.477h-18.987c-.528 0-.954-.275-1.26-.806-.324-.549-.477-1.424-.477-2.641 0-.6.034-1.115.102-1.561.068-.429.17-.806.324-1.08.153-.275.323-.48.545-.601.204-.103.46-.171.766-.171Zm44.632-.24c.784 0 1.448.034 1.976.068.51.051.936.154 1.243.292.323.154.545.325.681.514.12.172.187.395.187.652v25.846c0 2.59.188 4.682.562 6.226.392 1.56.954 2.916 1.737 4.013.767 1.098 1.754 1.938 2.93 2.556 1.191.617 2.57.909 4.137.909 2.044 0 4.07-.72 6.097-2.178 2.026-1.424 4.172-3.55 6.436-6.346v-31.026c0-.257.051-.48.17-.652.12-.189.341-.36.665-.514.34-.138.75-.24 1.26-.292a29.17 29.17 0 0 1 3.968 0c.528.051.936.154 1.243.292.29.154.51.325.664.514.136.172.221.395.221.652v44.386c0 .258-.068.48-.17.67-.12.17-.324.342-.63.462-.29.137-.681.24-1.158.309-.477.051-1.056.086-1.737.086-.766 0-1.38-.035-1.856-.086-.477-.069-.852-.172-1.141-.309a1.21 1.21 0 0 1-.562-.463 1.384 1.384 0 0 1-.153-.669v-5.865c-2.52 2.795-5.024 4.836-7.493 6.105-2.47 1.287-4.955 1.938-7.493 1.938-2.963 0-5.449-.497-7.475-1.492-2.027-.977-3.661-2.315-4.905-4.013-1.243-1.68-2.145-3.67-2.69-5.917-.545-2.247-.818-4.99-.818-8.215v-26.927c0-.257.069-.48.188-.652.102-.189.323-.36.664-.514.323-.138.75-.24 1.277-.292a29.467 29.467 0 0 1 1.975-.069Zm100.504-.687c3.474 0 6.437.55 8.89 1.681 2.452 1.115 4.461 2.607 6.045 4.494 1.583 1.903 2.741 4.116 3.474 6.671.749 2.539 1.106 5.266 1.106 8.164v1.475c0 1.286-.323 2.195-.953 2.744-.647.532-1.38.806-2.214.806H464.61c0 2.47.238 4.683.732 6.655.494 1.972 1.328 3.67 2.486 5.077 1.158 1.423 2.657 2.504 4.513 3.258 1.839.755 4.104 1.132 6.777 1.132 2.112 0 4.002-.171 5.654-.514 1.652-.343 3.082-.738 4.291-1.167a34.667 34.667 0 0 0 2.963-1.149c.783-.343 1.362-.514 1.771-.514.221 0 .426.051.613.171.187.103.324.292.426.515.102.24.17.549.221.96.051.412.068.91.068 1.51a10.399 10.399 0 0 1-.17 1.937 2.37 2.37 0 0 1-.238.67 2.86 2.86 0 0 1-.443.565c-.187.19-.715.48-1.618.892-.885.412-2.026.806-3.44 1.218a52.39 52.39 0 0 1-4.904 1.046 36.44 36.44 0 0 1-5.943.48c-3.661 0-6.846-.514-9.604-1.526-2.742-1.029-5.058-2.538-6.931-4.545-1.873-2.007-3.287-4.528-4.24-7.546-.954-3.019-1.43-6.552-1.43-10.565 0-3.808.493-7.238 1.48-10.274.989-3.035 2.419-5.625 4.275-7.735 1.856-2.126 4.104-3.756 6.727-4.888 2.639-1.132 5.568-1.698 8.837-1.698Zm-31.877 0c.425 0 .92.018 1.464.069a13.43 13.43 0 0 1 1.703.274c.579.138 1.124.275 1.6.446.477.172.801.326 1.005.498.205.154.324.308.392.463.068.137.12.326.17.566.051.223.085.566.102 1.012.017.446.034 1.046.034 1.8 0 .72-.017 1.321-.05 1.818-.035.498-.103.892-.205 1.167-.102.274-.221.497-.375.634-.136.155-.34.223-.613.223-.255 0-.579-.068-.953-.223a36.481 36.481 0 0 0-1.294-.446 30.593 30.593 0 0 0-1.601-.411c-.58-.137-1.226-.189-1.924-.189-.818 0-1.618.154-2.418.48-.784.326-1.618.875-2.487 1.63-.868.754-1.788 1.766-2.741 3.018-.954 1.252-1.993 2.762-3.15 4.58v29.19c0 .258-.069.48-.188.67a1.623 1.623 0 0 1-.647.462c-.29.137-.715.24-1.243.309-.511.051-1.192.086-2.01.086-.8 0-1.447-.035-1.975-.086-.528-.069-.954-.172-1.26-.309-.307-.12-.528-.291-.647-.463a1.389 1.389 0 0 1-.17-.669v-44.386c0-.257.05-.48.153-.652.102-.189.29-.36.596-.514.29-.138.664-.24 1.124-.292a24.2 24.2 0 0 1 3.627 0c.477.051.851.154 1.107.292.272.154.46.325.579.514.102.172.17.395.17.652v6.466c1.21-1.784 2.35-3.225 3.423-4.34 1.073-1.114 2.077-1.989 3.03-2.64a9.462 9.462 0 0 1 2.845-1.338c.936-.24 1.873-.36 2.827-.36Zm-149.275-7.495-11 31.815h22.205l-11.154-31.815Zm.307-8.78c1.038 0 1.924.016 2.605.068.698.051 1.243.137 1.686.274.425.137.749.326.987.566.222.257.41.549.528.91l21.406 59.273c.272.737.408 1.32.425 1.749.017.463-.102.789-.374 1.012-.256.24-.699.394-1.312.463a29.31 29.31 0 0 1-2.435.086c-1.021 0-1.839-.017-2.435-.069-.613-.051-1.073-.137-1.38-.24a1.58 1.58 0 0 1-.697-.48c-.154-.189-.29-.446-.426-.738l-5.466-15.538h-26.531l-5.228 15.35a2.85 2.85 0 0 1-.392.754c-.17.223-.408.395-.715.55-.323.153-.766.256-1.328.325a25.87 25.87 0 0 1-2.248.086c-.954 0-1.737-.035-2.35-.12-.596-.086-1.039-.24-1.277-.48-.256-.224-.358-.55-.34-.995.016-.446.153-1.03.408-1.75l21.405-59.29c.136-.36.307-.652.528-.875.204-.24.511-.412.937-.549.408-.137.936-.223 1.566-.274.647-.052 1.465-.069 2.453-.069Zm268.697 130.414v22.485h12.295c1.941 0 3.627-.223 5.074-.686 1.448-.463 2.725-1.149 3.815-2.058 1.107-.892 1.958-2.024 2.588-3.361.63-1.355.937-2.916.937-4.7 0-1.904-.307-3.584-.92-5.025a9.321 9.321 0 0 0-2.656-3.653c-1.158-.978-2.623-1.732-4.377-2.23-1.754-.514-3.967-.772-6.624-.772Zm-145.17-11.542c-2.419 0-4.496.429-6.233 1.286a11.359 11.359 0 0 0-4.308 3.62c-1.124 1.56-1.959 3.412-2.52 5.556-.546 2.127-.818 4.46-.818 6.998 0 2.418.221 4.716.681 6.86.443 2.127 1.192 3.996 2.23 5.591 1.057 1.595 2.453 2.847 4.207 3.79 1.754.944 3.95 1.407 6.573 1.407 2.384 0 4.462-.429 6.216-1.287a11.217 11.217 0 0 0 4.325-3.601c1.14-1.527 1.958-3.379 2.486-5.506.545-2.144.8-4.493.8-7.066 0-2.384-.22-4.665-.664-6.809-.46-2.126-1.192-3.996-2.213-5.608-1.04-1.612-2.435-2.881-4.19-3.825-1.753-.943-3.95-1.406-6.573-1.406Zm-172.996 0c-2.418 0-4.496.429-6.233 1.286a11.359 11.359 0 0 0-4.308 3.62c-1.124 1.56-1.975 3.412-2.52 5.556-.545 2.127-.818 4.46-.818 6.998 0 2.418.222 4.716.664 6.86.46 2.127 1.21 3.996 2.248 5.591 1.039 1.595 2.452 2.847 4.206 3.79 1.754.944 3.951 1.407 6.574 1.407 2.384 0 4.461-.429 6.215-1.287a11.217 11.217 0 0 0 4.325-3.601c1.124-1.527 1.959-3.379 2.487-5.506.527-2.144.8-4.493.8-7.066 0-2.384-.221-4.665-.681-6.809-.443-2.126-1.175-3.996-2.214-5.608-1.022-1.612-2.418-2.881-4.172-3.825-1.754-.943-3.95-1.406-6.573-1.406Zm221.51-6.809c1.176 0 2.368.103 3.543.292 1.192.205 2.247.446 3.201.737.954.309 1.771.618 2.452.96.664.36 1.175.652 1.533.927.34.257.562.497.68.686.12.188.205.428.256.669.034.24.085.548.137.909.05.36.085.806.085 1.337 0 .566-.034 1.047-.085 1.441-.052.412-.12.755-.239 1.012-.12.274-.255.463-.426.583a.88.88 0 0 1-.545.154c-.289 0-.715-.171-1.277-.531a18.44 18.44 0 0 0-2.162-1.167c-.903-.411-1.942-.788-3.134-1.149-1.209-.36-2.571-.548-4.12-.548-1.38 0-2.606.171-3.645.48-1.056.308-1.924.737-2.605 1.32a5.763 5.763 0 0 0-1.516 2.058c-.357.79-.528 1.63-.528 2.556 0 1.286.34 2.367.988 3.224.664.875 1.516 1.647 2.571 2.299a22.715 22.715 0 0 0 3.593 1.783c1.346.515 2.725 1.064 4.121 1.63a44.456 44.456 0 0 1 4.138 1.869 15.259 15.259 0 0 1 3.628 2.521 10.945 10.945 0 0 1 2.537 3.55c.647 1.373.97 3.019.97 4.923 0 2.264-.425 4.287-1.26 6.054a12.087 12.087 0 0 1-3.576 4.494c-1.55 1.217-3.388 2.143-5.517 2.76-2.146.635-4.496.944-7.067.944-1.567 0-3.082-.12-4.496-.377-1.43-.24-2.724-.549-3.848-.943a18.493 18.493 0 0 1-2.895-1.167c-.783-.411-1.362-.789-1.72-1.115-.357-.325-.63-.788-.8-1.372-.154-.6-.239-1.406-.239-2.435a9.8 9.8 0 0 1 .103-1.56c.068-.43.136-.79.238-1.047.102-.257.238-.446.426-.566.187-.103.391-.171.613-.171.357 0 .902.222 1.6.668.716.446 1.584.927 2.623 1.458 1.039.532 2.248 1.012 3.661 1.458 1.43.429 3.048.652 4.887.652 1.38 0 2.64-.137 3.747-.429 1.124-.309 2.094-.737 2.912-1.32a5.849 5.849 0 0 0 1.907-2.179c.443-.892.664-1.955.664-3.173 0-1.252-.324-2.298-.97-3.155-.63-.84-1.482-1.613-2.538-2.264a20.711 20.711 0 0 0-3.542-1.75c-1.328-.497-2.674-1.046-4.07-1.612a42.116 42.116 0 0 1-4.104-1.887 15.932 15.932 0 0 1-3.576-2.59 12.161 12.161 0 0 1-2.537-3.652c-.63-1.407-.954-3.105-.954-5.077 0-1.75.34-3.413 1.005-5.008.681-1.595 1.686-2.984 3.031-4.185 1.345-1.2 3.031-2.161 5.058-2.898 2.026-.72 4.376-1.081 7.084-1.081Zm-48.191 0c3.661 0 6.829.549 9.553 1.63 2.708 1.08 4.973 2.658 6.778 4.733 1.805 2.075 3.167 4.596 4.07 7.546.902 2.95 1.345 6.295 1.345 10.017 0 3.601-.477 6.946-1.43 9.981-.954 3.036-2.368 5.66-4.258 7.873-1.89 2.195-4.257 3.91-7.1 5.145-2.845 1.235-6.148 1.852-9.895 1.852-3.644 0-6.828-.549-9.536-1.63-2.707-1.08-4.972-2.658-6.777-4.733-1.822-2.075-3.168-4.596-4.053-7.546-.885-2.95-1.328-6.312-1.328-10.068 0-3.601.46-6.929 1.413-9.982.937-3.035 2.35-5.66 4.24-7.855 1.89-2.212 4.24-3.91 7.067-5.145 2.827-1.2 6.13-1.818 9.911-1.818Zm-77.77 0c1.839 0 3.49.223 4.955.652 1.464.429 2.741 1.029 3.865 1.8a11.509 11.509 0 0 1 2.861 2.745 16.501 16.501 0 0 1 1.976 3.584c1.481-1.612 2.877-2.984 4.206-4.099 1.345-1.115 2.622-2.024 3.848-2.71 1.243-.686 2.435-1.183 3.61-1.492a12.943 12.943 0 0 1 3.525-.48c2.861 0 5.262.497 7.203 1.51 1.942.994 3.508 2.332 4.7 4.013 1.21 1.68 2.06 3.636 2.572 5.9.51 2.246.766 4.63.766 7.117v28.059c0 .274-.068.497-.204.669-.137.189-.34.343-.647.48-.29.12-.699.223-1.226.292-.528.068-1.175.103-1.976.103-.817 0-1.498-.035-2.01-.103-.527-.069-.953-.172-1.26-.292-.323-.137-.544-.291-.663-.48-.137-.172-.205-.395-.205-.669v-26.961c0-1.887-.17-3.585-.494-5.128-.323-1.561-.851-2.882-1.583-3.996a7.229 7.229 0 0 0-2.759-2.573c-1.107-.583-2.435-.892-3.934-.892-1.89 0-3.763.72-5.653 2.178-1.89 1.44-3.968 3.568-6.233 6.363v31.009c0 .274-.068.497-.204.669-.136.189-.358.343-.664.48-.307.12-.732.223-1.26.292-.528.068-1.192.103-1.976.103a15.8 15.8 0 0 1-1.941-.103 5.874 5.874 0 0 1-1.294-.292c-.307-.137-.511-.291-.63-.48-.12-.172-.17-.395-.17-.669v-26.961c0-1.887-.188-3.585-.545-5.128-.358-1.561-.903-2.882-1.635-3.996a7.389 7.389 0 0 0-2.725-2.573c-1.107-.583-2.418-.892-3.933-.892-1.874 0-3.764.72-5.671 2.178-1.907 1.44-3.968 3.568-6.216 6.363v31.009c0 .274-.05.497-.187.669-.136.189-.357.343-.647.48-.29.12-.698.223-1.226.292-.528.068-1.21.103-2.026.103-.784 0-1.448-.035-1.976-.103a5.747 5.747 0 0 1-1.26-.292c-.306-.137-.528-.291-.63-.48a1.15 1.15 0 0 1-.187-.669v-44.37c0-.274.05-.497.153-.668.102-.189.306-.343.596-.498.29-.154.681-.24 1.14-.291.46-.052 1.057-.069 1.823-.069.715 0 1.311.017 1.788.069.477.051.851.137 1.124.291.255.155.443.31.562.498.119.171.17.394.17.669V1403c2.503-2.795 4.921-4.853 7.271-6.14 2.35-1.303 4.734-1.955 7.135-1.955Zm-48.039 0c1.175 0 2.367.103 3.542.292 1.192.205 2.248.446 3.202.737.953.309 1.77.618 2.452.96.664.36 1.175.652 1.532.927.34.257.562.497.682.686.119.188.204.428.255.669.034.24.085.548.136.909.051.36.085.806.085 1.337 0 .566-.034 1.047-.085 1.441-.05.412-.119.755-.238 1.012-.12.274-.256.463-.426.583a.88.88 0 0 1-.545.154c-.29 0-.715-.171-1.277-.531a18.44 18.44 0 0 0-2.163-1.167c-.902-.411-1.941-.788-3.133-1.149-1.209-.36-2.571-.548-4.121-.548-1.38 0-2.605.171-3.644.48-1.056.308-1.924.737-2.589 1.32a5.615 5.615 0 0 0-1.532 2.058c-.358.79-.528 1.63-.528 2.556 0 1.286.34 2.367.988 3.224.664.875 1.515 1.647 2.571 2.299a22.715 22.715 0 0 0 3.593 1.783c1.345.515 2.725 1.064 4.121 1.63a44.456 44.456 0 0 1 4.138 1.869 15.259 15.259 0 0 1 3.627 2.521 10.945 10.945 0 0 1 2.537 3.55c.648 1.373.971 3.019.971 4.923 0 2.264-.426 4.287-1.26 6.054a12.087 12.087 0 0 1-3.576 4.494c-1.55 1.217-3.389 2.143-5.517 2.76-2.146.635-4.496.944-7.067.944-1.567 0-3.066-.12-4.496-.377-1.43-.24-2.725-.549-3.848-.943a18.493 18.493 0 0 1-2.895-1.167c-.784-.411-1.363-.789-1.72-1.115-.358-.325-.63-.788-.784-1.372-.17-.6-.255-1.406-.255-2.435 0-.617.034-1.15.102-1.56.068-.43.153-.79.239-1.047.102-.257.238-.446.425-.566a1.27 1.27 0 0 1 .613-.171c.358 0 .903.222 1.601.668.715.446 1.584.927 2.622 1.458 1.04.532 2.248 1.012 3.662 1.458 1.43.429 3.048.652 4.887.652 1.38 0 2.64-.137 3.746-.429 1.124-.309 2.095-.737 2.912-1.32a5.849 5.849 0 0 0 1.907-2.179c.443-.892.665-1.955.665-3.173 0-1.252-.324-2.298-.971-3.155-.63-.84-1.482-1.613-2.537-2.264a20.711 20.711 0 0 0-3.542-1.75c-1.329-.497-2.674-1.046-4.07-1.612a42.116 42.116 0 0 1-4.104-1.887 15.932 15.932 0 0 1-3.576-2.59 12.161 12.161 0 0 1-2.538-3.652c-.63-1.407-.953-3.105-.953-5.077 0-1.75.34-3.413 1.005-5.008.68-1.595 1.685-2.984 3.03-4.185 1.346-1.2 3.032-2.161 5.058-2.898 2.027-.72 4.377-1.081 7.084-1.081Zm-47.187 0c3.645 0 6.829.549 9.537 1.63 2.724 1.08 4.972 2.658 6.794 4.733 1.805 2.075 3.15 4.596 4.07 7.546.902 2.95 1.345 6.295 1.345 10.017 0 3.601-.477 6.946-1.43 9.981-.954 3.036-2.367 5.66-4.257 7.873-1.89 2.195-4.258 3.91-7.101 5.145-2.844 1.235-6.148 1.852-9.894 1.852-3.644 0-6.829-.549-9.536-1.63-2.725-1.08-4.973-2.658-6.795-4.733-1.805-2.075-3.15-4.596-4.036-7.546-.885-2.95-1.328-6.312-1.328-10.068 0-3.601.46-6.929 1.396-9.982.937-3.035 2.35-5.66 4.24-7.855 1.89-2.212 4.258-3.91 7.085-5.145 2.826-1.2 6.13-1.818 9.91-1.818Zm255.892-8.918v49.651h8.736c4.07 0 7.51-.514 10.302-1.526 2.793-1.03 5.126-2.59 7-4.682 1.872-2.11 3.286-4.734 4.222-7.924.937-3.173 1.397-6.929 1.397-11.268 0-3.447-.426-6.655-1.277-9.639-.852-2.967-2.197-5.54-4.02-7.7-1.821-2.179-4.137-3.877-6.93-5.094-2.793-1.218-6.403-1.818-10.796-1.818Zm61.951-.155v20.667h9.638c2.197 0 3.968-.292 5.313-.875 1.346-.566 2.47-1.337 3.355-2.298a9.036 9.036 0 0 0 1.941-3.413c.409-1.303.613-2.641.613-4.03 0-1.527-.221-2.933-.647-4.185-.425-1.252-1.09-2.316-2.01-3.173-.919-.875-2.11-1.544-3.592-2.007-1.482-.463-3.423-.686-5.858-.686Zm-5.279-6.894h14.492c3.814 0 6.947.36 9.383 1.08 2.435.72 4.461 1.767 6.079 3.156 1.635 1.372 2.86 3.07 3.678 5.076.817 2.007 1.243 4.271 1.243 6.81 0 1.509-.187 2.95-.545 4.339a14.97 14.97 0 0 1-1.6 3.824 13.24 13.24 0 0 1-2.674 3.122 14.034 14.034 0 0 1-3.678 2.28c1.754.327 3.371.927 4.887 1.802a14.243 14.243 0 0 1 3.968 3.327c1.14 1.338 2.026 2.915 2.69 4.733.664 1.801.988 3.79.988 5.969 0 1.99-.255 3.842-.766 5.54s-1.226 3.207-2.146 4.562a15.603 15.603 0 0 1-3.32 3.55c-1.312 1.03-2.776 1.87-4.394 2.556a24.363 24.363 0 0 1-5.228 1.56c-1.856.343-3.985.515-6.386.515h-16.67c-.75 0-1.465-.257-2.146-.755-.682-.514-1.005-1.406-1.005-2.692v-56.907c0-1.286.323-2.178 1.005-2.693.68-.514 1.396-.754 2.145-.754Zm-62.002 0h14.458c5.517 0 10.183.703 13.997 2.126 3.815 1.44 7.016 3.499 9.588 6.175 2.588 2.675 4.546 5.934 5.875 9.741 1.328 3.808 1.992 8.113 1.992 12.915 0 5.522-.698 10.359-2.112 14.475-1.413 4.134-3.474 7.547-6.198 10.256-2.708 2.71-6.028 4.751-9.979 6.089-3.95 1.355-8.65 2.024-14.1 2.024h-13.52c-.75 0-1.465-.257-2.146-.755-.664-.514-1.005-1.406-1.005-2.692v-56.907c0-1.286.34-2.178 1.005-2.693.68-.514 1.396-.754 2.145-.754Zm-298.787-.807c1.839 0 3.627.172 5.364.532 1.754.343 3.355.772 4.836 1.304 1.482.531 2.793 1.132 3.95 1.818 1.142.703 1.942 1.269 2.385 1.698.443.445.732.788.868 1.011.136.24.239.498.324.824.085.308.153.686.187 1.114.051.412.085.927.085 1.51a11.5 11.5 0 0 1-.102 1.68c-.068.464-.17.858-.29 1.167-.136.309-.289.549-.476.686a1.005 1.005 0 0 1-.664.223c-.477 0-1.107-.326-1.942-.96a30.007 30.007 0 0 0-3.201-2.11c-1.294-.772-2.895-1.492-4.751-2.127-1.873-.634-4.104-.96-6.726-.96-2.844 0-5.433.566-7.749 1.698-2.333 1.132-4.325 2.795-5.977 5.008-1.651 2.195-2.946 4.888-3.848 8.06-.903 3.173-1.363 6.81-1.363 10.874 0 4.048.443 7.615 1.312 10.737.885 3.104 2.128 5.694 3.763 7.786 1.635 2.093 3.644 3.67 6.028 4.734 2.384 1.063 5.075 1.595 8.089 1.595 2.537 0 4.768-.309 6.658-.926 1.907-.635 3.525-1.32 4.87-2.11 1.329-.772 2.436-1.475 3.287-2.092.868-.618 1.533-.944 2.043-.944.222 0 .426.052.596.155.154.103.29.291.392.566.102.291.17.669.222 1.166.05.497.068 1.115.068 1.87 0 .531-.017.994-.051 1.389a5.626 5.626 0 0 1-.17 1.029 3.316 3.316 0 0 1-.324.789c-.12.24-.358.497-.681.84-.324.326-1.022.823-2.078 1.51-1.056.668-2.35 1.32-3.917 1.972-1.566.634-3.354 1.166-5.38 1.629-2.01.429-4.224.652-6.625.652-4.138 0-7.884-.686-11.222-2.075a22.561 22.561 0 0 1-8.531-6.106c-2.35-2.693-4.155-6.02-5.432-9.982-1.26-3.962-1.89-8.524-1.89-13.686 0-5.3.68-10.017 2.043-14.167 1.362-4.133 3.286-7.65 5.756-10.514a24.416 24.416 0 0 1 8.837-6.585c3.44-1.51 7.255-2.282 11.427-2.282Zm0 0",transform:"matrix(.2294 0 0 .22776 -24.315 -210.904)"}),/*#__PURE__*/React.createElement("g",{clipPath:"url(#a)"},/*#__PURE__*/React.createElement("path",{style:{},d:"M93.832 41.422c3.918 15.855-6.031 31.82-22.223 35.656-16.187 3.836-32.488-5.906-36.402-21.766-3.918-15.859 6.035-31.824 22.223-35.66l.054-.011c16.11-3.86 32.364 5.808 36.301 21.59ZM60.254 60.18c-.012-4.332-3.606-7.84-8.031-7.828h-1.215c1.031-4.192-1.602-8.403-5.88-9.41a8.036 8.036 0 0 0-1.929-.22h-8.328c-1.8 9.079.89 18.458 7.258 25.29h10.09c4.426.008 8.023-3.496 8.035-7.832Zm9.945-32.465c0 .457.059.914.18 1.36h-3.465c-4.598 0-8.324 3.652-8.324 8.152 0 4.503 3.726 8.152 8.324 8.152h27.563c-.899-9.738-6.766-18.371-15.594-22.941h-3.285c-2.977 0-5.391 2.359-5.399 5.277ZM94.48 51.44H78.035c-3.75-.011-6.797 2.957-6.812 6.63 0 1.105.28 2.19.82 3.156-3.57 1.093-5.559 4.816-4.441 8.312.882 2.777 3.52 4.668 6.492 4.656h4.586c8.78-4.562 14.699-13.078 15.8-22.754ZM30.75 28.695a.913.913 0 0 1-.93-.898v-.004c-.011-5.695-4.73-10.305-10.547-10.297a.915.915 0 0 1-.921-.902c0-.496.414-.903.921-.903 5.809.004 10.524-4.593 10.547-10.28a.924.924 0 0 1 .965-.868h.004a.92.92 0 0 1 .887.867c.012 5.695 4.734 10.305 10.55 10.297.508 0 .922.406.922.902 0 .5-.414.907-.921.907-5.813-.008-10.536 4.593-10.551 10.289a.918.918 0 0 1-.926.89Zm65.063 58.047a.541.541 0 0 1-.547-.535c-.016-3.406-2.84-6.16-6.317-6.152a.547.547 0 0 1-.55-.535c0-.297.246-.536.546-.536h.004c3.473 0 6.293-2.75 6.309-6.156 0-.297.246-.543.55-.539h.004a.543.543 0 0 1 .551.54c.016 3.405 2.836 6.155 6.309 6.155a.54.54 0 0 1 .55.532.541.541 0 0 1-.542.539h-.008c-3.473-.004-6.297 2.75-6.309 6.156a.541.541 0 0 1-.55.531Zm0 0"})),/*#__PURE__*/React.createElement("g",{clipPath:"url(#b)"},/*#__PURE__*/React.createElement("path",{style:{},d:"M108.45 21.785c-2.88-4.617-10.114-5.683-20.903-3.098a87.697 87.697 0 0 0-9.91 3.098 30.646 30.646 0 0 1 5.84 3.656c1.835-.593 3.636-1.125 5.355-1.535a38.454 38.454 0 0 1 8.8-1.222c3.536 0 5.485.855 6.138 1.898 1.066 1.711.085 6.227-6.192 13.332-1.117 1.262-2.371 2.543-3.695 3.828a125.259 125.259 0 0 1-22.711 17.059 125.962 125.962 0 0 1-25.91 12.086c-10.926 3.484-18.387 3.414-20.059.738-1.672-2.676 1.672-9.215 9.828-17.156a28.673 28.673 0 0 1-.672-6.88C21.38 59.087 17.18 69.04 20.531 74.423c1.758 2.812 5.598 4.398 11.203 4.398a57.937 57.937 0 0 0 19.387-4.191 139.143 139.143 0 0 0 22.906-11.25A138.024 138.024 0 0 0 94.63 48.44a84.712 84.712 0 0 0 7.094-7.023c7.28-8.234 9.605-15.023 6.726-19.633Zm0 0"})))};
@@ -1 +1 @@
1
- function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("path",{d:"M126.615 72.31l-7.034-21.647L105.64 7.76c-.716-2.206-3.84-2.206-4.556 0l-13.94 42.903H40.856L26.916 7.76c-.717-2.206-3.84-2.206-4.557 0L8.42 50.664 1.385 72.31a4.792 4.792 0 001.74 5.358L64 121.894l60.874-44.227a4.793 4.793 0 001.74-5.357",fill:"#FC6D26"}),/*#__PURE__*/React.createElement("path",{d:"M64 121.894l23.144-71.23H40.856L64 121.893z",fill:"#E24329"}),/*#__PURE__*/React.createElement("path",{d:"M64 121.894l-23.144-71.23H8.42L64 121.893z",fill:"#FC6D26"}),/*#__PURE__*/React.createElement("path",{d:"M8.42 50.663L1.384 72.31a4.79 4.79 0 001.74 5.357L64 121.894 8.42 50.664z",fill:"#FCA326"}),/*#__PURE__*/React.createElement("path",{d:"M8.42 50.663h32.436L26.916 7.76c-.717-2.206-3.84-2.206-4.557 0L8.42 50.664z",fill:"#E24329"}),/*#__PURE__*/React.createElement("path",{d:"M64 121.894l23.144-71.23h32.437L64 121.893z",fill:"#FC6D26"}),/*#__PURE__*/React.createElement("path",{d:"M119.58 50.663l7.035 21.647a4.79 4.79 0 01-1.74 5.357L64 121.894l55.58-71.23z",fill:"#FCA326"}),/*#__PURE__*/React.createElement("path",{d:"M119.58 50.663H87.145l13.94-42.902c.717-2.206 3.84-2.206 4.557 0l13.94 42.903z",fill:"#E24329"}))};
1
+ function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve"}),/*#__PURE__*/React.createElement("path",{d:"m124.755 51.382-.177-.452L107.47 6.282a4.459 4.459 0 0 0-1.761-2.121 4.581 4.581 0 0 0-5.236.281 4.578 4.578 0 0 0-1.518 2.304L87.404 42.088H40.629L29.077 6.746a4.492 4.492 0 0 0-1.518-2.31 4.581 4.581 0 0 0-5.236-.281 4.502 4.502 0 0 0-1.761 2.121L3.422 50.904l-.17.452c-5.059 13.219-.763 28.192 10.537 36.716l.059.046.157.111 26.061 19.516 12.893 9.758 7.854 5.93a5.283 5.283 0 0 0 6.388 0l7.854-5.93 12.893-9.758 26.218-19.634.065-.052c11.273-8.526 15.562-23.472 10.524-36.677z",fill:"#E24329"}),/*#__PURE__*/React.createElement("path",{d:"m124.755 51.382-.177-.452a57.79 57.79 0 0 0-23.005 10.341L64 89.682c12.795 9.68 23.934 18.09 23.934 18.09l26.218-19.634.065-.052c11.291-8.527 15.586-23.488 10.538-36.704z",fill:"#FC6D26"}),/*#__PURE__*/React.createElement("path",{d:"m40.066 107.771 12.893 9.758 7.854 5.93a5.283 5.283 0 0 0 6.388 0l7.854-5.93 12.893-9.758s-11.152-8.436-23.947-18.09a18379.202 18379.202 0 0 0-23.935 18.09z",fill:"#FCA326"}),/*#__PURE__*/React.createElement("path",{d:"M26.42 61.271A57.73 57.73 0 0 0 3.422 50.904l-.17.452c-5.059 13.219-.763 28.192 10.537 36.716l.059.046.157.111 26.061 19.516L64 89.655 26.42 61.271z",fill:"#FC6D26"}))};
@@ -1 +1 @@
1
- function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("path",{d:"M109.757 49.765l-5.14-15.82L94.43 2.596c-.523-1.614-2.805-1.614-3.33 0l-10.187 31.35H47.087L36.9 2.596c-.524-1.614-2.806-1.614-3.33 0l-10.187 31.35-5.14 15.82a3.502 3.502 0 001.272 3.915L64 86l44.485-32.32a3.502 3.502 0 001.272-3.915",fill:"#FC6D26"}),/*#__PURE__*/React.createElement("path",{d:"M64 86l16.913-52.054H47.087L64 86z",fill:"#E24329"}),/*#__PURE__*/React.createElement("path",{d:"M64 86L47.087 33.946H23.383L64 86z",fill:"#FC6D26"}),/*#__PURE__*/React.createElement("path",{d:"M23.383 33.946l-5.14 15.82a3.502 3.502 0 001.272 3.914L64 86 23.383 33.946z",fill:"#FCA326"}),/*#__PURE__*/React.createElement("path",{d:"M23.383 33.946h23.704L36.9 2.594c-.524-1.613-2.806-1.613-3.33 0L23.383 33.946z",fill:"#E24329"}),/*#__PURE__*/React.createElement("path",{d:"M64 86l16.913-52.054h23.704L64 86z",fill:"#FC6D26"}),/*#__PURE__*/React.createElement("path",{d:"M104.617 33.946l5.14 15.82a3.502 3.502 0 01-1.272 3.914L64 86l40.617-52.054z",fill:"#FCA326"}),/*#__PURE__*/React.createElement("path",{d:"M104.617 33.946H80.913L91.1 2.594c.524-1.613 2.806-1.613 3.33 0l10.187 31.352z",fill:"#E24329"}),/*#__PURE__*/React.createElement("path",{d:"M65.387 93.983h-4.49l.015 33.405h18.16v-4.13H65.4l-.015-29.275zm30.976 27.54a7.648 7.648 0 01-5.56 2.346c-3.418 0-4.795-1.684-4.795-3.877 0-3.315 2.295-4.896 7.192-4.896.918 0 2.397.102 3.162.255v6.17zm-4.642-20.247c-3.624 0-6.95 1.285-9.543 3.423l1.587 2.747c1.836-1.07 4.08-2.142 7.294-2.142 3.673 0 5.305 1.887 5.305 5.05v1.63c-.714-.152-2.193-.254-3.11-.254-7.857 0-11.835 2.755-11.835 8.518 0 5.15 3.162 7.752 7.957 7.752 3.23 0 6.325-1.48 7.396-3.876l.817 3.264h3.163v-17.085c0-5.406-2.347-9.027-9.03-9.027zm23.513 22.746c-1.683 0-3.163-.204-4.285-.714v-15.452c1.53-1.275 3.417-2.193 5.814-2.193 4.336 0 6.02 3.06 6.02 8.007 0 7.037-2.704 10.352-7.55 10.352m1.886-22.746c-4.012 0-6.17 2.73-6.17 2.73v-4.31l-.015-5.713h-4.386l.014 32.59c2.193.917 5.203 1.427 8.467 1.427 8.364 0 12.394-5.355 12.394-14.586 0-7.293-3.723-12.138-10.304-12.138M16.592 97.604c3.98 0 6.53 1.326 8.212 2.652l1.93-3.34c-2.63-2.306-6.167-3.545-9.94-3.545-9.538 0-16.22 5.815-16.22 17.545C.574 123.205 7.784 128 16.03 128c4.132 0 7.652-.97 9.947-1.938l-.094-13.132v-4.13H13.64v4.13h7.805l.094 9.97c-1.02.51-2.806.918-5.204.918-6.63 0-11.07-4.17-11.07-12.954.002-8.925 4.593-13.26 11.326-13.26m31.569-3.621h-4.387l.014 5.61v19.379c0 5.407 2.347 9.028 9.03 9.028.922 0 1.825-.084 2.702-.243v-3.94a13.47 13.47 0 01-2.04.154c-3.674 0-5.306-1.886-5.306-5.048V105.56h7.345v-3.672h-7.346l-.014-7.905zm-15.518 33.405h4.387v-25.5H32.64v25.5zm0-29.018h4.387v-4.387H32.64v4.386z",fill:"#5C5C5C"}))};
1
+ function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve"}),/*#__PURE__*/React.createElement("path",{d:"m108.405 36.409-.129-.33L95.774 3.451a3.26 3.26 0 0 0-1.287-1.55 3.348 3.348 0 0 0-3.826.206 3.35 3.35 0 0 0-1.11 1.684L81.11 29.617H46.927L38.486 3.79a3.277 3.277 0 0 0-1.11-1.688 3.348 3.348 0 0 0-3.826-.206c-.58.369-1.03.911-1.287 1.55L19.737 36.06l-.124.33a23.216 23.216 0 0 0 7.7 26.831l.043.033.115.081 19.045 14.262 9.422 7.131 5.739 4.333a3.858 3.858 0 0 0 4.668 0l5.739-4.333 9.422-7.131 19.16-14.348.048-.038a23.224 23.224 0 0 0 7.691-26.802z",fill:"#E24329"}),/*#__PURE__*/React.createElement("path",{d:"m108.405 36.409-.129-.33a42.223 42.223 0 0 0-16.811 7.557L64.007 64.398c9.35 7.074 17.491 13.22 17.491 13.22l19.16-14.348.048-.038a23.23 23.23 0 0 0 7.699-26.823z",fill:"#FC6D26"}),/*#__PURE__*/React.createElement("path",{d:"m46.516 77.617 9.422 7.131 5.739 4.333a3.858 3.858 0 0 0 4.668 0l5.739-4.333 9.422-7.131s-8.15-6.165-17.5-13.22c-9.35 7.055-17.49 13.22-17.49 13.22z",fill:"#FCA326"}),/*#__PURE__*/React.createElement("path",{d:"M36.544 43.636a42.17 42.17 0 0 0-16.807-7.576l-.124.33a23.216 23.216 0 0 0 7.7 26.831l.043.033.115.081 19.045 14.262 17.491-13.22-27.463-20.741z",fill:"#FC6D26"}),/*#__PURE__*/React.createElement("g",{fill:"#171321"},/*#__PURE__*/React.createElement("path",{d:"M22.366 105.736h5.785C27.186 99.585 21.86 95.3 14.929 95.3 6.728 95.3.574 101.329.574 111.427c0 9.918 5.877 16.069 14.522 16.069 7.759 0 13.313-4.991 13.313-13.069v-3.764H15.694v4.437h7.223c-.091 4.47-3.076 7.299-7.789 7.299-5.247 0-8.843-3.931-8.843-11.033 0-7.055 3.657-10.972 8.721-10.972 3.779.001 6.365 2.02 7.36 5.342zM32.236 127.067h5.539v-23.492h-5.539v23.492zm2.793-27.225c1.76 0 3.198-1.349 3.198-2.999 0-1.651-1.437-3.015-3.198-3.015-1.76 0-3.213 1.346-3.213 3.015s1.427 2.999 3.203 2.999h.01zM54.362 103.575h-4.638v-5.643h-5.539v5.643H40.85v4.285h3.335v13.069c-.03 4.422 3.185 6.603 7.345 6.474a11.262 11.262 0 0 0 3.261-.551l-.935-4.333a6.758 6.758 0 0 1-1.62.216c-1.394 0-2.512-.49-2.512-2.725v-12.163h4.638v-4.272zM58.649 127.067h19.48v-4.759H64.328V95.727h-5.679v31.34zM88.739 127.542c3.688 0 5.89-1.73 6.9-3.703h.183v3.228h5.333v-15.731c0-6.212-5.064-8.079-9.549-8.079-4.942 0-8.737 2.202-9.961 6.486l5.173.737c.549-1.608 2.111-2.984 4.825-2.984 2.573 0 3.98 1.316 3.98 3.627v.091c0 1.59-1.669 1.669-5.816 2.111-4.559.49-8.92 1.851-8.92 7.147-.013 4.622 3.367 7.07 7.852 7.07zm1.821-4.063c-2.311 0-3.965-1.057-3.965-3.091 0-2.128 1.851-3.015 4.318-3.368 1.455-.198 4.363-.566 5.079-1.145v2.768c.015 2.608-2.098 4.828-5.432 4.828v.008zM105.235 127.067h5.448v-3.703h.32c.874 1.714 2.695 4.117 6.735 4.117 5.539 0 9.687-4.394 9.687-12.135 0-7.835-4.269-12.089-9.702-12.089-4.147 0-5.877 2.494-6.72 4.193h-.234V95.727h-5.534v31.34zm5.432-11.751c0-4.572 1.958-7.515 5.524-7.515 3.688 0 5.587 3.137 5.587 7.515s-1.928 7.619-5.587 7.619c-3.535 0-5.524-3.06-5.524-7.619z"})))};
@@ -1 +1 @@
1
- function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",color:d="#E24329",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c,...(d?{fill:d}:{})}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("path",{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"}))};
1
+ function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",color:d="#E24329",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c,...(d?{fill:d}:{})}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve"}),/*#__PURE__*/React.createElement("path",{d:"m124.758 51.396-.177-.452-17.107-44.648a4.459 4.459 0 0 0-1.761-2.121 4.581 4.581 0 0 0-5.236.281 4.578 4.578 0 0 0-1.518 2.304L87.407 42.102H40.632L29.081 6.761a4.492 4.492 0 0 0-1.518-2.31 4.581 4.581 0 0 0-5.236-.281 4.502 4.502 0 0 0-1.761 2.121L3.425 50.918l-.17.452c-5.059 13.219-.763 28.192 10.537 36.716l.059.046.157.111 26.061 19.516 12.893 9.758 7.854 5.93a5.283 5.283 0 0 0 6.388 0l7.854-5.93 12.893-9.758 26.218-19.634.065-.052c11.274-8.526 15.562-23.472 10.524-36.677z"}))};
@@ -1 +1 @@
1
- function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",color:d="#2369bc",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c,...(d?{fill:d}:{})}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("path",{d:"M18.732 52.895c.213.296.476.562.782.785L64 86l44.485-32.32a3.5 3.5 0 001.272-3.915l-5.14-15.82L94.43 2.596c0-.006-.004-.01-.006-.015-.368-1.1-1.552-1.423-2.428-1-.394.19-.733.542-.895 1.04L80.914 34H47.087L39.65 11.087l-2.75-8.48c-.393-1.21-1.775-1.518-2.663-.913a1.71 1.71 0 00-.668.904L23.38 33.948l-1.702 5.24-3.437 10.578a3.5 3.5 0 00.49 3.13zM65.387 94h-4.49l.016 33H79v-4H65.4zm26.459 7.276a15.13 15.13 0 00-9.607 3.423l1.554 2.747c1.836-1.07 3.884-2.142 7.097-2.142 3.674 0 5.11 1.887 5.11 5.05v1.63c0-.152-2.013-.254-2.93-.254-7.857 0-11.744 2.755-11.744 8.518 0 5.15 3.208 7.752 8.003 7.752 3.23 0 6.347-1.673 7.418-4.07l.84 3.07H101v-16.697c0-5.406-2.47-9.027-9.154-9.027zM96 121.523c-1 1.173-2.828 2.346-5.378 2.346-3.418 0-4.704-1.684-4.704-3.877 0-3.315 2.16-4.896 7.056-4.896.918 0 3.026.102 3.026.255v6.17zm21.146-20.247c-4.012 0-6.146 2.73-6.146 2.73v-4.31L110.934 94h-4.387l.014 32.58c2.194.918 5.204 1.424 8.468 1.424 8.365 0 12.408-5.357 12.408-14.588.002-7.293-3.71-12.14-10.29-12.14zm-1.887 22.746c-1.684 0-3.26-.204-4.26-.714v-15.452c1-1.275 3.392-2.193 5.79-2.193 4.336 0 6.02 3.06 6.02 8.007 0 7.037-2.705 10.352-7.55 10.352zM16.592 97.604c3.98 0 6.53 1.326 8.213 2.652l1.93-3.34c-2.63-2.306-6.167-3.545-9.94-3.545-9.538 0-16.22 5.815-16.22 17.545C.575 123.205 7.785 128 16.03 128c4.133 0 7.71-.97 10.006-1.938L26 112.93V109H14v4h7.446l.094 9.935c-1.02.51-2.805.9-5.203.9-6.63 0-11.07-4.18-11.07-12.963 0-8.924 4.592-13.268 11.325-13.268zM48.16 94h-4.387L44 99.593v19.379c0 5.407 2.48 9.028 9.163 9.028.923 0 1.837-.084 2.837-.243v-3.94c-1 .098-1.64.154-2.368.154-3.673 0-5.632-1.886-5.632-5.048V106h8v-4h-7.825l-.015-8zM33 102h4v25h-4zm0-8h4v4h-4z"}))};
1
+ function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",color:d="#2369bc",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c,...(d?{fill:d}:{})}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve"}),/*#__PURE__*/React.createElement("path",{d:"m108.406 36.339-.129-.33L95.775 3.381a3.26 3.26 0 0 0-1.287-1.55 3.348 3.348 0 0 0-3.826.206 3.35 3.35 0 0 0-1.11 1.684L81.11 29.548H46.928L38.487 3.72a3.277 3.277 0 0 0-1.11-1.688 3.348 3.348 0 0 0-3.826-.206c-.58.369-1.03.911-1.287 1.55L19.738 35.99l-.124.33a23.216 23.216 0 0 0 7.7 26.831l.043.033.115.081 19.045 14.262 9.422 7.131 5.739 4.333a3.858 3.858 0 0 0 4.668 0l5.739-4.333 9.422-7.131 19.16-14.348.048-.038a23.224 23.224 0 0 0 7.691-26.802z"}),/*#__PURE__*/React.createElement("g",null,/*#__PURE__*/React.createElement("path",{d:"M22.367 105.666h5.785c-.965-6.151-6.291-10.436-13.222-10.436-8.201 0-14.355 6.029-14.355 16.127 0 9.918 5.877 16.069 14.522 16.069 7.759 0 13.313-4.991 13.313-13.069v-3.764H15.695v4.437h7.223c-.091 4.47-3.076 7.299-7.789 7.299-5.247 0-8.843-3.931-8.843-11.033 0-7.055 3.657-10.972 8.721-10.972 3.779.001 6.365 2.02 7.36 5.342zM32.237 126.997h5.539v-23.492h-5.539v23.492zm2.793-27.225c1.76 0 3.198-1.349 3.198-2.999 0-1.651-1.437-3.015-3.198-3.015-1.76 0-3.213 1.346-3.213 3.015s1.427 2.999 3.203 2.999h.01zM54.363 103.505h-4.638v-5.643h-5.539v5.643h-3.335v4.285h3.335v13.069c-.03 4.422 3.185 6.603 7.345 6.474a11.262 11.262 0 0 0 3.261-.551l-.935-4.333a6.758 6.758 0 0 1-1.62.216c-1.394 0-2.512-.49-2.512-2.725v-12.163h4.638v-4.272zM58.65 126.997h19.48v-4.759H64.329V95.657H58.65v31.34zM88.74 127.472c3.688 0 5.89-1.73 6.9-3.703h.183v3.228h5.333v-15.731c0-6.212-5.064-8.079-9.549-8.079-4.942 0-8.737 2.202-9.961 6.486l5.173.737c.549-1.608 2.111-2.984 4.825-2.984 2.573 0 3.98 1.316 3.98 3.627v.091c0 1.59-1.669 1.669-5.816 2.111-4.559.49-8.92 1.851-8.92 7.147-.013 4.622 3.367 7.07 7.852 7.07zm1.821-4.063c-2.311 0-3.965-1.057-3.965-3.091 0-2.128 1.851-3.015 4.318-3.368 1.455-.198 4.363-.566 5.079-1.145v2.768c.015 2.608-2.098 4.828-5.432 4.828v.008zM105.236 126.997h5.448v-3.703h.32c.874 1.714 2.695 4.117 6.735 4.117 5.539 0 9.687-4.394 9.687-12.135 0-7.835-4.269-12.089-9.702-12.089-4.147 0-5.877 2.494-6.72 4.193h-.234V95.657h-5.534v31.34zm5.432-11.751c0-4.572 1.958-7.515 5.524-7.515 3.688 0 5.587 3.137 5.587 7.515s-1.928 7.619-5.587 7.619c-3.535 0-5.524-3.06-5.524-7.619z"})))};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const PyscriptOriginalWordmark: React.FunctionComponent<Props>;
6
+ export default PyscriptOriginalWordmark;
@@ -0,0 +1 @@
1
+ function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("path",{d:"m-2.5e-6 0v128h128v-128z",fill:"#2c2e34"}),/*#__PURE__*/React.createElement("path",{d:"m52.146 48.63c-5.1372 0.29896-8.4776 3.168-10.952 7.0938v-6.2849h-4.7292v39.327h4.7292v-11.014l3.2358 0.31114c5.1762 0.57334 8.3709-1.1851 10.081-2.3024 1.7098-1.1172 5.1336-4.6695 6.2227-10.579 2.086-13.14-4.9054-16.386-8.5873-16.552zm37.336 0.87117-8.6387 21.057-10.38-21.055h-5.14l13.053 27.146c-3.95 9.6304-8.0064 9.5147-13.535 8.3218v4.1692c10.126 1.6403 13.234-2.8999 15.681-7.405 0.95394-1.688 1.8099-3.406 2.5513-5.1648l11.3-27.069zm-58.369 0.74672-27.504 13.69 27.504 13.752-2.4e-4 -4.2338-18.792-9.5182 18.792-9.409zm65.773 0.0622v4.2809l18.792 9.409-18.792 9.5182v4.2338l27.504-13.752zm-46.359 2.9246c4.5314 0 5.8201 5.1649 5.4137 10.33-1.1273 8.8575-6.7967 12.071-14.748 9.9562v-12.134c2.2371-4.2165 6.4834-8.1517 9.334-8.1517z",fill:"#fda703"}))};
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ color?: string;
5
+ }
6
+ declare const PyscriptPlainWordmark: React.FunctionComponent<Props>;
7
+ export default PyscriptPlainWordmark;
@@ -0,0 +1 @@
1
+ function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",color:d="#2369bc",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c,...(d?{fill:d}:{})}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("path",{d:"m52.146 48.631c-5.1371 0.299-8.4788 3.168-10.953 7.0938v-6.2852h-4.7285v39.326h4.7285v-11.014l3.2363 0.31055c5.1761 0.5733 8.3703-1.1836 10.08-2.3008 1.7099-1.1172 5.1336-4.6711 6.2227-10.58 2.0861-13.14-4.904-16.385-8.5859-16.551zm13.174 0.87109 13.055 27.146c-3.9498 9.6304-8.0063 9.5152-13.535 8.3223v4.168c10.126 1.6403 13.235-2.8992 15.682-7.4043 0.954-1.688 1.8094-3.4053 2.5508-5.1641l11.301-27.068h-4.8906l-8.6387 21.057-10.381-21.057h-5.1406-0.001954zm-34.207 0.74609-27.504 13.689 27.504 13.752v-4.2344l-18.793-9.5176 18.793-9.4082v-4.2812zm65.773 0.0625v4.2812l18.793 9.4082-18.793 9.5176v4.2344l27.504-13.752-27.504-13.689zm-46.359 2.9238c4.5314 0 5.8205 5.1654 5.4141 10.33-1.127 8.8575-6.797 12.071-14.748 9.957v-12.135c2.2371-4.2165 6.4834-8.1523 9.334-8.1523z"}))};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const RenpyOriginal: React.FunctionComponent<Props>;
6
+ export default RenpyOriginal;
@@ -0,0 +1 @@
1
+ function _extends(){return _extends=Object.assign?Object.assign.bind():function(e){for(var t,c=1;c<arguments.length;c++)for(var l in t=arguments[c],t)Object.prototype.hasOwnProperty.call(t,l)&&(e[l]=t[l]);return e},_extends.apply(this,arguments)}const React=require("react");module.exports=function(e){let{size:c="1rem",...t}=e;return t={...t,style:{...(t.style?t.style:{}),width:c,height:c}},/*#__PURE__*/React.createElement("svg",_extends({},t,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("defs",null,/*#__PURE__*/React.createElement("linearGradient",{id:"q",gradientUnits:"userSpaceOnUse",x1:"97.988",x2:"84.177",y1:"119.56",y2:"116.33"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#fde859"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#fde859",stopOpacity:"0"})),/*#__PURE__*/React.createElement("linearGradient",{id:"p",gradientUnits:"userSpaceOnUse",x1:"48.706",x2:"59.061",y1:"81.451",y2:"78.814"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#d9b862"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#d9b862",stopOpacity:"0"})),/*#__PURE__*/React.createElement("linearGradient",{id:"o",gradientUnits:"userSpaceOnUse",x1:"49.354",x2:"49.426",y1:"75.243",y2:"76.417"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#e8ca63"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#e8ca63",stopOpacity:"0"})),/*#__PURE__*/React.createElement("linearGradient",{id:"n",gradientUnits:"userSpaceOnUse",x1:"38.639",x2:"37.754",y1:"75.171",y2:"69.842"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#d3aa6d"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#d3aa6d",stopOpacity:"0"})),/*#__PURE__*/React.createElement("linearGradient",{id:"m",gradientUnits:"userSpaceOnUse",x1:"63.864",x2:"64.746",y1:"67.797",y2:"69.831"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#ecb8a9"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#ecb8a9",stopOpacity:"0"})),/*#__PURE__*/React.createElement("linearGradient",{id:"l",gradientUnits:"userSpaceOnUse",x1:"48.407",x2:"49.492",y1:"59.797",y2:"58.712"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#e9ac9c"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#e9ac9c",stopOpacity:"0"})),/*#__PURE__*/React.createElement("linearGradient",{id:"k",gradientUnits:"userSpaceOnUse",x1:"48.136",x2:"47.988",y1:"70.034",y2:"68.899"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#e3c959"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#e3c959",stopOpacity:"0"})),/*#__PURE__*/React.createElement("linearGradient",{id:"j",gradientUnits:"userSpaceOnUse",x1:"48.983",x2:"49.186",y1:"97.661",y2:"97.22"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#dcb668"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#dcb668",stopOpacity:"0"})),/*#__PURE__*/React.createElement("linearGradient",{id:"i",gradientUnits:"userSpaceOnUse",x1:"66.313",x2:"66.397",y1:"59.868",y2:"62.354"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#fffdfd"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#fffdfd",stopOpacity:"0"})),/*#__PURE__*/React.createElement("linearGradient",{id:"h",gradientUnits:"userSpaceOnUse",x1:"47.186",x2:"50.305",y1:"37.017",y2:"38.508"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#eec1b2"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#eec1b2",stopOpacity:"0"})),/*#__PURE__*/React.createElement("linearGradient",{id:"g",gradientUnits:"userSpaceOnUse",x1:"45.831",x2:"48.407",y1:"83.119",y2:"89.22"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#9f9f9f"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#9f9f9f",stopOpacity:"0"})),/*#__PURE__*/React.createElement("radialGradient",{id:"f",cx:"55.64",cy:"50.886",gradientTransform:"matrix(1.0136 -.1997 .16353 .83005 -8.9189 19.595)",gradientUnits:"userSpaceOnUse",r:"5.0563"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#212848"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#2c3665"})),/*#__PURE__*/React.createElement("radialGradient",{id:"e",cx:"76.881",cy:"50.965",gradientTransform:"matrix(1.2128 .28116 -.26736 1.1532 -2.7318 -29.137)",gradientUnits:"userSpaceOnUse",r:"3.7777"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#212848"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#2c3665"})),/*#__PURE__*/React.createElement("radialGradient",{id:"d",cx:"46.738",cy:"46.196",gradientTransform:"matrix(-.035642 .52836 -1.2339 -.083239 126.37 13.065)",gradientUnits:"userSpaceOnUse",r:"24.536"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#eec0b2"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#eec0b2",stopOpacity:"0"})),/*#__PURE__*/React.createElement("radialGradient",{id:"c",cx:"94.478",cy:"30.526",gradientTransform:"matrix(.10003 -.24267 .32605 .1344 52.096 48.694)",gradientUnits:"userSpaceOnUse",r:"32.374"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#ff7f7f"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#a66067"})),/*#__PURE__*/React.createElement("radialGradient",{id:"b",cx:"80.344",cy:"98.345",gradientTransform:"matrix(1.3342 .45378 -.51484 1.5137 21.296 -85.17)",gradientUnits:"userSpaceOnUse",r:"23.782"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#fde859"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#d3aa6d"})),/*#__PURE__*/React.createElement("radialGradient",{id:"a",cx:"79.278",cy:"95.485",gradientTransform:"matrix(.88807 .43199 -.53935 1.1088 60.345 -43.368)",gradientUnits:"userSpaceOnUse",r:"26.347"},/*#__PURE__*/React.createElement("stop",{offset:"0",stopColor:"#fde859"}),/*#__PURE__*/React.createElement("stop",{offset:"1",stopColor:"#eacd61"}))),/*#__PURE__*/React.createElement("path",{d:"m99.964 22.789c-6.5168-5.069-10.209-4.7065-14.98-6.4182-11.453-12.544-21.082-13.688-30.795-15.358-12.702 6.3228-18.384 14.986-20.363 24.883-3.8048 3.1595-7.691 6.2783-10.63 9.8705 2.7227 1.3434 6.6438 2.0877 10.846 2.6916l59.73-10.232c2.5305-1.4793 4.3884-3.439 6.1928-5.4368z",fill:"#eadbcc"}),/*#__PURE__*/React.createElement("path",{d:"m89.703 97.754c0.0067-0.39683 0.16096-0.52726 0.35244-0.5911 1.3386-0.50829 3.8522-1.0111 4.883-0.71667 0.5378 0.20814 2.6397 1.2347 2.7708 3.5031l-1.9395 2.5531z",fill:"#faeee3"}),/*#__PURE__*/React.createElement("path",{d:"m87.816 96.008 2.561 1.2875-0.15394 0.89565-3.5966-0.02798z",fill:"#c8c6c0"}),/*#__PURE__*/React.createElement("path",{d:"m91.959 96.61c-0.25486 0.14313-0.39355 0.29544-0.45301 0.48131-0.05947 0.18588 0.01199 0.28077 0.36598 0.40874 1.0771 0.39267 2.1177 1.314 3.1433 2.4527 0.51497 0.3912 0.68614 0.45632 0.77823-0.27795l-1.3298-2.2391c1.0617 0.89842 1.9519 2.3115 3.2458 2.5135l-0.85241 2.4686-7.1442-4.1984c-0.07297-0.67684 0.04348-0.95839 0.3289-1.0706z",fill:"#ddb1a3"}),/*#__PURE__*/React.createElement("path",{d:"m42.166 34.404 3.8065 29.444 14.549 2.0594 0.08954 4.4341 6.1856 2.3231 1.1763-3.8676 0.01979-2.464c1.8594-0.30676 4.1477-1.2139 6.3629-2.0187l11.261-3.7702 5.6207-32.22-23.987-3.9582z",fill:"#fbefe3"}),/*#__PURE__*/React.createElement("path",{d:"m42.166 34.404 3.8065 29.444 14.549 2.0594 0.08954 4.4341 6.1856 2.3231 1.1763-3.8676 0.01979-2.464c1.8594-0.30676 4.1477-1.2139 6.3629-2.0187l11.261-3.7702 5.6207-32.22-23.987-3.9582z",fill:"url(#d)"}),/*#__PURE__*/React.createElement("path",{d:"m54.593 86.576-2.8549 12.035-8.5343-0.44326-6.4321 3.8791c-3.4501-0.8527-6.186-2.8479-8.9061-4.8686l-0.03957-6.3134 3.1468-4.4926 2.177-10.43-1.0094-1.4052c0.22896-1.7355 1.1818-3.1255 4.6707-3.3051z",fill:"#fff"}),/*#__PURE__*/React.createElement("path",{d:"m59.453 73.884c-7.1343 3.3371-6.2486 7.4244-7.0547 14.745l-0.60358 2.2716c0.13925 1.8657-0.92332 2.4261-2.0988 4.4376-0.43832 0.71714 0.32742 0.90852 0.68204 1.0302-0.27155 0.78383-0.19755 1.1538-0.12264 1.9564 0.74175 1.7421 0.69358 3.7477 0.94463 5.3809-1.5318 0.84558-0.45407 1.9838 0.88166 2.1971l14.378 10.81c1.738 0.39571 3.3422-0.32587 5.0567-0.74217l10.535-3.2245c2.4729-1.2373 5.3951-2.0438 4.789-4.8819l3.527-2.3929-10.135-22.366c1.3251-7.5625-0.0127-8.6683-5.5789-13.179z",fill:"#b5a396"}),/*#__PURE__*/React.createElement("path",{d:"m59.453 73.884 9.2227 9.7571 4.0268-9.7443 0.58778 0.44782 1.3575-2.449-6.2836-4.0724-2.0432 4.0305-0.39189 0.22389-4.6042-3.0508-2.673 4.0024z",fill:"#fff"}),/*#__PURE__*/React.createElement("path",{d:"m41.819 78.258c-0.51564 0.09929-0.83923 0.52348-1.2172 0.86092-1.4461 1.5726-1.9049 3.7552-1.5437 5.403 1.1098 2.5615 3.0312 3.0724 5.6702 3.2161 0.97262-0.28732 1.7073-0.54426 2.7015-0.54426 0.11295-0.80163 0.2559-1.1729 0.95-1.514 1.9392-0.25476 2.6875 0.10595 4.9874-0.72238 0.67464-0.12799 1.204-0.31179 1.8802-0.24739 0.31137 0.09561 0.41155 0.28583 0.58383 0.54426 1.9824 0.55603 3.712 0.81109 5.0567 0 2.2076-2.3531 2.7723-4.4308 0.98956-7.0853-0.40396-0.45085-0.75943-0.80399-1.3161-1.2369l-2.3072-1.3057-0.261 0.3802c-1.4884 2.3651-3.1423 3.2064-5.5759 4.3395-3.6162 0.8551-6.1282 0.80557-9.1634-0.50468-0.72744-0.54205-1.0025-0.84506-1.4349-1.5833z",fill:"#c8c8c8"}),/*#__PURE__*/React.createElement("path",{d:"m40.012 83.793c0.04546-0.03871 0.09425-0.06954 0.20776 1.76e-4 0.47707 0.29306 1.0744 0.7682 1.6657 1.1633 1.4502 1.0691 3.3571 0.63349 4.7649 0.24985 3.0653-0.85121 6.7129-2.911 8.4087-6.0575-2.5512 1.4584-4.6784 1.7212-7.5207 1.7812-2.5052-0.31901-4.2607-0.47186-5.6603-2.4937l-0.1945-0.17225c-3.2887 2.2083-3.6545 6.4707-0.58725 8.7616 2.2415 0.90063 3.8542 0.94786 5.9819 0.06824-1.8887 0.24795-7.2589 0.85168-7.0663-3.301z",fill:"url(#g)"}),/*#__PURE__*/React.createElement("path",{d:"m45.512 48.757-1.3311-14.129 8.9565-5.2619c-2.2242 6.6147-6.0206 13.44-7.6254 19.391z",fill:"url(#h)"}),/*#__PURE__*/React.createElement("path",{d:"m46.865 56.586c1.2004 1.4985 2.4682 2.761 3.8791 3.5228l-3.1666 1.6625z",fill:"url(#l)"}),/*#__PURE__*/React.createElement("path",{d:"m33.703 32.178-0.12462 0.93034c-1.1231 9.1098-1.623 18.358-3.8363 27.226 0.51199-0.61789 0.90779-1.7006 1.2901-2.837-0.12005 1.6696 0.0078 3.4879-0.59374 4.8686l4.2353 0.03958c0.39582-0.76333 0.79165-2.3288 1.1875-3.5624 0.39122 1.0977 0.47626 2.0634 0.59374 3.7208 0.34235-0.27986 0.63401-0.7625 0.87082-1.4646 0.07297 0.58054 0.10627 1.1611 0.27708 1.7416l1.2366 0.28264c0.86661-1.6143 1.8771-2.1107 2.2908-2.2973 2.0634-0.45717 3.7654 0.36574 5.6148 0.26834 0.38441-0.03357 0.75473-0.17409 1.1261-0.36575-2.4076-11.294-2.2861-17.487-1.4074-21.851 1.3275-2.1596 3.155-4.0835 4.6586-5.6488-1.6418 3.6226-2.7215 7.0538-3.1275 10.676 0.44739-0.57118 0.71539-1.3218 1.0283-2.0275 0.1569 1.4164 0.11494 3.1028 0.7557 3.8625 1.8988-6.1067 5.9911-10.963 8.6626-14.54-1.7085 4.2049-3.9803 9.0149-3.6758 12.105 2.1506-4.7962 5.324-8.4479 8.7278-11.956-2.1309 3.4303-3.8538 9.4862-3.6154 10.552 1.3217-3.9631 3.9857-8.7132 6.0504-11.835-1.2048 3.9056-3.6658 7.9959-3.5075 11.717 0.22564-0.90377 0.62062-1.5253 1.0687-2.0583 0.01001 2.0702-0.31891 4.4758 0.27708 6.8082 0.93828-3.0635 2.2107-5.3469 3.4437-7.5998 0.19633-0.37531 0.37741-0.76076 0.64924-1.0857-0.12142 1.4556-0.34537 3.1334-0.25187 4.2264 0.59435-2.2326 1.2278-4.5052 2.1784-6.3815-0.66482 4.8446-1.5262 9.6083 1.0404 13.603 0.96473-0.42968 3.0329-3.714 3.2713-6.2649 0.38096 0.58721 0.54919 1.016 0.47499 2.4541 1.8116-2.3064 2.8523-8.6821 2.2958-13.874 1.278 4.3715 2.1033 8.5181 2.7035 13.146 0.61311 0.12854 1.1758 0.43084 1.6569 0.91597 1.531-4.2654 1.6306-8.9229 1.5374-13.587 1.3936 5.2806 1.5028 11.041 1.243 16.188 0.675-0.50412 1.3682-1.8554 1.6934-3.2327 0.03038 1.3256 0.14251 2.055 0.50383 3.2422-1.5086 3.8361-3.113 7.6657-4.6321 11.498-0.09521 0.21476-0.32808 0.54944-0.48635 0.6719-2.238 1.5045-4.2782 2.823-6.55 3.8324l1.339 0.20781c2.8647-1.1501 5.3432-1.312 8.1501-0.82311 8.7e-4 -8.83e-4 0.0017-0.0017 0.0026-0.0026-0.0049-0.0025-0.0049-3e-3 8.31e-4 -8.51e-4 1.8654-1.6399 2.7814-3.4549 3.8324-5.9008-0.27241 2.3612-0.38118 4.041-0.80773 6.4527 0.68807-0.65311 1.2881-1.1557 2.048-2.3838-0.20696 0.7557-0.40958 1.5114-0.25188 2.2671 0.97666-0.77763 2.5495-3.6869 2.5043-6.5642 0.42446 1.4411 0.65037 4.6855 0.47499 6.9665 2.3511-3.4106 2.5083-5.8311 3.5895-10.314 0.13397 3.1541-0.02413 1.8158 0.43492 4.1989 0.72301-9.8428 1.0639-26.727-5.2593-36.675-18.146-2.0934-38.932 2.7069-56.893 10.465zm24.556-0.70893 7.52e-4 -0.0035c-0.40061 0.43126-0.40579 0.43663-7.52e-4 0.0035z",fill:"#ff7f7f"}),/*#__PURE__*/React.createElement("path",{d:"m73.906 70.118-0.30414 0.83649 1.0458 0.94086-1.3574 2.449-0.58779-0.44785-0.44786 1.0356c3.3362 1.6432 6.1826 4.021 6.8574 9.6562-1.0143 1.0975-1.9973 8.3127-2.5792 4.4555l-3.5365 1.0584c-0.14951-0.77177 0.04032-1.4465-0.57378-2.3511-0.40659-1.1501-0.66768-0.96692-1.0379-0.60726-0.25686 2.9092-0.47006 6.0123-0.58548 8.78-0.70905 0.72564-1.4181 1.3173-2.1272 1.8192-0.14533-4.1237-0.53398-8.2474-0.81168-12.371-0.05523 4.4963-0.05774 9.2825-0.25187 13.015-2.9495 1.9755-6.3862 3.6727-13.447 5.1442-0.95541 0.34744-1.7124 0.29212-0.47328-0.27081 0.54102-0.3156 0.51959-0.1594 0.37464-0.73127-0.41486-1.751-0.63734-3.579-0.8007-5.4307-0.06621-0.75198-0.07818-0.84147-0.88365-0.57882-0.50056 0.09368-0.8239-0.03884-0.5012-0.60796 0.33727-0.8024 0.86325-1.5419 1.394-2.2799 0.61115-0.8497 0.45453-0.70385-0.35818-0.0391-0.89345 0.71748-1.7714 1.4174-2.4496 1.8888-0.64394 0.44685-0.42087 0.03401-0.40418-0.67716l-0.58771 1.0916 0.90631 0.47166-0.22057 1.3476 0.26586 0.65775 0.4058 2.1552 0.37085 3.1768-0.6927 0.48975-0.13993 0.82566 1.7143 0.88173c27.058 3.1697 35.072-28.105 21.824-35.784zm-18.137 18.557-1.0264 2.3991c-0.48496 1.1335-0.34305 1.2809 0.59372 2.2053l0.20735 6.2554c0.0256 0.7719-0.11796 1.012 0.72764 0.82629l6.3086-0.74851 0.91041-0.19791-7.2436-0.07917c0.31913-1.9148 0.15799-3.8412 0.01412-5.7801-0.04096-0.55261-0.29223-0.77548 0.38963-0.8082 3.0716-0.40123 6.1432-0.5989 9.2148-0.79382 0.03187-0.4027 0.16214-0.68197 0.60591-1.0399-2.4743-0.03505-7.3033 0.30699-10.344 0.20806-0.50307-0.01739-0.77531 0.07048-0.60045-0.58454z",fill:"#887c74"}),/*#__PURE__*/React.createElement("path",{d:"m82.49 103.59-0.29688 0.2573c0.95093 0.37985 2.3258 0.96328 2.4343 1.6823 0.15309-0.38869 0.1452-0.82534-2.1374-1.9396zm-0.75208 0.73228-0.79164 0.91041 0.6729 4.1562zm0.52934 0.41261c-0.12964 2e-3 -0.14051 0.15597-0.11953 0.59187l-0.09454 6.1585c-0.0027 0.67967 0.08163 0.61396-0.5094 0.95047-0.67152 0.36563-1.3929 0.48197-2.1255 0.5424-0.44044 0.036-0.96173 0.13047-0.2555-0.25575l0.59528-0.4068c0.77808-0.5317 0.59485-0.41052-0.12857-0.10862-1.4348 0.59662-2.9107 1.1008-4.501 1.3478-0.60288 0.0929-1.1179 0.2635-0.79728-0.54357 0.45827-1.6963 1.4996-3.2177 2.4296-4.7725l-11.028 8.0329 1.8753 0.67174 14.442-4.1984 3.3866-1.6374 1.2875-1.3994 0.11195-1.0916c-0.38536 1.141-1.7187 2.039-3.1086 2.7546-0.48628 0.2498-1.2593 0.69012-0.42235-0.0765l0.91914-0.99969c0.76683-0.83114-0.16127-0.19004-0.73281-0.041 0.06365-1.3076 0.33572-1.6424 0.54571-2.2671l0.15007 0.86486c0.14908 0.56718 0.3062 0.46751 0.85318 0.12764 0.55861-0.35965 1.0648-0.85923 1.5718-1.3564l-0.09796-0.25891-2.0852 1.3225-0.20626-3.1456-1.3974-0.59535c-0.2855-0.12165-0.4582-0.21222-0.55902-0.21075z",fill:"#887c74"}),/*#__PURE__*/React.createElement("path",{d:"m47.796 97.099c0.30529-0.25854 1.2716-1.3578 1.7021-1.3458 0.35604 0.3439 0.42815 0.47358 0.87994 0.61455l-0.24663 1.7802-2.5693 1.6326z",fill:"#e7c763"}),/*#__PURE__*/React.createElement("path",{d:"m51.615 59.238c-1.6868 0.3319-2.9395 1.2035-4.4336 1.9395-1.8023 0.04396-3.4807-0.0746-5.2832-0.31641-1.8829 0.4336-2.9143 2.3405-3.623 4.2949l-0.55274 3.8789c-0.64347 1.304-1.2622 2.5124-1.5352 3.9805 0.02866 0.02498 0.05729 0.04924 0.08594 0.07422-0.15505 0.44672-0.34291 0.87897-0.07031 1.3027 0.47695 0.69992 1.3966 1.258 2.0957 1.7051 0.0086-0.02792 2.9057 1.716 3.5 1.9023 2.17e-4 1.79e-4 -2.17e-4 0.0018 0 2e-3 0.2281 0.793 0.68049 1.4042 1.6836 1.9785 2.8759 1.2834 8.1293 1.2218 9.4004 0.17773 0.0024-0.01886-0.0023-0.03315-2e-3 -0.05078 0.12797-0.04196 0.27408-0.07887 0.37695-0.12695 1.5268-0.7634 2.5452-1.2445 3.7598-2.5137l0.69336-1.0488 1.7812-2.7715c0.7589-1.245 1.4766-2.2766 1.8594-3.7012-1.2141-2.4777-4.9108-5.2757-6.1934-7.6992-1.0856-1.2439-1.9268-2.4585-3.543-3.0078z",fill:"#fde759"}),/*#__PURE__*/React.createElement("path",{d:"m55.133 84.666c-0.87162 0.04662-1.6393 0.29362-2.5039 0.50976-1.0375 0.40988-1.7228 0.33501-2.8145 0.35547-0.34532 0.0072-0.55954 0.02553-0.73828 0.06836 0.01034-0.01408 0.0147-0.02481 0.02539-0.03906-1.3495 0.2699-1.5361 0.44778-1.5879 1.7383 0.6427 1.7078 2.549 1.7431 4.1016 1.4688l1.4062-0.35742c0.0023-0.01166-0.01225-0.01859-0.01367-0.0293 0.48456-0.16014 0.94803-0.36659 1.4121-0.57812 0.72207-0.42032 1.0651-0.94457 1.4258-1.6484 0.14968-0.80922-0.03385-1.192-0.71289-1.4883z",fill:"#fde759"}),/*#__PURE__*/React.createElement("path",{d:"m38.36 70.734c-0.65904 0.4769-1.7062 1.447-2.0132 2.1236-0.15184 0.5328-0.46458 1.0369-0.14436 1.5347 0.47695 0.69992 1.3982 1.2582 2.0973 1.7053 0.0086-0.02792 2.9052 1.7166 3.4995 1.9029-0.23955-1.3392-0.06634-2.3181 0.27048-3.3881-1.2786-1.1072-1.6065-2.3048-2.2128-3.5877-0.13225 0.83062 0.78599 2.9189 1.1571 3.4735-1.7426-0.31247-2.419-2.0862-2.6616-3.6967-0.0049-0.01086 0.0186-0.06855 0.0075-0.06754z",fill:"url(#n)"}),/*#__PURE__*/React.createElement("path",{d:"m47.701 70.887c-0.0536-0.25793-0.11748-1.8248 0.31207-1.872 0.42954-0.04721 0.82726 1.179 0.95697 1.6719-0.41412 0.04845-0.82222 0.10181-1.269 0.20011z",fill:"url(#k)"}),/*#__PURE__*/React.createElement("path",{d:"m52.439 74.461c-0.09437 0.0046-0.19251 0.02074-0.29297 0.05273-0.80367 0.25595-0.76172 1.1621-0.76172 1.1621 0.79354-0.54005 1.2339-0.65387 2.2051-0.68945 0 0-0.48979-0.55727-1.1504-0.52539zm-6.0117 1.0332c-0.09437 0.0046-0.19056 0.02269-0.29102 0.05469-0.80365 0.25594-0.76367 1.1621-0.76367 1.1621 0.79354-0.54005 1.2339-0.65388 2.2051-0.68945 0 0-0.48979-0.55922-1.1504-0.52734z",fill:"url(#o)"}),/*#__PURE__*/React.createElement("path",{d:"m41.799 78.001c-0.17697-0.13998-0.21497-2.1564 0.0043-2.3235 0.77823 7.1249 11.324 2.5532 11.079 4.4807-1.2711 1.0441-6.5249 1.1053-9.4008-0.17812-1.0031-0.5743-1.4541-1.1861-1.6822-1.9791z",fill:"url(#p)"}),/*#__PURE__*/React.createElement("path",{d:"m49.102 85.561c-2.3961 3.193 4.0523 2.1584 3.9187 2.8499l-1.4052 0.35624c-1.5526 0.27438-3.4596 0.23867-4.1023-1.4691 0.05177-1.2905 0.23933-1.4672 1.5888-1.7371z",fill:"#e3c265"}),/*#__PURE__*/React.createElement("path",{d:"m48.172 96.733c0.42135 0.40478 1.1216 0.95576 2.0583 0.74218 0.12016 0.72888 0.18883 0.9354 0.39582 1.5833 0.07298 0.72144 0.27752 1.2158 0.30677 2.1374-1.9499-0.10311-4.2219-1.5875-5.1062-3.0577 1.1514 0.01288 1.6189-0.70097 2.3453-1.4052z",fill:"url(#j)"}),/*#__PURE__*/React.createElement("path",{d:"m51.643 61.535c-2.6633 0.19323-2.5553 3.1748-2.5215 5.6797l0.55664 3.3828c1.8438-0.07503 3.1836-0.07374 5.3145 0.63477 0.4119-3.1827 0.81719-8.0246-2.0312-9.5996-0.50195-0.09567-0.93789-0.12526-1.3184-0.09766zm-8.9727 1.0684c-2.3304 0.8146-2.5667 2.4133-2.6719 4.6895 0.31166 2.647 1.2563 4.8323 2.4492 6.7051 1.3998-1.8369 3.325-2.5653 4.2559-2.8594 0.03835-1.9504-0.37574-4.0356-0.74414-5.709-1.0607-2.5565-2.0752-2.7616-3.2891-2.8262zm13.883 15.414-1.2109 0.86133c0.50983 0.04825 1.0069 0.64635 1.1055 1.6504l0.14062-0.41797c0.14343-0.87765 0.0029-1.3109-0.03516-2.0938zm-11.951 2.3516c0.21032 0.50561 0.59733 2.0016 1.3145 2.4277-0.19343-0.54283-0.62233-1.5157 0.09766-2.0156z",fill:"#fff"}),/*#__PURE__*/React.createElement("path",{d:"m63.985 61c0.46321 0.89201 4.3145 0.7484 4.7499-0.05937 0.58247-1.3042 0.5531-1.5683 0.63331-2.0187-2.2574-0.6523-4.4552-0.24468-5.9176 0-0.16293 0.62448 0.18134 1.3504 0.53437 2.0781z",fill:"url(#i)"}),/*#__PURE__*/React.createElement("path",{d:"m68.042 67.076c-1.6606 2.8705-4.7036 3.8065-7.5926 1.1351l-0.09633-2.2434c2.8148 0.27902 5.457 0.37633 7.7879 0.37603z",fill:"url(#m)"}),/*#__PURE__*/React.createElement("path",{d:"m68.398 69.767-2.0368 2.2803c2.607-0.05971 4.117 0.62983 6.1497 2.032zm-7.1643 1.2101-1.4251 1.8377 6.1199-0.73777zm4.845 2.0548c-0.8832-0.0039-1.733 0.04264-2.5493 0.13916 1.8935 0.56523 2.8788 1.0351 4.6707-0.03955-0.7273-0.06343-1.4344-0.09666-2.1214-0.09958zm4.8922 4.9286c-2.6412 4.5824-2.4592 3.7059-5.8582 1.8604 1.4564 1.7957 2.9478 3.1174 3.4689 3.546z",fill:"#dfd9c9"}),/*#__PURE__*/React.createElement("path",{d:"m54.799 0.76172-0.61133 0.25c-8.2744 4.6867-16.938 8.5207-19.689 25.275-4.6612 2.9042-8.1036 6.1566-11.303 9.4785 1.2595 1.1743 4.9425 1.5337 9.6973 2.2969l0.80273-5.9609 3.4727-2.0352c0.48416-1.4883 0.89552-2.9765 1.668-4.4648 0.4241-0.81361 0.88523-1.3529 1.8398-1.6816 8.2378-4.0129 14.334-4.9323 21.111-6.8359-5.1703 0.63798-10.364 1.4773-19.248 4.5605-1.2745 0.44263-1.5843 0.81999-1.0977-0.90625 0.79912-4.1353 2.6534-7.9425 4.8574-11.184-1.2701 2.5156-1.8958 5.105-2.2852 7.7207 2.6582-5.3562 5.4752-10.61 9.9375-14.807 0.49197-0.6066 0.88911-0.56615 1.5488-0.41406 4.4453 1.0314 10.417 4.8929 15.016 10.85-1.8295-2.9069-4.6187-7.8801-12.061-10.688l-3.6562-1.4551zm15.717 12.143c0.46183 0.73381 0.86495 1.3381 1.2637 1.7402-0.40681-0.59849-0.82998-1.1784-1.2637-1.7402zm20.146 8.8145c1.6519 2.3018 2.3521 4.2577 3.2227 6.2754 2.4433-1.4104 4.2968-3.2798 6.0781-5.2051-3.9423-0.72297-7.075-1.0937-9.3008-1.0703z",fill:"#bcad9d"}),/*#__PURE__*/React.createElement("path",{d:"m51.82 61.51c-4.0156 0.01759-2.6291 5.7481-2.1384 9.0871 0.35309-3.9907 0.15798-6.6266 3.2795-8.9636-0.42173-0.0855-0.80079-0.12503-1.1411-0.12354zm-9.1407 1.2659c-4.0958 0.06153-2.8767 7.5952-0.23232 11.222-1.1679-5.0164-1.7092-7.9875 1.6783-10.989-0.54178-0.16616-1.0223-0.23976-1.446-0.23339z",fill:"#e5dfd1"}),/*#__PURE__*/React.createElement("path",{d:"m88.971 97.781c-0.55851 0.01362-1.1043 0.04942-1.6582 0.0957l-0.2793 0.41211c-0.64172 0.76613-1.2849 1.532-1.9258 2.2988 1.0689 0.18685 2.2277 0.58152 2.877 1.1445 0.10829 0.36978 0.1964 0.76589 0.27539 1.168 0.04681 0.32566 0.10155 0.67037 0.16797 1.0684 0.0034 4e-3 0.0083 6e-3 0.01172 0.01 0.08483 0.6247 0.14232 1.2366 0.16797 1.7637-0.68753 0.55742-1.4708 1.1411-2.0938 1.623 0.08449 0.43527 0.20916 0.6267 0.57617 0.61915 1.1173-0.0753 2.2298-0.0344 3.3457 0.0195 2.3468 0.32357 4.1479 1.7873 5.373 3.2461 0 0 0.0074-0.0245 0.0078-0.0254 0.06181 0.0833 0.1314 0.1616 0.19141 0.24609-1.8933 4.9656-7.4301 4.4858-11.678 2.9688-4.8209-1.7469-9.1756-1.0508-12.814 1.5332-0.91237 1.0608-1.4691 1.8043-1.9766 2.9648-0.02049 0.0204-0.11133 0.10156-0.11133 0.10156-0.03789 0.13457-0.08762 0.31574-0.13476 0.48828-0.02132 0.0566-0.04312 0.0975-0.06445 0.15625 0.0076-2e-3 0.01585-2e-3 0.02344-4e-3 -0.51235 1.9298-1.2079 5.6157 2.2188 6.5527-3.6392-4.8765 0.703-6.8442 5.3008-6.666 0.89203 0.10481 1.8086 0.25487 2.7266 0.41015 4.2301 1.4242 9.9501 3.8008 14.516 2.9473 0.01064 2e-3 0.02257 4e-3 0.0332 6e-3 0.02099-8e-3 0.04152-0.0159 0.0625-0.0234 0.84328-0.16673 1.6502-0.4335 2.3926-0.85352-0.0929 5e-3 -0.19459-6e-3 -0.28906-4e-3 3.8523-1.7219 7.1725-4.3153 8.4824-8.9746-3e-3 -3.8822-0.11923-6.0448-4.7734-11.004l-2.3164-1.8965c-0.9179-0.0985-1.687-0.81862-2.1621-1.3008 0.29512 0.5613 0.54012 1.2716 0.50977 1.9648-0.24214 0.16946-0.44009 0.0772-0.71875-0.0469-0.89252-0.61416-1.6557-1.4674-2.3672-2.1582-0.84828-0.68759-1.3685-0.7175-2.1621-0.81836-0.6057-0.03781-1.1759-0.04682-1.7344-0.0332z",fill:"#e6c764"}),/*#__PURE__*/React.createElement("path",{d:"m88.971 97.781c-0.55851 0.01362-1.1043 0.04942-1.6582 0.0957l-0.2793 0.41211c-0.64172 0.76613-1.2849 1.532-1.9258 2.2988 1.0689 0.18685 2.2277 0.58152 2.877 1.1445 0.10829 0.36978 0.1964 0.76589 0.27539 1.168 0.04681 0.32566 0.10155 0.67037 0.16797 1.0684 0.0034 4e-3 0.0083 6e-3 0.01172 0.01 0.08483 0.6247 0.14232 1.2366 0.16797 1.7637-0.68753 0.55742-1.4708 1.1411-2.0938 1.623 0.08449 0.43527 0.20916 0.6267 0.57617 0.61915 1.1173-0.0753 2.2298-0.0344 3.3457 0.0195 2.3468 0.32357 4.1479 1.7873 5.373 3.2461 0 0 0.0074-0.0245 0.0078-0.0254 0.06181 0.0833 0.1314 0.1616 0.19141 0.24609-1.8933 4.9656-7.4301 4.4858-11.678 2.9688-4.8209-1.7469-9.1756-1.0508-12.814 1.5332-0.91237 1.0608-1.4691 1.8043-1.9766 2.9648-0.02049 0.0204-0.11133 0.10156-0.11133 0.10156-0.03789 0.13457-0.08762 0.31574-0.13476 0.48828-0.02132 0.0566-0.04312 0.0975-0.06445 0.15625 0.0076-2e-3 0.01585-2e-3 0.02344-4e-3 -0.51235 1.9298-1.2079 5.6157 2.2188 6.5527-3.6392-4.8765 0.703-6.8442 5.3008-6.666 0.89203 0.10481 1.8086 0.25487 2.7266 0.41015 4.2301 1.4242 9.9501 3.8008 14.516 2.9473 0.01064 2e-3 0.02257 4e-3 0.0332 6e-3 0.02099-8e-3 0.04152-0.0159 0.0625-0.0234 0.84328-0.16673 1.6502-0.4335 2.3926-0.85352-0.0929 5e-3 -0.19459-6e-3 -0.28906-4e-3 3.8523-1.7219 7.1725-4.3153 8.4824-8.9746-3e-3 -3.8822-0.11923-6.0448-4.7734-11.004l-2.3164-1.8965c-0.9179-0.0985-1.687-0.81862-2.1621-1.3008 0.29512 0.5613 0.4904 1.1501 0.46005 1.8433-0.24214 0.16946-0.534 0.0827-0.66903 0.0746-0.89252-0.61416-1.6557-1.4674-2.3672-2.1582-0.84828-0.68759-1.3685-0.7175-2.1621-0.81836-0.6057-0.03781-1.1759-0.04682-1.7344-0.0332z",fill:"url(#q)"}),/*#__PURE__*/React.createElement("path",{d:"m95.443 98.873c0.29512 0.5613 0.49039 1.1502 0.46004 1.8435-1.6569 0.94367-2.5599-0.35326-3.9288-1.4392-0.598-0.43148-1.0254-0.10156-1.0254-0.10156-1.4936 1.1221-2.5983 2.6585-2.4512 3.8867 0.07858 0.62794 0.17842 0.4618 0.79688 0.60352 1.6186 0.3457 5.6789 1.3335 6.6133 2.7148 1.1597 1.7144-0.06191 4.7695-0.0918 4.8438 0.06181 0.0833 0.1314 0.1616 0.19141 0.24609-1.8933 4.9656-7.4301 4.4858-11.678 2.9688-4.8209-1.7469-9.1756-1.0508-12.814 1.5332-0.91237 1.0608-1.4688 1.8043-1.9766 2.9648 0.28335-0.28143 2.413-2.3052 5.709-2.584 3.4861-0.29487 14.198 5.8429 20.967 5.6953 3.8517-1.7218 7.1708-4.316 8.4805-8.9746-3e-3 -3.8822-0.11923-6.0448-4.7734-11.004l-2.3164-1.8965c-0.9179-0.0985-1.687-0.81861-2.1621-1.3008zm-7.1836 4.0273c0.04681 0.32566 0.10155 0.67037 0.16797 1.0684 0.0034 4e-3 0.0083 6e-3 0.01172 0.01-0.04883-0.35962-0.10912-0.71892-0.17969-1.0781zm-18.967 16.627c-0.02132 0.0566-0.04312 0.0975-0.06445 0.15625 0.0076-2e-3 0.01585-2e-3 0.02344-4e-3 0.01511-0.0569 0.02633-0.0986 0.04102-0.15235zm24.816 3.3789c-0.03181 6e-3 -0.06378 0.0116-0.0957 0.0176 0.01064 2e-3 0.02257 4e-3 0.0332 6e-3 0.02099-8e-3 0.04152-0.0159 0.0625-0.0234z",fill:"#fde859"}),/*#__PURE__*/React.createElement("path",{d:"m80.696 21.103c-17.484-0.03861-33.147 5.3252-47.001 10.999-0.28485 2.2944-0.52692 4.5324-0.75214 6.6656 0.62746-0.41239 1.2522-0.82944 1.8758-1.249-1.0919 7.1702-2.4007 13.69-3.7864 19.978l-0.1179-3.6682-1.4654 7.191 1.2666-1.7812-0.57395 3.4437 4.6312-0.07916 1.0885-2.9687 0.41562 2.5729 0.11875 0.59374 0.77186-0.87082 0.27708 1.0687 1.4843 0.47499c1.209-2.2422 2.2586-2.8499 4.7499-2.5531 0.84452 0.01059 3.8323 0.81283 4.2716-0.1131-2.6158-6.941-3.0506-15.167-3.4894-23.269-0.84482 6.5426-1.4661 13.219-1.5674 20.208-1.1488-4.797-1.9097-9.9265-2.0152-15.618-0.45219 2.8672-0.91274 5.6507-1.5114 7.0532-0.25398-4.1607-0.63588-9.0887-1.0238-14.053 12.471-8.4534 25.657-16.672 51.875-10.721 0.71853 0.16182 1.4688 0.3424 2.0827 0.49509 0.2711-0.40444-1.1218-2.2619-1.7047-3.1905-3.3626-0.41003-6.6628-0.60244-9.9006-0.60959zm4.9095 4.2887c1.245 2.9798 2.7266 6.0388 3.287 9.4941 0.01653-0.22119 0.03035-0.44016 0.04948-0.66347 0.08671 0.20341 0.17852 0.42006 0.27198 0.65404 1.061 2.82 1.0502 5.8797 0.99466 8.8458 0.64074 0.20762 0.95762-1.0174 1.0042-1.4428 1.0491-6.9331-0.89888-12.527-5.6073-16.888zm-28.884 1.4683c-1.54 1.9018-3.0324 3.8275-4.1562 5.9374 0.03314-0.49753 0.19496-0.54469 0.03958-1.702-1.6059 0.98145-3.0648 2.1588-4.3541 3.5624 0.5905-1.3906 0.73123-2.7813 0.80062-4.1719-0.95546 3.0753-2.0677 5.7072-2.4255 8.2933 1.4-2.0689 2.9955-3.9907 4.4967-5.5504-0.09447 0.56358-0.45947 1.0427-0.69973 1.5114-1.1139 2.9738-1.9312 5.5343-2.3102 8.2226-0.04237 0.30182-0.08162 0.6153-0.11751 0.94209 0.46783-0.62526 0.73912-1.373 1.0283-2.0275 0.10535 1.9111-0.06912 2.8792 0.7557 3.8625 0.06661-0.31247 0.13789-0.57929 0.21585-0.85628 0.17692-6.5923 4.2165-12.54 6.7265-18.024zm34.146 0.65891c0.92937 2.2644 1.4156 3.8565 1.6809 5.1135-7.12e-4 -0.0066-9.1e-4 -0.01288-0.0016-0.01948 0.86394 2.1713 0.96459 4.038 1.3435 6.1056 0.31726-1.7409 0.45161-3.8753 0.08728-4.9709-0.68747-2.0374-1.4245-4.0804-3.1101-6.2287zm-23.679 0.39188c-2.7795 4.2798-5.3925 7.3614-6.5164 11.897 1.6214-3.6582 3.2926-6.7734 5.2569-9.7422-1.4411 4.2798-3.3216 7.72-3.5075 11.717 0.32548-0.5032 0.44-1.2331 0.78392-1.69 0.63271-3.7517 2.4731-8.0402 3.9831-12.182zm-6.5582 0.70452c-0.78459 0.72146-1.5167 1.6186-2.1946 2.6003-0.05806 0.08409-0.11842 0.16444-0.17565 0.24978l-0.11194 0.48983c-0.26966 0.65099-0.53738 1.2941-0.79868 1.9288-1.2207 2.9827-2.8351 6.2887-2.5832 9.4207 0.46336-0.70354 0.89365-1.6269 1.1431-2.2695 0.72547-4.5691 2.4564-8.34 4.721-12.42zm10.869 1.2547c-5.6249 7.7857-5.9912 10.569-6.5791 13.564-0.07215 0.36752-0.14727 0.7379-0.23634 1.1215 0.923-2.2695 1.7761-4.3194 2.824-6.1845 0.10717-0.18885 0.22389-0.36898 0.35292-0.524-0.2514 1.4751-0.3653 2.8755-0.25187 4.2264 0.19426-0.32819 1.2927-4.6636 2.1784-6.3815-0.10165 0.63598-0.19363 1.2396-0.27522 1.8138-0.95017 5.3173-0.43056 9.0181 1.3156 11.789 1.145-0.03805 3.5507-5.4339 3.2173-5.8642-0.75345 1.421-2.0005 3.4914-2.8215 3.8354-1.1666-5.7784-0.58539-11.472 0.27592-17.396zm10.972 0.22389 0.30986 3.3467c-7.52e-4 -0.42501-0.0047-0.95076-0.01345-1.3557 0.25092 2.0369 0.86439 4.0881 1.0809 5.9563 0.04417 0.14502 0.08821 0.28378 0.13205 0.41894-0.02904-0.0033-0.05842-0.0057-0.08829-7e-3 0.03402 1.2899 0.20604 2.5588 0.23711 3.7962 0.05264 2.0788-0.22866 4.2073-0.11875 6.0235 0.8871-0.49712 1.5138-2.208 1.6934-3.2327 0.01438 0.39461 0.01848 0.78021 0.06997 1.1475 0.11083 0.64925 0.21144 1.3798 0.43734 1.6115 0.77892-1.6135 1.4511-3.2751 1.637-4.7136-0.46494 1.4214-0.93303 2.8141-1.4586 3.6899 0.3614-1.8147 0.71968-3.6315 0.64368-5.7378-0.53854 0.80266-0.79444 1.033-1.0076 1.7634-0.03478-0.53037-0.03225-0.98614-0.15624-1.6949-0.02054-0.06432-0.04145-0.1274-0.06231-0.19057 0.0067-0.01927 0.01343-0.0382 0.01964-0.05922-0.58998-3.9398-1.798-7.4677-3.3557-10.762zm-6.1016 0.44785c0.44387 0.94783 0.48689 3.0654 0.62056 5.3078 0.30861-1.2539 0.18519-2.8582-0.12037-4.2397 1.1034 4.1491 2.2667 8.8276 2.7035 13.146 0.6425 0.1348 1.1141 0.56969 1.6569 0.91597 0.98959-2.3955 1.0925-4.3934 1.2913-6.496-0.42491 2.4005-0.89029 4.5176-1.5058 5.5842-0.40543-4.8146-1.0688-10.923-4.6461-14.218zm-38.733 5.0682c-0.72398 7.9114-2.2339 14.251-3.6982 20.682 0.59274-5.7728 1.1717-11.569 0.89849-18.785 0.93382-0.62834 1.8657-1.2626 2.7997-1.8972zm50.514 6.632c-0.31333 1.41-0.76449 2.7849-1.1725 4.1695l-2.6869 6.5775c-0.93934 2.3231-1.9345 4.6222-2.9281 6.9224-1.9102 2.0449-4.8952 3.3189-7.0061 4.4036l0.88071 0.31666 0.76196 0.08906c2.5823-1.3731 5.3957-1.5684 8.1144-0.89061 1.4298-1.4582 2.5211-3.3611 3.3678-4.8654 0.09768 1.9841-0.23225 3.7344-0.62976 5.6538 0.66907-0.45729 1.1705-1.082 1.7074-1.6794-7e-3 0.53277 0.03311 1.0486 0.13993 1.5675 1.5733-1.9607 2.3816-3.6625 2.7709-5.8358 0.26781 1.5292 0.28874 2.7177 0.26486 4.2237 3.0032-7.273-0.06895-12.396-1.0901-16.639 0.53025 3.3466 1.0466 8.2719 0.47499 9.9748-0.46892-4.6807-1.9237-9.7566-2.9696-13.988z",fill:"url(#c)"}),/*#__PURE__*/React.createElement("path",{d:"m49.191 95.924-0.3864 0.20518-2.0206 1.964-3.3727 0.02798-6.4655 3.7785c-3.597-0.40926-6.9495-3.1128-8.9145-4.4923-0.15533-2.5691-0.38894-5.0512 0.16792-7.557 0.97389-1.3271 1.9586-2.6454 2.9669-3.9465l2.0712-9.4603c-2.3582-2.8237-0.07781-4.9355 2.0992-5.094l2.1132-2.589 0.29389 0.48981-1.1755 2.463s-2.3498 0.61532-2.3511 1.4554c-0.0018 0.84011 1.9312 1.2035 1.9312 1.2035 0.53178 0.93495 1.5432 1.349 2.4351 1.9312l-2.7166 0.83424c-1.0952 0.19661-0.78268 0.56844-0.6092 1.544l1.1401 6.4108c0.48002 1.8079 0.37098 1.8853-1.1727 2.715l-4.0591 2.1818c-1.2356 0.63484-1.299 0.57473 0.0387 0.9432l1.8128 0.49934c2.1762 0.26015 2.0333 1.6697 2.601 3.5875l1.3797 4.6603c0.16871 0.62101 0.44368 0.62347 0.92769 0.28014l4.4362-2.7485 2.2111-3.3307 0.53179-1.3715 0.25189-3.1348-0.13844-1.5905c0.89536 2.1627 2.1347 4.4684 2.1816 6.7405 1.4813-0.40895 3.003-1.4652 4.5202-2.449l-2.4226 3.6777z",fill:"#dfd9c9"}),/*#__PURE__*/React.createElement("path",{d:"m80.018 45.02-3.4336 8.8906c1.5288-0.07742 3.367-0.55351 4.8789-1.5938 2.1836-3.0215 1.1913-5.669-1.4453-7.2969zm-29.393 2.1543c-0.65793 1.3166-0.67686 2.8243 0.13281 4.6777 1.5117 1.5683 3.0325 2.0096 3.8691 2.2012z",fill:"#fff"}),/*#__PURE__*/React.createElement("path",{d:"m78.336 44.928c-3.5075 0.14771-4.2059 2.7005-4.5391 4.5645-0.36631 3.3162 0.76089 4.3651 2.8477 4.373 2.7911-0.04225 4.1425-3.1301 4.4707-5.0195 0.25104-2.4418 0.43714-2.9192-1.0977-3.8262-0.62287-0.08607-1.1806-0.1129-1.6816-0.0918z",fill:"url(#e)"}),/*#__PURE__*/React.createElement("path",{d:"m56.205 44.242c-1.3401-0.01403-2.4768 0.35929-3.2227 0.63867-1.2043 0.7055-3.6018 2.5475-1.7949 6.2812 1.1595 2.5648 4.1254 3.5174 6.541 2.3301 3.4447-1.8086 2.7421-5.4697 2.9199-7.5645-1.5592-1.2696-3.1033-1.6715-4.4434-1.6855z",fill:"url(#f)"}),/*#__PURE__*/React.createElement("path",{d:"m59.625 49.496c-0.07629 0.03908-0.2132 0.21096-0.43945 0.54492-2.518 3.1761-4.499 2.8612-6.6113 1.4121-0.55098-0.40341-0.97466-0.80301-0.63867 0.16602 0.52371 1.3728 2.2963 2.1526 4.2402 1.9473 1.8445-0.1948 3.0999-1.8594 3.4668-3.3164 0.06902-0.51802 0.10957-0.81905-0.01758-0.75391zm20.725 0.41602c-0.03248-4e-3 -0.13246 0.14693-0.30078 0.39258-2.5786 3.5866-4.7038 2.5415-5.5098 0.78125-0.19804-0.5822-0.32948-1.0754-0.4707-0.12109-0.07341 0.896 0.34395 2.2315 2.2031 2.4258 2.0803 0.21737 3.4675-1.5831 3.9746-2.9414 0.10089-0.37463 0.136-0.53309 0.10352-0.53711z",fill:"#a6aed6"}),/*#__PURE__*/React.createElement("path",{d:"m55.424 44.055c-3.1822 0.06878-6.37 2.6512-4.2363 7.1074-0.21124-3.2892 0.41452-6.4403 7.2188-6.3145-0.86225-0.55936-1.9217-0.8159-2.9824-0.79297zm23.01 0.72852c-4.0989-0.10926-5.3452 4.7131-4.3906 7.7363 0.20814-4.7625 1.6147-5.9801 4.7871-6.7422 0.80683-0.05453 0.88804 0.2777 1.2461 0.59961 0.52814 0.64299 0.83454 1.5439 1.0391 2.4688 0.13914-0.95573 0.17516-1.9853 0.18945-2.7266-0.44869-0.77142-1.2595-0.96343-2.0137-1.2461-0.2988-0.05311-0.58416-0.08256-0.85742-0.08984z",fill:"#212848"}),/*#__PURE__*/React.createElement("path",{d:"m58.656 45.178c-0.10306 0.01822-0.20014 0.06388-0.2832 0.14453-0.33224 0.32261-0.15005 1.2617 0.2207 1.5586s1.0208 0.24497 1.2715-0.10156-0.0028-0.97021-0.30664-1.2539c-0.22795-0.21277-0.59317-0.40231-0.90234-0.34766zm21.803 0.41797c-0.25825-0.04045-0.51629 0.01475-0.71289 0.20117-0.39321 0.37284-0.2629 1.4039 0.11914 1.8125s1.122 0.60293 1.5254 0.20508 0.16758-1.4595-0.2207-1.8477c-0.19414-0.1941-0.45269-0.33064-0.71094-0.37109zm-27.725 5.627c-0.22652-0.03396-0.47363 0.06934-0.59961 0.23438-0.16798 0.22005-0.14134 0.62073 0.06836 0.83203 0.2097 0.2113 0.72102 0.33601 0.94922 0.08398 0.2282-0.25203 0.0605-0.88853-0.20312-1.0684-0.06591-0.04496-0.13934-0.07071-0.21484-0.08203zm22.037 0.14453c-0.15192-0.02104-0.30432 0.01389-0.41602 0.125-0.22339 0.22222-0.12066 0.82739 0.10156 1.0508s0.60864 0.30621 0.83203 0.08398c0.22339-0.22222 0.11871-0.82739-0.10352-1.0508-0.11111-0.11169-0.26214-0.18794-0.41406-0.20898z",fill:"#fff"}),/*#__PURE__*/React.createElement("path",{d:"m58.232 76.947c-0.26193-6e-6 -0.51762 0.02648-0.76562 0.07422-0.12445 0.2185-0.56901 0.68717-0.90625 1.0547 0.06097 0.50358 0.13721 1.1082 0.0957 1.6445l1.6191-1.4453c0.16953-0.1514 0.38009-0.22638 0.58984-0.22461 0.23778 2e-3 0.47295 0.10083 0.64453 0.29297 0.32302 0.3617 0.29141 0.91335-0.07031 1.2363l-2.4297 2.1699c-0.36169 0.32302-0.91138 0.29139-1.2344-0.07031-0.32303-0.3617-0.29336-0.9114 0.06836-1.2344 0.16116-0.14347 0.32164-0.28778 0.48242-0.43164-0.08613-0.47636-0.30558-0.85835-0.82031-1.1074-0.21552 0.16234-0.81289 0.52229-1.0547 0.67383-0.16114 0.43559-0.24998 0.90689-0.25 1.3984-1.8e-5 2.226 1.8052 4.0312 4.0312 4.0312 2.2259-2.7e-5 4.0293-1.8052 4.0293-4.0312-1.9e-5 -2.2259-1.8034-4.0312-4.0293-4.0312zm1.9199 1.1836h0.13476l0.10938 0.16211 0.10938-0.16211h0.13477l-0.16602 0.24609 0.17188 0.25586h-0.13281l-0.11719-0.17187-0.11719 0.17187h-0.13477l0.17383-0.25586zm1.2305 1.8145h0.1543l0.18555 0.5h-0.13086l-0.03125-0.08984h-0.20117l-0.03125 0.08984h-0.13086zm0.07813 0.11719-0.07031 0.19922h0.13867zm-1.3027 0.24219c0.23776 2e-3 0.47488 0.10082 0.64648 0.29297 0.32303 0.3617 0.29141 0.91335-0.07031 1.2363l-2.4297 2.1699c-0.36169 0.32302-0.91331 0.29139-1.2363-0.07031-0.32302-0.3617-0.29141-0.91335 0.07031-1.2363l2.4297-2.1699c0.16955-0.15142 0.38005-0.22445 0.58984-0.22266zm-5.2754 1.3496h0.14063l0.11328 0.17774 0.11328-0.17773h0.14258l-0.19141 0.28906v0.21094h-0.12891v-0.21094zm1.4473 1.9727h0.19336c0.06947 0 0.12128 0.01025 0.15234 0.03125 0.03127 0.02099 0.04687 0.05534 0.04687 0.10156 0 0.02432-0.0061 0.04335-0.01758 0.06055-0.01145 0.017-0.02717 0.03082-0.04883 0.03906 0.02769 0.0081 0.04732 0.02328 0.0625 0.04492 0.0152 0.02165 0.02344 0.04667 0.02344 0.07813 0 0.04826-0.01625 0.08571-0.04883 0.10938-0.03262 0.02367-0.0819 0.03516-0.14844 0.03516h-0.21484zm0.12891 0.08789v0.10547h0.07227c0.02032 0 0.03637-0.0049 0.04687-0.01367 0.01055-0.0089 0.01563-0.02167 0.01563-0.03906 0-0.01719-5e-3 -0.03018-0.01563-0.03906-0.01055-0.0091-0.02656-0.01367-0.04687-0.01367zm0 0.19336v0.13086h0.07617c0.02591 0 0.04565-0.0044 0.05859-0.01562 0.01324-0.01098 0.01953-0.02868 0.01953-0.05078 0-0.02164-0.0066-0.03811-0.01953-0.04883-0.01288-0.01092-0.03247-0.01563-0.05859-0.01563z",fill:"#475f66"}),/*#__PURE__*/React.createElement("path",{d:"m58.874 78.146c-0.03963 1.3e-5 -0.07921 2e-3 -0.10646 0.0066-0.17109 0.02636-0.31284 0.09783-0.43432 0.21894-0.12114 0.12077-0.19223 0.26175-0.21887 0.43402-0.0084 0.05401-0.0084 0.15739 0 0.21484 0.05079 0.34726 0.32944 0.61691 0.67786 0.65605 0.0488 0.0052 0.15953 2e-3 0.20781-0.0066 0.13191-0.02322 0.25144-0.07657 0.35268-0.15733 0.16261-0.12971 0.26577-0.32087 0.2862-0.53042 0.0079-0.08002-0.0018-0.18976-0.02181-0.26417-0.08345-0.30274-0.32627-0.51858-0.63634-0.56559-0.02755-0.0039-0.06721-0.0066-0.10683-0.0066zm-2.482 2.1991-0.04244 0.0032c-0.29942 0.02302-0.56539 0.22987-0.6634 0.51597-0.03114 0.09095-0.0374 0.13171-0.0374 0.24654 0 0.11349 0.0041 0.14397 0.03309 0.23502 0.09079 0.28586 0.34343 0.49255 0.64707 0.52934 0.0562 0.0068 0.1629 2e-3 0.22443-0.0098 0.27432-0.05329 0.49689-0.24767 0.58408-0.51017 0.04136-0.12455 0.0509-0.24408 0.02952-0.37054-0.0512-0.30304-0.28294-0.5483-0.58471-0.61879-0.02254-0.0052-0.04281-0.0096-0.045-0.0096-0.0036 0-0.03671 0.06636-0.07413 0.14843-0.0091 0.02008-0.01575 0.02936-0.01736 0.02472-0.0018-0.0039-0.0095-0.03464-0.01771-0.06802-0.0083-0.03335-0.01978-0.07319-0.02551-0.08852zm3.775 0.05434c-0.12374 1.17e-4 -0.22329 0.02327-0.33584 0.07816-0.37986 0.18528-0.53784 0.64488-0.3519 1.0239 0.04163 0.08484 0.09148 0.15274 0.16157 0.21994 0.11835 0.11349 0.27008 0.18547 0.43527 0.2065 0.04985 0.0066 0.16545 0.0046 0.21159-0.0032 0.1661-0.02844 0.30496-0.09975 0.42196-0.2167 0.12647-0.12642 0.20159-0.28207 0.22204-0.46015 0.0067-0.05833 0.0027-0.16279-0.0086-0.2218-0.01886-0.09895-0.05968-0.19962-0.11426-0.28179-0.07817-0.11771-0.17692-0.20463-0.30244-0.26633-0.1122-0.05511-0.213-0.07843-0.33938-0.07831zm-2.438 2.1993c-0.01628-5.36e-4 -0.03279-3.6e-4 -0.04925 1.57e-4 -0.24947 0.0089-0.4758 0.13586-0.61578 0.34534-0.04358 0.06525-0.08797 0.16874-0.10646 0.2484-0.01834 0.07908-0.02458 0.19018-0.01466 0.26417 0.01819 0.13716 0.06761 0.25921 0.14998 0.37031 0.03286 0.04433 0.10737 0.11898 0.15121 0.15153 0.11814 0.08767 0.24713 0.13693 0.40062 0.153 0.02805 0.0026 0.13735-0.0013 0.17109-0.0066 0.35087-0.05473 0.61419-0.32898 0.65296-0.6801 0.0061-0.05544 0.0027-0.1587-0.0068-0.21051-0.02042-0.10997-0.05844-0.20463-0.11844-0.29478-0.1373-0.2063-0.36881-0.33374-0.6143-0.34109z",fill:"#b42320"}),/*#__PURE__*/React.createElement("path",{d:"m44.232 80.676c-0.02933-0.01451-0.08228-0.0086-0.5957 0.06445-0.3658 0.05205-0.57266 0.08439-0.5918 0.0957-0.03544 0.02093-0.06638 0.06993-0.06641 0.10547 0 0.01425 0.04188 0.32644 0.09375 0.69336 0.05188 0.36692 0.0939 0.66782 0.0918 0.66992-0.0021 0.0021-0.30463 0.04715-0.67187 0.09961-0.37152 0.05307-0.68483 0.10398-0.70508 0.11328-0.04386 0.02023-0.06836 0.06356-0.06836 0.12109 0 0.02341 0.03422 0.28117 0.07617 0.57422 0.05308 0.37078 0.08305 0.54124 0.0957 0.56055 0.01 0.01526 0.03513 0.03661 0.05664 0.04687 0.03819 0.01821 0.05444 0.01663 0.71875-0.07812 0.37407-0.05335 0.68505-0.09279 0.68945-0.08789s0.04816 0.29512 0.09766 0.64453c0.04951 0.34941 0.09496 0.65845 0.10156 0.6875 0.01576 0.06945 0.06335 0.10783 0.13281 0.10742 0.02677-1.6e-4 0.28514-0.03433 0.57617-0.07617 0.57287-0.08236 0.57009-0.08135 0.60742-0.15625 0.01852-0.03715 0.01687-0.05178-0.07813-0.7207-0.06387-0.4498-0.09374-0.6852-0.08594-0.6875 0.0065-0.0019 0.29708-0.04413 0.64648-0.09375s0.65427-0.09461 0.67773-0.09961c0.05064-0.0109 0.10398-0.05715 0.11328-0.09961 8e-3 -0.0366-0.14547-1.1202-0.16406-1.1582-0.0191-0.03907-0.06802-0.07179-0.10938-0.07227-0.07078 0.0044-0.12804 0.01005-0.19922 0.01562 0.03421 0.26333 0.17773 0.77344 0.17773 0.77344-0.2193-0.12247-0.4779-0.48129-0.61328-0.71094l-0.72656 0.10156c-0.0033-0.0033-0.04957-0.31131-0.10352-0.68359-0.10539-0.72728-0.10309-0.71501-0.17383-0.75zm8.3359 1.4922c-0.04998-2.7e-4 -0.08788 0.0075-0.13281 0.0293-0.06276 0.03041-0.10726 0.07621-0.13672 0.13672-0.02534 0.05204-0.3682 0.98756-0.375 1.0234-0.01161 0.06111 2.5e-4 0.1312 0.03125 0.18945 0.04374 0.08219 0.11945 0.13932 0.21289 0.1582 0.11851 0.02395 0.24922-0.03606 0.3125-0.14258 0.0088-0.01478 0.02994-0.06339 0.04687-0.10938 0.25176-0.68322 0.32758-0.88919 0.33398-0.91211 0.01081-0.03863 0.01106-0.10713 0-0.14844-0.03551-0.13263-0.15654-0.22388-0.29297-0.22461zm-2.5195 0.625c-0.11016 0-0.20901 0.05706-0.26172 0.15234-0.01338 0.02419-0.35322 0.94379-0.37109 1.0039-0.03121 0.10502-0.0013 0.22022 0.08008 0.29883 0.05068 0.04896 0.10705 0.07368 0.18555 0.08398 0.05032 0.0066 0.13414-0.01367 0.18359-0.04492 0.04432-0.02801 0.09246-0.08283 0.11328-0.12891 0.01691-0.03743 0.35773-0.96882 0.36523-0.99805 0.0251-0.09787-0.0091-0.21733-0.08398-0.28711-0.05903-0.055-0.12917-0.08008-0.21094-0.08008z",fill:"#2f2f2f"}),/*#__PURE__*/React.createElement("path",{d:"m72.297 70.287 1.0215 0.74024c1.2963 0.2561 1.8719 0.33767 2.8984 1.2734 2.0399 2.4799 3.1659 4.7157 3.4629 8.2129-0.4029 3.1034-1.486 5.5264-3.1465 8.5312-2.8288 4.4145-5.1893 7.4287-9.3223 11.301-2.3726 2.268-5.5336 3.9478-9.1621 4.75-2.1168 0.33297-5.5885 0.55338-6.3926 0.83008-3.5447 1.6522-6.3908 4.0129-5.7402 8.332 2.377 6.7117 12.698 5.749 20.266 2.1777 3.5169-2.0586 6.3219-3.6354 9.4609-6.2148 4.4131-3.9318 7.6012-7.3579 10.914-11.297 4.2225-5.0472 6.7993-11.525 6.8301-17.326-1.1866-6.8105-3.4324-15.311-9.9375-17.885-4.8167-0.97441-10.84 1.4854-11.152 6.5742z",fill:"url(#b)"}),/*#__PURE__*/React.createElement("path",{d:"m80.625 69.875c1.5022 3.3883 2.6375 13.047-0.625 18.25s-9.9555 15.274-15.985 17.539c-5.0375 1.8917-11.582 1.3167-13.515 3.3362s-0.87241 5.4852 4.75 6.75 13.422-1.8191 25.696-10.517c10.708-11.754 20.304-24.196 3.3272-41.463-2.4692-0.3298-4.862-0.33009-7.1231 0.23808 0 0 1.9723 2.4789 3.4746 5.8671z",fill:"url(#a)"}),/*#__PURE__*/React.createElement("path",{d:"m59.003 111.46c5.162 0.0838 12.811-1.5708 23.19-7.6131 10.416-10.411 14.631-29.585 3.884-36.96-5.3475-3.3399-3.2387-0.85775-2.1146 2.6244 2.4629 7.7142 3.4249 20.516-8.4625 30.613-7.1822 6.1002-15.374 8.0132-17.464 8.5373-8.3189 1.9877-3.0568 2.7069 0.96677 2.798z",fill:"#fde759"}),/*#__PURE__*/React.createElement("path",{d:"m54.797 0.76172c-0.50513-0.0016845-0.95922 0.11551-1.457 0.36328-13.129 6.5408-18.129 16.323-19.514 24.771-3.9491 2.7998-7.1857 5.6856-10.395 9.0879-0.55729 0.64304-0.60631 1.1148-0.19727 1.4141 1.0373 0.75056 6.1118 1.5512 9.4199 1.8223-0.64551 8.3674-2.1173 16.459-3.7988 24.383l1.4648-1.8613-0.47461 2.2168 4.9863-0.07813c0.45382-0.86908 0.81198-1.7188 0.94922-2.6934 0.27409 1.0013 0.43824 1.9487 0.51562 2.8516l0.75195-0.55469 0.35547 0.71289 1.1719 0.46094c-0.49766 1.1125-0.91501 2.659-1.0938 4.8125l-2.3027 2.7559c-1.0843 0.05237-2.1871 0.48507-3.375 2.6094-0.11002 0.22096 0.07392 0.86628 0.17969 1.0371 0.39747 0.48249 0.78871 0.95705 0.75 1.3066-0.30448 3.0849-1.2994 6.6885-1.9785 10.055-1.3234 1.4017-2.6669 2.787-3.168 4.9082v5.4258c-0.12229 0.80494 0.23496 1.0548 0.80078 1.4648 2.624 1.8996 6.0877 3.884 8.0664 4.2715 0.87098 0.0415 3.8812-1.939 6.9277-3.8398l2.375 0.03906c1.3905 1.6736 3.104 2.7602 4.9922 2.8457 0.11638 1.1479 0.18716 2.2252 0.29102 2.3984l0.0059 4e-3c-0.3753 0.16747-0.74775 0.45267-0.83789 0.88867-0.0996 0.48172 0.42393 0.85886 0.84766 1.0898-1.1567 0.4572-2.3237 1.233-3.3047 2.2207-1.2397 1.2482-2.1852 2.8409-2.3711 4.5723-1.6e-4 9.6e-4 0 3e-3 0 4e-3 -0.12776 1.3552 0.46336 2.8859 1.252 3.9219l2e-3 2e-3c1.9105 2.4696 5.3466 3.3216 9.0586 3.1602 3.4811-0.1514 7.2313-1.1934 10.312-2.709 0.80431 0.42034 2.4408 0.16234 4.6602-0.47461-0.82728 1.0492-1.811 2.6145-2.0312 5.5488-0.21625 2.561 1.4984 4.4432 2.8906 5.1856 0.88211 0.30591 0.78744-0.36212 0.04492-1.2324-0.89345-1.0306-1.3587-1.945-1.3691-2.8281-0.0213-1.7997 2.0382-3.2105 5.6641-3.3867 4.4495-0.25653 11.154 4.2209 16.863 3.7617 0.75015-0.0618 1.4589-0.26106 2.207-0.57812 5.5536-2.1055 9.7163-5.302 10.094-11.188 0.15788-4.8818-3.5278-8.5303-7.2129-12.18-3e-5 -0.0691-0.0074-0.14676-0.02148-0.23438-0.50069-1.5674-1.5041-2.3824-2.6328-3.0078-0.69522-0.2108-1.0471-0.24542-1.584-0.17969-1.2832 0.16622-3.0083 0.6248-3.75 0.7207-0.29777-0.28156-0.58977-0.53919-0.90039-0.69531 2.5967-3.889 4.3951-8.0187 4.6641-12.369 0.28494-3.015-0.66129-8.3487-2.8457-12.867-1.0927-2.2603-2.4975-4.3141-4.2383-5.748-0.75591-0.56875-1.479-1.0516-2.2344-1.3809 1.089-0.98052 1.8797-2.13 3.1797-4.4258-0.13901 2.0161-0.3746 3.855-0.80664 5.5781 0.58878-0.4168 1.2598-0.83434 1.7031-1.5195-0.0271 0.64565 0.08266 1.1076 0.2793 1.4551 2-2.3226 2.7372-4.2585 2.8555-5.7285 0.17034 2.4729 0.16101 4.6933-0.16797 6.2051 2.0653-2.0228 2.5421-3.8686 3.918-9.8555l0.27734 6.9668c0.36956-1.3396 0.49618-2.0815 0.73242-3.6426 1.0339-14.777-0.23447-24.338-2.2168-30.379 2.2143-1.6252 3.7323-2.8278 6.0742-5.3027 0.21745-0.21395 0.26136-0.45891 0.10742-0.6582-2.4246-2.0312-7.3547-4.4958-14.633-6.0312-7.1236-6.9656-13.178-13.428-29.791-15.541-0.36064-0.083049-0.68332-0.12752-0.98633-0.12891zm0.26758 0.75586c0.24468 2e-3 0.49232 0.019545 0.74609 0.046875 8.785 0.94964 18.602 3.665 29.225 15.295 5.1384 1.4864 10.682 2.1929 14.576 5.8906-17.272-3.8129-37.86-2.7926-65.863 9.0254 6e-3 -0.04166 0.01013-0.08335 0.01563-0.125l-0.01758 0.125c-2.7911 1.1779-5.6552 2.461-8.5977 3.8594 2.8478-1.1507 5.6862-2.3135 8.543-3.4531l-0.79883 5.8809c-3.2611-0.58168-9.0897-1.617-8.9453-2.4551-0.01288-0.91285 4.0121-4.7222 10.549-9.3203 1.7704-12.787 11.071-21.398 19.33-24.609 0.42797-0.12234 0.83044-0.16379 1.2383-0.16016zm2.0215 0.8125c6.8435 2.0531 11.739 8.911 15.152 12.854-3.669-5.142-6.6175-10.472-15.152-12.854zm-3.6895 0.3457c-8.3883 6.2647-8.9819 12.522-10.529 18.129 2.1859-7.0723 4.8453-13.438 10.529-18.129zm19.365 13.436c-11.754 0.02024-23.81 2.7728-36.305 9.4492 11.68-5.6842 24.734-10.416 47.021-8.7344-3.5448-0.4714-7.1169-0.72086-10.715-0.71484zm8.9199 5.2402h2e-3c2.1378-0.0013 4.3292 0.06219 6.5781 0.19727 5.2293 7.1948 6.3733 11.438 5.6289 17.17-0.15892-1.862-0.32007-4.4358-1.3438-6.1055 0.18363 1.67-0.03142 3.1204-0.12305 4.6562 0.12191-0.92359 0.30179-2.6389 0.35742-3.5625 0.89966 2.1032 0.84491 5.3429 0.4375 9.877 1.5872-7.5776 2.5614-12.761-4.9473-22.035 0.76774 0.04623 1.5427 0.10091 2.3242 0.16406 6.3232 9.9476 5.9828 26.831 5.2598 36.674-0.14239-2.5018-0.42659-4.5431-0.18555-8.291-0.83124 5.2645-1.4887 10.996-3.8398 14.406 0.17541-2.2811-0.05014-5.5237-0.47461-6.9648 0.0452 2.8773-1.5273 5.7868-2.5039 6.5645-0.15771-0.7557 0.04499-1.5119 0.25195-2.2676-0.75994 1.2281-1.3608 1.7297-2.0488 2.3828 0.62445-2.3326 0.77367-3.9732 0.80859-6.4531-1.051 2.4459-2.3229 4.3812-3.832 5.9023 0 6.52e-4 -0.0029 0.0014-0.0039 2e-3 -1.2428-0.21874-2.5549-0.39671-3.7207-0.27344-1.234 0.10588-2.2754 0.31937-3.1562 0.61328l-0.02344-1.002c1.2967-0.70783 2.6027-1.5224 3.9609-2.4746 0.15828-0.12246 0.47121-0.53719 0.56641-0.75195l4.1992-10.596-4.5078 10.436c-0.13017 0.29002-0.42362 0.77649-0.70703 0.95508-3.561 2.5284-7.1395 4.3204-12.029 5.6309-2.6866 0.34448-9.16-0.3966-10.998-0.875-0.68478-0.65594-1.1456-1.6075-1.6191-2.3496-1.5627-2.1443-2.3004-3.137-3.7285-3.6445-0.34815-0.10229-0.64574-0.23708-0.96289-0.22656-1.2573 0.14902-2.2359 0.94685-3.1855 1.4863-2.2814-11.11-2.4226-16.645-1.5352-21.387 1.3186-2.2529 2.72-3.9726 4.1797-5.3086-0.14417 0.40867-0.22511 0.56452-0.33594 0.83984 0.26701-0.52491 0.70063-1.1546 0.69922-1.5117-1.5173 1.5827-3.0615 3.0741-4.3984 5.2578 0.43171-2.0385 1.0485-3.9746 1.7578-6.2012-1.8392 5.3586-4.4645 10.369-0.61133 28.443-0.37136 0.19167-0.7406 0.33166-1.125 0.36523-1.8495 0.09741-3.5519-0.72475-5.6152-0.26758-0.41367 0.18653-1.4244 0.68256-2.291 2.2969l-1.2363-0.2832c-0.1708-0.58054-0.20437-1.1597-0.27734-1.7402-0.23681 0.70205-0.52874 1.183-0.87109 1.4629-0.11748-1.6574-0.20253-2.623-0.59375-3.7207-0.39583 1.2336-0.79168 2.7992-1.1875 3.5625l-4.2344-0.03906c0.60151-1.3807 0.4737-3.1995 0.59375-4.8691-0.38236 1.1364-0.77904 2.22-1.291 2.8379 2.2884-9.1686 2.7453-18.744 3.9531-28.152 14.295-5.7023 29.07-10.815 47.986-10.83zm10.742 15.918c-0.4493 2.8214-0.68676 4.8494-2.2148 6.4531 0.44913-5.3964-0.57391-7.8727-1.2676-9.5-0.34821 4.0656-0.1773 7.7067-2.7305 13.576-0.0697-0.02171-0.11439-0.33986-0.1582-0.67188-0.0465 0.4905-0.10658 0.9844 0 1.4238 1.7941-3.0243 2.5156-7.2158 3.127-13.457 1.2089 3.3369 1.0563 6.946 0.59375 10.172 1.5392-1.9564 2.4204-4.5288 2.6504-7.9961zm-1.7617-15.551c2.8825 0.23459 5.8601 0.58476 8.9434 1.0664-1.5845 2.2094-3.9582 3.8907-5.7207 5.209-0.97578-2.8427-2.1095-4.8705-3.2227-6.2754zm-24.734 8.3477c-1.7614 4.8291-4.4962 9.6575-3.7051 14.486 0.20871-1.2465 0.0384-2.2713 1.0703-3.998-0.17795 4.1993 0.14761 5.1035 0.51367 7.0078 0.69529-3.0154 1.888-5.8375 3.4043-8.6289-1.233 2.253-2.5051 4.5361-3.4434 7.5996-0.596-2.3324-0.26732-4.7384-0.27734-6.8086-0.44811 0.53299-0.84269 1.1548-1.0684 2.0586 0.16765-3.9056 2.301-7.811 3.5059-11.717zm0 0c-1.8796 2.8408-2.9313 4.4179-4.248 7.3516-0.20146-0.20942-0.40457-0.40765-0.61133-0.59375 0.72215-2.0433 1.6013-3.6462 2.4258-5.4746-1.067 1.7865-1.9393 3.5663-2.5801 5.3398-0.42511-0.36774-0.8621-0.68279-1.3145-0.9375 1.1884-1.5004 2.4775-2.9234 3.8945-4.4023-1.4491 1.4923-2.7623 2.8707-3.9805 4.3535-0.82036-0.44585-1.6898-0.69168-2.627-0.68164 0.15114-0.37584 0.30501-0.75324 0.46289-1.1367-0.16282 0.35971-0.338 0.74008-0.51562 1.1387-0.44906 0.0092-0.91283 0.07708-1.3945 0.20898 0.10995-0.15207 0.21938-0.3055 0.33008-0.45703-0.11376 0.15279-0.22641 0.30609-0.33984 0.45898-1.9516 0.53778-4.1862 2.1316-6.8301 5.168 0.49092-2.0158 1.1407-3.5967 1.8223-5.6621-0.95976 2.2736-1.5275 4.1159-1.9141 5.7676-0.2535 0.29329-0.51038 0.5979-0.77148 0.91797 0.25387-0.28418 0.50292-0.55471 0.74805-0.81641-0.33463 1.4509-0.5311 2.7572-0.73047 4.082 0.42933-0.77389 0.88904-1.5073 1.2129-2.4219-0.0338 1.533 0.13918 2.9622 0.70117 4.1973 1.0452-4.1371 3.129-7.5381 5.4414-10.777 0.5387-0.16971 1.0567-0.26189 1.5566-0.2832-0.95284 2.1803-1.9675 4.934-2.1367 8.4121-2.3092 0.3127-4.5326 1.9936-5.3477 6.582l1.5762 1.4512c-0.02991-0.10521-0.04267-0.20336-0.06836-0.30664-0.66797-6.502 3.9319-7.8883 8.2227-6.4082 0.52586 0.27424 1.0232 0.58131 1.4863 0.90625-0.03134 1.7768 0.10852 3.1591-0.875 5.3301-0.61139 1.5101-2.3795 2.2939-3.8105 2.4004-2.1429 0.13494-4.0668-1.4486-4.5254-2.6113 0.69827 1.7744 2.5882 3.049 4.5527 2.8906 1.9724-0.15913 5.0871-0.89673 4.9258-7.082l-0.01758-1.043 0.33398 0.15625c-0.6388-0.94675-3.5113-2.5823-6.3008-2.2773 1.4158-3.0835 2.9562-5.5407 4.7188-7.8008 0.4869 0.23409 0.96632 0.53106 1.4453 0.88086-0.77957 2.2165-1.1972 4.4208-1.1855 6.6133 0.45886-2.0239 1.2016-4.0132 2.0742-5.9062 0.17545 0.15024 0.35261 0.30646 0.5293 0.46875-0.1623-0.18962-0.32682-0.37349-0.49219-0.54883 1.2788-2.7592 2.8258-5.3078 4.1562-7.4473zm-8.5781 3.8184c0.323-0.71365 0.60704-1.3574 0.79883-1.9297-0.26966 0.651-0.53753 1.295-0.79883 1.9297zm0.79883-1.9297 0.29297-0.75586-0.54492 0.6582 0.36328-0.39258zm9.0625 6.9785c0.13887-0.16985 0.27168-0.37121 0.43555-0.41602-0.20962 1.9402-0.34451 4.2767-0.17773 6.3555 0.36398-1.8833 0.48666-4.9067 2.0703-8.1172-0.45021 3.1312-0.96319 6.1862-0.20312 9.2383 0.28436 1.1418 0.74845 2.5992 1.459 3.7441 1.9618-1.7664 2.969-4.2251 3.3711-6.123 0.29948 0.55097 0.23957 1.6118 0.35547 2.377 1.6565-2.6668 2.6522-6.7354 2.7422-12.162 0.48487 1.4546 0.90442 3.0948 1.2461 4.7285-0.34917 0.2334-0.69698 0.47212-1.0469 0.69141 0.35181-0.21552 0.70301-0.44285 1.0547-0.66016 0.44399 2.129 0.74408 4.2211 0.89062 5.8984-2.412-0.5545-4.2231 0.85085-6.0859 3.5449 0.38772-0.31764 0.7072-0.56634 1.0762-0.86523-0.74069 1.5684-0.97345 3.9272-0.58008 5.0469 0.56948 1.239 1.841 1.8185 3.0508 1.7031 2.2003-0.19739 3.8661-2.2189 4.2461-5.0723-0.52266 2.0108-1.7533 4.9144-4.9414 4.8438-0.37129-0.02369-0.80431-0.14915-1.2031-0.38476-1.6776-1.1772-1.2659-3.7271-0.69726-5.502 0.13616-0.35166 0.2816-0.64531 0.46484-0.9082 0.4804-0.38735 0.9961-0.8118 1.4277-1.1504 3.481-1.8802 6.6325 0.70487 6.082 4.8105-0.09038 0.67413-0.494 0.99307-0.78516 1.7617l1.584-1.3809c0.15864-2.7957-0.61119-4.531-1.5703-5.4824 0.66396-2.2469 1.038-4.9298 1.3262-7.7402 0.29084 0.13293 0.58501 0.31815 0.88477 0.56445 0.39409 3.2261 0.5261 7.713-0.04102 11.018 0.86012-0.8694 1.5094-2.0839 1.959-3.625 0.056 0.26316 0.11199 0.34853 0.16797 0.51758-0.0507-0.35512-0.05751-0.75344-0.07031-1.1465-0.32518 1.3773-1.0184 2.7283-1.6934 3.2324 0.16354-3.1625 0.23717-6.3544-0.11914-9.8203 0.84737 0.76978 1.7344 2.0367 2.6758 4.002-0.94616-2.244-1.8476-3.6261-2.7188-4.4141-0.2117-1.8889-0.55497-3.862-1.082-5.957 0.0349 1.6198 0.0097 3.4272-0.09766 5.2246-1.3925-0.49175-2.7192 0.29666-4.041 1.1758-0.45012-2.2538-1.0419-4.6786-1.7578-6.873 0.55654 5.1916-0.48528 11.569-2.2969 13.875 0.0742-1.4381-0.09363-1.8679-0.47461-2.4551-0.23836 2.5509-2.3067 5.8359-3.2715 6.2656-0.518-0.77819-0.95265-2.1972-1.2363-3.0508-0.81335-2.4472-0.6159-5.4666 0.19726-10.555-0.9506 1.8763-1.5853 4.1503-2.1797 6.3828-0.0935-1.093 0.13052-2.771 0.25195-4.2266-0.27184 0.32498-0.45211 0.71067-0.64844 1.0859zm15.854-3.9395c0.21055 0.65167 0.40832 1.6555 0.57031 2.8652-0.2685-0.21471-0.53364-0.37376-0.79688-0.48633 0.0789-0.78768 0.15325-1.5829 0.22656-2.3789zm-26.137 0.4082c0.82794 0.0052 1.612 0.20257 2.377 0.55664-1.6524 2.0467-3.1316 4.3111-4.5391 7.3457-0.15202-2.1022 0.75665-4.8558 1.9668-7.9004 0.065-2e-3 0.13084-2e-3 0.19531-2e-3zm-1.8398 0.29492c-2.334 3.1661-4.514 6.382-5.3086 10.043-0.64075-0.75976-0.59894-2.4469-0.75586-3.8633-0.31289 0.70568-0.5819 1.4562-1.0293 2.0273 0.14359-1.3072 0.34244-2.4008 0.57812-3.3887 2.5734-2.7309 4.6734-4.2314 6.5156-4.8184zm5.918 1.3066c0.21067 0.159 0.42153 0.32954 0.63281 0.50781-0.52138 1.1681-1.0858 2.5513-1.7598 4.3105 0.26656-1.9239 0.66211-3.469 1.127-4.8184zm20.506 0.42969v2e-3c0.0318-3.59e-4 0.0637-3.59e-4 0.0957 0 0.34101 0.0059 0.68752 0.07001 1.0391 0.20898-0.18941 2.8756-0.5965 5.693-1.2988 7.6855-0.52847-0.4728-1.1535-0.71941-1.8047-0.81836-0.13804-1.5172-0.43967-3.642-0.9082-5.9941 0.9425-0.57585 1.8903-1.0702 2.877-1.084zm-15.086 20.963c-0.92542 0.0052-1.8518 0.10434-2.8066 0.27148-0.23988 0.05524-0.3323 0.078-0.35547 0.32422-0.0504 0.69434 0.45429 1.4594 0.72266 2.0078l-0.05859-0.13867c-0.25388-0.65821-0.46295-1.1726-0.45703-1.5605 0.0125-0.31238 0.13172-0.30591 0.32227-0.33789 1.4453-0.2164 2.8844-0.50919 5.1973-0.03516 0.10403 0.03197 0.17235 0.09394 0.17969 0.24024 0.0318 0.6526-0.19662 1.1898-0.43359 1.7734 0.28725-0.56884 0.61902-1.2064 0.71875-1.8535h2e-3c0.02231-0.07755 0.17356-0.26988 0.27148-0.3418-1.2079-0.27252-2.1916-0.31039-3.3027-0.34961zm-15.076 1.0156c0.51178-0.0066 1.0095 0.24287 1.3965 0.51758 1.1828 0.85869 2.574 2.6168 3.9707 4.793 0.35621 0.63587 0.77762 1.2937 1.2285 1.7363 1.0703 1.044 2.5947 2.0552 3.0273 3.1699 0.36056 0.94288-1.6683 4.395-2.959 6.3203 0.32373-0.99227 0.16711-2.0572-0.75391-3.127-0.53501-0.69172-1.3222-1.2187-2.2656-1.5898-1.1686-0.44036-2.5965-0.64517-3.6836-0.67969-0.53526-0.01464-1.0803 0.0013-1.627 0.04492-1.4114-7.9731 0.43974-9.0588 2.459-9.0508 1.1388 0.13496 2.2192 1.0384 2.7344 2.9004 0.51834 1.8735 0.30933 3.1728 0.11719 6.7852 0.30884-2.1597 0.78631-4.5024 0.0059-7.1152-0.81596-2.3239-1.9918-2.7852-3.0957-2.7852-0.30908 2.1e-5 -0.6121 0.03643-0.90039 0.07813-1.8054 0.344-2.799 2.9476-1.3242 9.1875-0.57081 0.04564-1.1417 0.12148-1.7051 0.22852-0.44145 0.08387-0.86494 0.18901-1.2676 0.3125 0.0744-6.2377-1.8652-8.7549-3.6992-8.6152-1.322 0.16003-2.8586 0.50652-3.1445 3.9844-0.0716 2.7294 1.4273 5.7868 2.4922 7.3613-1.929-3.2851-2.2629-5.3046-2.252-7.25 0.0109-1.9319 0.77775-3.2383 1.8418-3.666 1.9485-0.53553 4.3972-0.28092 4.7598 8.1855-0.4123 0.12656-0.80288 0.27339-1.1719 0.4375 0.28885-0.26035 0.32278-0.84423 0.19727-1.2812-0.0913 0.20896-0.29736 0.34362-0.52539 0.34375-0.31698 0-0.57422-0.25724-0.57422-0.57422s0.25724-0.57422 0.57422-0.57422c-0.23124-0.22068-0.49665-0.25356-0.71875-0.16016-0.4891 0.22646-0.47915 1.0443-0.30273 1.5156 0.16792 0.44868 0.5944 0.93498 1.0703 0.85938-0.94747 0.45873-1.737 1.0399-2.3418 1.7031-0.6341 0.69531-1.0654 1.4816-1.2676 2.3164-0.25395 0.84691-0.26206 1.5728-0.08398 2.1914-1.999-1.2929-5.0819-2.586-5.2695-3.8789-0.17508-1.1801 0.79116-2.7656 1.4629-4.1953 0.22674-0.38071 0.21148-0.6278 0.22266-1.0234 0.11212-3.8862 1.6061-6.8539 3.2129-7.6289 0.78535-0.28914 2.8493-0.03022 4.2344 0.16016 2.5452 0.4573 3.561-1.1224 5.4121-1.8379 0.16976-0.06749 0.34307-0.09748 0.51367-0.09961zm25.432 3.7812-0.0625 0.9707c-0.29673 0.12412-0.55708 0.24111-0.83984 0.32813l-1.3379-0.20703c0.74959-0.33183 1.494-0.69501 2.2402-1.0918zm3.7578 0.36133c1.1748-9e-3 2.446 0.2907 3.4922 0.75 0.74014 0.32988 1.4426 0.76344 2.0996 1.3047 1.6465 1.3563 3.015 3.3397 4.082 5.5469 2.134 4.4145 3.0568 9.7367 2.7891 12.559v0.0098c-0.25907 4.212-2.0228 8.252-4.584 12.084-0.30486 0.5743-0.7083 1.2864-1.0371 1.8594-3.1584 4.2699-7.193 8.2509-11.076 11.9-2.4291 2.122-5.2146 3.9905-7.7734 5.4609-0.90145 0.47439-1.9143 0.91082-2.748 1.3223-3.0131 1.4868-6.7198 2.5184-10.113 2.666-3.6048 0.15678-6.8236-0.68277-8.5625-2.9297-0.69896-0.9189-1.239-2.3708-1.1328-3.5039 0.1676-1.5554 1.0341-3.0397 2.2012-4.2148 1.0479-1.0551 2.3374-1.8548 3.5312-2.2402 0.89747-0.24605 2.471-0.48338 3.582-0.58399 2.0629-0.18933 4.2107-0.41709 8.6113-2.6348h2e-3c1.4298-0.76426 4.2083-3.1134 6.4961-5.6094 2.2878-2.496 4.5501-5.3729 5.8672-7.6641 1.71-2.9749 3.1037-5.6844 3.416-8.8145 0.12634-0.87597-0.13422-2.5463-0.81059-4.3223-0.61383-1.6118-1.5728-3.305-2.9121-4.5332-0.22693-0.22245-0.44073-0.38144-0.71484-0.50586-0.55346-0.24976-1.1088-0.38178-1.6387-0.50586l-1.0918-0.69141c0.41843-1.5383 0.85716-2.9982 1.6797-3.9629 0.43211-0.49091 0.98215-0.95013 1.6953-1.3418 0.74148-0.35234 1.5664-0.92164 3.8574-1.3477 0.25683-0.03695 0.52188-0.05454 0.79297-0.05664zm-6.0371 0.95898 0.62891 0.20898c-0.55358 0.35764-1.0089 0.75863-1.3848 1.1855-1.1437 1.2993-1.5354 2.8138-1.7695 4.0137l-3.4121-2.166c-0.11935-0.06929-0.18596-0.09888-0.23047-0.0957-0.0445 0.0032-0.06732 0.03936-0.10156 0.10156l-0.052734 0.11328c-9e-3 -0.46517 0.04444-0.92319 0.14062-1.2949 2.195-0.43382 4.1513-1.1922 6.1758-2.0566zm-16.277 1.375 2.0508 0.23633c0.15873 0.56164 0.08714 1.0386 0.05664 1.5293-0.8693-0.55031-1.5964-1.154-2.1074-1.7656zm2.4219 0.13867c2.7132 0.27318 5.1363 0.42172 7.209 0.375-0.0925 0.76421 0.01846 1.3932 0.03906 2.082l-1.5723 3.3691 1.8945-3.5996c0.0668-0.17687 0.11975-0.08932 0.25586-0.0059l5.7109 3.5215c0.16244 0.08016 0.12637 0.09971 0.05078 0.24805l-0.99805 1.959c-0.0535 0.1148-0.04689 0.11976-0.13672 0.03516l-4.5293-4.2656c-0.18008-0.15193-0.21127-0.18422-0.29883-0.07422l-1.9082 2.375c-0.0768 0.0708-0.06836 0.12582-0.06836 0.22461v0.64453l0.04492-0.60156c-6e-3 -0.10022 0.02068-0.13555 0.08398-0.20508l1.7695-1.9453c0.17661-0.20947 0.13504-0.16705 0.32031 0.01367l4 3.9023-3.9297 9.2871-9.1289-9.4844 9.0234 9.7344-0.51758 1.2207c-0.16744 0.32241-0.15126 0.60254-0.14648 0.95312l0.1875 13.748c-1.4554 1.4072-3.2572 2.7394-4.1758 3.2305-4.3849 2.2095-6.5014 2.4289-8.5527 2.6172-1.1455 0.0212-2.2969 0.27581-3.2637 0.32812-0.62286-0.16857-1.3225-0.49127-1.4609-0.9375-0.14763-0.47586 0.34397-1.0182 1.1074-1.207-0.0723 0.0106-0.15414 0.0291-0.24219 0.0527-0.45932-0.55911-0.21889-3.9552-0.95898-5.3809-0.0554-0.106-0.11837-0.24789-0.14648-0.36719-0.0987-0.6274 0.02175-1.0355 0.14648-1.4395 0.0268-0.09979-0.04809-0.20366-0.16016-0.25-0.16513-0.04708-0.31348-0.07972-0.43945-0.21484-0.0497-0.05728-0.22906-0.14949-0.0918-0.37305 0.87736-1.2857 1.5438-2.6324 2.6816-3.8438l-0.46484 0.05469c-0.38496-0.41273 0.27897-2.2058 0.41992-3.1797 0.5612-0.1648 1.1017-0.36859 1.584-0.57422 0.82915-0.36382 1.5571-0.91327 1.9121-1.998 0.0633-0.24752 0.06378-0.47025 0.01758-0.66406 0.0611 0.0069 1.0133 0.11578 1.6152 0.32812 1.0334 0.35095 1.9059 0.32486 2.8652-0.10547 1.5114-0.68209 2.337-2.4716 2.6484-3.8633 0.21622-1.6596-0.52414-3.4319-2.4805-4.8203 2.0973 1.7126 2.5176 3.4436 2.2207 4.8789-0.28657 1.3272-1.1022 2.9441-2.6426 3.5977-0.6468 0.28132-1.3857 0.4053-2.0488 0.18555-0.78837-0.22946-2.2246-0.55032-2.3496-0.57812-0.20501-0.27746-0.54024-0.4216-0.89063-0.37695-1.6095 0.23716-2.7666 0.67168-3.5176 0.83203-0.65569 0.08613-2.2837-0.075-3.2793 0.28516-0.31128 0.09306-0.51816 0.30498-0.59961 0.58789-0.0466 0.20574-0.06549 0.41052-0.05859 0.60742-0.3497-0.0059-0.86444 0.21752-1.4023 0.375-0.96268 0.28115-1.9245 0.36176-2.9883 0.17188-0.51316-0.10588-1.1437-0.31793-1.6465-0.62695-1.3963-0.85974-2.1928-2.0768-2.2422-3.7383-0.15166-2.1328 1.4942-4.2695 2.5898-4.8203 0.48913 1.0842 1.6002 1.7939 2.9258 2.2305 0.18879 0.50114 0.33152 1.0023 0.60352 1.4648 0.13538 0.22965 0.39398 0.58847 0.61328 0.71094 0 0-0.14352-0.51011-0.17773-0.77344-0.0207-0.13402-0.03064-0.26556-0.02344-0.39062 0.0197-0.28721 0.11559-0.50918 0.27539-0.67969 1.7388 0.33656 3.609 0.30766 4.8633 0.09375 1.0474-0.17861 2.4016-0.67273 3.6641-1.3867v-2e-3h2e-3c0.24242-0.15189 0.8375-0.5117 1.0527-0.67383 0.68135 0.3297 0.77154 0.86281 0.94141 1.625 0.03742-0.06853 0.06903-0.14308 0.0957-0.2207 0.07105-0.17233 0.09522-0.33014 0.11328-0.58984 0.04151-0.5363-0.03473-1.141-0.0957-1.6445 0.33724-0.36752 0.7818-0.83619 0.90625-1.0547l2e-3 -2e-3c0.22617-0.32687 0.40493-0.6652 0.52539-1.0137 0.0754-0.10906 0.14743-0.21352 0.2207-0.32031 0.0122 0.0059 0.94702 0.45073 1.7578 0.90039-0.74984-0.42923-1.6889-0.94559-1.7168-0.96094 1.0262-1.4977 1.8685-2.8081 2.9805-4.6484l4.6953 1.1016-4.582-1.2988c0.19709-0.41009 0.22939-1.0394 0.12891-1.4766l4.4531 2.7754c-1.5897-1.3621-3.7756-2.3415-5.2812-3.8867 0.0157-0.81108 0.03853-1.5445-0.0039-2.1641zm-9.3906 2.0098c-0.70202 0.08152-0.7839 1.0041-0.73828 1.416 0.0657 0.49897 0.40044 1.1036 0.92383 1.0801 0.49238-0.02209 0.73764-0.72392 0.70898-1.2695-0.13599 0.18305-0.36763 0.26801-0.58984 0.2168-0.30885-0.0714-0.50112-0.37865-0.42969-0.6875 0.0714-0.30882 0.37867-0.50107 0.6875-0.42969-0.1189-0.14586-0.32814-0.31982-0.5625-0.32617zm-13.812 1.0117c-0.26694 0.77224-0.69723 1.5521-0.9668 2.2109-0.32655-0.01412-0.85832-0.03787-0.94336-0.03906zm13.438 1.5195c0.14129-6.53e-4 0.28448 2.26e-4 0.43164 0.0039 1.8721 0.10339 3.822 0.44643 5.2324 1.5547 4.389 4.2117-2.4793 7.9535-5.875 8.5254-3.3528 0.5647-10.966 0.23912-8.5352-6.0527 0.18039-0.47439 0.48598-0.84111 0.79492-1.1797 1.4732-1.4639 3.1131-2.1937 5.0488-2.5742 1.0451-0.15744 1.9134-0.27061 2.9023-0.27734zm23.139 0.64844c0.36402 0.09237 0.73111 0.20286 1.0957 0.36133 0.30385 0.10846 0.54831 0.3305 0.76367 0.5293 1.3001 1.2033 2.2402 2.8647 2.8438 4.4492 0.66932 1.7575 0.92068 3.4267 0.80274 4.2422v0.0039c-0.12902 1.2966-0.44588 2.5217-0.89648 3.7266l-0.10156-0.22461c-0.0286-0.0876-0.07624-0.05464-0.13477-0.0332l-6.957 2.5215c-0.22749 0.05584-0.20348 0.10262-0.20117 0.32031l0.0957 8.9082c-0.34641 0.3974-0.69594 0.78902-1.0469 1.1719-0.71274 0.7776-1.4296 1.5181-2.1191 2.1914l-0.03711-13.521c-7e-3 -0.28495-0.02408-0.60182 0.07422-0.83984l4.4512-10.811 0.50976 0.49805c0.1315 0.14661 0.1249 0.11538 0.20898-0.04492l1.3887-2.6484c0.12316-0.24242 0.09006-0.27149-0.02734-0.34766zm-37.557 0.08398c-0.26073 0.64728-0.4803 1.3131-0.60352 2.0215-0.0913 0.60742-0.19474 0.87303 0.16992 1.3438 0.93889 1.2005 3.5507 2.2011 5.541 3.2754 0.0331 0.11118 0.07235 0.21797 0.11719 0.32227-0.68222 0.16937-2.6227 2.0251-2.9316 4.8418-0.0554 1.6806 0.73477 2.997 2.2637 3.9941 0.93719 0.6094 2.0093 0.6624 3.25 0.77734 0.35822-0.0032 0.65553-0.02895 0.95117-0.0918 0.0138 1.3667 0.09201 3.447-0.30859 4.9492-0.18155 0.76503-1.6908 2.9838-2.5469 4.4766 0.95658-1.4741 2.2781-2.9478 2.7715-4.4219 0.1929-0.57317 0.27658-1.3461 0.28906-2.1543 2e-3 -0.16267 0.05393-0.58781 0.11719-0.7793l0.13672 0.17188c0.20894 0.29186 0.34676 0.63496 0.44336 0.9375 0.53031 1.6622 0.9326 3.2164 0.69336 3.1855-0.1695-0.0187-0.35379-0.2792-0.56055-0.52148 0.18016 0.42125 0.47401 0.83864 0.64453 0.89648 0.8633 0.12333-1.3339-5.54-1.6777-6.7402 0.30139-0.06415 0.60012-0.16654 0.95898-0.32031 0.29924-0.08538 0.67975-0.204 1.2559-0.16602 0.10717 0.5291 0.41796 0.97798 0.9043 1.2344 0.4926 0.26893 1.0426 0.40156 1.5938 0.44336 0.79081 0.04629 1.643-0.10758 2.4512-0.34375-0.32705 1.2003-0.90069 2.4355-0.75586 3.5684-0.96669 1.215-1.6833 2.4719-2.4355 3.7227 0.25494 0.1628 0.53042 0.34923 0.89844 0.4668 0.0741 0.02229 0.10857 0.12275 0.08984 0.22461-0.12263 0.59515-0.12674 1.0429-0.10742 1.5 0.023 0.27645 0.15076 0.45544 0.23242 0.66602 0.19627 0.51329 0.32183 1.4157 0.41797 2.3125-1.8461-0.15463-4.1294-1.6773-4.5898-2.8887l0.8125-0.01758 1.8594-2.0586-2.0586 1.7031-3.4434 0.07813c-2.0365 1.355-5.5781 3.7438-6.9258 3.6816-2.7395-0.56233-5.6014-2.7482-7.5605-4.0293-0.58925-0.29265-0.67553-0.52661-0.68359-1.1055-0.02333-1.6767-0.04503-3.3221-0.06836-5.2754 0.5284-1.8255 1.8493-3.3539 3.2051-4.8691 0.7307-3.358 2.0383-7.4827 2.1777-10.053 0.0209-0.43183-0.2085-0.81613-0.90625-1.5898-0.28859-0.31016-0.16406-0.75391-0.16406-0.75391 0.91762-2.2041 1.9823-2.4087 4.082-2.6152zm29.99 1.8613c-0.065-0.0026-0.13913 0.01193-0.22266 0.05273-0.38185 0.18626-0.19606 1.0963 0.06836 1.5898 0.26438 0.49356 0.89563 1.23 1.0547 2.3594 0.15905 1.1294-0.01193 1.8852 0.13672 2.0781 0.22253 0.30969 0.47883 0.74652 0.84961 1.9043 0.0406-0.66814-0.47034-1.5187-0.70898-1.9922-0.1698-0.27873 0.04986-0.74244-0.08594-1.916-0.13588-1.1736-1.3117-2.6273-1.3223-3.2637-0.0105-0.63639 0.57812-0.58203 0.57812-0.58203s-0.11552-0.22214-0.34766-0.23047zm-13.939 1.2578c-0.59492 0.01386-1.1812 0.40833-1.125 1.2559-0.0498-1.1175 1.3408-1.6938 2.2051-0.68945-0.19338-0.37792-0.63912-0.57669-1.0801-0.56641zm-6.0117 1.0352c-0.59488 0.01386-1.1811 0.40845-1.125 1.2559-0.0496-1.1174 1.3409-1.6938 2.2051-0.68945-0.19338-0.37793-0.63912-0.57669-1.0801-0.56641zm27.035 1.8223c-0.34718-0.0189-0.61213 0.68432-0.28711 0.86133l4.0391 2.0195-3.9395-2.1973c-0.2116-0.11169 0.02272-0.54025 0.25781-0.43555l4.2754 2.3945-4.2363-2.6113c-0.0371-0.01883-0.0734-0.02929-0.10938-0.03125zm-17.023 0.82812c0.18792 1.16 0.146 1.8489-0.05664 2.3516-0.0632-0.46005-0.17372-0.81337-0.32812-1.0703-0.15389-0.2561-0.35189-0.41667-0.58398-0.49805 0.34459-0.24557 0.67084-0.50737 0.96875-0.7832zm-0.12109 2.2363c-0.0014 4.1e-5 -0.0025 0.0019-0.0039 2e-3 0.0015-3.9e-5 0.0021 3.2e-5 0.0039 0zm-11.719 0.2168c0.38782 0.12565 0.79355 0.22702 1.207 0.30859-0.15674 0.17492-0.25385 0.4004-0.27344 0.68555-0.0205 0.2991 0.04416 0.66508 0.19727 1.1035-0.41289-0.35842-0.76681-0.9599-1.1309-2.0977zm33.664 3.9941c0.039 3.59e-4 0.06373 0.0301 0.08203 0.07813l0.08984 0.20508c-0.52183 1.3261-1.2005 2.6335-1.9629 3.9883l-3.3945 1.2285c-0.16771-1.6702-0.46564-2.4953-0.83008-2.4883-0.0521 0.0013-0.10554 0.01977-0.16016 0.05469 0.47185 0.23702 0.74731 1.306 0.6875 2.5234-6e-3 0.13809 0.02833 0.20236 0.19336 0.14062l3.25-1.0117c-0.0543 0.0952-0.10902 0.19135-0.16406 0.28711-0.67193 1.169-1.5952 2.4968-2.6445 3.8496-0.0443-0.99386-0.19039-1.6846-0.33203-2.2461 0.0779 0.92137 0.21895 1.9135 0.07227 2.5781-0.60117 0.76248-1.2391 1.5299-1.8906 2.2773l0.13281-8.7148c-0.0161-0.16984 0.02535-0.16651 0.17383-0.22266l6.6543-2.5176c0.0166-0.0069 0.02997-0.0098 0.04297-0.0098zm-23.332 0.15625c0.56835-8e-3 0.99686 0.58826 0.82617 1.25-0.10802 0.40704-0.29898 0.78182-0.58398 1.1133-0.50772 0.59045-1.3173 1.0465-2.5078 1.3184-1.1528 0.2977-2.2514 0.47007-3.1406 0.375-1.2105-0.24619-2.1589-0.93548-2.0039-2.1562 0.0527-0.37507 0.26677-0.67923 0.70898-0.83984 0.83445-0.31534 2.2679-0.02524 3.3027-0.28125 0.875-0.21644 1.7432-0.53079 2.6543-0.68945 0.26364-0.03897 0.50296-0.08581 0.74414-0.08984zm4.9316 3.3125c-1.8282 0.0084-3.3801 0.08474-4.2168 0.33594-0.10231 0.01569-0.1329 0.06832-0.17383 0.14844-0.4867 0.95361-0.63621 1.7378-0.50195 2.8613 0.0147 0.18234 0.01566 0.18281 0.18164 0.17969 4.3927-0.0826 7.5134-0.21617 11.266-0.47852 0.17689-0.0076 0.19579 8e-3 0.21484-0.1582 0.0956-0.8369 0.01086-1.7233-0.57617-2.7422-0.0248-0.04453-0.08901-0.07368-0.12891-0.07422-1.7427-0.01432-3.6309-0.06573-5.3418-0.07227-0.24441-6.54e-4 -0.48649-0.0014-0.72266 0zm2.0625 0.18946c2.0876 5.34e-4 3.9168 0.06874 4.0273 0.14062 0.2764 0.62504 0.6344 1.1336 0.50976 2.3379-4e-3 0.11764-0.01771 0.1358-0.12305 0.14062-3.6428 0.16828-5.9027 0.53828-10.957 0.42383-0.19726 0.0092-0.19846-0.01715-0.22852-0.19336-0.16508-0.97675 0.31046-1.826 0.54492-2.3848 0.43233-0.35456 3.5425-0.46565 6.2266-0.46484zm3.8691 3.3457c-0.19508 1.5008-0.32991 4.2789 0.11719 5.7031 0.13114 0.41773 0.20117 0.81032 0.11914 1.2441-0.30339 0.73244-5.9313 0.79456-9.7793 0.63867-0.10751-3e-3 -0.12131 0.02374-0.1582-0.06836-0.25577-0.73459 0.18651-4.3823-0.19531-6.0332 0.18678 2.204-0.287 5.8705-0.0332 6.4102 0.0313 0.0704 0.086 0.06446 0.14844 0.06836 3.2718 0.20319 6.5514 0.38309 10.215-0.53906 0.1015-0.0395 0.16793-0.11198 0.17383-0.20898 0.0347-0.8264-0.36651-1.6718-0.43359-2.2852-0.22686-2.0739-0.08432-3.2222-0.17383-4.9297zm-6.1504 1.4277c-0.0905 1.9388-0.12223 3.6486-0.13867 5.291 0.19422-1.5666 0.38204-3.141 0.13867-5.291zm2.3789 0.22461c-0.13563 1.6994-0.22179 3.4151 0.08398 5.2617 0.19406-1.754 0.09202-3.5077-0.08398-5.2617zm31.717 3.1934c0.37325-0.0039 0.68396 0.03685 0.89062 0.13672 1.1838 0.72726 2.3486 1.483 2.9062 2.8887 0.074 0.21597-0.01487 0.60899-0.24609 0.61915-0.19229 5e-3 -0.35009-0.0342-0.5332-0.12696-1.0424-0.52826-1.3081-1.4968-2.3652-2.4844 0.77762 1.214 1.314 1.6427 1.3946 3.2414 0 0.0657-0.05627 0.0962-0.125 0.10156-1.2071 7e-3 -2.4777-2.4913-4.0938-2.843-0.42337-0.10645-0.96891-0.15857-1.5625-0.17578-0.12256-3e-3 -0.24726-0.0039-0.37305-0.0059 0.0398-0.35574 0.11406-0.42901 0.26758-0.50586 1.046-0.42101 2.7201-0.83396 3.8398-0.8457zm-5.3086 0.31445c0.0187-3.6e-4 0.03909-3.6e-4 0.05859 0 0.43786 0.0068 0.89681 0.15233 1.377 0.43359-0.022 0.0092-0.04511 0.01812-0.06641 0.02734-0.12604 0.07962-0.19256 0.36743-0.17188 0.57617-0.10552-6.5e-4 -0.21144-1e-3 -0.31836 0-0.65907 7e-3 -1.3324 0.04419-1.9316 0.08789 0.24078-0.32404 0.47665-0.64912 0.70703-0.97656 0.10043-0.1217 0.21418-0.14597 0.3457-0.14844zm0.9375 1.0762c0.0982-6.6e-4 0.19603-6.6e-4 0.29297 0 0.11577 6.5e-4 0.22887 0.0029 0.3418 0.0059 0.8422 0.0244 1.5906 0.12124 2.0117 0.33789 6e-3 3e-3 0.01178 0.0048 0.01758 0.0078 0.0191 0.0102 0.03699 0.02045 0.05469 0.03125 1.0589 0.61552 2.0092 1.997 3.0801 2.6602 0.52423 0.23291 0.76982 0.0704 0.73052-0.34656-0.0773-0.7951-0.14229-1.0466-0.44928-1.5383 0.5512 0.52688 0.96623 1.0341 1.6875 1.1816 4.2785 3.58 7.3275 7.4454 7.1973 11.686-0.32201 5.7875-5.8324 9.734-10.932 10.949-6.3432 1.0295-13.774-4.5232-18.199-3.4395-1.4004 0.27569-5.114 1.0831-5.4316 3.5586-0.11397 0.90548 0.40301 1.8956 0.63867 2.3066 0.23561 0.411 0.93801 1.0359 0.23828 0.63476-0.96268-0.50525-1.5023-1.3337-1.7656-2.3867-0.32951-2.7189 1.2113-6.611 3.8379-8.1934 0.95162-0.51717 4.2498-2.1476 8.0762-1.5449 2.9703 0.70468 6.0824 1.8812 8.9062 2.0977 1.9552 0.2338 6.1515-1.6612 6.332-4.1152 0.0813-1.4968-3.3447-3.849-6.6094-3.8789-0.99184 0.0433-2.2698 0.0324-2.6562 0.0566-0.0584-0.14587-0.12682-0.28875-0.20508-0.42773l1.9395-1.502c0.1493-0.11018 0.21203-0.19551 0.16797-0.47265-0.24039-1.5151-0.3984-3.5424-0.81445-3.9121-0.71936-0.64236-1.6628-0.7538-2.6074-1.0274 0.73029-0.86592 1.4333-1.7465 2.0977-2.6387 0.62404-0.046 1.3342-0.08484 2.0215-0.08984zm-4.2227 2.8535c0.36805 0.075 1.7445 0.44898 2.0957 0.66797 0.67721 0.35644 0.62528 0.58191 0.70703 0.82227 0.18536 0.73879 0.39158 2.3609 0.54102 3.2344 0.0242 0.17298-0.02089 0.24609-0.10547 0.31641l-3.7051 2.8984c-0.22245 0.15461-0.233 0.11844-0.24023-0.0117-0.047-1.0544-0.08062-2.2086-0.22461-2.8633-9e-3 -0.0647-0.0304-0.12015-0.0625-0.16992-0.23713-0.31681-1.22-0.58469-1.7246-0.77149l0.05664 0.13867c0.49231 0.23823 1.4121 0.44174 1.5391 0.83985 0.20825 0.70161 0.19856 1.783 0.20312 2.8105 5e-3 0.35398 0.15584 0.42662 0.33594 0.29688l1.8242-1.4062c0.25232 0.8494 0.4599 1.796-0.08789 2.5547-1.0239 1.1297-3.7006 2.4116-6.1484 3.207-2.8064-0.0528-5.8289 0.59872-8.1426 2.3066-2.0485 0.63521-3.873 1.1762-4.9102 1.0781-0.91805-0.17254 0.29492-0.78701 0.55078-0.92773 2.7989-1.5402 5.962-3.5995 8.6875-5.9805l2e-3 -2e-3h2e-3c2.9988-2.8184 6.0932-5.8382 8.8066-9.0391zm-2.8262 5.6562c-0.16826 1.5994-0.07988 2.9764-0.08008 4.4316 0.0401-1.453 0.15813-2.7658 0.08008-4.4316zm6.8496 1.6992c2.1551-0.0244 6.6248 2.1891 6.4707 3.8418-0.18248 1.3795-2.8813 3.4962-5.8594 3.5625-1.6712 0.075-5.9118-1.2998-8.8047-2.0957 2.0517-0.73645 4.1701-1.5864 5.5996-2.9902 0.48958-0.42412 0.56508-1.3516 0.27148-2.2422 0.79903-0.0455 1.6002-0.0621 2.3223-0.0762z"}))};
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ color?: string;
5
+ }
6
+ declare const RenpyPlain: React.FunctionComponent<Props>;
7
+ export default RenpyPlain;
@@ -0,0 +1 @@
1
+ function _extends(){return _extends=Object.assign?Object.assign.bind():function(a){for(var b,c=1;c<arguments.length;c++)for(var d in b=arguments[c],b)Object.prototype.hasOwnProperty.call(b,d)&&(a[d]=b[d]);return a},_extends.apply(this,arguments)}const React=require("react");module.exports=function(a){let{size:c="1rem",color:d="#ff7f7f",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c,...(d?{fill:d}:{})}},/*#__PURE__*/React.createElement("svg",_extends({},b,{viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("path",{d:"m54.797 0.76172c-0.50513-0.0016845-0.95922 0.11551-1.457 0.36328-13.129 6.5408-18.129 16.323-19.514 24.771-3.9491 2.7998-7.1857 5.6856-10.395 9.0879-0.55729 0.64304-0.60631 1.1148-0.19727 1.4141 1.0373 0.75056 6.1118 1.5512 9.4199 1.8223-0.64551 8.3674-2.1173 16.459-3.7988 24.383l1.4648-1.8613-0.47461 2.2168 4.9863-0.07813c0.45382-0.86908 0.81198-1.7188 0.94922-2.6934 0.27409 1.0013 0.43824 1.9487 0.51562 2.8516l0.75195-0.55469 0.35547 0.71289 1.1719 0.46094c-0.49766 1.1125-0.91501 2.659-1.0938 4.8125l-2.3027 2.7559c-1.0843 0.05237-2.1871 0.48507-3.375 2.6094-0.11002 0.22096 0.07392 0.86628 0.17969 1.0371 0.39747 0.48249 0.78871 0.95705 0.75 1.3066-0.30448 3.0849-1.2994 6.6885-1.9785 10.055-1.3234 1.4017-2.6669 2.787-3.168 4.9082v5.4258c-0.12229 0.80494 0.23496 1.0548 0.80078 1.4648 2.624 1.8996 6.0877 3.884 8.0664 4.2715 0.87098 0.0415 3.8812-1.939 6.9277-3.8398l2.375 0.03906c1.3905 1.6736 3.104 2.7602 4.9922 2.8457 0.11638 1.1479 0.18716 2.2252 0.29102 2.3984l0.0059 4e-3c-0.3753 0.16747-0.74775 0.45269-0.83789 0.88867-0.0996 0.48172 0.42393 0.85886 0.84766 1.0898-1.1567 0.4572-2.3237 1.233-3.3047 2.2207-1.2397 1.2482-2.1852 2.8409-2.3711 4.5723-1.6e-4 9.6e-4 0 3e-3 0 4e-3 -0.12776 1.3552 0.46336 2.8859 1.252 3.9219l2e-3 2e-3c1.9105 2.4696 5.3466 3.3216 9.0586 3.1602 3.4811-0.1514 7.2313-1.1934 10.312-2.709 0.80431 0.42034 2.4408 0.16234 4.6602-0.47461-0.82728 1.0492-1.811 2.6145-2.0312 5.5488-0.21625 2.561 1.4984 4.4432 2.8906 5.1856 0.88211 0.30591 0.78744-0.36212 0.04492-1.2324-0.89345-1.0306-1.3587-1.945-1.3691-2.8281-0.0213-1.7997 2.0382-3.2105 5.6641-3.3867 4.4495-0.25653 11.154 4.2209 16.863 3.7617 0.75015-0.0618 1.4589-0.26106 2.207-0.57812 5.5536-2.1055 9.7163-5.302 10.094-11.188 0.15788-4.8818-3.5278-8.5303-7.2129-12.18-3e-5 -0.0691-0.0074-0.14676-0.02148-0.23438-0.50069-1.5674-1.5041-2.3824-2.6328-3.0078-0.69522-0.2108-1.0471-0.24542-1.584-0.17969-1.2832 0.16622-3.0083 0.6248-3.75 0.7207-0.29777-0.28156-0.58977-0.53919-0.90039-0.69531 2.5967-3.889 4.3951-8.0187 4.6641-12.369 0.28494-3.015-0.66129-8.3487-2.8457-12.867-1.0927-2.2603-2.4975-4.3141-4.2383-5.748-0.75591-0.56875-1.479-1.0516-2.2344-1.3809 1.089-0.98052 1.8797-2.13 3.1797-4.4258-0.13901 2.0161-0.3746 3.855-0.80664 5.5781 0.58878-0.4168 1.2598-0.83434 1.7031-1.5195-0.0271 0.64565 0.08266 1.1076 0.2793 1.4551 2-2.3226 2.7372-4.2585 2.8555-5.7285 0.17034 2.4729 0.16101 4.6933-0.16797 6.2051 2.0653-2.0228 2.5421-3.8686 3.918-9.8555l0.27734 6.9668c0.36956-1.3396 0.49618-2.0815 0.73242-3.6426 1.0339-14.777-0.23447-24.338-2.2168-30.379 2.2143-1.6252 3.7323-2.8278 6.0742-5.3027 0.21745-0.21395 0.26136-0.45891 0.10742-0.6582-2.4246-2.0312-7.3547-4.4958-14.633-6.0312-7.1237-6.9658-13.178-13.428-29.791-15.541-0.36064-0.083049-0.68332-0.12752-0.98633-0.12891zm0.26758 0.75586c0.24468 2e-3 0.49232 0.019545 0.74609 0.046875 8.785 0.94964 18.602 3.665 29.225 15.295 5.1384 1.4864 10.682 2.1929 14.576 5.8906-17.272-3.8129-37.86-2.7926-65.863 9.0254 6e-3 -0.04166 0.01013-0.08335 0.01563-0.125l-0.01758 0.125c-2.7911 1.1779-5.6552 2.461-8.5977 3.8594 2.8478-1.1507 5.6862-2.3135 8.543-3.4531l-0.79883 5.8809c-3.2611-0.58168-9.0897-1.617-8.9453-2.4551-0.01288-0.91285 4.0121-4.7222 10.549-9.3203 1.7704-12.787 11.071-21.398 19.33-24.609 0.42797-0.12234 0.83044-0.16379 1.2383-0.16016zm2.0215 0.8125c6.8435 2.0531 11.739 8.911 15.152 12.854-3.669-5.142-6.6175-10.472-15.152-12.854zm-3.6895 0.3457c-8.3883 6.2647-8.9819 12.522-10.529 18.129 2.1859-7.0723 4.8453-13.438 10.529-18.129zm19.365 13.436c-11.754 0.02024-23.81 2.7728-36.305 9.4492 11.68-5.6842 24.734-10.416 47.021-8.7344-3.5448-0.4714-7.1169-0.72086-10.715-0.71484zm8.9199 5.2402h2e-3c2.1378-0.0013 4.3292 0.06219 6.5781 0.19727 5.2293 7.1948 6.3733 11.438 5.6289 17.17-0.15892-1.862-0.32007-4.4358-1.3438-6.1055 0.18363 1.67-0.03142 3.1204-0.12305 4.6562 0.12191-0.92359 0.30179-2.6389 0.35742-3.5625 0.89966 2.1032 0.84491 5.3429 0.4375 9.877 1.5872-7.5776 2.5614-12.761-4.9473-22.035 0.76774 0.04623 1.5427 0.10091 2.3242 0.16406 6.3232 9.9476 5.9828 26.831 5.2598 36.674-0.14239-2.5018-0.42659-4.5431-0.18555-8.291-0.83124 5.2645-1.4887 10.996-3.8398 14.406 0.17541-2.2811-0.05014-5.5237-0.47461-6.9648 0.0452 2.8773-1.5273 5.7868-2.5039 6.5645-0.15771-0.7557 0.04499-1.5119 0.25195-2.2676-0.75994 1.2281-1.3608 1.7297-2.0488 2.3828 0.62445-2.3326 0.77367-3.9732 0.80859-6.4531-1.051 2.4459-2.3229 4.3812-3.832 5.9023 0 6.52e-4 -0.0029 0.0014-0.0039 2e-3 -1.2428-0.21874-2.5549-0.39671-3.7207-0.27344-1.234 0.10588-2.2754 0.31937-3.1562 0.61328l-0.02344-1.002c1.2967-0.70783 2.6027-1.5224 3.9609-2.4746 0.15828-0.12246 0.47121-0.53719 0.56641-0.75195l4.1992-10.596-4.5078 10.436c-0.13017 0.29002-0.42362 0.77649-0.70703 0.95508-3.561 2.5284-7.1395 4.3204-12.029 5.6309-2.6866 0.34448-9.16-0.3966-10.998-0.875-0.68478-0.65594-1.1456-1.6075-1.6191-2.3496-1.5627-2.1443-2.3004-3.137-3.7285-3.6445-0.34815-0.10229-0.64574-0.23708-0.96289-0.22656-1.2573 0.14902-2.2359 0.94685-3.1855 1.4863-2.2814-11.11-2.4226-16.645-1.5352-21.387 1.3186-2.2529 2.72-3.9726 4.1797-5.3086-0.14417 0.40867-0.22511 0.56452-0.33594 0.83984 0.26701-0.52491 0.70063-1.1546 0.69922-1.5117-1.5173 1.5827-3.0615 3.0741-4.3984 5.2578 0.43171-2.0385 1.0485-3.9746 1.7578-6.2012-1.8392 5.3586-4.4645 10.369-0.61133 28.443-0.37136 0.19167-0.7406 0.33166-1.125 0.36523-1.8495 0.09741-3.5519-0.72475-5.6152-0.26758-0.41367 0.18653-1.4244 0.68256-2.291 2.2969l-1.2363-0.2832c-0.1708-0.58054-0.20437-1.1597-0.27734-1.7402-0.23681 0.70205-0.52874 1.183-0.87109 1.4629-0.11748-1.6574-0.20253-2.623-0.59375-3.7207-0.39583 1.2336-0.79168 2.7992-1.1875 3.5625l-4.2344-0.03906c0.60151-1.3807 0.4737-3.1995 0.59375-4.8691-0.38236 1.1364-0.77904 2.22-1.291 2.8379 2.2884-9.1686 2.7453-18.744 3.9531-28.152 14.295-5.7023 29.07-10.815 47.986-10.83zm10.742 15.918c-0.4493 2.8214-0.68676 4.8494-2.2148 6.4531 0.44913-5.3964-0.57391-7.8727-1.2676-9.5-0.34821 4.0656-0.17731 7.7067-2.7305 13.576-0.0697-0.02171-0.11439-0.33986-0.1582-0.67188-0.0465 0.4905-0.10658 0.9844 0 1.4238 1.7941-3.0243 2.5156-7.2158 3.127-13.457 1.2089 3.3369 1.0563 6.946 0.59375 10.172 1.5392-1.9564 2.4204-4.5288 2.6504-7.9961zm-1.7617-15.551c2.8825 0.23459 5.8601 0.58476 8.9434 1.0664-1.5845 2.2094-3.9582 3.8907-5.7207 5.209-0.97578-2.8427-2.1095-4.8705-3.2227-6.2754zm-24.734 8.3477c-1.7614 4.8291-4.4962 9.6575-3.7051 14.486 0.20871-1.2465 0.0384-2.2713 1.0703-3.998-0.17795 4.1993 0.14761 5.1035 0.51367 7.0078 0.69529-3.0154 1.888-5.8375 3.4043-8.6289-1.233 2.253-2.5051 4.5361-3.4434 7.5996-0.596-2.3324-0.26732-4.7384-0.27734-6.8086-0.44811 0.53299-0.84269 1.1548-1.0684 2.0586 0.16765-3.9056 2.301-7.811 3.5059-11.717zm0 0c-1.8796 2.8408-2.9313 4.4179-4.248 7.3516-0.20146-0.20942-0.40457-0.40765-0.61133-0.59375 0.72215-2.0433 1.6013-3.6462 2.4258-5.4746-1.067 1.7865-1.9393 3.5663-2.5801 5.3398-0.42511-0.36774-0.8621-0.68279-1.3145-0.9375 1.1884-1.5004 2.4775-2.9234 3.8945-4.4023-1.4491 1.4923-2.7623 2.8707-3.9805 4.3535-0.82036-0.44585-1.6898-0.69168-2.627-0.68164 0.15114-0.37584 0.30501-0.75324 0.46289-1.1367-0.16282 0.35971-0.338 0.74008-0.51562 1.1387-0.44906 0.0092-0.91283 0.07708-1.3945 0.20898 0.10995-0.15207 0.21938-0.3055 0.33008-0.45703-0.11376 0.15279-0.22641 0.30609-0.33984 0.45898-1.9516 0.53778-4.1862 2.1316-6.8301 5.168 0.49092-2.0158 1.1407-3.5967 1.8223-5.6621-0.95976 2.2736-1.5275 4.1159-1.9141 5.7676-0.2535 0.29329-0.51038 0.5979-0.77148 0.91797 0.25387-0.28418 0.50292-0.55471 0.74805-0.81641-0.33463 1.4509-0.5311 2.7572-0.73047 4.082 0.42933-0.77389 0.88904-1.5073 1.2129-2.4219-0.0338 1.533 0.13918 2.9622 0.70117 4.1973 1.0452-4.1371 3.129-7.5381 5.4414-10.777 0.5387-0.16971 1.0567-0.26189 1.5566-0.2832-0.95284 2.1803-1.9675 4.934-2.1367 8.4121-2.3092 0.3127-4.5326 1.9936-5.3477 6.582l1.5762 1.4512c-0.02991-0.10521-0.04267-0.20336-0.06836-0.30664-0.0706-0.68719-0.0698-1.3053-0.0293-1.8809 0.10179 0.46288 0.2662 0.95842 0.52734 1.498 0.69827 1.7744 2.5882 3.049 4.5527 2.8906 1.9724-0.15913 5.0871-0.89673 4.9258-7.082l-0.01758-1.043 0.33398 0.15625c-0.6388-0.94675-3.5113-2.5823-6.3008-2.2773 1.4158-3.0835 2.9562-5.5407 4.7188-7.8008 0.4869 0.23409 0.96632 0.53106 1.4453 0.88086-0.77957 2.2165-1.1972 4.4208-1.1855 6.6133 0.45886-2.0239 1.2016-4.0132 2.0742-5.9062 0.17545 0.15024 0.35261 0.30646 0.5293 0.46875-0.1623-0.18962-0.32682-0.37349-0.49219-0.54883 1.2788-2.7592 2.8258-5.3078 4.1562-7.4473zm-8.5781 3.8184c0.323-0.71365 0.60704-1.3574 0.79883-1.9297-0.26966 0.651-0.53753 1.295-0.79883 1.9297zm0.79883-1.9297 0.29297-0.75586-0.54492 0.6582 0.36328-0.39258zm9.0625 6.9785c0.13887-0.16985 0.27168-0.37121 0.43555-0.41602-0.20962 1.9402-0.34451 4.2767-0.17773 6.3555 0.36398-1.8833 0.48666-4.9067 2.0703-8.1172-0.45021 3.1312-0.96319 6.1862-0.20312 9.2383 0.28436 1.1418 0.74845 2.5992 1.459 3.7441 1.9618-1.7664 2.969-4.2251 3.3711-6.123 0.29948 0.55097 0.23957 1.6118 0.35547 2.377 1.6565-2.6668 2.6522-6.7354 2.7422-12.162 0.48487 1.4546 0.90442 3.0948 1.2461 4.7285-0.34917 0.2334-0.69698 0.47212-1.0469 0.69141 0.35181-0.21552 0.70301-0.44285 1.0547-0.66016 0.44399 2.129 0.74408 4.2211 0.89062 5.8984-2.412-0.5545-4.2231 0.85085-6.0859 3.5449 0.38772-0.31764 0.7072-0.56634 1.0762-0.86523-0.74069 1.5684-0.97345 3.9272-0.58008 5.0469 0.20046 0.43613 0.49092 0.78548 0.83203 1.0566 0.0732 0.061 0.15309 0.1135 0.23438 0.16406 0.12312 0.07945 0.25034 0.14881 0.38281 0.20898 0.5007 0.22745 1.0559 0.32549 1.6016 0.27344 2.2003-0.19739 3.8661-2.2189 4.2461-5.0723 0.03767-0.36641 0.06069-0.61436 0.08984-0.90039-0.4164 0.20826-1.0105 0.01629-1.3398-0.33594-0.38204-0.40862-0.51235-1.4397-0.11914-1.8125 0.14948-0.14174 0.33766-0.1877 0.53125-0.19336 1.4241 0.82709 2.2793 2.6496 1.9707 4.9512-0.09038 0.67413-0.494 0.99307-0.78516 1.7617l1.584-1.3809c0.15864-2.7957-0.61119-4.531-1.5703-5.4824 0.66396-2.2469 1.038-4.9298 1.3262-7.7402 0.29084 0.13293 0.58501 0.31815 0.88477 0.56445 0.39409 3.2261 0.52611 7.713-0.04102 11.018 0.86012-0.8694 1.5094-2.0839 1.959-3.625 0.056 0.26316 0.11199 0.34853 0.16797 0.51758-0.0507-0.35512-0.05751-0.75344-0.07031-1.1465-0.32518 1.3773-1.0184 2.7283-1.6934 3.2324 0.16354-3.1625 0.23717-6.3544-0.11914-9.8203 0.84737 0.76978 1.7344 2.0367 2.6758 4.002-0.94616-2.244-1.8476-3.6261-2.7188-4.4141-0.2117-1.8889-0.55497-3.862-1.082-5.957 0.0349 1.6198 0.0097 3.4272-0.09766 5.2246-1.3925-0.49175-2.7192 0.29666-4.041 1.1758-0.45012-2.2538-1.0419-4.6786-1.7578-6.873 0.55654 5.1916-0.48528 11.569-2.2969 13.875 0.0742-1.4381-0.09363-1.8679-0.47461-2.4551-0.23836 2.5509-2.3067 5.8359-3.2715 6.2656-0.518-0.77819-0.95265-2.1972-1.2363-3.0508-0.81335-2.4472-0.6159-5.4666 0.19726-10.555-0.9506 1.8763-1.5853 4.1503-2.1797 6.3828-0.0935-1.093 0.13052-2.771 0.25195-4.2266-0.27184 0.32498-0.45211 0.71067-0.64844 1.0859zm15.854-3.9395c0.21055 0.65167 0.40832 1.6555 0.57031 2.8652-0.2685-0.21471-0.53364-0.37376-0.79688-0.48633 0.0789-0.78768 0.15325-1.5829 0.22656-2.3789zm-26.137 0.4082c0.82794 0.0052 1.612 0.20257 2.377 0.55664-1.6524 2.0467-3.1316 4.3111-4.5391 7.3457-0.15202-2.1022 0.75665-4.8558 1.9668-7.9004 0.065-2e-3 0.13084-2e-3 0.19531-2e-3zm-1.8398 0.29492c-2.334 3.1661-4.514 6.382-5.3086 10.043-0.64075-0.75976-0.59894-2.4469-0.75586-3.8633-0.31289 0.70568-0.5819 1.4562-1.0293 2.0273 0.14359-1.3072 0.34244-2.4008 0.57812-3.3887 2.5734-2.7309 4.6734-4.2314 6.5156-4.8184zm5.918 1.3066c0.21067 0.159 0.42153 0.32954 0.63281 0.50781-0.52138 1.1681-1.0858 2.5513-1.7598 4.3105 0.26656-1.9239 0.66211-3.469 1.127-4.8184zm20.506 0.42969v2e-3c0.0318-3.59e-4 0.0637-3.59e-4 0.0957 0 0.34101 0.0059 0.68752 0.07001 1.0391 0.20898-0.18941 2.8756-0.5965 5.693-1.2988 7.6855-0.52847-0.4728-1.1535-0.71941-1.8047-0.81836-0.13804-1.5172-0.43967-3.642-0.9082-5.9941 0.9425-0.57585 1.8903-1.0702 2.877-1.084zm-22.855 7.7441c0.13966-0.02468 0.29084 6e-3 0.43555 0.06055 0.06591 0.03577 0.13036 0.07264 0.19531 0.10938 0.09602 0.05652 0.19768 0.10884 0.27148 0.17774 0.30384 0.2837 0.55728 0.90737 0.30664 1.2539s-0.90073 0.3985-1.2715 0.10156-0.55294-1.236-0.2207-1.5586c0.08306-0.08065 0.18014-0.12631 0.2832-0.14453zm0.96875 4.3184c0.12715-0.06514 0.0866 0.23588 0.01758 0.75391-0.36688 1.457-1.6223 3.1216-3.4668 3.3164-1.5058 0.15903-2.9018-0.27822-3.7012-1.1191-0.10701-0.04028-0.20574-0.09196-0.27148-0.1582-0.12113-0.12205-0.17318-0.30531-0.16992-0.48242-0.03096-0.06343-0.07239-0.12127-0.09766-0.1875-0.28828-0.83146-7e-3 -0.64778 0.42383-0.32617 0.1164-0.05607 0.24564-0.08971 0.375-0.07031 0.07551 0.01132 0.14893 0.03707 0.21484 0.08203 0.14253 0.09722 0.25002 0.32732 0.28906 0.55859 1.8714 1.0589 3.6948 1.0189 5.9473-1.8223 0.22626-0.33396 0.36316-0.50584 0.43945-0.54492zm20.725 0.41602c0.03248 4e-3 -0.0026 0.16248-0.10352 0.53711-0.50716 1.3583-1.8943 3.1588-3.9746 2.9414-0.75891-0.0793-1.2682-0.35298-1.6113-0.70508-0.07524-0.03632-0.14465-0.0838-0.20312-0.14258-0.09364-0.09413-0.15762-0.25914-0.19336-0.43164-0.17458-0.38745-0.22378-0.79904-0.19531-1.1465 0.14122-0.95433 0.27267-0.46111 0.4707 0.12109 0.04645 0.10144 0.11293 0.18921 0.16797 0.28516 0.02188 6.39e-4 0.04246-7e-3 0.06445-0.0039 0.15193 0.02104 0.30295 0.09729 0.41406 0.20898 0.13471 0.13542 0.21537 0.40669 0.2168 0.65234 1.0599 0.84739 2.7272 0.74573 4.6465-1.9238 0.16832-0.24565 0.2683-0.39658 0.30078-0.39258zm-13.924 8.4844c-0.92542 0.0052-1.8518 0.10434-2.8066 0.27148-0.23988 0.05524-0.3323 0.078-0.35547 0.32422-0.0504 0.69434 0.45429 1.4594 0.72266 2.0078l-0.05859-0.13867c-0.25388-0.65821-0.46295-1.1726-0.45703-1.5605 0.0125-0.31238 0.13172-0.30591 0.32227-0.33789 1.4453-0.2164 2.8844-0.50919 5.1973-0.03516 0.10403 0.03197 0.17235 0.09394 0.17969 0.24024 0.0318 0.6526-0.19662 1.1898-0.43359 1.7734 0.28725-0.56884 0.61902-1.2064 0.71875-1.8535h2e-3c0.02231-0.07755 0.17356-0.26988 0.27148-0.3418-1.2079-0.27252-2.1916-0.31039-3.3027-0.34961zm-15.076 1.0156c0.51178-0.0066 1.0095 0.24287 1.3965 0.51758 1.1828 0.85869 2.574 2.6168 3.9707 4.793 0.35621 0.63587 0.77762 1.2937 1.2285 1.7363 1.0703 1.044 2.5947 2.0552 3.0273 3.1699 0.36056 0.94288-1.6683 4.395-2.959 6.3203 0.32373-0.99227 0.16711-2.0572-0.75391-3.127-0.53501-0.69172-1.3222-1.2187-2.2656-1.5898-1.1686-0.44036-2.5965-0.64517-3.6836-0.67969-0.53526-0.01464-1.0803 0.0013-1.627 0.04492-1.4114-7.9731 0.43974-9.0588 2.459-9.0508 1.1388 0.13496 2.2192 1.0384 2.7344 2.9004 0.51834 1.8735 0.30933 3.1728 0.11719 6.7852 0.30884-2.1597 0.78627-4.5024 0.0059-7.1152-0.81596-2.3239-1.9918-2.7852-3.0957-2.7852-0.30908 2.1e-5 -0.6121 0.03643-0.90039 0.07813-1.8054 0.344-2.799 2.9476-1.3242 9.1875-0.57081 0.04564-1.1417 0.12148-1.7051 0.22852-0.44145 0.08387-0.86494 0.18901-1.2676 0.3125 0.0744-6.2377-1.8652-8.7549-3.6992-8.6152-1.322 0.16003-2.8586 0.50652-3.1445 3.9844-0.0716 2.7294 1.4273 5.7868 2.4922 7.3613-1.929-3.2851-2.2629-5.3046-2.252-7.25 0.0109-1.9319 0.77775-3.2383 1.8418-3.666 1.9485-0.53553 4.3972-0.28092 4.7598 8.1855-0.4123 0.12656-0.80288 0.27339-1.1719 0.4375 0.28885-0.26035 0.32278-0.84423 0.19727-1.2812-0.0913 0.20896-0.29736 0.34362-0.52539 0.34375-0.31698 0-0.57422-0.25724-0.57422-0.57422s0.25724-0.57422 0.57422-0.57422c-0.23124-0.22068-0.49665-0.25356-0.71875-0.16016-0.4891 0.22646-0.47915 1.0443-0.30273 1.5156 0.16792 0.44868 0.5944 0.93498 1.0703 0.85938-0.94747 0.45873-1.737 1.0399-2.3418 1.7031-0.6341 0.69531-1.0654 1.4816-1.2676 2.3164-0.25395 0.84691-0.26207 1.5728-0.08398 2.1914-1.999-1.2929-5.0819-2.586-5.2695-3.8789-0.17508-1.1801 0.79116-2.7656 1.4629-4.1953 0.22674-0.38071 0.21148-0.6278 0.22266-1.0234 0.11212-3.8862 1.6061-6.8539 3.2129-7.6289 0.78535-0.28914 2.8493-0.03022 4.2344 0.16016 2.5452 0.4573 3.561-1.1224 5.4121-1.8379 0.16976-0.06749 0.34307-0.09748 0.51367-0.09961zm25.432 3.7812-0.0625 0.9707c-0.29673 0.12412-0.55708 0.24111-0.83984 0.32813l-1.3379-0.20703c0.74959-0.33183 1.494-0.69501 2.2402-1.0918zm3.7578 0.36133c1.1748-9e-3 2.446 0.2907 3.4922 0.75 0.74014 0.32988 1.4426 0.76344 2.0996 1.3047 1.6465 1.3563 3.015 3.3397 4.082 5.5469 2.134 4.4145 3.0568 9.7367 2.7891 12.559v0.0098c-0.25907 4.212-2.0228 8.252-4.584 12.084-0.30486 0.5743-0.7083 1.2864-1.0371 1.8594-3.1584 4.2699-7.193 8.2509-11.076 11.9-2.4291 2.122-5.2146 3.9905-7.7734 5.4609-0.90145 0.47439-1.9143 0.91082-2.748 1.3223-3.0131 1.4868-6.7198 2.5184-10.113 2.666-3.6048 0.15678-6.8236-0.68278-8.5625-2.9297-0.69896-0.9189-1.239-2.3708-1.1328-3.5039 0.1676-1.5554 1.0341-3.0397 2.2012-4.2148 1.0479-1.0551 2.3374-1.8548 3.5312-2.2402 0.89747-0.24605 2.471-0.48338 3.582-0.58399 2.0629-0.18933 4.2107-0.41709 8.6113-2.6348h2e-3c1.4298-0.76426 4.2083-3.1134 6.4961-5.6094 2.2878-2.496 4.5501-5.3729 5.8672-7.6641 1.71-2.9749 3.1037-5.6844 3.416-8.8145 0.12629-0.876-0.13422-2.5463-0.81059-4.3223-0.61383-1.6118-1.5728-3.305-2.9121-4.5332-0.22693-0.22245-0.44073-0.38144-0.71484-0.50586-0.55346-0.24976-1.1088-0.38178-1.6387-0.50586l-1.0918-0.69141c0.41843-1.5383 0.85716-2.9982 1.6797-3.9629 0.43211-0.49091 0.98215-0.95013 1.6953-1.3418 0.74148-0.35234 1.5664-0.92164 3.8574-1.3477 0.25683-0.03695 0.52188-0.05454 0.79297-0.05664zm-6.0371 0.95898 0.62891 0.20898c-0.55358 0.35764-1.0089 0.75863-1.3848 1.1855-1.1437 1.2993-1.5354 2.8138-1.7695 4.0137l-3.4121-2.166c-0.11935-0.06929-0.18596-0.09888-0.23047-0.0957-0.0445 0.0032-0.06732 0.03936-0.10156 0.10156l-0.052734 0.11328c-9e-3 -0.46517 0.04444-0.92319 0.14062-1.2949 2.195-0.43382 4.1513-1.1922 6.1758-2.0566zm-16.277 1.375 2.0508 0.23633c0.15873 0.56164 0.08714 1.0386 0.05664 1.5293-0.8693-0.55031-1.5964-1.154-2.1074-1.7656zm2.4219 0.13867c2.7132 0.27318 5.1363 0.42172 7.209 0.375-0.0925 0.76421 0.01846 1.3932 0.03906 2.082l-1.5723 3.3691 1.8945-3.5996c0.0668-0.17687 0.11975-0.08928 0.25586-0.0059l5.7109 3.5215c0.16244 0.08016 0.12637 0.09971 0.05078 0.24805l-0.99805 1.959c-0.0535 0.1148-0.04689 0.11976-0.13672 0.03516l-4.5293-4.2656c-0.18008-0.15193-0.21127-0.18422-0.29883-0.07422l-1.9082 2.375c-0.0768 0.0708-0.06836 0.12582-0.06836 0.22461v0.64453l0.04492-0.60156c-6e-3 -0.10022 0.02068-0.13555 0.08398-0.20508l1.7695-1.9453c0.17661-0.20947 0.13504-0.16705 0.32031 0.01367l4 3.9023-3.9297 9.2871-9.1289-9.4844 9.0234 9.7344-0.51758 1.2207c-0.16744 0.32241-0.15126 0.60254-0.14648 0.95312l0.1875 13.748c-1.4554 1.4072-3.2572 2.7394-4.1758 3.2305-4.3849 2.2095-6.5014 2.4289-8.5527 2.6172-1.1455 0.0212-2.2969 0.27581-3.2637 0.32812-0.62286-0.16857-1.3225-0.49127-1.4609-0.9375-0.14763-0.47586 0.34397-1.0182 1.1074-1.207-0.0723 0.0106-0.15414 0.0291-0.24219 0.0527-0.45932-0.55911-0.21889-3.9552-0.95898-5.3809-0.0554-0.106-0.11837-0.24789-0.14648-0.36719-0.0987-0.6274 0.02175-1.0355 0.14648-1.4395 0.0268-0.09979-0.04809-0.20366-0.16016-0.25-0.16513-0.04708-0.31348-0.07972-0.43945-0.21484-0.0497-0.05728-0.22906-0.14949-0.0918-0.37305 0.87736-1.2857 1.5438-2.6324 2.6816-3.8438l-0.46484 0.05469c-0.38496-0.41273 0.27897-2.2058 0.41992-3.1797 0.5612-0.1648 1.1017-0.36859 1.584-0.57422 0.82915-0.36382 1.5571-0.91327 1.9121-1.998 0.0633-0.24752 0.06378-0.47025 0.01758-0.66406 0.0611 0.0069 1.0133 0.11578 1.6152 0.32812 1.0334 0.35095 1.9059 0.32486 2.8652-0.10547 1.5114-0.68209 2.337-2.4716 2.6484-3.8633 0.21622-1.6596-0.52414-3.4319-2.4805-4.8203 2.0973 1.7126 2.5176 3.4436 2.2207 4.8789-0.28657 1.3272-1.1022 2.9441-2.6426 3.5977-0.6468 0.28132-1.3857 0.4053-2.0488 0.18555-0.78837-0.22946-2.2246-0.55032-2.3496-0.57812-0.20501-0.27746-0.54024-0.4216-0.89063-0.37695-1.6095 0.23716-2.7666 0.67168-3.5176 0.83203-0.65569 0.08613-2.2837-0.075-3.2793 0.28516-0.31128 0.09306-0.51816 0.30498-0.59961 0.58789-0.0466 0.20574-0.06549 0.41052-0.05859 0.60742-0.3497-0.0059-0.86444 0.21752-1.4023 0.375-0.96268 0.28115-1.9245 0.36176-2.9883 0.17188-0.51316-0.10588-1.1437-0.31793-1.6465-0.62695-1.3963-0.85974-2.1928-2.0768-2.2422-3.7383-0.15166-2.1328 1.4942-4.2695 2.5898-4.8203 0.48913 1.0842 1.6002 1.7939 2.9258 2.2305 0.18879 0.50114 0.33152 1.0023 0.60352 1.4648l-0.72656 0.10156c-0.0033-0.0033-0.04957-0.31131-0.10352-0.68359-0.10539-0.72728-0.10309-0.71501-0.17383-0.75-0.02933-0.01451-0.08228-0.0086-0.5957 0.06445-0.3658 0.05205-0.57266 0.08439-0.5918 0.0957-0.03544 0.02093-0.06638 0.06993-0.06641 0.10547 0 0.01425 0.04188 0.32644 0.09375 0.69336 0.05188 0.36692 0.0939 0.66782 0.0918 0.66992-0.0021 0.0021-0.30463 0.04715-0.67187 0.09961-0.37152 0.05307-0.68483 0.10398-0.70508 0.11328-0.04386 0.02023-0.06836 0.06356-0.06836 0.12109 0 0.02341 0.03422 0.28117 0.07617 0.57422 0.05308 0.37078 0.08305 0.54124 0.0957 0.56055 0.01 0.01526 0.03513 0.03661 0.05664 0.04687 0.03819 0.01821 0.05444 0.01663 0.71875-0.07812 0.37407-0.05335 0.68505-0.09279 0.68945-0.08789s0.04816 0.29512 0.09766 0.64453c0.04951 0.34941 0.09496 0.65845 0.10156 0.6875 0.01576 0.06945 0.06335 0.10783 0.13281 0.10742 0.02677-1.6e-4 0.28514-0.03433 0.57617-0.07617 0.57287-0.08236 0.57009-0.08135 0.60742-0.15625 0.01852-0.03715 0.01687-0.05178-0.07813-0.7207-0.06387-0.4498-0.09374-0.6852-0.08594-0.6875 0.0065-0.0019 0.29708-0.04413 0.64648-0.09375s0.65427-0.09461 0.67773-0.09961c0.05064-0.0109 0.10398-0.05715 0.11328-0.09961 8e-3 -0.0366-0.14547-1.1202-0.16406-1.1582-0.0191-0.03907-0.06802-0.07179-0.10938-0.07227-0.07078 0.0044-0.12804 0.01006-0.19922 0.01562-0.0207-0.13402-0.03064-0.26556-0.02344-0.39062 0.0197-0.28721 0.11559-0.50918 0.27539-0.67969 1.7388 0.33656 3.609 0.30766 4.8633 0.09375 1.0474-0.17861 2.4016-0.67273 3.6641-1.3867-0.16073 0.4351-0.24998 0.90559-0.25 1.3965-1.8e-5 2.226 1.8052 4.0312 4.0312 4.0312 2.2259-2.7e-5 4.0293-1.8052 4.0293-4.0312-1.9e-5 -2.2259-1.8034-4.0312-4.0293-4.0312-0.26193-6e-6 -0.51762 0.02648-0.76562 0.07422l2e-3 -2e-3c0.22617-0.32687 0.40493-0.6652 0.52539-1.0137 0.0754-0.10906 0.14743-0.21352 0.2207-0.32031 0.0122 0.0059 0.94702 0.45073 1.7578 0.90039-0.74984-0.42923-1.6889-0.94559-1.7168-0.96094 1.0262-1.4977 1.8685-2.8081 2.9805-4.6484l4.6953 1.1016-4.582-1.2988c0.19709-0.41009 0.22939-1.0394 0.12891-1.4766l4.4531 2.7754c-1.5897-1.3621-3.7756-2.3415-5.2812-3.8867 0.0157-0.81108 0.03852-1.5445-0.0039-2.1641zm-9.3906 2.0098c-0.70202 0.08152-0.7839 1.0041-0.73828 1.416 0.0657 0.49897 0.40044 1.1036 0.92383 1.0801 0.49238-0.02209 0.73764-0.72392 0.70898-1.2695-0.13599 0.18305-0.36763 0.26801-0.58984 0.2168-0.30885-0.0714-0.50112-0.37865-0.42969-0.6875 0.0714-0.30882 0.37867-0.50107 0.6875-0.42969-0.1189-0.14586-0.32814-0.31982-0.5625-0.32617zm-13.812 1.0117c-0.26694 0.77224-0.69723 1.5521-0.9668 2.2109-0.32655-0.01412-0.85832-0.03787-0.94336-0.03906zm13.438 1.5195c0.14129-6.53e-4 0.28448 2.33e-4 0.43164 0.0039 1.8721 0.10339 3.822 0.44643 5.2324 1.5547 4.389 4.2117-2.4793 7.9535-5.875 8.5254-3.3528 0.5647-10.966 0.23912-8.5352-6.0527 0.18039-0.47439 0.48598-0.84111 0.79492-1.1797 1.4732-1.4639 3.1131-2.1937 5.0488-2.5742 1.0451-0.15744 1.9134-0.27061 2.9023-0.27734zm23.139 0.64844c0.36402 0.09237 0.73111 0.20286 1.0957 0.36133 0.30385 0.10846 0.54831 0.3305 0.76367 0.5293 1.3001 1.2033 2.2402 2.8647 2.8438 4.4492 0.66932 1.7575 0.92068 3.4267 0.80274 4.2422v0.0039c-0.12902 1.2966-0.44588 2.5217-0.89648 3.7266l-0.10156-0.22461c-0.0286-0.0876-0.07624-0.05464-0.13477-0.0332l-6.957 2.5215c-0.22749 0.05584-0.20348 0.10262-0.20117 0.32031l0.0957 8.9082c-0.34641 0.3974-0.69594 0.78902-1.0469 1.1719-0.71274 0.7776-1.4296 1.5181-2.1191 2.1914l-0.03711-13.521c-7e-3 -0.28495-0.02408-0.60182 0.07422-0.83984l4.4512-10.811 0.50976 0.49805c0.1315 0.14661 0.1249 0.11538 0.20898-0.04492l1.3887-2.6484c0.12316-0.24242 0.09006-0.27149-0.02734-0.34766zm-37.557 0.08398c-0.26073 0.64728-0.4803 1.3131-0.60352 2.0215-0.0913 0.60742-0.19474 0.87303 0.16992 1.3438 0.93889 1.2005 3.5507 2.2011 5.541 3.2754 0.0331 0.11118 0.07235 0.21797 0.11719 0.32227-0.68222 0.16937-2.6227 2.0251-2.9316 4.8418-0.0554 1.6806 0.73477 2.997 2.2637 3.9941 0.93719 0.6094 2.0093 0.6624 3.25 0.77734 0.35822-0.0032 0.65553-0.02895 0.95117-0.0918 0.0138 1.3667 0.09201 3.447-0.30859 4.9492-0.18155 0.76503-1.6908 2.9838-2.5469 4.4766 0.95658-1.4741 2.2781-2.9478 2.7715-4.4219 0.1929-0.57317 0.27658-1.3461 0.28906-2.1543 2e-3 -0.16267 0.05393-0.58781 0.11719-0.7793l0.13672 0.17188c0.20894 0.29186 0.34676 0.63496 0.44336 0.9375 0.53031 1.6622 0.9326 3.2164 0.69336 3.1855-0.1695-0.0187-0.35379-0.2792-0.56055-0.52148 0.18016 0.42125 0.47401 0.83864 0.64453 0.89648 0.8633 0.12333-1.3339-5.54-1.6777-6.7402 0.30139-0.06415 0.60012-0.16654 0.95898-0.32031 0.29924-0.08538 0.67975-0.204 1.2559-0.16602 0.10717 0.5291 0.41796 0.97798 0.9043 1.2344 0.4926 0.26893 1.0426 0.40156 1.5938 0.44336 0.79081 0.04629 1.643-0.10758 2.4512-0.34375-0.32705 1.2003-0.90069 2.4355-0.75586 3.5684-0.96669 1.215-1.6833 2.4719-2.4355 3.7227 0.25494 0.1628 0.53042 0.34923 0.89844 0.4668 0.0741 0.02229 0.10858 0.12275 0.08984 0.22461-0.12263 0.59515-0.12674 1.0429-0.10742 1.5 0.023 0.27645 0.15076 0.45544 0.23242 0.66602 0.19627 0.51329 0.32183 1.4157 0.41797 2.3125-1.8461-0.15463-4.1294-1.6773-4.5898-2.8887l0.8125-0.01758 1.8594-2.0586-2.0586 1.7031-3.4434 0.07813c-2.0365 1.355-5.5781 3.7438-6.9258 3.6816-2.7395-0.56233-5.6014-2.7482-7.5605-4.0293-0.58925-0.29265-0.67553-0.52661-0.68359-1.1055-0.02333-1.6767-0.04503-3.3221-0.06836-5.2754 0.5284-1.8255 1.8493-3.3539 3.2051-4.8691 0.7307-3.358 2.0383-7.4827 2.1777-10.053 0.0209-0.43183-0.2085-0.81613-0.90625-1.5898-0.28859-0.31016-0.16406-0.75391-0.16406-0.75391 0.91762-2.2041 1.9823-2.4087 4.082-2.6152zm29.99 1.8613c-0.065-0.0026-0.13913 0.01193-0.22266 0.05273-0.38185 0.18626-0.19606 1.0963 0.06836 1.5898 0.26438 0.49356 0.89563 1.23 1.0547 2.3594 0.15905 1.1294-0.01193 1.8852 0.13672 2.0781 0.22253 0.30969 0.47883 0.74652 0.84961 1.9043 0.0406-0.66814-0.47034-1.5187-0.70898-1.9922-0.1698-0.27873 0.04986-0.74244-0.08594-1.916-0.13588-1.1736-1.3117-2.6273-1.3223-3.2637-0.0105-0.63639 0.57812-0.58203 0.57812-0.58203s-0.11552-0.22214-0.34766-0.23047zm-13.939 1.2578c-0.59492 0.01386-1.1812 0.40833-1.125 1.2559-0.0498-1.1175 1.3408-1.6938 2.2051-0.68945-0.19338-0.37792-0.63912-0.57669-1.0801-0.56641zm-6.0117 1.0352c-0.59488 0.01386-1.1811 0.40845-1.125 1.2559-0.0496-1.1174 1.3409-1.6938 2.2051-0.68945-0.19338-0.37793-0.63912-0.57669-1.0801-0.56641zm27.035 1.8223c-0.34718-0.0189-0.61213 0.68432-0.28711 0.86133l4.0391 2.0195-3.9395-2.1973c-0.2116-0.11169 0.02272-0.54025 0.25781-0.43555l4.2754 2.3945-4.2363-2.6113c-0.0371-0.01883-0.0734-0.02929-0.10938-0.03125zm-14.672 0.77344c0.23778 2e-3 0.47295 0.10083 0.64453 0.29297 0.32302 0.3617 0.2914 0.91335-0.07031 1.2363l-2.4297 2.1699c-0.36169 0.32302-0.91138 0.29138-1.2344-0.07031-0.32303-0.3617-0.29336-0.9114 0.06836-1.2344 0.16116-0.14347 0.32164-0.28778 0.48242-0.43164 0.04152 0.15822 0.07992 0.32881 0.12109 0.51367-2.21e-4 -1.86e-4 -0.0018 0.0024-2e-3 2e-3 -0.0018-0.0039-0.0094-0.03498-0.01758-0.06836-0.0083-0.03335-0.01966-0.07256-0.02539-0.08789l-0.0098-0.02734-0.04297 2e-3c-0.29942 0.02302-0.56605 0.23148-0.66406 0.51758-0.03114 0.09095-0.03711 0.13126-0.03711 0.24609 0 0.11349 0.0042 0.14332 0.0332 0.23438 0.09079 0.28586 0.34284 0.49251 0.64648 0.5293 0.0562 0.0068 0.16308 2e-3 0.22461-0.0098 0.27432-0.05329 0.4968-0.24726 0.58398-0.50976 0.04136-0.12455 0.05068-0.24463 0.0293-0.37109-0.0512-0.30304-0.28222-0.54865-0.58398-0.61914-0.02254-0.0052-0.04273-0.0098-0.04492-0.0098-0.0036 0-0.0368 0.06637-0.07422 0.14844-5e-3 0.01092-0.0066 0.0095-0.0098 0.01367 0.03444-0.06498 0.06482-0.1342 0.08984-0.20703 0.07105-0.17233 0.09522-0.33014 0.11328-0.58984l1.6191-1.4453c0.16953-0.1514 0.38009-0.22638 0.58984-0.22461zm-2.3516 0.05469c0.18792 1.16 0.146 1.8489-0.05664 2.3516-0.0632-0.46005-0.17372-0.81337-0.32812-1.0703-0.15389-0.2561-0.35189-0.41667-0.58398-0.49805 0.34459-0.24557 0.67084-0.50737 0.96875-0.7832zm3.6387 0.02539h0.13476l0.10938 0.16211 0.10938-0.16211h0.13477l-0.16602 0.24609 0.17188 0.25586h-0.13281l-0.11719-0.17187-0.11719 0.17187h-0.13477l0.17383-0.25586zm-1.2793 0.01563c-0.03963 1.3e-5 -0.07822 0.0013-0.10547 0.0059-0.17109 0.02636-0.31211 0.09764-0.43359 0.21875-0.12114 0.12077-0.19211 0.26132-0.21875 0.43359-0.0084 0.05401-0.0084 0.15739 0 0.21484 0.05079 0.34726 0.32932 0.61711 0.67774 0.65625 0.0488 0.0052 0.15875 0.0027 0.20703-0.0059 0.13191-0.02322 0.25228-0.07744 0.35352-0.1582 0.16261-0.12971 0.26473-0.31975 0.28516-0.5293 0.0079-0.08002-0.0015-0.18926-0.02148-0.26367-0.08345-0.30274-0.32665-0.5194-0.63672-0.56641-0.02755-0.0039-0.0678-0.0059-0.10742-0.0059zm-2.9785 1.0293c0.01656 0.01612 0.03151 0.03406 0.04687 0.05078-0.01604-0.01675-0.02966-0.03462-0.04687-0.05078zm5.4883 0.76953h0.1543l0.18555 0.5h-0.13086l-0.03125-0.08984h-0.20117l-0.03125 0.08984h-0.13086zm0.07813 0.11719-0.07031 0.19922h0.13867zm-1.3027 0.24219c0.23776 2e-3 0.47487 0.10082 0.64648 0.29297 0.32303 0.3617 0.2914 0.91335-0.07031 1.2363l-2.4297 2.1699c-0.36169 0.32302-0.91331 0.29139-1.2363-0.07031-0.32302-0.3617-0.2914-0.91335 0.07031-1.2363l2.4297-2.1699c0.16955-0.15142 0.38005-0.22445 0.58984-0.22266zm-3.7656 0.03711c-0.0014 4.1e-5 -0.0025 0.0019-0.0039 2e-3 0.0015-3.9e-5 0.0021 3.2e-5 0.0039 0zm3.7754 0.05859c-0.12374 1.17e-4 -0.22339 0.02323-0.33594 0.07813-0.37986 0.18528-0.53946 0.64442-0.35352 1.0234 0.04163 0.08484 0.09202 0.15155 0.16211 0.21875 0.11835 0.11349 0.27036 0.186 0.43555 0.20703 0.04985 0.0066 0.1648 0.0039 0.21094-0.0039 0.1661-0.02844 0.30488-0.09789 0.42188-0.21484 0.12647-0.12642 0.20221-0.28286 0.22266-0.46094 0.0067-0.05833 0.0035-0.16365-0.0078-0.22266-0.01886-0.09895-0.06065-0.19908-0.11523-0.28125-0.07817-0.11771-0.17722-0.20392-0.30274-0.26562-0.1122-0.05511-0.21151-0.07824-0.33789-0.07813zm-15.494 0.1582c0.38782 0.12565 0.79355 0.22702 1.207 0.30859-0.15674 0.17492-0.25385 0.4004-0.27344 0.68555-0.0205 0.2991 0.04416 0.66508 0.19727 1.1035-0.41289-0.35842-0.76681-0.9599-1.1309-2.0977zm10.209 1.0957h0.14063l0.11328 0.17773 0.11328-0.17773h0.14258l-0.19141 0.28906v0.21094h-0.12891v-0.21094zm-2.3145 0.51367c-0.04998-2.7e-4 -0.08788 0.0075-0.13281 0.0293-0.06276 0.03041-0.10726 0.07621-0.13672 0.13672-0.02534 0.05204-0.3682 0.98756-0.375 1.0234-0.01161 0.06111 2.5e-4 0.1312 0.03125 0.18945 0.04374 0.08219 0.11945 0.13932 0.21289 0.1582 0.11851 0.02395 0.24922-0.03606 0.3125-0.14258 0.0088-0.01478 0.02994-0.06339 0.04687-0.10938 0.25176-0.68322 0.32758-0.88919 0.33398-0.91211 0.01081-0.03863 0.01106-0.10713 0-0.14844-0.03551-0.13263-0.15654-0.22388-0.29297-0.22461zm5.1602 0.42969v2e-3c-0.01628-5.36e-4 -0.03237-5.17e-4 -0.04883 0-0.24947 0.0089-0.47526 0.13427-0.61524 0.34375-0.04358 0.06525-0.08893 0.17034-0.10742 0.25-0.01834 0.07908-0.02359 0.18968-0.01367 0.26367 0.01819 0.13716 0.06802 0.25804 0.15039 0.36914 0.03286 0.04433 0.10655 0.11979 0.15039 0.15234 0.11814 0.08767 0.2469 0.13627 0.40039 0.15234 0.02805 0.0026 0.13814-5.59e-4 0.17188-0.0059 0.35087-0.05473 0.61357-0.32857 0.65234-0.67969 0.0061-0.05544 0.0017-0.15913-0.0078-0.21094-0.02042-0.10997-0.05719-0.20477-0.11719-0.29492-0.1373-0.2063-0.36974-0.33445-0.61523-0.3418zm-7.6797 0.19531c-0.11016 0-0.20901 0.05706-0.26172 0.15234-0.01338 0.02419-0.35322 0.94379-0.37109 1.0039-0.03121 0.10502-0.0013 0.22022 0.08008 0.29883 0.05068 0.04896 0.10705 0.07368 0.18555 0.08398 0.05032 0.0066 0.13414-0.01367 0.18359-0.04492 0.04432-0.02801 0.09246-0.08283 0.11328-0.12891 0.01691-0.03743 0.35773-0.96882 0.36523-0.99805 0.0251-0.09787-0.0091-0.21733-0.08398-0.28711-0.05903-0.055-0.12917-0.08008-0.21094-0.08008zm6.2812 0.83398h0.19336c0.06947 0 0.12128 0.01025 0.15234 0.03125 0.03127 0.02099 0.04687 0.05534 0.04687 0.10156 0 0.02432-0.0061 0.04335-0.01758 0.06055-0.01145 0.017-0.02717 0.03082-0.04883 0.03906 0.02769 0.0081 0.04732 0.02328 0.0625 0.04492 0.0152 0.02165 0.02344 0.04667 0.02344 0.07813 0 0.04826-0.01625 0.08571-0.04883 0.10938-0.03262 0.02367-0.0819 0.03516-0.14844 0.03516h-0.21484zm0.12891 0.08789v0.10547h0.07227c0.02032 0 0.03637-0.0049 0.04687-0.01367 0.01055-0.0089 0.01563-0.02167 0.01563-0.03906 0-0.01719-5e-3 -0.03018-0.01563-0.03906-0.01055-0.0091-0.02656-0.01367-0.04687-0.01367zm0 0.19336v0.13086h0.07617c0.02591 0 0.04565-0.0044 0.05859-0.01562 0.01324-0.01098 0.01953-0.02868 0.01953-0.05078 0-0.02164-0.0066-0.03811-0.01953-0.04883-0.01288-0.01092-0.03247-0.01563-0.05859-0.01563zm21.879 0.64453c0.039 3.59e-4 0.06373 0.0301 0.08203 0.07813l0.08984 0.20508c-0.52183 1.3261-1.2005 2.6335-1.9629 3.9883l-3.3945 1.2285c-0.16771-1.6702-0.46564-2.4953-0.83008-2.4883-0.0521 0.0013-0.10554 0.01977-0.16016 0.05469 0.47185 0.23702 0.74731 1.306 0.6875 2.5234-6e-3 0.13809 0.02833 0.20236 0.19336 0.14062l3.25-1.0117c-0.0543 0.0952-0.10902 0.19135-0.16406 0.28711-0.67193 1.169-1.5952 2.4968-2.6445 3.8496-0.0443-0.99386-0.19039-1.6846-0.33203-2.2461 0.0779 0.92137 0.21894 1.9135 0.07227 2.5781-0.60117 0.76248-1.2391 1.5299-1.8906 2.2773l0.13281-8.7148c-0.0161-0.16984 0.02535-0.16651 0.17383-0.22266l6.6543-2.5176c0.0166-0.0069 0.02997-0.0098 0.04297-0.0098zm-23.332 0.15625c0.56835-8e-3 0.99686 0.58826 0.82617 1.25-0.10802 0.40704-0.29898 0.78182-0.58398 1.1133-0.50772 0.59045-1.3173 1.0465-2.5078 1.3184-1.1528 0.2977-2.2514 0.47007-3.1406 0.375-1.2105-0.24619-2.1589-0.93548-2.0039-2.1562 0.0527-0.37507 0.26677-0.67923 0.70898-0.83984 0.83445-0.31534 2.2679-0.02524 3.3027-0.28125 0.875-0.21644 1.7432-0.53079 2.6543-0.68945 0.26364-0.03897 0.50296-0.08581 0.74414-0.08984zm4.9316 3.3125c-1.8282 0.0084-3.3801 0.08474-4.2168 0.33594-0.10231 0.01569-0.1329 0.06832-0.17383 0.14844-0.4867 0.95361-0.63621 1.7378-0.50195 2.8613 0.0147 0.18234 0.01566 0.18281 0.18164 0.17969 4.3927-0.0826 7.5134-0.21617 11.266-0.47852 0.17689-0.0076 0.19579 8e-3 0.21484-0.1582 0.0956-0.8369 0.01086-1.7233-0.57617-2.7422-0.0248-0.04453-0.08901-0.07368-0.12891-0.07422-1.7427-0.01432-3.6309-0.06573-5.3418-0.07227-0.24441-6.54e-4 -0.48649-0.0014-0.72266 0zm2.0625 0.18946c2.0876 5.34e-4 3.9168 0.06874 4.0273 0.14062 0.2764 0.62504 0.6344 1.1336 0.50976 2.3379-4e-3 0.11764-0.01771 0.1358-0.12305 0.14062-3.6428 0.16828-5.9027 0.53828-10.957 0.42383-0.19726 0.0092-0.19846-0.01715-0.22852-0.19336-0.16508-0.97675 0.31046-1.826 0.54492-2.3848 0.43233-0.35456 3.5425-0.46565 6.2266-0.46484zm3.8691 3.3457c-0.19508 1.5008-0.32991 4.2789 0.11719 5.7031 0.13114 0.41773 0.20117 0.81032 0.11914 1.2441-0.30339 0.73244-5.9313 0.79456-9.7793 0.63867-0.10751-3e-3 -0.12131 0.02374-0.1582-0.06836-0.25577-0.73459 0.18651-4.3823-0.19531-6.0332 0.18678 2.204-0.287 5.8705-0.0332 6.4102 0.0313 0.0704 0.086 0.06446 0.14844 0.06836 3.2718 0.20319 6.5514 0.38309 10.215-0.53906 0.1015-0.0395 0.16794-0.11198 0.17383-0.20898 0.0347-0.8264-0.36651-1.6718-0.43359-2.2852-0.22686-2.0739-0.08432-3.2222-0.17383-4.9297zm-6.1504 1.4277c-0.0905 1.9388-0.12223 3.6486-0.13867 5.291 0.19422-1.5666 0.38204-3.141 0.13867-5.291zm2.3789 0.22461c-0.13563 1.6994-0.22178 3.4151 0.08398 5.2617 0.19406-1.754 0.09202-3.5077-0.08398-5.2617zm31.717 3.1934c0.37325-0.0039 0.68396 0.03685 0.89062 0.13672 1.1838 0.72726 2.3486 1.483 2.9062 2.8887 0.074 0.21597-0.01487 0.60899-0.24609 0.61915-0.19229 5e-3 -0.35009-0.0342-0.5332-0.12696-1.0424-0.52826-1.3081-1.4968-2.3652-2.4844 0.77762 1.214 1.3139 1.6435 1.3945 3.2422 0 0.0657-0.05627 0.0962-0.125 0.10157-1.2071 7e-3 -2.4776-2.4921-4.0938-2.8438-0.42337-0.10645-0.96891-0.15857-1.5625-0.17578-0.12256-3e-3 -0.24726-0.0039-0.37305-0.0059 0.0398-0.35574 0.11406-0.42901 0.26758-0.50586 1.046-0.42101 2.7201-0.83396 3.8398-0.8457zm-5.3086 0.31445c0.0187-3.6e-4 0.03909-3.6e-4 0.05859 0 0.43786 0.0068 0.89681 0.15233 1.377 0.43359-0.022 0.0092-0.04511 0.01812-0.06641 0.02734-0.12604 0.07962-0.19256 0.36743-0.17188 0.57617-0.10552-6.5e-4 -0.21144-1e-3 -0.31836 0-0.65907 7e-3 -1.3324 0.04419-1.9316 0.08789 0.24078-0.32404 0.47665-0.64912 0.70703-0.97656 0.10043-0.1217 0.21418-0.14597 0.3457-0.14844zm0.9375 1.0762c0.0982-6.6e-4 0.19603-6.6e-4 0.29297 0 0.11577 6.5e-4 0.22887 0.0029 0.3418 0.0059 0.8422 0.0244 1.5906 0.12124 2.0117 0.33789 6e-3 3e-3 0.01178 0.0048 0.01758 0.0078 0.0191 0.0102 0.03699 0.02045 0.05469 0.03125 1.0589 0.61552 2.0092 1.997 3.0801 2.6602 0.52423 0.23291 0.76976 0.0713 0.73047-0.34571-0.0773-0.7951-0.14223-1.0474-0.44922-1.5391 0.5512 0.52688 0.96623 1.0341 1.6875 1.1816 4.2784 3.58 7.3275 7.4454 7.1973 11.686-0.32201 5.7875-5.8324 9.734-10.932 10.949-6.3432 1.0295-13.774-4.5231-18.199-3.4395-1.4004 0.27569-5.114 1.0831-5.4316 3.5586-0.11397 0.90548 0.40301 1.8956 0.63867 2.3066 0.23561 0.411 0.93801 1.0359 0.23828 0.63476-0.96268-0.50525-1.5023-1.3337-1.7656-2.3867-0.32951-2.7189 1.2113-6.611 3.8379-8.1934 0.95162-0.51717 4.2498-2.1476 8.0762-1.5449 2.9703 0.70468 6.0824 1.8812 8.9062 2.0977 1.9552 0.2338 6.1515-1.6612 6.332-4.1152 0.0813-1.4968-3.3447-3.849-6.6094-3.8789-0.99184 0.0433-2.2698 0.0324-2.6562 0.0566-0.0584-0.14587-0.12682-0.28875-0.20508-0.42773l1.9395-1.502c0.1493-0.11018 0.21203-0.19551 0.16797-0.47265-0.24039-1.5151-0.3984-3.5424-0.81445-3.9121-0.71936-0.64236-1.6628-0.7538-2.6074-1.0274 0.73029-0.86591 1.4333-1.7465 2.0977-2.6387 0.62404-0.046 1.3342-0.08484 2.0215-0.08984zm-4.2227 2.8535c0.36805 0.075 1.7445 0.44898 2.0957 0.66797 0.67721 0.35644 0.62527 0.58191 0.70703 0.82227 0.18536 0.73879 0.39158 2.3609 0.54102 3.2344 0.0242 0.17298-0.02089 0.24609-0.10547 0.31641l-3.7051 2.8984c-0.22245 0.15461-0.233 0.11842-0.24023-0.0117-0.047-1.0544-0.08062-2.2086-0.22461-2.8633-9e-3 -0.0647-0.0304-0.12015-0.0625-0.16992-0.23713-0.31681-1.22-0.58469-1.7246-0.77149l0.05664 0.13867c0.49231 0.23823 1.4121 0.44174 1.5391 0.83985 0.20825 0.70161 0.19856 1.783 0.20312 2.8105 5e-3 0.35398 0.15584 0.42662 0.33594 0.29688l1.8242-1.4062c0.25232 0.8494 0.4599 1.796-0.08789 2.5547-1.0239 1.1297-3.7006 2.4116-6.1484 3.207-2.8064-0.0528-5.8289 0.59872-8.1426 2.3066-2.0485 0.63521-3.873 1.1762-4.9102 1.0781-0.91805-0.17254 0.29492-0.78701 0.55078-0.92773 2.7989-1.5402 5.962-3.5995 8.6875-5.9805l2e-3 -2e-3h2e-3c2.9988-2.8184 6.0932-5.8382 8.8066-9.0391zm-2.8262 5.6562c-0.16826 1.5994-0.07988 2.9764-0.08008 4.4316 0.0401-1.453 0.15813-2.7658 0.08008-4.4316zm6.8496 1.6992c2.1551-0.0244 6.6248 2.1891 6.4707 3.8418-0.18248 1.3795-2.8813 3.4962-5.8594 3.5625-1.6712 0.075-5.9118-1.2998-8.8047-2.0957 2.0517-0.73645 4.1701-1.5864 5.5996-2.9902 0.48958-0.42412 0.56508-1.3516 0.27148-2.2422 0.79903-0.0455 1.6002-0.0621 2.3223-0.0762z"}))};