@gravity-ui/icons 2.18.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.
- package/AlmostEqual.js +1 -1
- package/BanDashed.d.ts +4 -0
- package/BanDashed.js +7 -0
- package/ChevronsCollapseVerticalToLine.d.ts +4 -0
- package/ChevronsCollapseVerticalToLine.js +9 -0
- package/ChevronsExpandVerticalFromLine.d.ts +4 -0
- package/ChevronsExpandVerticalFromLine.js +7 -0
- package/CommentsDot.d.ts +4 -0
- package/CommentsDot.js +9 -0
- package/CrownDiamond.js +1 -3
- package/DatabaseMagnifier.js +5 -1
- package/DatabaseNutHex.d.ts +4 -0
- package/DatabaseNutHex.js +7 -0
- package/DatabasePlus.d.ts +4 -0
- package/DatabasePlus.js +9 -0
- package/Hourglass.d.ts +4 -0
- package/Hourglass.js +7 -0
- package/HourglassEnd.d.ts +4 -0
- package/HourglassEnd.js +7 -0
- package/HourglassStart.d.ts +4 -0
- package/HourglassStart.js +9 -0
- package/LogoAppStore.d.ts +4 -0
- package/LogoAppStore.js +9 -0
- package/LogoApple.d.ts +4 -0
- package/LogoApple.js +9 -0
- package/LogoDebian.js +1 -1
- package/LogoGooglePlay.d.ts +4 -0
- package/LogoGooglePlay.js +7 -0
- package/LogoHuaweiAppgallery.d.ts +4 -0
- package/LogoHuaweiAppgallery.js +9 -0
- package/LogoRustore.d.ts +4 -0
- package/LogoRustore.js +7 -0
- package/LogoWebhook.d.ts +4 -0
- package/LogoWebhook.js +10 -0
- package/ServerPlus.d.ts +4 -0
- package/ServerPlus.js +14 -0
- package/Thunderbolt.js +3 -1
- package/ThunderboltFill.js +3 -1
- package/Wallet.d.ts +4 -0
- package/Wallet.js +9 -0
- package/WalletDot.d.ts +4 -0
- package/WalletDot.js +8 -0
- package/esm/AlmostEqual.js +1 -1
- package/esm/BanDashed.js +4 -0
- package/esm/ChevronsCollapseVerticalToLine.js +6 -0
- package/esm/ChevronsExpandVerticalFromLine.js +4 -0
- package/esm/CommentsDot.js +6 -0
- package/esm/CrownDiamond.js +1 -3
- package/esm/DatabaseMagnifier.js +5 -1
- package/esm/DatabaseNutHex.js +4 -0
- package/esm/DatabasePlus.js +6 -0
- package/esm/Hourglass.js +4 -0
- package/esm/HourglassEnd.js +4 -0
- package/esm/HourglassStart.js +6 -0
- package/esm/LogoAppStore.js +6 -0
- package/esm/LogoApple.js +6 -0
- package/esm/LogoDebian.js +1 -1
- package/esm/LogoGooglePlay.js +4 -0
- package/esm/LogoHuaweiAppgallery.js +6 -0
- package/esm/LogoRustore.js +4 -0
- package/esm/LogoWebhook.js +7 -0
- package/esm/ServerPlus.js +11 -0
- package/esm/Thunderbolt.js +3 -1
- package/esm/ThunderboltFill.js +3 -1
- package/esm/Wallet.js +6 -0
- package/esm/WalletDot.js +5 -0
- package/esm/index.js +18 -0
- package/index.d.ts +18 -0
- package/index.js +51 -15
- package/metadata.json +139 -0
- package/package.json +1 -1
- package/svgs/almost-equal.svg +1 -1
- package/svgs/ban-dashed.svg +1 -0
- package/svgs/chevrons-collapse-vertical-to-line.svg +1 -0
- package/svgs/chevrons-expand-vertical-from-line.svg +1 -0
- package/svgs/comments-dot.svg +1 -0
- package/svgs/crown-diamond.svg +1 -1
- package/svgs/database-magnifier.svg +1 -1
- package/svgs/database-nut-hex.svg +1 -0
- package/svgs/database-plus.svg +1 -0
- package/svgs/hourglass-end.svg +1 -0
- package/svgs/hourglass-start.svg +1 -0
- package/svgs/hourglass.svg +1 -0
- package/svgs/logo-app-store.svg +1 -0
- package/svgs/logo-apple.svg +1 -0
- package/svgs/logo-debian.svg +1 -1
- package/svgs/logo-google-play.svg +1 -0
- package/svgs/logo-huawei-appgallery.svg +1 -0
- package/svgs/logo-rustore.svg +1 -0
- package/svgs/logo-webhook.svg +1 -0
- package/svgs/server-plus.svg +1 -0
- package/svgs/thunderbolt-fill.svg +1 -1
- package/svgs/thunderbolt.svg +1 -1
- package/svgs/wallet-dot.svg +1 -0
- 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-.
|
|
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
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,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,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;
|
package/CommentsDot.d.ts
ADDED
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("
|
|
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;
|
package/DatabaseMagnifier.js
CHANGED
|
@@ -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("
|
|
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,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;
|
package/DatabasePlus.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 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
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;
|
package/HourglassEnd.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 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,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;
|
package/LogoAppStore.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 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
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-.
|
|
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,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,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;
|
package/LogoRustore.d.ts
ADDED
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;
|
package/LogoWebhook.d.ts
ADDED
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;
|
package/ServerPlus.d.ts
ADDED
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("
|
|
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;
|
package/ThunderboltFill.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 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("
|
|
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
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
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;
|
package/esm/AlmostEqual.js
CHANGED
|
@@ -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-.
|
|
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;
|
package/esm/BanDashed.js
ADDED
|
@@ -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;
|
package/esm/CrownDiamond.js
CHANGED
|
@@ -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("
|
|
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;
|
package/esm/DatabaseMagnifier.js
CHANGED
|
@@ -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("
|
|
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;
|
package/esm/Hourglass.js
ADDED
|
@@ -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;
|
package/esm/LogoApple.js
ADDED
|
@@ -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-.
|
|
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;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
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),
|
|
3
|
+
React.createElement("g", { fill: "currentColor" },
|
|
4
|
+
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" }),
|
|
5
|
+
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" }))));
|
|
6
|
+
export default LogoHuaweiAppgallery;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
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),
|
|
3
|
+
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" })));
|
|
4
|
+
export default LogoRustore;
|