@flozy/editor 4.0.2 → 4.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. package/dist/Editor/ChatEditor.js +14 -9
  2. package/dist/Editor/CommonEditor.js +110 -167
  3. package/dist/Editor/Editor.css +3 -43
  4. package/dist/Editor/Elements/AI/AIInput.js +33 -31
  5. package/dist/Editor/Elements/AI/CustomSelect.js +12 -19
  6. package/dist/Editor/Elements/AI/PopoverAIInput.js +97 -73
  7. package/dist/Editor/Elements/AI/Styles.js +2 -2
  8. package/dist/Editor/Elements/AI/helper.js +3 -5
  9. package/dist/Editor/Elements/Accordion/AccordionSummary.js +4 -15
  10. package/dist/Editor/Elements/AppHeader/AppHeader.js +3 -3
  11. package/dist/Editor/Elements/Button/EditorButton.js +16 -28
  12. package/dist/Editor/Elements/Carousel/CarouselButton.js +1 -2
  13. package/dist/Editor/Elements/Color Picker/ColorButtons.js +15 -60
  14. package/dist/Editor/Elements/Color Picker/ColorPicker.css +1 -25
  15. package/dist/Editor/Elements/Color Picker/ColorPicker.js +4 -4
  16. package/dist/Editor/Elements/Color Picker/Styles.js +1 -3
  17. package/dist/Editor/Elements/Form/Workflow/FormWorkflow.js +3 -12
  18. package/dist/Editor/Elements/Form/Workflow/UserInputs.js +1 -2
  19. package/dist/Editor/Elements/Grid/Grid.js +0 -2
  20. package/dist/Editor/Elements/Grid/GridItem.js +1 -3
  21. package/dist/Editor/Elements/Link/Link.js +1 -6
  22. package/dist/Editor/Elements/Link/LinkButton.js +2 -4
  23. package/dist/Editor/Elements/Link/LinkPopup.js +14 -73
  24. package/dist/Editor/Elements/NewLine/NewLineButton.js +1 -2
  25. package/dist/Editor/Elements/Signature/Signature.css +6 -13
  26. package/dist/Editor/Elements/Signature/SignatureOptions/UploadSignature.js +1 -2
  27. package/dist/Editor/Elements/Signature/SignaturePopup.js +30 -185
  28. package/dist/Editor/Elements/SimpleText/index.js +1 -11
  29. package/dist/Editor/Elements/SimpleText/style.js +1 -1
  30. package/dist/Editor/MiniEditor.js +1 -3
  31. package/dist/Editor/Toolbar/Basic/index.js +2 -4
  32. package/dist/Editor/Toolbar/FormatTools/Dropdown.js +3 -27
  33. package/dist/Editor/Toolbar/FormatTools/MarkButton.js +2 -2
  34. package/dist/Editor/Toolbar/FormatTools/TextSize.js +13 -7
  35. package/dist/Editor/Toolbar/Mini/MiniToolbar.js +5 -34
  36. package/dist/Editor/Toolbar/PopupTool/ButtonTemplatesCard.js +13 -12
  37. package/dist/Editor/Toolbar/PopupTool/FullViewCard.js +13 -12
  38. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/CustomSelectTool.js +0 -3
  39. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectFontSize.js +11 -4
  40. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectTypography.js +86 -213
  41. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/index.js +2 -4
  42. package/dist/Editor/Toolbar/PopupTool/PopupToolStyle.js +44 -123
  43. package/dist/Editor/Toolbar/PopupTool/TextFormat.js +44 -106
  44. package/dist/Editor/Toolbar/PopupTool/index.js +3 -5
  45. package/dist/Editor/Toolbar/toolbarGroups.js +11 -53
  46. package/dist/Editor/assets/svg/AIIcons.js +1 -153
  47. package/dist/Editor/common/ColorPickerButton.js +9 -25
  48. package/dist/Editor/common/DnD/DragHandleButton.js +1 -1
  49. package/dist/Editor/common/EditorIcons.js +7 -7
  50. package/dist/Editor/common/Icon.js +24 -51
  51. package/dist/Editor/common/ImageList.js +3 -16
  52. package/dist/Editor/common/ImageSelector/ImageSelector.js +9 -30
  53. package/dist/Editor/common/ImageSelector/Styles.js +1 -2
  54. package/dist/Editor/common/LinkSettings/NavComponents.js +2 -5
  55. package/dist/Editor/common/LinkSettings/index.js +2 -4
  56. package/dist/Editor/common/LinkSettings/navOptions.js +2 -7
  57. package/dist/Editor/common/LinkSettings/style.js +8 -11
  58. package/dist/Editor/common/MentionsPopup/Styles.js +1 -1
  59. package/dist/Editor/common/Shorthands/elements.js +9 -63
  60. package/dist/Editor/common/StyleBuilder/buttonStyle.js +2 -4
  61. package/dist/Editor/common/StyleBuilder/fieldTypes/bannerSpacing.js +23 -39
  62. package/dist/Editor/common/StyleBuilder/fieldTypes/borderRadius.js +23 -33
  63. package/dist/Editor/common/StyleBuilder/fieldTypes/buttonLink.js +1 -1
  64. package/dist/Editor/common/StyleBuilder/fieldTypes/color.js +7 -31
  65. package/dist/Editor/common/StyleBuilder/fieldTypes/fontSize.js +4 -13
  66. package/dist/Editor/common/StyleBuilder/fieldTypes/textOptions.js +4 -14
  67. package/dist/Editor/common/StyleBuilder/index.js +1 -1
  68. package/dist/Editor/commonStyle.js +0 -6
  69. package/dist/Editor/helper/theme.js +4 -191
  70. package/dist/Editor/hooks/useMouseMove.js +1 -4
  71. package/dist/Editor/hooks/useWindowMessage.js +7 -10
  72. package/dist/Editor/plugins/withEmbeds.js +1 -1
  73. package/dist/Editor/plugins/withHTML.js +1 -1
  74. package/dist/Editor/plugins/withTable.js +1 -1
  75. package/dist/Editor/theme/ThemeList.js +173 -50
  76. package/dist/Editor/utils/SlateUtilityFunctions.js +25 -161
  77. package/dist/Editor/utils/button.js +17 -1
  78. package/dist/Editor/utils/font.js +37 -40
  79. package/dist/Editor/utils/helper.js +1 -30
  80. package/package.json +1 -2
  81. package/dist/Editor/Elements/AI/VoiceToText/AudioWave.js +0 -73
  82. package/dist/Editor/Elements/AI/VoiceToText/index.js +0 -184
  83. package/dist/Editor/Elements/AI/VoiceToText/style.js +0 -40
  84. package/dist/Editor/Elements/Link/LinkPopupStyles.js +0 -28
  85. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectSuperSubscript.js +0 -59
  86. package/dist/Editor/Toolbar/PopupTool/ThemeTextFormat.js +0 -438
  87. package/dist/Editor/assets/svg/ThemeIcons.js +0 -291
  88. package/dist/Editor/common/CustomColorPicker/index.js +0 -106
  89. package/dist/Editor/common/CustomColorPicker/style.js +0 -53
  90. package/dist/Editor/common/CustomDialog/index.js +0 -94
  91. package/dist/Editor/common/CustomDialog/style.js +0 -67
  92. package/dist/Editor/common/CustomSelect.js +0 -33
  93. package/dist/Editor/common/iconListV2.js +0 -843
  94. package/dist/Editor/hooks/useEditorTheme.js +0 -139
  95. package/dist/Editor/theme/index.js +0 -144
  96. package/dist/Editor/themeSettings/ActiveTheme.js +0 -72
  97. package/dist/Editor/themeSettings/buttons/index.js +0 -290
  98. package/dist/Editor/themeSettings/buttons/style.js +0 -21
  99. package/dist/Editor/themeSettings/colorTheme/index.js +0 -290
  100. package/dist/Editor/themeSettings/colorTheme/style.js +0 -77
  101. package/dist/Editor/themeSettings/fonts/PreviewElement.js +0 -123
  102. package/dist/Editor/themeSettings/fonts/index.js +0 -213
  103. package/dist/Editor/themeSettings/fonts/style.js +0 -44
  104. package/dist/Editor/themeSettings/icons.js +0 -60
  105. package/dist/Editor/themeSettings/index.js +0 -320
  106. package/dist/Editor/themeSettings/style.js +0 -152
  107. package/dist/Editor/themeSettingsAI/icons.js +0 -96
  108. package/dist/Editor/themeSettingsAI/index.js +0 -356
  109. package/dist/Editor/themeSettingsAI/saveTheme.js +0 -190
  110. package/dist/Editor/themeSettingsAI/style.js +0 -247
@@ -1,843 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import { jsxs as _jsxs } from "react/jsx-runtime";
3
- export const ImageElementIcon = props => /*#__PURE__*/_jsxs("svg", {
4
- width: "16",
5
- height: "16",
6
- viewBox: "0 0 16 16",
7
- fill: "none",
8
- xmlns: "http://www.w3.org/2000/svg",
9
- children: [/*#__PURE__*/_jsx("path", {
10
- d: "M5.9987 14.6663H9.9987C13.332 14.6663 14.6654 13.333 14.6654 9.99967V5.99967C14.6654 2.66634 13.332 1.33301 9.9987 1.33301H5.9987C2.66536 1.33301 1.33203 2.66634 1.33203 5.99967V9.99967C1.33203 13.333 2.66536 14.6663 5.9987 14.6663Z",
11
- stroke: "#0F172A",
12
- strokeLinecap: "round",
13
- strokeLinejoin: "round"
14
- }), /*#__PURE__*/_jsx("path", {
15
- d: "M6.0013 6.66667C6.73768 6.66667 7.33464 6.06971 7.33464 5.33333C7.33464 4.59695 6.73768 4 6.0013 4C5.26492 4 4.66797 4.59695 4.66797 5.33333C4.66797 6.06971 5.26492 6.66667 6.0013 6.66667Z",
16
- stroke: "#0F172A",
17
- strokeLinecap: "round",
18
- strokeLinejoin: "round"
19
- }), /*#__PURE__*/_jsx("path", {
20
- d: "M1.78125 12.633L5.06792 10.4264C5.59458 10.073 6.35458 10.113 6.82792 10.5197L7.04792 10.713C7.56792 11.1597 8.40792 11.1597 8.92792 10.713L11.7012 8.33305C12.2212 7.88638 13.0613 7.88638 13.5813 8.33305L14.6679 9.26638",
21
- stroke: "#0F172A",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round"
24
- })]
25
- });
26
- export const DocUploadElementIcon = props => /*#__PURE__*/_jsxs("svg", {
27
- width: "16",
28
- height: "16",
29
- viewBox: "0 0 16 16",
30
- fill: "none",
31
- xmlns: "http://www.w3.org/2000/svg",
32
- children: [/*#__PURE__*/_jsx("path", {
33
- d: "M14 4.66634V11.333C14 13.333 13 14.6663 10.6667 14.6663H5.33333C3 14.6663 2 13.333 2 11.333V4.66634C2 2.66634 3 1.33301 5.33333 1.33301H10.6667C13 1.33301 14 2.66634 14 4.66634Z",
34
- stroke: "#64748B",
35
- strokeMiterlimit: "10",
36
- strokeLinecap: "round",
37
- strokeLinejoin: "round"
38
- }), /*#__PURE__*/_jsx("path", {
39
- d: "M9.66797 3V4.33333C9.66797 5.06667 10.268 5.66667 11.0013 5.66667H12.3346",
40
- stroke: "#64748B",
41
- strokeMiterlimit: "10",
42
- strokeLinecap: "round",
43
- strokeLinejoin: "round"
44
- }), /*#__PURE__*/_jsx("path", {
45
- d: "M5.33203 8.66699H7.9987",
46
- stroke: "#64748B",
47
- strokeMiterlimit: "10",
48
- strokeLinecap: "round",
49
- strokeLinejoin: "round"
50
- }), /*#__PURE__*/_jsx("path", {
51
- d: "M5.33203 11.333H10.6654",
52
- stroke: "#64748B",
53
- strokeMiterlimit: "10",
54
- strokeLinecap: "round",
55
- strokeLinejoin: "round"
56
- })]
57
- });
58
- export const VideoElementIcon = props => /*#__PURE__*/_jsxs("svg", {
59
- width: "16",
60
- height: "16",
61
- viewBox: "0 0 16 16",
62
- fill: "none",
63
- xmlns: "http://www.w3.org/2000/svg",
64
- children: [/*#__PURE__*/_jsx("path", {
65
- d: "M14.6654 9.99967V5.99967C14.6654 2.66634 13.332 1.33301 9.9987 1.33301H5.9987C2.66536 1.33301 1.33203 2.66634 1.33203 5.99967V9.99967C1.33203 13.333 2.66536 14.6663 5.9987 14.6663H9.9987C13.332 14.6663 14.6654 13.333 14.6654 9.99967Z",
66
- stroke: "#64748B",
67
- strokeLinecap: "round",
68
- strokeLinejoin: "round"
69
- }), /*#__PURE__*/_jsx("path", {
70
- d: "M1.67969 4.74023H14.3197",
71
- stroke: "#64748B",
72
- strokeLinecap: "round",
73
- strokeLinejoin: "round"
74
- }), /*#__PURE__*/_jsx("path", {
75
- d: "M5.67969 1.40625V4.64625",
76
- stroke: "#64748B",
77
- strokeLinecap: "round",
78
- strokeLinejoin: "round"
79
- }), /*#__PURE__*/_jsx("path", {
80
- d: "M10.3203 1.40625V4.34625",
81
- stroke: "#64748B",
82
- strokeLinecap: "round",
83
- strokeLinejoin: "round"
84
- }), /*#__PURE__*/_jsx("path", {
85
- d: "M6.5 9.63308V8.83308C6.5 7.80642 7.22667 7.38642 8.11333 7.89975L8.80667 8.29975L9.5 8.69975C10.3867 9.21308 10.3867 10.0531 9.5 10.5664L8.80667 10.9664L8.11333 11.3664C7.22667 11.8798 6.5 11.4598 6.5 10.4331V9.63308V9.63308Z",
86
- stroke: "#64748B",
87
- strokeMiterlimit: "10",
88
- strokeLinecap: "round",
89
- strokeLinejoin: "round"
90
- })]
91
- });
92
- export const EmbedElementIcon = props => /*#__PURE__*/_jsxs("svg", {
93
- width: "14",
94
- height: "14",
95
- viewBox: "0 0 14 14",
96
- fill: "none",
97
- xmlns: "http://www.w3.org/2000/svg",
98
- children: [/*#__PURE__*/_jsx("path", {
99
- d: "M8.02903 5.96965C7.483 5.42382 6.74256 5.11719 5.97051 5.11719C5.19847 5.11719 4.45803 5.42382 3.91199 5.96965L1.85281 8.02828C1.30676 8.57435 1 9.31498 1 10.0872C1 10.8595 1.30676 11.6001 1.85281 12.1462C2.39885 12.6923 3.13944 12.9991 3.91166 12.9991C4.68388 12.9991 5.42447 12.6923 5.97051 12.1462L6.99977 11.1169",
100
- stroke: "#64748B",
101
- strokeLinecap: "round",
102
- strokeLinejoin: "round"
103
- }), /*#__PURE__*/_jsx("path", {
104
- d: "M5.97266 8.02941C6.5969 8.57524 7.25913 8.88187 8.03118 8.88187C8.80322 8.88187 9.54366 8.57524 10.0897 8.02941L12.1489 5.97078C12.6949 5.42471 13.0017 4.68408 13.0017 3.91181C13.0017 3.13955 12.6949 2.39892 12.1489 1.85285C11.6028 1.30678 10.8623 1 10.09 1C9.31781 1 8.57722 1.30678 8.03118 1.85285L7.00192 2.88217",
105
- stroke: "#64748B",
106
- strokeLinecap: "round",
107
- strokeLinejoin: "round"
108
- })]
109
- });
110
- export const ColorBoxElementIcon = props => /*#__PURE__*/_jsxs("svg", {
111
- width: "16",
112
- height: "16",
113
- viewBox: "0 0 16 16",
114
- fill: "none",
115
- xmlns: "http://www.w3.org/2000/svg",
116
- children: [/*#__PURE__*/_jsx("path", {
117
- d: "M4.66536 4H11.332C11.7454 4 12.112 4.01333 12.4387 4.06C14.192 4.25333 14.6654 5.08 14.6654 7.33333V8.66667C14.6654 10.92 14.192 11.7467 12.4387 11.94C12.112 11.9867 11.7454 12 11.332 12H4.66536C4.25203 12 3.88536 11.9867 3.5587 11.94C1.80536 11.7467 1.33203 10.92 1.33203 8.66667V7.33333C1.33203 5.08 1.80536 4.25333 3.5587 4.06C3.88536 4.01333 4.25203 4 4.66536 4Z",
118
- fill: "#DDDDDD",
119
- stroke: "#64748B",
120
- strokeLinecap: "round",
121
- strokeLinejoin: "round"
122
- }), /*#__PURE__*/_jsx("path", {
123
- d: "M11.3347 12.0004C11.748 12.0004 12.1147 11.9871 12.4414 11.9404C12.448 12.0338 12.448 12.1204 12.448 12.2204V12.4471C12.448 14.2204 12.0014 14.6671 10.2214 14.6671H5.78135C4.00135 14.6671 3.55469 14.2204 3.55469 12.4471V12.2204C3.55469 12.1204 3.55469 12.0338 3.56135 11.9404C3.88802 11.9871 4.25469 12.0004 4.66802 12.0004H11.3347Z",
124
- stroke: "#64748B",
125
- strokeLinecap: "round",
126
- strokeLinejoin: "round"
127
- }), /*#__PURE__*/_jsx("path", {
128
- d: "M5.78135 1.33301H10.2214C12.0014 1.33301 12.448 1.77967 12.448 3.55301V3.77967C12.448 3.87967 12.448 3.96634 12.4414 4.05967C12.1147 4.01301 11.748 3.99967 11.3347 3.99967H4.66802C4.25469 3.99967 3.88802 4.01301 3.56135 4.05967C3.55469 3.96634 3.55469 3.87967 3.55469 3.77967V3.55301C3.55469 1.77967 4.00135 1.33301 5.78135 1.33301Z",
129
- stroke: "#64748B",
130
- strokeLinecap: "round",
131
- strokeLinejoin: "round"
132
- })]
133
- });
134
- export const GridElementIcon = props => /*#__PURE__*/_jsxs("svg", {
135
- width: "16",
136
- height: "16",
137
- viewBox: "0 0 16 16",
138
- fill: "none",
139
- xmlns: "http://www.w3.org/2000/svg",
140
- children: [/*#__PURE__*/_jsx("path", {
141
- d: "M14.6667 5.67967V2.65301C14.6667 1.71301 14.24 1.33301 13.18 1.33301H10.4867C9.42667 1.33301 9 1.71301 9 2.65301V5.67301C9 6.61967 9.42667 6.99301 10.4867 6.99301H13.18C14.24 6.99967 14.6667 6.61967 14.6667 5.67967Z",
142
- stroke: "#64748B",
143
- strokeLinecap: "round",
144
- strokeLinejoin: "round"
145
- }), /*#__PURE__*/_jsx("path", {
146
- d: "M14.6667 13.18V10.4867C14.6667 9.42667 14.24 9 13.18 9H10.4867C9.42667 9 9 9.42667 9 10.4867V13.18C9 14.24 9.42667 14.6667 10.4867 14.6667H13.18C14.24 14.6667 14.6667 14.24 14.6667 13.18Z",
147
- stroke: "#64748B",
148
- strokeLinecap: "round",
149
- strokeLinejoin: "round"
150
- }), /*#__PURE__*/_jsx("path", {
151
- d: "M6.9987 5.67967V2.65301C6.9987 1.71301 6.57203 1.33301 5.51203 1.33301H2.8187C1.7587 1.33301 1.33203 1.71301 1.33203 2.65301V5.67301C1.33203 6.61967 1.7587 6.99301 2.8187 6.99301H5.51203C6.57203 6.99967 6.9987 6.61967 6.9987 5.67967Z",
152
- stroke: "#64748B",
153
- strokeLinecap: "round",
154
- strokeLinejoin: "round"
155
- }), /*#__PURE__*/_jsx("path", {
156
- d: "M6.9987 13.18V10.4867C6.9987 9.42667 6.57203 9 5.51203 9H2.8187C1.7587 9 1.33203 9.42667 1.33203 10.4867V13.18C1.33203 14.24 1.7587 14.6667 2.8187 14.6667H5.51203C6.57203 14.6667 6.9987 14.24 6.9987 13.18Z",
157
- stroke: "#64748B",
158
- strokeLinecap: "round",
159
- strokeLinejoin: "round"
160
- })]
161
- });
162
- export const TableElementIcon = props => /*#__PURE__*/_jsxs("svg", {
163
- width: "16",
164
- height: "16",
165
- viewBox: "0 0 16 16",
166
- fill: "none",
167
- xmlns: "http://www.w3.org/2000/svg",
168
- children: [/*#__PURE__*/_jsx("path", {
169
- d: "M5.9987 14.6663H9.9987C13.332 14.6663 14.6654 13.333 14.6654 9.99967V5.99967C14.6654 2.66634 13.332 1.33301 9.9987 1.33301H5.9987C2.66536 1.33301 1.33203 2.66634 1.33203 5.99967V9.99967C1.33203 13.333 2.66536 14.6663 5.9987 14.6663Z",
170
- stroke: "#64748B",
171
- strokeLinecap: "round",
172
- strokeLinejoin: "round"
173
- }), /*#__PURE__*/_jsx("path", {
174
- d: "M1.35156 5.66699H14.6649",
175
- stroke: "#64748B",
176
- strokeLinecap: "round",
177
- strokeLinejoin: "round"
178
- }), /*#__PURE__*/_jsx("path", {
179
- d: "M1.35156 10.333H14.6649",
180
- stroke: "#64748B",
181
- strokeLinecap: "round",
182
- strokeLinejoin: "round"
183
- }), /*#__PURE__*/_jsx("path", {
184
- d: "M5.67188 14.6598V1.33984",
185
- stroke: "#64748B",
186
- strokeLinecap: "round",
187
- strokeLinejoin: "round"
188
- }), /*#__PURE__*/_jsx("path", {
189
- d: "M10.3398 14.6598V1.33984",
190
- stroke: "#64748B",
191
- strokeLinecap: "round",
192
- strokeLinejoin: "round"
193
- })]
194
- });
195
- export const CarouselElementIcon = props => /*#__PURE__*/_jsxs("svg", {
196
- width: "16",
197
- height: "16",
198
- viewBox: "0 0 16 16",
199
- fill: "none",
200
- xmlns: "http://www.w3.org/2000/svg",
201
- children: [/*#__PURE__*/_jsx("path", {
202
- d: "M5.99969 8.66699C5.55969 8.88699 5.19302 9.21366 4.91969 9.62033C4.76635 9.85366 4.76635 10.147 4.91969 10.3803C5.19302 10.787 5.55969 11.1137 5.99969 11.3337",
203
- stroke: "#64748B",
204
- strokeLinecap: "round",
205
- strokeLinejoin: "round"
206
- }), /*#__PURE__*/_jsx("path", {
207
- d: "M10.1406 8.66699C10.5806 8.88699 10.9473 9.21366 11.2206 9.62033C11.374 9.85366 11.374 10.147 11.2206 10.3803C10.9473 10.787 10.5806 11.1137 10.1406 11.3337",
208
- stroke: "#64748B",
209
- strokeLinecap: "round",
210
- strokeLinejoin: "round"
211
- }), /*#__PURE__*/_jsx("path", {
212
- d: "M5.9987 14.6663H9.9987C13.332 14.6663 14.6654 13.333 14.6654 9.99967V5.99967C14.6654 2.66634 13.332 1.33301 9.9987 1.33301H5.9987C2.66536 1.33301 1.33203 2.66634 1.33203 5.99967V9.99967C1.33203 13.333 2.66536 14.6663 5.9987 14.6663Z",
213
- stroke: "#64748B",
214
- strokeLinecap: "round",
215
- strokeLinejoin: "round"
216
- }), /*#__PURE__*/_jsx("path", {
217
- d: "M1.48828 5.33967L14.3016 5.33301",
218
- stroke: "#64748B",
219
- strokeLinecap: "round",
220
- strokeLinejoin: "round"
221
- })]
222
- });
223
- export const DividerElementIcon = props => /*#__PURE__*/_jsxs("svg", {
224
- width: "16",
225
- height: "16",
226
- viewBox: "0 0 16 16",
227
- fill: "none",
228
- xmlns: "http://www.w3.org/2000/svg",
229
- children: [/*#__PURE__*/_jsx("path", {
230
- d: "M2 14.667H14",
231
- stroke: "#64748B",
232
- strokeLinecap: "round",
233
- strokeLinejoin: "round"
234
- }), /*#__PURE__*/_jsx("path", {
235
- d: "M2 1.33301H14",
236
- stroke: "#64748B",
237
- strokeLinecap: "round",
238
- strokeLinejoin: "round"
239
- }), /*#__PURE__*/_jsx("path", {
240
- d: "M8 4V12",
241
- stroke: "#64748B",
242
- strokeLinecap: "round",
243
- strokeLinejoin: "round"
244
- }), /*#__PURE__*/_jsx("path", {
245
- d: "M9.88661 5.14643L7.99995 3.25977L6.11328 5.14643",
246
- stroke: "#64748B",
247
- strokeLinecap: "round",
248
- strokeLinejoin: "round"
249
- }), /*#__PURE__*/_jsx("path", {
250
- d: "M9.88661 10.5938L7.99995 12.4804L6.11328 10.5938",
251
- stroke: "#64748B",
252
- strokeLinecap: "round",
253
- strokeLinejoin: "round"
254
- })]
255
- });
256
- export const EmojiElementIcon = props => /*#__PURE__*/_jsxs("svg", {
257
- width: "16",
258
- height: "16",
259
- viewBox: "0 0 16 16",
260
- fill: "none",
261
- xmlns: "http://www.w3.org/2000/svg",
262
- children: [/*#__PURE__*/_jsx("path", {
263
- d: "M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z",
264
- stroke: "#64748B",
265
- strokeLinecap: "round",
266
- strokeLinejoin: "round"
267
- }), /*#__PURE__*/_jsx("path", {
268
- d: "M5.66797 6.44531H5.67607",
269
- stroke: "#64748B",
270
- strokeWidth: "1.5",
271
- strokeLinecap: "round",
272
- strokeLinejoin: "round"
273
- }), /*#__PURE__*/_jsx("path", {
274
- d: "M10.332 6.44531H10.3401",
275
- stroke: "#64748B",
276
- strokeWidth: "1.5",
277
- strokeLinecap: "round",
278
- strokeLinejoin: "round"
279
- }), /*#__PURE__*/_jsx("path", {
280
- d: "M6.05469 10.332C6.30815 10.5907 6.61068 10.7962 6.94456 10.9365C7.27845 11.0768 7.63697 11.1491 7.99913 11.1491C8.36129 11.1491 8.71982 11.0768 9.0537 10.9365C9.38758 10.7962 9.69012 10.5907 9.94358 10.332",
281
- stroke: "#64748B",
282
- strokeLinecap: "round",
283
- strokeLinejoin: "round"
284
- })]
285
- });
286
- export const NewLineElementIcon = props => /*#__PURE__*/_jsxs("svg", {
287
- width: "16",
288
- height: "16",
289
- viewBox: "0 0 16 16",
290
- fill: "none",
291
- xmlns: "http://www.w3.org/2000/svg",
292
- children: [/*#__PURE__*/_jsx("path", {
293
- d: "M14 5.16699H2C1.72667 5.16699 1.5 4.94033 1.5 4.66699C1.5 4.39366 1.72667 4.16699 2 4.16699H14C14.2733 4.16699 14.5 4.39366 14.5 4.66699C14.5 4.94033 14.2733 5.16699 14 5.16699Z",
294
- fill: "#64748B"
295
- }), /*#__PURE__*/_jsx("path", {
296
- d: "M12 8.5H4C3.72667 8.5 3.5 8.27333 3.5 8C3.5 7.72667 3.72667 7.5 4 7.5H12C12.2733 7.5 12.5 7.72667 12.5 8C12.5 8.27333 12.2733 8.5 12 8.5Z",
297
- fill: "#64748B"
298
- }), /*#__PURE__*/_jsx("path", {
299
- d: "M9.33464 11.833H6.66797C6.39464 11.833 6.16797 11.6063 6.16797 11.333C6.16797 11.0597 6.39464 10.833 6.66797 10.833H9.33464C9.60797 10.833 9.83464 11.0597 9.83464 11.333C9.83464 11.6063 9.60797 11.833 9.33464 11.833Z",
300
- fill: "#64748B"
301
- })]
302
- });
303
- export const SignatureElementIcon = props => /*#__PURE__*/_jsxs("svg", {
304
- width: "16",
305
- height: "16",
306
- viewBox: "0 0 16 16",
307
- fill: "none",
308
- xmlns: "http://www.w3.org/2000/svg",
309
- children: [/*#__PURE__*/_jsx("path", {
310
- d: "M15.6664 11.5031H7.49382C7.75186 10.6187 7.98377 9.66296 8.19851 8.6858C8.77183 8.27708 9.33523 7.94217 9.81784 7.74203C10.2158 7.57737 10.4165 7.56488 10.4925 7.56488C10.5165 7.56488 10.5279 7.56698 10.5292 7.56418C10.5438 7.6033 10.6899 8.08102 9.84919 9.83886C9.66124 10.233 9.69852 10.5225 9.96057 10.7003C10.3693 10.9772 10.5599 10.7352 11.2693 9.82974C11.7493 9.21726 12.552 8.19125 12.95 7.90937C13.3733 7.61077 13.6173 7.59969 13.6693 7.64429C13.766 7.72311 13.8646 8.21064 13.5319 9.14123C13.4353 9.41261 13.5673 9.7132 13.8252 9.81502C14.0859 9.91685 14.3719 9.77731 14.4685 9.50813C14.9132 8.26236 14.8472 7.28295 14.2879 6.82195C14.0139 6.59669 13.4045 6.32459 12.3898 7.04242C12.1506 7.21198 11.8658 7.50136 11.5472 7.86826C11.5752 7.43233 11.4819 7.10233 11.2699 6.86108C10.7259 6.2396 9.76449 6.63792 9.44989 6.76906C9.16383 6.88759 8.84251 7.05504 8.50054 7.2608C8.57855 6.88269 8.65456 6.50608 8.73056 6.13287C8.76058 5.98433 8.78994 5.83708 8.81985 5.69064C9.64654 5.23652 10.3492 4.72245 10.6965 4.23702C12.1319 2.23513 11.9665 1.14143 11.7405 0.668204C11.5405 0.249679 11.1492 0 10.6939 0C9.9972 0 9.30457 0.543364 8.88648 1.41814C8.55913 2.10314 8.26382 3.40963 7.9425 4.97559C6.76649 5.55657 5.39449 6.01198 4.66648 6.01198C4.39048 6.01198 4.16648 6.24635 4.16648 6.53514C4.16648 6.82392 4.39048 7.05829 4.66648 7.05829C5.40512 7.05829 6.56381 6.7284 7.6845 6.24426C7.5672 6.82323 7.44052 7.44402 7.30313 8.07671C5.96518 9.08601 4.61114 10.4218 4.02511 11.5029H0.333373C0.149332 11.5029 0 11.6592 0 11.8517C0 12.0443 0.149332 12.2005 0.333373 12.2005H3.68796C3.28662 13.1227 2.73393 14.7236 3.30125 15.5383C3.4566 15.7614 3.74053 16 4.24119 16C4.3499 16 4.46854 15.9888 4.59788 15.9637C5.77992 15.7363 6.61786 14.2241 7.27858 12.1997L15.6666 12.1998C15.8507 12.1998 16 12.0435 16 11.851C16 11.6584 15.8507 11.5028 15.6666 11.5028L15.6664 11.5031ZM9.78041 1.88604C10.0557 1.30988 10.447 1.04689 10.693 1.04689C10.7937 1.04689 10.8237 1.0908 10.8457 1.13693C10.9684 1.3929 10.9057 2.20132 9.89569 3.60966C9.73698 3.83153 9.45829 4.07138 9.10574 4.31066C9.33766 3.23642 9.56232 2.34297 9.78041 1.88604ZM6.93308 9.6936C6.7804 10.3179 6.61779 10.929 6.44379 11.503L5.22435 11.5029C5.64033 10.9352 6.25305 10.2935 6.93308 9.6936ZM4.41701 14.9356C4.22303 14.9733 4.12706 14.9475 4.10963 14.9224C3.92626 14.6587 4.19233 13.4311 4.80092 12.2006H6.21967C5.71041 13.6926 5.1143 14.8017 4.41698 14.9356L4.41701 14.9356Z",
311
- fill: "#64748B"
312
- }), /*#__PURE__*/_jsx("path", {
313
- d: "M0.121793 12.3979C0.203408 12.4824 0.31013 12.5251 0.416856 12.5251C0.523582 12.5251 0.630168 12.4824 0.711918 12.3979L1.66685 11.3977L2.62179 12.3968C2.7034 12.4823 2.81012 12.5251 2.91685 12.5251C3.02357 12.5251 3.13016 12.4823 3.21191 12.3978C3.37444 12.2278 3.37444 11.9515 3.21191 11.7814L2.25598 10.7812L3.21091 9.78205C3.37344 9.612 3.37344 9.33569 3.21091 9.16563C3.04838 8.99557 2.7843 8.99557 2.62176 9.16563L1.66683 10.1648L0.711897 9.16563C0.549367 8.99557 0.285287 8.99557 0.122751 9.16563C-0.0397788 9.33568 -0.0397788 9.61199 0.122751 9.78205L1.07768 10.7812L0.122751 11.7804C-0.0407538 11.9514 -0.0407538 12.2269 0.121774 12.3978L0.121793 12.3979Z",
314
- fill: "#64748B"
315
- })]
316
- });
317
- export const ButtonElementIcon = props => /*#__PURE__*/_jsxs("svg", {
318
- width: "16",
319
- height: "16",
320
- viewBox: "0 0 16 16",
321
- fill: "none",
322
- xmlns: "http://www.w3.org/2000/svg",
323
- children: [/*#__PURE__*/_jsx("path", {
324
- d: "M12.8799 6.66651H3.12652C2.13985 6.66651 1.33984 5.85985 1.33984 4.87985V3.12652C1.33984 2.13985 2.14652 1.33984 3.12652 1.33984H12.8799C13.8665 1.33984 14.6665 2.14652 14.6665 3.12652V4.87985C14.6665 5.85985 13.8599 6.66651 12.8799 6.66651Z",
325
- stroke: "#64748B",
326
- strokeLinecap: "round",
327
- strokeLinejoin: "round"
328
- }), /*#__PURE__*/_jsx("path", {
329
- d: "M12.8799 14.6665H3.12652C2.13985 14.6665 1.33984 13.8599 1.33984 12.8799V11.1265C1.33984 10.1398 2.14652 9.33984 3.12652 9.33984H12.8799C13.8665 9.33984 14.6665 10.1465 14.6665 11.1265V12.8799C14.6665 13.8599 13.8599 14.6665 12.8799 14.6665Z",
330
- stroke: "#64748B",
331
- strokeLinecap: "round",
332
- strokeLinejoin: "round"
333
- }), /*#__PURE__*/_jsx("path", {
334
- d: "M4 3.33301V4.66634",
335
- stroke: "#64748B",
336
- strokeLinecap: "round",
337
- strokeLinejoin: "round"
338
- }), /*#__PURE__*/_jsx("path", {
339
- d: "M6.66797 3.33301V4.66634",
340
- stroke: "#64748B",
341
- strokeLinecap: "round",
342
- strokeLinejoin: "round"
343
- }), /*#__PURE__*/_jsx("path", {
344
- d: "M4 11.333V12.6663",
345
- stroke: "#64748B",
346
- strokeLinecap: "round",
347
- strokeLinejoin: "round"
348
- }), /*#__PURE__*/_jsx("path", {
349
- d: "M6.66797 11.333V12.6663",
350
- stroke: "#64748B",
351
- strokeLinecap: "round",
352
- strokeLinejoin: "round"
353
- }), /*#__PURE__*/_jsx("path", {
354
- d: "M9.33203 4H11.9987",
355
- stroke: "#64748B",
356
- strokeLinecap: "round",
357
- strokeLinejoin: "round"
358
- }), /*#__PURE__*/_jsx("path", {
359
- d: "M9.33203 12H11.9987",
360
- stroke: "#64748B",
361
- strokeLinecap: "round",
362
- strokeLinejoin: "round"
363
- })]
364
- });
365
- export const TopBannerElementIcon = props => /*#__PURE__*/_jsxs("svg", {
366
- width: "16",
367
- height: "16",
368
- viewBox: "0 0 16 16",
369
- fill: "none",
370
- xmlns: "http://www.w3.org/2000/svg",
371
- children: [/*#__PURE__*/_jsx("path", {
372
- d: "M4.84145 1.33301H11.1548C11.5881 1.33301 11.9748 1.34636 12.3215 1.39303C14.1681 1.59969 14.6681 2.46635 14.6681 4.83968V9.05302C14.6681 11.4264 14.1681 12.293 12.3215 12.4997C11.9748 12.5463 11.5948 12.5597 11.1548 12.5597H4.84145C4.40812 12.5597 4.02145 12.5463 3.67478 12.4997C1.82812 12.293 1.32812 11.4264 1.32812 9.05302V4.83968C1.32812 2.46635 1.82812 1.59969 3.67478 1.39303C4.02145 1.34636 4.40812 1.33301 4.84145 1.33301Z",
373
- stroke: "#64748B",
374
- strokeLinecap: "round",
375
- strokeLinejoin: "round"
376
- }), /*#__PURE__*/_jsx("path", {
377
- d: "M9.05469 5.5459H11.508",
378
- stroke: "#64748B",
379
- strokeLinecap: "round",
380
- strokeLinejoin: "round"
381
- }), /*#__PURE__*/_jsx("path", {
382
- d: "M4.49609 9.40625H4.50942H8.01276H11.5161",
383
- stroke: "#64748B",
384
- strokeLinecap: "round",
385
- strokeLinejoin: "round"
386
- }), /*#__PURE__*/_jsx("path", {
387
- d: "M4.66797 14.667H11.3346",
388
- stroke: "#64748B",
389
- strokeLinecap: "round",
390
- strokeLinejoin: "round"
391
- }), /*#__PURE__*/_jsx("path", {
392
- d: "M4.79842 5.53353H4.80441",
393
- stroke: "#64748B",
394
- strokeLinecap: "round",
395
- strokeLinejoin: "round"
396
- }), /*#__PURE__*/_jsx("path", {
397
- d: "M6.99764 5.53353H7.00363",
398
- stroke: "#64748B",
399
- strokeLinecap: "round",
400
- strokeLinejoin: "round"
401
- })]
402
- });
403
- export const FormElementIcon = props => /*#__PURE__*/_jsxs("svg", {
404
- width: "16",
405
- height: "16",
406
- viewBox: "0 0 16 16",
407
- fill: "none",
408
- xmlns: "http://www.w3.org/2000/svg",
409
- children: [/*#__PURE__*/_jsx("path", {
410
- d: "M7.33203 13H13.9987",
411
- stroke: "#64748B",
412
- strokeLinecap: "round",
413
- strokeLinejoin: "round"
414
- }), /*#__PURE__*/_jsx("path", {
415
- d: "M7.33203 8.33301H13.9987",
416
- stroke: "#64748B",
417
- strokeLinecap: "round",
418
- strokeLinejoin: "round"
419
- }), /*#__PURE__*/_jsx("path", {
420
- d: "M7.33203 3.66699H13.9987",
421
- stroke: "#64748B",
422
- strokeLinecap: "round",
423
- strokeLinejoin: "round"
424
- }), /*#__PURE__*/_jsx("path", {
425
- d: "M2 3.66634L2.66667 4.33301L4.66667 2.33301",
426
- stroke: "#64748B",
427
- strokeLinecap: "round",
428
- strokeLinejoin: "round"
429
- }), /*#__PURE__*/_jsx("path", {
430
- d: "M2 8.33333L2.66667 9L4.66667 7",
431
- stroke: "#64748B",
432
- strokeLinecap: "round",
433
- strokeLinejoin: "round"
434
- }), /*#__PURE__*/_jsx("path", {
435
- d: "M2 13.0003L2.66667 13.667L4.66667 11.667",
436
- stroke: "#64748B",
437
- strokeLinecap: "round",
438
- strokeLinejoin: "round"
439
- })]
440
- });
441
- export const OrderedListTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
442
- width: "19",
443
- height: "19",
444
- viewBox: "0 0 24 25",
445
- fill: "none",
446
- xmlns: "http://www.w3.org/2000/svg",
447
- children: [/*#__PURE__*/_jsx("path", {
448
- d: "M11 19.8564H21",
449
- stroke: "#64748B",
450
- strokeWidth: "1.5",
451
- strokeLinecap: "round",
452
- strokeLinejoin: "round"
453
- }), /*#__PURE__*/_jsx("path", {
454
- d: "M11 12.8564H21",
455
- stroke: "#64748B",
456
- strokeWidth: "1.5",
457
- strokeLinecap: "round",
458
- strokeLinejoin: "round"
459
- }), /*#__PURE__*/_jsx("path", {
460
- d: "M11 5.85645H21",
461
- stroke: "#64748B",
462
- strokeWidth: "1.5",
463
- strokeLinecap: "round",
464
- strokeLinejoin: "round"
465
- }), /*#__PURE__*/_jsx("path", {
466
- d: "M5.02415 4.22008V7.85645H4.03693V5.12917H4.01562L3.22017 5.60502V4.76696L4.11506 4.22008H5.02415Z",
467
- fill: "#64748B"
468
- }), /*#__PURE__*/_jsx("path", {
469
- d: "M3.24148 14.8564V14.1462L4.59801 13.0241C4.68797 12.9495 4.76491 12.8796 4.82884 12.8145C4.89394 12.7483 4.94366 12.6802 4.97798 12.6104C5.01349 12.5405 5.03125 12.463 5.03125 12.3778C5.03125 12.2842 5.01113 12.2043 4.97088 12.1381C4.93182 12.0718 4.87737 12.0209 4.80753 11.9854C4.73769 11.9487 4.6572 11.9303 4.56605 11.9303C4.47491 11.9303 4.39441 11.9487 4.32457 11.9854C4.25592 12.022 4.20265 12.0759 4.16477 12.1469C4.12689 12.218 4.10795 12.3044 4.10795 12.4062H3.17045C3.17045 12.1505 3.22786 11.9303 3.34268 11.7456C3.4575 11.561 3.61967 11.4189 3.82919 11.3195C4.03871 11.2201 4.28433 11.1704 4.56605 11.1704C4.85724 11.1704 5.10938 11.2171 5.32244 11.3106C5.5367 11.403 5.70182 11.5332 5.81783 11.7013C5.93501 11.8693 5.99361 12.0664 5.99361 12.2925C5.99361 12.4322 5.96461 12.5713 5.90661 12.7098C5.8486 12.8471 5.74444 12.9992 5.59411 13.1661C5.44377 13.333 5.23011 13.5319 4.95312 13.7627L4.61222 14.0468V14.0681H6.03267V14.8564H3.24148Z",
470
- fill: "#64748B"
471
- }), /*#__PURE__*/_jsx("path", {
472
- d: "M4.66193 21.9062C4.37547 21.9062 4.12098 21.857 3.89844 21.7588C3.67708 21.6594 3.50308 21.5226 3.37642 21.3486C3.24976 21.1746 3.18584 20.9746 3.18466 20.7485H4.17898C4.18016 20.8183 4.20147 20.8811 4.2429 20.9367C4.28551 20.9912 4.34351 21.0338 4.4169 21.0645C4.49029 21.0953 4.57434 21.1107 4.66903 21.1107C4.76018 21.1107 4.84067 21.0947 4.91051 21.0628C4.98035 21.0296 5.0348 20.984 5.07386 20.926C5.11293 20.868 5.13187 20.8018 5.13068 20.7272C5.13187 20.6538 5.10938 20.5887 5.06321 20.5319C5.01823 20.4751 4.9549 20.4307 4.87322 20.3987C4.79155 20.3667 4.69744 20.3508 4.59091 20.3508H4.22159V19.6689H4.59091C4.68916 19.6689 4.77557 19.653 4.85014 19.621C4.9259 19.589 4.98449 19.5447 5.02592 19.4878C5.06854 19.431 5.08925 19.3659 5.08807 19.2925C5.08925 19.2215 5.07209 19.1588 5.03658 19.1043C5.00107 19.0499 4.95135 19.0073 4.88743 18.9765C4.82469 18.9457 4.75189 18.9303 4.66903 18.9303C4.57907 18.9303 4.49858 18.9463 4.42756 18.9782C4.35772 19.0102 4.30268 19.0546 4.26243 19.1114C4.22218 19.1682 4.20147 19.2333 4.20028 19.3067H3.25568C3.25687 19.0842 3.31783 18.8877 3.43857 18.7172C3.56049 18.5468 3.72739 18.413 3.93928 18.316C4.15116 18.2189 4.39441 18.1704 4.66903 18.1704C4.93774 18.1704 5.17507 18.2159 5.38104 18.3071C5.58819 18.3982 5.74976 18.5237 5.86577 18.6835C5.98295 18.8421 6.04096 19.0238 6.03977 19.2286C6.04214 19.4322 5.9723 19.5991 5.83026 19.7293C5.68939 19.8595 5.51065 19.9365 5.29403 19.9601V19.9885C5.58759 20.0205 5.80836 20.1105 5.95632 20.2584C6.10429 20.4052 6.17708 20.5899 6.17472 20.8124C6.1759 21.0255 6.11198 21.2143 5.98295 21.3788C5.85511 21.5434 5.67696 21.6724 5.44851 21.7659C5.22124 21.8594 4.95904 21.9062 4.66193 21.9062Z",
473
- fill: "#64748B"
474
- })]
475
- });
476
- export const BulletedListTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
477
- width: "19",
478
- height: "19",
479
- viewBox: "0 0 24 25",
480
- fill: "none",
481
- xmlns: "http://www.w3.org/2000/svg",
482
- children: [/*#__PURE__*/_jsx("path", {
483
- d: "M11 19.8564H21",
484
- stroke: "#64748B",
485
- strokeWidth: "1.5",
486
- strokeLinecap: "round",
487
- strokeLinejoin: "round"
488
- }), /*#__PURE__*/_jsx("path", {
489
- d: "M11 12.8564H21",
490
- stroke: "#64748B",
491
- strokeWidth: "1.5",
492
- strokeLinecap: "round",
493
- strokeLinejoin: "round"
494
- }), /*#__PURE__*/_jsx("path", {
495
- d: "M11 5.85645H21",
496
- stroke: "#64748B",
497
- strokeWidth: "1.5",
498
- strokeLinecap: "round",
499
- strokeLinejoin: "round"
500
- }), /*#__PURE__*/_jsx("circle", {
501
- cx: "5.25",
502
- cy: "5.80664",
503
- r: "1.25",
504
- fill: "#64748B"
505
- }), /*#__PURE__*/_jsx("circle", {
506
- cx: "5.25",
507
- cy: "12.8066",
508
- r: "1.25",
509
- fill: "#64748B"
510
- }), /*#__PURE__*/_jsx("circle", {
511
- cx: "5.25",
512
- cy: "19.8066",
513
- r: "1.25",
514
- fill: "#64748B"
515
- })]
516
- });
517
- export const CheckListTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
518
- width: "19",
519
- height: "19",
520
- viewBox: "0 0 24 25",
521
- fill: "none",
522
- xmlns: "http://www.w3.org/2000/svg",
523
- children: [/*#__PURE__*/_jsx("path", {
524
- d: "M11 19.8564H21",
525
- stroke: "#64748B",
526
- strokeWidth: "1.5",
527
- strokeLinecap: "round",
528
- strokeLinejoin: "round"
529
- }), /*#__PURE__*/_jsx("path", {
530
- d: "M11 12.8564H21",
531
- stroke: "#64748B",
532
- strokeWidth: "1.5",
533
- strokeLinecap: "round",
534
- strokeLinejoin: "round"
535
- }), /*#__PURE__*/_jsx("path", {
536
- d: "M11 5.85645H21",
537
- stroke: "#64748B",
538
- strokeWidth: "1.5",
539
- strokeLinecap: "round",
540
- strokeLinejoin: "round"
541
- }), /*#__PURE__*/_jsx("path", {
542
- d: "M3 5.85645L4 6.85645L7 3.85645",
543
- stroke: "#64748B",
544
- strokeWidth: "1.5",
545
- strokeLinecap: "round",
546
- strokeLinejoin: "round"
547
- }), /*#__PURE__*/_jsx("path", {
548
- d: "M3 12.8564L4 13.8564L7 10.8564",
549
- stroke: "#64748B",
550
- strokeWidth: "1.5",
551
- strokeLinecap: "round",
552
- strokeLinejoin: "round"
553
- }), /*#__PURE__*/_jsx("path", {
554
- d: "M3 19.8564L4 20.8564L7 17.8564",
555
- stroke: "#64748B",
556
- strokeWidth: "1.5",
557
- strokeLinecap: "round",
558
- strokeLinejoin: "round"
559
- })]
560
- });
561
- export const AccordionTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
562
- width: "19",
563
- height: "19",
564
- viewBox: "0 0 24 25",
565
- fill: "none",
566
- xmlns: "http://www.w3.org/2000/svg",
567
- children: [/*#__PURE__*/_jsx("path", {
568
- d: "M14 4.85645H21",
569
- stroke: "#64748B",
570
- strokeWidth: "1.5",
571
- strokeLinecap: "round",
572
- strokeLinejoin: "round"
573
- }), /*#__PURE__*/_jsx("path", {
574
- d: "M14 9.85645H21",
575
- stroke: "#64748B",
576
- strokeWidth: "1.5",
577
- strokeLinecap: "round",
578
- strokeLinejoin: "round"
579
- }), /*#__PURE__*/_jsx("path", {
580
- d: "M3 14.8564H21",
581
- stroke: "#64748B",
582
- strokeWidth: "1.5",
583
- strokeLinecap: "round",
584
- strokeLinejoin: "round"
585
- }), /*#__PURE__*/_jsx("path", {
586
- d: "M3 19.8564H21",
587
- stroke: "#64748B",
588
- strokeWidth: "1.5",
589
- strokeLinecap: "round",
590
- strokeLinejoin: "round"
591
- }), /*#__PURE__*/_jsx("path", {
592
- d: "M8.8 6.66362C9.33333 6.97154 9.33333 7.74135 8.8 8.04927L3.7 10.9938C3.16667 11.3017 2.5 10.9168 2.5 10.3009L2.5 4.41196C2.5 3.79612 3.16667 3.41122 3.7 3.71914L8.8 6.66362Z",
593
- stroke: "#64748B",
594
- strokeWidth: "1.5"
595
- })]
596
- });
597
- export const BoldTextFormatIcon = props => /*#__PURE__*/_jsx("svg", {
598
- width: "12",
599
- height: "14",
600
- viewBox: "0 0 12 16",
601
- fill: "none",
602
- xmlns: "http://www.w3.org/2000/svg",
603
- children: /*#__PURE__*/_jsx("path", {
604
- d: "M0.598011 15.3564V0.81099H5.92472C6.95691 0.81099 7.81155 0.981445 8.48864 1.32235C9.16572 1.65853 9.67235 2.11544 10.0085 2.69309C10.3447 3.26601 10.5128 3.91232 10.5128 4.63201C10.5128 5.23807 10.4015 5.74944 10.179 6.1661C9.95644 6.57804 9.65814 6.90948 9.28409 7.16042C8.91477 7.40663 8.50758 7.58656 8.0625 7.7002V7.84224C8.54545 7.86591 9.01657 8.02216 9.47585 8.31099C9.93987 8.59508 10.3234 8.99991 10.6264 9.52548C10.9295 10.051 11.081 10.6903 11.081 11.4431C11.081 12.1865 10.9058 12.8541 10.5554 13.4459C10.2098 14.0331 9.67472 14.4994 8.95028 14.8451C8.22585 15.186 7.30019 15.3564 6.1733 15.3564H0.598011ZM2.79261 13.4743H5.96023C7.01136 13.4743 7.7642 13.2707 8.21875 12.8635C8.6733 12.4564 8.90057 11.9474 8.90057 11.3366C8.90057 10.8773 8.78456 10.4559 8.55256 10.0724C8.32055 9.68883 7.98911 9.38343 7.55824 9.15616C7.1321 8.92889 6.62547 8.81525 6.03835 8.81525H2.79261V13.4743ZM2.79261 7.1036H5.73295C6.22538 7.1036 6.66809 7.00891 7.06108 6.81951C7.45881 6.63012 7.77367 6.36497 8.00568 6.02406C8.24242 5.67841 8.3608 5.27122 8.3608 4.80247C8.3608 4.20114 8.15009 3.69688 7.72869 3.28968C7.30729 2.88249 6.66099 2.67889 5.78977 2.67889H2.79261V7.1036Z",
605
- fill: "#64748B"
606
- })
607
- });
608
- export const UnderlineTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
609
- width: "16",
610
- height: "16",
611
- viewBox: "0 0 14 16",
612
- fill: "none",
613
- xmlns: "http://www.w3.org/2000/svg",
614
- children: [/*#__PURE__*/_jsx("path", {
615
- d: "M3.41406 1.58301V6.16634C3.41406 7.38192 3.89695 8.54771 4.75649 9.40725C5.61603 10.2668 6.78182 10.7497 7.9974 10.7497C9.21297 10.7497 10.3788 10.2668 11.2383 9.40725C12.0978 8.54771 12.5807 7.38192 12.5807 6.16634V1.58301",
616
- stroke: "#64748B",
617
- strokeWidth: "2",
618
- strokeLinecap: "round",
619
- strokeLinejoin: "round"
620
- }), /*#__PURE__*/_jsx("path", {
621
- d: "M1.58203 14.416H14.4154",
622
- stroke: "#64748B",
623
- strokeWidth: "2",
624
- strokeLinecap: "round",
625
- strokeLinejoin: "round"
626
- })]
627
- });
628
- export const ItalicTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
629
- width: "11",
630
- height: "14",
631
- viewBox: "0 0 11 14",
632
- fill: "none",
633
- xmlns: "http://www.w3.org/2000/svg",
634
- children: [/*#__PURE__*/_jsx("path", {
635
- d: "M4.71094 1.45801H9.46094",
636
- stroke: "#64748B",
637
- strokeWidth: "2",
638
- strokeLinecap: "round",
639
- strokeLinejoin: "round"
640
- }), /*#__PURE__*/_jsx("path", {
641
- d: "M1.54297 12.541H6.29297",
642
- stroke: "#64748B",
643
- strokeWidth: "2",
644
- strokeLinecap: "round",
645
- strokeLinejoin: "round"
646
- }), /*#__PURE__*/_jsx("path", {
647
- d: "M7.08464 1.45801L3.91797 12.5413",
648
- stroke: "#64748B",
649
- strokeWidth: "2",
650
- strokeLinecap: "round",
651
- strokeLinejoin: "round"
652
- })]
653
- });
654
- export const LinkIconV2 = props => /*#__PURE__*/_jsxs("svg", {
655
- width: "23",
656
- height: "20",
657
- viewBox: "1.5 0 17 20",
658
- fill: "none",
659
- xmlns: "http://www.w3.org/2000/svg",
660
- children: [/*#__PURE__*/_jsx("path", {
661
- d: "M11.2869 8.71403C10.6043 8.03173 9.67871 7.64844 8.71358 7.64844C7.74846 7.64844 6.82284 8.03173 6.14025 8.71403L3.56608 11.2874C2.88348 11.97 2.5 12.8958 2.5 13.8611C2.5 14.8265 2.88348 15.7523 3.56608 16.4349C4.24868 17.1175 5.17449 17.5009 6.13983 17.5009C7.10518 17.5009 8.03098 17.1175 8.71358 16.4349L10.0002 15.1482",
662
- stroke: "#64748B",
663
- strokeWidth: "2",
664
- strokeLinecap: "round",
665
- strokeLinejoin: "round"
666
- }), /*#__PURE__*/_jsx("path", {
667
- d: "M8.71484 11.2869C9.39743 11.9692 10.3231 12.3525 11.2882 12.3525C12.2533 12.3525 13.1789 11.9692 13.8615 11.2869L16.4357 8.71358C17.1183 8.03098 17.5018 7.10518 17.5018 6.13983C17.5018 5.17449 17.1183 4.24868 16.4357 3.56608C15.7531 2.88348 14.8273 2.5 13.8619 2.5C12.8966 2.5 11.9708 2.88348 11.2882 3.56608L10.0015 4.85275",
668
- stroke: "#64748B",
669
- strokeWidth: "2",
670
- strokeLinecap: "round",
671
- strokeLinejoin: "round"
672
- })]
673
- });
674
- export const ColorResetIcon = ({
675
- stroke
676
- }) => {
677
- return /*#__PURE__*/_jsxs("svg", {
678
- width: "14",
679
- height: "15",
680
- viewBox: "0 0 14 15",
681
- fill: "none",
682
- xmlns: "http://www.w3.org/2000/svg",
683
- children: [/*#__PURE__*/_jsx("path", {
684
- d: "M4.08948 10.8563L1.75031 8.51708C0.968646 7.73542 0.968646 6.95958 1.75031 6.17791L5.64698 2.28125L9.93448 6.56877C10.1503 6.7846 10.1503 7.13458 9.93448 7.35042L6.42281 10.8621C5.65281 11.6321 4.87114 11.6321 4.08948 10.8563Z",
685
- stroke: stroke || "#2563EB",
686
- strokeMiterlimit: "10",
687
- strokeLinecap: "round",
688
- strokeLinejoin: "round"
689
- }), /*#__PURE__*/_jsx("path", {
690
- d: "M4.87109 1.49414L5.65276 2.27579",
691
- stroke: stroke || "#2563EB",
692
- strokeMiterlimit: "10",
693
- strokeLinecap: "round",
694
- strokeLinejoin: "round"
695
- }), /*#__PURE__*/_jsx("path", {
696
- d: "M1.20703 7.30979L10.027 6.9248",
697
- stroke: stroke || "#2563EB",
698
- strokeMiterlimit: "10",
699
- strokeLinecap: "round",
700
- strokeLinejoin: "round"
701
- }), /*#__PURE__*/_jsx("path", {
702
- d: "M1.75 13.1895H9.33333",
703
- stroke: stroke || "#2563EB",
704
- strokeMiterlimit: "10",
705
- strokeLinecap: "round",
706
- strokeLinejoin: "round"
707
- }), /*#__PURE__*/_jsx("path", {
708
- d: "M10.9971 9.10645C10.9971 9.10645 9.91797 10.2789 9.91797 10.9964C9.91797 11.5914 10.4021 12.0756 10.9971 12.0756C11.5921 12.0756 12.0763 11.5914 12.0763 10.9964C12.0763 10.2789 10.9971 9.10645 10.9971 9.10645Z",
709
- stroke: stroke || "#2563EB",
710
- strokeLinecap: "round",
711
- strokeLinejoin: "round"
712
- })]
713
- });
714
- };
715
- export const TextDefaultStyleIcon = () => {
716
- return /*#__PURE__*/_jsxs("svg", {
717
- width: "14",
718
- height: "15",
719
- viewBox: "0 0 14 15",
720
- fill: "none",
721
- xmlns: "http://www.w3.org/2000/svg",
722
- children: [/*#__PURE__*/_jsx("path", {
723
- d: "M1.16016 3.81547V2.93464C1.16016 2.33964 1.64432 1.85547 2.23932 1.85547H9.77599C10.371 1.85547 10.8552 2.33964 10.8552 2.93464V3.81547",
724
- stroke: "#2563EB",
725
- strokeLinecap: "round",
726
- strokeLinejoin: "round"
727
- }), /*#__PURE__*/_jsx("path", {
728
- d: "M6.00781 10.9146V2.29297",
729
- stroke: "#2563EB",
730
- strokeLinecap: "round",
731
- strokeLinejoin: "round"
732
- }), /*#__PURE__*/_jsx("path", {
733
- d: "M4.02344 10.915H7.27844",
734
- stroke: "#2563EB",
735
- strokeLinecap: "round",
736
- strokeLinejoin: "round"
737
- }), /*#__PURE__*/_jsx("path", {
738
- d: "M7.98047 6.3877H12.0696C12.4955 6.3877 12.8396 6.73186 12.8396 7.1577V7.62436",
739
- stroke: "#2563EB",
740
- strokeLinecap: "round",
741
- strokeLinejoin: "round"
742
- }), /*#__PURE__*/_jsx("path", {
743
- d: "M9.37891 12.8573V6.69727",
744
- stroke: "#2563EB",
745
- strokeLinecap: "round",
746
- strokeLinejoin: "round"
747
- }), /*#__PURE__*/_jsx("path", {
748
- d: "M8.13281 12.8574H10.6295",
749
- stroke: "#2563EB",
750
- strokeLinecap: "round",
751
- strokeLinejoin: "round"
752
- })]
753
- });
754
- };
755
- export const CalenderIconSignature = () => {
756
- return /*#__PURE__*/_jsxs("svg", {
757
- width: "20",
758
- height: "20",
759
- viewBox: "0 0 20 20",
760
- fill: "none",
761
- xmlns: "http://www.w3.org/2000/svg",
762
- children: [/*#__PURE__*/_jsx("path", {
763
- d: "M14.9997 4.1665H4.99967C4.0792 4.1665 3.33301 4.9127 3.33301 5.83317V15.8332C3.33301 16.7536 4.0792 17.4998 4.99967 17.4998H14.9997C15.9201 17.4998 16.6663 16.7536 16.6663 15.8332V5.83317C16.6663 4.9127 15.9201 4.1665 14.9997 4.1665Z",
764
- stroke: "#94A3B8",
765
- strokeWidth: "1.5",
766
- strokeLinecap: "round",
767
- strokeLinejoin: "round"
768
- }), /*#__PURE__*/_jsx("path", {
769
- d: "M13.333 2.5V5.83333",
770
- stroke: "#94A3B8",
771
- strokeWidth: "1.5",
772
- strokeLinecap: "round",
773
- strokeLinejoin: "round"
774
- }), /*#__PURE__*/_jsx("path", {
775
- d: "M6.66602 2.5V5.83333",
776
- stroke: "#94A3B8",
777
- strokeWidth: "1.5",
778
- strokeLinecap: "round",
779
- strokeLinejoin: "round"
780
- }), /*#__PURE__*/_jsx("path", {
781
- d: "M3.33301 9.1665H16.6663",
782
- stroke: "#94A3B8",
783
- strokeWidth: "1.5",
784
- strokeLinecap: "round",
785
- strokeLinejoin: "round"
786
- }), /*#__PURE__*/_jsx("path", {
787
- d: "M9.16602 12.5H9.99935",
788
- stroke: "#94A3B8",
789
- strokeWidth: "1.5",
790
- strokeLinecap: "round",
791
- strokeLinejoin: "round"
792
- }), /*#__PURE__*/_jsx("path", {
793
- d: "M10 12.5V15",
794
- stroke: "#94A3B8",
795
- strokeWidth: "1.5",
796
- strokeLinecap: "round",
797
- strokeLinejoin: "round"
798
- })]
799
- });
800
- };
801
- export const CalenderDownIconSignature = () => {
802
- return /*#__PURE__*/_jsx("svg", {
803
- width: "16",
804
- height: "16",
805
- viewBox: "0 0 16 16",
806
- fill: "none",
807
- xmlns: "http://www.w3.org/2000/svg",
808
- children: /*#__PURE__*/_jsx("path", {
809
- d: "M4 6L8 10L12 6",
810
- stroke: "#94A3B8",
811
- strokeWidth: "2",
812
- strokeLinecap: "round",
813
- strokeLinejoin: "round"
814
- })
815
- });
816
- };
817
- export const CloseIconImageUpload = () => {
818
- return /*#__PURE__*/_jsxs("svg", {
819
- width: "26",
820
- height: "24",
821
- viewBox: "0 0 26 24",
822
- fill: "none",
823
- xmlns: "http://www.w3.org/2000/svg",
824
- children: [/*#__PURE__*/_jsx("rect", {
825
- width: "26",
826
- height: "24",
827
- rx: "4",
828
- fill: "#EDEDED"
829
- }), /*#__PURE__*/_jsx("path", {
830
- d: "M16.7148 8.28711L9.29022 15.7117",
831
- stroke: "#64748B",
832
- strokeWidth: "1.5",
833
- strokeLinecap: "round",
834
- strokeLinejoin: "round"
835
- }), /*#__PURE__*/_jsx("path", {
836
- d: "M9.28906 8.28711L16.7137 15.7117",
837
- stroke: "#64748B",
838
- strokeWidth: "1.5",
839
- strokeLinecap: "round",
840
- strokeLinejoin: "round"
841
- })]
842
- });
843
- };