@imtf/icons 0.6.2-beta.0 → 0.6.3

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.
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from "react";
2
+ import type { IconProps } from "../types";
3
+ declare const DetectIcon: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
4
+ export { DetectIcon };
@@ -0,0 +1,39 @@
1
+ "use client";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("react/jsx-runtime");
4
+ const react = require("react");
5
+ const get = require("../utils/get.js");
6
+ const Context = require("../providers/IconProvider/Context.js");
7
+ const DetectIcon = react.forwardRef(
8
+ ({
9
+ color: defaultColor,
10
+ size,
11
+ ...props
12
+ }, ref) => {
13
+ const defaultContextValues = react.useContext(Context.IconContext);
14
+ const defaultValues = {
15
+ ...defaultContextValues,
16
+ color: defaultColor || defaultContextValues.color,
17
+ size: size || defaultContextValues.size,
18
+ ...props
19
+ };
20
+ const color = react.useMemo(
21
+ () => get.default(defaultValues.palette, defaultValues.color) ?? defaultValues.color,
22
+ [defaultValues.color, defaultValues.palette]
23
+ );
24
+ return /* @__PURE__ */ jsxRuntime.jsx(
25
+ "svg",
26
+ {
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 24 24",
29
+ width: defaultValues.size,
30
+ height: defaultValues.size,
31
+ fill: color,
32
+ color,
33
+ ...props,
34
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4.8 16.4v.8H4v-.8zm-2.4-4.8v.8h-.8v-.8zm19.6 0v.8h-.8v-.8zm-3.2-4.4V8H18v-.8zm3.21 1.84c.26-.43.4-.93.4-1.44A2.8 2.8 0 0 0 20 4.83a3 3 0 0 0 0-.23 2.6 2.6 0 0 0-2.83-2.59A2.4 2.4 0 0 0 14.8 0a2.4 2.4 0 0 0-2.4 2.4v19.2a2.4 2.4 0 0 0 4.77.4 2.6 2.6 0 0 0 2.84-2.6 3 3 0 0 0-.01-.22 2.8 2.8 0 0 0 2-4.21A3.2 3.2 0 0 0 24 12a3.2 3.2 0 0 0-2-2.96Zm-.74 5.32a.4.4 0 0 0-.22.67 1.99 1.99 0 0 1-.06 2.81 2 2 0 0 1-1.46.56.4.4 0 0 0-.4.51c.05.17.08.33.08.5a1.8 1.8 0 0 1-2.3 1.72.4.4 0 0 0-.51.4v.08a1.6 1.6 0 0 1-3.2 0v-8h1.6v4.47a1.2 1.2 0 0 0 .4 2.33c.67 0 1.2-.54 1.2-1.2a1.2 1.2 0 0 0-.8-1.13V13.6h3.2v1.68a1.2 1.2 0 0 0-.8 1.12 1.2 1.2 0 0 0 2.4 0 1.2 1.2 0 0 0-.8-1.12V13.2a.4.4 0 0 0-.4-.4h-6v-2h4.88a1.2 1.2 0 0 0 1.13.8 1.2 1.2 0 0 0 0-2.4 1.2 1.2 0 0 0-1.13.8H13.2V8h3.6a.4.4 0 0 0 .4-.4V5.93a1.2 1.2 0 0 0-.4-2.33 1.2 1.2 0 0 0-.4 2.33V7.2h-3.2V2.4a1.6 1.6 0 0 1 3.2 0v.07a.4.4 0 0 0 .5.4 1.8 1.8 0 0 1 2.24 2.23.4.4 0 0 0 .4.5h.07a2 2 0 0 1 2 2 2 2 0 0 1-.56 1.38.4.4 0 0 0 .22.67A2.4 2.4 0 0 1 23.2 12a2.4 2.4 0 0 1-1.94 2.36ZM15.6 19.2a.4.4 0 1 1-.8 0 .4.4 0 0 1 .8 0m4-2.8a.4.4 0 1 1-.8 0 .4.4 0 0 1 .8 0m-.8-6a.4.4 0 0 1 .8 0 .4.4 0 1 1-.8 0m-2.4-5.6a.4.4 0 1 1 .8 0 .4.4 0 0 1-.8 0M2 14.96c-.26.43-.4.93-.4 1.44a2.8 2.8 0 0 0 2.41 2.77v.23A2.61 2.61 0 0 0 6.82 22a2.4 2.4 0 0 0 2.37 2 2.4 2.4 0 0 0 2.4-2.4V2.4A2.4 2.4 0 0 0 9.2 0a2.4 2.4 0 0 0-2.37 2 2.61 2.61 0 0 0-2.82 2.82 2.8 2.8 0 0 0-2.4 2.77c0 .51.13 1 .39 1.44A3.2 3.2 0 0 0 0 12a3.2 3.2 0 0 0 2 2.97Zm8.8-1.37v5.6H8v-.87c.47-.16.8-.6.8-1.12s-.33-.96-.8-1.13V13.6h2.8Zm-3.2 3.2a.4.4 0 1 1 0 .8.4.4 0 0 1 0-.8M2.74 9.65a.4.4 0 0 0 .21-.67 1.99 1.99 0 0 1 .07-2.81 2 2 0 0 1 1.45-.56.4.4 0 0 0 .4-.51A1.8 1.8 0 0 1 7.1 2.87a.4.4 0 0 0 .5-.47 1.6 1.6 0 0 1 3.2 0v4.8h-2V5.93a1.2 1.2 0 0 0-.4-2.33A1.2 1.2 0 0 0 8 5.93V7.2H5.93a1.2 1.2 0 0 0-1.13-.8c-.66 0-1.2.54-1.2 1.2a1.2 1.2 0 0 0 2.33.4h4.87v2H5.2a.4.4 0 0 0-.4.4v2.48a1.2 1.2 0 0 0 .4 2.32 1.2 1.2 0 0 0 .4-2.32V10.8h5.2v2H7.6a.4.4 0 0 0-.4.4v2.88a1.2 1.2 0 0 0-.8 1.13c0 .52.34.96.8 1.12v1.28c0 .22.18.4.4.4h3.2v1.6a1.6 1.6 0 0 1-3.2 0l.01-.07a.4.4 0 0 0-.5-.4 1.8 1.8 0 0 1-2.24-2.23.4.4 0 0 0-.4-.5H4.4a2 2 0 0 1-1.45-3.38.4.4 0 0 0-.21-.67A2.4 2.4 0 0 1 .8 12a2.4 2.4 0 0 1 1.94-2.35M8 4.8a.4.4 0 1 1 .8 0 .4.4 0 0 1-.8 0M5.2 7.6a.4.4 0 0 1-.8 0 .4.4 0 1 1 .8 0m.4 6.4a.4.4 0 1 1-.8 0 .4.4 0 0 1 .8 0" })
35
+ }
36
+ );
37
+ }
38
+ );
39
+ exports.DetectIcon = DetectIcon;
@@ -0,0 +1,40 @@
1
+ "use client";
2
+ import { jsx } from "react/jsx-runtime";
3
+ import { forwardRef, useContext, useMemo } from "react";
4
+ import get from "../utils/get.mjs";
5
+ import { IconContext } from "../providers/IconProvider/Context.mjs";
6
+ const DetectIcon = forwardRef(
7
+ ({
8
+ color: defaultColor,
9
+ size,
10
+ ...props
11
+ }, ref) => {
12
+ const defaultContextValues = useContext(IconContext);
13
+ const defaultValues = {
14
+ ...defaultContextValues,
15
+ color: defaultColor || defaultContextValues.color,
16
+ size: size || defaultContextValues.size,
17
+ ...props
18
+ };
19
+ const color = useMemo(
20
+ () => get(defaultValues.palette, defaultValues.color) ?? defaultValues.color,
21
+ [defaultValues.color, defaultValues.palette]
22
+ );
23
+ return /* @__PURE__ */ jsx(
24
+ "svg",
25
+ {
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ width: defaultValues.size,
29
+ height: defaultValues.size,
30
+ fill: color,
31
+ color,
32
+ ...props,
33
+ children: /* @__PURE__ */ jsx("path", { d: "M4.8 16.4v.8H4v-.8zm-2.4-4.8v.8h-.8v-.8zm19.6 0v.8h-.8v-.8zm-3.2-4.4V8H18v-.8zm3.21 1.84c.26-.43.4-.93.4-1.44A2.8 2.8 0 0 0 20 4.83a3 3 0 0 0 0-.23 2.6 2.6 0 0 0-2.83-2.59A2.4 2.4 0 0 0 14.8 0a2.4 2.4 0 0 0-2.4 2.4v19.2a2.4 2.4 0 0 0 4.77.4 2.6 2.6 0 0 0 2.84-2.6 3 3 0 0 0-.01-.22 2.8 2.8 0 0 0 2-4.21A3.2 3.2 0 0 0 24 12a3.2 3.2 0 0 0-2-2.96Zm-.74 5.32a.4.4 0 0 0-.22.67 1.99 1.99 0 0 1-.06 2.81 2 2 0 0 1-1.46.56.4.4 0 0 0-.4.51c.05.17.08.33.08.5a1.8 1.8 0 0 1-2.3 1.72.4.4 0 0 0-.51.4v.08a1.6 1.6 0 0 1-3.2 0v-8h1.6v4.47a1.2 1.2 0 0 0 .4 2.33c.67 0 1.2-.54 1.2-1.2a1.2 1.2 0 0 0-.8-1.13V13.6h3.2v1.68a1.2 1.2 0 0 0-.8 1.12 1.2 1.2 0 0 0 2.4 0 1.2 1.2 0 0 0-.8-1.12V13.2a.4.4 0 0 0-.4-.4h-6v-2h4.88a1.2 1.2 0 0 0 1.13.8 1.2 1.2 0 0 0 0-2.4 1.2 1.2 0 0 0-1.13.8H13.2V8h3.6a.4.4 0 0 0 .4-.4V5.93a1.2 1.2 0 0 0-.4-2.33 1.2 1.2 0 0 0-.4 2.33V7.2h-3.2V2.4a1.6 1.6 0 0 1 3.2 0v.07a.4.4 0 0 0 .5.4 1.8 1.8 0 0 1 2.24 2.23.4.4 0 0 0 .4.5h.07a2 2 0 0 1 2 2 2 2 0 0 1-.56 1.38.4.4 0 0 0 .22.67A2.4 2.4 0 0 1 23.2 12a2.4 2.4 0 0 1-1.94 2.36ZM15.6 19.2a.4.4 0 1 1-.8 0 .4.4 0 0 1 .8 0m4-2.8a.4.4 0 1 1-.8 0 .4.4 0 0 1 .8 0m-.8-6a.4.4 0 0 1 .8 0 .4.4 0 1 1-.8 0m-2.4-5.6a.4.4 0 1 1 .8 0 .4.4 0 0 1-.8 0M2 14.96c-.26.43-.4.93-.4 1.44a2.8 2.8 0 0 0 2.41 2.77v.23A2.61 2.61 0 0 0 6.82 22a2.4 2.4 0 0 0 2.37 2 2.4 2.4 0 0 0 2.4-2.4V2.4A2.4 2.4 0 0 0 9.2 0a2.4 2.4 0 0 0-2.37 2 2.61 2.61 0 0 0-2.82 2.82 2.8 2.8 0 0 0-2.4 2.77c0 .51.13 1 .39 1.44A3.2 3.2 0 0 0 0 12a3.2 3.2 0 0 0 2 2.97Zm8.8-1.37v5.6H8v-.87c.47-.16.8-.6.8-1.12s-.33-.96-.8-1.13V13.6h2.8Zm-3.2 3.2a.4.4 0 1 1 0 .8.4.4 0 0 1 0-.8M2.74 9.65a.4.4 0 0 0 .21-.67 1.99 1.99 0 0 1 .07-2.81 2 2 0 0 1 1.45-.56.4.4 0 0 0 .4-.51A1.8 1.8 0 0 1 7.1 2.87a.4.4 0 0 0 .5-.47 1.6 1.6 0 0 1 3.2 0v4.8h-2V5.93a1.2 1.2 0 0 0-.4-2.33A1.2 1.2 0 0 0 8 5.93V7.2H5.93a1.2 1.2 0 0 0-1.13-.8c-.66 0-1.2.54-1.2 1.2a1.2 1.2 0 0 0 2.33.4h4.87v2H5.2a.4.4 0 0 0-.4.4v2.48a1.2 1.2 0 0 0 .4 2.32 1.2 1.2 0 0 0 .4-2.32V10.8h5.2v2H7.6a.4.4 0 0 0-.4.4v2.88a1.2 1.2 0 0 0-.8 1.13c0 .52.34.96.8 1.12v1.28c0 .22.18.4.4.4h3.2v1.6a1.6 1.6 0 0 1-3.2 0l.01-.07a.4.4 0 0 0-.5-.4 1.8 1.8 0 0 1-2.24-2.23.4.4 0 0 0-.4-.5H4.4a2 2 0 0 1-1.45-3.38.4.4 0 0 0-.21-.67A2.4 2.4 0 0 1 .8 12a2.4 2.4 0 0 1 1.94-2.35M8 4.8a.4.4 0 1 1 .8 0 .4.4 0 0 1-.8 0M5.2 7.6a.4.4 0 0 1-.8 0 .4.4 0 1 1 .8 0m.4 6.4a.4.4 0 1 1-.8 0 .4.4 0 0 1 .8 0" })
34
+ }
35
+ );
36
+ }
37
+ );
38
+ export {
39
+ DetectIcon
40
+ };
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from "react";
2
+ import type { IconProps } from "../types";
3
+ declare const NotificationIcon: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
4
+ export { NotificationIcon };
@@ -0,0 +1,42 @@
1
+ "use client";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("react/jsx-runtime");
4
+ const react = require("react");
5
+ const get = require("../utils/get.js");
6
+ const Context = require("../providers/IconProvider/Context.js");
7
+ const NotificationIcon = react.forwardRef(
8
+ ({
9
+ color: defaultColor,
10
+ size,
11
+ ...props
12
+ }, ref) => {
13
+ const defaultContextValues = react.useContext(Context.IconContext);
14
+ const defaultValues = {
15
+ ...defaultContextValues,
16
+ color: defaultColor || defaultContextValues.color,
17
+ size: size || defaultContextValues.size,
18
+ ...props
19
+ };
20
+ const color = react.useMemo(
21
+ () => get.default(defaultValues.palette, defaultValues.color) ?? defaultValues.color,
22
+ [defaultValues.color, defaultValues.palette]
23
+ );
24
+ return /* @__PURE__ */ jsxRuntime.jsxs(
25
+ "svg",
26
+ {
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ width: defaultValues.size,
29
+ height: defaultValues.size,
30
+ viewBox: "0 0 24 24",
31
+ fill: color,
32
+ color,
33
+ ...props,
34
+ children: [
35
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "none", d: "M0 0h24v24H0z" }),
36
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 4-8 5-8-5V6l8 5 8-5z" })
37
+ ]
38
+ }
39
+ );
40
+ }
41
+ );
42
+ exports.NotificationIcon = NotificationIcon;
@@ -0,0 +1,43 @@
1
+ "use client";
2
+ import { jsxs, jsx } from "react/jsx-runtime";
3
+ import { forwardRef, useContext, useMemo } from "react";
4
+ import get from "../utils/get.mjs";
5
+ import { IconContext } from "../providers/IconProvider/Context.mjs";
6
+ const NotificationIcon = forwardRef(
7
+ ({
8
+ color: defaultColor,
9
+ size,
10
+ ...props
11
+ }, ref) => {
12
+ const defaultContextValues = useContext(IconContext);
13
+ const defaultValues = {
14
+ ...defaultContextValues,
15
+ color: defaultColor || defaultContextValues.color,
16
+ size: size || defaultContextValues.size,
17
+ ...props
18
+ };
19
+ const color = useMemo(
20
+ () => get(defaultValues.palette, defaultValues.color) ?? defaultValues.color,
21
+ [defaultValues.color, defaultValues.palette]
22
+ );
23
+ return /* @__PURE__ */ jsxs(
24
+ "svg",
25
+ {
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ width: defaultValues.size,
28
+ height: defaultValues.size,
29
+ viewBox: "0 0 24 24",
30
+ fill: color,
31
+ color,
32
+ ...props,
33
+ children: [
34
+ /* @__PURE__ */ jsx("path", { fill: "none", d: "M0 0h24v24H0z" }),
35
+ /* @__PURE__ */ jsx("path", { d: "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 4-8 5-8-5V6l8 5 8-5z" })
36
+ ]
37
+ }
38
+ );
39
+ }
40
+ );
41
+ export {
42
+ NotificationIcon
43
+ };
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from "react";
2
+ import type { IconProps } from "../types";
3
+ declare const RefreshIcon: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
4
+ export { RefreshIcon };
@@ -0,0 +1,42 @@
1
+ "use client";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("react/jsx-runtime");
4
+ const react = require("react");
5
+ const get = require("../utils/get.js");
6
+ const Context = require("../providers/IconProvider/Context.js");
7
+ const RefreshIcon = react.forwardRef(
8
+ ({
9
+ color: defaultColor,
10
+ size,
11
+ ...props
12
+ }, ref) => {
13
+ const defaultContextValues = react.useContext(Context.IconContext);
14
+ const defaultValues = {
15
+ ...defaultContextValues,
16
+ color: defaultColor || defaultContextValues.color,
17
+ size: size || defaultContextValues.size,
18
+ ...props
19
+ };
20
+ const color = react.useMemo(
21
+ () => get.default(defaultValues.palette, defaultValues.color) ?? defaultValues.color,
22
+ [defaultValues.color, defaultValues.palette]
23
+ );
24
+ return /* @__PURE__ */ jsxRuntime.jsxs(
25
+ "svg",
26
+ {
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ width: defaultValues.size,
29
+ height: defaultValues.size,
30
+ viewBox: "0 0 24 24",
31
+ fill: color,
32
+ color,
33
+ ...props,
34
+ children: [
35
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "none", d: "M0 0h24v24H0z" }),
36
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M17.65 6.35A7.96 7.96 0 0 0 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08A5.99 5.99 0 0 1 12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4z" })
37
+ ]
38
+ }
39
+ );
40
+ }
41
+ );
42
+ exports.RefreshIcon = RefreshIcon;
@@ -0,0 +1,43 @@
1
+ "use client";
2
+ import { jsxs, jsx } from "react/jsx-runtime";
3
+ import { forwardRef, useContext, useMemo } from "react";
4
+ import get from "../utils/get.mjs";
5
+ import { IconContext } from "../providers/IconProvider/Context.mjs";
6
+ const RefreshIcon = forwardRef(
7
+ ({
8
+ color: defaultColor,
9
+ size,
10
+ ...props
11
+ }, ref) => {
12
+ const defaultContextValues = useContext(IconContext);
13
+ const defaultValues = {
14
+ ...defaultContextValues,
15
+ color: defaultColor || defaultContextValues.color,
16
+ size: size || defaultContextValues.size,
17
+ ...props
18
+ };
19
+ const color = useMemo(
20
+ () => get(defaultValues.palette, defaultValues.color) ?? defaultValues.color,
21
+ [defaultValues.color, defaultValues.palette]
22
+ );
23
+ return /* @__PURE__ */ jsxs(
24
+ "svg",
25
+ {
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ width: defaultValues.size,
28
+ height: defaultValues.size,
29
+ viewBox: "0 0 24 24",
30
+ fill: color,
31
+ color,
32
+ ...props,
33
+ children: [
34
+ /* @__PURE__ */ jsx("path", { fill: "none", d: "M0 0h24v24H0z" }),
35
+ /* @__PURE__ */ jsx("path", { d: "M17.65 6.35A7.96 7.96 0 0 0 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08A5.99 5.99 0 0 1 12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4z" })
36
+ ]
37
+ }
38
+ );
39
+ }
40
+ );
41
+ export {
42
+ RefreshIcon
43
+ };
@@ -28,6 +28,7 @@ export { CustomerIcon } from "./CustomerIcon";
28
28
  export { DashboardIcon } from "./DashboardIcon";
29
29
  export { DefaultIcon } from "./DefaultIcon";
30
30
  export { DeleteIcon } from "./DeleteIcon";
31
+ export { DetectIcon } from "./DetectIcon";
31
32
  export { DocIcon } from "./DocIcon";
32
33
  export { DocLinkIcon } from "./DocLinkIcon";
33
34
  export { DocumentIcon } from "./DocumentIcon";
@@ -71,6 +72,7 @@ export { MoreIcon } from "./MoreIcon";
71
72
  export { NameScreeningIcon } from "./NameScreeningIcon";
72
73
  export { NaturalPersonIcon } from "./NaturalPersonIcon";
73
74
  export { NotFoundIcon } from "./NotFoundIcon";
75
+ export { NotificationIcon } from "./NotificationIcon";
74
76
  export { NotificationsOutlineIcon } from "./NotificationsOutlineIcon";
75
77
  export { OutgoingIcon } from "./OutgoingIcon";
76
78
  export { PassivatedIcon } from "./PassivatedIcon";
@@ -81,6 +83,7 @@ export { PinOutlinedIcon } from "./PinOutlinedIcon";
81
83
  export { PptIcon } from "./PptIcon";
82
84
  export { PptLinkIcon } from "./PptLinkIcon";
83
85
  export { PreviewIcon } from "./PreviewIcon";
86
+ export { RefreshIcon } from "./RefreshIcon";
84
87
  export { RegulatoryReportingIcon } from "./RegulatoryReportingIcon";
85
88
  export { RemoveIcon } from "./RemoveIcon";
86
89
  export { RiskScoringIcon } from "./RiskScoringIcon";
package/lib/index.js CHANGED
@@ -32,6 +32,7 @@ const CustomerIcon = require("./icons/CustomerIcon.js");
32
32
  const DashboardIcon = require("./icons/DashboardIcon.js");
33
33
  const DefaultIcon = require("./icons/DefaultIcon.js");
34
34
  const DeleteIcon = require("./icons/DeleteIcon.js");
35
+ const DetectIcon = require("./icons/DetectIcon.js");
35
36
  const DocIcon = require("./icons/DocIcon.js");
36
37
  const DocLinkIcon = require("./icons/DocLinkIcon.js");
37
38
  const DocumentIcon = require("./icons/DocumentIcon.js");
@@ -75,6 +76,7 @@ const MoreIcon = require("./icons/MoreIcon.js");
75
76
  const NameScreeningIcon = require("./icons/NameScreeningIcon.js");
76
77
  const NaturalPersonIcon = require("./icons/NaturalPersonIcon.js");
77
78
  const NotFoundIcon = require("./icons/NotFoundIcon.js");
79
+ const NotificationIcon = require("./icons/NotificationIcon.js");
78
80
  const NotificationsOutlineIcon = require("./icons/NotificationsOutlineIcon.js");
79
81
  const OutgoingIcon = require("./icons/OutgoingIcon.js");
80
82
  const PassivatedIcon = require("./icons/PassivatedIcon.js");
@@ -85,6 +87,7 @@ const PinOutlinedIcon = require("./icons/PinOutlinedIcon.js");
85
87
  const PptIcon = require("./icons/PptIcon.js");
86
88
  const PptLinkIcon = require("./icons/PptLinkIcon.js");
87
89
  const PreviewIcon = require("./icons/PreviewIcon.js");
90
+ const RefreshIcon = require("./icons/RefreshIcon.js");
88
91
  const RegulatoryReportingIcon = require("./icons/RegulatoryReportingIcon.js");
89
92
  const RemoveIcon = require("./icons/RemoveIcon.js");
90
93
  const RiskScoringIcon = require("./icons/RiskScoringIcon.js");
@@ -144,6 +147,7 @@ exports.CustomerIcon = CustomerIcon.CustomerIcon;
144
147
  exports.DashboardIcon = DashboardIcon.DashboardIcon;
145
148
  exports.DefaultIcon = DefaultIcon.DefaultIcon;
146
149
  exports.DeleteIcon = DeleteIcon.DeleteIcon;
150
+ exports.DetectIcon = DetectIcon.DetectIcon;
147
151
  exports.DocIcon = DocIcon.DocIcon;
148
152
  exports.DocLinkIcon = DocLinkIcon.DocLinkIcon;
149
153
  exports.DocumentIcon = DocumentIcon.DocumentIcon;
@@ -187,6 +191,7 @@ exports.MoreIcon = MoreIcon.MoreIcon;
187
191
  exports.NameScreeningIcon = NameScreeningIcon.NameScreeningIcon;
188
192
  exports.NaturalPersonIcon = NaturalPersonIcon.NaturalPersonIcon;
189
193
  exports.NotFoundIcon = NotFoundIcon.NotFoundIcon;
194
+ exports.NotificationIcon = NotificationIcon.NotificationIcon;
190
195
  exports.NotificationsOutlineIcon = NotificationsOutlineIcon.NotificationsOutlineIcon;
191
196
  exports.OutgoingIcon = OutgoingIcon.OutgoingIcon;
192
197
  exports.PassivatedIcon = PassivatedIcon.PassivatedIcon;
@@ -197,6 +202,7 @@ exports.PinOutlinedIcon = PinOutlinedIcon.PinOutlinedIcon;
197
202
  exports.PptIcon = PptIcon.PptIcon;
198
203
  exports.PptLinkIcon = PptLinkIcon.PptLinkIcon;
199
204
  exports.PreviewIcon = PreviewIcon.PreviewIcon;
205
+ exports.RefreshIcon = RefreshIcon.RefreshIcon;
200
206
  exports.RegulatoryReportingIcon = RegulatoryReportingIcon.RegulatoryReportingIcon;
201
207
  exports.RemoveIcon = RemoveIcon.RemoveIcon;
202
208
  exports.RiskScoringIcon = RiskScoringIcon.RiskScoringIcon;
package/lib/index.mjs CHANGED
@@ -31,6 +31,7 @@ import { CustomerIcon } from "./icons/CustomerIcon.mjs";
31
31
  import { DashboardIcon } from "./icons/DashboardIcon.mjs";
32
32
  import { DefaultIcon } from "./icons/DefaultIcon.mjs";
33
33
  import { DeleteIcon } from "./icons/DeleteIcon.mjs";
34
+ import { DetectIcon } from "./icons/DetectIcon.mjs";
34
35
  import { DocIcon } from "./icons/DocIcon.mjs";
35
36
  import { DocLinkIcon } from "./icons/DocLinkIcon.mjs";
36
37
  import { DocumentIcon } from "./icons/DocumentIcon.mjs";
@@ -74,6 +75,7 @@ import { MoreIcon } from "./icons/MoreIcon.mjs";
74
75
  import { NameScreeningIcon } from "./icons/NameScreeningIcon.mjs";
75
76
  import { NaturalPersonIcon } from "./icons/NaturalPersonIcon.mjs";
76
77
  import { NotFoundIcon } from "./icons/NotFoundIcon.mjs";
78
+ import { NotificationIcon } from "./icons/NotificationIcon.mjs";
77
79
  import { NotificationsOutlineIcon } from "./icons/NotificationsOutlineIcon.mjs";
78
80
  import { OutgoingIcon } from "./icons/OutgoingIcon.mjs";
79
81
  import { PassivatedIcon } from "./icons/PassivatedIcon.mjs";
@@ -84,6 +86,7 @@ import { PinOutlinedIcon } from "./icons/PinOutlinedIcon.mjs";
84
86
  import { PptIcon } from "./icons/PptIcon.mjs";
85
87
  import { PptLinkIcon } from "./icons/PptLinkIcon.mjs";
86
88
  import { PreviewIcon } from "./icons/PreviewIcon.mjs";
89
+ import { RefreshIcon } from "./icons/RefreshIcon.mjs";
87
90
  import { RegulatoryReportingIcon } from "./icons/RegulatoryReportingIcon.mjs";
88
91
  import { RemoveIcon } from "./icons/RemoveIcon.mjs";
89
92
  import { RiskScoringIcon } from "./icons/RiskScoringIcon.mjs";
@@ -140,6 +143,7 @@ export {
140
143
  DashboardIcon,
141
144
  DefaultIcon,
142
145
  DeleteIcon,
146
+ DetectIcon,
143
147
  DocIcon,
144
148
  DocLinkIcon,
145
149
  DocumentIcon,
@@ -186,6 +190,7 @@ export {
186
190
  NameScreeningIcon,
187
191
  NaturalPersonIcon,
188
192
  NotFoundIcon,
193
+ NotificationIcon,
189
194
  NotificationsOutlineIcon,
190
195
  OutgoingIcon,
191
196
  PassivatedIcon,
@@ -196,6 +201,7 @@ export {
196
201
  PptIcon,
197
202
  PptLinkIcon,
198
203
  PreviewIcon,
204
+ RefreshIcon,
199
205
  RegulatoryReportingIcon,
200
206
  RemoveIcon,
201
207
  RiskScoringIcon,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@imtf/icons",
3
3
  "private": false,
4
- "version": "0.6.2-beta.0",
4
+ "version": "0.6.3",
5
5
  "description": "Library of icons (React components, font and svg)",
6
6
  "type": "module",
7
7
  "main": "./lib/index.js",
@@ -37,11 +37,12 @@
37
37
  "test:coverage": "vitest run --coverage",
38
38
  "typecheck": "tsc --noEmit",
39
39
  "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
40
- "checks": "concurrently --kill-others-on-fail npm:lint npm:typecheck 'vitest --bail=1 --run'",
40
+ "checks": "concurrently --kill-others-on-fail npm:lint npm:typecheck",
41
41
  "build:svg": "node --loader ts-node/esm scripts/index.mts",
42
42
  "build:js": "vite build",
43
43
  "build:types": "tsc --project ./tsconfig.build.json",
44
- "build": "npm run clean && npm run build:svg && npm run build:js && npm run build:types"
44
+ "build": "npm run clean && npm run build:svg && npm run build:js && npm run build:types",
45
+ "prepublishOnly": "npm run build && npm run checks && npm run test -- run"
45
46
  },
46
47
  "prettier": "@imtf/prettier-config",
47
48
  "peerDependencies": {
package/svg/Detect.svg ADDED
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M4.8 16.4v.8H4v-.8h.8Zm-2.4-4.8v.8h-.8v-.8h.8Zm19.6 0v.8h-.8v-.8h.8Zm-3.2-4.4V8H18v-.8h.8Zm3.21 1.84c.26-.43.4-.93.4-1.44A2.8 2.8 0 0 0 20 4.83a2.53 2.53 0 0 0 0-.23 2.6 2.6 0 0 0-2.83-2.59A2.4 2.4 0 0 0 14.8 0a2.4 2.4 0 0 0-2.4 2.4v19.2a2.4 2.4 0 0 0 4.77.4 2.6 2.6 0 0 0 2.84-2.6 2.53 2.53 0 0 0-.01-.22A2.8 2.8 0 0 0 22 14.97a3.2 3.2 0 0 0 2-2.97 3.2 3.2 0 0 0-2-2.96Zm-.74 5.32a.4.4 0 0 0-.22.67 1.99 1.99 0 0 1-.06 2.81 2 2 0 0 1-1.46.56.4.4 0 0 0-.4.51c.05.17.08.33.08.5a1.8 1.8 0 0 1-2.3 1.72.4.4 0 0 0-.51.4v.08a1.6 1.6 0 0 1-3.2 0v-8h1.6v4.47a1.2 1.2 0 0 0 .4 2.33c.67 0 1.2-.54 1.2-1.2a1.2 1.2 0 0 0-.8-1.13V13.6h3.2v1.68a1.2 1.2 0 0 0-.8 1.12 1.2 1.2 0 0 0 2.4 0 1.2 1.2 0 0 0-.8-1.12V13.2a.4.4 0 0 0-.4-.4h-6v-2h4.88a1.2 1.2 0 0 0 1.13.8 1.2 1.2 0 0 0 0-2.4 1.2 1.2 0 0 0-1.13.8H13.2V8h3.6a.4.4 0 0 0 .4-.4V5.93a1.2 1.2 0 0 0-.4-2.33 1.2 1.2 0 0 0-.4 2.33V7.2h-3.2V2.4a1.6 1.6 0 0 1 3.2 0 3.05 3.05 0 0 0 0 .07.4.4 0 0 0 .5.4 1.8 1.8 0 0 1 2.24 2.23.4.4 0 0 0 .4.5h.07a2 2 0 0 1 2 2 1.99 1.99 0 0 1-.56 1.38.4.4 0 0 0 .22.67A2.4 2.4 0 0 1 23.2 12a2.4 2.4 0 0 1-1.94 2.36ZM15.6 19.2a.4.4 0 1 1-.8 0 .4.4 0 0 1 .8 0Zm4-2.8a.4.4 0 1 1-.8 0 .4.4 0 0 1 .8 0Zm-.8-6a.4.4 0 0 1 .8 0 .4.4 0 1 1-.8 0Zm-2.4-5.6a.4.4 0 1 1 .8 0 .4.4 0 0 1-.8 0ZM2 14.96c-.26.43-.4.93-.4 1.44a2.8 2.8 0 0 0 2.41 2.77v.23A2.61 2.61 0 0 0 6.82 22a2.4 2.4 0 0 0 2.37 2 2.4 2.4 0 0 0 2.4-2.4V2.4A2.4 2.4 0 0 0 9.2 0 2.4 2.4 0 0 0 6.83 2a2.61 2.61 0 0 0-2.82 2.82 2.8 2.8 0 0 0-2.4 2.77c0 .51.13 1 .39 1.44A3.2 3.2 0 0 0 0 12a3.2 3.2 0 0 0 2 2.97Zm8.8-1.37v5.6H8v-.87c.47-.16.8-.6.8-1.12 0-.52-.33-.96-.8-1.13V13.6h2.8Zm-3.2 3.2a.4.4 0 1 1 0 .8.4.4 0 0 1 0-.8ZM2.74 9.65a.4.4 0 0 0 .21-.67 1.99 1.99 0 0 1 .07-2.81 2 2 0 0 1 1.45-.56.4.4 0 0 0 .4-.51A1.8 1.8 0 0 1 7.1 2.87a.4.4 0 0 0 .5-.47 1.6 1.6 0 0 1 3.2 0v4.8h-2V5.93a1.2 1.2 0 0 0-.4-2.33A1.2 1.2 0 0 0 8 5.93V7.2H5.93a1.2 1.2 0 0 0-1.13-.8c-.66 0-1.2.54-1.2 1.2a1.2 1.2 0 0 0 2.33.4h4.87v2H5.2a.4.4 0 0 0-.4.4v2.48a1.2 1.2 0 0 0 .4 2.32 1.2 1.2 0 0 0 .4-2.32V10.8h5.2v2H7.6a.4.4 0 0 0-.4.4v2.88a1.2 1.2 0 0 0-.8 1.13c0 .52.34.96.8 1.12v1.28c0 .22.18.4.4.4h3.2v1.6a1.6 1.6 0 0 1-3.2 0l.01-.07a.4.4 0 0 0-.5-.4 1.8 1.8 0 0 1-2.24-2.23.4.4 0 0 0-.4-.5H4.4a2 2 0 0 1-1.45-3.38.4.4 0 0 0-.21-.67A2.4 2.4 0 0 1 .8 12a2.4 2.4 0 0 1 1.94-2.35ZM8 4.8a.4.4 0 1 1 .8 0 .4.4 0 0 1-.8 0ZM5.2 7.6a.4.4 0 0 1-.8 0 .4.4 0 1 1 .8 0Zm.4 6.4a.4.4 0 1 1-.8 0 .4.4 0 0 1 .8 0Z"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"/></svg>
@@ -0,0 +1,4 @@
1
+ {
2
+ "aliases": ["module"],
3
+ "description": "Detect module icon"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "aliases": [],
3
+ "description": "Used to indicate notifications"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "aliases": [],
3
+ "description": "Used to indicate refresh action"
4
+ }