@gravity-ui/icons 2.17.0 → 2.19.0

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 (98) hide show
  1. package/AlmostEqual.js +1 -1
  2. package/BanDashed.d.ts +4 -0
  3. package/BanDashed.js +7 -0
  4. package/ChevronsCollapseVerticalToLine.d.ts +4 -0
  5. package/ChevronsCollapseVerticalToLine.js +9 -0
  6. package/ChevronsExpandVerticalFromLine.d.ts +4 -0
  7. package/ChevronsExpandVerticalFromLine.js +7 -0
  8. package/CommentsDot.d.ts +4 -0
  9. package/CommentsDot.js +9 -0
  10. package/CrownDiamond.js +1 -3
  11. package/DatabaseMagnifier.js +5 -1
  12. package/DatabaseNutHex.d.ts +4 -0
  13. package/DatabaseNutHex.js +7 -0
  14. package/DatabasePlus.d.ts +4 -0
  15. package/DatabasePlus.js +9 -0
  16. package/Hourglass.d.ts +4 -0
  17. package/Hourglass.js +7 -0
  18. package/HourglassEnd.d.ts +4 -0
  19. package/HourglassEnd.js +7 -0
  20. package/HourglassStart.d.ts +4 -0
  21. package/HourglassStart.js +9 -0
  22. package/LogoAppStore.d.ts +4 -0
  23. package/LogoAppStore.js +9 -0
  24. package/LogoApple.d.ts +4 -0
  25. package/LogoApple.js +9 -0
  26. package/LogoDebian.js +1 -1
  27. package/LogoGooglePlay.d.ts +4 -0
  28. package/LogoGooglePlay.js +7 -0
  29. package/LogoHuaweiAppgallery.d.ts +4 -0
  30. package/LogoHuaweiAppgallery.js +9 -0
  31. package/LogoRustore.d.ts +4 -0
  32. package/LogoRustore.js +7 -0
  33. package/LogoWebhook.d.ts +4 -0
  34. package/LogoWebhook.js +10 -0
  35. package/LogoYandexCloud.js +3 -1
  36. package/ServerPlus.d.ts +4 -0
  37. package/ServerPlus.js +14 -0
  38. package/Thunderbolt.js +3 -1
  39. package/ThunderboltFill.js +3 -1
  40. package/Wallet.d.ts +4 -0
  41. package/Wallet.js +9 -0
  42. package/WalletDot.d.ts +4 -0
  43. package/WalletDot.js +8 -0
  44. package/esm/AlmostEqual.js +1 -1
  45. package/esm/BanDashed.js +4 -0
  46. package/esm/ChevronsCollapseVerticalToLine.js +6 -0
  47. package/esm/ChevronsExpandVerticalFromLine.js +4 -0
  48. package/esm/CommentsDot.js +6 -0
  49. package/esm/CrownDiamond.js +1 -3
  50. package/esm/DatabaseMagnifier.js +5 -1
  51. package/esm/DatabaseNutHex.js +4 -0
  52. package/esm/DatabasePlus.js +6 -0
  53. package/esm/Hourglass.js +4 -0
  54. package/esm/HourglassEnd.js +4 -0
  55. package/esm/HourglassStart.js +6 -0
  56. package/esm/LogoAppStore.js +6 -0
  57. package/esm/LogoApple.js +6 -0
  58. package/esm/LogoDebian.js +1 -1
  59. package/esm/LogoGooglePlay.js +4 -0
  60. package/esm/LogoHuaweiAppgallery.js +6 -0
  61. package/esm/LogoRustore.js +4 -0
  62. package/esm/LogoWebhook.js +7 -0
  63. package/esm/LogoYandexCloud.js +3 -1
  64. package/esm/ServerPlus.js +11 -0
  65. package/esm/Thunderbolt.js +3 -1
  66. package/esm/ThunderboltFill.js +3 -1
  67. package/esm/Wallet.js +6 -0
  68. package/esm/WalletDot.js +5 -0
  69. package/esm/index.js +18 -0
  70. package/index.d.ts +18 -0
  71. package/index.js +51 -15
  72. package/metadata.json +139 -0
  73. package/package.json +1 -1
  74. package/svgs/almost-equal.svg +1 -1
  75. package/svgs/ban-dashed.svg +1 -0
  76. package/svgs/chevrons-collapse-vertical-to-line.svg +1 -0
  77. package/svgs/chevrons-expand-vertical-from-line.svg +1 -0
  78. package/svgs/comments-dot.svg +1 -0
  79. package/svgs/crown-diamond.svg +1 -1
  80. package/svgs/database-magnifier.svg +1 -1
  81. package/svgs/database-nut-hex.svg +1 -0
  82. package/svgs/database-plus.svg +1 -0
  83. package/svgs/hourglass-end.svg +1 -0
  84. package/svgs/hourglass-start.svg +1 -0
  85. package/svgs/hourglass.svg +1 -0
  86. package/svgs/logo-app-store.svg +1 -0
  87. package/svgs/logo-apple.svg +1 -0
  88. package/svgs/logo-debian.svg +1 -1
  89. package/svgs/logo-google-play.svg +1 -0
  90. package/svgs/logo-huawei-appgallery.svg +1 -0
  91. package/svgs/logo-rustore.svg +1 -0
  92. package/svgs/logo-webhook.svg +1 -0
  93. package/svgs/logo-yandex-cloud.svg +1 -1
  94. package/svgs/server-plus.svg +1 -0
  95. package/svgs/thunderbolt-fill.svg +1 -1
  96. package/svgs/thunderbolt.svg +1 -1
  97. package/svgs/wallet-dot.svg +1 -0
  98. package/svgs/wallet.svg +1 -0
package/AlmostEqual.js CHANGED
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  const React = tslib_1.__importStar(require("react"));
5
5
  const AlmostEqual = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
- React.createElement("path", { fill: "currentColor", d: "M1.747 10.287c1.315-1.185 2.78-1.35 4.016-1.143 1.205.202 2.22.76 2.73 1.045.596.332 1.343.721 2.174.842.794.116 1.682-.01 2.608-.768a.75.75 0 0 1 .95 1.161c-1.286 1.052-2.61 1.261-3.774 1.092-1.127-.165-2.086-.68-2.689-1.017-.502-.28-1.32-.72-2.248-.875-.897-.15-1.865-.032-2.762.777a.75.75 0 0 1-1.005-1.114m0-5.66c1.315-1.185 2.78-1.349 4.016-1.142 1.205.202 2.22.76 2.73 1.045.596.332 1.343.72 2.174.842.794.115 1.682-.01 2.608-.768a.75.75 0 0 1 .95 1.161c-1.286 1.052-2.61 1.261-3.774 1.091-1.127-.164-2.086-.68-2.689-1.016-.502-.28-1.32-.72-2.248-.875-.897-.15-1.865-.032-2.762.777a.75.75 0 0 1-1.005-1.115" })));
6
+ React.createElement("path", { fill: "currentColor", d: "M1.747 10.287c1.315-1.185 2.78-1.35 4.016-1.143 1.205.202 2.22.76 2.73 1.045.596.332 1.343.721 2.174.842.794.116 1.682-.01 2.608-.767a.75.75 0 0 1 .95 1.16c-1.286 1.052-2.61 1.261-3.774 1.092-1.127-.165-2.086-.68-2.689-1.017-.502-.28-1.32-.72-2.248-.875-.897-.15-1.865-.032-2.762.777a.75.75 0 0 1-1.005-1.114m0-5.66c1.315-1.184 2.78-1.349 4.016-1.142 1.205.202 2.22.76 2.73 1.045.596.332 1.343.72 2.174.842.794.116 1.682-.01 2.608-.768a.75.75 0 0 1 .95 1.161c-1.286 1.052-2.61 1.261-3.774 1.091-1.127-.164-2.086-.68-2.689-1.016-.502-.28-1.32-.72-2.248-.875-.897-.15-1.865-.032-2.762.777a.75.75 0 0 1-1.005-1.115" })));
7
7
  exports.default = AlmostEqual;
package/BanDashed.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const BanDashed: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default BanDashed;
package/BanDashed.js ADDED
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const BanDashed = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("path", { fill: "currentColor", d: "M6.281 14.058a.75.75 0 0 1 .858-.625 5.6 5.6 0 0 0 1.722 0 .75.75 0 0 1 .234 1.482 7 7 0 0 1-2.19 0 .75.75 0 0 1-.624-.857m-3.779-2.99a.75.75 0 0 1 1.048.164c.34.467.75.879 1.218 1.218a.75.75 0 0 1-.883 1.213 7 7 0 0 1-1.548-1.548.75.75 0 0 1 .165-1.048m9.948.164a.75.75 0 0 1 1.213.883 7 7 0 0 1-1.548 1.548.75.75 0 0 1-.883-1.213c.467-.34.879-.75 1.218-1.218M1 8q0-.559.085-1.095a.75.75 0 0 1 1.482.234 5.6 5.6 0 0 0 0 1.722.75.75 0 0 1-1.482.234A7 7 0 0 1 1 8m12.5 0q0-.441-.067-.861a.75.75 0 0 1 1.482-.234 7 7 0 0 1 0 2.19.75.75 0 0 1-1.482-.234q.066-.42.067-.861M3.885 2.337a.75.75 0 0 1 .883 1.213c-.467.34-.879.75-1.218 1.218a.75.75 0 0 1-1.213-.883 7 7 0 0 1 1.548-1.548m7.182.165a.75.75 0 0 1 1.048-.165 7 7 0 0 1 1.548 1.548.75.75 0 0 1-1.213.883 5.5 5.5 0 0 0-1.218-1.218.75.75 0 0 1-.165-1.048M8 1q.559 0 1.095.085a.75.75 0 0 1-.234 1.482 5.6 5.6 0 0 0-1.722 0 .75.75 0 0 1-.234-1.482A7 7 0 0 1 8 1m.5 7.5a.75.75 0 0 1 1.06 0l1.296 1.295a.75.75 0 0 1-1.06 1.061L8.5 9.56a.75.75 0 0 1 0-1.06M5.144 5.144a.75.75 0 0 1 1.06 0l1.297 1.297a.75.75 0 0 1-1.06 1.06L5.144 6.205a.75.75 0 0 1 0-1.061" })));
7
+ exports.default = BanDashed;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const ChevronsCollapseVerticalToLine: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default ChevronsCollapseVerticalToLine;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const ChevronsCollapseVerticalToLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("g", { fill: "currentColor" },
7
+ React.createElement("path", { d: "M2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8m2.97 5.78a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06L8 11.81l-1.97 1.97a.75.75 0 0 1-1.06 0m0-10.5a.75.75 0 1 1 1.06-1.06L8 4.19l1.97-1.97a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0z" }),
8
+ React.createElement("path", { d: "M2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8m2.97 5.78a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06L8 11.81l-1.97 1.97a.75.75 0 0 1-1.06 0m0-10.5a.75.75 0 1 1 1.06-1.06L8 4.19l1.97-1.97a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0z" }))));
9
+ exports.default = ChevronsCollapseVerticalToLine;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const ChevronsExpandVerticalFromLine: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default ChevronsExpandVerticalFromLine;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const ChevronsExpandVerticalFromLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("path", { fill: "currentColor", d: "M2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8m2.97 3.679a.75.75 0 1 1 1.06-1.06L8 12.588l1.97-1.97a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0zm0-6.297a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1-1.06 1.06L8 3.412l-1.97 1.97a.75.75 0 0 1-1.06 0" })));
7
+ exports.default = ChevronsExpandVerticalFromLine;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const CommentsDot: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default CommentsDot;
package/CommentsDot.js ADDED
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const CommentsDot = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("g", { fillRule: "evenodd", clipRule: "evenodd" },
7
+ React.createElement("path", { fill: "currentColor", d: "M10 1a10 10 0 0 1 .596.019.75.75 0 0 1-.097 1.497A8 8 0 0 0 10 2.5l-.265.004c-1.305.042-2.358.394-3.064.936S5.5 4.786 5.5 6s.465 2.018 1.17 2.56c.755.578 1.903.94 3.33.94h.621l1.95 1.95a.174.174 0 0 0 .296-.136l-.002-.002-.173-2.261.435-.336a1 1 0 0 1 .126-.12q.406-.3.684-.69c.185-.26.33-.554.426-.887a.75.75 0 0 1 1.448.387h.01a4.34 4.34 0 0 1-1.571 2.34l.111 1.453a1.673 1.673 0 0 1-2.851 1.312l-.992-.992C9.418 12.504 7.803 13 6 13l-1.51 1.51a1.673 1.673 0 0 1-2.852-1.312l.112-1.455C.67 10.91 0 9.663 0 8c0-2.97 2.132-4.615 4.94-4.94C6.004 1.688 7.872 1 10 1M4.145 4.735c-.587.163-1.083.405-1.473.704C1.966 5.981 1.5 6.786 1.5 8c0 1.21.463 2.013 1.166 2.555l.642.495-.173 2.262-.001.002a.174.174 0 0 0 .296.135L5.38 11.5H6c1.104 0 2.041-.217 2.758-.583C6.04 10.544 4 8.905 4 6q.001-.678.145-1.265" }),
8
+ React.createElement("path", { fill: "#f33", d: "M14 5.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4" }))));
9
+ exports.default = CommentsDot;
package/CrownDiamond.js CHANGED
@@ -3,7 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  const React = tslib_1.__importStar(require("react"));
5
5
  const CrownDiamond = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
- React.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd" },
7
- React.createElement("path", { d: "m8.427 11.073 1.205-1.205a.4.4 0 0 0 .118-.285.8.8 0 0 0-.236-.569L8.427 7.927a.603.603 0 0 0-.854 0L6.486 9.014a.8.8 0 0 0-.236.57c0 .106.042.208.118.284l1.205 1.205a.604.604 0 0 0 .854 0" }),
8
- React.createElement("path", { d: "M16 5.796v-.028a1.768 1.768 0 0 0-3.018-1.25l-.76.76-.024.024-.374.374-.415.415a.335.335 0 0 1-.561-.149l-.155-.566-.139-.51-.009-.033-.65-2.386a1.964 1.964 0 0 0-3.79 0l-.65 2.386-.01.032-.139.511-.154.566a.335.335 0 0 1-.56.15l-.416-.416-.374-.374-.024-.024-.76-.76A1.768 1.768 0 0 0 0 5.768v.028q0 .203.046.403l1.3 5.631a1.4 1.4 0 0 0 .778.958 14.02 14.02 0 0 0 11.752 0c.394-.182.681-.535.779-.958l1.299-5.63q.045-.2.046-.404M3.53 7.152c.997.997 2.698.545 3.07-.815l.952-3.495a.464.464 0 0 1 .896 0L9.4 6.337c.37 1.36 2.072 1.812 3.068.815l1.574-1.574a.268.268 0 0 1 .457.19v.028a.3.3 0 0 1-.008.066l-1.288 5.584a12.52 12.52 0 0 1-10.408 0L1.508 5.862a.3.3 0 0 1-.008-.066v-.028a.268.268 0 0 1 .457-.19z" }))));
6
+ React.createElement("path", { fill: "currentColor", d: "M8 1c.886 0 1.662.593 1.895 1.447l.953 3.495a.335.335 0 0 0 .56.15V6.09l.415-.415 1.16-1.158A1.77 1.77 0 0 1 14.232 4l.18.009c.891.09 1.587.843 1.587 1.759v.028l-.012.203a2 2 0 0 1-.034.2l-1.3 5.631a1.4 1.4 0 0 1-.778.958l-.352.156a14.02 14.02 0 0 1-11.048 0l-.352-.156a1.4 1.4 0 0 1-.778-.958L.046 6.2a2 2 0 0 1-.034-.201L0 5.796v-.028a1.768 1.768 0 0 1 3.018-1.25l1.574 1.574c.16.159.417.115.524-.065l.036-.085.155-.567.798-2.928A1.964 1.964 0 0 1 8 1m0 1.5c-.21 0-.392.14-.447.342L6.6 6.337c-.371 1.36-2.073 1.812-3.07.815L1.957 5.578a.268.268 0 0 0-.457.19v.028q0 .034.008.066l1.287 5.582a12.52 12.52 0 0 0 10.41 0l1.287-5.582a.3.3 0 0 0 .008-.066v-.028a.268.268 0 0 0-.457-.19L12.47 7.152c-.997.997-2.699.545-3.07-.815l-.953-3.495A.464.464 0 0 0 8 2.5m0 5.25c.16 0 .314.064.427.177l1.088 1.088c.15.15.235.355.235.568 0 .107-.043.21-.118.285l-1.205 1.205a.604.604 0 0 1-.854 0L6.368 9.868a.4.4 0 0 1-.118-.285c0-.213.085-.418.235-.568l1.088-1.088A.6.6 0 0 1 8 7.75" })));
9
7
  exports.default = CrownDiamond;
@@ -3,5 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  const React = tslib_1.__importStar(require("react"));
5
5
  const DatabaseMagnifier = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.615 4.888c.814-.375.885-.714.885-.888s-.071-.513-.885-.888S9.538 2.5 8 2.5s-2.799.237-3.615.612C3.57 3.487 3.5 3.826 3.5 4s.071.513.885.888S6.462 5.5 8 5.5s2.799-.237 3.615-.612m.885 1.235C11.4 6.708 9.792 7 8 7s-3.4-.292-4.5-.877V8c0 .174.071.513.885.888S6.462 9.5 8 9.5h.04c-.187.463-.29.968-.29 1.498-1.691-.026-3.202-.318-4.25-.875V12c0 .174.071.513.885.887.816.377 2.077.613 3.615.613q.317 0 .617-.013a4 4 0 0 0 1.848 1.302C9.713 14.93 8.879 15 8 15c-3.314 0-6-1-6-3V4c0-2 2.686-3 6-3s6 1 6 3v3.692a4 4 0 0 0-1.5-.622zm-.75 6.377a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m0 1.5c.556 0 1.077-.152 1.524-.415l1.446 1.445a.75.75 0 1 0 1.06-1.06l-1.445-1.446A3 3 0 1 0 11.75 14", clipRule: "evenodd" })));
6
+ React.createElement("g", { fill: "currentColor" },
7
+ React.createElement("path", { d: "M11.25 8.249a3 3 0 0 1 3 3c0 .556-.154 1.075-.418 1.521l1.448 1.448a.75.75 0 0 1-1.06 1.061l-1.449-1.448a3 3 0 0 1-1.521.418 3 3 0 0 1 0-6M6.5.502c3.314 0 6 1 6 3v2.75a.75.75 0 0 1-1.5 0v-.63c-1.1.586-2.708.88-4.5.88s-3.4-.294-4.5-.88v1.63c0 .18.078.517.885.888.772.356 1.945.587 3.378.61a.75.75 0 0 1-.025 1.5c-1.55-.024-2.95-.273-3.98-.747A5 5 0 0 1 2 9.373v1.88c0 .18.078.516.885.887.772.356 1.945.587 3.378.61a.75.75 0 0 1-.025 1.5c-1.55-.024-2.95-.273-3.98-.747C1.166 13 .5 12.247.5 11.253v-8a.8.8 0 0 1 .059-.292q.014-.029.029-.055C1.072 1.303 3.534.502 6.5.502m4.75 9.247a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M6.5 2.002c-1.538 0-2.799.236-3.615.612-.814.375-.885.713-.885.888 0 .174.071.513.885.887.816.376 2.077.613 3.615.613s2.799-.237 3.615-.613c.814-.374.885-.713.885-.887s-.071-.513-.885-.888C9.3 2.238 8.038 2.002 6.5 2.002" }),
8
+ React.createElement("g", { fillRule: "evenodd", clipRule: "evenodd" },
9
+ React.createElement("path", { d: "M11.25 8.249a3 3 0 0 1 3 3c0 .556-.154 1.075-.418 1.521l1.448 1.448a.75.75 0 0 1-1.06 1.061l-1.449-1.448a3 3 0 0 1-1.521.418 3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" }),
10
+ React.createElement("path", { d: "M6.5.502c3.314 0 6 1 6 3v2.75a.75.75 0 0 1-1.5 0v-.63c-1.1.586-2.708.88-4.5.88s-3.4-.294-4.5-.88v1.63c0 .18.078.517.885.888.772.356 1.945.587 3.378.61a.75.75 0 0 1-.025 1.5c-1.55-.024-2.95-.273-3.98-.747A5 5 0 0 1 2 9.373v1.88c0 .18.078.516.885.887.772.356 1.945.587 3.378.61a.75.75 0 0 1-.025 1.5c-1.55-.024-2.95-.273-3.98-.747C1.166 13 .5 12.247.5 11.253v-8a.8.8 0 0 1 .059-.292q.014-.029.029-.055C1.072 1.303 3.534.502 6.5.502m0 1.5c-1.538 0-2.799.236-3.615.612-.814.375-.885.713-.885.888 0 .174.071.513.885.887.816.376 2.077.613 3.615.613s2.799-.237 3.615-.613c.814-.374.885-.713.885-.887s-.071-.513-.885-.888C9.3 2.238 8.038 2.002 6.5 2.002" })))));
7
11
  exports.default = DatabaseMagnifier;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const DatabaseNutHex: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default DatabaseNutHex;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const DatabaseNutHex = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("path", { fill: "currentColor", d: "M13.39 8.748a1.5 1.5 0 0 1 1.197.596l.11.169 1.069 1.9a1.5 1.5 0 0 1 0 1.472l-1.069 1.9a1.5 1.5 0 0 1-1.307.765h-2.072a1.5 1.5 0 0 1-1.307-.765l-1.07-1.9-.084-.176a1.5 1.5 0 0 1 .084-1.296l1.07-1.9a1.5 1.5 0 0 1 1.307-.765zM7 1c3.314 0 6 1 6 3v2.75a.75.75 0 0 1-1.5 0v-.629C10.4 6.706 8.792 7 7 7s-3.4-.294-4.5-.879V8c0 .18.078.516.885.888.772.355 1.945.587 3.378.61a.75.75 0 0 1-.025 1.5c-1.55-.025-2.95-.274-3.98-.748a5 5 0 0 1-.258-.129V12c0 .18.078.516.885.888.772.355 1.945.587 3.378.61a.75.75 0 0 1-.025 1.5c-1.55-.025-2.95-.274-3.98-.748C1.665 13.747 1 12.995 1 12V4c0-2 2.686-3 6-3m3.249 11.148 1.07 1.902h2.07l1.07-1.902-1.07-1.9h-2.07zm2.105-1a1 1 0 1 1-.001 2.001 1 1 0 0 1 0-2M7 2.5c-1.538 0-2.799.236-3.615.612-.814.375-.885.714-.885.888s.071.513.885.888C4.2 5.264 5.462 5.5 7 5.5s2.799-.236 3.615-.612c.814-.375.885-.714.885-.888s-.071-.513-.885-.888C9.8 2.736 8.538 2.5 7 2.5" })));
7
+ exports.default = DatabaseNutHex;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const DatabasePlus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default DatabasePlus;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const DatabasePlus = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("g", { fill: "currentColor" },
7
+ React.createElement("path", { d: "M12.251 9a.75.75 0 0 1 .75.75v1.501h1.502a.75.75 0 0 1 0 1.5H13v1.502a.75.75 0 0 1-1.5 0V12.75H10a.75.75 0 0 1 0-1.5h1.501v-1.5a.75.75 0 0 1 .75-.75M7 1c3.314 0 6 1 6 3v2.995a.75.75 0 0 1-1.5 0v-.874C10.4 6.706 8.792 7 7 7s-3.4-.294-4.5-.879V8c0 .18.078.516.885.888C4.2 9.264 5.462 9.5 7 9.5q.368 0 .716-.018a.75.75 0 0 1 .076 1.499q-.248.011-.501.015l-.024.002Q7.134 11.001 7 11l-.267-.002-.07-.005c-1.522-.032-2.894-.277-3.905-.743a5 5 0 0 1-.258-.129V12c0 .18.078.516.885.888.816.376 2.077.61 3.614.611h.005q.363 0 .708-.017a.75.75 0 0 1 .076 1.499 15 15 0 0 1-.502.015l-.023.002-.261.001L7 15v-.001V15l-.001-.001-.26-.001-.07-.005c-1.524-.031-2.898-.277-3.911-.743C1.665 13.747 1 12.995 1 12V4c0-2 2.686-3 6-3m0 1.5c-1.538 0-2.799.236-3.615.612-.814.375-.885.714-.885.888s.071.513.885.888C4.2 5.264 5.462 5.5 7 5.5s2.799-.236 3.615-.612c.814-.375.885-.714.885-.888s-.071-.513-.885-.888C9.8 2.736 8.538 2.5 7 2.5" }),
8
+ React.createElement("path", { d: "M12.251 9a.75.75 0 0 1 .75.75v1.501h1.502a.75.75 0 0 1 0 1.5H13v1.502a.75.75 0 0 1-1.5 0V12.75H10a.75.75 0 0 1 0-1.5h1.501v-1.5a.75.75 0 0 1 .75-.75M7 1c3.314 0 6 1 6 3v2.995a.75.75 0 0 1-1.5 0v-.874C10.4 6.706 8.792 7 7 7s-3.4-.294-4.5-.879V8c0 .18.078.516.885.888C4.2 9.264 5.462 9.5 7 9.5q.368 0 .716-.018a.75.75 0 0 1 .076 1.499q-.248.011-.501.015l-.024.002Q7.134 11.001 7 11l-.267-.002-.07-.005c-1.522-.032-2.894-.277-3.905-.743a5 5 0 0 1-.258-.129V12c0 .18.078.516.885.888.816.376 2.077.61 3.614.611h.005q.364 0 .708-.017a.75.75 0 0 1 .076 1.499q-.247.011-.502.015l-.023.002q-.13.003-.263.002l-.001-.001-.26-.001-.07-.005c-1.525-.031-2.898-.277-3.911-.743C1.665 13.747 1 12.995 1 12V4c0-2 2.686-3 6-3m0 1.5c-1.538 0-2.799.236-3.615.612-.814.375-.885.714-.885.888s.071.513.885.888C4.2 5.264 5.462 5.5 7 5.5s2.799-.236 3.615-.612c.814-.375.885-.714.885-.888s-.071-.513-.885-.888C9.8 2.736 8.538 2.5 7 2.5" }))));
9
+ exports.default = DatabasePlus;
package/Hourglass.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const Hourglass: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default Hourglass;
package/Hourglass.js ADDED
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const Hourglass = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.25 1a.75.75 0 0 1 0 1.5h-.5v1.822a3.75 3.75 0 0 1-1.386 2.91L10.42 8l.945.768a3.75 3.75 0 0 1 1.386 2.91v1.821h.5a.75.75 0 0 1 0 1.5h-1.23L12 15H4l-.02-.001H2.754a.75.75 0 0 1 0-1.5h.496v-1.821c0-1.13.51-2.198 1.386-2.91L5.579 8l-.943-.768a3.75 3.75 0 0 1-1.386-2.91V2.5h-.5a.75.75 0 0 1 0-1.5zm-8.5 1.504v1.818l.015.252a2.25 2.25 0 0 0 .816 1.494l1.66 1.35a.75.75 0 0 1 0 1.164l-1.66 1.35a2.25 2.25 0 0 0-.831 1.746v1.821h6.5v-1.821a2.25 2.25 0 0 0-.831-1.746l-1.661-1.35a.75.75 0 0 1 0-1.164l1.66-1.35a2.25 2.25 0 0 0 .832-1.746V2.5z", clipRule: "evenodd" })));
7
+ exports.default = Hourglass;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const HourglassEnd: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default HourglassEnd;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const HourglassEnd = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.25 1a.75.75 0 0 1 0 1.5h-.5v1.822a3.75 3.75 0 0 1-1.386 2.91L10.42 8l.945.768a3.75 3.75 0 0 1 1.386 2.91v1.821h.5a.75.75 0 0 1 0 1.5h-1.23L12 15H4l-.02-.001H2.754a.75.75 0 0 1 0-1.5h.496v-1.821c0-1.13.51-2.198 1.386-2.91L5.579 8l-.943-.768a3.75 3.75 0 0 1-1.386-2.91V2.5h-.5a.75.75 0 0 1 0-1.5zm-8.5 1.504v1.818l.015.252a2.25 2.25 0 0 0 .816 1.494l1.66 1.35a.75.75 0 0 1 0 1.164l-1.66 1.35c-.27.22-.48.496-.623.804h6.084a2.25 2.25 0 0 0-.623-.804l-1.661-1.35a.75.75 0 0 1 0-1.164l1.66-1.35a2.25 2.25 0 0 0 .832-1.746V2.5z", clipRule: "evenodd" })));
7
+ exports.default = HourglassEnd;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const HourglassStart: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default HourglassStart;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const HourglassStart = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("g", { fill: "currentColor" },
7
+ React.createElement("path", { d: "M13.25 1a.75.75 0 0 1 0 1.5h-.5v1.822a3.75 3.75 0 0 1-1.386 2.91L10.42 8l.945.768a3.75 3.75 0 0 1 1.386 2.91v1.821h.5a.75.75 0 0 1 0 1.5h-1.23L12 15H4l-.02-.001H2.754a.75.75 0 0 1 0-1.5h.496v-1.821c0-1.13.51-2.198 1.386-2.91L5.579 8l-.943-.768a3.75 3.75 0 0 1-1.386-2.91V2.5h-.5a.75.75 0 0 1 0-1.5zM8.982 8.765a1.9 1.9 0 0 0-1.972.005L5.58 9.932a2.25 2.25 0 0 0-.831 1.746v1.821h6.5v-1.821a2.25 2.25 0 0 0-.831-1.746zM4.75 2.504v1.248h6.5V2.5z" }),
8
+ React.createElement("path", { fillRule: "evenodd", d: "M13.25 1a.75.75 0 0 1 0 1.5h-.5v1.822a3.75 3.75 0 0 1-1.386 2.91L10.42 8l.945.768a3.75 3.75 0 0 1 1.386 2.91v1.821h.5a.75.75 0 0 1 0 1.5h-1.23L12 15H4l-.02-.001H2.754a.75.75 0 0 1 0-1.5h.496v-1.821c0-1.13.51-2.198 1.386-2.91L5.579 8l-.943-.768a3.75 3.75 0 0 1-1.386-2.91V2.5h-.5a.75.75 0 0 1 0-1.5zM8.982 8.765a1.9 1.9 0 0 0-1.972.005L5.58 9.932a2.25 2.25 0 0 0-.831 1.746v1.821h6.5v-1.821a2.25 2.25 0 0 0-.831-1.746zM4.75 2.504v1.248h6.5V2.5z", clipRule: "evenodd" }))));
9
+ exports.default = HourglassStart;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const LogoAppStore: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default LogoAppStore;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const LogoAppStore = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("g", { fill: "currentColor" },
7
+ React.createElement("path", { d: "M3.675 12.089a.5.5 0 0 1 .433.75l-.743 1.287a.75.75 0 0 1-1.299-.75l.599-1.037a.5.5 0 0 1 .433-.25zm5.191-5.986a.5.5 0 0 1 .866-.001l2.166 3.75h1.105l.919-.001h.332a.75.75 0 0 1 .75.75.75.75 0 0 1-.672.746l-.077.004h-1.492l1.17 2.025a.75.75 0 0 1-1.3.75L8.58 7.102a.5.5 0 0 1 0-.5z" }),
8
+ React.createElement("path", { d: "M8.707 1.875a.75.75 0 0 1 1.299.75l-1.14 1.974.001.003-.866 1.5-.002-.003L5.834 9.85H9.01a.5.5 0 0 1 .432.25l.29.5a.5.5 0 0 1-.432.75H1.746a.75.75 0 0 1 .002-1.5h2.354l3.032-5.252-1.14-1.974a.75.75 0 1 1 1.299-.75l.706 1.224z" }))));
9
+ exports.default = LogoAppStore;
package/LogoApple.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const LogoApple: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default LogoApple;
package/LogoApple.js ADDED
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const LogoApple = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("g", { fill: "currentColor" },
7
+ React.createElement("path", { fillRule: "evenodd", d: "M10.657 3.776a3.84 3.84 0 0 1 3.382 1.991 2.79 2.79 0 0 0-2.024 2.68c0 1.295.884 2.38 2.081 2.694-.536 1.402-1.45 2.687-2.637 3.563-.693.51-1.62.21-2.427-.086a3 3 0 0 0-2.065 0c-.808.297-1.735.596-2.428.085C2.174 12.956.889 9.589 1.533 6.9c.374-1.768 1.882-3.125 3.81-3.125a4 4 0 0 1 1.93.502 1.51 1.51 0 0 0 1.451 0 3.96 3.96 0 0 1 1.933-.502m0 1.5c-.44 0-.848.115-1.203.312-.898.5-2.012.5-2.909.001a2.5 2.5 0 0 0-1.203-.313c-1.17 0-2.104.812-2.341 1.934l-.01.04c-.491 2.055.517 4.808 2.415 6.227a.6.6 0 0 0 .133-.004c.22-.025.5-.113.912-.264l.183-.062a4.5 4.5 0 0 1 2.915.063c.412.15.692.239.912.264.069.008.11.005.131.003a6.1 6.1 0 0 0 1.523-1.696 4.27 4.27 0 0 1-1.6-3.334l.004-.184a4.26 4.26 0 0 1 1.167-2.756 2.4 2.4 0 0 0-1.03-.231", clipRule: "evenodd" }),
8
+ React.createElement("path", { d: "M10.29.025a.385.385 0 0 1 .504.429c-.07.516-.264 1.295-.79 1.913-.527.617-1.266.93-1.764 1.082a.385.385 0 0 1-.504-.429c.07-.516.264-1.295.79-1.913C9.052.49 9.791.177 10.29.025" }))));
9
+ exports.default = LogoApple;
package/LogoDebian.js CHANGED
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  const React = tslib_1.__importStar(require("react"));
5
5
  const LogoDebian = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
- React.createElement("path", { fill: "currentColor", d: "M5.494 2.04c1.274-.679 2.808-.976 4.24-.67 1.458.31 2.769 1.24 3.525 2.915.808 1.789.548 3.419-.264 4.602-.786 1.145-2.088 1.861-3.34 1.861-1.172 0-2.036-.541-2.526-1.309-.469-.734-.578-1.654-.328-2.42.227-.696.624-1.22 1.157-1.561.523-.334 1.12-.455 1.697-.455a.75.75 0 0 1 0 1.5c-.374 0-.67.08-.89.22-.209.134-.407.358-.538.76-.108.332-.066.786.167 1.15.211.331.597.615 1.261.615.709 0 1.569-.432 2.104-1.21.509-.742.73-1.815.133-3.136-.554-1.226-1.465-1.85-2.471-2.065-1.034-.22-2.209-.012-3.222.527-1.28.682-2.438 2.41-2.449 4.412-.01 1.932 1.06 4.242 4.475 6.062a.75.75 0 0 1-.706 1.324C3.715 13.135 2.236 10.364 2.25 7.77c.014-2.526 1.452-4.774 3.244-5.729" })));
6
+ React.createElement("path", { fill: "currentColor", d: "M5.494 2.04c1.274-.678 2.808-.976 4.24-.67 1.458.31 2.769 1.24 3.525 2.915.808 1.789.548 3.419-.264 4.602-.786 1.145-2.088 1.861-3.34 1.861-1.172 0-2.036-.541-2.526-1.309-.469-.734-.578-1.654-.328-2.42.227-.696.624-1.22 1.157-1.561.523-.334 1.12-.455 1.697-.455a.75.75 0 0 1 0 1.5c-.374 0-.67.08-.89.22-.209.134-.407.358-.538.76-.108.332-.066.786.167 1.15.211.331.597.615 1.261.615.709 0 1.569-.432 2.104-1.21.509-.742.73-1.815.133-3.136-.554-1.226-1.465-1.85-2.471-2.065-1.034-.22-2.209-.012-3.222.527-1.28.682-2.438 2.41-2.449 4.412-.01 1.932 1.06 4.242 4.475 6.062a.75.75 0 0 1-.706 1.324C3.715 13.135 2.236 10.364 2.25 7.77c.014-2.526 1.452-4.774 3.244-5.729" })));
7
7
  exports.default = LogoDebian;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const LogoGooglePlay: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default LogoGooglePlay;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const LogoGooglePlay = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.507 2.906C1.63 1.086 3.637-.014 5.252.92l8.5 4.916c1.663.963 1.664 3.366 0 4.328l-2.328 1.346a.7.7 0 0 1-.228.132L5.252 15.08l-.157.084c-1.585.778-3.468-.308-3.588-2.069l-.008-.179.001-9.832zM3.37 13.693a.995.995 0 0 0 1.13.089l5.207-3.013-1.706-1.707zM3 11.943l3.941-3.94L3 4.06zm6.062-3.94 1.99 1.99L13 8.866a1 1 0 0 0 0-1.73l-1.946-1.127zM4.5 2.218a.995.995 0 0 0-1.13.089l4.631 4.634 1.709-1.71z", clipRule: "evenodd" })));
7
+ exports.default = LogoGooglePlay;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const LogoHuaweiAppgallery: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default LogoHuaweiAppgallery;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const LogoHuaweiAppgallery = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("g", { fill: "currentColor" },
7
+ React.createElement("path", { d: "M9.884 4.915a.75.75 0 0 1 1.342.67C10.75 6.536 9.49 7.268 8 7.268s-2.75-.732-3.226-1.683a.75.75 0 0 1 1.342-.67c.164.326.82.853 1.884.853s1.72-.527 1.884-.853" }),
8
+ React.createElement("path", { fillRule: "evenodd", d: "M11.5 1.5a3 3 0 0 1 3 3v7a3 3 0 0 1-2.846 2.996l-.154.004h-7l-.154-.004a3 3 0 0 1-2.842-2.842L1.5 11.5v-7a3 3 0 0 1 3-3zM4.5 3A1.5 1.5 0 0 0 3 4.5v7A1.5 1.5 0 0 0 4.5 13h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 11.5 3z", clipRule: "evenodd" }))));
9
+ exports.default = LogoHuaweiAppgallery;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const LogoRustore: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default LogoRustore;
package/LogoRustore.js ADDED
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const LogoRustore = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.676 2.379a1 1 0 0 1 1.242-.97l3.945.984a1.5 1.5 0 0 1 1.138 1.455v6.686a1 1 0 0 1-1.242.97l-2.594-.646V9.317l2.025.5a.25.25 0 0 0 .309-.243V4.041a.25.25 0 0 0-.19-.243l-2.827-.703a.25.25 0 0 0-.31.242v.646a1.5 1.5 0 0 1 .99 1.409v6.686a1 1 0 0 1-1.243.97l-2.594-.646v1.287a1 1 0 0 1-1.242.97l-3.946-.984A1.5 1.5 0 0 1 1 12.219V5.533a1 1 0 0 1 1.242-.97l3.766.94-1.172-.294V3.923a1 1 0 0 1 1.242-.97l2.598.647zm-5.87 3.87a.25.25 0 0 0-.309.242v5.54a.25.25 0 0 0 .19.243l2.827.697a.25.25 0 0 0 .31-.242V7.195a.25.25 0 0 0-.19-.243zm3.837-1.61a.25.25 0 0 0-.31.242v.71l-.01-.004a1.5 1.5 0 0 1 1.002 1.415v3.859l2.025.5a.25.25 0 0 0 .31-.243V5.585a.25.25 0 0 0-.19-.243z", clipRule: "evenodd" })));
7
+ exports.default = LogoRustore;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const LogoWebhook: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default LogoWebhook;
package/LogoWebhook.js ADDED
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const LogoWebhook = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("g", { fill: "currentColor" },
7
+ React.createElement("path", { d: "M2.583 7.48a.75.75 0 1 1 .712 1.318 2.5 2.5 0 0 0-.36.236A2.5 2.5 0 0 0 2 11.011a2.494 2.494 0 0 0 2.494 2.493A2.496 2.496 0 0 0 6.98 11v-.75h3.865a1 1 0 1 1-.009 1.5h-2.43a3.99 3.99 0 0 1-3.913 3.253A3.993 3.993 0 0 1 .501 11.01c0-1.261.571-2.416 1.507-3.154q.27-.212.575-.378" }),
8
+ React.createElement("path", { d: "M8 3.999a1 1 0 0 1 .98 1.195c.292.5.609 1.04.88 1.5l.32.544c1.775-.625 3.805.065 4.783 1.759a3.99 3.99 0 0 1-1.461 5.453 4 4 0 0 1-3.484.272 4 4 0 0 1-.616-.31.75.75 0 1 1 .787-1.275q.183.113.383.193a2.51 2.51 0 0 0 2.18-.177 2.494 2.494 0 0 0 .912-3.407 2.496 2.496 0 0 0-3.41-.9l-.64.37-.38-.637-.05-.086-.14-.235-.476-.803c-.271-.46-.589-1.003-.883-1.508A1 1 0 0 1 8 4" }),
9
+ React.createElement("path", { d: "M4.534 3.002A3.993 3.993 0 0 1 9.988 1.54a4 4 0 0 1 1.977 2.88q.05.342.04.688a.75.75 0 1 1-1.498-.043 2.5 2.5 0 0 0-.025-.428 2.51 2.51 0 0 0-1.243-1.8 2.494 2.494 0 0 0-3.406.913 2.496 2.496 0 0 0 .926 3.404l.656.379-1.95 3.285a1 1 0 1 1-1.286-.768l1.21-2.04A3.99 3.99 0 0 1 4.534 3" }))));
10
+ exports.default = LogoWebhook;
@@ -3,5 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  const React = tslib_1.__importStar(require("react"));
5
5
  const LogoYandexCloud = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.5 8a5.5 5.5 0 0 1 5.492-5.5c1.318.032 1.88.796 2.02 1.48.027.137.02.389-.027.713a7 7 0 0 1-.042.26l-1.759.308h-.001c-.838.144-1.537.432-2.068.933-.535.504-.829 1.155-.98 1.887l-.444 2.146-.009.043-.02.098c-.034.168-.091.444-.132.725-.047.325-.09.763-.025 1.154A5.49 5.49 0 0 1 2.5 8m5.501 7a7 7 0 0 0 .002-14h-.006a7 7 0 0 0 .001 14zm.007-1.5c-1.318-.032-1.88-.796-2.02-1.48-.027-.137-.02-.389.027-.713a7 7 0 0 1 .042-.26l1.759-.308h.001c.838-.144 1.537-.432 2.068-.933.535-.504.829-1.155.98-1.887l.444-2.146.009-.043q.007-.04.02-.097c.034-.17.092-.445.132-.726.047-.325.09-.763.024-1.154A5.5 5.5 0 0 1 8.009 13.5M9.62 6.532l-1.18.207h-.002c-.652.112-1.044.31-1.295.547-.247.233-.43.57-.539 1.098L6.38 9.468l1.18-.207h.002c.652-.112 1.044-.31 1.295-.547.247-.233.43-.57.539-1.098z", clipRule: "evenodd" })));
6
+ React.createElement("g", { fill: "currentColor" },
7
+ React.createElement("path", { fillRule: "evenodd", d: "M12.694 1.702a.25.25 0 0 1 .235.337l-1.196 3.222a1.6 1.6 0 0 1-.164.32q.143-.025.29-.024l3.544.023a.25.25 0 0 1 .23.343l-1.216 3.052-.597 1.518c-.225.562-.456 1.112-.634 1.45l-.001.002c-.345.653-.78 1.231-1.374 1.625-.593.394-1.28.565-1.994.642-.702.075-1.897.092-2.892.082h-.002l-3.736-.05a.25.25 0 0 1-.23-.34L4.201 10.7q.039-.097.09-.19a2 2 0 0 1-.14.009l-3.542.029a.25.25 0 0 1-.236-.339l1.17-3.071c.293-.773.841-2.303 1.188-2.985v-.001c.335-.66.762-1.245 1.35-1.648.587-.402 1.27-.584 1.984-.67.7-.087 1.894-.121 2.89-.126h.002zm-.844 5.355a.11.11 0 0 0-.1.066l-.086.217c-.304.773-.563 1.427-.838 1.943h.001c-.286.548-.622.996-1.125 1.33-.502.333-1.028.464-1.663.53h-.002c-.442.046-.947.055-2.15.035l-.188-.003a.11.11 0 0 0-.1.068l-.592 1.525 1.936.026c.995.01 2.109-.008 2.713-.073.593-.064 1.012-.192 1.325-.4.31-.206.599-.549.877-1.076.307-.583.827-1.969 1.166-2.823v-.001l.538-1.353zm-1.344-.775q-.136.025-.276.026h-.193c-1.208-.001-1.63.016-1.97.055-.51.062-.766.155-.986.305s-.403.367-.613.783l-.003.006c-.22.427-.436.995-.741 1.806h-.001l-.082.219q-.041.105-.094.2.085-.008.172-.006l.19.002h.003c1.208.02 1.63.008 1.971-.026l.18-.022c.394-.055.616-.139.81-.268.221-.146.41-.36.625-.774l.003-.006c.226-.424.45-.988.768-1.794l.087-.218q.06-.153.15-.288M8.961 3.207zc-.996.005-2.11.04-2.715.113-.591.073-1.009.208-1.318.42-.308.211-.591.559-.861 1.09-.299.59-.797 1.982-1.123 2.84v.001l-.519 1.36L4.14 9.02a.11.11 0 0 0 .098-.069l.082-.217c.294-.78.543-1.441.811-1.962.278-.55.606-1 1.102-1.34s1.021-.48 1.656-.557h.002c.44-.052.944-.067 2.145-.065l.19-.001a.11.11 0 0 0 .1-.07l.57-1.534z", clipRule: "evenodd" }),
8
+ React.createElement("path", { d: "M11.732 5.26a1.6 1.6 0 0 1-.162.322q.14-.026.29-.025l3.542.024a.25.25 0 0 1 .23.342l-1.215 3.052c-.304.768-.875 2.29-1.232 2.969-.345.655-.78 1.233-1.375 1.627-.592.393-1.28.565-1.993.642-.702.075-1.897.091-2.892.081h-.002l-3.736-.05a.25.25 0 0 1-.23-.34L4.2 10.7q.038-.097.089-.19a2 2 0 0 1-.138.009l-3.543.029a.25.25 0 0 1-.236-.34l1.17-3.07c.293-.773.841-2.303 1.187-2.986.336-.66.763-1.244 1.35-1.648.587-.402 1.272-.584 1.985-.67.7-.087 1.895-.121 2.89-.126h.002l3.737-.006a.25.25 0 0 1 .235.337zm.117 1.797a.11.11 0 0 0-.1.067l-.085.216c-.305.773-.563 1.427-.838 1.943-.286.548-.621.996-1.124 1.33-.502.333-1.028.464-1.663.53l-.002.001c-.442.045-.947.054-2.15.034l-.188-.003a.11.11 0 0 0-.1.068l-.592 1.525 1.936.026c.995.01 2.109-.008 2.713-.073.593-.063 1.012-.192 1.325-.4.31-.206.599-.549.877-1.076.307-.584.826-1.97 1.165-2.823v-.001l.539-1.353zm-1.343-.774q-.136.024-.276.025h-.193c-1.208-.001-1.63.016-1.97.056-.51.061-.767.154-.986.305-.22.15-.403.366-.613.783l-.003.006c-.22.427-.436.994-.742 1.805v.001l-.083.218q-.04.105-.093.201.084-.008.172-.007l.19.002h.003c1.208.02 1.629.009 1.97-.026l.18-.022c.395-.054.617-.139.81-.268.222-.146.41-.36.626-.774l.003-.005c.226-.424.45-.989.768-1.794v-.002l.086-.216q.061-.153.15-.288M8.96 3.208c-.995.005-2.11.04-2.714.114-.591.072-1.009.207-1.318.42-.308.21-.591.558-.861 1.09-.299.589-.797 1.98-1.122 2.839v.001l-.52 1.36 1.713-.013a.11.11 0 0 0 .099-.069l.083-.217c.293-.78.542-1.441.81-1.962.278-.55.606-1 1.102-1.34s1.021-.48 1.655-.556h.002c.441-.052.945-.068 2.146-.066h.19a.11.11 0 0 0 .1-.07l.57-1.534z" }))));
7
9
  exports.default = LogoYandexCloud;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const ServerPlus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default ServerPlus;
package/ServerPlus.js ADDED
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const ServerPlus = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("g", { fill: "currentColor", clipPath: "url(#a)" },
7
+ React.createElement("path", { d: "M13.001 8a.75.75 0 0 1 .75.75v1.501h1.502a.75.75 0 0 1 0 1.5H13.75v1.502a.75.75 0 0 1-1.5 0V11.75h-1.5a.75.75 0 0 1 0-1.5h1.501v-1.5a.75.75 0 0 1 .75-.75m-2.253-6a3 3 0 0 1 3 3v1a.75.75 0 0 1-1.5 0V5a1.5 1.5 0 0 0-1.5-1.5H3A1.5 1.5 0 0 0 1.5 5v2.25h7.25a.75.75 0 0 1 0 1.5H1.5V11A1.5 1.5 0 0 0 3 12.5h5.5a.75.75 0 0 1 0 1.5H3a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM6 9.75a.75.75 0 0 1 0 1.5H3.5a.75.75 0 0 1 0-1.5zm0-5a.75.75 0 0 1 0 1.5H3.5a.75.75 0 0 1 0-1.5z" }),
8
+ React.createElement("path", { d: "M13.001 8a.75.75 0 0 1 .75.75v1.501h1.502a.75.75 0 0 1 0 1.5H13.75v1.502a.75.75 0 0 1-1.5 0V11.75h-1.5a.75.75 0 0 1 0-1.5h1.501v-1.5a.75.75 0 0 1 .75-.75" }),
9
+ React.createElement("path", { d: "M10.747 2a3 3 0 0 1 3.001 3v1a.75.75 0 0 1-1.5 0V5a1.5 1.5 0 0 0-1.5-1.5H3A1.5 1.5 0 0 0 1.5 5v2.25h7.25a.75.75 0 0 1 0 1.5H1.5V11A1.5 1.5 0 0 0 3 12.5h5.5a.75.75 0 0 1 0 1.5H3a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3z" }),
10
+ React.createElement("path", { d: "M6 9.75a.75.75 0 0 1 0 1.5H3.5a.75.75 0 0 1 0-1.5zm0-5a.75.75 0 0 1 0 1.5H3.5a.75.75 0 0 1 0-1.5z" })),
11
+ React.createElement("defs", null,
12
+ React.createElement("clipPath", { id: "a" },
13
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
14
+ exports.default = ServerPlus;
package/Thunderbolt.js CHANGED
@@ -3,5 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  const React = tslib_1.__importStar(require("react"));
5
5
  const Thunderbolt = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m7.836 6 .76-2.027L9.336 2H5.5a.72.72 0 0 0-.664.45L2.513 8.257a.177.177 0 0 0 .164.243h4.965l-.732 2.013-1.082 2.975a.382.382 0 0 0 .637.392l6.956-7.391A.29.29 0 0 0 13.21 6H7.835m2.727-3 .235-.627A1.386 1.386 0 0 0 9.5.5h-4c-.906 0-1.72.552-2.057 1.393L1.12 7.7A1.677 1.677 0 0 0 2.677 10H5.5l-.545 1.5-.537 1.475a1.882 1.882 0 0 0 3.14 1.933l6.956-7.391A1.79 1.79 0 0 0 13.21 4.5H10z", clipRule: "evenodd" })));
6
+ React.createElement("g", { fill: "currentColor" },
7
+ React.createElement("path", { d: "M9.263.498a.75.75 0 0 1 1.274.717L9.23 5.622h3.27c1.104 0 1.666 1.328.898 2.12l-7.542 7.779a.75.75 0 0 1-1.248-.764l1.601-4.724H3.446c-1.084 0-1.654-1.285-.926-2.089zM4.01 8.533h3.246a.75.75 0 0 1 .711.992l-.869 2.56 4.813-4.963H8.225a.75.75 0 0 1-.719-.964l.655-2.21z" }),
8
+ React.createElement("path", { fillRule: "evenodd", d: "M9.262.498a.75.75 0 0 1 1.275.717L9.229 5.622h3.272c1.104 0 1.665 1.328.897 2.12l-7.542 7.779a.75.75 0 0 1-1.248-.764l1.602-4.723H3.445c-1.083-.001-1.653-1.286-.926-2.09zM4.01 8.534h3.246a.75.75 0 0 1 .711.99l-.869 2.56 4.813-4.962H8.224a.75.75 0 0 1-.719-.963l.656-2.21z", clipRule: "evenodd" }))));
7
9
  exports.default = Thunderbolt;
@@ -3,5 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  const React = tslib_1.__importStar(require("react"));
5
5
  const ThunderboltFill = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
- React.createElement("path", { fill: "currentColor", d: "m14.61 6.914-7.632 8.08a1.614 1.614 0 0 1-2.69-1.66L5.5 10H2.677A1.677 1.677 0 0 1 1.12 7.7l2.323-5.807A2.22 2.22 0 0 1 5.5.5h4c.968 0 1.637.967 1.298 1.873L10 4.5h3.569a1.431 1.431 0 0 1 1.04 2.414" })));
6
+ React.createElement("g", { fill: "currentColor" },
7
+ React.createElement("path", { d: "M9.453.49a.75.75 0 0 1 1.287.635l-.855 5.122 2.41.003c1.113.002 1.67 1.347.883 2.134L6.03 15.53a.75.75 0 0 1-1.258-.712l1.268-5.07-2.383.003c-1.094.001-1.661-1.306-.913-2.105z" }),
8
+ React.createElement("path", { d: "M9.453.489a.751.751 0 0 1 1.287.636l-.856 5.122 2.41.003c1.113 0 1.67 1.347.883 2.134L6.03 15.528a.75.75 0 0 1-1.258-.712l1.266-5.068-2.382.003c-1.095 0-1.662-1.307-.913-2.106z" }))));
7
9
  exports.default = ThunderboltFill;
package/Wallet.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const Wallet: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default Wallet;
package/Wallet.js ADDED
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const Wallet = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("g", { fill: "currentColor" },
7
+ React.createElement("path", { d: "M10.753 8.005a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1 0-1.5z" }),
8
+ React.createElement("path", { fillRule: "evenodd", d: "M12.75 1.5a.75.75 0 0 1 0 1.5H3.195a.7.7 0 0 0-.698.7l.004.081a.8.8 0 0 0 .796.718h8.96a2.75 2.75 0 0 1 2.75 2.75v4.5a2.75 2.75 0 0 1-2.75 2.75h-8.51a2.75 2.75 0 0 1-2.75-2.75V3.7c0-1.215.984-2.2 2.198-2.2zM2.497 11.75c0 .69.56 1.25 1.25 1.25h8.51c.691 0 1.25-.56 1.25-1.25v-4.5c0-.69-.56-1.25-1.25-1.25h-8.96c-.281 0-.55-.054-.8-.146z", clipRule: "evenodd" }))));
9
+ exports.default = Wallet;
package/WalletDot.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ declare const WalletDot: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default WalletDot;
package/WalletDot.js ADDED
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const React = tslib_1.__importStar(require("react"));
5
+ const WalletDot = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
6
+ React.createElement("path", { fill: "currentColor", d: "M13.004 11a2 2 0 1 1 0 4 2 2 0 0 1 0-4m-.254-9.5a.75.75 0 0 1 0 1.5H3.195a.7.7 0 0 0-.698.7l.004.081a.8.8 0 0 0 .796.718h8.96a2.75 2.75 0 0 1 2.75 2.75v2.023a.75.75 0 0 1-1.5 0V7.25c0-.69-.56-1.25-1.25-1.25h-8.96c-.281 0-.55-.054-.8-.146v5.896c0 .69.56 1.25 1.25 1.25h5.345a.75.75 0 0 1 0 1.5H3.747a2.75 2.75 0 0 1-2.75-2.75V3.7c0-1.215.984-2.2 2.198-2.2zm-1.997 6.505a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1 0-1.5z" }),
7
+ React.createElement("path", { fill: "#f33", fillRule: "evenodd", d: "M13.004 15a2 2 0 1 0 0-4 2 2 0 0 0 0 4", clipRule: "evenodd" })));
8
+ exports.default = WalletDot;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const AlmostEqual = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", d: "M1.747 10.287c1.315-1.185 2.78-1.35 4.016-1.143 1.205.202 2.22.76 2.73 1.045.596.332 1.343.721 2.174.842.794.116 1.682-.01 2.608-.768a.75.75 0 0 1 .95 1.161c-1.286 1.052-2.61 1.261-3.774 1.092-1.127-.165-2.086-.68-2.689-1.017-.502-.28-1.32-.72-2.248-.875-.897-.15-1.865-.032-2.762.777a.75.75 0 0 1-1.005-1.114m0-5.66c1.315-1.185 2.78-1.349 4.016-1.142 1.205.202 2.22.76 2.73 1.045.596.332 1.343.72 2.174.842.794.115 1.682-.01 2.608-.768a.75.75 0 0 1 .95 1.161c-1.286 1.052-2.61 1.261-3.774 1.091-1.127-.164-2.086-.68-2.689-1.016-.502-.28-1.32-.72-2.248-.875-.897-.15-1.865-.032-2.762.777a.75.75 0 0 1-1.005-1.115" })));
3
+ React.createElement("path", { fill: "currentColor", d: "M1.747 10.287c1.315-1.185 2.78-1.35 4.016-1.143 1.205.202 2.22.76 2.73 1.045.596.332 1.343.721 2.174.842.794.116 1.682-.01 2.608-.767a.75.75 0 0 1 .95 1.16c-1.286 1.052-2.61 1.261-3.774 1.092-1.127-.165-2.086-.68-2.689-1.017-.502-.28-1.32-.72-2.248-.875-.897-.15-1.865-.032-2.762.777a.75.75 0 0 1-1.005-1.114m0-5.66c1.315-1.184 2.78-1.349 4.016-1.142 1.205.202 2.22.76 2.73 1.045.596.332 1.343.72 2.174.842.794.116 1.682-.01 2.608-.768a.75.75 0 0 1 .95 1.161c-1.286 1.052-2.61 1.261-3.774 1.091-1.127-.164-2.086-.68-2.689-1.016-.502-.28-1.32-.72-2.248-.875-.897-.15-1.865-.032-2.762.777a.75.75 0 0 1-1.005-1.115" })));
4
4
  export default AlmostEqual;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const BanDashed = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", d: "M6.281 14.058a.75.75 0 0 1 .858-.625 5.6 5.6 0 0 0 1.722 0 .75.75 0 0 1 .234 1.482 7 7 0 0 1-2.19 0 .75.75 0 0 1-.624-.857m-3.779-2.99a.75.75 0 0 1 1.048.164c.34.467.75.879 1.218 1.218a.75.75 0 0 1-.883 1.213 7 7 0 0 1-1.548-1.548.75.75 0 0 1 .165-1.048m9.948.164a.75.75 0 0 1 1.213.883 7 7 0 0 1-1.548 1.548.75.75 0 0 1-.883-1.213c.467-.34.879-.75 1.218-1.218M1 8q0-.559.085-1.095a.75.75 0 0 1 1.482.234 5.6 5.6 0 0 0 0 1.722.75.75 0 0 1-1.482.234A7 7 0 0 1 1 8m12.5 0q0-.441-.067-.861a.75.75 0 0 1 1.482-.234 7 7 0 0 1 0 2.19.75.75 0 0 1-1.482-.234q.066-.42.067-.861M3.885 2.337a.75.75 0 0 1 .883 1.213c-.467.34-.879.75-1.218 1.218a.75.75 0 0 1-1.213-.883 7 7 0 0 1 1.548-1.548m7.182.165a.75.75 0 0 1 1.048-.165 7 7 0 0 1 1.548 1.548.75.75 0 0 1-1.213.883 5.5 5.5 0 0 0-1.218-1.218.75.75 0 0 1-.165-1.048M8 1q.559 0 1.095.085a.75.75 0 0 1-.234 1.482 5.6 5.6 0 0 0-1.722 0 .75.75 0 0 1-.234-1.482A7 7 0 0 1 8 1m.5 7.5a.75.75 0 0 1 1.06 0l1.296 1.295a.75.75 0 0 1-1.06 1.061L8.5 9.56a.75.75 0 0 1 0-1.06M5.144 5.144a.75.75 0 0 1 1.06 0l1.297 1.297a.75.75 0 0 1-1.06 1.06L5.144 6.205a.75.75 0 0 1 0-1.061" })));
4
+ export default BanDashed;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const ChevronsCollapseVerticalToLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("g", { fill: "currentColor" },
4
+ React.createElement("path", { d: "M2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8m2.97 5.78a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06L8 11.81l-1.97 1.97a.75.75 0 0 1-1.06 0m0-10.5a.75.75 0 1 1 1.06-1.06L8 4.19l1.97-1.97a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0z" }),
5
+ React.createElement("path", { d: "M2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8m2.97 5.78a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06L8 11.81l-1.97 1.97a.75.75 0 0 1-1.06 0m0-10.5a.75.75 0 1 1 1.06-1.06L8 4.19l1.97-1.97a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0z" }))));
6
+ export default ChevronsCollapseVerticalToLine;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ChevronsExpandVerticalFromLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", d: "M2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8m2.97 3.679a.75.75 0 1 1 1.06-1.06L8 12.588l1.97-1.97a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0zm0-6.297a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1-1.06 1.06L8 3.412l-1.97 1.97a.75.75 0 0 1-1.06 0" })));
4
+ export default ChevronsExpandVerticalFromLine;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const CommentsDot = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("g", { fillRule: "evenodd", clipRule: "evenodd" },
4
+ React.createElement("path", { fill: "currentColor", d: "M10 1a10 10 0 0 1 .596.019.75.75 0 0 1-.097 1.497A8 8 0 0 0 10 2.5l-.265.004c-1.305.042-2.358.394-3.064.936S5.5 4.786 5.5 6s.465 2.018 1.17 2.56c.755.578 1.903.94 3.33.94h.621l1.95 1.95a.174.174 0 0 0 .296-.136l-.002-.002-.173-2.261.435-.336a1 1 0 0 1 .126-.12q.406-.3.684-.69c.185-.26.33-.554.426-.887a.75.75 0 0 1 1.448.387h.01a4.34 4.34 0 0 1-1.571 2.34l.111 1.453a1.673 1.673 0 0 1-2.851 1.312l-.992-.992C9.418 12.504 7.803 13 6 13l-1.51 1.51a1.673 1.673 0 0 1-2.852-1.312l.112-1.455C.67 10.91 0 9.663 0 8c0-2.97 2.132-4.615 4.94-4.94C6.004 1.688 7.872 1 10 1M4.145 4.735c-.587.163-1.083.405-1.473.704C1.966 5.981 1.5 6.786 1.5 8c0 1.21.463 2.013 1.166 2.555l.642.495-.173 2.262-.001.002a.174.174 0 0 0 .296.135L5.38 11.5H6c1.104 0 2.041-.217 2.758-.583C6.04 10.544 4 8.905 4 6q.001-.678.145-1.265" }),
5
+ React.createElement("path", { fill: "#f33", d: "M14 5.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4" }))));
6
+ export default CommentsDot;
@@ -1,6 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const CrownDiamond = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd" },
4
- React.createElement("path", { d: "m8.427 11.073 1.205-1.205a.4.4 0 0 0 .118-.285.8.8 0 0 0-.236-.569L8.427 7.927a.603.603 0 0 0-.854 0L6.486 9.014a.8.8 0 0 0-.236.57c0 .106.042.208.118.284l1.205 1.205a.604.604 0 0 0 .854 0" }),
5
- React.createElement("path", { d: "M16 5.796v-.028a1.768 1.768 0 0 0-3.018-1.25l-.76.76-.024.024-.374.374-.415.415a.335.335 0 0 1-.561-.149l-.155-.566-.139-.51-.009-.033-.65-2.386a1.964 1.964 0 0 0-3.79 0l-.65 2.386-.01.032-.139.511-.154.566a.335.335 0 0 1-.56.15l-.416-.416-.374-.374-.024-.024-.76-.76A1.768 1.768 0 0 0 0 5.768v.028q0 .203.046.403l1.3 5.631a1.4 1.4 0 0 0 .778.958 14.02 14.02 0 0 0 11.752 0c.394-.182.681-.535.779-.958l1.299-5.63q.045-.2.046-.404M3.53 7.152c.997.997 2.698.545 3.07-.815l.952-3.495a.464.464 0 0 1 .896 0L9.4 6.337c.37 1.36 2.072 1.812 3.068.815l1.574-1.574a.268.268 0 0 1 .457.19v.028a.3.3 0 0 1-.008.066l-1.288 5.584a12.52 12.52 0 0 1-10.408 0L1.508 5.862a.3.3 0 0 1-.008-.066v-.028a.268.268 0 0 1 .457-.19z" }))));
3
+ React.createElement("path", { fill: "currentColor", d: "M8 1c.886 0 1.662.593 1.895 1.447l.953 3.495a.335.335 0 0 0 .56.15V6.09l.415-.415 1.16-1.158A1.77 1.77 0 0 1 14.232 4l.18.009c.891.09 1.587.843 1.587 1.759v.028l-.012.203a2 2 0 0 1-.034.2l-1.3 5.631a1.4 1.4 0 0 1-.778.958l-.352.156a14.02 14.02 0 0 1-11.048 0l-.352-.156a1.4 1.4 0 0 1-.778-.958L.046 6.2a2 2 0 0 1-.034-.201L0 5.796v-.028a1.768 1.768 0 0 1 3.018-1.25l1.574 1.574c.16.159.417.115.524-.065l.036-.085.155-.567.798-2.928A1.964 1.964 0 0 1 8 1m0 1.5c-.21 0-.392.14-.447.342L6.6 6.337c-.371 1.36-2.073 1.812-3.07.815L1.957 5.578a.268.268 0 0 0-.457.19v.028q0 .034.008.066l1.287 5.582a12.52 12.52 0 0 0 10.41 0l1.287-5.582a.3.3 0 0 0 .008-.066v-.028a.268.268 0 0 0-.457-.19L12.47 7.152c-.997.997-2.699.545-3.07-.815l-.953-3.495A.464.464 0 0 0 8 2.5m0 5.25c.16 0 .314.064.427.177l1.088 1.088c.15.15.235.355.235.568 0 .107-.043.21-.118.285l-1.205 1.205a.604.604 0 0 1-.854 0L6.368 9.868a.4.4 0 0 1-.118-.285c0-.213.085-.418.235-.568l1.088-1.088A.6.6 0 0 1 8 7.75" })));
6
4
  export default CrownDiamond;
@@ -1,4 +1,8 @@
1
1
  import * as React from 'react';
2
2
  const DatabaseMagnifier = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.615 4.888c.814-.375.885-.714.885-.888s-.071-.513-.885-.888S9.538 2.5 8 2.5s-2.799.237-3.615.612C3.57 3.487 3.5 3.826 3.5 4s.071.513.885.888S6.462 5.5 8 5.5s2.799-.237 3.615-.612m.885 1.235C11.4 6.708 9.792 7 8 7s-3.4-.292-4.5-.877V8c0 .174.071.513.885.888S6.462 9.5 8 9.5h.04c-.187.463-.29.968-.29 1.498-1.691-.026-3.202-.318-4.25-.875V12c0 .174.071.513.885.887.816.377 2.077.613 3.615.613q.317 0 .617-.013a4 4 0 0 0 1.848 1.302C9.713 14.93 8.879 15 8 15c-3.314 0-6-1-6-3V4c0-2 2.686-3 6-3s6 1 6 3v3.692a4 4 0 0 0-1.5-.622zm-.75 6.377a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m0 1.5c.556 0 1.077-.152 1.524-.415l1.446 1.445a.75.75 0 1 0 1.06-1.06l-1.445-1.446A3 3 0 1 0 11.75 14", clipRule: "evenodd" })));
3
+ React.createElement("g", { fill: "currentColor" },
4
+ React.createElement("path", { d: "M11.25 8.249a3 3 0 0 1 3 3c0 .556-.154 1.075-.418 1.521l1.448 1.448a.75.75 0 0 1-1.06 1.061l-1.449-1.448a3 3 0 0 1-1.521.418 3 3 0 0 1 0-6M6.5.502c3.314 0 6 1 6 3v2.75a.75.75 0 0 1-1.5 0v-.63c-1.1.586-2.708.88-4.5.88s-3.4-.294-4.5-.88v1.63c0 .18.078.517.885.888.772.356 1.945.587 3.378.61a.75.75 0 0 1-.025 1.5c-1.55-.024-2.95-.273-3.98-.747A5 5 0 0 1 2 9.373v1.88c0 .18.078.516.885.887.772.356 1.945.587 3.378.61a.75.75 0 0 1-.025 1.5c-1.55-.024-2.95-.273-3.98-.747C1.166 13 .5 12.247.5 11.253v-8a.8.8 0 0 1 .059-.292q.014-.029.029-.055C1.072 1.303 3.534.502 6.5.502m4.75 9.247a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M6.5 2.002c-1.538 0-2.799.236-3.615.612-.814.375-.885.713-.885.888 0 .174.071.513.885.887.816.376 2.077.613 3.615.613s2.799-.237 3.615-.613c.814-.374.885-.713.885-.887s-.071-.513-.885-.888C9.3 2.238 8.038 2.002 6.5 2.002" }),
5
+ React.createElement("g", { fillRule: "evenodd", clipRule: "evenodd" },
6
+ React.createElement("path", { d: "M11.25 8.249a3 3 0 0 1 3 3c0 .556-.154 1.075-.418 1.521l1.448 1.448a.75.75 0 0 1-1.06 1.061l-1.449-1.448a3 3 0 0 1-1.521.418 3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" }),
7
+ React.createElement("path", { d: "M6.5.502c3.314 0 6 1 6 3v2.75a.75.75 0 0 1-1.5 0v-.63c-1.1.586-2.708.88-4.5.88s-3.4-.294-4.5-.88v1.63c0 .18.078.517.885.888.772.356 1.945.587 3.378.61a.75.75 0 0 1-.025 1.5c-1.55-.024-2.95-.273-3.98-.747A5 5 0 0 1 2 9.373v1.88c0 .18.078.516.885.887.772.356 1.945.587 3.378.61a.75.75 0 0 1-.025 1.5c-1.55-.024-2.95-.273-3.98-.747C1.166 13 .5 12.247.5 11.253v-8a.8.8 0 0 1 .059-.292q.014-.029.029-.055C1.072 1.303 3.534.502 6.5.502m0 1.5c-1.538 0-2.799.236-3.615.612-.814.375-.885.713-.885.888 0 .174.071.513.885.887.816.376 2.077.613 3.615.613s2.799-.237 3.615-.613c.814-.374.885-.713.885-.887s-.071-.513-.885-.888C9.3 2.238 8.038 2.002 6.5 2.002" })))));
4
8
  export default DatabaseMagnifier;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const DatabaseNutHex = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", d: "M13.39 8.748a1.5 1.5 0 0 1 1.197.596l.11.169 1.069 1.9a1.5 1.5 0 0 1 0 1.472l-1.069 1.9a1.5 1.5 0 0 1-1.307.765h-2.072a1.5 1.5 0 0 1-1.307-.765l-1.07-1.9-.084-.176a1.5 1.5 0 0 1 .084-1.296l1.07-1.9a1.5 1.5 0 0 1 1.307-.765zM7 1c3.314 0 6 1 6 3v2.75a.75.75 0 0 1-1.5 0v-.629C10.4 6.706 8.792 7 7 7s-3.4-.294-4.5-.879V8c0 .18.078.516.885.888.772.355 1.945.587 3.378.61a.75.75 0 0 1-.025 1.5c-1.55-.025-2.95-.274-3.98-.748a5 5 0 0 1-.258-.129V12c0 .18.078.516.885.888.772.355 1.945.587 3.378.61a.75.75 0 0 1-.025 1.5c-1.55-.025-2.95-.274-3.98-.748C1.665 13.747 1 12.995 1 12V4c0-2 2.686-3 6-3m3.249 11.148 1.07 1.902h2.07l1.07-1.902-1.07-1.9h-2.07zm2.105-1a1 1 0 1 1-.001 2.001 1 1 0 0 1 0-2M7 2.5c-1.538 0-2.799.236-3.615.612-.814.375-.885.714-.885.888s.071.513.885.888C4.2 5.264 5.462 5.5 7 5.5s2.799-.236 3.615-.612c.814-.375.885-.714.885-.888s-.071-.513-.885-.888C9.8 2.736 8.538 2.5 7 2.5" })));
4
+ export default DatabaseNutHex;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const DatabasePlus = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("g", { fill: "currentColor" },
4
+ React.createElement("path", { d: "M12.251 9a.75.75 0 0 1 .75.75v1.501h1.502a.75.75 0 0 1 0 1.5H13v1.502a.75.75 0 0 1-1.5 0V12.75H10a.75.75 0 0 1 0-1.5h1.501v-1.5a.75.75 0 0 1 .75-.75M7 1c3.314 0 6 1 6 3v2.995a.75.75 0 0 1-1.5 0v-.874C10.4 6.706 8.792 7 7 7s-3.4-.294-4.5-.879V8c0 .18.078.516.885.888C4.2 9.264 5.462 9.5 7 9.5q.368 0 .716-.018a.75.75 0 0 1 .076 1.499q-.248.011-.501.015l-.024.002Q7.134 11.001 7 11l-.267-.002-.07-.005c-1.522-.032-2.894-.277-3.905-.743a5 5 0 0 1-.258-.129V12c0 .18.078.516.885.888.816.376 2.077.61 3.614.611h.005q.363 0 .708-.017a.75.75 0 0 1 .076 1.499 15 15 0 0 1-.502.015l-.023.002-.261.001L7 15v-.001V15l-.001-.001-.26-.001-.07-.005c-1.524-.031-2.898-.277-3.911-.743C1.665 13.747 1 12.995 1 12V4c0-2 2.686-3 6-3m0 1.5c-1.538 0-2.799.236-3.615.612-.814.375-.885.714-.885.888s.071.513.885.888C4.2 5.264 5.462 5.5 7 5.5s2.799-.236 3.615-.612c.814-.375.885-.714.885-.888s-.071-.513-.885-.888C9.8 2.736 8.538 2.5 7 2.5" }),
5
+ React.createElement("path", { d: "M12.251 9a.75.75 0 0 1 .75.75v1.501h1.502a.75.75 0 0 1 0 1.5H13v1.502a.75.75 0 0 1-1.5 0V12.75H10a.75.75 0 0 1 0-1.5h1.501v-1.5a.75.75 0 0 1 .75-.75M7 1c3.314 0 6 1 6 3v2.995a.75.75 0 0 1-1.5 0v-.874C10.4 6.706 8.792 7 7 7s-3.4-.294-4.5-.879V8c0 .18.078.516.885.888C4.2 9.264 5.462 9.5 7 9.5q.368 0 .716-.018a.75.75 0 0 1 .076 1.499q-.248.011-.501.015l-.024.002Q7.134 11.001 7 11l-.267-.002-.07-.005c-1.522-.032-2.894-.277-3.905-.743a5 5 0 0 1-.258-.129V12c0 .18.078.516.885.888.816.376 2.077.61 3.614.611h.005q.364 0 .708-.017a.75.75 0 0 1 .076 1.499q-.247.011-.502.015l-.023.002q-.13.003-.263.002l-.001-.001-.26-.001-.07-.005c-1.525-.031-2.898-.277-3.911-.743C1.665 13.747 1 12.995 1 12V4c0-2 2.686-3 6-3m0 1.5c-1.538 0-2.799.236-3.615.612-.814.375-.885.714-.885.888s.071.513.885.888C4.2 5.264 5.462 5.5 7 5.5s2.799-.236 3.615-.612c.814-.375.885-.714.885-.888s-.071-.513-.885-.888C9.8 2.736 8.538 2.5 7 2.5" }))));
6
+ export default DatabasePlus;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const Hourglass = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.25 1a.75.75 0 0 1 0 1.5h-.5v1.822a3.75 3.75 0 0 1-1.386 2.91L10.42 8l.945.768a3.75 3.75 0 0 1 1.386 2.91v1.821h.5a.75.75 0 0 1 0 1.5h-1.23L12 15H4l-.02-.001H2.754a.75.75 0 0 1 0-1.5h.496v-1.821c0-1.13.51-2.198 1.386-2.91L5.579 8l-.943-.768a3.75 3.75 0 0 1-1.386-2.91V2.5h-.5a.75.75 0 0 1 0-1.5zm-8.5 1.504v1.818l.015.252a2.25 2.25 0 0 0 .816 1.494l1.66 1.35a.75.75 0 0 1 0 1.164l-1.66 1.35a2.25 2.25 0 0 0-.831 1.746v1.821h6.5v-1.821a2.25 2.25 0 0 0-.831-1.746l-1.661-1.35a.75.75 0 0 1 0-1.164l1.66-1.35a2.25 2.25 0 0 0 .832-1.746V2.5z", clipRule: "evenodd" })));
4
+ export default Hourglass;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const HourglassEnd = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.25 1a.75.75 0 0 1 0 1.5h-.5v1.822a3.75 3.75 0 0 1-1.386 2.91L10.42 8l.945.768a3.75 3.75 0 0 1 1.386 2.91v1.821h.5a.75.75 0 0 1 0 1.5h-1.23L12 15H4l-.02-.001H2.754a.75.75 0 0 1 0-1.5h.496v-1.821c0-1.13.51-2.198 1.386-2.91L5.579 8l-.943-.768a3.75 3.75 0 0 1-1.386-2.91V2.5h-.5a.75.75 0 0 1 0-1.5zm-8.5 1.504v1.818l.015.252a2.25 2.25 0 0 0 .816 1.494l1.66 1.35a.75.75 0 0 1 0 1.164l-1.66 1.35c-.27.22-.48.496-.623.804h6.084a2.25 2.25 0 0 0-.623-.804l-1.661-1.35a.75.75 0 0 1 0-1.164l1.66-1.35a2.25 2.25 0 0 0 .832-1.746V2.5z", clipRule: "evenodd" })));
4
+ export default HourglassEnd;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const HourglassStart = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("g", { fill: "currentColor" },
4
+ React.createElement("path", { d: "M13.25 1a.75.75 0 0 1 0 1.5h-.5v1.822a3.75 3.75 0 0 1-1.386 2.91L10.42 8l.945.768a3.75 3.75 0 0 1 1.386 2.91v1.821h.5a.75.75 0 0 1 0 1.5h-1.23L12 15H4l-.02-.001H2.754a.75.75 0 0 1 0-1.5h.496v-1.821c0-1.13.51-2.198 1.386-2.91L5.579 8l-.943-.768a3.75 3.75 0 0 1-1.386-2.91V2.5h-.5a.75.75 0 0 1 0-1.5zM8.982 8.765a1.9 1.9 0 0 0-1.972.005L5.58 9.932a2.25 2.25 0 0 0-.831 1.746v1.821h6.5v-1.821a2.25 2.25 0 0 0-.831-1.746zM4.75 2.504v1.248h6.5V2.5z" }),
5
+ React.createElement("path", { fillRule: "evenodd", d: "M13.25 1a.75.75 0 0 1 0 1.5h-.5v1.822a3.75 3.75 0 0 1-1.386 2.91L10.42 8l.945.768a3.75 3.75 0 0 1 1.386 2.91v1.821h.5a.75.75 0 0 1 0 1.5h-1.23L12 15H4l-.02-.001H2.754a.75.75 0 0 1 0-1.5h.496v-1.821c0-1.13.51-2.198 1.386-2.91L5.579 8l-.943-.768a3.75 3.75 0 0 1-1.386-2.91V2.5h-.5a.75.75 0 0 1 0-1.5zM8.982 8.765a1.9 1.9 0 0 0-1.972.005L5.58 9.932a2.25 2.25 0 0 0-.831 1.746v1.821h6.5v-1.821a2.25 2.25 0 0 0-.831-1.746zM4.75 2.504v1.248h6.5V2.5z", clipRule: "evenodd" }))));
6
+ export default HourglassStart;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const LogoAppStore = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("g", { fill: "currentColor" },
4
+ React.createElement("path", { d: "M3.675 12.089a.5.5 0 0 1 .433.75l-.743 1.287a.75.75 0 0 1-1.299-.75l.599-1.037a.5.5 0 0 1 .433-.25zm5.191-5.986a.5.5 0 0 1 .866-.001l2.166 3.75h1.105l.919-.001h.332a.75.75 0 0 1 .75.75.75.75 0 0 1-.672.746l-.077.004h-1.492l1.17 2.025a.75.75 0 0 1-1.3.75L8.58 7.102a.5.5 0 0 1 0-.5z" }),
5
+ React.createElement("path", { d: "M8.707 1.875a.75.75 0 0 1 1.299.75l-1.14 1.974.001.003-.866 1.5-.002-.003L5.834 9.85H9.01a.5.5 0 0 1 .432.25l.29.5a.5.5 0 0 1-.432.75H1.746a.75.75 0 0 1 .002-1.5h2.354l3.032-5.252-1.14-1.974a.75.75 0 1 1 1.299-.75l.706 1.224z" }))));
6
+ export default LogoAppStore;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const LogoApple = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("g", { fill: "currentColor" },
4
+ React.createElement("path", { fillRule: "evenodd", d: "M10.657 3.776a3.84 3.84 0 0 1 3.382 1.991 2.79 2.79 0 0 0-2.024 2.68c0 1.295.884 2.38 2.081 2.694-.536 1.402-1.45 2.687-2.637 3.563-.693.51-1.62.21-2.427-.086a3 3 0 0 0-2.065 0c-.808.297-1.735.596-2.428.085C2.174 12.956.889 9.589 1.533 6.9c.374-1.768 1.882-3.125 3.81-3.125a4 4 0 0 1 1.93.502 1.51 1.51 0 0 0 1.451 0 3.96 3.96 0 0 1 1.933-.502m0 1.5c-.44 0-.848.115-1.203.312-.898.5-2.012.5-2.909.001a2.5 2.5 0 0 0-1.203-.313c-1.17 0-2.104.812-2.341 1.934l-.01.04c-.491 2.055.517 4.808 2.415 6.227a.6.6 0 0 0 .133-.004c.22-.025.5-.113.912-.264l.183-.062a4.5 4.5 0 0 1 2.915.063c.412.15.692.239.912.264.069.008.11.005.131.003a6.1 6.1 0 0 0 1.523-1.696 4.27 4.27 0 0 1-1.6-3.334l.004-.184a4.26 4.26 0 0 1 1.167-2.756 2.4 2.4 0 0 0-1.03-.231", clipRule: "evenodd" }),
5
+ React.createElement("path", { d: "M10.29.025a.385.385 0 0 1 .504.429c-.07.516-.264 1.295-.79 1.913-.527.617-1.266.93-1.764 1.082a.385.385 0 0 1-.504-.429c.07-.516.264-1.295.79-1.913C9.052.49 9.791.177 10.29.025" }))));
6
+ export default LogoApple;
package/esm/LogoDebian.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const LogoDebian = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", d: "M5.494 2.04c1.274-.679 2.808-.976 4.24-.67 1.458.31 2.769 1.24 3.525 2.915.808 1.789.548 3.419-.264 4.602-.786 1.145-2.088 1.861-3.34 1.861-1.172 0-2.036-.541-2.526-1.309-.469-.734-.578-1.654-.328-2.42.227-.696.624-1.22 1.157-1.561.523-.334 1.12-.455 1.697-.455a.75.75 0 0 1 0 1.5c-.374 0-.67.08-.89.22-.209.134-.407.358-.538.76-.108.332-.066.786.167 1.15.211.331.597.615 1.261.615.709 0 1.569-.432 2.104-1.21.509-.742.73-1.815.133-3.136-.554-1.226-1.465-1.85-2.471-2.065-1.034-.22-2.209-.012-3.222.527-1.28.682-2.438 2.41-2.449 4.412-.01 1.932 1.06 4.242 4.475 6.062a.75.75 0 0 1-.706 1.324C3.715 13.135 2.236 10.364 2.25 7.77c.014-2.526 1.452-4.774 3.244-5.729" })));
3
+ React.createElement("path", { fill: "currentColor", d: "M5.494 2.04c1.274-.678 2.808-.976 4.24-.67 1.458.31 2.769 1.24 3.525 2.915.808 1.789.548 3.419-.264 4.602-.786 1.145-2.088 1.861-3.34 1.861-1.172 0-2.036-.541-2.526-1.309-.469-.734-.578-1.654-.328-2.42.227-.696.624-1.22 1.157-1.561.523-.334 1.12-.455 1.697-.455a.75.75 0 0 1 0 1.5c-.374 0-.67.08-.89.22-.209.134-.407.358-.538.76-.108.332-.066.786.167 1.15.211.331.597.615 1.261.615.709 0 1.569-.432 2.104-1.21.509-.742.73-1.815.133-3.136-.554-1.226-1.465-1.85-2.471-2.065-1.034-.22-2.209-.012-3.222.527-1.28.682-2.438 2.41-2.449 4.412-.01 1.932 1.06 4.242 4.475 6.062a.75.75 0 0 1-.706 1.324C3.715 13.135 2.236 10.364 2.25 7.77c.014-2.526 1.452-4.774 3.244-5.729" })));
4
4
  export default LogoDebian;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const LogoGooglePlay = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.507 2.906C1.63 1.086 3.637-.014 5.252.92l8.5 4.916c1.663.963 1.664 3.366 0 4.328l-2.328 1.346a.7.7 0 0 1-.228.132L5.252 15.08l-.157.084c-1.585.778-3.468-.308-3.588-2.069l-.008-.179.001-9.832zM3.37 13.693a.995.995 0 0 0 1.13.089l5.207-3.013-1.706-1.707zM3 11.943l3.941-3.94L3 4.06zm6.062-3.94 1.99 1.99L13 8.866a1 1 0 0 0 0-1.73l-1.946-1.127zM4.5 2.218a.995.995 0 0 0-1.13.089l4.631 4.634 1.709-1.71z", clipRule: "evenodd" })));
4
+ export default LogoGooglePlay;