@navikt/aksel-icons 2.7.2 → 2.7.4
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/dist/metadata.js +1 -1
- package/dist/react/cjs/CaretDownFill.js +48 -0
- package/dist/react/cjs/CaretLeft.js +1 -1
- package/dist/react/cjs/CaretLeftFill.js +48 -0
- package/dist/react/cjs/CaretLeftRight.js +48 -0
- package/dist/react/cjs/CaretLeftRightFill.js +48 -0
- package/dist/react/cjs/CaretRight.js +1 -1
- package/dist/react/cjs/CaretRightFill.js +48 -0
- package/dist/react/cjs/CaretUpDownFill.js +48 -0
- package/dist/react/cjs/CaretUpFill.js +48 -0
- package/dist/react/cjs/{EscalatorStroke.js → Escalator.js} +2 -2
- package/dist/react/cjs/Moon.js +48 -0
- package/dist/react/cjs/MoonFill.js +48 -0
- package/dist/react/cjs/index.js +35 -17
- package/dist/react/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/react/esm/CaretDownFill.d.ts +7 -0
- package/dist/react/esm/CaretDownFill.js +24 -0
- package/dist/react/esm/CaretDownFill.js.map +1 -0
- package/dist/react/esm/CaretLeft.js +1 -1
- package/dist/react/esm/CaretLeft.js.map +1 -1
- package/dist/react/esm/CaretLeftFill.d.ts +7 -0
- package/dist/react/esm/CaretLeftFill.js +24 -0
- package/dist/react/esm/CaretLeftFill.js.map +1 -0
- package/dist/react/esm/CaretLeftRight.d.ts +7 -0
- package/dist/react/esm/CaretLeftRight.js +24 -0
- package/dist/react/esm/CaretLeftRight.js.map +1 -0
- package/dist/react/esm/CaretLeftRightFill.d.ts +7 -0
- package/dist/react/esm/CaretLeftRightFill.js +24 -0
- package/dist/react/esm/CaretLeftRightFill.js.map +1 -0
- package/dist/react/esm/CaretRight.js +1 -1
- package/dist/react/esm/CaretRight.js.map +1 -1
- package/dist/react/esm/CaretRightFill.d.ts +7 -0
- package/dist/react/esm/CaretRightFill.js +24 -0
- package/dist/react/esm/CaretRightFill.js.map +1 -0
- package/dist/react/esm/{EscalatorStroke.d.ts → CaretUpDownFill.d.ts} +2 -2
- package/dist/react/esm/CaretUpDownFill.js +24 -0
- package/dist/react/esm/{EscalatorStroke.js.map → CaretUpDownFill.js.map} +1 -1
- package/dist/react/esm/CaretUpFill.d.ts +7 -0
- package/dist/react/esm/CaretUpFill.js +24 -0
- package/dist/react/esm/CaretUpFill.js.map +1 -0
- package/dist/react/esm/Escalator.d.ts +7 -0
- package/dist/react/esm/{EscalatorStroke.js → Escalator.js} +3 -3
- package/dist/react/esm/Escalator.js.map +1 -0
- package/dist/react/esm/Moon.d.ts +7 -0
- package/dist/react/esm/Moon.js +24 -0
- package/dist/react/esm/Moon.js.map +1 -0
- package/dist/react/esm/MoonFill.d.ts +7 -0
- package/dist/react/esm/MoonFill.js +24 -0
- package/dist/react/esm/MoonFill.js.map +1 -0
- package/dist/react/esm/index.d.ts +10 -1
- package/dist/react/esm/index.js +10 -1
- package/dist/react/esm/index.js.map +1 -1
- package/dist/react/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/dist/svg/CaretDownFill.svg +3 -0
- package/dist/svg/CaretLeft.svg +1 -1
- package/dist/svg/CaretLeftFill.svg +3 -0
- package/dist/svg/CaretLeftRight.svg +3 -0
- package/dist/svg/CaretLeftRightFill.svg +3 -0
- package/dist/svg/CaretRight.svg +1 -1
- package/dist/svg/CaretRightFill.svg +3 -0
- package/dist/svg/CaretUpDownFill.svg +3 -0
- package/dist/svg/CaretUpFill.svg +3 -0
- package/dist/svg/Moon.svg +3 -0
- package/dist/svg/MoonFill.svg +3 -0
- package/package.json +1 -1
- /package/dist/svg/{EscalatorStroke.svg → Escalator.svg} +0 -0
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
26
|
+
var t = {};
|
|
27
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
28
|
+
t[p] = s[p];
|
|
29
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
30
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
31
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
32
|
+
t[p[i]] = s[p[i]];
|
|
33
|
+
}
|
|
34
|
+
return t;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
const React = __importStar(require("react"));
|
|
38
|
+
const react_1 = require("react");
|
|
39
|
+
const useId_1 = require("./util/useId");
|
|
40
|
+
const SvgCaretDownFill = (0, react_1.forwardRef)((_a, ref) => {
|
|
41
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
42
|
+
let titleId = (0, useId_1.useId)();
|
|
43
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
45
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.5 9.25a.75.75 0 0 0-.53 1.28l5.5 5.5a.75.75 0 0 0 1.06 0l5.5-5.5a.75.75 0 0 0-.53-1.28h-11Z", fill: "currentColor" })));
|
|
47
|
+
});
|
|
48
|
+
exports.default = SvgCaretDownFill;
|
|
@@ -43,6 +43,6 @@ const SvgCaretLeft = (0, react_1.forwardRef)((_a, ref) => {
|
|
|
43
43
|
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
44
|
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
45
45
|
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
46
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.037 6.557a.75.75 0 0 1 .463.693v11a.75.75 0 0 1-1.28.53l-5.5-5.5a.75.75 0 0 1 0-1.06l5.5-5.5a.75.75 0 0 1 .817-.163ZM14 9.061l-3.69 3.689L14 16.44V9.06Z", fill: "currentColor" })));
|
|
47
47
|
});
|
|
48
48
|
exports.default = SvgCaretLeft;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
26
|
+
var t = {};
|
|
27
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
28
|
+
t[p] = s[p];
|
|
29
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
30
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
31
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
32
|
+
t[p[i]] = s[p[i]];
|
|
33
|
+
}
|
|
34
|
+
return t;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
const React = __importStar(require("react"));
|
|
38
|
+
const react_1 = require("react");
|
|
39
|
+
const useId_1 = require("./util/useId");
|
|
40
|
+
const SvgCaretLeftFill = (0, react_1.forwardRef)((_a, ref) => {
|
|
41
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
42
|
+
let titleId = (0, useId_1.useId)();
|
|
43
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
45
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.5 7.25a.75.75 0 0 0-1.28-.53l-5.5 5.5a.75.75 0 0 0 0 1.06l5.5 5.5a.75.75 0 0 0 1.28-.53v-11Z", fill: "currentColor" })));
|
|
47
|
+
});
|
|
48
|
+
exports.default = SvgCaretLeftFill;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
26
|
+
var t = {};
|
|
27
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
28
|
+
t[p] = s[p];
|
|
29
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
30
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
31
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
32
|
+
t[p[i]] = s[p[i]];
|
|
33
|
+
}
|
|
34
|
+
return t;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
const React = __importStar(require("react"));
|
|
38
|
+
const react_1 = require("react");
|
|
39
|
+
const useId_1 = require("./util/useId");
|
|
40
|
+
const SvgCaretLeftRight = (0, react_1.forwardRef)((_a, ref) => {
|
|
41
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
42
|
+
let titleId = (0, useId_1.useId)();
|
|
43
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
45
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.47 11.47a.75.75 0 0 0 0 1.06l3.5 3.5a.75.75 0 0 0 1.28-.53v-7a.75.75 0 0 0-1.28-.53l-3.5 3.5Zm1.59.53 1.69-1.69v3.38L6.06 12Zm8.69 3.5a.75.75 0 0 0 1.28.53l3.5-3.5a.75.75 0 0 0 0-1.06l-3.5-3.5a.75.75 0 0 0-1.28.53v7Zm3.19-3.5-1.69 1.69v-3.38L17.94 12Z", fill: "currentColor" })));
|
|
47
|
+
});
|
|
48
|
+
exports.default = SvgCaretLeftRight;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
26
|
+
var t = {};
|
|
27
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
28
|
+
t[p] = s[p];
|
|
29
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
30
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
31
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
32
|
+
t[p[i]] = s[p[i]];
|
|
33
|
+
}
|
|
34
|
+
return t;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
const React = __importStar(require("react"));
|
|
38
|
+
const react_1 = require("react");
|
|
39
|
+
const useId_1 = require("./util/useId");
|
|
40
|
+
const SvgCaretLeftRightFill = (0, react_1.forwardRef)((_a, ref) => {
|
|
41
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
42
|
+
let titleId = (0, useId_1.useId)();
|
|
43
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
45
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.47 12.53a.75.75 0 0 1 0-1.06l3.5-3.5a.75.75 0 0 1 1.28.53v7a.75.75 0 0 1-1.28.53l-3.5-3.5Zm10.743 3.663a.75.75 0 0 1-.463-.693v-7a.75.75 0 0 1 1.28-.53l3.5 3.5a.75.75 0 0 1 0 1.06l-3.5 3.5a.75.75 0 0 1-.817.163Z", fill: "currentColor" })));
|
|
47
|
+
});
|
|
48
|
+
exports.default = SvgCaretLeftRightFill;
|
|
@@ -43,6 +43,6 @@ const SvgCaretRight = (0, react_1.forwardRef)((_a, ref) => {
|
|
|
43
43
|
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
44
|
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
45
45
|
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
46
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.963 18.943a.75.75 0 0 1-.463-.693v-11a.75.75 0 0 1 1.28-.53l5.5 5.5a.75.75 0 0 1 0 1.06l-5.5 5.5a.75.75 0 0 1-.817.163ZM10 16.439l3.69-3.689L10 9.06v7.38Z", fill: "currentColor" })));
|
|
47
47
|
});
|
|
48
48
|
exports.default = SvgCaretRight;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
26
|
+
var t = {};
|
|
27
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
28
|
+
t[p] = s[p];
|
|
29
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
30
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
31
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
32
|
+
t[p[i]] = s[p[i]];
|
|
33
|
+
}
|
|
34
|
+
return t;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
const React = __importStar(require("react"));
|
|
38
|
+
const react_1 = require("react");
|
|
39
|
+
const useId_1 = require("./util/useId");
|
|
40
|
+
const SvgCaretRightFill = (0, react_1.forwardRef)((_a, ref) => {
|
|
41
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
42
|
+
let titleId = (0, useId_1.useId)();
|
|
43
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
45
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.5 18.25a.75.75 0 0 0 1.28.53l5.5-5.5a.75.75 0 0 0 0-1.06l-5.5-5.5a.75.75 0 0 0-1.28.53v11Z", fill: "currentColor" })));
|
|
47
|
+
});
|
|
48
|
+
exports.default = SvgCaretRightFill;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
26
|
+
var t = {};
|
|
27
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
28
|
+
t[p] = s[p];
|
|
29
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
30
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
31
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
32
|
+
t[p[i]] = s[p[i]];
|
|
33
|
+
}
|
|
34
|
+
return t;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
const React = __importStar(require("react"));
|
|
38
|
+
const react_1 = require("react");
|
|
39
|
+
const useId_1 = require("./util/useId");
|
|
40
|
+
const SvgCaretUpDownFill = (0, react_1.forwardRef)((_a, ref) => {
|
|
41
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
42
|
+
let titleId = (0, useId_1.useId)();
|
|
43
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
45
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.47 4.47a.75.75 0 0 1 1.06 0l3.5 3.5a.75.75 0 0 1-.53 1.28h-7a.75.75 0 0 1-.53-1.28l3.5-3.5ZM7.807 15.213a.75.75 0 0 1 .693-.463h7a.75.75 0 0 1 .53 1.28l-3.5 3.5a.75.75 0 0 1-1.06 0l-3.5-3.5a.75.75 0 0 1-.163-.817Z", fill: "currentColor" })));
|
|
47
|
+
});
|
|
48
|
+
exports.default = SvgCaretUpDownFill;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
26
|
+
var t = {};
|
|
27
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
28
|
+
t[p] = s[p];
|
|
29
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
30
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
31
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
32
|
+
t[p[i]] = s[p[i]];
|
|
33
|
+
}
|
|
34
|
+
return t;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
const React = __importStar(require("react"));
|
|
38
|
+
const react_1 = require("react");
|
|
39
|
+
const useId_1 = require("./util/useId");
|
|
40
|
+
const SvgCaretUpFill = (0, react_1.forwardRef)((_a, ref) => {
|
|
41
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
42
|
+
let titleId = (0, useId_1.useId)();
|
|
43
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
45
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.53 7.97a.75.75 0 0 0-1.06 0l-5.5 5.5a.75.75 0 0 0 .53 1.28h11a.75.75 0 0 0 .53-1.28l-5.5-5.5Z", fill: "currentColor" })));
|
|
47
|
+
});
|
|
48
|
+
exports.default = SvgCaretUpFill;
|
|
@@ -37,7 +37,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
const React = __importStar(require("react"));
|
|
38
38
|
const react_1 = require("react");
|
|
39
39
|
const useId_1 = require("./util/useId");
|
|
40
|
-
const
|
|
40
|
+
const SvgEscalator = (0, react_1.forwardRef)((_a, ref) => {
|
|
41
41
|
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
42
42
|
let titleId = (0, useId_1.useId)();
|
|
43
43
|
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
@@ -45,4 +45,4 @@ const SvgEscalatorStroke = (0, react_1.forwardRef)((_a, ref) => {
|
|
|
45
45
|
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
46
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.424 5.52A.75.75 0 0 1 17 5.25h4a.75.75 0 0 1 0 1.5h-3.649L7.576 18.48a.75.75 0 0 1-.576.27H3a.75.75 0 0 1 0-1.5h3.649l9.775-11.73Z", fill: "currentColor" })));
|
|
47
47
|
});
|
|
48
|
-
exports.default =
|
|
48
|
+
exports.default = SvgEscalator;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
26
|
+
var t = {};
|
|
27
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
28
|
+
t[p] = s[p];
|
|
29
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
30
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
31
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
32
|
+
t[p[i]] = s[p[i]];
|
|
33
|
+
}
|
|
34
|
+
return t;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
const React = __importStar(require("react"));
|
|
38
|
+
const react_1 = require("react");
|
|
39
|
+
const useId_1 = require("./util/useId");
|
|
40
|
+
const SvgMoon = (0, react_1.forwardRef)((_a, ref) => {
|
|
41
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
42
|
+
let titleId = (0, useId_1.useId)();
|
|
43
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
45
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.824 3.115a.75.75 0 0 1 .81-.165A9.753 9.753 0 0 1 21.75 12c0 5.385-4.365 9.75-9.75 9.75a9.753 9.753 0 0 1-9.05-6.116.75.75 0 0 1 .975-.976A8.25 8.25 0 0 0 14.658 3.925a.75.75 0 0 1 .166-.81Zm1.747 2.016c.117.605.179 1.23.179 1.869 0 5.385-4.365 9.75-9.75 9.75a9.803 9.803 0 0 1-1.87-.18A8.25 8.25 0 1 0 16.57 5.13Z", fill: "currentColor" })));
|
|
47
|
+
});
|
|
48
|
+
exports.default = SvgMoon;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
26
|
+
var t = {};
|
|
27
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
28
|
+
t[p] = s[p];
|
|
29
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
30
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
31
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
32
|
+
t[p[i]] = s[p[i]];
|
|
33
|
+
}
|
|
34
|
+
return t;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
const React = __importStar(require("react"));
|
|
38
|
+
const react_1 = require("react");
|
|
39
|
+
const useId_1 = require("./util/useId");
|
|
40
|
+
const SvgMoonFill = (0, react_1.forwardRef)((_a, ref) => {
|
|
41
|
+
var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
|
|
42
|
+
let titleId = (0, useId_1.useId)();
|
|
43
|
+
titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
|
|
44
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
|
|
45
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
46
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.824 3.115a.75.75 0 0 1 .81-.165A9.753 9.753 0 0 1 21.75 12c0 5.385-4.365 9.75-9.75 9.75a9.753 9.753 0 0 1-9.05-6.116.75.75 0 0 1 .975-.976A8.25 8.25 0 0 0 14.658 3.925a.75.75 0 0 1 .166-.81Z", fill: "currentColor" })));
|
|
47
|
+
});
|
|
48
|
+
exports.default = SvgMoonFill;
|