devicons-react 1.2.6-beta-0.0.3 → 1.2.6-beta-0.0.5

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 ReachOriginal: React.FunctionComponent<Props>;
6
+ export default ReachOriginal;
@@ -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,{version:"1.1",viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("g",{id:"surface1"},/*#__PURE__*/React.createElement("path",{style:{" stroke":"none",fillRule:"nonzero",fill:"#6AC6E7",fillOpacity:"1"},d:"M 65.730469 21.566406 C 74.660156 30.601562 83.527344 39.574219 92.472656 48.625 C 92.066406 49.054688 91.726562 49.425781 91.375 49.777344 C 81.859375 59.328125 72.335938 68.867188 62.832031 78.425781 C 52.964844 88.34375 43.109375 98.269531 33.289062 108.234375 C 32.367188 109.171875 31.882812 109.148438 30.976562 108.226562 C 25.488281 102.617188 19.921875 97.082031 14.398438 91.507812 C 10.734375 87.8125 7.097656 84.09375 3.453125 80.378906 C 3.191406 80.113281 2.957031 79.816406 2.6875 79.507812 C 22.945312 59.441406 43.144531 39.433594 63.628906 19.140625 C 64.070312 19.648438 64.867188 20.574219 65.730469 21.566406 Z M 65.730469 21.566406 "}),/*#__PURE__*/React.createElement("path",{style:{" stroke":"none",fillRule:"nonzero",fill:"#F45848",fillOpacity:"1"},d:"M 117.636719 73.335938 C 120.503906 76.144531 123.304688 78.890625 125.796875 81.335938 C 116.488281 91.003906 107.328125 100.515625 98.21875 109.972656 C 81.457031 97.636719 80.789062 65.796875 97.109375 53.039062 C 103.9375 59.789062 110.753906 66.53125 117.636719 73.335938 Z M 117.636719 73.335938 "})))};
@@ -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 ReachPlain: React.FunctionComponent<Props>;
7
+ export default ReachPlain;
@@ -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="#6AC6E7",...b}=a;return b={...b,style:{...(b.style?b.style:{}),width:c,height:c,...(d?{fill:d}:{})}},/*#__PURE__*/React.createElement("svg",_extends({},b,{version:"1.1",viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("g",{id:"surface1"},/*#__PURE__*/React.createElement("path",{style:{stroke:"none"},d:"M 65.730469 21.566406 C 74.660156 30.601562 83.527344 39.574219 92.472656 48.625 C 92.066406 49.054688 91.726562 49.425781 91.375 49.777344 C 81.859375 59.328125 72.335938 68.867188 62.832031 78.425781 C 52.964844 88.34375 43.109375 98.269531 33.289062 108.234375 C 32.367188 109.171875 31.882812 109.148438 30.976562 108.226562 C 25.488281 102.617188 19.921875 97.082031 14.398438 91.507812 C 10.734375 87.8125 7.097656 84.09375 3.453125 80.378906 C 3.191406 80.113281 2.957031 79.816406 2.6875 79.507812 C 22.945312 59.441406 43.144531 39.433594 63.628906 19.140625 C 64.070312 19.648438 64.867188 20.574219 65.730469 21.566406 Z M 65.730469 21.566406 "}),/*#__PURE__*/React.createElement("path",{style:{stroke:"none"},d:"M 117.636719 73.335938 C 120.503906 76.144531 123.304688 78.890625 125.796875 81.335938 C 116.488281 91.003906 107.328125 100.515625 98.21875 109.972656 C 81.457031 97.636719 80.789062 65.796875 97.109375 53.039062 C 103.9375 59.789062 110.753906 66.53125 117.636719 73.335938 Z M 117.636719 73.335938 "})))};