@imtf/icons 1.0.0-beta.5 → 1.0.0-beta.6
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/lib/icons/{NavToLastIcon.d.ts → NavigateFirstIcon.d.ts} +1 -1
- package/lib/icons/{NavToFirstIcon.js → NavigateFirstIcon.js} +3 -3
- package/lib/icons/{NavToFirstIcon.mjs → NavigateFirstIcon.mjs} +3 -3
- package/lib/icons/{NavNextIcon.d.ts → NavigateLastIcon.d.ts} +1 -1
- package/lib/icons/{NavToLastIcon.js → NavigateLastIcon.js} +3 -3
- package/lib/icons/{NavToLastIcon.mjs → NavigateLastIcon.mjs} +3 -3
- package/lib/icons/{NavToFirstIcon.d.ts → NavigateNextIcon.d.ts} +1 -1
- package/lib/icons/{NavNextIcon.js → NavigateNextIcon.js} +3 -3
- package/lib/icons/{NavNextIcon.mjs → NavigateNextIcon.mjs} +3 -3
- package/lib/icons/{NavPreviousIcon.d.ts → NavigatePreviousIcon.d.ts} +1 -1
- package/lib/icons/{NavPreviousIcon.js → NavigatePreviousIcon.js} +3 -3
- package/lib/icons/{NavPreviousIcon.mjs → NavigatePreviousIcon.mjs} +3 -3
- package/lib/icons/index.d.ts +4 -4
- package/lib/index.js +8 -8
- package/lib/index.mjs +8 -8
- package/package.json +1 -1
- /package/svg/{NavToFirst.json → NavigateFirst.json} +0 -0
- /package/svg/{NavToFirst.svg → NavigateFirst.svg} +0 -0
- /package/svg/{NavToLast.json → NavigateLast.json} +0 -0
- /package/svg/{NavToLast.svg → NavigateLast.svg} +0 -0
- /package/svg/{NavNext.json → NavigateNext.json} +0 -0
- /package/svg/{NavNext.svg → NavigateNext.svg} +0 -0
- /package/svg/{NavPrevious.json → NavigatePrevious.json} +0 -0
- /package/svg/{NavPrevious.svg → NavigatePrevious.svg} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
2
|
import type { IconProps } from "../types";
|
|
3
3
|
declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
4
|
-
export { ForwardRef as
|
|
4
|
+
export { ForwardRef as NavigateFirstIcon };
|
|
@@ -4,7 +4,7 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
4
4
|
const react = require("react");
|
|
5
5
|
const get = require("../utils/get.js");
|
|
6
6
|
const Context = require("../providers/IconProvider/Context.js");
|
|
7
|
-
const
|
|
7
|
+
const NavigateFirstIcon = ({
|
|
8
8
|
color: defaultColor,
|
|
9
9
|
size,
|
|
10
10
|
...props
|
|
@@ -22,5 +22,5 @@ const NavToFirstIcon = ({
|
|
|
22
22
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "none", d: "M24 24H0V0h24z" })
|
|
23
23
|
] });
|
|
24
24
|
};
|
|
25
|
-
const ForwardRef = react.forwardRef(
|
|
26
|
-
exports.
|
|
25
|
+
const ForwardRef = react.forwardRef(NavigateFirstIcon);
|
|
26
|
+
exports.NavigateFirstIcon = ForwardRef;
|
|
@@ -3,7 +3,7 @@ import { jsxs, jsx } from "react/jsx-runtime";
|
|
|
3
3
|
import { forwardRef, useContext, useMemo } from "react";
|
|
4
4
|
import get from "../utils/get.mjs";
|
|
5
5
|
import { IconContext } from "../providers/IconProvider/Context.mjs";
|
|
6
|
-
const
|
|
6
|
+
const NavigateFirstIcon = ({
|
|
7
7
|
color: defaultColor,
|
|
8
8
|
size,
|
|
9
9
|
...props
|
|
@@ -21,7 +21,7 @@ const NavToFirstIcon = ({
|
|
|
21
21
|
/* @__PURE__ */ jsx("path", { fill: "none", d: "M24 24H0V0h24z" })
|
|
22
22
|
] });
|
|
23
23
|
};
|
|
24
|
-
const ForwardRef = forwardRef(
|
|
24
|
+
const ForwardRef = forwardRef(NavigateFirstIcon);
|
|
25
25
|
export {
|
|
26
|
-
ForwardRef as
|
|
26
|
+
ForwardRef as NavigateFirstIcon
|
|
27
27
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
2
|
import type { IconProps } from "../types";
|
|
3
3
|
declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
4
|
-
export { ForwardRef as
|
|
4
|
+
export { ForwardRef as NavigateLastIcon };
|
|
@@ -4,7 +4,7 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
4
4
|
const react = require("react");
|
|
5
5
|
const get = require("../utils/get.js");
|
|
6
6
|
const Context = require("../providers/IconProvider/Context.js");
|
|
7
|
-
const
|
|
7
|
+
const NavigateLastIcon = ({
|
|
8
8
|
color: defaultColor,
|
|
9
9
|
size,
|
|
10
10
|
...props
|
|
@@ -22,5 +22,5 @@ const NavToLastIcon = ({
|
|
|
22
22
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5.59 7.41 10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z" })
|
|
23
23
|
] });
|
|
24
24
|
};
|
|
25
|
-
const ForwardRef = react.forwardRef(
|
|
26
|
-
exports.
|
|
25
|
+
const ForwardRef = react.forwardRef(NavigateLastIcon);
|
|
26
|
+
exports.NavigateLastIcon = ForwardRef;
|
|
@@ -3,7 +3,7 @@ import { jsxs, jsx } from "react/jsx-runtime";
|
|
|
3
3
|
import { forwardRef, useContext, useMemo } from "react";
|
|
4
4
|
import get from "../utils/get.mjs";
|
|
5
5
|
import { IconContext } from "../providers/IconProvider/Context.mjs";
|
|
6
|
-
const
|
|
6
|
+
const NavigateLastIcon = ({
|
|
7
7
|
color: defaultColor,
|
|
8
8
|
size,
|
|
9
9
|
...props
|
|
@@ -21,7 +21,7 @@ const NavToLastIcon = ({
|
|
|
21
21
|
/* @__PURE__ */ jsx("path", { d: "M5.59 7.41 10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z" })
|
|
22
22
|
] });
|
|
23
23
|
};
|
|
24
|
-
const ForwardRef = forwardRef(
|
|
24
|
+
const ForwardRef = forwardRef(NavigateLastIcon);
|
|
25
25
|
export {
|
|
26
|
-
ForwardRef as
|
|
26
|
+
ForwardRef as NavigateLastIcon
|
|
27
27
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
2
|
import type { IconProps } from "../types";
|
|
3
3
|
declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
4
|
-
export { ForwardRef as
|
|
4
|
+
export { ForwardRef as NavigateNextIcon };
|
|
@@ -4,7 +4,7 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
4
4
|
const react = require("react");
|
|
5
5
|
const get = require("../utils/get.js");
|
|
6
6
|
const Context = require("../providers/IconProvider/Context.js");
|
|
7
|
-
const
|
|
7
|
+
const NavigateNextIcon = ({
|
|
8
8
|
color: defaultColor,
|
|
9
9
|
size,
|
|
10
10
|
...props
|
|
@@ -22,5 +22,5 @@ const NavNextIcon = ({
|
|
|
22
22
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" })
|
|
23
23
|
] });
|
|
24
24
|
};
|
|
25
|
-
const ForwardRef = react.forwardRef(
|
|
26
|
-
exports.
|
|
25
|
+
const ForwardRef = react.forwardRef(NavigateNextIcon);
|
|
26
|
+
exports.NavigateNextIcon = ForwardRef;
|
|
@@ -3,7 +3,7 @@ import { jsxs, jsx } from "react/jsx-runtime";
|
|
|
3
3
|
import { forwardRef, useContext, useMemo } from "react";
|
|
4
4
|
import get from "../utils/get.mjs";
|
|
5
5
|
import { IconContext } from "../providers/IconProvider/Context.mjs";
|
|
6
|
-
const
|
|
6
|
+
const NavigateNextIcon = ({
|
|
7
7
|
color: defaultColor,
|
|
8
8
|
size,
|
|
9
9
|
...props
|
|
@@ -21,7 +21,7 @@ const NavNextIcon = ({
|
|
|
21
21
|
/* @__PURE__ */ jsx("path", { d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" })
|
|
22
22
|
] });
|
|
23
23
|
};
|
|
24
|
-
const ForwardRef = forwardRef(
|
|
24
|
+
const ForwardRef = forwardRef(NavigateNextIcon);
|
|
25
25
|
export {
|
|
26
|
-
ForwardRef as
|
|
26
|
+
ForwardRef as NavigateNextIcon
|
|
27
27
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
2
|
import type { IconProps } from "../types";
|
|
3
3
|
declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
4
|
-
export { ForwardRef as
|
|
4
|
+
export { ForwardRef as NavigatePreviousIcon };
|
|
@@ -4,7 +4,7 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
4
4
|
const react = require("react");
|
|
5
5
|
const get = require("../utils/get.js");
|
|
6
6
|
const Context = require("../providers/IconProvider/Context.js");
|
|
7
|
-
const
|
|
7
|
+
const NavigatePreviousIcon = ({
|
|
8
8
|
color: defaultColor,
|
|
9
9
|
size,
|
|
10
10
|
...props
|
|
@@ -22,5 +22,5 @@ const NavPreviousIcon = ({
|
|
|
22
22
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z" })
|
|
23
23
|
] });
|
|
24
24
|
};
|
|
25
|
-
const ForwardRef = react.forwardRef(
|
|
26
|
-
exports.
|
|
25
|
+
const ForwardRef = react.forwardRef(NavigatePreviousIcon);
|
|
26
|
+
exports.NavigatePreviousIcon = ForwardRef;
|
|
@@ -3,7 +3,7 @@ import { jsxs, jsx } from "react/jsx-runtime";
|
|
|
3
3
|
import { forwardRef, useContext, useMemo } from "react";
|
|
4
4
|
import get from "../utils/get.mjs";
|
|
5
5
|
import { IconContext } from "../providers/IconProvider/Context.mjs";
|
|
6
|
-
const
|
|
6
|
+
const NavigatePreviousIcon = ({
|
|
7
7
|
color: defaultColor,
|
|
8
8
|
size,
|
|
9
9
|
...props
|
|
@@ -21,7 +21,7 @@ const NavPreviousIcon = ({
|
|
|
21
21
|
/* @__PURE__ */ jsx("path", { d: "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z" })
|
|
22
22
|
] });
|
|
23
23
|
};
|
|
24
|
-
const ForwardRef = forwardRef(
|
|
24
|
+
const ForwardRef = forwardRef(NavigatePreviousIcon);
|
|
25
25
|
export {
|
|
26
|
-
ForwardRef as
|
|
26
|
+
ForwardRef as NavigatePreviousIcon
|
|
27
27
|
};
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -118,10 +118,10 @@ export { ModuleRiskScoringIcon } from "./ModuleRiskScoringIcon";
|
|
|
118
118
|
export { ModuleScreeningIcon } from "./ModuleScreeningIcon";
|
|
119
119
|
export { ModuleSearchIcon } from "./ModuleSearchIcon";
|
|
120
120
|
export { ModuleTransactionsSanctionsScreeningIcon } from "./ModuleTransactionsSanctionsScreeningIcon";
|
|
121
|
-
export {
|
|
122
|
-
export {
|
|
123
|
-
export {
|
|
124
|
-
export {
|
|
121
|
+
export { NavigateFirstIcon } from "./NavigateFirstIcon";
|
|
122
|
+
export { NavigateLastIcon } from "./NavigateLastIcon";
|
|
123
|
+
export { NavigateNextIcon } from "./NavigateNextIcon";
|
|
124
|
+
export { NavigatePreviousIcon } from "./NavigatePreviousIcon";
|
|
125
125
|
export { NoteIcon } from "./NoteIcon";
|
|
126
126
|
export { OwnerIcon } from "./OwnerIcon";
|
|
127
127
|
export { PriorityImportantIcon } from "./PriorityImportantIcon";
|
package/lib/index.js
CHANGED
|
@@ -122,10 +122,10 @@ const ModuleRiskScoringIcon = require("./icons/ModuleRiskScoringIcon.js");
|
|
|
122
122
|
const ModuleScreeningIcon = require("./icons/ModuleScreeningIcon.js");
|
|
123
123
|
const ModuleSearchIcon = require("./icons/ModuleSearchIcon.js");
|
|
124
124
|
const ModuleTransactionsSanctionsScreeningIcon = require("./icons/ModuleTransactionsSanctionsScreeningIcon.js");
|
|
125
|
-
const
|
|
126
|
-
const
|
|
127
|
-
const
|
|
128
|
-
const
|
|
125
|
+
const NavigateFirstIcon = require("./icons/NavigateFirstIcon.js");
|
|
126
|
+
const NavigateLastIcon = require("./icons/NavigateLastIcon.js");
|
|
127
|
+
const NavigateNextIcon = require("./icons/NavigateNextIcon.js");
|
|
128
|
+
const NavigatePreviousIcon = require("./icons/NavigatePreviousIcon.js");
|
|
129
129
|
const NoteIcon = require("./icons/NoteIcon.js");
|
|
130
130
|
const OwnerIcon = require("./icons/OwnerIcon.js");
|
|
131
131
|
const PriorityImportantIcon = require("./icons/PriorityImportantIcon.js");
|
|
@@ -301,10 +301,10 @@ exports.ModuleRiskScoringIcon = ModuleRiskScoringIcon.ModuleRiskScoringIcon;
|
|
|
301
301
|
exports.ModuleScreeningIcon = ModuleScreeningIcon.ModuleScreeningIcon;
|
|
302
302
|
exports.ModuleSearchIcon = ModuleSearchIcon.ModuleSearchIcon;
|
|
303
303
|
exports.ModuleTransactionsSanctionsScreeningIcon = ModuleTransactionsSanctionsScreeningIcon.ModuleTransactionsSanctionsScreeningIcon;
|
|
304
|
-
exports.
|
|
305
|
-
exports.
|
|
306
|
-
exports.
|
|
307
|
-
exports.
|
|
304
|
+
exports.NavigateFirstIcon = NavigateFirstIcon.NavigateFirstIcon;
|
|
305
|
+
exports.NavigateLastIcon = NavigateLastIcon.NavigateLastIcon;
|
|
306
|
+
exports.NavigateNextIcon = NavigateNextIcon.NavigateNextIcon;
|
|
307
|
+
exports.NavigatePreviousIcon = NavigatePreviousIcon.NavigatePreviousIcon;
|
|
308
308
|
exports.NoteIcon = NoteIcon.NoteIcon;
|
|
309
309
|
exports.OwnerIcon = OwnerIcon.OwnerIcon;
|
|
310
310
|
exports.PriorityImportantIcon = PriorityImportantIcon.PriorityImportantIcon;
|
package/lib/index.mjs
CHANGED
|
@@ -121,10 +121,10 @@ import { ModuleRiskScoringIcon } from "./icons/ModuleRiskScoringIcon.mjs";
|
|
|
121
121
|
import { ModuleScreeningIcon } from "./icons/ModuleScreeningIcon.mjs";
|
|
122
122
|
import { ModuleSearchIcon } from "./icons/ModuleSearchIcon.mjs";
|
|
123
123
|
import { ModuleTransactionsSanctionsScreeningIcon } from "./icons/ModuleTransactionsSanctionsScreeningIcon.mjs";
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
124
|
+
import { NavigateFirstIcon } from "./icons/NavigateFirstIcon.mjs";
|
|
125
|
+
import { NavigateLastIcon } from "./icons/NavigateLastIcon.mjs";
|
|
126
|
+
import { NavigateNextIcon } from "./icons/NavigateNextIcon.mjs";
|
|
127
|
+
import { NavigatePreviousIcon } from "./icons/NavigatePreviousIcon.mjs";
|
|
128
128
|
import { NoteIcon } from "./icons/NoteIcon.mjs";
|
|
129
129
|
import { OwnerIcon } from "./icons/OwnerIcon.mjs";
|
|
130
130
|
import { PriorityImportantIcon } from "./icons/PriorityImportantIcon.mjs";
|
|
@@ -300,10 +300,10 @@ export {
|
|
|
300
300
|
ModuleScreeningIcon,
|
|
301
301
|
ModuleSearchIcon,
|
|
302
302
|
ModuleTransactionsSanctionsScreeningIcon,
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
303
|
+
NavigateFirstIcon,
|
|
304
|
+
NavigateLastIcon,
|
|
305
|
+
NavigateNextIcon,
|
|
306
|
+
NavigatePreviousIcon,
|
|
307
307
|
NoteIcon,
|
|
308
308
|
OwnerIcon,
|
|
309
309
|
PriorityImportantIcon,
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|