devicons-react 1.2.6-beta-0.2.0 → 1.2.6-beta-0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/lib/icons/CarbonOriginal.d.ts +6 -0
  2. package/lib/icons/CarbonOriginal.js +1 -0
  3. package/lib/icons/K6Original.d.ts +6 -0
  4. package/lib/icons/K6Original.js +1 -0
  5. package/lib/icons/NetlifyOriginal.d.ts +6 -0
  6. package/lib/icons/NetlifyOriginal.js +1 -0
  7. package/lib/icons/NetlifyOriginalWordmark.d.ts +6 -0
  8. package/lib/icons/NetlifyOriginalWordmark.js +1 -0
  9. package/lib/icons/NetlifyPlain.d.ts +7 -0
  10. package/lib/icons/NetlifyPlain.js +1 -0
  11. package/lib/icons/NetlifyPlainWordmark.d.ts +7 -0
  12. package/lib/icons/NetlifyPlainWordmark.js +1 -0
  13. package/lib/icons/OryOriginal.d.ts +6 -0
  14. package/lib/icons/OryOriginal.js +1 -0
  15. package/lib/icons/OryOriginalWordmark.d.ts +6 -0
  16. package/lib/icons/OryOriginalWordmark.js +1 -0
  17. package/lib/icons/PulumiOriginal.d.ts +6 -0
  18. package/lib/icons/PulumiOriginal.js +1 -0
  19. package/lib/icons/PulumiOriginalWordmark.d.ts +6 -0
  20. package/lib/icons/PulumiOriginalWordmark.js +1 -0
  21. package/lib/icons/PulumiPlain.d.ts +7 -0
  22. package/lib/icons/PulumiPlain.js +1 -0
  23. package/lib/icons/PulumiPlainWordmark.d.ts +7 -0
  24. package/lib/icons/PulumiPlainWordmark.js +1 -0
  25. package/lib/icons/ReplitOriginal.d.ts +6 -0
  26. package/lib/icons/ReplitOriginal.js +1 -0
  27. package/lib/icons/ReplitOriginalWordmark.d.ts +6 -0
  28. package/lib/icons/ReplitOriginalWordmark.js +1 -0
  29. package/lib/icons/ReplitPlainWordmark.d.ts +7 -0
  30. package/lib/icons/ReplitPlainWordmark.js +1 -0
  31. package/lib/icons/SpackOriginal.d.ts +6 -0
  32. package/lib/icons/SpackOriginal.js +1 -0
  33. package/lib/icons/SpackPlain.d.ts +7 -0
  34. package/lib/icons/SpackPlain.js +1 -0
  35. package/lib/icons/VitestOriginal.d.ts +6 -0
  36. package/lib/icons/VitestOriginal.js +1 -0
  37. package/lib/icons/VitestPlain.d.ts +7 -0
  38. package/lib/icons/VitestPlain.js +1 -0
  39. package/lib/index.d.ts +113 -94
  40. package/lib/index.js +1 -1
  41. package/package.json +17 -17
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const CarbonOriginal: React.FunctionComponent<Props>;
6
+ export default CarbonOriginal;
@@ -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:"M53.316 127.094c-13.828-2.641-24.859-8.398-34.437-17.973C-1.914 88.328-5.875 56.875 9.074 31.309 17.551 16.813 31.715 6.371 49.047 1.836c8.141-2.129 21.766-2.129 29.906 0 14.188 3.711 25.898 11.066 34.387 21.586 6.461 8.02 10.141 15.367 12.824 25.625 2.129 8.141 2.129 21.766 0 29.906-6.277 24.004-23.273 41.016-47.125 47.18-6.629 1.715-19.293 2.188-25.723.961zm22.191-24.953c4.637-1.891 8.102-4.883 11.227-9.691 2.133-3.285 4.145-8.914 4.145-11.605 0-1.41-.219-1.484-4.492-1.484-4.996 0-4.973-.02-6.383 5.574-.922 3.66-4.203 7.77-7.684 9.625-2.488 1.328-3.582 1.508-8.047 1.328-4.32-.172-5.594-.488-7.746-1.91-3.113-2.062-6.289-6.687-7.605-11.066-2.383-7.949-2.66-26.223-.539-35.535 2.184-9.574 8.395-15.359 16.504-15.371 7.852-.012 13.488 4.969 15.754 13.918l.688 2.719h9.727l-.41-2.996c-.227-1.648-1.316-4.961-2.422-7.355-6.055-13.141-21.758-18.172-35.551-11.391-6.379 3.137-11.187 9.598-14.059 18.895-1.73 5.609-1.73 30.805 0 36.414 2.621 8.496 7.402 15.402 12.887 18.613 6.652 3.898 16.371 4.434 24.008 1.32zm0 0"}))};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const K6Original: React.FunctionComponent<Props>;
6
+ export default K6Original;
@@ -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:"M127.828 128H.172l42.496-93.656L68.27 53.785 101.66 0Zm-46.805-20.23h.274c3.16.007 6.2-1.254 8.473-3.52a11.465 11.465 0 0 0 2.722-3.922c.63-1.492.942-3.105.922-4.734a10.856 10.856 0 0 0-.844-4.563 10.492 10.492 0 0 0-2.668-3.742c-1.933-2.008-4.543-3.168-7.285-3.242h-.21a3.592 3.592 0 0 0-1.06.148l6.739-10.347-5.367-3.871-2.543 3.87-6.492 10.247c-1.118 1.699-2.051 3.195-2.63 4.234a25.054 25.054 0 0 0-1.542 3.43 10.983 10.983 0 0 0-.739 3.949c-.015 1.61.297 3.203.918 4.676a11.45 11.45 0 0 0 2.68 3.887c2.246 2.261 5.262 3.523 8.399 3.52ZM52.48 96.629l7.442 10.875h7.957L59.125 94.89l7.773-11.153-5.16-3.687-2.277 3.105-6.988 10.18V72.867L45.508 67v40.496h6.965V96.621Zm28.551 4.351a5.03 5.03 0 0 1-3.62-1.55 5.376 5.376 0 0 1-1.5-3.743c0-1.402.538-2.75 1.5-3.742a5.042 5.042 0 0 1 3.62-1.547h.047c.676 0 1.344.141 1.961.415a4.973 4.973 0 0 1 1.648 1.18 4.887 4.887 0 0 1 1.149 1.663c.266.633.402 1.317.398 2.004a5.486 5.486 0 0 1-1.546 3.758 5.13 5.13 0 0 1-3.653 1.555Zm0 0",fill:"#7d64ff"}))};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const NetlifyOriginal: React.FunctionComponent<Props>;
6
+ export default NetlifyOriginal;
@@ -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:"M80.46 82.605h-8.777l-.734-.733V61.326c0-3.656-1.436-6.489-5.844-6.588-2.269-.06-4.864 0-7.638.11l-.416.425v26.589l-.733.733H47.54l-.733-.733V46.764l.733-.733h19.753c7.677 0 13.899 6.22 13.899 13.898v21.943l-.733.733Z",fill:"#014847"}),/*#__PURE__*/React.createElement("path",{d:"M58.942 119.902v-26.33l.733-.734h8.797l.733.733v26.331l-.733.733h-8.796zm0-84.838V8.734L59.675 8h8.797l.733.733v26.331l-.733.733h-8.796zm68.335 34.385H92.169l-.733-.733V59.92l.733-.733h35.108l.733.733v8.797zm-91.436 0H.733L0 68.716V59.92l.733-.733h35.108l.733.733v8.797zm-8.49-35.633v-1.209l6.034-6.033h1.208l9.223 9.223v6.39l-.852.852h-6.39zm7.242 68.235h-1.208l-6.033-6.033v-1.209l9.223-9.222h6.39l.851.851v6.39z",fill:"#05bdba"}))};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const NetlifyOriginalWordmark: React.FunctionComponent<Props>;
6
+ export default NetlifyOriginalWordmark;
@@ -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:"M110.25 61.727h17.478l.273.278v2.77l-.273.277h-18.57l-.273-.277 1.091-2.77zm-109.977 0h18.57l.273.278v2.77l-.273.277H.273L0 64.775v-2.77Zm17.214-14.864H17.1l-1.931 1.959v.391l4.508 4.573 2.045-.001.274-.277v-2.073zm.002 33.054h-.387l-1.93-1.96v-.391l4.508-4.572h2.044l.275.277v2.074zm11.87-29.344V37.277l.274-.277h2.73l.274.277v13.296l-.274.277h-2.73zm0 38.929V76.206l.274-.278h2.73l.274.278v13.296l-.274.277h-2.73z",fill:"#05bdba"}),/*#__PURE__*/React.createElement("path",{d:"m33.863 70.393-.273-.278.002-8.03c0-1.386-.537-2.46-2.186-2.495a42.287 42.287 0 0 0-2.854.042l-.155.162.002 10.321-.273.278h-3.278l-.274-.278V56.663l.274-.277 7.377-.068c3.696 0 5.192 2.576 5.192 5.483v8.314l-.274.278zm67.242.277c-1.094 2.772-2.186 4.434-6.012 4.434h-1.367l-.273-.277v-2.772l.273-.277h1.367c1.366 0 1.639-.277 1.913-1.109v-.277l-4.372-10.81V56.81l.273-.277h2.46l.273.277 3.279 9.425h.273l3.28-9.425.273-.277h2.459l.273.277v2.772l-4.371 11.087Zm-10.11-19.402v2.772l-.274.277h-2.458c-.547 0-.82.277-.82.832v1.109l.273.277h2.732l.274.277v2.772l-.274.277h-2.732l-.274.277v9.978l-.273.278h-3.28l-.272-.278V60.14l-.274-.278h-1.912l-.274-.277v-2.772l.274-.277h1.912l.274-.277v-1.11c0-3.048 2.185-4.158 4.644-4.158h2.46l.273.278zm-12.843 3.049h-3.279l-.273-.277v-2.772l.273-.277h3.28l.273.277v2.772zm0 16.076h-3.279l-.273-.278V56.811l.273-.277h3.28l.273.277v13.304zm-7.377 0h-3.279l-.273-.278V51.268l.273-.277h3.28l.273.277v18.847zm-10.11-4.158c0 .554.273.831.82.831h2.46l.273.278v2.771l-.274.278h-2.459c-2.46 0-4.645-1.11-4.645-4.158v-6.098l-.273-.278h-1.913l-.273-.277V56.81l.273-.277h1.913l.273-.277V53.76l.273-.277h3.28l.273.277v2.495l.273.277h3.006l.274.277v2.772l-.274.277H60.94l-.273.278v6.098zm-7.65-1.663-.274.277H44.27l-.273.277c0 .555.547 2.218 2.732 2.218.82 0 1.64-.278 1.913-.832l.273-.277h3.28l.273.277c-.274 1.663-1.64 4.158-5.739 4.158-4.645 0-6.831-3.326-6.831-7.206 0-3.88 2.185-7.206 6.558-7.206 4.373 0 6.558 3.326 6.558 7.206v1.109zm-4.1-2.772c0-.277-.273-2.217-2.46-2.217-2.185 0-2.458 1.94-2.458 2.217l.273.277h4.372z",fill:"#014847"}))};
@@ -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 NetlifyPlain: React.FunctionComponent<Props>;
7
+ export default NetlifyPlain;
@@ -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="#05BDBA",...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:"M58.942 119.902v-26.33l.733-.734h8.797l.733.733v26.331l-.733.733h-8.796zm0-84.838V8.734L59.675 8h8.797l.733.733v26.331l-.733.733h-8.796zm68.335 34.385H92.169l-.733-.733V59.92l.733-.733h35.108l.733.733v8.797zm-91.436 0H.733L0 68.716V59.92l.733-.733h35.108l.733.733v8.797zM80.46 82.605h-8.777l-.733-.733V61.326c0-3.656-1.436-6.489-5.844-6.588-2.269-.06-4.864 0-7.638.11l-.416.425v26.589l-.733.733H47.54l-.733-.733V46.764l.733-.734h19.753c7.677 0 13.899 6.222 13.899 13.9v21.942Zm-53.107-48.79v-1.208l6.033-6.033h1.208l9.223 9.223v6.39l-.852.852h-6.39zm7.241 68.236h-1.208l-6.033-6.033v-1.209l9.223-9.222h6.39l.851.851v6.39z"}))};
@@ -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 NetlifyPlainWordmark: React.FunctionComponent<Props>;
7
+ export default NetlifyPlainWordmark;
@@ -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:"m33.863 70.393-.273-.278.002-8.03c0-1.386-.537-2.46-2.186-2.495a42.287 42.287 0 0 0-2.854.042l-.155.162.002 10.321-.273.278h-3.278l-.274-.278V56.663l.274-.277 7.377-.068c3.696 0 5.192 2.576 5.192 5.483v8.314l-.274.278zm67.242.277c-1.094 2.772-2.186 4.434-6.012 4.434h-1.367l-.273-.277v-2.772l.273-.277h1.367c1.366 0 1.639-.277 1.913-1.109v-.277l-4.372-10.81V56.81l.273-.277h2.46l.273.277 3.279 9.425h.273l3.28-9.425.273-.277h2.459l.273.277v2.772l-4.371 11.087Zm-10.11-19.402v2.772l-.274.277h-2.458c-.547 0-.82.277-.82.832v1.109l.273.277h2.732l.274.277v2.772l-.274.277h-2.732l-.274.277v9.978l-.273.278h-3.28l-.272-.278V60.14l-.274-.278h-1.912l-.274-.277v-2.772l.274-.277h1.912l.274-.277v-1.11c0-3.048 2.185-4.158 4.644-4.158h2.46l.273.278zm-12.843 3.049h-3.279l-.273-.277v-2.772l.273-.277h3.28l.273.277v2.772zm0 16.076h-3.279l-.273-.278V56.811l.273-.277h3.28l.273.277v13.304zm-7.377 0h-3.279l-.273-.278V51.268l.273-.277h3.28l.273.277v18.847zm-10.11-4.158c0 .554.273.831.82.831h2.46l.273.278v2.771l-.274.278h-2.459c-2.46 0-4.645-1.11-4.645-4.158v-6.098l-.273-.278h-1.913l-.273-.277V56.81l.273-.277h1.913l.273-.277V53.76l.273-.277h3.28l.273.277v2.495l.273.277h3.006l.274.277v2.772l-.274.277H60.94l-.273.278v6.098zm-7.65-1.663-.274.277H44.27l-.273.277c0 .555.547 2.218 2.732 2.218.82 0 1.64-.278 1.913-.832l.273-.277h3.28l.273.277c-.274 1.663-1.64 4.158-5.739 4.158-4.645 0-6.831-3.326-6.831-7.206 0-3.88 2.185-7.206 6.558-7.206 4.373 0 6.558 3.326 6.558 7.206v1.109zm-4.1-2.772c0-.277-.273-2.217-2.46-2.217-2.185 0-2.458 1.94-2.458 2.217l.273.277h4.372zm61.335-.073h17.478l.273.278v2.77l-.273.277h-18.57l-.273-.277 1.091-2.77zm-109.977 0h18.57l.273.278v2.77l-.273.277H.273L0 64.775v-2.77Zm17.214-14.864H17.1l-1.931 1.959v.391l4.508 4.573 2.045-.001.274-.277v-2.073zm.002 33.054h-.387l-1.93-1.96v-.391l4.508-4.572h2.044l.275.277v2.074zm11.87-29.344V37.277l.274-.277h2.73l.274.277v13.296l-.274.277h-2.73zm0 38.929V76.206l.274-.278h2.73l.274.278v13.296l-.274.277h-2.73z"}))};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const OryOriginal: React.FunctionComponent<Props>;
6
+ export default OryOriginal;
@@ -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:"#5528ff",viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("path",{d:"M64.162.066a.581.581 0 0 0-.26.063L33.754 15.043a.257.257 0 0 0-.152.246v12.766c-.004.035.015.066.046.086.032.02.07.023.102.007l30.234-14.984a.34.34 0 0 1 .313 0l30.148 14.938c.11.054.164.02.164-.098.063-4.074.067-8.149.016-12.227-.008-.359.316-.527-.246-.804-10.016-4.961-20-9.907-29.957-14.844a.581.581 0 0 0-.26-.063zm-.017 33.403C47.28 33.469 33.613 47.137 33.613 64s13.668 30.531 30.532 30.531c16.863 0 30.53-13.668 30.53-30.531s-13.667-30.531-30.53-30.531zM33.742 99.855c-.027-.015-.066-.011-.094.004a.098.098 0 0 0-.046.086v12.856c-.004.035.02.07.054.09l30.426 15.09a.092.092 0 0 0 .09 0l30.41-15.051a.104.104 0 0 0 .055-.09l.011-12.875a.098.098 0 0 0-.046-.086.097.097 0 0 0-.098-.004l-30.305 15.004a.092.092 0 0 1-.09 0L33.742 99.855z"}))};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const OryOriginalWordmark: React.FunctionComponent<Props>;
6
+ export default OryOriginalWordmark;
@@ -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:"#5528ff",viewBox:"0 0 128 128",xmlns:"http://www.w3.org/2000/svg"}),/*#__PURE__*/React.createElement("path",{d:"M15.8 31.283a.233.233 0 0 0-.105.026L.301 38.91a.28.28 0 0 0-.153.246v6.446c0 .02.012.039.032.05.015.012.039.012.058.004 5.153-2.582 10.422-5 15.496-7.707.02-.011.04-.011.055 0l15.477 7.684a.083.083 0 0 0 .09-.004.09.09 0 0 0 .042-.078v-6.446c0-.066-.027-.117-.09-.144l-15.402-7.652a.233.233 0 0 0-.105-.026zm63.759 17.06c-.141 0-.207.067-.207.204v5.355c0 .086.02.164.062.239l4.547 7.398a.177.177 0 0 1 0 .176c-.047.074-4.047.039-4.512.039-.066 0-.097.031-.097.098V79.55c0 .054.043.097.097.097H85a.297.297 0 0 0 .297-.296l.004-11.543c0-.059.027-.086.09-.086l2.27.02a.296.296 0 0 1 .245.14l7.16 11.672c.04.062.094.093.168.093h6.758c.028.004.047-.011.059-.03a.075.075 0 0 0 0-.071L94.629 67.48a.1.1 0 0 1-.008-.074.1.1 0 0 1 .055-.05c10.855-3.547 8.344-19.024-3.164-18.997-3.887.008-7.871.004-11.953-.015zm26.043.009c-.02 0-.04.007-.047.023-.012.016-.012.035-.004.055l7.816 15.562a.05.05 0 0 1 0 .047l-7.8 15.531c-.008.02-.008.04.003.055.008.016.024.023.043.023h6.555c.02 0 .039-.011.047-.027l15.597-31.191c.008-.02.008-.04-.003-.055-.008-.016-.028-.023-.043-.023h-6.422a.045.045 0 0 0-.051.027l-4.5 8.793a.067.067 0 0 1-.05.027h-.079c-.02-.004-.039-.011-.047-.031l-4.39-8.79a.054.054 0 0 0-.047-.026h-6.578zm-89.825.03c-8.625 0-15.62 6.993-15.62 15.622 0 8.625 6.995 15.617 15.62 15.617s15.618-6.992 15.618-15.617c0-8.629-6.993-15.621-15.618-15.621zm43.457 0c-8.625 0-15.617 6.993-15.617 15.622 0 8.625 6.992 15.617 15.617 15.617 8.63 0 15.621-6.992 15.621-15.617 0-8.629-6.992-15.621-15.62-15.621zm30.377 5.915c.743 0 1.487.016 2.229.047 2.5.105 4.351 1.988 3.742 4.562-.508 2.14-2.281 2.93-4.375 2.871a.179.179 0 0 1-.156-.09l-4.465-7.261c-.047-.078-.027-.121.066-.125.246-.008.504.05.73.043a52.98 52.98 0 0 1 2.23-.047zm-30.377.035A9.667 9.667 0 0 1 68.902 64a9.667 9.667 0 0 1-9.668 9.668c-5.336 0-9.668-4.328-9.668-9.668 0-5.34 4.332-9.668 9.668-9.668zM.214 82.34a.078.078 0 0 0-.034.008.074.074 0 0 0-.032.058v6.547c0 .027.016.05.04.063l15.523 7.718a.06.06 0 0 0 .062 0l15.586-7.691a.064.064 0 0 0 .036-.059l.011-6.558a.069.069 0 0 0-.031-.059.08.08 0 0 0-.066-.004L15.785 90.04a.076.076 0 0 1-.058 0L.247 82.348a.058.058 0 0 0-.032-.008z"}))};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const PulumiOriginal: React.FunctionComponent<Props>;
6
+ export default PulumiOriginal;
@@ -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:"M24.156 108.54c4.734-2.734 4.742-11.582.02-19.766-4.727-8.18-12.395-12.598-17.13-9.867-4.73 2.734-4.742 11.582-.015 19.766 4.723 8.183 12.39 12.602 17.125 9.867z",fill:"#f26e7e"}),/*#__PURE__*/React.createElement("path",{d:"M120.98 98.684c4.723-8.18 4.715-17.031-.02-19.762-4.73-2.734-12.398 1.684-17.125 9.863-4.722 8.184-4.714 17.031.02 19.766s12.402-1.683 17.125-9.867z",fill:"#893390"}),/*#__PURE__*/React.createElement("path",{d:"M56.418 127.19c4.734-2.734 4.742-11.582.016-19.766-4.723-8.184-12.391-12.598-17.125-9.867-4.735 2.734-4.743 11.582-.016 19.766 4.723 8.183 12.391 12.602 17.125 9.867z",fill:"#f26e7e"}),/*#__PURE__*/React.createElement("path",{d:"M88.727 117.3c4.723-8.184 4.715-17.031-.02-19.766-4.734-2.73-12.398 1.687-17.125 9.867-4.722 8.184-4.714 17.031.02 19.766 4.73 2.735 12.398-1.683 17.125-9.867z",fill:"#893390"}),/*#__PURE__*/React.createElement("path",{d:"M63.984 19.797c9.45 0 17.109-4.434 17.109-9.898 0-5.47-7.66-9.899-17.109-9.899S46.875 4.43 46.875 9.9c0 5.464 7.66 9.898 17.109 9.898z",fill:"#f6bf29"}),/*#__PURE__*/React.createElement("path",{d:"M24.145 71.254c4.734-2.734 4.742-11.582.02-19.766-4.727-8.18-12.395-12.598-17.125-9.867-4.735 2.734-4.743 11.582-.02 19.766 4.723 8.183 12.391 12.602 17.125 9.867z",fill:"#f26e7e"}),/*#__PURE__*/React.createElement("path",{d:"M31.73 38.398c9.45 0 17.109-4.434 17.109-9.898S41.179 18.6 31.73 18.6 14.621 23.035 14.621 28.5s7.66 9.898 17.109 9.898z",fill:"#f6bf29"}),/*#__PURE__*/React.createElement("path",{d:"M120.96 61.406c4.723-8.18 4.719-17.031-.016-19.762-4.734-2.734-12.402 1.684-17.129 9.863-4.722 8.184-4.714 17.035.02 19.766 4.734 2.735 12.402-1.683 17.125-9.867z",fill:"#893390"}),/*#__PURE__*/React.createElement("path",{d:"M96.281 38.398c9.45 0 17.109-4.434 17.109-9.898S105.73 18.6 96.281 18.6 79.172 23.035 79.172 28.5s7.66 9.898 17.109 9.898z",fill:"#f6bf29"}),/*#__PURE__*/React.createElement("path",{d:"M56.406 89.906c4.734-2.734 4.742-11.582.02-19.766-4.727-8.184-12.395-12.598-17.125-9.867-4.735 2.734-4.743 11.582-.02 19.766 4.723 8.183 12.391 12.602 17.125 9.867z",fill:"#f26e7e"}),/*#__PURE__*/React.createElement("path",{d:"M88.707 80.027c4.727-8.18 4.715-17.031-.016-19.762-4.734-2.734-12.402 1.684-17.129 9.863-4.722 8.184-4.714 17.031.02 19.766s12.402-1.683 17.125-9.867z",fill:"#893390"}),/*#__PURE__*/React.createElement("path",{d:"M63.984 57.043c9.45 0 17.109-4.434 17.109-9.898 0-5.47-7.66-9.899-17.109-9.899s-17.109 4.43-17.109 9.899c0 5.464 7.66 9.898 17.109 9.898z",fill:"#f6bf29"}))};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const PulumiOriginalWordmark: React.FunctionComponent<Props>;
6
+ export default PulumiOriginalWordmark;
@@ -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:"M5.14 65.805c1.18-.68 1.18-2.883.005-4.918-1.176-2.035-3.082-3.137-4.262-2.453-1.176.68-1.18 2.879-.004 4.918 1.176 2.035 3.086 3.133 4.262 2.453zm.008 4.36c1.176 2.035 1.176 4.238-.003 4.917-1.18.68-3.086-.418-4.262-2.453-1.176-2.039-1.172-4.238.004-4.918 1.18-.68 3.086.418 4.261 2.453zm8.028 4.64c1.176 2.04 1.176 4.238-.004 4.918-1.18.68-3.086-.418-4.262-2.453-1.176-2.035-1.172-4.238.004-4.918 1.18-.68 3.086.418 4.262 2.453zm-.004-9.277c1.176 2.035 1.176 4.238-.004 4.918-1.176.68-3.086-.418-4.262-2.453-1.176-2.04-1.172-4.239.008-4.918 1.176-.68 3.086.418 4.258 2.453z",fill:"#f26e7e"}),/*#__PURE__*/React.createElement("path",{d:"M29.234 63.355c1.172-2.035 1.172-4.238-.008-4.918-1.176-.68-3.086.418-4.262 2.453-1.171 2.04-1.171 4.238.008 4.918 1.176.684 3.086-.418 4.262-2.453zm0 4.356c1.176.683 1.18 2.882.004 4.917-1.176 2.04-3.086 3.137-4.262 2.458-1.18-.68-1.18-2.883-.004-4.919 1.176-2.035 3.082-3.136 4.262-2.457zm-8.027 4.636c1.18.68 1.18 2.88.004 4.918-1.176 2.035-3.082 3.133-4.262 2.453-1.176-.68-1.18-2.882-.004-4.918 1.176-2.035 3.082-3.136 4.262-2.453zm-.004-9.277c1.176.68 1.18 2.883.004 4.918s-3.082 3.137-4.262 2.457c-1.18-.684-1.18-2.883-.004-4.918 1.176-2.04 3.082-3.137 4.262-2.457z",fill:"#893390"}),/*#__PURE__*/React.createElement("path",{d:"M19.312 50.539c0 1.36-1.906 2.46-4.258 2.46-2.351 0-4.258-1.1-4.258-2.46 0-1.363 1.907-2.465 4.258-2.465 2.352 0 4.258 1.102 4.258 2.465zm-8.027 4.629c0 1.36-1.906 2.46-4.258 2.46-2.348 0-4.254-1.1-4.254-2.46 0-1.363 1.906-2.465 4.254-2.465 2.352 0 4.258 1.102 4.258 2.465zm11.805 2.46c2.351 0 4.258-1.1 4.258-2.46 0-1.363-1.907-2.465-4.258-2.465-2.348 0-4.254 1.102-4.254 2.465 0 1.36 1.906 2.46 4.254 2.46zm-3.778 2.177c0 1.359-1.906 2.464-4.257 2.464-2.352 0-4.258-1.105-4.258-2.464 0-1.36 1.906-2.461 4.258-2.461 2.351 0 4.257 1.101 4.257 2.46z",fill:"#f6bf29"}),/*#__PURE__*/React.createElement("path",{d:"M76.566 53.797h1.582c.488 0 .762.273.762.766v18.375c0 .492-.274.765-.762.765h-1.582c-.492 0-.766-.273-.766-.765V54.563c0-.493.274-.766.766-.766zM46.125 73.703c.492 0 .766-.273.766-.766v-6.152h3.207c4.066 0 6.617-2.43 6.617-6.086 0-3.64-2.551-6.082-6.617-6.082h-5.664c-.489 0-.762.27-.762.762v17.559c0 .492.273.766.762.766zm.766-16.371h3c2.293 0 3.59 1.32 3.59 3.367 0 2.063-1.297 3.387-3.59 3.387h-3zm12.117 3.016v7.937c0 3.48 2.25 5.73 5.648 5.73 1.8 0 3.34-.886 4.297-2.183v1.106c0 .492.273.765.762.765h1.597c.493 0 .766-.273.766-.765v-12.59c0-.493-.273-.766-.766-.766h-1.597c-.489 0-.762.273-.762.766v6.93c0 2.347-1.691 3.995-3.656 3.995-1.883 0-3.18-1.336-3.18-3.246v-7.68c0-.492-.273-.765-.766-.765H59.77c-.492 0-.761.273-.761.766zm23.367 0v7.937c0 3.48 2.254 5.73 5.648 5.73a5.321 5.321 0 0 0 4.3-2.183v1.106c0 .492.274.765.763.765h1.597c.492 0 .766-.273.766-.765v-12.59c0-.493-.274-.766-.766-.766h-1.597c-.489 0-.762.273-.762.766v6.93c0 2.347-1.692 3.995-3.656 3.995-1.883 0-3.18-1.336-3.18-3.246v-7.68c0-.492-.274-.765-.766-.765H83.14c-.492 0-.765.273-.765.766zM121.043 65v7.953c0 .492-.274.762-.766.762h-1.594c-.492 0-.765-.27-.765-.762v-7.684c0-1.91-1.188-3.246-2.934-3.246-1.762 0-3.426 1.774-3.426 3.918v7.012c0 .492-.27.762-.762.762H109.2c-.492 0-.762-.27-.762-.762v-7.684c0-1.91-1.187-3.246-2.934-3.246-1.68 0-3.425 1.61-3.425 3.918v7.012c0 .492-.274.762-.766.762h-1.594c-.492 0-.765-.27-.765-.762V60.348c0-.492.273-.766.765-.766h1.594c.492 0 .766.274.766.766v1.074c.996-1.308 2.43-2.168 4.078-2.168 2.129 0 3.918 1.106 4.804 2.934.926-1.774 2.645-2.934 4.665-2.934 3.07 0 5.418 2.266 5.418 5.746zM128 55.734c0-1.078-.848-1.91-1.938-1.91s-1.922.832-1.922 1.91c0 1.063.832 1.899 1.922 1.899S128 56.797 128 55.734zm-.383 4.614c0-.493-.274-.766-.762-.766h-1.586c-.488 0-.762.273-.762.766v12.59c0 .492.274.765.762.765h1.586c.488 0 .762-.273.762-.765z"}))};
@@ -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 PulumiPlain: React.FunctionComponent<Props>;
7
+ export default PulumiPlain;
@@ -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="#f6bf29",...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:"M63.984 0c-9.449 0-17.109 4.43-17.109 9.898 0 5.465 7.66 9.899 17.109 9.899 9.45 0 17.109-4.434 17.109-9.899C81.093 4.43 73.433 0 63.984 0zM31.73 18.602c-9.449 0-17.109 4.434-17.109 9.898S22.281 38.4 31.73 38.4c9.45 0 17.109-4.434 17.109-9.899s-7.66-9.898-17.109-9.898zm64.551 0c-9.449 0-17.109 4.434-17.109 9.898s7.66 9.899 17.109 9.899c9.45 0 17.109-4.434 17.109-9.899s-7.66-9.898-17.109-9.898zM63.984 37.247c-9.449 0-17.109 4.43-17.109 9.898 0 5.465 7.66 9.899 17.109 9.899 9.45 0 17.109-4.434 17.109-9.899 0-5.468-7.66-9.898-17.109-9.898zM9.97 40.817c-1.055.032-2.045.293-2.932.805-4.734 2.734-4.742 11.582-.02 19.766 4.724 8.184 12.392 12.602 17.126 9.867 4.734-2.734 4.742-11.582.02-19.766C20.322 44.843 14.54 40.68 9.97 40.817zm108.04.022c-4.573-.14-10.355 4.024-14.195 10.67-4.723 8.183-4.715 17.035.02 19.766 4.734 2.734 12.402-1.684 17.125-9.867h.001c4.723-8.18 4.72-17.031-.015-19.762-.888-.513-1.88-.775-2.936-.807zm-32.252 18.62c-4.573-.139-10.355 4.025-14.195 10.67-4.723 8.184-4.715 17.032.02 19.767 4.734 2.735 12.402-1.684 17.125-9.867 4.726-8.18 4.714-17.031-.016-19.762-.888-.513-1.878-.775-2.934-.807zm-43.525.01c-1.055.032-2.045.293-2.932.805-4.734 2.735-4.742 11.582-.02 19.766 4.724 8.184 12.392 12.602 17.126 9.867 4.734-2.734 4.742-11.582.02-19.766-3.841-6.649-9.623-10.81-14.194-10.672zM9.981 78.104c-1.055.031-2.046.292-2.934.804-4.73 2.735-4.742 11.582-.015 19.766 4.722 8.184 12.39 12.602 17.125 9.867 4.734-2.734 4.742-11.582.02-19.766-3.841-6.646-9.623-10.809-14.196-10.672zm108.05.013c-4.57-.14-10.353 4.024-14.193 10.67-4.723 8.184-4.715 17.031.02 19.766 4.734 2.735 12.402-1.683 17.125-9.867 4.722-8.18 4.714-17.031-.02-19.762-.887-.513-1.877-.774-2.932-.807zM85.775 96.731c-4.572-.137-10.351 4.024-14.191 10.67-4.723 8.184-4.715 17.033.02 19.768 4.73 2.735 12.398-1.683 17.125-9.867 4.722-8.184 4.714-17.033-.02-19.768-.888-.512-1.879-.771-2.934-.803zm-43.531.022c-1.055.032-2.046.292-2.934.804-4.734 2.735-4.742 11.582-.015 19.766 4.722 8.184 12.39 12.602 17.125 9.868 4.734-2.735 4.742-11.582.015-19.766-3.837-6.65-9.618-10.81-14.19-10.672z"}))};
@@ -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 PulumiPlainWordmark: React.FunctionComponent<Props>;
7
+ export default PulumiPlainWordmark;
@@ -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:"M15.055 48.074c-2.352 0-4.258 1.101-4.258 2.465 0 1.36 1.906 2.46 4.258 2.46 2.352 0 4.258-1.1 4.258-2.46 0-1.363-1.906-2.465-4.258-2.465zm-8.027 4.629c-2.348 0-4.254 1.101-4.254 2.465 0 1.359 1.906 2.46 4.254 2.46 2.351 0 4.257-1.1 4.257-2.46 0-1.364-1.906-2.465-4.257-2.465zm16.063 0c-2.348 0-4.254 1.101-4.254 2.465 0 1.36 1.906 2.46 4.254 2.46 2.351 0 4.257-1.101 4.257-2.46 0-1.364-1.906-2.465-4.257-2.465zm53.477 1.094c-.492 0-.766.273-.766.765v18.375c0 .493.274.766.766.766h1.582c.488 0 .761-.274.761-.766V54.562c0-.492-.273-.765-.761-.765h-1.582zm49.496.027c-1.09 0-1.922.832-1.922 1.91 0 1.063.832 1.899 1.922 1.899S128 56.797 128 55.734c0-1.078-.847-1.91-1.937-1.91zm-81.63.793c-.488 0-.761.27-.761.762v17.559c0 .492.273.765.762.765h1.691c.492 0 .766-.273.766-.765v-6.153h3.207c4.066 0 6.617-2.43 6.617-6.085 0-3.641-2.55-6.082-6.617-6.082h-5.664zm2.458 2.715h3c2.293 0 3.59 1.32 3.59 3.367 0 2.063-1.297 3.387-3.59 3.387h-3v-6.754zm-31.836.012c-2.352 0-4.258 1.101-4.258 2.46 0 1.36 1.906 2.465 4.258 2.465 2.351 0 4.258-1.105 4.258-2.465 0-1.359-1.907-2.46-4.258-2.46zm-13.441.888c-.263.008-.51.073-.73.201-1.177.68-1.18 2.88-.005 4.918 1.176 2.036 3.086 3.133 4.262 2.453 1.18-.68 1.18-2.882.004-4.918-.955-1.653-2.393-2.69-3.531-2.654zm26.883.004c-1.137-.035-2.576 1-3.531 2.654-1.172 2.04-1.172 4.239.007 4.918 1.176.684 3.086-.418 4.262-2.453 1.172-2.035 1.172-4.238-.008-4.918a1.539 1.539 0 0 0-.73-.2zm77.66 1.018c-1.649 0-3.082.86-4.078 2.168v-1.074c0-.493-.274-.766-.766-.766H99.72c-.492 0-.765.273-.765.766v12.605c0 .492.273.761.765.761h1.594c.492 0 .766-.27.766-.761V65.94c0-2.309 1.746-3.918 3.425-3.918 1.746 0 2.934 1.336 2.934 3.246v7.684c0 .492.27.761.762.761h1.597c.493 0 .762-.27.762-.761V65.94c0-2.145 1.664-3.918 3.426-3.918 1.746 0 2.934 1.336 2.934 3.246v7.684c0 .492.273.761.765.761h1.594c.492 0 .766-.27.766-.761v-7.954c0-3.48-2.348-5.746-5.418-5.746-2.02 0-3.739 1.16-4.665 2.934-.886-1.828-2.675-2.934-4.804-2.934zm-46.387.328c-.492 0-.762.273-.762.765v7.938c0 3.48 2.25 5.73 5.648 5.73 1.801 0 3.34-.886 4.297-2.183v1.105c0 .493.274.766.762.766h1.598c.492 0 .765-.273.765-.766v-12.59c0-.492-.273-.765-.765-.765h-1.598c-.488 0-.762.273-.762.765v6.93c0 2.348-1.691 3.996-3.656 3.996-1.883 0-3.18-1.336-3.18-3.246v-7.68c0-.492-.273-.765-.765-.765H59.77zm23.37 0c-.491 0-.765.273-.765.765v7.938c0 3.48 2.254 5.73 5.648 5.73a5.321 5.321 0 0 0 4.301-2.183v1.105c0 .493.274.766.762.766h1.598c.492 0 .765-.273.765-.766v-12.59c0-.492-.273-.765-.765-.765h-1.598c-.488 0-.762.273-.762.765v6.93c0 2.348-1.691 3.996-3.656 3.996-1.883 0-3.18-1.336-3.18-3.246v-7.68c0-.492-.273-.765-.765-.765h-1.582zm42.13 0c-.489 0-.762.273-.762.765v12.59c0 .493.273.766.762.766h1.586c.488 0 .761-.273.761-.766v-12.59c0-.492-.273-.765-.761-.765h-1.586zm-104.8 3.287c-1.138-.035-2.576 1.001-3.531 2.658-1.176 2.035-1.176 4.235.003 4.918 1.18.68 3.086-.422 4.262-2.457 1.176-2.035 1.172-4.238-.004-4.918a1.54 1.54 0 0 0-.73-.201zm-10.83.006a1.53 1.53 0 0 0-.729.199c-1.18.68-1.183 2.879-.008 4.918 1.176 2.035 3.086 3.133 4.262 2.453 1.18-.68 1.18-2.883.004-4.918-.952-1.653-2.392-2.687-3.53-2.652zM28.5 67.51c-1.137-.034-2.575 1.004-3.53 2.658-1.176 2.035-1.176 4.238.003 4.918 1.176.68 3.086-.418 4.262-2.457 1.176-2.035 1.172-4.235-.004-4.918a1.538 1.538 0 0 0-.73-.201zm-26.886.002c-.263.008-.51.071-.73.199-1.177.68-1.18 2.879-.005 4.918 1.176 2.035 3.082 3.133 4.262 2.453 1.18-.68 1.18-2.883.004-4.918-.955-1.654-2.393-2.687-3.531-2.652zm18.859 4.632c-1.138-.036-2.576 1.003-3.531 2.657-1.176 2.035-1.172 4.238.003 4.918 1.18.68 3.086-.418 4.262-2.454 1.176-2.039 1.176-4.238-.004-4.918a1.537 1.537 0 0 0-.73-.203zm-10.832.008c-.263.008-.51.072-.73.2-1.177.68-1.18 2.882-.005 4.917 1.176 2.035 3.082 3.133 4.262 2.453 1.18-.68 1.18-2.878.004-4.918-.955-1.653-2.393-2.687-3.531-2.652z"}))};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const ReplitOriginal: React.FunctionComponent<Props>;
6
+ export default ReplitOriginal;
@@ -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:"M11 8c0-2.122.845-4.157 2.35-5.657A8.037 8.037 0 0 1 19.026 0h37.45a8.04 8.04 0 0 1 5.675 2.343A7.987 7.987 0 0 1 64.5 8v34.667H19.025a8.037 8.037 0 0 1-5.674-2.343A7.987 7.987 0 0 1 11 34.666V8Zm53.5 34.667h45.475a8.04 8.04 0 0 1 5.675 2.343 7.987 7.987 0 0 1 2.35 5.657v26.666a7.987 7.987 0 0 1-2.35 5.657 8.04 8.04 0 0 1-5.675 2.343H64.5V42.667ZM11 93.333c0-2.121.845-4.156 2.35-5.656a8.037 8.037 0 0 1 5.675-2.344H64.5V120a7.987 7.987 0 0 1-2.35 5.657A8.039 8.039 0 0 1 56.475 128h-37.45a8.039 8.039 0 0 1-5.674-2.343A7.987 7.987 0 0 1 11 120V93.333Z"}))};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const ReplitOriginalWordmark: React.FunctionComponent<Props>;
6
+ export default ReplitOriginalWordmark;
@@ -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:"M128 59.617V57.77c0-.315-.255-.558-.583-.558h-6.313v-3.578a.568.568 0 0 0-.173-.403.561.561 0 0 0-.409-.157h-2.401a.575.575 0 0 0-.583.56v3.577h-3.729a.576.576 0 0 0-.583.56v1.845c0 .318.255.56.583.56h3.729v5.48c0 4.193 1.928 6.132 6.078 6.132h3.383a.574.574 0 0 0 .582-.56v-1.844c0-.318-.254-.56-.582-.56h-2.838c-2.256 0-3.057-.913-3.057-3.187v-5.442h6.313c.328-.02.583-.28.583-.578Zm-18.977-8.034h-3.275a.575.575 0 0 0-.583.56v2.366c0 .318.256.56.583.56h3.275a.574.574 0 0 0 .582-.56v-2.366a.6.6 0 0 0-.182-.399.574.574 0 0 0-.4-.161Zm.437 17.242V57.77c0-.316-.255-.559-.583-.559h-7.332a.575.575 0 0 0-.582.56v1.844c0 .318.254.56.582.56h4.349v8.648h-4.35a.561.561 0 0 0-.402.158.585.585 0 0 0-.178.401v1.845c0 .316.253.56.58.56h12.373a.578.578 0 0 0 .583-.56v-1.845c0-.317-.255-.559-.583-.559l-4.457.002Zm-11.245 0h-3.71V52.142a.562.562 0 0 0-.582-.56h-7.278a.574.574 0 0 0-.582.56v1.844c0 .318.254.56.582.56h4.293v14.278h-4.821a.574.574 0 0 0-.583.559v1.844c0 .317.256.56.583.56h12.1a.574.574 0 0 0 .582-.56v-1.844c0-.318-.256-.56-.584-.56v.002Zm-19.76-11.893c-1.236 0-2.128.28-2.819.95l-.856.84h-.782l-.291-1.08a.604.604 0 0 0-.213-.31.58.58 0 0 0-.35-.12h-1.639a.574.574 0 0 0-.582.56v19.085c0 .317.255.56.582.56h2.403a.574.574 0 0 0 .582-.56V72.72l-.31-2.219.8-.186.855.84c.674.633 1.493.949 2.711.949 3.53 0 5.66-2.497 5.66-7.586-.018-5.088-2.131-7.586-5.751-7.586Zm-1.182 12.116c-1.8 0-2.802-.95-2.802-2.76v-3.577c0-1.808.984-2.759 2.802-2.759 2.201 0 3.203 1.417 3.203 4.53-.018 3.149-1.002 4.566-3.203 4.566Zm-16.52-12.116c-4.586 0-7.043 2.498-7.043 7.568 0 5.09 2.439 7.586 6.952 7.586 3.492 0 5.75-1.49 6.35-4.044.09-.354-.2-.69-.565-.69h-2.183a.586.586 0 0 0-.327.102.607.607 0 0 0-.219.27c-.382 1.1-1.474 1.622-2.948 1.622-2.292 0-3.384-1.286-3.53-4.288h9.953c.546-5.608-1.727-8.126-6.44-8.126Zm-3.404 5.853c.347-2.199 1.42-3.224 3.385-3.224 2.093 0 3.076 1.136 3.13 3.224h-6.515Zm-10.734-4.92-.82.84h-.818l-.254-1.064c-.054-.26-.29-.429-.564-.429h-5.24a.574.574 0 0 0-.583.56v1.844c0 .318.255.56.583.56h3.093v8.648h-3.603a.574.574 0 0 0-.582.56v1.844c0 .317.255.56.582.56h11.336a.573.573 0 0 0 .581-.56v-1.844a.56.56 0 0 0-.581-.56h-4.167v-6.113c0-1.715.983-2.61 2.911-2.61h3.13a.575.575 0 0 0 .582-.558V57.51c0-.318-.255-.56-.582-.56h-1.856c-1.365-.019-2.439.242-3.148.914v.001Z",fill:"#F5F9FC"}),/*#__PURE__*/React.createElement("path",{d:"M0 50.938c0-.514.2-1.007.554-1.37A1.869 1.869 0 0 1 1.891 49h8.827c.501 0 .982.204 1.337.568.355.363.554.856.554 1.37v8.395H1.891a1.87 1.87 0 0 1-1.337-.567A1.962 1.962 0 0 1 0 57.396v-6.458Zm12.609 8.395h10.718c.501 0 .982.205 1.337.568s.554.856.554 1.37v6.458c0 .514-.2 1.007-.554 1.37a1.869 1.869 0 0 1-1.337.568H12.609V59.333ZM0 71.604c0-.514.2-1.007.554-1.37a1.87 1.87 0 0 1 1.337-.567h10.718l.001 8.395c0 .514-.2 1.007-.554 1.37a1.868 1.868 0 0 1-1.337.568H1.89a1.87 1.87 0 0 1-1.337-.567A1.962 1.962 0 0 1 0 78.063v-6.459Z",fill:"#F26207"}))};
@@ -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 ReplitPlainWordmark: React.FunctionComponent<Props>;
7
+ export default ReplitPlainWordmark;
@@ -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="#F26207",...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:"m45.795 58.705.82-.84v-.001c.709-.672 1.783-.933 3.148-.914h1.856c.327 0 .582.242.582.56v2.033a.575.575 0 0 1-.582.558h-3.13c-1.928 0-2.911.895-2.911 2.61v6.113h4.167a.565.565 0 0 1 .581.56v1.844a.573.573 0 0 1-.581.56H38.409a.563.563 0 0 1-.582-.56v-1.844a.574.574 0 0 1 .582-.56h3.603v-8.648h-3.093c-.328 0-.583-.242-.583-.56v-1.844a.574.574 0 0 1 .583-.56h5.24c.274 0 .51.169.564.429l.254 1.064zM53.71 64.5c0-5.07 2.457-7.568 7.043-7.568 4.713 0 6.986 2.518 6.44 8.126H57.24c.146 3.002 1.238 4.288 3.53 4.288 1.474 0 2.566-.522 2.948-1.622a.607.607 0 0 1 .219-.27.586.586 0 0 1 .327-.102h2.183c.365 0 .655.336.565.69-.6 2.554-2.858 4.044-6.35 4.044-4.513 0-6.952-2.496-6.952-7.586zm7.024-4.939c-1.965 0-3.038 1.025-3.385 3.224h6.515c-.054-2.088-1.037-3.224-3.13-3.224zm14.902-1.679c.691-.67 1.583-.95 2.819-.95 3.62 0 5.733 2.498 5.751 7.586 0 5.089-2.13 7.586-5.66 7.586-1.218 0-2.037-.316-2.711-.949l-.855-.84-.8.186.31 2.219v4.137a.574.574 0 0 1-.582.56h-2.403a.563.563 0 0 1-.582-.56V57.772a.574.574 0 0 1 .582-.56h1.639a.58.58 0 0 1 .35.12.604.604 0 0 1 .213.31l.291 1.08h.782zm-1.165 8.406c0 1.81 1.002 2.76 2.802 2.76 2.201 0 3.185-1.417 3.203-4.566 0-3.113-1.002-4.53-3.203-4.53-1.818 0-2.802.951-2.802 2.759zm20.034 2.537h3.71v-.002c.328 0 .584.242.584.56v1.844a.574.574 0 0 1-.582.56h-12.1c-.327 0-.583-.243-.583-.56v-1.844a.574.574 0 0 1 .583-.559h4.821V54.546h-4.293c-.328 0-.582-.242-.582-.56v-1.844a.574.574 0 0 1 .582-.56h7.278a.562.562 0 0 1 .582.56zM109.46 57.77v11.055l4.457-.002c.328 0 .583.242.583.559v1.845a.576.576 0 0 1-.583.56h-12.373a.562.562 0 0 1-.58-.56v-1.845a.585.585 0 0 1 .363-.52.561.561 0 0 1 .217-.039h4.35v-8.648h-4.349c-.328 0-.582-.242-.582-.56v-1.844a.576.576 0 0 1 .582-.56h7.332c.328 0 .583.243.583.559zm-3.712-6.187h3.275c.149 0 .293.058.4.161a.6.6 0 0 1 .182.399v2.366a.576.576 0 0 1-.582.56h-3.275c-.327 0-.583-.242-.583-.56v-2.366a.576.576 0 0 1 .583-.56zM128 57.77v1.847c0 .298-.255.558-.583.578h-6.313v5.442c0 2.274.801 3.187 3.057 3.187h2.838c.328 0 .582.242.582.56v1.844a.576.576 0 0 1-.582.56h-3.383c-4.15 0-6.078-1.939-6.078-6.132v-5.48h-3.729c-.328 0-.583-.242-.583-.56v-1.845a.576.576 0 0 1 .583-.56h3.729v-3.577a.576.576 0 0 1 .583-.56h2.401a.57.57 0 0 1 .409.157.56.56 0 0 1 .173.403v3.578h6.313c.328 0 .583.243.583.558zM.554 49.568A1.964 1.964 0 0 0 0 50.938v6.458c0 .511.198 1.003.554 1.37a1.87 1.87 0 0 0 1.337.567h10.718v10.334H1.891a1.868 1.868 0 0 0-1.337.567A1.964 1.964 0 0 0 0 71.604v6.459a1.962 1.962 0 0 0 .553 1.37A1.87 1.87 0 0 0 1.89 80h8.829a1.867 1.867 0 0 0 1.337-.568c.354-.363.554-.856.554-1.37l-.001-8.395h10.718a1.869 1.869 0 0 0 1.337-.568c.354-.363.554-.856.554-1.37v-6.458a1.96 1.96 0 0 0-.554-1.37 1.871 1.871 0 0 0-1.337-.568H12.609v-8.395a1.96 1.96 0 0 0-.554-1.37A1.867 1.867 0 0 0 10.718 49H1.891a1.867 1.867 0 0 0-1.337.568z"}))};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const SpackOriginal: React.FunctionComponent<Props>;
6
+ export default SpackOriginal;
@@ -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:"m73.192 4.603 50.205 50.205a12.972 12.972 0 0 1 0 18.384l-50.205 50.205a12.972 12.972 0 0 1-18.384 0L4.603 73.192a12.972 12.972 0 0 1 0-18.384L54.808 4.603a12.972 12.972 0 0 1 18.384 0z",fill:"#0f3a80"}),/*#__PURE__*/React.createElement("path",{d:"m48.59 32.389-8.336 9.261-2.602-2.343-5.466 13.918 13.27-6.891-2.602-2.344 8.332-9.254a13.126 13.126 0 0 1-2.596-2.347Zm8.16 4.478v.172l.135-.15c-.046-.006-.09-.016-.135-.022zm3.5 4.102-3.5 3.886v32.97h-3.5l5.25 14 5.25-14h-3.5zM58.5 14c-5.54 0-10 4.46-10 10s4.46 10 10 10c.356 0 .704-.03 1.049-.068l.719-.8c.164.167.335.325.507.481-2.62-2.38-4.275-5.807-4.275-9.613 0-3.853 1.692-7.321 4.37-9.705A9.949 9.949 0 0 0 58.5 14ZM24 54c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zm10.33 17.855a13.113 13.113 0 0 1-2.475 2.475l10.936 10.936-2.475 2.474 13.612 6.188-6.188-13.612-2.474 2.475zM64 94c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10z",fill:"#ffa600"}),/*#__PURE__*/React.createElement("path",{d:"M104 54c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10zM67.75 36.867v40.957h-3.5l5.25 14 5.25-14h-3.5V36.867A12.96 12.96 0 0 1 69.5 37a12.95 12.95 0 0 1-1.75-.133Zm25.92 34.988L82.734 82.791l-2.474-2.475-6.188 13.612 13.612-6.188-2.475-2.474L96.145 74.33a13.113 13.113 0 0 1-2.475-2.475ZM79.41 32.389a13.127 13.127 0 0 1-2.597 2.35l8.333 9.253-2.601 2.342 13.27 6.89-5.467-13.917-2.602 2.343zm-19.142.744-16.3 18.103-2.6-2.341L35.9 62.81l13.27-6.891-2.602-2.342L63.055 35.27a13.09 13.09 0 0 1-2.787-2.138ZM69.5 14c-5.54 0-10 4.46-10 10s4.46 10 10 10 10-4.46 10-10-4.46-10-10-10z",fill:"#fff"}))};
@@ -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 SpackPlain: React.FunctionComponent<Props>;
7
+ export default SpackPlain;
@@ -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="#0F3A80",...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:"M64 .784a12.96 12.96 0 0 0-9.192 3.82L4.604 54.808a12.972 12.972 0 0 0 0 18.385l50.204 50.204a12.972 12.972 0 0 0 18.384 0l50.204-50.204a12.972 12.972 0 0 0 0-18.385L73.192 4.604A12.96 12.96 0 0 0 64 .784ZM58.5 14a10.207 10.207 0 0 1 2.02.203c.126.025.25.055.374.086C58.207 16.673 56.5 20.139 56.5 24c0 3.731 1.603 7.083 4.134 9.456a13.156 13.156 0 0 0 2.419 1.815L46.568 53.579l2.6 2.341L35.9 62.812l5.466-13.917 2.602 2.342L56.75 37.04v-.171l.14.015 2.65-2.943c-.342.036-.688.06-1.04.06a10.11 10.11 0 0 1-2.861-.419 9.928 9.928 0 0 1-.92-.322c-.068-.027-.136-.054-.202-.083a9.927 9.927 0 0 1-.7-.336l-.145-.076a9.989 9.989 0 0 1-3.288-2.924c-.074-.102-.15-.201-.22-.306a9.962 9.962 0 0 1-.407-.672l-.036-.06c-.048-.087-.087-.179-.132-.267a9.904 9.904 0 0 1-.26-.542c-.05-.115-.094-.234-.14-.351a9.913 9.913 0 0 1-.181-.5 9.94 9.94 0 0 1-.25-.903 9.95 9.95 0 0 1-.078-.367 10.057 10.057 0 0 1-.094-.625c-.012-.096-.028-.192-.037-.29-.03-.315-.049-.634-.049-.958a10.207 10.207 0 0 1 .202-2.02 9.965 9.965 0 0 1 5.024-6.776 9.929 9.929 0 0 1 3.749-1.152A10.21 10.21 0 0 1 58.5 14zm11 0c5.54 0 10 4.46 10 10 0 5.541-4.46 10-10 10a9.969 9.969 0 0 1-6.466-2.366l-.03-.026a10 10 0 0 1-.783-.751c-.051-.054-.1-.11-.15-.165a9.983 9.983 0 0 1-.589-.718c-.049-.066-.1-.13-.147-.198a9.95 9.95 0 0 1-.595-.94c-.002-.005-.006-.01-.009-.014a9.929 9.929 0 0 1-.492-1.04c-.035-.088-.063-.178-.096-.267a9.916 9.916 0 0 1-.359-1.175 9.995 9.995 0 0 1-.156-.807c-.018-.119-.039-.235-.053-.355A10.152 10.152 0 0 1 59.5 24c0-.399.03-.79.075-1.177.014-.119.035-.235.053-.352a9.993 9.993 0 0 1 .247-1.167c.08-.285.171-.563.274-.837.03-.08.057-.163.09-.243.146-.36.309-.71.494-1.048a9.95 9.95 0 0 1 .604-.954c.046-.065.096-.128.143-.192.187-.251.385-.493.594-.725.049-.054.097-.108.147-.161a10 10 0 0 1 .812-.776A9.975 9.975 0 0 1 69.5 14zM48.59 32.39a13.12 13.12 0 0 0 2.597 2.347l-8.333 9.255 2.602 2.341-13.27 6.892 5.466-13.917 2.602 2.342zm30.82 0 8.336 9.26 2.602-2.342 5.465 13.917-13.27-6.892 2.603-2.341-8.334-9.255a13.12 13.12 0 0 0 2.597-2.347zm-11.66 4.48c.574.078 1.155.131 1.75.131s1.176-.053 1.75-.131v40.957h3.5l-5.25 14-5.25-14h3.5zm-7.5 4.1v36.857h3.5l-5.25 14-5.25-14h3.5v-32.97ZM24 54c5.54 0 10 4.46 10 10 0 5.541-4.46 10-10 10s-10-4.459-10-10c0-5.54 4.46-10 10-10zm80 0c5.54 0 10 4.46 10 10 0 5.541-4.46 10-10 10a9.97 9.97 0 0 1-8.204-4.27A9.97 9.97 0 0 1 94 64c0-5.54 4.46-10 10-10zM34.339 71.865 45.266 82.79l2.475-2.474 6.188 13.612-13.613-6.187 2.475-2.476L31.864 74.34a13.13 13.13 0 0 0 2.475-2.474zm59.322 0a13.13 13.13 0 0 0 2.475 2.474L85.209 85.266l2.475 2.476-13.613 6.187 6.188-13.612 2.475 2.474zM64 94c5.54 0 10 4.46 10 10 0 5.541-4.46 10-10 10s-10-4.459-10-10c0-5.54 4.46-10 10-10z"}))};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGProps<SVGElement> {
3
+ size?: number | string;
4
+ }
5
+ declare const VitestOriginal: React.FunctionComponent<Props>;
6
+ export default VitestOriginal;
@@ -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:"m96.058 40.82-30.6 44.244a2.635 2.635 0 0 1-4.339-.007 2.607 2.607 0 0 1-.451-1.601l1.225-24.428-19.772-4.192a2.628 2.628 0 0 1-1.891-1.59 2.603 2.603 0 0 1 .278-2.451l30.6-44.244a2.632 2.632 0 0 1 3.009-.998 2.621 2.621 0 0 1 1.33 1.005c.322.47.48 1.032.451 1.601l-1.224 24.428 19.77 4.192c.423.09.817.282 1.147.56a2.605 2.605 0 0 1 .467 3.48Z",fill:"#FCC72B"}),/*#__PURE__*/React.createElement("path",{d:"M64.013 122.185a6.19 6.19 0 0 1-4.382-1.815L30.717 91.458a6.195 6.195 0 0 1 4.384-10.565 6.198 6.198 0 0 1 4.378 1.803l24.534 24.53 53.446-53.444a6.195 6.195 0 0 1 8.762 8.762L68.393 120.37a6.175 6.175 0 0 1-4.38 1.815Z",fill:"#729B1B"}),/*#__PURE__*/React.createElement("path",{d:"M63.988 122.185c.814 0 1.62-.159 2.371-.47a6.191 6.191 0 0 0 2.01-1.345l28.914-28.912a6.193 6.193 0 0 0-.012-8.75 6.197 6.197 0 0 0-8.75-.012l-24.533 24.53L10.54 53.782a6.196 6.196 0 0 0-8.762 8.762l57.828 57.826a6.176 6.176 0 0 0 4.38 1.815Z",fill:"#729B1B",fillOpacity:".5"}))};
@@ -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 VitestPlain: React.FunctionComponent<Props>;
7
+ export default VitestPlain;
@@ -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="#fcc72b",...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:"M39.16 82.4 10.54 53.781a6.196 6.196 0 0 0-8.762 8.762l57.828 57.826a6.176 6.176 0 0 0 4.38 1.815h.026a6.175 6.175 0 0 0 4.38-1.815l57.828-57.826a6.205 6.205 0 0 0 1.78-4.37 6.198 6.198 0 0 0-10.542-4.392L88.843 82.398a6.01 6.01 0 0 0-.322.298L64 107.214 39.478 82.696a6.236 6.236 0 0 0-.32-.297Zm56.898-41.58-30.6 44.244a2.635 2.635 0 0 1-4.339-.007 2.607 2.607 0 0 1-.451-1.601l1.225-24.428-19.772-4.192a2.628 2.628 0 0 1-1.891-1.59 2.603 2.603 0 0 1 .278-2.451l30.6-44.244a2.632 2.632 0 0 1 3.009-.998 2.621 2.621 0 0 1 1.33 1.005c.322.47.48 1.032.451 1.601l-1.224 24.428 19.77 4.192c.423.09.817.282 1.147.56a2.605 2.605 0 0 1 .467 3.48z"}))};