@edifice.io/react 2.0.0-develop-b2school.20250109175008 → 2.0.0-develop-enabling.20250114155823
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/components/List/List.d.ts +1 -5
- package/dist/components/List/List.js +8 -7
- package/dist/icons.js +112 -116
- package/dist/modules/icons/components/index.d.ts +0 -2
- package/package.json +5 -5
- package/dist/modules/icons/components/IconReadMail.d.ts +0 -7
- package/dist/modules/icons/components/IconReadMail.js +0 -16
- package/dist/modules/icons/components/IconUnreadMail.d.ts +0 -7
- package/dist/modules/icons/components/IconUnreadMail.js +0 -16
|
@@ -5,10 +5,6 @@ export type ListProps<T> = {
|
|
|
5
5
|
* Toolbar data items
|
|
6
6
|
*/
|
|
7
7
|
items?: ToolbarItem[];
|
|
8
|
-
/**
|
|
9
|
-
* Checkable list
|
|
10
|
-
*/
|
|
11
|
-
isCheckable?: boolean;
|
|
12
8
|
/**
|
|
13
9
|
* Generic data
|
|
14
10
|
*/
|
|
@@ -24,4 +20,4 @@ export type ListProps<T> = {
|
|
|
24
20
|
};
|
|
25
21
|
export declare const List: <T extends {
|
|
26
22
|
_id: string;
|
|
27
|
-
}>({ items,
|
|
23
|
+
}>({ items, data, renderNode, onSelectedItems, }: ListProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -7,7 +7,6 @@ import Checkbox from "../Checkbox/Checkbox.js";
|
|
|
7
7
|
import { Toolbar } from "../Toolbar/Toolbar.js";
|
|
8
8
|
const List = ({
|
|
9
9
|
items,
|
|
10
|
-
isCheckable = !1,
|
|
11
10
|
data,
|
|
12
11
|
renderNode,
|
|
13
12
|
onSelectedItems
|
|
@@ -22,9 +21,11 @@ const List = ({
|
|
|
22
21
|
return useEffect(() => {
|
|
23
22
|
selectedItems && (onSelectedItems == null || onSelectedItems(selectedItems));
|
|
24
23
|
}, [onSelectedItems, selectedItems]), /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
25
|
-
|
|
26
|
-
/* @__PURE__ */ jsx("div", { className: "d-flex align-items-center gap-8
|
|
27
|
-
|
|
24
|
+
items && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
25
|
+
/* @__PURE__ */ jsx("div", { className: clsx("d-flex align-items-center gap-8", {
|
|
26
|
+
"px-12": items
|
|
27
|
+
}), children: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
28
|
+
/* @__PURE__ */ jsxs("div", { className: "d-flex align-items-center gap-8", children: [
|
|
28
29
|
/* @__PURE__ */ jsx(Checkbox, { checked: allItemsSelected, indeterminate: isIndeterminate, onChange: () => handleOnSelectAllItems(allItemsSelected) }),
|
|
29
30
|
/* @__PURE__ */ jsxs("span", { children: [
|
|
30
31
|
"(",
|
|
@@ -32,15 +33,15 @@ const List = ({
|
|
|
32
33
|
")"
|
|
33
34
|
] })
|
|
34
35
|
] }),
|
|
35
|
-
|
|
36
|
+
/* @__PURE__ */ jsx(Toolbar, { items, isBlock: !0, align: "left", variant: "no-shadow", className: clsx("gap-4 py-4", {
|
|
36
37
|
"px-0 ms-auto": !isDesktopDevice
|
|
37
38
|
}) })
|
|
38
39
|
] }) }),
|
|
39
40
|
/* @__PURE__ */ jsx("div", { className: "border-top" })
|
|
40
41
|
] }),
|
|
41
42
|
/* @__PURE__ */ jsx("div", { className: "mt-8", children: data == null ? void 0 : data.map((node) => {
|
|
42
|
-
const checked = selectedItems.includes(node._id);
|
|
43
|
-
return /* @__PURE__ */ jsx(Fragment$1, { children: renderNode(node,
|
|
43
|
+
const checkbox = /* @__PURE__ */ jsx(Checkbox, { checked: selectedItems.includes(node._id), onChange: () => handleOnSelectItem(node._id) }), checked = selectedItems.includes(node._id);
|
|
44
|
+
return /* @__PURE__ */ jsx(Fragment$1, { children: renderNode(node, checkbox, checked) }, node._id);
|
|
44
45
|
}) })
|
|
45
46
|
] });
|
|
46
47
|
};
|
package/dist/icons.js
CHANGED
|
@@ -91,64 +91,62 @@ import { default as default91 } from "./modules/icons/components/IconRafterLeft.
|
|
|
91
91
|
import { default as default92 } from "./modules/icons/components/IconRafterRight.js";
|
|
92
92
|
import { default as default93 } from "./modules/icons/components/IconRafterUp.js";
|
|
93
93
|
import { default as default94 } from "./modules/icons/components/IconReaction.js";
|
|
94
|
-
import { default as default95 } from "./modules/icons/components/
|
|
95
|
-
import { default as default96 } from "./modules/icons/components/
|
|
96
|
-
import { default as default97 } from "./modules/icons/components/
|
|
97
|
-
import { default as default98 } from "./modules/icons/components/
|
|
98
|
-
import { default as default99 } from "./modules/icons/components/
|
|
99
|
-
import { default as default100 } from "./modules/icons/components/
|
|
100
|
-
import { default as default101 } from "./modules/icons/components/
|
|
101
|
-
import { default as default102 } from "./modules/icons/components/
|
|
102
|
-
import { default as default103 } from "./modules/icons/components/
|
|
103
|
-
import { default as default104 } from "./modules/icons/components/
|
|
104
|
-
import { default as default105 } from "./modules/icons/components/
|
|
105
|
-
import { default as default106 } from "./modules/icons/components/
|
|
106
|
-
import { default as default107 } from "./modules/icons/components/
|
|
107
|
-
import { default as default108 } from "./modules/icons/components/
|
|
108
|
-
import { default as default109 } from "./modules/icons/components/
|
|
109
|
-
import { default as default110 } from "./modules/icons/components/
|
|
110
|
-
import { default as default111 } from "./modules/icons/components/
|
|
111
|
-
import { default as default112 } from "./modules/icons/components/
|
|
112
|
-
import { default as default113 } from "./modules/icons/components/
|
|
113
|
-
import { default as default114 } from "./modules/icons/components/
|
|
114
|
-
import { default as default115 } from "./modules/icons/components/
|
|
115
|
-
import { default as default116 } from "./modules/icons/components/
|
|
116
|
-
import { default as default117 } from "./modules/icons/components/
|
|
117
|
-
import { default as default118 } from "./modules/icons/components/
|
|
118
|
-
import { default as default119 } from "./modules/icons/components/
|
|
119
|
-
import { default as default120 } from "./modules/icons/components/
|
|
120
|
-
import { default as default121 } from "./modules/icons/components/
|
|
121
|
-
import { default as default122 } from "./modules/icons/components/
|
|
122
|
-
import { default as default123 } from "./modules/icons/components/
|
|
123
|
-
import { default as default124 } from "./modules/icons/components/
|
|
124
|
-
import { default as default125 } from "./modules/icons/components/
|
|
125
|
-
import { default as default126 } from "./modules/icons/components/
|
|
126
|
-
import { default as default127 } from "./modules/icons/components/
|
|
127
|
-
import { default as default128 } from "./modules/icons/components/
|
|
128
|
-
import { default as default129 } from "./modules/icons/components/
|
|
129
|
-
import { default as default130 } from "./modules/icons/components/
|
|
130
|
-
import { default as default131 } from "./modules/icons/components/
|
|
131
|
-
import { default as default132 } from "./modules/icons/components/
|
|
132
|
-
import { default as default133 } from "./modules/icons/components/
|
|
133
|
-
import { default as default134 } from "./modules/icons/components/
|
|
134
|
-
import { default as default135 } from "./modules/icons/components/
|
|
135
|
-
import { default as default136 } from "./modules/icons/components/
|
|
136
|
-
import { default as default137 } from "./modules/icons/components/
|
|
137
|
-
import { default as default138 } from "./modules/icons/components/
|
|
138
|
-
import { default as default139 } from "./modules/icons/components/
|
|
139
|
-
import { default as default140 } from "./modules/icons/components/
|
|
140
|
-
import { default as default141 } from "./modules/icons/components/
|
|
141
|
-
import { default as default142 } from "./modules/icons/components/
|
|
142
|
-
import { default as default143 } from "./modules/icons/components/
|
|
143
|
-
import { default as default144 } from "./modules/icons/components/
|
|
144
|
-
import { default as default145 } from "./modules/icons/components/
|
|
145
|
-
import { default as default146 } from "./modules/icons/components/
|
|
146
|
-
import { default as default147 } from "./modules/icons/components/
|
|
147
|
-
import { default as default148 } from "./modules/icons/components/
|
|
148
|
-
import { default as default149 } from "./modules/icons/components/
|
|
149
|
-
import { default as default150 } from "./modules/icons/components/
|
|
150
|
-
import { default as default151 } from "./modules/icons/components/IconZoomIn.js";
|
|
151
|
-
import { default as default152 } from "./modules/icons/components/IconZoomOut.js";
|
|
94
|
+
import { default as default95 } from "./modules/icons/components/IconRecordPause.js";
|
|
95
|
+
import { default as default96 } from "./modules/icons/components/IconRecordStop.js";
|
|
96
|
+
import { default as default97 } from "./modules/icons/components/IconRecordVideo.js";
|
|
97
|
+
import { default as default98 } from "./modules/icons/components/IconRecord.js";
|
|
98
|
+
import { default as default99 } from "./modules/icons/components/IconRedo.js";
|
|
99
|
+
import { default as default100 } from "./modules/icons/components/IconRefresh.js";
|
|
100
|
+
import { default as default101 } from "./modules/icons/components/IconReset.js";
|
|
101
|
+
import { default as default102 } from "./modules/icons/components/IconRestart.js";
|
|
102
|
+
import { default as default103 } from "./modules/icons/components/IconRestore.js";
|
|
103
|
+
import { default as default104 } from "./modules/icons/components/IconSave.js";
|
|
104
|
+
import { default as default105 } from "./modules/icons/components/IconSearch.js";
|
|
105
|
+
import { default as default106 } from "./modules/icons/components/IconSee.js";
|
|
106
|
+
import { default as default107 } from "./modules/icons/components/IconSend.js";
|
|
107
|
+
import { default as default108 } from "./modules/icons/components/IconSetBackground.js";
|
|
108
|
+
import { default as default109 } from "./modules/icons/components/IconSettings.js";
|
|
109
|
+
import { default as default110 } from "./modules/icons/components/IconShare.js";
|
|
110
|
+
import { default as default111 } from "./modules/icons/components/IconSmartphone.js";
|
|
111
|
+
import { default as default112 } from "./modules/icons/components/IconSmiley.js";
|
|
112
|
+
import { default as default113 } from "./modules/icons/components/IconSortAscendingLetters.js";
|
|
113
|
+
import { default as default114 } from "./modules/icons/components/IconSortDescendingLetters.js";
|
|
114
|
+
import { default as default115 } from "./modules/icons/components/IconSortDescending.js";
|
|
115
|
+
import { default as default116 } from "./modules/icons/components/IconSortTime.js";
|
|
116
|
+
import { default as default117 } from "./modules/icons/components/IconSpeechToText.js";
|
|
117
|
+
import { default as default118 } from "./modules/icons/components/IconSplitCells.js";
|
|
118
|
+
import { default as default119 } from "./modules/icons/components/IconSquareRoot.js";
|
|
119
|
+
import { default as default120 } from "./modules/icons/components/IconSubscript.js";
|
|
120
|
+
import { default as default121 } from "./modules/icons/components/IconSuccessFill.js";
|
|
121
|
+
import { default as default122 } from "./modules/icons/components/IconSuccessOutline.js";
|
|
122
|
+
import { default as default123 } from "./modules/icons/components/IconSuperscript.js";
|
|
123
|
+
import { default as default124 } from "./modules/icons/components/IconTable.js";
|
|
124
|
+
import { default as default125 } from "./modules/icons/components/IconTextBold.js";
|
|
125
|
+
import { default as default126 } from "./modules/icons/components/IconTextColor.js";
|
|
126
|
+
import { default as default127 } from "./modules/icons/components/IconTextHighlight.js";
|
|
127
|
+
import { default as default128 } from "./modules/icons/components/IconTextItalic.js";
|
|
128
|
+
import { default as default129 } from "./modules/icons/components/IconTextPage.js";
|
|
129
|
+
import { default as default130 } from "./modules/icons/components/IconTextSize.js";
|
|
130
|
+
import { default as default131 } from "./modules/icons/components/IconTextToSpeech.js";
|
|
131
|
+
import { default as default132 } from "./modules/icons/components/IconTextTypo.js";
|
|
132
|
+
import { default as default133 } from "./modules/icons/components/IconTextUnderline.js";
|
|
133
|
+
import { default as default134 } from "./modules/icons/components/IconTextVanilla.js";
|
|
134
|
+
import { default as default135 } from "./modules/icons/components/IconTool.js";
|
|
135
|
+
import { default as default136 } from "./modules/icons/components/IconTrendingUp.js";
|
|
136
|
+
import { default as default137 } from "./modules/icons/components/IconUndo.js";
|
|
137
|
+
import { default as default138 } from "./modules/icons/components/IconUnlink.js";
|
|
138
|
+
import { default as default139 } from "./modules/icons/components/IconUnlock.js";
|
|
139
|
+
import { default as default140 } from "./modules/icons/components/IconUpload.js";
|
|
140
|
+
import { default as default141 } from "./modules/icons/components/IconUserSearch.js";
|
|
141
|
+
import { default as default142 } from "./modules/icons/components/IconUser.js";
|
|
142
|
+
import { default as default143 } from "./modules/icons/components/IconUsers.js";
|
|
143
|
+
import { default as default144 } from "./modules/icons/components/IconVideo.js";
|
|
144
|
+
import { default as default145 } from "./modules/icons/components/IconViewCalendar.js";
|
|
145
|
+
import { default as default146 } from "./modules/icons/components/IconViewList.js";
|
|
146
|
+
import { default as default147 } from "./modules/icons/components/IconWand.js";
|
|
147
|
+
import { default as default148 } from "./modules/icons/components/IconWrite.js";
|
|
148
|
+
import { default as default149 } from "./modules/icons/components/IconZoomIn.js";
|
|
149
|
+
import { default as default150 } from "./modules/icons/components/IconZoomOut.js";
|
|
152
150
|
export {
|
|
153
151
|
default3 as IconAdd,
|
|
154
152
|
default2 as IconAddUser,
|
|
@@ -243,62 +241,60 @@ export {
|
|
|
243
241
|
default92 as IconRafterRight,
|
|
244
242
|
default93 as IconRafterUp,
|
|
245
243
|
default94 as IconReaction,
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
default96 as
|
|
249
|
-
default97 as
|
|
250
|
-
|
|
251
|
-
default100 as
|
|
252
|
-
default101 as
|
|
253
|
-
default102 as
|
|
254
|
-
default103 as
|
|
255
|
-
default104 as
|
|
256
|
-
default105 as
|
|
257
|
-
default106 as
|
|
258
|
-
default107 as
|
|
259
|
-
default108 as
|
|
260
|
-
default109 as
|
|
261
|
-
default110 as
|
|
262
|
-
default111 as
|
|
263
|
-
default112 as
|
|
264
|
-
default113 as
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
default117 as
|
|
269
|
-
default118 as
|
|
270
|
-
default119 as
|
|
271
|
-
default120 as
|
|
272
|
-
default121 as
|
|
273
|
-
default122 as
|
|
274
|
-
default123 as
|
|
275
|
-
default124 as
|
|
276
|
-
default125 as
|
|
277
|
-
default126 as
|
|
278
|
-
default127 as
|
|
279
|
-
default128 as
|
|
280
|
-
default129 as
|
|
281
|
-
default130 as
|
|
282
|
-
default131 as
|
|
283
|
-
default132 as
|
|
284
|
-
default133 as
|
|
285
|
-
default134 as
|
|
286
|
-
default135 as
|
|
287
|
-
default136 as
|
|
288
|
-
default137 as
|
|
289
|
-
default138 as
|
|
290
|
-
default139 as
|
|
291
|
-
default140 as
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
default145 as
|
|
297
|
-
default146 as
|
|
298
|
-
default147 as
|
|
299
|
-
default148 as
|
|
300
|
-
default149 as
|
|
301
|
-
default150 as
|
|
302
|
-
default151 as IconZoomIn,
|
|
303
|
-
default152 as IconZoomOut
|
|
244
|
+
default98 as IconRecord,
|
|
245
|
+
default95 as IconRecordPause,
|
|
246
|
+
default96 as IconRecordStop,
|
|
247
|
+
default97 as IconRecordVideo,
|
|
248
|
+
default99 as IconRedo,
|
|
249
|
+
default100 as IconRefresh,
|
|
250
|
+
default101 as IconReset,
|
|
251
|
+
default102 as IconRestart,
|
|
252
|
+
default103 as IconRestore,
|
|
253
|
+
default104 as IconSave,
|
|
254
|
+
default105 as IconSearch,
|
|
255
|
+
default106 as IconSee,
|
|
256
|
+
default107 as IconSend,
|
|
257
|
+
default108 as IconSetBackground,
|
|
258
|
+
default109 as IconSettings,
|
|
259
|
+
default110 as IconShare,
|
|
260
|
+
default111 as IconSmartphone,
|
|
261
|
+
default112 as IconSmiley,
|
|
262
|
+
default113 as IconSortAscendingLetters,
|
|
263
|
+
default115 as IconSortDescending,
|
|
264
|
+
default114 as IconSortDescendingLetters,
|
|
265
|
+
default116 as IconSortTime,
|
|
266
|
+
default117 as IconSpeechToText,
|
|
267
|
+
default118 as IconSplitCells,
|
|
268
|
+
default119 as IconSquareRoot,
|
|
269
|
+
default120 as IconSubscript,
|
|
270
|
+
default121 as IconSuccessFill,
|
|
271
|
+
default122 as IconSuccessOutline,
|
|
272
|
+
default123 as IconSuperscript,
|
|
273
|
+
default124 as IconTable,
|
|
274
|
+
default125 as IconTextBold,
|
|
275
|
+
default126 as IconTextColor,
|
|
276
|
+
default127 as IconTextHighlight,
|
|
277
|
+
default128 as IconTextItalic,
|
|
278
|
+
default129 as IconTextPage,
|
|
279
|
+
default130 as IconTextSize,
|
|
280
|
+
default131 as IconTextToSpeech,
|
|
281
|
+
default132 as IconTextTypo,
|
|
282
|
+
default133 as IconTextUnderline,
|
|
283
|
+
default134 as IconTextVanilla,
|
|
284
|
+
default135 as IconTool,
|
|
285
|
+
default136 as IconTrendingUp,
|
|
286
|
+
default137 as IconUndo,
|
|
287
|
+
default138 as IconUnlink,
|
|
288
|
+
default139 as IconUnlock,
|
|
289
|
+
default140 as IconUpload,
|
|
290
|
+
default142 as IconUser,
|
|
291
|
+
default141 as IconUserSearch,
|
|
292
|
+
default143 as IconUsers,
|
|
293
|
+
default144 as IconVideo,
|
|
294
|
+
default145 as IconViewCalendar,
|
|
295
|
+
default146 as IconViewList,
|
|
296
|
+
default147 as IconWand,
|
|
297
|
+
default148 as IconWrite,
|
|
298
|
+
default149 as IconZoomIn,
|
|
299
|
+
default150 as IconZoomOut
|
|
304
300
|
};
|
|
@@ -91,7 +91,6 @@ export { default as IconRafterLeft } from './IconRafterLeft';
|
|
|
91
91
|
export { default as IconRafterRight } from './IconRafterRight';
|
|
92
92
|
export { default as IconRafterUp } from './IconRafterUp';
|
|
93
93
|
export { default as IconReaction } from './IconReaction';
|
|
94
|
-
export { default as IconReadMail } from './IconReadMail';
|
|
95
94
|
export { default as IconRecordPause } from './IconRecordPause';
|
|
96
95
|
export { default as IconRecordStop } from './IconRecordStop';
|
|
97
96
|
export { default as IconRecordVideo } from './IconRecordVideo';
|
|
@@ -137,7 +136,6 @@ export { default as IconTrendingUp } from './IconTrendingUp';
|
|
|
137
136
|
export { default as IconUndo } from './IconUndo';
|
|
138
137
|
export { default as IconUnlink } from './IconUnlink';
|
|
139
138
|
export { default as IconUnlock } from './IconUnlock';
|
|
140
|
-
export { default as IconUnreadMail } from './IconUnreadMail';
|
|
141
139
|
export { default as IconUpload } from './IconUpload';
|
|
142
140
|
export { default as IconUserSearch } from './IconUserSearch';
|
|
143
141
|
export { default as IconUser } from './IconUser';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/react",
|
|
3
|
-
"version": "2.0.0-develop-
|
|
3
|
+
"version": "2.0.0-develop-enabling.20250114155823",
|
|
4
4
|
"description": "Edifice React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
"react-slugify": "^3.0.3",
|
|
120
120
|
"swiper": "^10.1.0",
|
|
121
121
|
"ua-parser-js": "^1.0.36",
|
|
122
|
-
"@edifice.io/bootstrap": "2.0.0-develop-
|
|
123
|
-
"@edifice.io/tiptap-extensions": "2.0.0-develop-
|
|
124
|
-
"@edifice.io/utilities": "2.0.0-develop-
|
|
122
|
+
"@edifice.io/bootstrap": "2.0.0-develop-enabling.20250114155823",
|
|
123
|
+
"@edifice.io/tiptap-extensions": "2.0.0-develop-enabling.20250114155823",
|
|
124
|
+
"@edifice.io/utilities": "2.0.0-develop-enabling.20250114155823"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
127
|
"@babel/plugin-transform-react-pure-annotations": "^7.23.3",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"typescript-eslint": "^8.8.1",
|
|
148
148
|
"vite": "^5.4.11",
|
|
149
149
|
"vite-plugin-dts": "^4.1.0",
|
|
150
|
-
"@edifice.io/client": "2.0.0-develop-
|
|
150
|
+
"@edifice.io/client": "2.0.0-develop-enabling.20250114155823"
|
|
151
151
|
},
|
|
152
152
|
"peerDependencies": {
|
|
153
153
|
"@react-spring/web": "^9.7.5",
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { SVGProps } from 'react';
|
|
2
|
-
interface SVGRProps {
|
|
3
|
-
title?: string;
|
|
4
|
-
titleId?: string;
|
|
5
|
-
}
|
|
6
|
-
declare const SvgIconReadMail: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default SvgIconReadMail;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIconReadMail = ({
|
|
3
|
-
title,
|
|
4
|
-
titleId,
|
|
5
|
-
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
-
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#icon-read-mail_svg__a)", clipRule: "evenodd", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { d: "M1.143 8.986a1 1 0 0 1 1.372-.343l8.97 5.382a1 1 0 0 0 1.03 0l8.97-5.382a1 1 0 1 1 1.03 1.714l-8.971 5.383a3 3 0 0 1-3.088 0l-8.97-5.382a1 1 0 0 1-.343-1.373" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { d: "M12.466 2.4a.95.95 0 0 0-.932 0c-1.333.74-3.83 2.146-5.99 3.465-1.083.662-2.063 1.29-2.764 1.797a8 8 0 0 0-.78.62v11.003H0V8c0-.38.191-.664.272-.776.107-.148.238-.285.364-.404.254-.24.594-.506.973-.78.765-.552 1.797-1.212 2.892-1.881C6.697 2.817 9.224 1.395 10.563.65a2.95 2.95 0 0 1 2.874 0c1.34.744 3.866 2.166 6.062 3.508 1.095.669 2.127 1.33 2.892 1.882.38.273.719.54.973.78.126.118.257.255.364.403.08.112.272.395.272.776v11.285h-2V8.284l-.009-.008a8 8 0 0 0-.77-.613c-.702-.506-1.682-1.135-2.765-1.797-2.16-1.32-4.657-2.725-5.99-3.466M2.321 19.802c.253.192.647.34 1.123.34h17.112c.476 0 .87-.148 1.123-.34.252-.192.321-.384.321-.517h2c0 .892-.479 1.629-1.111 2.11-.632.479-1.46.747-2.333.747H3.444c-.873 0-1.701-.268-2.333-.748S0 20.178 0 19.285h2c0 .133.069.326.32.518" })
|
|
11
|
-
] }),
|
|
12
|
-
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-read-mail_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
13
|
-
] });
|
|
14
|
-
export {
|
|
15
|
-
SvgIconReadMail as default
|
|
16
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { SVGProps } from 'react';
|
|
2
|
-
interface SVGRProps {
|
|
3
|
-
title?: string;
|
|
4
|
-
titleId?: string;
|
|
5
|
-
}
|
|
6
|
-
declare const SvgIconUnreadMail: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default SvgIconUnreadMail;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIconUnreadMail = ({
|
|
3
|
-
title,
|
|
4
|
-
titleId,
|
|
5
|
-
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
-
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsxs("g", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#icon-unread-mail_svg__a)", clipRule: "evenodd", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { d: "M7.975 4.5a5.1 5.1 0 0 0-.204-2h12.785A3.437 3.437 0 0 1 24 5.948V18.07c0 1.9-1.548 3.429-3.444 3.429H3.444A3.437 3.437 0 0 1 0 18.071V8.001c.581.436 1.261.749 2 .899v9.171c0 .783.64 1.429 1.444 1.429h17.112c.803 0 1.444-.646 1.444-1.429V7.79l-9.448 6.257a1 1 0 0 1-1.104 0L3.744 8.945a5 5 0 0 0 2.228-.924L12 12.014l9.916-6.567c-.2-.55-.73-.947-1.36-.947z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { d: "M3 7a3 3 0 1 0 0-6 3 3 0 0 0 0 6" })
|
|
11
|
-
] }),
|
|
12
|
-
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-unread-mail_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
13
|
-
] });
|
|
14
|
-
export {
|
|
15
|
-
SvgIconUnreadMail as default
|
|
16
|
-
};
|