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
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
1
|
+
import { getSvgIconStyle as h } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var i = ({ width: a = 20, height: e = 20, className: o = "", onClick: t, color: l }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: a,
|
|
6
|
+
height: e,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: o,
|
|
8
9
|
onClick: t,
|
|
9
|
-
|
|
10
|
+
style: h(l, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M5 19v-2h3.13a4.13 4.13 0 0 0 1.27 2m9.6 0h-4.4a4.13 4.13 0 0 0 1.27-2H19m0-2h-5v1a2 2 0 0 1-4 0v-1H5V5h14Z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
i as InboxOutboxOutlineIcon
|
|
13
20
|
};
|
|
@@ -107,11 +107,14 @@ export * from './person-search-icon.js'
|
|
|
107
107
|
export * from './rule-icon.js'
|
|
108
108
|
export * from './rule-outline-icon.js'
|
|
109
109
|
export * from './content-copy-icon.js'
|
|
110
|
+
export * from './content-cut-icon.js'
|
|
111
|
+
export * from './content-paste-icon.js'
|
|
110
112
|
export * from './content-copy-outline-icon.js'
|
|
111
113
|
export * from './refresh-icon.js'
|
|
112
114
|
export * from './settings-note-icon.js'
|
|
113
115
|
export * from './inheritance-pointer-icon.js'
|
|
114
116
|
export * from './cloud-done-outline-icon.js'
|
|
117
|
+
export * from './cloud-icon.js'
|
|
115
118
|
export * from './attach-file-icon.js'
|
|
116
119
|
export * from './send-icon.js'
|
|
117
120
|
export * from './card-id-icon.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 l } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var n = ({ width: e = 20, height: t = 20, className: o = "", onClick: s, 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: s,
|
|
10
|
+
style: l(h, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5m-6 8H7c-1.65 0-3-1.35-3-3s1.35-3 3-3h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4zm-3-4h8v2H8z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
n as LinkOutlineIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
1
|
+
import { getSvgIconStyle as m } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var i = ({ width: v = 20, height: e = 20, className: h = "", onClick: t, color: o }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: v,
|
|
6
6
|
height: e,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: h,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: m(o, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M2 17h2v.5H3v1h1v.5H2v1h3v-4H2zm1-9h1V4H2v1h1zm-1 3h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2zm5-6v2h14V5zm0 14h14v-2H7zm0-6h14v-2H7z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
i as ListNumberedIcon
|
|
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 l } from "react/jsx-runtime";
|
|
3
|
+
var n = ({ width: e = 20, height: r = 20, className: t = "", onClick: a, color: o }) => /* @__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: a,
|
|
10
|
+
style: i(o, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ l("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M2 18h7v2H2zm0-7h9v2H2zm0-7h20v2H2zm18.674 9.025l1.156-.391l1 1.732l-.916.805a4 4 0 0 1 0 1.658l.916.805l-1 1.732l-1.156-.391a4 4 0 0 1-1.435.83L19 21h-2l-.24-1.196a4 4 0 0 1-1.434-.83l-1.156.392l-1-1.732l.916-.805a4 4 0 0 1 0-1.658l-.916-.805l1-1.732l1.156.391c.41-.37.898-.655 1.435-.83L17 11h2l.24 1.196a4 4 0 0 1 1.434.83M18 18a2 2 0 1 0 0-4a2 2 0 0 0 0 4"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
n as ListSettingsLineIcon
|
|
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 a } from "../iconStyle.js";
|
|
2
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
3
|
+
var v = ({ width: r = 20, height: t = 20, className: e = "", onClick: o, color: s }) => /* @__PURE__ */ l("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: r,
|
|
6
|
+
height: t,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: e,
|
|
9
|
+
onClick: o,
|
|
10
|
+
style: a(s, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ l("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M16.5 11L13 7.5l1.4-1.4l2.1 2.1L20.7 4l1.4 1.4zM11 7H2v2h9zm10 6.4L19.6 12L17 14.6L14.4 12L13 13.4l2.6 2.6l-2.6 2.6l1.4 1.4l2.6-2.6l2.6 2.6l1.4-1.4l-2.6-2.6zM11 15H2v2h9z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
v as ListStatusIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,49 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as n } from "../iconStyle.js";
|
|
2
|
+
import { jsx as e, jsxs as r } from "react/jsx-runtime";
|
|
3
|
+
var f = ({ width: t = 20, height: a = 20, className: o = "", onClick: s, color: i }) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: t,
|
|
6
|
+
height: a,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: o,
|
|
9
|
+
onClick: s,
|
|
10
|
+
style: n(i, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("g", {
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round",
|
|
18
|
+
strokeWidth: "2",
|
|
19
|
+
children: [/* @__PURE__ */ r("path", {
|
|
20
|
+
strokeDasharray: "18",
|
|
21
|
+
d: "M12 3c4.97 0 9 4.03 9 9",
|
|
22
|
+
children: [/* @__PURE__ */ e("animate", {
|
|
23
|
+
fill: "freeze",
|
|
24
|
+
attributeName: "stroke-dashoffset",
|
|
25
|
+
dur: "0.3s",
|
|
26
|
+
values: "18;0"
|
|
27
|
+
}), /* @__PURE__ */ e("animateTransform", {
|
|
28
|
+
attributeName: "transform",
|
|
29
|
+
dur: "1.5s",
|
|
30
|
+
repeatCount: "indefinite",
|
|
31
|
+
type: "rotate",
|
|
32
|
+
values: "0 12 12;360 12 12"
|
|
33
|
+
})]
|
|
34
|
+
}), /* @__PURE__ */ e("path", {
|
|
35
|
+
strokeDasharray: "60",
|
|
36
|
+
d: "M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9Z",
|
|
37
|
+
opacity: ".3",
|
|
38
|
+
children: /* @__PURE__ */ e("animate", {
|
|
39
|
+
fill: "freeze",
|
|
40
|
+
attributeName: "stroke-dashoffset",
|
|
41
|
+
dur: "1.2s",
|
|
42
|
+
values: "60;0"
|
|
43
|
+
})
|
|
44
|
+
})]
|
|
45
|
+
})
|
|
10
46
|
});
|
|
11
47
|
export {
|
|
12
|
-
|
|
48
|
+
f as LoadingIcon
|
|
13
49
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as h } from "../iconStyle.js";
|
|
2
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
3
|
+
var i = ({ width: r = 20, height: e = 20, className: o = "", onClick: T, color: l }) => /* @__PURE__ */ t("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: r,
|
|
6
|
+
height: e,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: o,
|
|
9
|
+
onClick: T,
|
|
10
|
+
style: h(l, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ t("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M6 22q-.825 0-1.412-.587T4 20V10q0-.825.588-1.412T6 8h1V6q0-2.075 1.463-3.537T12 1t3.538 1.463T17 6v2h1q.825 0 1.413.588T20 10v10q0 .825-.587 1.413T18 22zm0-2h12V10H6zm7.413-3.588Q14 15.826 14 15t-.587-1.412T12 13t-1.412.588T10 15t.588 1.413T12 17t1.413-.587M9 8h6V6q0-1.25-.875-2.125T12 3t-2.125.875T9 6zM6 20V10z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
i as LockIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
1
|
+
import { getSvgIconStyle as l } from "../iconStyle.js";
|
|
2
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
3
|
+
var m = ({ width: r = 20, height: o = 20, className: s = "", onClick: t, color: a }) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: r,
|
|
6
6
|
height: o,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: s,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: l(a, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ e("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M17 11h-2V9h2m-4 2h-2V9h2m-4 2H7V9h2m11-7H4a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
m as MessageProcessingIcon
|
|
13
20
|
};
|
package/dist/components/icons/message-processing-outline-icon/MessageProcessingOutlineIcon.js
CHANGED
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
1
|
+
import { getSvgIconStyle as h } from "../iconStyle.js";
|
|
2
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
3
|
+
var m = ({ width: r = 20, height: o = 20, className: t = "", onClick: l, color: s }) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: r,
|
|
6
6
|
height: o,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: t,
|
|
9
|
+
onClick: l,
|
|
10
|
+
style: h(s, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ e("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16zm-3-5h-2V9h2m-4 2h-2V9h2m-4 2H7V9h2"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
m as MessageProcessingOutlineIcon
|
|
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 m } from "../iconStyle.js";
|
|
2
|
+
import { jsx as h } from "react/jsx-runtime";
|
|
3
|
+
var n = ({ width: r = 20, height: e = 20, className: t = "", onClick: v, color: l }) => /* @__PURE__ */ h("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: r,
|
|
6
|
+
height: e,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: t,
|
|
9
|
+
onClick: v,
|
|
10
|
+
style: m(l, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ h("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 16H5V10h14zm0-12H5V6h14zM9 14H7v-2h2zm4 0h-2v-2h2zm4 0h-2v-2h2zm-8 4H7v-2h2zm4 0h-2v-2h2zm4 0h-2v-2h2z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
n as OutlineCalendarMonth
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
1
|
+
import { getSvgIconStyle as h } from "../iconStyle.js";
|
|
2
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
3
|
+
var H = ({ width: r = 20, height: v = 20, className: e = "", onClick: o, color: t = "" }) => /* @__PURE__ */ a("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: r,
|
|
6
|
+
height: v,
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
7
8
|
className: e,
|
|
8
|
-
onClick:
|
|
9
|
-
|
|
9
|
+
onClick: o,
|
|
10
|
+
style: h(t, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ a("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M3 12a2 2 0 1 1 0 4H2v1.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 .5-.5zm-1 3h1a1 1 0 1 0 0-2H2zm6-3a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H6.5a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5zm-1 5h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H7zm7.1-4.99a.5.5 0 0 1 0 .98L14 13h-2v1.5h1.5a.5.5 0 0 1 0 1H12v2a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 .5-.5H14zM10 6.5A1.5 1.5 0 0 0 11.5 8H16v8.5a1.5 1.5 0 0 1-1.5 1.5h-1.587q.085-.236.087-.5v-1h.5a1.5 1.5 0 0 0 1.021-2.596A1.498 1.498 0 0 0 14 11h-2.5a1.5 1.5 0 0 0-1.37.89A3 3 0 0 0 8 11H6.5a1.5 1.5 0 0 0-1.322.791A2.75 2.75 0 0 0 4 11.105V3.5A1.5 1.5 0 0 1 5.5 2H10zm5.75.5H11.5a.5.5 0 0 1-.5-.5V2.25z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
H as PdfIcon
|
|
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 l } from "react/jsx-runtime";
|
|
3
|
+
var s = ({ width: e = 20, height: r = 20, className: t = "", onClick: o, color: c }) => /* @__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: i(c, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ l("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "m14.06 9l.94.94L5.92 19H5v-.92zm3.6-6c-.25 0-.51.1-.7.29l-1.83 1.83l3.75 3.75l1.83-1.83c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29m-3.6 3.19L3 17.25V21h3.75L17.81 9.94z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
s as PencilOutlineIcon
|
|
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 s } from "../iconStyle.js";
|
|
2
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
3
|
+
var i = ({ width: r = 20, height: o = 20, className: c = "", onClick: t, color: l }) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: r,
|
|
6
|
+
height: o,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: c,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: s(l, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ e("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
i as PeopleIcon
|
|
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 e } from "react/jsx-runtime";
|
|
3
|
+
var a = ({ width: s = 20, height: r = 20, className: c = "", onClick: o, color: t }) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: s,
|
|
6
|
+
height: r,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: c,
|
|
9
|
+
onClick: o,
|
|
10
|
+
style: l(t, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ e("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24m-6 0c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m0-6c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2m0 7c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4m6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
a as PeopleOutlineIcon
|
|
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 a } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var s = ({ width: e = 20, height: l = 20, className: o = "", onClick: t, color: h }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: l,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: o,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: a(h, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M3 21q-.825 0-1.412-.587T1 19V6h2v13h17v2zm4-4q-.825 0-1.412-.587T5 15V4q0-.825.588-1.412T7 2h5l2 2h7q.825 0 1.413.588T23 6v9q0 .825-.587 1.413T21 17zm2-4h10l-3.45-4.5l-2.3 3l-1.55-2z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
s as PermMediaIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
1
|
+
import { getSvgIconStyle as m } from "../iconStyle.js";
|
|
2
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
3
|
+
var s = ({ width: l = 20, height: r = 20, className: t = "", onClick: h, color: o }) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: l,
|
|
6
6
|
height: r,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: t,
|
|
9
|
+
onClick: h,
|
|
10
|
+
style: m(o, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ e("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M9 13h10l-3.45-4.5l-2.3 3l-1.55-2zm-6 8q-.825 0-1.412-.587T1 19V6h2v13h17v2zm4-4q-.825 0-1.412-.587T5 15V4q0-.825.588-1.412T7 2h5l2 2h7q.825 0 1.413.588T23 6v9q0 .825-.587 1.413T21 17zm0-2h14V6h-7.825l-2-2H7zm0 0V4z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
s as PermMediaOutline
|
|
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 i = ({ width: e = 20, height: o = 20, className: s = "", onClick: t, color: c }) => /* @__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: s,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: l(c, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m0 2c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
i as PersonIcon
|
|
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 i = ({ width: e = 20, height: o = 20, className: t = "", onClick: s, color: c }) => /* @__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: s,
|
|
10
|
+
style: l(c, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M12 5.9a2.1 2.1 0 1 1 0 4.2a2.1 2.1 0 0 1 0-4.2m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 9c-2.67 0-8 1.34-8 4v2c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-2c0-2.66-5.33-4-8-4"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
i as PersonOutlineIcon
|
|
13
20
|
};
|