@gravity-ui/icons 2.13.0 → 2.14.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/At.js +1 -1
- package/BackwardStep.d.ts +4 -0
- package/BackwardStep.js +29 -0
- package/BackwardStepFill.d.ts +4 -0
- package/BackwardStepFill.js +29 -0
- package/BellFill.d.ts +4 -0
- package/BellFill.js +29 -0
- package/BucketPaint.js +1 -1
- package/ChevronsCollapseUpRight.js +1 -5
- package/CirclePauseFill.d.ts +4 -0
- package/CirclePauseFill.js +29 -0
- package/CirclePlayFill.d.ts +4 -0
- package/CirclePlayFill.js +29 -0
- package/CircleStopFill.d.ts +4 -0
- package/CircleStopFill.js +29 -0
- package/CodeCommits.js +1 -5
- package/EyeDashed.d.ts +4 -0
- package/EyeDashed.js +29 -0
- package/ForwardStep.d.ts +4 -0
- package/ForwardStep.js +29 -0
- package/ForwardStepFill.d.ts +4 -0
- package/ForwardStepFill.js +29 -0
- package/HouseFill.d.ts +4 -0
- package/HouseFill.js +29 -0
- package/LetterAUnderline.d.ts +4 -0
- package/LetterAUnderline.js +29 -0
- package/MathUnionShape.js +1 -1
- package/Pause.js +1 -1
- package/PauseFill.js +1 -1
- package/Person.js +1 -1
- package/PersonFill.d.ts +4 -0
- package/PersonFill.js +29 -0
- package/Play.js +1 -5
- package/PlayFill.js +1 -5
- package/TrapezoidUpLineVertical.js +1 -1
- package/esm/At.js +1 -1
- package/esm/BackwardStep.js +4 -0
- package/esm/BackwardStepFill.js +4 -0
- package/esm/BellFill.js +4 -0
- package/esm/BucketPaint.js +1 -1
- package/esm/ChevronsCollapseUpRight.js +1 -5
- package/esm/CirclePauseFill.js +4 -0
- package/esm/CirclePlayFill.js +4 -0
- package/esm/CircleStopFill.js +4 -0
- package/esm/CodeCommits.js +1 -5
- package/esm/EyeDashed.js +4 -0
- package/esm/ForwardStep.js +4 -0
- package/esm/ForwardStepFill.js +4 -0
- package/esm/HouseFill.js +4 -0
- package/esm/LetterAUnderline.js +4 -0
- package/esm/MathUnionShape.js +1 -1
- package/esm/Pause.js +1 -1
- package/esm/PauseFill.js +1 -1
- package/esm/Person.js +1 -1
- package/esm/PersonFill.js +4 -0
- package/esm/Play.js +1 -5
- package/esm/PlayFill.js +1 -5
- package/esm/TrapezoidUpLineVertical.js +1 -1
- package/esm/index.js +12 -0
- package/index.d.ts +12 -0
- package/index.js +38 -14
- package/metadata.json +122 -3
- package/package.json +1 -1
- package/svgs/at.svg +1 -1
- package/svgs/backward-step-fill.svg +1 -0
- package/svgs/backward-step.svg +1 -0
- package/svgs/bell-fill.svg +1 -0
- package/svgs/bucket-paint.svg +1 -1
- package/svgs/chevrons-collapse-up-right.svg +1 -1
- package/svgs/circle-pause-fill.svg +1 -0
- package/svgs/circle-play-fill.svg +1 -0
- package/svgs/circle-stop-fill.svg +1 -0
- package/svgs/code-commits.svg +1 -1
- package/svgs/eye-dashed.svg +1 -0
- package/svgs/forward-step-fill.svg +1 -0
- package/svgs/forward-step.svg +1 -0
- package/svgs/house-fill.svg +1 -0
- package/svgs/letter-a-underline.svg +1 -0
- package/svgs/math-union-shape.svg +1 -1
- package/svgs/pause-fill.svg +1 -1
- package/svgs/pause.svg +1 -1
- package/svgs/person-fill.svg +1 -0
- package/svgs/person.svg +1 -1
- package/svgs/play-fill.svg +1 -1
- package/svgs/play.svg +1 -1
- package/svgs/trapezoid-up-line-vertical.svg +1 -1
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",
|
|
28
|
+
React.createElement("path", { fill: "currentColor", d: "M1.18 6.423A7 7 0 1 1 14.808 9.62a2.499 2.499 0 0 1-4.403.92 3.5 3.5 0 1 1 1.005-1.753 1 1 0 0 0 1.949.452l.056-.277a5.5 5.5 0 1 0-2.938 3.949.75.75 0 0 1 .677 1.339A7 7 0 0 1 1.18 6.423m7.27-.371a2 2 0 1 0-.9 3.897 2 2 0 0 0 .9-3.897" })));
|
|
29
29
|
exports.default = At;
|
package/BackwardStep.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 BackwardStep = (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", d: "M2.25 2a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-1.5 0V2.75A.75.75 0 0 1 2.25 2M13 3.896a.25.25 0 0 0-.384-.212l-6.48 4.105a.25.25 0 0 0 0 .422l6.48 4.106a.25.25 0 0 0 .384-.21zm1.5 8.21-.005.127c-.09 1.303-1.553 2.066-2.681 1.351L5.333 9.479a1.75 1.75 0 0 1 0-2.958l6.48-4.104.11-.064c1.112-.601 2.485.154 2.572 1.415l.005.128z" })));
|
|
29
|
+
exports.default = BackwardStep;
|
|
@@ -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 BackwardStepFill = (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", d: "M2.316 2.073A.75.75 0 0 1 3 2.82v10.494a.75.75 0 0 1-1.5 0V2.82a.75.75 0 0 1 .816-.747m9.54.193c1.164-.76 2.706.076 2.706 1.465v8.478c0 1.39-1.542 2.225-2.706 1.466l-6.498-4.24a1.75 1.75 0 0 1 0-2.93z" })));
|
|
29
|
+
exports.default = BackwardStepFill;
|
package/BellFill.d.ts
ADDED
package/BellFill.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 BellFill = (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", d: "M9.955 13.416a2 2 0 0 1-3.911 0c1.3.141 2.611.141 3.911 0M8 1a4.27 4.27 0 0 1 4.187 3.432l.619 3.096c.127.634.438 1.216.895 1.673l.436.436a1.24 1.24 0 0 1-.598 2.085l-1.462.338a18.1 18.1 0 0 1-8.154 0l-1.462-.338a1.24 1.24 0 0 1-.598-2.085L2.3 9.2a3.27 3.27 0 0 0 .895-1.673l.62-3.096A4.27 4.27 0 0 1 8 1" })));
|
|
29
|
+
exports.default = BellFill;
|
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.017s.27-.249 1.017.027q.14.052.29.121c.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.017M7 6.528c.85.85 1.738 1.535 2.581 1.972H1.694v-.027a1.3 1.3 0 0 1 .1-.507l2.802-4.33.172-.26C5.16 4.383 5.956 5.485 7 6.529m3.89-3.889c2.147 2.148 3.24 4.537 1.944 5.834a13 13 0 0 1-2.127 1.719L6.352 13.01s-1.945 1.296-4.537-1.296C-.778 9.12.518 7.176.518 7.176l2.818-4.355A13 13 0 0 1 5.056.694C6.351-.602 8.74.491 10.888 2.64M12.748 15c.966 0 1.75-.765 1.75-1.71 0-1.234-1.17-2.76-1.512-3.178a.3.3 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.71", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = BucketPaint;
|
|
@@ -25,9 +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 ChevronsCollapseUpRight = (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("
|
|
29
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.25 6.993a.75.75 0 0 0 0-1.5H10.5V.75a.75.75 0 1 0-1.5 0v5.493c0 .414.336.75.75.75zM.75 9.007a.75.75 0 1 0 0 1.5H5.5v4.743a.75.75 0 0 0 1.5 0V9.757a.75.75 0 0 0-.75-.75z", clipRule: "evenodd" })),
|
|
30
|
-
React.createElement("defs", null,
|
|
31
|
-
React.createElement("clipPath", { id: "a" },
|
|
32
|
-
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.25 6.993a.75.75 0 0 0 0-1.5H10.5V.75a.75.75 0 1 0-1.5 0v5.493c0 .414.336.75.75.75zM.75 9.007a.75.75 0 1 0 0 1.5H5.5v4.743a.75.75 0 0 0 1.5 0V9.757a.75.75 0 0 0-.75-.75z", clipRule: "evenodd" })));
|
|
33
29
|
exports.default = ChevronsCollapseUpRight;
|
|
@@ -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 CirclePauseFill = (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", d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1M6.25 5.25a1 1 0 0 0-1 1v3.5a1 1 0 1 0 2 0v-3.5a1 1 0 0 0-1-1m3.5 0a1 1 0 0 0-1 1v3.5a1 1 0 1 0 2 0v-3.5a1 1 0 0 0-1-1" })));
|
|
29
|
+
exports.default = CirclePauseFill;
|
|
@@ -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 CirclePlayFill = (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", d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1m-.75 3.969a1 1 0 0 0-1.5.866v4.33a1 1 0 0 0 1.5.866L11 8.866a1 1 0 0 0 0-1.732z" })));
|
|
29
|
+
exports.default = CirclePlayFill;
|
|
@@ -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 CircleStopFill = (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", d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1M6.5 5.25c-.69 0-1.25.56-1.25 1.25v3c0 .69.56 1.25 1.25 1.25h3c.69 0 1.25-.56 1.25-1.25v-3c0-.69-.56-1.25-1.25-1.25z" })));
|
|
29
|
+
exports.default = CircleStopFill;
|
package/CodeCommits.js
CHANGED
|
@@ -25,9 +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 CodeCommits = (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("
|
|
29
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 3.25h-.008a1.25 1.25 0 1 0 .016 0zm.75-2.5v1.104a2.751 2.751 0 0 1 0 5.292v1.708a2.751 2.751 0 0 1 0 5.293v1.103a.75.75 0 0 1-1.5 0v-1.104a2.751 2.751 0 0 1 0-5.292V7.147a2.751 2.751 0 0 1 0-5.293V.75a.75.75 0 0 1 1.5 0m-.745 12h-.01a1.25 1.25 0 1 1 .01 0", clipRule: "evenodd" })),
|
|
30
|
-
React.createElement("defs", null,
|
|
31
|
-
React.createElement("clipPath", { id: "a" },
|
|
32
|
-
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
|
|
28
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 3.25h-.008a1.25 1.25 0 1 0 .016 0zm.75-2.5v1.104a2.751 2.751 0 0 1 0 5.292v1.708a2.751 2.751 0 0 1 0 5.293v1.103a.75.75 0 0 1-1.5 0v-1.104a2.751 2.751 0 0 1 0-5.292V7.147a2.751 2.751 0 0 1 0-5.293V.75a.75.75 0 0 1 1.5 0m-.745 12h-.01a1.25 1.25 0 1 1 .01 0", clipRule: "evenodd" })));
|
|
33
29
|
exports.default = CodeCommits;
|
package/EyeDashed.d.ts
ADDED
package/EyeDashed.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 EyeDashed = (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", d: "M11.376 11.588a.75.75 0 0 1 .755 1.296 8.3 8.3 0 0 1-2.48.947.75.75 0 0 1-.301-1.469 6.8 6.8 0 0 0 2.026-.774m-7.778.27a.75.75 0 0 1 .958-.305l.068.035.236.13c.477.253.99.45 1.523.583l.269.06.074.02a.75.75 0 0 1-.301 1.462l-.076-.012-.327-.074a8.3 8.3 0 0 1-1.864-.713l-.289-.16-.064-.042a.75.75 0 0 1-.207-.984m9.929-6.713a.75.75 0 0 1 1 .093l.05.06.187.263c.3.445.54.91.753 1.363l.244.537.028.074.037.115.02.076q.043.205.021.413l-.021.135-.02.076-.037.115-.028.074c-.313.705-.664 1.467-1.186 2.165a.75.75 0 0 1-1.2-.898c.396-.53.68-1.128.983-1.806-.264-.59-.514-1.12-.835-1.596l-.149-.209-.043-.063a.75.75 0 0 1 .196-.987m-12.053.093a.75.75 0 0 1 1.152.957l-.21.303c-.2.306-.378.636-.547.987l.001.001L1.64 8l.226.507c.17.356.347.687.548.996l.212.303.043.064a.75.75 0 0 1-1.195.893l-.05-.059-.266-.382a9 9 0 0 1-.454-.783l-.196-.396-.009-.019-.26-.585a1.33 1.33 0 0 1 0-1.078l.26-.584.009-.019.196-.395c.206-.396.44-.79.72-1.165zm6.68-.234A3 3 0 0 1 11 8l-.004.154A3 3 0 0 1 8 11l-.154-.004a3 3 0 0 1-2.842-2.842L5 8a3 3 0 0 1 3-3zM8 6.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M6.35 2.17a.75.75 0 0 1 .3 1.469 6.7 6.7 0 0 0-2.026.775l-.068.035a.751.751 0 0 1-.687-1.332l.288-.16A8.2 8.2 0 0 1 6.35 2.17m3.225-.012.076.012.325.073a8.2 8.2 0 0 1 2.157.875.75.75 0 0 1-.756 1.296 6.7 6.7 0 0 0-1.763-.715l-.264-.06-.075-.019a.75.75 0 0 1 .3-1.462" })));
|
|
29
|
+
exports.default = EyeDashed;
|
package/ForwardStep.d.ts
ADDED
package/ForwardStep.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 ForwardStep = (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", d: "M13.75 2a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-1.5 0V2.75a.75.75 0 0 1 .75-.75M1.505 3.632C1.597 2.32 3.079 1.56 4.206 2.295l6.498 4.24a1.75 1.75 0 0 1 0 2.93l-6.498 4.24-.11.066c-1.111.62-2.502-.134-2.591-1.404l-.005-.129V3.761zM3 12.238c0 .199.22.319.387.21L9.884 8.21a.25.25 0 0 0 0-.419L3.387 3.552A.25.25 0 0 0 3 3.76z" })));
|
|
29
|
+
exports.default = ForwardStep;
|
|
@@ -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 ForwardStepFill = (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", d: "M13.684 2.073a.75.75 0 0 1 .816.747v10.494a.75.75 0 0 1-1.5 0V2.82a.75.75 0 0 1 .684-.747M1.5 3.762c0-1.39 1.542-2.226 2.706-1.466l6.497 4.238a1.75 1.75 0 0 1 0 2.932l-6.497 4.239c-1.164.76-2.706-.076-2.706-1.466z" })));
|
|
29
|
+
exports.default = ForwardStepFill;
|
package/HouseFill.d.ts
ADDED
package/HouseFill.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 HouseFill = (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", d: "M6.17 1.907a3 3 0 0 1 3.66 0l3.5 2.693a3 3 0 0 1 1.17 2.378V11.5a3 3 0 0 1-3 3h-7a3 3 0 0 1-3-3V6.978A3 3 0 0 1 2.67 4.6zM7 8c-.69 0-1.25.56-1.25 1.25V13h4.5V9.25C10.25 8.56 9.69 8 9 8z" })));
|
|
29
|
+
exports.default = HouseFill;
|
|
@@ -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 LetterAUnderline = (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", d: "M12.75 12.5a.75.75 0 0 1 0 1.5h-9.5a.75.75 0 0 1 0-1.5zM8.113 1.004c.527.04.994.362 1.22.84l.044.105 3.072 8.033.024.073a.75.75 0 0 1-1.394.533l-.03-.07-.772-2.018H5.72l-.771 2.018a.75.75 0 0 1-1.4-.536L6.62 1.95l.046-.104C6.908 1.332 7.426 1 8 1zM6.294 7h3.41L8 2.542z" })));
|
|
29
|
+
exports.default = LetterAUnderline;
|
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 1 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.25M1.5 8.5V2.75C1.5 1.783 2.284 1 3.25 1h1.5c.966 0 1.75.783 1.75 1.75V8.5a1.5 1.5 0 1 0 3 0V2.75c0-.967.784-1.75 1.75-1.75h1.5c.966 0 1.75.783 1.75 1.75V8.5a6.5 6.5 0 0 1-13 0", clipRule: "evenodd" })));
|
|
29
29
|
exports.default = MathUnionShape;
|
package/Pause.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 Pause = (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",
|
|
28
|
+
React.createElement("path", { fill: "currentColor", d: "M5.25 1.5C6.216 1.5 7 2.284 7 3.25v9.5a1.75 1.75 0 0 1-1.75 1.75h-2l-.179-.009A1.75 1.75 0 0 1 1.51 12.93l-.01-.18v-9.5a1.75 1.75 0 0 1 1.571-1.741L3.25 1.5zm7.5 0c.966 0 1.75.784 1.75 1.75v9.5a1.75 1.75 0 0 1-1.75 1.75h-2l-.179-.009A1.75 1.75 0 0 1 9.01 12.93L9 12.75v-9.5a1.75 1.75 0 0 1 1.571-1.741l.179-.009zM3.25 3a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-9.5A.25.25 0 0 0 5.25 3zm7.5 0a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25z" })));
|
|
29
29
|
exports.default = Pause;
|
package/PauseFill.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 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",
|
|
28
|
+
React.createElement("path", { fill: "currentColor", d: "M5 1.5A1.5 1.5 0 0 1 6.5 3v10A1.5 1.5 0 0 1 5 14.5H3A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5zm8 0A1.5 1.5 0 0 1 14.5 3v10a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 13V3A1.5 1.5 0 0 1 11 1.5z" })));
|
|
29
29
|
exports.default = PauseFill;
|
package/Person.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 Person = (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",
|
|
28
|
+
React.createElement("path", { fill: "currentColor", d: "M8 8.5c3.85 0 7 2.5 7 4.5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2c0-2 3.15-4.5 7-4.5M8 10c-1.61 0-3.064.526-4.092 1.234C2.798 12.001 2.5 12.733 2.5 13a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5c0-.267-.297-1-1.408-1.766C11.064 10.526 9.609 10 8 10m0-9a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m0 1.5a2 2 0 1 0 0 4 2 2 0 0 0 0-4" })));
|
|
29
29
|
exports.default = Person;
|
package/PersonFill.d.ts
ADDED
package/PersonFill.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 PersonFill = (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", d: "M8 9c3.85 0 7 2.5 7 4.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 13.5C1 11.5 4.15 9 8 9m0-8a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7" })));
|
|
29
|
+
exports.default = PersonFill;
|
package/Play.js
CHANGED
|
@@ -25,9 +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 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("
|
|
29
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.006 7.134 5.5 2.217a1 1 0 0 0-1.5.866v9.834a1 1 0 0 0 1.5.866l8.506-4.917a1 1 0 0 0 0-1.732m.75 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.164z", clipRule: "evenodd" })),
|
|
30
|
-
React.createElement("defs", null,
|
|
31
|
-
React.createElement("clipPath", { id: "a" },
|
|
32
|
-
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
|
|
28
|
+
React.createElement("path", { fill: "currentColor", d: "M14.642 6.285c1.294.777 1.294 2.653 0 3.43L5.53 15.183c-1.292.775-2.924-.102-3.025-1.571l-.005-.144V2.532l.005-.143C2.605.919 4.238.043 5.53.818zm-.771 2.144a.5.5 0 0 0 0-.857L4.756 2.104A.5.5 0 0 0 4 2.532v10.936a.5.5 0 0 0 .757.429z" })));
|
|
33
29
|
exports.default = Play;
|
package/PlayFill.js
CHANGED
|
@@ -25,9 +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 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("
|
|
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.164z", clipRule: "evenodd" })),
|
|
30
|
-
React.createElement("defs", null,
|
|
31
|
-
React.createElement("clipPath", { id: "a" },
|
|
32
|
-
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
|
|
28
|
+
React.createElement("path", { fill: "currentColor", d: "M14.642 6.285c1.294.777 1.294 2.653 0 3.43l-9.113 5.468c-1.333.8-3.028-.16-3.029-1.715V2.532C2.5.978 4.196.018 5.53.818z" })));
|
|
33
29
|
exports.default = PlayFill;
|
|
@@ -25,6 +25,6 @@ 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 TrapezoidUpLineVertical = (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", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "
|
|
28
|
+
React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M5.016 2.75h5.968a1.75 1.75 0 0 1 1.71 1.38l1.516 7a1.75 1.75 0 0 1-1.71 2.12h-9a1.75 1.75 0 0 1-1.71-2.12l1.516-7a1.75 1.75 0 0 1 1.71-1.38M8 .75v14.5" }),
|
|
29
29
|
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.75.75a.75.75 0 0 0-1.5 0V2H5.016a2.5 2.5 0 0 0-2.443 1.97l-1.517 7A2.5 2.5 0 0 0 3.5 14h3.75v1.25a.75.75 0 0 0 1.5 0V14h3.75a2.5 2.5 0 0 0 2.444-3.03l-1.517-7A2.5 2.5 0 0 0 10.984 2H8.75zM7.25 3.5H5.016a1 1 0 0 0-.977.788l-1.517 7A1 1 0 0 0 3.5 12.5h3.75zm1.5 9v-9h2.233a1 1 0 0 1 .978.788l1.516 7A1 1 0 0 1 12.5 12.5z", clipRule: "evenodd" })));
|
|
30
30
|
exports.default = TrapezoidUpLineVertical;
|
package/esm/At.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
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),
|
|
3
|
-
React.createElement("path", { fill: "currentColor",
|
|
3
|
+
React.createElement("path", { fill: "currentColor", d: "M1.18 6.423A7 7 0 1 1 14.808 9.62a2.499 2.499 0 0 1-4.403.92 3.5 3.5 0 1 1 1.005-1.753 1 1 0 0 0 1.949.452l.056-.277a5.5 5.5 0 1 0-2.938 3.949.75.75 0 0 1 .677 1.339A7 7 0 0 1 1.18 6.423m7.27-.371a2 2 0 1 0-.9 3.897 2 2 0 0 0 .9-3.897" })));
|
|
4
4
|
export default At;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const BackwardStep = (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.25 2a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-1.5 0V2.75A.75.75 0 0 1 2.25 2M13 3.896a.25.25 0 0 0-.384-.212l-6.48 4.105a.25.25 0 0 0 0 .422l6.48 4.106a.25.25 0 0 0 .384-.21zm1.5 8.21-.005.127c-.09 1.303-1.553 2.066-2.681 1.351L5.333 9.479a1.75 1.75 0 0 1 0-2.958l6.48-4.104.11-.064c1.112-.601 2.485.154 2.572 1.415l.005.128z" })));
|
|
4
|
+
export default BackwardStep;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const BackwardStepFill = (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.316 2.073A.75.75 0 0 1 3 2.82v10.494a.75.75 0 0 1-1.5 0V2.82a.75.75 0 0 1 .816-.747m9.54.193c1.164-.76 2.706.076 2.706 1.465v8.478c0 1.39-1.542 2.225-2.706 1.466l-6.498-4.24a1.75 1.75 0 0 1 0-2.93z" })));
|
|
4
|
+
export default BackwardStepFill;
|
package/esm/BellFill.js
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const BellFill = (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: "M9.955 13.416a2 2 0 0 1-3.911 0c1.3.141 2.611.141 3.911 0M8 1a4.27 4.27 0 0 1 4.187 3.432l.619 3.096c.127.634.438 1.216.895 1.673l.436.436a1.24 1.24 0 0 1-.598 2.085l-1.462.338a18.1 18.1 0 0 1-8.154 0l-1.462-.338a1.24 1.24 0 0 1-.598-2.085L2.3 9.2a3.27 3.27 0 0 0 .895-1.673l.62-3.096A4.27 4.27 0 0 1 8 1" })));
|
|
4
|
+
export default BellFill;
|