@gravity-ui/icons 2.4.0 → 2.6.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/AbbrApi.js +1 -1
- package/ArrowDownToLine.js +1 -1
- package/ArrowLeftToLine.js +1 -1
- package/ArrowRightArrowLeft.js +1 -1
- package/Arrows3RotateRight.js +1 -1
- package/ArrowsOppositeToDots.js +1 -1
- package/At.js +1 -1
- package/BucketPaint.js +1 -1
- package/CHANGELOG.md +14 -0
- package/ChevronDownWide.d.ts +3 -0
- package/ChevronDownWide.js +29 -0
- package/ChevronUpWide.d.ts +3 -0
- package/ChevronUpWide.js +29 -0
- package/ChevronsDownWide.d.ts +3 -0
- package/ChevronsDownWide.js +29 -0
- package/ChevronsUpWide.d.ts +3 -0
- package/ChevronsUpWide.js +29 -0
- package/CircleArrowUp.js +1 -1
- package/CircleArrowUpFill.js +1 -1
- package/CircleChevronRight.js +1 -1
- package/CircleDollar.js +1 -1
- package/CirclePause.js +1 -1
- package/CircleRuble.js +1 -1
- package/CodeCommit.js +1 -1
- package/CopyXmark.d.ts +3 -0
- package/CopyXmark.js +29 -0
- package/Equal.d.ts +3 -0
- package/Equal.js +29 -0
- package/FileArrowRightOut.js +1 -1
- package/FileDollar.js +1 -1
- package/Fingerprint.js +1 -1
- package/Gear.js +5 -1
- package/Heading4.js +1 -1
- package/LogoWindows.js +1 -1
- package/MagicWand.js +1 -1
- package/MathUnionShape.js +1 -1
- package/Moon.js +1 -1
- package/PauseFill.d.ts +3 -0
- package/PauseFill.js +29 -0
- package/Picture.js +1 -1
- package/Play.js +5 -1
- package/PlayFill.d.ts +3 -0
- package/PlayFill.js +33 -0
- package/ScalesUnbalanced.js +1 -1
- package/SealCheck.js +1 -1
- package/SealPercent.js +1 -1
- package/Shuffle.js +1 -1
- package/StopFill.d.ts +3 -0
- package/StopFill.js +29 -0
- package/Sun.js +1 -5
- package/TagDollar.js +1 -1
- package/TagRuble.js +1 -1
- package/Tags.js +5 -1
- package/ThumbsUp2.js +1 -1
- package/TriangleDownFill.js +1 -1
- package/TriangleThunderbolt.js +1 -1
- package/TriangleUpFill.js +1 -1
- package/esm/AbbrApi.js +1 -1
- package/esm/ArrowDownToLine.js +1 -1
- package/esm/ArrowLeftToLine.js +1 -1
- package/esm/ArrowRightArrowLeft.js +1 -1
- package/esm/Arrows3RotateRight.js +1 -1
- package/esm/ArrowsOppositeToDots.js +1 -1
- package/esm/At.js +1 -1
- package/esm/BucketPaint.js +1 -1
- package/esm/ChevronDownWide.js +4 -0
- package/esm/ChevronUpWide.js +4 -0
- package/esm/ChevronsDownWide.js +4 -0
- package/esm/ChevronsUpWide.js +4 -0
- package/esm/CircleArrowUp.js +1 -1
- package/esm/CircleArrowUpFill.js +1 -1
- package/esm/CircleChevronRight.js +1 -1
- package/esm/CircleDollar.js +1 -1
- package/esm/CirclePause.js +1 -1
- package/esm/CircleRuble.js +1 -1
- package/esm/CodeCommit.js +1 -1
- package/esm/CopyXmark.js +4 -0
- package/esm/Equal.js +4 -0
- package/esm/FileArrowRightOut.js +1 -1
- package/esm/FileDollar.js +1 -1
- package/esm/Fingerprint.js +1 -1
- package/esm/Gear.js +5 -1
- package/esm/Heading4.js +1 -1
- package/esm/LogoWindows.js +1 -1
- package/esm/MagicWand.js +1 -1
- package/esm/MathUnionShape.js +1 -1
- package/esm/Moon.js +1 -1
- package/esm/PauseFill.js +4 -0
- package/esm/Picture.js +1 -1
- package/esm/Play.js +5 -1
- package/esm/PlayFill.js +8 -0
- package/esm/ScalesUnbalanced.js +1 -1
- package/esm/SealCheck.js +1 -1
- package/esm/SealPercent.js +1 -1
- package/esm/Shuffle.js +1 -1
- package/esm/StopFill.js +4 -0
- package/esm/Sun.js +1 -5
- package/esm/TagDollar.js +1 -1
- package/esm/TagRuble.js +1 -1
- package/esm/Tags.js +5 -1
- package/esm/ThumbsUp2.js +1 -1
- package/esm/TriangleDownFill.js +1 -1
- package/esm/TriangleThunderbolt.js +1 -1
- package/esm/TriangleUpFill.js +1 -1
- package/esm/index.js +9 -0
- package/index.d.ts +9 -0
- package/index.js +29 -10
- package/metadata.json +66 -8
- package/package.json +2 -2
- package/svgs/abbr-api.svg +1 -1
- package/svgs/arrow-down-to-line.svg +1 -1
- package/svgs/arrow-left-to-line.svg +1 -1
- package/svgs/arrow-right-arrow-left.svg +1 -1
- package/svgs/arrows-3-rotate-right.svg +1 -1
- package/svgs/arrows-opposite-to-dots.svg +1 -1
- package/svgs/at.svg +1 -1
- package/svgs/bucket-paint.svg +1 -1
- package/svgs/chevron-down-wide.svg +1 -0
- package/svgs/chevron-up-wide.svg +1 -0
- package/svgs/chevrons-down-wide.svg +1 -0
- package/svgs/chevrons-up-wide.svg +1 -0
- package/svgs/circle-arrow-up-fill.svg +1 -1
- package/svgs/circle-arrow-up.svg +1 -1
- package/svgs/circle-chevron-right.svg +1 -1
- package/svgs/circle-dollar.svg +1 -1
- package/svgs/circle-pause.svg +1 -1
- package/svgs/circle-ruble.svg +1 -1
- package/svgs/code-commit.svg +1 -1
- package/svgs/copy-xmark.svg +1 -0
- package/svgs/equal.svg +1 -0
- package/svgs/file-arrow-right-out.svg +1 -1
- package/svgs/file-dollar.svg +1 -1
- package/svgs/fingerprint.svg +1 -1
- package/svgs/gear.svg +1 -1
- package/svgs/heading-4.svg +1 -1
- package/svgs/logo-windows.svg +1 -1
- package/svgs/magic-wand.svg +1 -1
- package/svgs/math-union-shape.svg +1 -1
- package/svgs/moon.svg +1 -1
- package/svgs/pause-fill.svg +1 -0
- package/svgs/picture.svg +1 -1
- package/svgs/play-fill.svg +1 -0
- package/svgs/play.svg +1 -1
- package/svgs/scales-unbalanced.svg +1 -1
- package/svgs/seal-check.svg +1 -1
- package/svgs/seal-percent.svg +1 -1
- package/svgs/shuffle.svg +1 -1
- package/svgs/stop-fill.svg +1 -0
- package/svgs/sun.svg +1 -1
- package/svgs/tag-dollar.svg +1 -1
- package/svgs/tag-ruble.svg +1 -1
- package/svgs/tags.svg +1 -1
- package/svgs/thumbs-up-2.svg +1 -1
- package/svgs/triangle-down-fill.svg +1 -1
- package/svgs/triangle-thunderbolt.svg +1 -1
- package/svgs/triangle-up-fill.svg +1 -1
package/AbbrApi.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const AbbrApi = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.02 11.419 4.691 10H2.808l-.327 1.419a.75.75 0 1 1-1.462-.338L2.407 5.07a1.379 1.379 0 0 1 2.686 0l1.388 6.012a.75.75 0 1 1-1.462.338Zm-1.27-5.5L4.346 8.5H3.154l.596-2.581ZM14.5 4.75a.75.75 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.02 11.419 4.691 10H2.808l-.327 1.419a.75.75 0 1 1-1.462-.338L2.407 5.07a1.379 1.379 0 0 1 2.686 0l1.388 6.012a.75.75 0 1 1-1.462.338Zm-1.27-5.5L4.346 8.5H3.154l.596-2.581ZM14.5 4.75a.75.75 0 1 0-1.5 0v6.5a.75.75 0 0 0 1.5 0v-6.5ZM8.25 4a.75.75 0 0 0-.75.75v6.5a.75.75 0 0 0 1.5 0V9.5h.5a2.75 2.75 0 0 0 0-5.5H8.25ZM9.5 8H9V5.5h.5a1.25 1.25 0 0 1 0 2.5Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = AbbrApi;
|
package/ArrowDownToLine.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const ArrowDownToLine = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.53 11.78a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.22 1.22V1.75a.75.75 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.53 11.78a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.22 1.22V1.75a.75.75 0 1 1 1.5 0v7.69l1.22-1.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5ZM1.75 13.5a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5H1.75Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = ArrowDownToLine;
|
package/ArrowLeftToLine.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const ArrowLeftToLine = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.22 8.53a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 1.06L6.56 7.25h7.69a.75.75 0 0 1 0 1.5H6.56l1.22 1.22a.75.75 0 1 1-1.06 1.06l-2.5-2.5ZM2.5 1.75a.75.75 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.22 8.53a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 1.06L6.56 7.25h7.69a.75.75 0 0 1 0 1.5H6.56l1.22 1.22a.75.75 0 1 1-1.06 1.06l-2.5-2.5ZM2.5 1.75a.75.75 0 0 0-1.5 0v12.5a.75.75 0 0 0 1.5 0V1.75Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = ArrowLeftToLine;
|
package/ArrowRightArrowLeft.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const ArrowRightArrowLeft = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.78 3.72a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06L11.44 5H2.75a.75.75 0 1 1 0-1.5h8.69L9.72 1.78A.75.75 0 0 1 10.78.72l3 3ZM2 11.75a.75.75 0 0 1 .22-.53l3-3a.75.75 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.78 3.72a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06L11.44 5H2.75a.75.75 0 1 1 0-1.5h8.69L9.72 1.78A.75.75 0 0 1 10.78.72l3 3ZM2 11.75a.75.75 0 0 1 .22-.53l3-3a.75.75 0 1 1 1.06 1.06L4.56 11h8.69a.75.75 0 0 1 0 1.5H4.56l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1-.22-.53Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = ArrowRightArrowLeft;
|
package/Arrows3RotateRight.js
CHANGED
|
@@ -26,7 +26,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const Arrows3RotateRight = (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),
|
|
28
28
|
React.createElement("g", { clipPath: "url(#a)" },
|
|
29
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.61 2.503a6.473 6.473 0 0 1 3.383-.984 6.48 6.48 0 0 1 4.515 1.77l-.004-.559a.75.75 0 1 1 1.5-.013l.021 2.5a.75.75 0 0 1-.743.756l-2.497.022a.75.75 0 1 1-.013-1.5l.817-.007a4.983 4.983 0 0 0-3.583-1.469 4.973 4.973 0 0 0-2.602.756.75.75 0 0 1-.795-1.272Zm9.097 8.716a6.48 6.48 0 0 0 .84-3.422.75.75 0 1 0-1.5.053 4.973 4.973 0 0 1-.646 2.63 4.983 4.983 0 0 1-3.064 2.37l.403-.712a.75.75 0 0 0-1.306-.738l-1.229 2.173a.75.75 0 0 0 .283 1.022l2.176 1.23a.75.75 0 1 0 .739-1.305l-.487-.275a6.48 6.48 0 0 0 3.79-3.026Zm-11.258.099a6.473 6.473 0 0 0 2.544 2.438.75.75 0
|
|
29
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.61 2.503a6.473 6.473 0 0 1 3.383-.984 6.48 6.48 0 0 1 4.515 1.77l-.004-.559a.75.75 0 1 1 1.5-.013l.021 2.5a.75.75 0 0 1-.743.756l-2.497.022a.75.75 0 1 1-.013-1.5l.817-.007a4.983 4.983 0 0 0-3.583-1.469 4.973 4.973 0 0 0-2.602.756.75.75 0 0 1-.795-1.272Zm9.097 8.716a6.48 6.48 0 0 0 .84-3.422.75.75 0 1 0-1.5.053 4.973 4.973 0 0 1-.646 2.63 4.983 4.983 0 0 1-3.064 2.37l.403-.712a.75.75 0 0 0-1.306-.738l-1.229 2.173a.75.75 0 0 0 .283 1.022l2.176 1.23a.75.75 0 1 0 .739-1.305l-.487-.275a6.48 6.48 0 0 0 3.79-3.026Zm-11.258.099a6.473 6.473 0 0 0 2.544 2.438.75.75 0 0 0 .704-1.325 4.973 4.973 0 0 1-1.955-1.875 4.983 4.983 0 0 1-.52-3.838l.415.705a.75.75 0 1 0 1.292-.762l-1.267-2.15a.75.75 0 0 0-1.027-.266L.481 5.513a.75.75 0 1 0 .761 1.293l.483-.284a6.48 6.48 0 0 0 .724 4.796Z", clipRule: "evenodd" })),
|
|
30
30
|
React.createElement("defs", null,
|
|
31
31
|
React.createElement("clipPath", { id: "a" },
|
|
32
32
|
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
|
package/ArrowsOppositeToDots.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const ArrowsOppositeToDots = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.28 4.78a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.28 4.78a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06L6.94 3.5H1.75a.75.75 0 1 0 0 1.5h5.19L5.72 6.22a.75.75 0 1 0 1.06 1.06l2.5-2.5Zm-.06 3.94-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06L9.06 12.5h5.19a.75.75 0 0 0 0-1.5H9.06l1.22-1.22a.75.75 0 1 0-1.06-1.06ZM14 4.25a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0ZM3.75 13.5a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = ArrowsOppositeToDots;
|
package/At.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const At = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 2.5a5.5 5.5 0 1 0 3.52 9.726.75.75 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 2.5a5.5 5.5 0 1 0 3.52 9.726.75.75 0 0 1 .96 1.153A7 7 0 1 1 15 8a2.5 2.5 0 0 1-4.083 1.935A3.5 3.5 0 1 1 11.5 8a1 1 0 1 0 2 0A5.5 5.5 0 0 0 8 2.5ZM10 8a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = At;
|
package/BucketPaint.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const BucketPaint = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.773 7.412c-.064.064-.27.249-1.017-.027-.75-.277-1.706-.928-2.695-1.918-.99-.99-1.64-1.945-1.918-2.695-.276-.
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.773 7.412c-.064.064-.27.249-1.017-.027-.75-.277-1.706-.928-2.695-1.918-.99-.99-1.64-1.945-1.918-2.695-.276-.747-.091-.953-.027-1.017.064-.064.27-.249 1.017.027.094.035.19.075.29.121.7.324 1.54.93 2.405 1.797.99.99 1.641 1.945 1.918 2.695.276.747.091.953.027 1.017ZM7 6.528c.85.85 1.738 1.535 2.581 1.972H1.694v-.027a1.292 1.292 0 0 1 .1-.507l2.802-4.33c.056-.087.114-.174.172-.26C5.16 4.383 5.956 5.485 7 6.529Zm3.89-3.889c2.147 2.148 3.24 4.537 1.944 5.834a12.976 12.976 0 0 1-2.127 1.719L6.352 13.01s-1.945 1.296-4.537-1.296C-.778 9.12.518 7.175.518 7.175L3.336 2.82A12.98 12.98 0 0 1 5.056.694C6.351-.602 8.74.491 10.888 2.64Zm1.86 12.36c.966 0 1.75-.765 1.75-1.71 0-1.234-1.17-2.76-1.512-3.178a.304.304 0 0 0-.237-.111.31.31 0 0 0-.24.112c-.34.422-1.511 1.96-1.511 3.178 0 .944.784 1.71 1.75 1.71Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = BucketPaint;
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.6.0](https://github.com/gravity-ui/icons/compare/v2.5.0...v2.6.0) (2023-09-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* sync icons ([#32](https://github.com/gravity-ui/icons/issues/32)) ([1f34ff3](https://github.com/gravity-ui/icons/commit/1f34ff31c65feead69c9ad8a8f1f6aba289e1663))
|
|
9
|
+
|
|
10
|
+
## [2.5.0](https://github.com/gravity-ui/icons/compare/v2.4.0...v2.5.0) (2023-08-22)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* sync icons ([#29](https://github.com/gravity-ui/icons/issues/29)) ([6f5ff9e](https://github.com/gravity-ui/icons/commit/6f5ff9e677eca98f4c3009bd86a17aa36af94a13))
|
|
16
|
+
|
|
3
17
|
## [2.4.0](https://github.com/gravity-ui/icons/compare/v2.3.0...v2.4.0) (2023-07-18)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
const React = __importStar(require("react"));
|
|
27
|
+
const ChevronDownWide = (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),
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.867 6.097a.75.75 0 0 1 1.036-.23L8 9.111l5.097-3.244a.75.75 0 0 1 .806 1.266l-5.5 3.5a.75.75 0 0 1-.806 0l-5.5-3.5a.75.75 0 0 1-.23-1.036Z", clipRule: "evenodd" })));
|
|
29
|
+
exports.default = ChevronDownWide;
|
package/ChevronUpWide.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
const React = __importStar(require("react"));
|
|
27
|
+
const ChevronUpWide = (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),
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.867 9.903a.75.75 0 0 0 1.036.23L8 6.889l5.097 3.244a.75.75 0 0 0 .806-1.266l-5.5-3.5a.75.75 0 0 0-.806 0l-5.5 3.5a.75.75 0 0 0-.23 1.036Z", clipRule: "evenodd" })));
|
|
29
|
+
exports.default = ChevronUpWide;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
const React = __importStar(require("react"));
|
|
27
|
+
const ChevronsDownWide = (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),
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.903 3.617a.75.75 0 1 0-.806 1.266l5.5 3.5a.75.75 0 0 0 .806 0l5.5-3.5a.75.75 0 1 0-.806-1.266L8 6.861 2.903 3.617Zm0 4.5a.75.75 0 1 0-.806 1.266l5.5 3.5a.75.75 0 0 0 .806 0l5.5-3.5a.75.75 0 1 0-.806-1.266L8 11.361 2.903 8.117Z", clipRule: "evenodd" })));
|
|
29
|
+
exports.default = ChevronsDownWide;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
const React = __importStar(require("react"));
|
|
27
|
+
const ChevronsUpWide = (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),
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.097 12.383a.75.75 0 0 0 .806-1.266l-5.5-3.5a.75.75 0 0 0-.806 0l-5.5 3.5a.75.75 0 1 0 .806 1.266L8 9.139l5.097 3.244Zm0-4.5a.75.75 0 0 0 .806-1.266l-5.5-3.5a.75.75 0 0 0-.806 0l-5.5 3.5a.75.75 0 0 0 .806 1.266L8 4.639l5.097 3.244Z", clipRule: "evenodd" })));
|
|
29
|
+
exports.default = ChevronsUpWide;
|
package/CircleArrowUp.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const CircleArrowUp = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 8a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-7.75 3a.75.75 0 0 0 1.5 0V6.81l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.75.75 0 0 0-1.06 0l-2 2a.75.75 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 8a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-7.75 3a.75.75 0 0 0 1.5 0V6.81l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.75.75 0 0 0-1.06 0l-2 2a.75.75 0 1 0 1.06 1.06l.72-.72V11Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = CircleArrowUp;
|
package/CircleArrowUpFill.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const CircleArrowUpFill = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm-.75-4a.75.75 0 0 0 1.5 0V6.81l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.75.75 0 0 0-1.06 0l-2 2a.75.75 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm-.75-4a.75.75 0 0 0 1.5 0V6.81l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.75.75 0 0 0-1.06 0l-2 2a.75.75 0 1 0 1.06 1.06l.72-.72V11Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = CircleArrowUpFill;
|
package/CircleChevronRight.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const CircleChevronRight = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 13.5a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11ZM8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14ZM6.72 9.97a.75.75 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 13.5a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11ZM8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14ZM6.72 9.97a.75.75 0 0 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 0 0-1.06 1.06L8.69 8 6.72 9.97Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = CircleChevronRight;
|
package/CircleDollar.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const CircleDollar = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 8a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM8.75 4.25a.75.75 0 0 0-1.5 0v.339a2.477 2.477 0 0 0-1.007.47 1.95 1.95 0 0 0-.74 1.546c0 .764.474 1.265.94 1.559.456.287 1.007.448 1.448.547.462.102.843.191 1.118.341.228.125.275.224.275.376 0 .102-.04.217-.248.341-.224.135-.577.229-.982.229-.344 0-.683-.114-.953-.29-.281-.184-.42-.388-.457-.506a.75.75 0 1 0-1.43.452c.171.543.591 1 1.068 1.31.284.185.612.335.968.429v.357a.75.75 0 0 0 1.5 0v-.313c.375-.067.74-.19 1.058-.382.53-.319.976-.864.976-1.627 0-.864-.51-1.394-1.055-1.692-.478-.26-1.056-.389-1.46-.478l-.053-.012c-.386-.086-.736-.202-.973-.352-.227-.142-.24-.236-.24-.29a.45.45 0 0 1 .18-.375c.134-.108.403-.227.87-.227.47 0 .742.11.9.218a.832.832 0 0 1 .316.41.75.75 0 0 0 1.407-.52 2.331 2.331 0 0 0-.878-1.13 2.
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 8a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM8.75 4.25a.75.75 0 0 0-1.5 0v.339a2.477 2.477 0 0 0-1.007.47 1.95 1.95 0 0 0-.74 1.546c0 .764.474 1.265.94 1.559.456.287 1.007.448 1.448.547.462.102.843.191 1.118.341.228.125.275.224.275.376 0 .102-.04.217-.248.341-.224.135-.577.229-.982.229-.344 0-.683-.114-.953-.29-.281-.184-.42-.388-.457-.506a.75.75 0 1 0-1.43.452c.171.543.591 1 1.068 1.31.284.185.612.335.968.429v.357a.75.75 0 0 0 1.5 0v-.313c.375-.067.74-.19 1.058-.382.53-.319.976-.864.976-1.627 0-.864-.51-1.394-1.055-1.692-.478-.26-1.056-.389-1.46-.478l-.053-.012c-.386-.086-.736-.202-.973-.352-.227-.142-.24-.236-.24-.29a.45.45 0 0 1 .18-.375c.134-.108.403-.227.87-.227.47 0 .742.11.9.218a.832.832 0 0 1 .316.41.75.75 0 0 0 1.407-.52 2.331 2.331 0 0 0-.878-1.13 2.713 2.713 0 0 0-1.048-.417V4.25Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = CircleDollar;
|
package/CirclePause.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const CirclePause = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11ZM8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm1.75-9.75a1 1 0 0 1 1 1v3.5a1 1 0 1 1-2 0v-3.5a1 1 0 0 1 1-1Zm-2.5 1a1 1 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11ZM8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm1.75-9.75a1 1 0 0 1 1 1v3.5a1 1 0 1 1-2 0v-3.5a1 1 0 0 1 1-1Zm-2.5 1a1 1 0 0 0-2 0v3.5a1 1 0 1 0 2 0v-3.5Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = CirclePause;
|
package/CircleRuble.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const CircleRuble = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 8a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM6.75 4a.75.75 0 0 0-.75.75v2.5h-.125a.75.75 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 8a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM6.75 4a.75.75 0 0 0-.75.75v2.5h-.125a.75.75 0 0 0 0 1.5H6v.5h-.125a.75.75 0 0 0 0 1.5H6v.5a.75.75 0 0 0 1.5 0v-.5H9a.75.75 0 0 0 0-1.5H7.5v-.5h1.125a2.375 2.375 0 1 0 0-4.75H6.75Zm1.875 3.25H7.5V5.5h1.125a.875.875 0 1 1 0 1.75Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = CircleRuble;
|
package/CodeCommit.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const CodeCommit = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.25 1.75v2.32a4.001 4.001 0 0 0 0 7.86v2.32a.75.75 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.25 1.75v2.32a4.001 4.001 0 0 0 0 7.86v2.32a.75.75 0 0 0 1.5 0v-2.32a4.001 4.001 0 0 0 0-7.86V1.75a.75.75 0 0 0-1.5 0ZM8 10.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = CodeCommit;
|
package/CopyXmark.d.ts
ADDED
package/CopyXmark.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
const React = __importStar(require("react"));
|
|
27
|
+
const CopyXmark = (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),
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.5 12c0 .414-.168.79-.44 1.06A1.49 1.49 0 0 1 8 13.5H4a1.49 1.49 0 0 1-1.06-.44A1.496 1.496 0 0 1 2.5 12V8c0-.414.168-.79.44-1.06A1.49 1.49 0 0 1 4 6.5h4c.414 0 .79.168 1.06.44.272.27.44.646.44 1.06v4Zm-1.47-1.03s.001 0 0 0L7.06 10l.97-.97a.75.75 0 0 0-1.06-1.06L6 8.94l-.97-.97a.75.75 0 0 0-1.06 1.06l.97.97-.97.97a.75.75 0 0 0 1.06 1.06c0 .001 0 0 0 0l.97-.97.97.97a.75.75 0 0 0 1.06-1.06ZM6.5 5H8a3 3 0 0 1 3 3v1.5h1A1.498 1.498 0 0 0 13.5 8V4A1.5 1.5 0 0 0 12 2.5H8A1.5 1.5 0 0 0 6.5 4v1ZM5 4a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3h-1v1a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h1V4Z", clipRule: "evenodd" })));
|
|
29
|
+
exports.default = CopyXmark;
|
package/Equal.d.ts
ADDED
package/Equal.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
const React = __importStar(require("react"));
|
|
27
|
+
const Equal = (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),
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 11a.75.75 0 0 0 0-1.5h-11a.75.75 0 0 0 0 1.5h11Zm0-4.5a.75.75 0 0 0 0-1.5h-11a.75.75 0 0 0 0 1.5h11Z", clipRule: "evenodd" })));
|
|
29
|
+
exports.default = Equal;
|
package/FileArrowRightOut.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const FileArrowRightOut = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.5 7.14a3 3 0 0 0-.758-1.992L8.395 2.507A3 3 0 0 0 6.153 1.5H4a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h6.25a.75.75 0 0 0 0-1.5H4a1.5 1.5 0 0 1-1.5-1.5v-7A1.5 1.5 0 0 1 4 3h1.5v2a3 3 0 0 0 3 3h2.25a.75.75 0 0 0 .75-.75v-.11ZM9.856 6.5H8.5A1.5 1.5 0 0 1 7 5V3.262c.1.068.192.15.274.241L9.62 6.144a1.5 1.5 0 0 1 .235.356ZM13.44 11l-.72.72a.75.75 0 1 0 1.061 1.06l2-2a.75.75 0 0 0 0-1.06l-2-2a.75.75 0 1 0-1.06 1.06l.72.72H6.75a.75.75 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.5 7.14a3 3 0 0 0-.758-1.992L8.395 2.507A3 3 0 0 0 6.153 1.5H4a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h6.25a.75.75 0 0 0 0-1.5H4a1.5 1.5 0 0 1-1.5-1.5v-7A1.5 1.5 0 0 1 4 3h1.5v2a3 3 0 0 0 3 3h2.25a.75.75 0 0 0 .75-.75v-.11ZM9.856 6.5H8.5A1.5 1.5 0 0 1 7 5V3.262c.1.068.192.15.274.241L9.62 6.144a1.5 1.5 0 0 1 .235.356ZM13.44 11l-.72.72a.75.75 0 1 0 1.061 1.06l2-2a.75.75 0 0 0 0-1.06l-2-2a.75.75 0 1 0-1.06 1.06l.72.72H6.75a.75.75 0 0 0 0 1.5h6.69Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = FileArrowRightOut;
|
package/FileDollar.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const FileDollar = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11 13.5H5A1.5 1.5 0 0 1 3.5 12V4A1.5 1.5 0 0 1 5 2.5h2.757a1.5 1.5 0 0 1 1.061.44l3.243 3.242a1.5 1.5 0 0 1 .439 1.06V12a1.5 1.5 0 0 1-1.5 1.5Zm2.121-8.379A3 3 0 0 1 14 7.243V12a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h2.757a3 3 0 0 1 2.122.879L13.12 5.12Zm-
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11 13.5H5A1.5 1.5 0 0 1 3.5 12V4A1.5 1.5 0 0 1 5 2.5h2.757a1.5 1.5 0 0 1 1.061.44l3.243 3.242a1.5 1.5 0 0 1 .439 1.06V12a1.5 1.5 0 0 1-1.5 1.5Zm2.121-8.379A3 3 0 0 1 14 7.243V12a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h2.757a3 3 0 0 1 2.122.879L13.12 5.12Zm-6.878.388c.272-.203.596-.343.955-.423V4.75a.75.75 0 0 1 1.5 0v.311c.537.097.973.309 1.309.616a.75.75 0 1 1-1.014 1.106c-.134-.123-.412-.28-.993-.28-.464 0-.728.11-.857.206-.112.084-.147.172-.147.274 0 .014 0 .022.016.043a.628.628 0 0 0 .189.152c.23.135.573.242.952.32l.05.011c.394.081.956.197 1.42.434.523.267 1.057.763 1.057 1.609 0 .75-.468 1.263-.98 1.55-.302.17-.648.28-1.002.342v.306a.75.75 0 0 1-1.5 0v-.349a3.347 3.347 0 0 1-.915-.383c-.463-.281-.887-.704-1.064-1.226a.75.75 0 1 1 1.421-.48c.027.08.147.257.423.425.262.16.595.265.937.265.4 0 .748-.086.966-.209.208-.116.214-.204.214-.241 0-.08-.008-.155-.239-.273-.269-.137-.643-.218-1.093-.312-.428-.089-.963-.235-1.408-.496-.446-.263-.944-.735-.944-1.488 0-.587.268-1.115.747-1.474Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = FileDollar;
|
package/Fingerprint.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const Fingerprint = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.964 1.79a.75.75 0 0 1-.51.93A5.513 5.513 0 0 0 2.72 6.455a.75.75 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.964 1.79a.75.75 0 0 1-.51.93A5.513 5.513 0 0 0 2.72 6.455a.75.75 0 0 1-1.44-.421A7.013 7.013 0 0 1 6.034 1.28a.75.75 0 0 1 .93.51Zm2.072 0a.75.75 0 0 1 .93-.51 7.003 7.003 0 0 1 4.176 10.08.75.75 0 1 1-1.315-.72 5.503 5.503 0 0 0-3.281-7.92.75.75 0 0 1-.51-.93ZM1.79 9.036a.75.75 0 0 1 .93.51 5.503 5.503 0 0 0 7.92 3.28.75.75 0 1 1 .72 1.316A7.003 7.003 0 0 1 1.28 9.966a.75.75 0 0 1 .51-.93ZM8 5.5a2.5 2.5 0 0 0-1.153 4.719.75.75 0 0 1-.694 1.33A4 4 0 1 1 12 8a.75.75 0 0 1-1.5 0A2.5 2.5 0 0 0 8 5.5Zm.742 2.392a.75.75 0 1 0-1.484.216c.252 1.726 1.493 3.001 3.18 3.14a.75.75 0 1 0 .123-1.495c-.918-.076-1.657-.751-1.819-1.861Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = Fingerprint;
|
package/Gear.js
CHANGED
|
@@ -25,5 +25,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const Gear = (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),
|
|
28
|
-
React.createElement("
|
|
28
|
+
React.createElement("g", { clipPath: "url(#a)" },
|
|
29
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.199 2H8.8a.2.2 0 0 1 .2.2c0 1.808 1.958 2.939 3.524 2.034a.199.199 0 0 1 .271.073l.802 1.388a.199.199 0 0 1-.073.272c-1.566.904-1.566 3.164 0 4.069a.199.199 0 0 1 .073.271l-.802 1.388a.199.199 0 0 1-.271.073C10.958 10.863 9 11.993 9 13.8a.2.2 0 0 1-.199.2H7.2a.199.199 0 0 1-.2-.2c0-1.808-1.958-2.938-3.524-2.034a.199.199 0 0 1-.272-.073l-.8-1.388a.199.199 0 0 1 .072-.271c1.566-.905 1.566-3.165 0-4.07a.199.199 0 0 1-.073-.271l.801-1.388a.199.199 0 0 1 .272-.073C5.042 5.138 7 4.007 7 2.2c0-.11.089-.199.199-.199ZM5.5 2.2c0-.94.76-1.7 1.699-1.7H8.8c.94 0 1.7.76 1.7 1.7a.85.85 0 0 0 1.274.735 1.699 1.699 0 0 1 2.32.622l.802 1.388c.469.813.19 1.851-.622 2.32a.85.85 0 0 0 0 1.472 1.7 1.7 0 0 1 .622 2.32l-.802 1.388a1.699 1.699 0 0 1-2.32.622.85.85 0 0 0-1.274.735c0 .939-.76 1.7-1.699 1.7H7.2a1.7 1.7 0 0 1-1.699-1.7.85.85 0 0 0-1.274-.735 1.698 1.698 0 0 1-2.32-.622l-.802-1.388a1.699 1.699 0 0 1 .622-2.32.85.85 0 0 0 0-1.471 1.699 1.699 0 0 1-.622-2.321l.801-1.388a1.699 1.699 0 0 1 2.32-.622A.85.85 0 0 0 5.5 2.2Zm4 5.8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z", clipRule: "evenodd" })),
|
|
30
|
+
React.createElement("defs", null,
|
|
31
|
+
React.createElement("clipPath", { id: "a" },
|
|
32
|
+
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
|
|
29
33
|
exports.default = Gear;
|
package/Heading4.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const Heading4 = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.25 4.25a.75.75 0 0 0-1.347-.
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.25 4.25a.75.75 0 0 0-1.347-.454l-4 5.25A.75.75 0 0 0 9.5 10.25h3.25v1.496a.75.75 0 0 0 1.5 0V10.25h.25a.75.75 0 1 0 0-1.5h-.25v-4.5Zm-1.5 2.222V8.75h-1.736l1.736-2.278ZM2.5 4.25a.75.75 0 1 0-1.5 0v7.496a.75.75 0 0 0 1.5 0V8.75h4v2.996a.75.75 0 0 0 1.5 0V4.25a.75.75 0 1 0-1.5 0v3h-4v-3Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = Heading4;
|
package/LogoWindows.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const LogoWindows = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m11.788 2.974-3.038.434V7.25h4.75V4.
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m11.788 2.974-3.038.434V7.25h4.75V4.46a1.5 1.5 0 0 0-1.712-1.486ZM13.5 8.75H8.75v3.842l3.038.434A1.5 1.5 0 0 0 13.5 11.54V8.75Zm-6.25-1.5V3.622l-3.462.495A1.5 1.5 0 0 0 2.5 5.602V7.25h4.75ZM2.5 8.75h4.75v3.628l-3.462-.495A1.5 1.5 0 0 1 2.5 10.398V8.75Zm1.076-6.118A3 3 0 0 0 1 5.602v4.796a3 3 0 0 0 2.576 2.97l8 1.143A3 3 0 0 0 15 11.54V4.459a3 3 0 0 0-3.424-2.97l-8 1.143Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = LogoWindows;
|
package/MagicWand.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const MagicWand = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m11.1 5.894-.412.903.671.732 1.356 1.48-1.994-.227-.986-.113-.49.864-.987 1.747-.4-1.967-.198-.972-.973-.198-1.966-.4 1.746-.989.864-.489-.112-.986-.227-1.994L8.47 4.641l.732.67.903-.411 1.826-.832-.832 1.826ZM7.02 1.276l2.465 2.
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m11.1 5.894-.412.903.671.732 1.356 1.48-1.994-.227-.986-.113-.49.864-.987 1.747-.4-1.967-.198-.972-.973-.198-1.966-.4 1.746-.989.864-.489-.112-.986-.227-1.994L8.47 4.641l.732.67.903-.411 1.826-.832-.832 1.826ZM7.02 1.276l2.465 2.26 3.043-1.387c.842-.384 1.708.483 1.325 1.324l-1.387 3.043 2.259 2.465c.625.682.069 1.774-.85 1.67l-3.323-.38-1.646 2.911c-.456.805-1.666.613-1.85-.293l-.667-3.277-3.277-.666c-.906-.185-1.098-1.395-.293-1.85l2.91-1.647-.378-3.322c-.105-.92.987-1.476 1.669-.85ZM5.53 11.53a.75.75 0 1 0-1.06-1.06l-3.5 3.5a.75.75 0 1 0 1.06 1.06l3.5-3.5Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = MagicWand;
|
package/MathUnionShape.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const MathUnionShape = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3 2.75V8.5a5 5 0
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3 2.75V8.5a5 5 0 0 0 10 0V2.75a.25.25 0 0 0-.25-.25h-1.5a.25.25 0 0 0-.25.25V8.5a3 3 0 1 1-6 0V2.75a.25.25 0 0 0-.25-.25h-1.5a.25.25 0 0 0-.25.25ZM1.5 8.5V2.75C1.5 1.784 2.284 1 3.25 1h1.5c.966 0 1.75.784 1.75 1.75V8.5a1.5 1.5 0 1 0 3 0V2.75c0-.966.784-1.75 1.75-1.75h1.5c.966 0 1.75.784 1.75 1.75V8.5a6.5 6.5 0 0 1-13 0Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = MathUnionShape;
|
package/Moon.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const Moon = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 13.5a5.5 5.5 0 0 0 2.263-10.514 5.5 5.5 0 0 1-7.278 7.278A5.501 5.501 0 0 0 8 13.5ZM1.045 8.795a7.001 7.001 0 1 0 7.75-7.75l-.028-.003A7.078 7.078 0 0 0 8 1c-.527 0-.59.842-.185 1.18a4.
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 13.5a5.5 5.5 0 0 0 2.263-10.514 5.5 5.5 0 0 1-7.278 7.278A5.501 5.501 0 0 0 8 13.5ZM1.045 8.795a7.001 7.001 0 1 0 7.75-7.75l-.028-.003A7.078 7.078 0 0 0 8 1c-.527 0-.59.842-.185 1.18a4.02 4.02 0 0 1 .342.322A4 4 0 1 1 2.18 7.814C1.842 7.41 1 7.474 1 8a7.078 7.078 0 0 0 .045.794Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = Moon;
|
package/PauseFill.d.ts
ADDED
package/PauseFill.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
const React = __importStar(require("react"));
|
|
27
|
+
const PauseFill = (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),
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.5 3.5a2 2 0 0 1 2-2H5a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H3.5a2 2 0 0 1-2-2v-9Zm7.5 0a2 2 0 0 1 2-2h1.5a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H11a2 2 0 0 1-2-2v-9Z", clipRule: "evenodd" })));
|
|
29
|
+
exports.default = PauseFill;
|
package/Picture.js
CHANGED
|
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const Picture = (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),
|
|
28
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.5 3h-7A1.5 1.5 0 0 0 3 4.5v5.027l.962-.7a1.75 1.75 0 0 1 2.079.016l.928.696 2.368-2.03a1.75 1.75 0 0 1 2.325.043L13 8.787V4.5A1.5 1.5 0 0 0 11.5 3Zm3 7.498V4.5a3 3 0 0 0-3-3h-7a3 3 0 0 0-3
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.5 3h-7A1.5 1.5 0 0 0 3 4.5v5.027l.962-.7a1.75 1.75 0 0 1 2.079.016l.928.696 2.368-2.03a1.75 1.75 0 0 1 2.325.043L13 8.787V4.5A1.5 1.5 0 0 0 11.5 3Zm3 7.498V4.5a3 3 0 0 0-3-3h-7a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h7a3 3 0 0 0 3-3v-1.002Zm-1.5.33-2.355-2.174a.25.25 0 0 0-.332-.006L7.488 11.07l-.457.392-.481-.361-1.41-1.057a.25.25 0 0 0-.296-.002L3 11.381v.119A1.5 1.5 0 0 0 4.5 13h7a1.5 1.5 0 0 0 1.5-1.5v-.672ZM7.5 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = Picture;
|
package/Play.js
CHANGED
|
@@ -25,5 +25,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
const React = __importStar(require("react"));
|
|
27
27
|
const Play = (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),
|
|
28
|
-
React.createElement("
|
|
28
|
+
React.createElement("g", { clipPath: "url(#a)" },
|
|
29
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.005 7.134 5.5 2.217a1 1 0 0 0-1.5.866v9.834a1 1 0 0 0 1.5.866l8.505-4.917a1 1 0 0 0 0-1.732Zm.751 3.03c1.665-.962 1.665-3.366 0-4.329L6.251.918C4.585-.045 2.5 1.158 2.5 3.083v9.834c0 1.925 2.085 3.128 3.751 2.164l8.505-4.917Z", clipRule: "evenodd" })),
|
|
30
|
+
React.createElement("defs", null,
|
|
31
|
+
React.createElement("clipPath", { id: "a" },
|
|
32
|
+
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
|
|
29
33
|
exports.default = Play;
|
package/PlayFill.d.ts
ADDED
package/PlayFill.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
const React = __importStar(require("react"));
|
|
27
|
+
const PlayFill = (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),
|
|
28
|
+
React.createElement("g", { clipPath: "url(#a)" },
|
|
29
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.756 10.164c1.665-.962 1.665-3.366 0-4.329L6.251.918C4.585-.045 2.5 1.158 2.5 3.083v9.834c0 1.925 2.085 3.128 3.751 2.164l8.505-4.917Z", clipRule: "evenodd" })),
|
|
30
|
+
React.createElement("defs", null,
|
|
31
|
+
React.createElement("clipPath", { id: "a" },
|
|
32
|
+
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
|
|
33
|
+
exports.default = PlayFill;
|