asma-ui-core 3.21.0 → 3.22.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/dist/asma-ui-core.css +1 -1
- package/dist/components/feedback/snack-bar/components/StyledDefaultSnackbar.js +12 -13
- package/dist/components/feedback/snack-bar/components/StyledInfoSnackbar.js +19 -20
- package/dist/components/icons/archive-icon/ArchiveIcon.js +16 -9
- package/dist/components/icons/assignment/AssignmentIcon.js +17 -10
- package/dist/components/icons/assignment-outline-icon/AssignmentOutlineIcon.js +17 -10
- package/dist/components/icons/bell-icon/BellIcon.js +17 -10
- package/dist/components/icons/bell-outline-icon/BellOutlineIcon.js +17 -10
- package/dist/components/icons/calendar-blank-outline-icon/CalendarBlankOutlineIcon.js +17 -10
- package/dist/components/icons/calendar-icon/CalendarIcon.js +17 -10
- package/dist/components/icons/checkbox-checked-icon/CheckBoxCheckedIcon.js +17 -10
- package/dist/components/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.js +16 -9
- package/dist/components/icons/chevron-double-right-icon/ChevronDoubleRightIcon.js +16 -9
- package/dist/components/icons/chevron-down-icon/ChevronDownIcon.js +17 -10
- package/dist/components/icons/chevron-left-icon/ChevronLeftIcon.js +16 -9
- package/dist/components/icons/chevron-right-icon/ChevronRightIcon.js +15 -8
- package/dist/components/icons/chevron-up-icon/ChevronUpIcon.js +17 -10
- package/dist/components/icons/close-icon/CloseIcon.js +17 -10
- package/dist/components/icons/cloud-icon/CloudIcon.js +17 -0
- package/dist/components/icons/cloud-icon/index.js +1 -0
- package/dist/components/icons/content-cut-icon/ContentCutIcon.js +17 -0
- package/dist/components/icons/content-cut-icon/index.js +1 -0
- package/dist/components/icons/content-paste-icon/ContentPasteIcon.js +17 -0
- package/dist/components/icons/content-paste-icon/index.js +1 -0
- package/dist/components/icons/dashboard-view-icon/DashboardViewIcon.js +17 -10
- package/dist/components/icons/dashboard-view-outline-icon/DashboardViewOutlineIcon.js +17 -10
- package/dist/components/icons/delete-outline-icon/DeleteOutlineIcon.js +17 -10
- package/dist/components/icons/dots-vertical-icon/DotsVerticalIcon.js +16 -9
- package/dist/components/icons/download-icon/DownloadIcon.js +16 -9
- package/dist/components/icons/drag-horizontal-icon/DragHorizontalIcon.js +56 -10
- package/dist/components/icons/drop-down-icon/DropDownIcon.js +16 -9
- package/dist/components/icons/drop-up-icon/DropUpIcon.js +16 -9
- package/dist/components/icons/dvr-icon/DvrIcon.js +17 -10
- package/dist/components/icons/earth-icon/EarthIcon.js +18 -9
- package/dist/components/icons/error-outline-icon/ErrorOutlineIcon.js +16 -10
- package/dist/components/icons/fast-check-outline-icon/FastCheckOutlineIcon.js +17 -10
- package/dist/components/icons/file-pdf-icon/FilePdfIcon.js +16 -9
- package/dist/components/icons/filter-icon/FilterIcon.js +17 -10
- package/dist/components/icons/find-replace-icon/FindReplaceIcon.js +16 -10
- package/dist/components/icons/hamburger-icon/HamburgerIcon.js +21 -10
- package/dist/components/icons/iconStyle.js +8 -0
- package/dist/components/icons/inbox-outbox-icon/InboxOutboxIcon.js +16 -9
- package/dist/components/icons/inbox-outbox-outline-icon/InboxOutboxOutlineIcon.js +16 -9
- package/dist/components/icons/index.js +3 -0
- package/dist/components/icons/link-outline-icon/LinkOutlineIcon.js +17 -10
- package/dist/components/icons/list-numbered-icon/ListNumberedIcon.js +16 -9
- package/dist/components/icons/list-settings-line-icon/ListSettingsLineIcon.js +17 -10
- package/dist/components/icons/list-status-icon/ListStatusIcon.js +17 -10
- package/dist/components/icons/loading-icon/LoadingIcon.js +46 -10
- package/dist/components/icons/lock-icon/LockIcon.js +17 -10
- package/dist/components/icons/message-processing-icon/MessageProcessingIcon.js +16 -9
- package/dist/components/icons/message-processing-outline-icon/MessageProcessingOutlineIcon.js +16 -9
- package/dist/components/icons/outline-calendar-month/OutlineCalendarMonth.js +17 -10
- package/dist/components/icons/pdf-icon/PdfIcon.js +16 -9
- package/dist/components/icons/pencil-outline-icon/PencilOutlineIcon.js +17 -10
- package/dist/components/icons/people-icon/PeopleIcon.js +17 -10
- package/dist/components/icons/people-outline-icon/PeopleOutlineIcon.js +17 -10
- package/dist/components/icons/perm-media-icon/PermMediaIcon.js +17 -10
- package/dist/components/icons/perm-media-outline-icon/PermMediaOutline.js +16 -9
- package/dist/components/icons/person-icon/PersonIcon.js +17 -10
- package/dist/components/icons/person-outline-icon/PersonOutlineIcon.js +17 -10
- package/dist/components/icons/qnr-icon/QnrIcon.js +17 -10
- package/dist/components/icons/replay-icon/ReplayIcon.js +17 -11
- package/dist/components/icons/report-box-icon/ReportBoxIcon.js +16 -9
- package/dist/components/icons/report-box-outline-icon/ReportBoxOutlineIcon.js +16 -9
- package/dist/components/icons/search-icon/SearchIcon.js +17 -10
- package/dist/components/icons/settings-icon/SettingsIcon.js +17 -10
- package/dist/components/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.js +19 -10
- package/dist/components/icons/settings-outline-icon/SettingsOutlineIcon.js +16 -9
- package/dist/components/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.js +17 -11
- package/dist/components/icons/topic-icon/TopicIcon.js +16 -9
- package/dist/components/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.js +16 -10
- package/dist/components/inputs/select/StyledSelect.js +16 -18
- package/dist/components/inputs/select/StyledSelectItem.js +8 -9
- package/dist/components/inputs/select-autocomplete/StyledSelectAutocomplete.js +26 -23
- package/dist/components/inputs/switch/base-ui/StyledSwitch.js +36 -29
- package/dist/index.js +275 -269
- package/dist/src/components/icons/Icons.types.d.ts +0 -3
- package/dist/src/components/icons/cloud-icon/CloudIcon.d.ts +2 -0
- package/dist/src/components/icons/cloud-icon/index.d.ts +1 -0
- package/dist/src/components/icons/content-cut-icon/ContentCutIcon.d.ts +2 -0
- package/dist/src/components/icons/content-cut-icon/index.d.ts +1 -0
- package/dist/src/components/icons/content-paste-icon/ContentPasteIcon.d.ts +2 -0
- package/dist/src/components/icons/content-paste-icon/index.d.ts +1 -0
- package/dist/src/components/icons/error-outline-icon/ErrorOutlineIcon.d.ts +0 -1
- package/dist/src/components/icons/iconStyle.d.ts +2 -0
- package/dist/src/components/icons/index.d.ts +3 -0
- package/dist/src/components/icons/replay-icon/ReplayIcon.d.ts +0 -1
- package/dist/src/components/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.d.ts +0 -1
- package/dist/src/components/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.d.ts +0 -1
- package/dist/src/components/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.d.ts +0 -1
- package/package.json +3 -4
- package/dist/components/icons/IconTemplate.js +0 -15
- package/dist/components/icons/Icons.module.js +0 -7
- package/dist/src/components/icons/IconTemplate.d.ts +0 -2
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
function e(h) {
|
|
3
|
+
return /* @__PURE__ */ t("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...h,
|
|
9
|
+
children: /* @__PURE__ */ t("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
d: "M19 20H5V4h2v3h10V4h2m-7-2a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1m7 0h-4.18C14.4.84 13.3 0 12 0S9.6.84 9.18 2H5a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"
|
|
12
|
+
})
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
export {
|
|
16
|
+
e as ContentPasteIcon
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ContentPasteIcon.js'
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as a } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var m = ({ width: e = 20, height: o = 20, className: t = "", onClick: h, color: l }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: o,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: t,
|
|
9
|
+
onClick: h,
|
|
10
|
+
style: a(l, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M13 3v6h8V3m-8 18h8V11h-8M3 21h8v-6H3m0-2h8V3H3z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
m as DashboardViewIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as l } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var s = ({ width: e = 20, height: v = 20, className: h = "", onClick: o, color: t }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: v,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: h,
|
|
9
|
+
onClick: o,
|
|
10
|
+
style: l(t, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M19 5v2h-4V5zM9 5v6H5V5zm10 8v6h-4v-6zM9 17v2H5v-2zM21 3h-8v6h8zM11 3H3v10h8zm10 8h-8v10h8zm-10 4H3v6h8z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
s as DashboardViewOutlineIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as v } from "../iconStyle.js";
|
|
2
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
3
|
+
var s = ({ width: r = 20, height: t = 20, className: h = "", onClick: l, color: o }) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: r,
|
|
6
|
+
height: t,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: h,
|
|
9
|
+
onClick: l,
|
|
10
|
+
style: v(o, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ e("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M7 21q-.825 0-1.412-.587T5 19V6H4V4h5V3h6v1h5v2h-1v13q0 .825-.587 1.413T17 21zM17 6H7v13h10zM9 17h2V8H9zm4 0h2V8h-2zM7 6v13z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
s as DeleteOutlineIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
1
|
+
import { getSvgIconStyle as s } from "../iconStyle.js";
|
|
2
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
3
|
+
var n = ({ width: r = 20, height: e = 20, className: t = "", onClick: o, color: l }) => /* @__PURE__ */ a("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: r,
|
|
6
|
+
height: e,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
7
8
|
className: t,
|
|
8
|
-
onClick:
|
|
9
|
-
|
|
9
|
+
onClick: o,
|
|
10
|
+
style: s(l, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ a("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M12 16a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2m0-6a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2m0-6a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
n as DotsVerticalIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
1
|
+
import { getSvgIconStyle as n } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var v = ({ width: o = 20, height: e = 20, className: l = "", onClick: t, color: a }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
5
|
width: o,
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
height: e,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: l,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: n(a, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M5 20h14v-2H5zM19 9h-4V3H9v6H5l7 7z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
v as DownloadIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,59 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as l } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r, jsxs as s } from "react/jsx-runtime";
|
|
3
|
+
var f = ({ width: t = 20, height: c = 20, className: e = "", onClick: o, color: a }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: t,
|
|
6
|
+
height: c,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: e,
|
|
9
|
+
onClick: o,
|
|
10
|
+
style: l(a, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ s("g", {
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
strokeWidth: "2",
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ r("circle", {
|
|
19
|
+
cx: "20",
|
|
20
|
+
cy: "8",
|
|
21
|
+
r: "1",
|
|
22
|
+
transform: "rotate(-180 20 8)"
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ r("circle", {
|
|
25
|
+
cx: "20",
|
|
26
|
+
cy: "16",
|
|
27
|
+
r: "1",
|
|
28
|
+
transform: "rotate(-180 20 16)"
|
|
29
|
+
}),
|
|
30
|
+
/* @__PURE__ */ r("circle", {
|
|
31
|
+
cx: "12",
|
|
32
|
+
cy: "8",
|
|
33
|
+
r: "1",
|
|
34
|
+
transform: "rotate(-180 12 8)"
|
|
35
|
+
}),
|
|
36
|
+
/* @__PURE__ */ r("circle", {
|
|
37
|
+
cx: "12",
|
|
38
|
+
cy: "16",
|
|
39
|
+
r: "1",
|
|
40
|
+
transform: "rotate(-180 12 16)"
|
|
41
|
+
}),
|
|
42
|
+
/* @__PURE__ */ r("circle", {
|
|
43
|
+
cx: "4",
|
|
44
|
+
cy: "8",
|
|
45
|
+
r: "1",
|
|
46
|
+
transform: "rotate(-180 4 8)"
|
|
47
|
+
}),
|
|
48
|
+
/* @__PURE__ */ r("circle", {
|
|
49
|
+
cx: "4",
|
|
50
|
+
cy: "16",
|
|
51
|
+
r: "1",
|
|
52
|
+
transform: "rotate(-180 4 16)"
|
|
53
|
+
})
|
|
54
|
+
]
|
|
55
|
+
})
|
|
10
56
|
});
|
|
11
57
|
export {
|
|
12
|
-
|
|
58
|
+
f as DragHorizontalIcon
|
|
13
59
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
1
|
+
import { getSvgIconStyle as s } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var f = ({ width: o = 20, height: e = 20, className: l = "", onClick: t, color: n }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
5
|
width: o,
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
height: e,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: l,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: s(n, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "m7 10l5 5l5-5z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
f as DropDownIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
1
|
+
import { getSvgIconStyle as a } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var p = ({ width: e = 20, height: o = 20, className: l = "", onClick: t, color: s }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
6
|
height: o,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: l,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: a(s, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "m7 14l5-5l5 5z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
p as DropUpIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as l } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var s = ({ width: e = 20, height: v = 20, className: h = "", onClick: o, color: t }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: v,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: h,
|
|
9
|
+
onClick: o,
|
|
10
|
+
style: l(t, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.1-.9-2-2-2m0 14H3V5h18zm-2-9H8v2h11zm0 4H8v2h11zM7 8H5v2h2zm0 4H5v2h2z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
s as DvrIcon
|
|
13
20
|
};
|
|
@@ -1,12 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var i = ({ width:
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as t } from "../iconStyle.js";
|
|
2
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
3
|
+
var i = ({ width: e = 20, height: r = 20, className: c = "", onClick: l, color: o }) => /* @__PURE__ */ a("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: r,
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
className: c,
|
|
9
|
+
onClick: l,
|
|
10
|
+
style: t(o, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ a("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M8 14.5c.23 0 .843-.226 1.487-1.514c.306-.612.563-1.37.742-2.236H5.771c.179.866.436 1.624.742 2.236C7.157 14.274 7.77 14.5 8 14.5M5.554 9.25a14.4 14.4 0 0 1 0-2.5h4.892a14.5 14.5 0 0 1 0 2.5zm6.203 1.5c-.224 1.224-.593 2.308-1.066 3.168a6.53 6.53 0 0 0 3.2-3.168zm2.623-1.5h-2.43a16 16 0 0 0 0-2.5h2.429a6.5 6.5 0 0 1 0 2.5Zm-10.331 0H1.62a6.5 6.5 0 0 1 0-2.5h2.43a16 16 0 0 0 0 2.5Zm-1.94 1.5h2.134c.224 1.224.593 2.308 1.066 3.168a6.53 6.53 0 0 1-3.2-3.168m3.662-5.5h4.458c-.179-.866-.436-1.624-.742-2.236C8.843 1.726 8.23 1.5 8 1.5s-.843.226-1.487 1.514c-.306.612-.563 1.37-.742 2.236m5.986 0h2.134a6.53 6.53 0 0 0-3.2-3.168c.473.86.842 1.944 1.066 3.168M5.31 2.082c-.473.86-.842 1.944-1.066 3.168H2.109a6.53 6.53 0 0 1 3.2-3.168ZM8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
})
|
|
10
19
|
});
|
|
11
20
|
export {
|
|
12
21
|
i as EarthIcon
|
|
@@ -1,14 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import "react";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
className:
|
|
1
|
+
import { getSvgIconStyle as s } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var m = ({ width: o = 20, height: e = 20, className: a = "", onClick: t, color: l = "var(--colors-error-500)" }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: o,
|
|
6
|
+
height: e,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: a,
|
|
9
9
|
onClick: t,
|
|
10
|
-
|
|
10
|
+
style: s(l, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M11 15h2v2h-2zm0-8h2v6h-2zm1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8"
|
|
16
|
+
})
|
|
11
17
|
});
|
|
12
18
|
export {
|
|
13
|
-
|
|
19
|
+
m as ErrorOutlineIcon
|
|
14
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as m } from "../iconStyle.js";
|
|
2
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
3
|
+
var i = ({ width: e = 20, height: r = 20, className: t = "", onClick: o, color: h }) => /* @__PURE__ */ l("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: r,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: t,
|
|
9
|
+
onClick: o,
|
|
10
|
+
style: m(h, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ l("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M4 21q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v14q0 .825-.587 1.413T20 21zm0-2h16V5H4zm1-2h5v-2H5zm9.55-2l4.95-4.95l-1.425-1.425l-3.525 3.55l-1.425-1.425l-1.4 1.425zM5 13h5v-2H5zm0-4h5V7H5zM4 19V5z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
i as FastCheckOutlineIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
1
|
+
import { getSvgIconStyle as l } from "../iconStyle.js";
|
|
2
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
3
|
+
var m = ({ width: h = 20, height: r = 20, className: e = "", onClick: s, color: v }) => /* @__PURE__ */ c("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: h,
|
|
6
|
+
height: r,
|
|
7
|
+
viewBox: "0 0 512 512",
|
|
7
8
|
className: e,
|
|
8
|
-
onClick:
|
|
9
|
-
|
|
9
|
+
onClick: s,
|
|
10
|
+
style: l(v, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ c("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M64 464h48v48H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0h165.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V304h-48V160h-80c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16v384c0 8.8 7.2 16 16 16m112-112h32c30.9 0 56 25.1 56 56s-25.1 56-56 56h-16v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V368c0-8.8 7.2-16 16-16m32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-16v48zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-32c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16m32 128c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16h-16v96zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v48c0 8.8-7.2 16-16 16s-16-7.2-16-16z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
m as FilePdfIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as i } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var a = ({ width: e = 20, height: t = 20, className: o = "", onClick: l, color: h }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: t,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: o,
|
|
9
|
+
onClick: l,
|
|
10
|
+
style: i(h, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M6 13h12v-2H6M3 6v2h18V6M10 18h4v-2h-4z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
a as FilterIcon
|
|
13
20
|
};
|
|
@@ -1,14 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
1
|
+
import { getSvgIconStyle as i } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var s = ({ width: e = 20, height: l = 20, className: t = "", onClick: c, color: o }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
5
|
width: e,
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
height: l,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: t,
|
|
9
|
+
onClick: c,
|
|
10
|
+
style: i(o, !0),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6c0 1.01-.25 1.97-.7 2.8l1.46 1.46A7.93 7.93 0 0 0 20 12c0-4.42-3.58-8-8-8m0 14c-3.31 0-6-2.69-6-6c0-1.01.25-1.97.7-2.8L5.24 7.74A7.93 7.93 0 0 0 4 12c0 4.42 3.58 8 8 8v3l4-4l-4-4z"
|
|
16
|
+
})
|
|
11
17
|
});
|
|
12
18
|
export {
|
|
13
|
-
|
|
19
|
+
s as FindReplaceIcon
|
|
14
20
|
};
|
|
@@ -1,13 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as i } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var m = ({ width: e = 20, height: o = 20, className: t = "", onClick: n, color: s }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: o,
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
className: t,
|
|
9
|
+
onClick: n,
|
|
10
|
+
style: i(s, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round",
|
|
18
|
+
strokeWidth: "1.5",
|
|
19
|
+
d: "m2.75 12.25h10.5m-10.5-4h10.5m-10.5-4h10.5"
|
|
20
|
+
})
|
|
10
21
|
});
|
|
11
22
|
export {
|
|
12
|
-
|
|
23
|
+
m as HamburgerIcon
|
|
13
24
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
1
|
+
import { getSvgIconStyle as n } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var i = ({ width: o = 20, height: a = 20, className: e = "", onClick: t, color: l }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
5
|
width: o,
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
height: a,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: e,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: n(l, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M19 15h-4a3 3 0 0 1-3 3a3 3 0 0 1-3-3H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
i as InboxOutboxIcon
|
|
13
20
|
};
|