@flozy/editor 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Editor/CollaborativeEditor.js +5 -3
- package/dist/Editor/CommonEditor.js +17 -3
- package/dist/Editor/Editor.css +132 -16
- package/dist/Editor/Elements/Accordion/AccordionButton.js +2 -2
- package/dist/Editor/Elements/AppHeader/AppHeaderButton.js +2 -2
- package/dist/Editor/Elements/Button/ButtonToolIcon.js +2 -2
- package/dist/Editor/Elements/Carousel/CarouselButton.js +2 -2
- package/dist/Editor/Elements/ChipText/ChipTextButton.js +5 -1
- package/dist/Editor/Elements/Color Picker/ColorPicker.css +26 -6
- package/dist/Editor/Elements/Color Picker/ColorPicker.js +58 -44
- package/dist/Editor/Elements/DrawerMenu/DrawerMenu.js +6 -1
- package/dist/Editor/Elements/DrawerMenu/DrawerMenuButton.js +2 -2
- package/dist/Editor/Elements/Embed/Embed.js +72 -34
- package/dist/Editor/Elements/Grid/GridButton.js +2 -2
- package/dist/Editor/Elements/Link/LinkButton.js +87 -38
- package/dist/Editor/Elements/NewLine/NewLineButton.js +7 -1
- package/dist/Editor/Elements/PageSettings/PageSettingsButton.js +2 -2
- package/dist/Editor/Elements/Signature/Signature.css +75 -0
- package/dist/Editor/Elements/Signature/SignatureButton.js +2 -2
- package/dist/Editor/Elements/Signature/SignatureOptions/UploadSignature.js +20 -3
- package/dist/Editor/Elements/Signature/SignaturePopup.js +203 -150
- package/dist/Editor/Elements/Table/TableSelector.js +112 -41
- package/dist/Editor/Toolbar/Toolbar.js +1 -1
- package/dist/Editor/Toolbar/styles.css +8 -2
- package/dist/Editor/common/ColorPickerButton.js +6 -2
- package/dist/Editor/common/EditorIcons.js +81 -0
- package/dist/Editor/common/Icon.js +40 -20
- package/dist/Editor/common/StyleBuilder/fieldTypes/bannerSpacing.js +38 -19
- package/dist/Editor/common/StyleBuilder/fieldTypes/borderRadius.js +27 -9
- package/dist/Editor/common/StyleBuilder/fieldTypes/color.js +38 -20
- package/dist/Editor/common/StyleBuilder/fieldTypes/menusArray.js +14 -3
- package/dist/Editor/common/StyleBuilder/fieldTypes/text.js +8 -4
- package/dist/Editor/common/StyleBuilder/index.js +68 -28
- package/dist/Editor/common/Uploader.js +29 -23
- package/dist/Editor/common/iconslist.js +883 -0
- package/package.json +1 -1
@@ -0,0 +1,883 @@
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
3
|
+
export const FontFamilyIcon = props => /*#__PURE__*/_jsx("svg", {
|
4
|
+
className: "FontFamilyIcon fontSizeIcon",
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
6
|
+
width: "13",
|
7
|
+
height: "17",
|
8
|
+
viewBox: "0 0 600 600",
|
9
|
+
fill: "none",
|
10
|
+
children: /*#__PURE__*/_jsx("path", {
|
11
|
+
className: "fillPath",
|
12
|
+
d: "M375.317 0H600V75H375.317V0ZM407.415 150H600V225H407.415V150ZM471.61 300H600V375H471.61V300ZM183 75L0 600H102.5L154 447.5H304L357.5 600H461.788L280 75H183ZM183 328.5L228.5 192.5L280 328.5H183Z",
|
13
|
+
fill: "#64748B"
|
14
|
+
})
|
15
|
+
});
|
16
|
+
export const FontSizeIcon = props => /*#__PURE__*/_jsxs("svg", {
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
18
|
+
width: "14",
|
19
|
+
height: "13",
|
20
|
+
viewBox: "0 0 14 13",
|
21
|
+
fill: "none",
|
22
|
+
children: [/*#__PURE__*/_jsx("path", {
|
23
|
+
d: "M0.993652 2.55799V1.65199C0.993652 1.03999 1.49165 0.541992 2.10365 0.541992H9.85565C10.4677 0.541992 10.9657 1.03999 10.9657 1.65199V2.55799",
|
24
|
+
stroke: "#64748B",
|
25
|
+
strokeLinecap: "round",
|
26
|
+
strokeLinejoin: "round"
|
27
|
+
}), /*#__PURE__*/_jsx("path", {
|
28
|
+
className: "strokePath",
|
29
|
+
d: "M5.97998 9.86019V0.992188",
|
30
|
+
stroke: "#64748B",
|
31
|
+
strokeLinecap: "round",
|
32
|
+
strokeLinejoin: "round"
|
33
|
+
}), /*#__PURE__*/_jsx("path", {
|
34
|
+
className: "strokePath",
|
35
|
+
d: "M3.93994 9.86035H7.28794",
|
36
|
+
stroke: "#64748B",
|
37
|
+
strokeLinecap: "round",
|
38
|
+
strokeLinejoin: "round"
|
39
|
+
}), /*#__PURE__*/_jsx("path", {
|
40
|
+
className: "strokePath",
|
41
|
+
d: "M8.00781 5.2041H12.2138C12.6518 5.2041 13.0058 5.5581 13.0058 5.9961V6.4761",
|
42
|
+
stroke: "#64748B",
|
43
|
+
strokeLinecap: "round",
|
44
|
+
strokeLinejoin: "round"
|
45
|
+
}), /*#__PURE__*/_jsx("path", {
|
46
|
+
className: "strokePath",
|
47
|
+
d: "M9.44775 11.8585V5.52246",
|
48
|
+
stroke: "#64748B",
|
49
|
+
strokeLinecap: "round",
|
50
|
+
strokeLinejoin: "round"
|
51
|
+
}), /*#__PURE__*/_jsx("path", {
|
52
|
+
className: "strokePath",
|
53
|
+
d: "M8.16357 11.8584H10.7316",
|
54
|
+
stroke: "#64748B",
|
55
|
+
strokeLinecap: "round",
|
56
|
+
strokeLinejoin: "round"
|
57
|
+
})]
|
58
|
+
});
|
59
|
+
export const BoldIcon = props => /*#__PURE__*/_jsxs("svg", {
|
60
|
+
xmlns: "http://www.w3.org/2000/svg",
|
61
|
+
width: "10",
|
62
|
+
height: "12",
|
63
|
+
viewBox: "0 0 10 12",
|
64
|
+
fill: "none",
|
65
|
+
children: [/*#__PURE__*/_jsx("path", {
|
66
|
+
className: "strokePath",
|
67
|
+
d: "M1.72461 1.375H5.77461C6.40118 1.375 7.00209 1.62391 7.44515 2.06696C7.8882 2.51002 8.13711 3.11093 8.13711 3.7375C8.13711 4.36407 7.8882 4.96499 7.44515 5.40804C7.00209 5.85109 6.40118 6.1 5.77461 6.1H1.72461V1.375Z",
|
68
|
+
stroke: "#64748B",
|
69
|
+
strokeWidth: "1.5",
|
70
|
+
strokeLinecap: "round",
|
71
|
+
strokeLinejoin: "round"
|
72
|
+
}), /*#__PURE__*/_jsx("path", {
|
73
|
+
className: "strokePath",
|
74
|
+
d: "M5.77461 6.09961H6.44961C7.07618 6.09961 7.6771 6.34852 8.12015 6.79157C8.56321 7.23462 8.81211 7.83554 8.81211 8.46211C8.81211 9.08868 8.56321 9.6896 8.12015 10.1327C7.6771 10.5757 7.07618 10.8246 6.44961 10.8246H1.72461V6.09961",
|
75
|
+
stroke: "#64748B",
|
76
|
+
strokeWidth: "1.5",
|
77
|
+
strokeLinecap: "round",
|
78
|
+
strokeLinejoin: "round"
|
79
|
+
})]
|
80
|
+
});
|
81
|
+
export const ItalicIcon = props => /*#__PURE__*/_jsxs("svg", {
|
82
|
+
xmlns: "http://www.w3.org/2000/svg",
|
83
|
+
width: "11",
|
84
|
+
height: "12",
|
85
|
+
viewBox: "0 0 11 12",
|
86
|
+
fill: "none",
|
87
|
+
children: [/*#__PURE__*/_jsx("path", {
|
88
|
+
className: "strokePath",
|
89
|
+
d: "M4.6626 0.75H9.3876",
|
90
|
+
stroke: "#64748B",
|
91
|
+
strokeWidth: "1.5",
|
92
|
+
strokeLinecap: "round",
|
93
|
+
strokeLinejoin: "round"
|
94
|
+
}), /*#__PURE__*/_jsx("path", {
|
95
|
+
className: "strokePath",
|
96
|
+
d: "M1.5127 11.25H6.2377",
|
97
|
+
stroke: "#64748B",
|
98
|
+
strokeWidth: "1.5",
|
99
|
+
strokeLinecap: "round",
|
100
|
+
strokeLinejoin: "round"
|
101
|
+
}), /*#__PURE__*/_jsx("path", {
|
102
|
+
className: "strokePath",
|
103
|
+
d: "M7.025 0.75L3.875 11.25",
|
104
|
+
stroke: "#64748B",
|
105
|
+
strokeWidth: "1.5",
|
106
|
+
strokeLinecap: "round",
|
107
|
+
strokeLinejoin: "round"
|
108
|
+
})]
|
109
|
+
});
|
110
|
+
export const UnderLineIcon = props => /*#__PURE__*/_jsxs("svg", {
|
111
|
+
xmlns: "http://www.w3.org/2000/svg",
|
112
|
+
width: "14",
|
113
|
+
height: "14",
|
114
|
+
viewBox: "0 0 14 14",
|
115
|
+
fill: "none",
|
116
|
+
children: [/*#__PURE__*/_jsx("path", {
|
117
|
+
className: "strokePath",
|
118
|
+
d: "M2.7749 1.125V5.25C2.7749 6.34402 3.2095 7.39323 3.98309 8.16682C4.75667 8.9404 5.80588 9.375 6.8999 9.375C7.99392 9.375 9.04313 8.9404 9.81672 8.16682C10.5903 7.39323 11.0249 6.34402 11.0249 5.25V1.125",
|
119
|
+
stroke: "#64748B",
|
120
|
+
strokeWidth: "1.5",
|
121
|
+
strokeLinecap: "round",
|
122
|
+
strokeLinejoin: "round"
|
123
|
+
}), /*#__PURE__*/_jsx("path", {
|
124
|
+
className: "strokePath",
|
125
|
+
d: "M1.125 12.6748H12.675",
|
126
|
+
stroke: "#64748B",
|
127
|
+
strokeWidth: "1.5",
|
128
|
+
strokeLinecap: "round",
|
129
|
+
strokeLinejoin: "round"
|
130
|
+
})]
|
131
|
+
});
|
132
|
+
export const StrikethroughIcon = props => /*#__PURE__*/_jsx("svg", {
|
133
|
+
xmlns: "http://www.w3.org/2000/svg",
|
134
|
+
width: "15",
|
135
|
+
height: "15",
|
136
|
+
viewBox: "0 0 15 15",
|
137
|
+
fill: "none",
|
138
|
+
children: /*#__PURE__*/_jsx("path", {
|
139
|
+
className: "strokeFillPath",
|
140
|
+
d: "M2.7607 11.125C2.7607 13.0718 4.33885 14.65 6.28568 14.65H8.21432C10.1611 14.65 11.7393 13.0718 11.7393 11.125V10.6429C11.7393 9.78254 11.4309 8.99403 10.9189 8.38214H13.5179C13.867 8.38214 14.15 8.0991 14.15 7.75C14.15 7.4009 13.867 7.11786 13.5179 7.11786H8.21597H8.21435H6.28579C5.03727 7.11786 4.02509 6.10568 4.02509 4.85714V4.375C4.02509 3.12647 5.03727 2.11429 6.28579 2.11429H8.21435C9.46288 2.11429 10.4751 3.12647 10.4751 4.375V4.84874C10.4751 5.19784 10.7581 5.48088 11.1072 5.48088C11.4563 5.48088 11.7393 5.19784 11.7393 4.84874V4.375C11.7393 2.42817 10.1612 0.85 8.21435 0.85H6.28579C4.33897 0.85 2.76081 2.42817 2.76081 4.375V4.85714C2.76081 5.71746 3.06916 6.50597 3.58108 7.11786H0.982141C0.633044 7.11786 0.35 7.4009 0.35 7.75C0.35 8.0991 0.633044 8.38214 0.982141 8.38214H8.21424L8.21556 8.38214C8.21559 8.38214 8.21562 8.38214 8.21564 8.38214C9.46353 8.38289 10.4749 9.39474 10.4749 10.6429V11.125C10.4749 12.3735 9.46276 13.3857 8.21424 13.3857H6.28568C5.03715 13.3857 4.02498 12.3735 4.02498 11.125V10.6429C4.02498 10.2938 3.74193 10.0107 3.39284 10.0107C3.04374 10.0107 2.7607 10.2938 2.7607 10.6429V11.125Z",
|
141
|
+
fill: "#64748B",
|
142
|
+
stroke: "#64748B",
|
143
|
+
strokeWidth: "0.3"
|
144
|
+
})
|
145
|
+
});
|
146
|
+
export const Textcolor = props => /*#__PURE__*/_jsxs("svg", {
|
147
|
+
xmlns: "http://www.w3.org/2000/svg",
|
148
|
+
width: "10",
|
149
|
+
height: "13",
|
150
|
+
viewBox: "0 0 10 13",
|
151
|
+
fill: "none",
|
152
|
+
children: [/*#__PURE__*/_jsxs("g", {
|
153
|
+
clipPath: "url(#clip0_930_78)",
|
154
|
+
children: [/*#__PURE__*/_jsx("path", {
|
155
|
+
className: "fillPath",
|
156
|
+
d: "M1.97882 10.0002H0.348145L4.0122 -0.181641H5.78706L9.45112 10.0002H7.82044L4.94189 1.66779H4.86235L1.97882 10.0002ZM2.25226 6.01298H7.54203V7.30558H2.25226V6.01298Z",
|
157
|
+
fill: "#64748B"
|
158
|
+
}), /*#__PURE__*/_jsx("path", {
|
159
|
+
className: "strokePath",
|
160
|
+
d: "M0 12H9.73047",
|
161
|
+
stroke: "#64748B",
|
162
|
+
strokeWidth: "1.2"
|
163
|
+
})]
|
164
|
+
}), /*#__PURE__*/_jsx("defs", {
|
165
|
+
children: /*#__PURE__*/_jsx("clipPath", {
|
166
|
+
id: "clip0_930_78",
|
167
|
+
children: /*#__PURE__*/_jsx("rect", {
|
168
|
+
width: "10",
|
169
|
+
height: "13",
|
170
|
+
fill: "white"
|
171
|
+
})
|
172
|
+
})
|
173
|
+
})]
|
174
|
+
});
|
175
|
+
export const TextBgcolor = props => /*#__PURE__*/_jsx("svg", {
|
176
|
+
xmlns: "http://www.w3.org/2000/svg",
|
177
|
+
width: "15",
|
178
|
+
height: "19",
|
179
|
+
viewBox: "0 0 15 19",
|
180
|
+
fill: "none",
|
181
|
+
children: /*#__PURE__*/_jsx("path", {
|
182
|
+
className: "fillPath",
|
183
|
+
d: "M0.0260563 17.7553H14.4V18.9H0.0260563V17.7553ZM3.69149 0L3.0893 0.949203L4.84345 2.23342L0 9.82704L8.01144 15.6337L13.4572 7.09133L3.69149 0.000591138V0ZM5.73366 2.87539L11.9651 7.39805L1.49252 9.51965L5.73405 2.87522L5.73366 2.87539ZM13.5883 8.96119C14.0333 8.84953 13.8239 9.88236 13.8502 10.9712C13.8763 12.0599 13.693 12.7299 13.2741 12.8137C12.8291 12.9254 12.2269 12.367 13.0385 10.9154C13.8502 9.43575 13.1432 9.04501 13.5883 8.96123L13.5883 8.96119Z",
|
184
|
+
fill: "#64748B"
|
185
|
+
})
|
186
|
+
});
|
187
|
+
export const CheckboxIcon = props =>
|
188
|
+
/*#__PURE__*/
|
189
|
+
// <svg className="CheckboxIcon" style={{ width: '15px !important', height: '15px !important' }} width="13" height="13" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
190
|
+
// <path d="M16 0C24.8354 0 32 7.16457 32 16C32 24.8354 24.8354 32 16 32C7.16457 32 0 24.8354 0 16C0 7.16457 7.16457 0 16 0ZM16 2.62297C8.61143 2.62297 2.62286 8.61154 2.62286 16.0001C2.62286 23.3887 8.61143 29.3773 16 29.3773C23.3886 29.3773 29.3771 23.3887 29.3771 16.0001C29.3771 8.61154 23.3886 2.62297 16 2.62297V2.62297Z" fill="black" />
|
191
|
+
// <path d="M8.8672 14.1703C7.81005 12.8109 5.74177 14.4205 6.798 15.7788L12.774 23.4622C13.3115 24.1537 14.3057 24.1533 14.8432 23.4622L25.2026 10.1433C26.2589 8.78505 24.1906 7.17545 23.1334 8.53488L13.8089 20.524L8.86731 14.1703H8.8672Z" fill="black" />
|
192
|
+
// </svg>
|
193
|
+
_jsx("svg", {
|
194
|
+
className: "CheckboxIcon",
|
195
|
+
xmlns: "http://www.w3.org/2000/svg",
|
196
|
+
width: "15",
|
197
|
+
height: "15",
|
198
|
+
viewBox: "0 0 623 623",
|
199
|
+
fill: "none",
|
200
|
+
children: /*#__PURE__*/_jsx("path", {
|
201
|
+
className: "fillPath",
|
202
|
+
d: "M93.8939 186.893C41.0032 186.893 0.560547 146.445 0.560547 93.5599C0.560547 40.6692 41.0032 0.226562 93.8939 0.226562C146.785 0.226562 187.227 40.6692 187.227 93.5599C187.227 146.445 146.779 186.893 93.8939 186.893V186.893ZM93.8939 62.4452C75.2272 62.4452 62.7792 74.8931 62.7792 93.5599C62.7792 112.227 75.2219 124.669 93.8886 124.669C112.555 124.669 124.998 112.227 124.998 93.5599C125.003 74.8932 112.56 62.4452 93.8939 62.4452ZM93.8939 622.445C41.0032 622.445 0.560547 582.003 0.560547 529.112C0.560547 476.221 41.0032 435.779 93.8939 435.779C146.785 435.779 187.227 476.221 187.227 529.112C187.227 582.003 146.779 622.445 93.8939 622.445V622.445ZM93.8939 498.003C75.2272 498.003 62.7845 510.445 62.7845 529.112C62.7845 547.779 75.2272 560.221 93.8939 560.221C112.561 560.221 125.003 547.779 125.003 529.112C125.003 510.445 112.561 498.003 93.8939 498.003ZM622.774 93.5626C622.774 74.8959 610.331 62.4532 591.665 62.4532L249.438 62.448C230.771 62.448 218.329 74.8959 218.329 93.5627C218.329 112.229 230.771 124.672 249.438 124.672H591.665C610.331 124.672 622.774 112.229 622.774 93.5627V93.5626ZM622.774 311.336C622.774 292.669 610.331 280.227 591.665 280.227H249.438C230.771 280.227 218.329 292.669 218.329 311.336C218.329 330.003 230.771 342.445 249.438 342.445H591.665C610.331 342.445 622.774 330.003 622.774 311.336ZM622.774 529.109C622.774 510.443 610.331 498 591.665 498H249.438C230.771 498 218.329 510.443 218.329 529.109C218.329 547.776 230.771 560.219 249.438 560.219H591.665C610.331 560.224 622.774 547.776 622.774 529.109ZM81.4406 367.336L174.774 305.112C190.331 295.779 193.441 277.112 187.217 261.555C174.774 249.112 156.107 242.893 140.555 252.226C140.555 252.226 137.446 252.226 137.446 255.336L65.8886 302.002L53.4459 289.56C41.0032 277.117 19.2219 280.226 9.88855 292.669C0.555216 305.112 0.555216 320.669 9.88855 333.112L40.9979 364.221C50.3312 373.56 68.9979 376.669 81.4406 367.336V367.336Z",
|
203
|
+
fill: "black"
|
204
|
+
})
|
205
|
+
});
|
206
|
+
export const HeadingTypeIcon = props => /*#__PURE__*/_jsx("svg", {
|
207
|
+
className: "HeadingTypeIcon fontSizeIcon",
|
208
|
+
stroke: "#64748B",
|
209
|
+
fill: "#64748B",
|
210
|
+
strokeWidth: "0",
|
211
|
+
viewBox: "0 0 24 24",
|
212
|
+
height: "17",
|
213
|
+
width: "20",
|
214
|
+
xmlns: "http://www.w3.org/2000/svg",
|
215
|
+
children: /*#__PURE__*/_jsx("path", {
|
216
|
+
d: "M18 20V4h-3v6H9V4H6v16h3v-7h6v7z"
|
217
|
+
})
|
218
|
+
})
|
219
|
+
// <svg className="HeadingTypeIcon" xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 600 600" fill="none">
|
220
|
+
// <path fillRule="evenodd" clipRule="evenodd" d="M0.00992292 0.00561517V455.315H140.048C142.709 455.259 145.284 455.978 147.189 457.315C149.102 458.652 150.174 460.483 150.167 462.401V600H600V0H0L0.00992292 0.00561517ZM159.97 115.663H440.054V159.091H159.97V115.663Z" fill="black"/>
|
221
|
+
// <path fillRule="evenodd" clipRule="evenodd" d="M0 481H89.0307V599.552L0 481Z" fill="black"/>
|
222
|
+
// <rect x="43" y="45" width="508" height="185" rx="20" fill="white"/>
|
223
|
+
// <path d="M269.321 174V101.273H284.697V131.28H315.912V101.273H331.253V174H315.912V143.957H284.697V174H269.321Z" fill="black"/>
|
224
|
+
// </svg>
|
225
|
+
;
|
226
|
+
|
227
|
+
export const AlignmentIcon = props => /*#__PURE__*/_jsxs("svg", {
|
228
|
+
xmlns: "http://www.w3.org/2000/svg",
|
229
|
+
width: "17",
|
230
|
+
height: "13",
|
231
|
+
viewBox: "0 0 17 13",
|
232
|
+
fill: "none",
|
233
|
+
children: [/*#__PURE__*/_jsx("path", {
|
234
|
+
className: "strokePath",
|
235
|
+
d: "M1 1H15.4",
|
236
|
+
stroke: "#64748B",
|
237
|
+
strokeWidth: "1.5",
|
238
|
+
strokeLinecap: "round",
|
239
|
+
strokeLinejoin: "round"
|
240
|
+
}), /*#__PURE__*/_jsx("path", {
|
241
|
+
className: "strokePath",
|
242
|
+
d: "M1 6.40039H10",
|
243
|
+
stroke: "#64748B",
|
244
|
+
strokeWidth: "1.5",
|
245
|
+
strokeLinecap: "round",
|
246
|
+
strokeLinejoin: "round"
|
247
|
+
}), /*#__PURE__*/_jsx("path", {
|
248
|
+
className: "strokePath",
|
249
|
+
d: "M1 11.7998H13.6",
|
250
|
+
stroke: "#64748B",
|
251
|
+
strokeWidth: "1.5",
|
252
|
+
strokeLinecap: "round",
|
253
|
+
strokeLinejoin: "round"
|
254
|
+
})]
|
255
|
+
});
|
256
|
+
export const LeftAlignIcon = props => /*#__PURE__*/_jsxs("svg", {
|
257
|
+
className: "LeftAlignIcon",
|
258
|
+
xmlns: "http://www.w3.org/2000/svg",
|
259
|
+
width: "15",
|
260
|
+
height: "15",
|
261
|
+
viewBox: "0 0 601 600",
|
262
|
+
fill: "none",
|
263
|
+
children: [/*#__PURE__*/_jsx("path", {
|
264
|
+
d: "M0.665085 573.336V26.6645C0.665085 17.1406 6.29518 8.33697 15.433 3.57146C24.5711 -1.19049 35.8318 -1.19049 44.9743 3.57146C54.1124 8.33804 59.7422 17.1406 59.7422 26.6645V573.336C59.7422 582.859 54.1121 591.663 44.9743 596.429C35.831 601.19 24.5702 601.19 15.433 596.429C6.29492 591.662 0.665085 582.859 0.665085 573.336Z",
|
265
|
+
fill: "black"
|
266
|
+
}), /*#__PURE__*/_jsx("path", {
|
267
|
+
d: "M571.127 320H148.357C140.522 320 133.011 322.809 127.469 327.808C121.931 332.812 118.82 339.592 118.82 346.665V533.333C118.82 540.407 121.931 547.187 127.469 552.191C133.011 557.19 140.522 559.999 148.357 559.999H571.127C578.962 559.999 586.473 557.19 592.01 552.191C597.553 547.187 600.664 540.407 600.664 533.333V346.665C600.664 339.592 597.553 332.812 592.01 327.808C586.473 322.809 578.962 320 571.127 320Z",
|
268
|
+
fill: "black"
|
269
|
+
}), /*#__PURE__*/_jsx("path", {
|
270
|
+
d: "M375.065 40.0005H148.357C140.522 40.0005 133.011 42.8093 127.469 47.8084C121.931 52.8075 118.82 59.5923 118.82 66.6657V226.667C118.82 233.74 121.931 240.525 127.469 245.524C133.011 250.528 140.521 253.337 148.357 253.337H375.065C382.895 253.337 390.411 250.528 395.948 245.524C401.49 240.525 404.602 233.74 404.602 226.667V66.6657C404.602 59.5926 401.49 52.8073 395.948 47.8084C390.41 42.8093 382.895 40.0005 375.065 40.0005Z",
|
271
|
+
fill: "black"
|
272
|
+
})]
|
273
|
+
});
|
274
|
+
export const RightAlignIcon = props => /*#__PURE__*/_jsxs("svg", {
|
275
|
+
className: "RightAlignIcon",
|
276
|
+
xmlns: "http://www.w3.org/2000/svg",
|
277
|
+
width: "15",
|
278
|
+
height: "15",
|
279
|
+
viewBox: "0 0 600 600",
|
280
|
+
fill: "none",
|
281
|
+
children: [/*#__PURE__*/_jsx("path", {
|
282
|
+
d: "M600.001 573.336V26.6645C600.001 17.1406 594.371 8.33697 585.233 3.57146C576.095 -1.19049 564.834 -1.19049 555.692 3.57146C546.554 8.33804 540.924 17.1406 540.924 26.6645V573.336C540.924 582.859 546.554 591.663 555.692 596.429C564.835 601.19 576.096 601.19 585.233 596.429C594.371 591.662 600.001 582.859 600.001 573.336Z",
|
283
|
+
fill: "black"
|
284
|
+
}), /*#__PURE__*/_jsx("path", {
|
285
|
+
d: "M29.5366 320H452.307C460.142 320 467.653 322.809 473.195 327.808C478.733 332.812 481.844 339.592 481.844 346.666V533.334C481.844 540.407 478.733 547.188 473.195 552.191C467.653 557.19 460.142 559.999 452.307 559.999H29.5366C21.7017 559.999 14.191 557.19 8.65386 552.191C3.1113 547.187 0 540.407 0 533.334V346.666C0 339.593 3.1113 332.812 8.65386 327.808C14.1913 322.809 21.7016 320 29.5366 320V320Z",
|
286
|
+
fill: "black"
|
287
|
+
}), /*#__PURE__*/_jsx("path", {
|
288
|
+
d: "M225.599 40H452.308C460.142 40 467.653 42.8088 473.196 47.8079C478.733 52.807 481.844 59.5918 481.844 66.6652V226.666C481.844 233.74 478.733 240.525 473.196 245.524C467.653 250.528 460.143 253.336 452.308 253.336H225.599C217.769 253.336 210.254 250.528 204.716 245.524C199.174 240.525 196.062 233.74 196.062 226.666V66.6652C196.062 59.5921 199.174 52.8068 204.716 47.8079C210.254 42.8088 217.769 40 225.599 40V40Z",
|
289
|
+
fill: "black"
|
290
|
+
})]
|
291
|
+
});
|
292
|
+
export const CenterAlignIcon = props => /*#__PURE__*/_jsxs("svg", {
|
293
|
+
className: "CenterAlignIcon",
|
294
|
+
xmlns: "http://www.w3.org/2000/svg",
|
295
|
+
width: "15",
|
296
|
+
height: "15",
|
297
|
+
viewBox: "0 0 600 600",
|
298
|
+
fill: "none",
|
299
|
+
children: [/*#__PURE__*/_jsx("path", {
|
300
|
+
d: "M262.887 573.336V26.6645C262.887 17.1406 269.898 8.33697 281.277 3.57146C292.656 -1.19049 306.678 -1.19049 318.062 3.57146C329.441 8.33804 336.451 17.1406 336.451 26.6645V573.336C336.451 582.859 329.44 591.663 318.062 596.429C306.677 601.19 292.654 601.19 281.277 596.429C269.898 591.662 262.887 582.859 262.887 573.336Z",
|
301
|
+
fill: "black"
|
302
|
+
}), /*#__PURE__*/_jsx("path", {
|
303
|
+
d: "M563.221 320H36.7796C27.0235 320 17.6711 322.809 10.7695 327.808C3.87424 332.812 -4.65997e-06 339.592 -4.65997e-06 346.666V533.334C-4.65997e-06 540.407 3.87424 547.188 10.7695 552.191C17.6712 557.19 27.0232 559.999 36.7796 559.999H563.221C572.977 559.999 582.329 557.19 589.224 552.191C596.126 547.187 600 540.407 600 533.334V346.666C600 339.593 596.126 332.812 589.224 327.808C582.329 322.809 572.977 320 563.221 320V320Z",
|
304
|
+
fill: "black"
|
305
|
+
}), /*#__PURE__*/_jsx("path", {
|
306
|
+
d: "M441.299 40H158.998C149.241 40 139.889 42.8088 132.988 47.8079C126.092 52.807 122.218 59.5918 122.218 66.6652V226.666C122.218 233.74 126.092 240.525 132.988 245.524C139.889 250.528 149.241 253.336 158.998 253.336H441.299C451.048 253.336 460.407 250.528 467.302 245.524C474.204 240.525 478.078 233.74 478.078 226.666V66.6652C478.078 59.5921 474.204 52.8068 467.302 47.8079C460.407 42.8088 451.049 40 441.299 40V40Z",
|
307
|
+
fill: "black"
|
308
|
+
})]
|
309
|
+
});
|
310
|
+
export const JustifyAligIcon = props => /*#__PURE__*/_jsxs("svg", {
|
311
|
+
className: "JustifyAligIcon",
|
312
|
+
xmlns: "http://www.w3.org/2000/svg",
|
313
|
+
width: "15",
|
314
|
+
height: "15",
|
315
|
+
viewBox: "0 0 600 600",
|
316
|
+
fill: "none",
|
317
|
+
children: [/*#__PURE__*/_jsx("path", {
|
318
|
+
d: "M262.888 573.336V26.6645C262.888 17.1406 269.899 8.33697 281.278 3.57146C292.657 -1.19049 306.679 -1.19049 318.063 3.57146C329.442 8.33804 336.452 17.1406 336.452 26.6645V573.336C336.452 582.859 329.441 591.663 318.063 596.429C306.678 601.19 292.655 601.19 281.278 596.429C269.899 591.662 262.888 582.859 262.888 573.336Z",
|
319
|
+
fill: "black"
|
320
|
+
}), /*#__PURE__*/_jsx("path", {
|
321
|
+
d: "M563.222 320H36.7806C27.0245 320 17.672 322.809 10.7705 327.808C3.87521 332.812 0.000971903 339.592 0.000971903 346.666V533.334C0.000971903 540.407 3.87521 547.188 10.7705 552.191C17.6722 557.19 27.0242 559.999 36.7806 559.999H563.222C572.978 559.999 582.33 557.19 589.225 552.191C596.127 547.187 600.001 540.407 600.001 533.334V346.666C600.001 339.593 596.127 332.812 589.225 327.808C582.33 322.809 572.978 320 563.222 320V320Z",
|
322
|
+
fill: "black"
|
323
|
+
}), /*#__PURE__*/_jsx("path", {
|
324
|
+
d: "M537.772 40.1787H61.9878C45.5452 40.1787 29.7828 42.9883 18.1511 47.9888C6.52993 52.9892 0.000374328 59.7759 0.000374328 66.8512V226.896C0.000374328 233.971 6.52993 240.758 18.1511 245.759C29.7831 250.764 45.5446 253.573 61.9878 253.573H537.772C554.203 253.573 569.977 250.764 581.597 245.759C593.229 240.758 599.759 233.971 599.759 226.896V66.8512C599.759 59.7761 593.229 52.989 581.597 47.9888C569.976 42.9883 554.204 40.1787 537.772 40.1787V40.1787Z",
|
325
|
+
fill: "black"
|
326
|
+
})]
|
327
|
+
});
|
328
|
+
export const LinkIcon = props => /*#__PURE__*/_jsxs("svg", {
|
329
|
+
xmlns: "http://www.w3.org/2000/svg",
|
330
|
+
width: "16",
|
331
|
+
height: "15",
|
332
|
+
viewBox: "0 0 16 15",
|
333
|
+
fill: "none",
|
334
|
+
children: [/*#__PURE__*/_jsx("path", {
|
335
|
+
className: "strokePath",
|
336
|
+
d: "M6.02979 8.9448C6.30135 9.2081 6.62549 9.41729 6.98322 9.56009C7.34096 9.7029 7.72509 9.77645 8.11312 9.77645C8.50115 9.77645 8.88528 9.7029 9.24301 9.56009C9.60074 9.41729 9.92489 9.2081 10.1965 8.9448L13.5298 5.77813C14.0823 5.25322 14.3927 4.5413 14.3927 3.79896C14.3927 3.05663 14.0823 2.34471 13.5298 1.8198C12.9773 1.29489 12.2279 1 11.4465 1C10.6651 1 9.91565 1.29489 9.36312 1.8198L8.94645 2.21563",
|
337
|
+
stroke: "#64748B",
|
338
|
+
strokeWidth: "1.5",
|
339
|
+
strokeLinecap: "round",
|
340
|
+
strokeLinejoin: "round"
|
341
|
+
}), /*#__PURE__*/_jsx("path", {
|
342
|
+
className: "strokePath",
|
343
|
+
d: "M9.36295 5.77794C9.09138 5.51464 8.76724 5.30545 8.40951 5.16265C8.05177 5.01985 7.66764 4.94629 7.27961 4.94629C6.89158 4.94629 6.50745 5.01985 6.14972 5.16265C5.79199 5.30545 5.46784 5.51464 5.19628 5.77794L1.86294 8.94461C1.31041 9.46952 1 10.1814 1 10.9238C1 11.6661 1.31041 12.378 1.86294 12.9029C2.41548 13.4279 3.16488 13.7227 3.94628 13.7227C4.72768 13.7227 5.47708 13.4279 6.02961 12.9029L6.44628 12.5071",
|
344
|
+
stroke: "#64748B",
|
345
|
+
strokeWidth: "1.5",
|
346
|
+
strokeLinecap: "round",
|
347
|
+
strokeLinejoin: "round"
|
348
|
+
})]
|
349
|
+
});
|
350
|
+
export const AccordionIcon = props => /*#__PURE__*/_jsxs("svg", {
|
351
|
+
xmlns: "http://www.w3.org/2000/svg",
|
352
|
+
width: "17",
|
353
|
+
height: "17",
|
354
|
+
viewBox: "0 0 17 17",
|
355
|
+
fill: "none",
|
356
|
+
children: [/*#__PURE__*/_jsx("rect", {
|
357
|
+
x: "0.65",
|
358
|
+
y: "0.65",
|
359
|
+
width: "15.7",
|
360
|
+
height: "15.7",
|
361
|
+
rx: "4.35",
|
362
|
+
stroke: "#64748B",
|
363
|
+
strokeWidth: "1.3"
|
364
|
+
}), /*#__PURE__*/_jsx("line", {
|
365
|
+
x1: "5",
|
366
|
+
y1: "7.45938",
|
367
|
+
x2: "6.22331",
|
368
|
+
y2: "7.45937",
|
369
|
+
stroke: "#64748B",
|
370
|
+
strokeWidth: "1.3"
|
371
|
+
}), /*#__PURE__*/_jsx("line", {
|
372
|
+
x1: "5",
|
373
|
+
y1: "11.0141",
|
374
|
+
x2: "6.22331",
|
375
|
+
y2: "11.0141",
|
376
|
+
stroke: "#64748B",
|
377
|
+
strokeWidth: "1.3"
|
378
|
+
}), /*#__PURE__*/_jsx("rect", {
|
379
|
+
x: "3.5",
|
380
|
+
y: "4.5",
|
381
|
+
width: "4",
|
382
|
+
height: "9",
|
383
|
+
rx: "1.5",
|
384
|
+
stroke: "#64748B"
|
385
|
+
}), /*#__PURE__*/_jsx("path", {
|
386
|
+
d: "M11.8962 7.13997L12.7582 7.16265C13.8645 7.19175 14.2965 7.98665 13.7182 8.9275L13.2675 9.66325L12.8169 10.399C12.2386 11.3398 11.3335 11.316 10.8055 10.3461L10.3941 9.58766L9.98279 8.82924C9.4548 7.85929 9.92795 7.08819 11.0342 7.1173L11.8962 7.13997V7.13997Z",
|
387
|
+
stroke: "#64748B",
|
388
|
+
strokeWidth: "1.3",
|
389
|
+
strokeMiterlimit: "10",
|
390
|
+
strokeLinecap: "round",
|
391
|
+
strokeLinejoin: "round"
|
392
|
+
})]
|
393
|
+
});
|
394
|
+
export const ListIcon = props => /*#__PURE__*/_jsxs("svg", {
|
395
|
+
xmlns: "http://www.w3.org/2000/svg",
|
396
|
+
width: "17",
|
397
|
+
height: "17",
|
398
|
+
viewBox: "0 0 17 17",
|
399
|
+
fill: "none",
|
400
|
+
children: [/*#__PURE__*/_jsx("path", {
|
401
|
+
d: "M7.2998 2.7998H15.3998",
|
402
|
+
stroke: "#64748B",
|
403
|
+
strokeWidth: "1.5",
|
404
|
+
strokeLinecap: "round",
|
405
|
+
strokeLinejoin: "round"
|
406
|
+
}), /*#__PURE__*/_jsx("path", {
|
407
|
+
d: "M7.2998 8.2002H15.3998",
|
408
|
+
stroke: "#64748B",
|
409
|
+
strokeWidth: "1.5",
|
410
|
+
strokeLinecap: "round",
|
411
|
+
strokeLinejoin: "round"
|
412
|
+
}), /*#__PURE__*/_jsx("path", {
|
413
|
+
d: "M8.2002 13.5996H15.4002",
|
414
|
+
stroke: "#64748B",
|
415
|
+
strokeWidth: "1.5",
|
416
|
+
strokeLinecap: "round",
|
417
|
+
strokeLinejoin: "round"
|
418
|
+
}), /*#__PURE__*/_jsx("path", {
|
419
|
+
d: "M1 11.8C1 11.3226 1.18964 10.8648 1.52721 10.5272C1.86477 10.1896 2.32261 10 2.8 10C3.27739 10 3.73523 10.1896 4.07279 10.5272C4.41036 10.8648 4.6 11.3226 4.6 11.8C4.6 12.3319 4.15 12.7 3.7 13.15L1 15.4H4.6",
|
420
|
+
stroke: "#64748B",
|
421
|
+
strokeWidth: "1.5",
|
422
|
+
strokeLinecap: "round",
|
423
|
+
strokeLinejoin: "round"
|
424
|
+
}), /*#__PURE__*/_jsx("path", {
|
425
|
+
d: "M2.8 6.4V1L1 2.8",
|
426
|
+
stroke: "#64748B",
|
427
|
+
strokeWidth: "1.5",
|
428
|
+
strokeLinecap: "round",
|
429
|
+
strokeLinejoin: "round"
|
430
|
+
})]
|
431
|
+
});
|
432
|
+
export const DividerIcon = props => /*#__PURE__*/_jsxs("svg", {
|
433
|
+
xmlns: "http://www.w3.org/2000/svg",
|
434
|
+
width: "17",
|
435
|
+
height: "17",
|
436
|
+
viewBox: "0 0 17 17",
|
437
|
+
fill: "none",
|
438
|
+
children: [/*#__PURE__*/_jsx("line", {
|
439
|
+
y1: "8.85",
|
440
|
+
x2: "15.477",
|
441
|
+
y2: "8.85",
|
442
|
+
stroke: "#64748B",
|
443
|
+
strokeWidth: "1.3"
|
444
|
+
}), /*#__PURE__*/_jsx("line", {
|
445
|
+
y1: "6.35",
|
446
|
+
x2: "11.9054",
|
447
|
+
y2: "6.35",
|
448
|
+
stroke: "#64748B",
|
449
|
+
strokeOpacity: "0.47",
|
450
|
+
strokeWidth: "1.3"
|
451
|
+
}), /*#__PURE__*/_jsx("line", {
|
452
|
+
y1: "3.85",
|
453
|
+
x2: "16.6675",
|
454
|
+
y2: "3.85",
|
455
|
+
stroke: "#64748B",
|
456
|
+
strokeOpacity: "0.47",
|
457
|
+
strokeWidth: "1.3"
|
458
|
+
}), /*#__PURE__*/_jsx("line", {
|
459
|
+
y1: "1.35",
|
460
|
+
x2: "13.0959",
|
461
|
+
y2: "1.35",
|
462
|
+
stroke: "#64748B",
|
463
|
+
strokeOpacity: "0.47",
|
464
|
+
strokeWidth: "1.3"
|
465
|
+
}), /*#__PURE__*/_jsx("line", {
|
466
|
+
y1: "11.35",
|
467
|
+
x2: "15.477",
|
468
|
+
y2: "11.35",
|
469
|
+
stroke: "#64748B",
|
470
|
+
strokeOpacity: "0.47",
|
471
|
+
strokeWidth: "1.3"
|
472
|
+
}), /*#__PURE__*/_jsx("line", {
|
473
|
+
y1: "13.85",
|
474
|
+
x2: "13.0959",
|
475
|
+
y2: "13.85",
|
476
|
+
stroke: "#64748B",
|
477
|
+
strokeOpacity: "0.47",
|
478
|
+
strokeWidth: "1.3"
|
479
|
+
}), /*#__PURE__*/_jsx("line", {
|
480
|
+
y1: "16.35",
|
481
|
+
x2: "8.33375",
|
482
|
+
y2: "16.35",
|
483
|
+
stroke: "#64748B",
|
484
|
+
strokeOpacity: "0.47",
|
485
|
+
strokeWidth: "1.3"
|
486
|
+
})]
|
487
|
+
})
|
488
|
+
// <svg className="DividerIcon" xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 600 620" fill="none">
|
489
|
+
// <path d="M0 521.475H487.5M0 442.787H590.625M0 610H337.5" stroke="black" strokeOpacity="0.4" strokeWidth="18.38"/>
|
490
|
+
// <path d="M0 88.6885H590.625M0 10H534.375M0 177.213H450" stroke="black" strokeOpacity="0.4" strokeWidth="18.38"/>
|
491
|
+
// <path d="M0 314.918H600" stroke="black" strokeWidth="58.13"/>
|
492
|
+
// </svg>
|
493
|
+
;
|
494
|
+
|
495
|
+
export const DeletIcon2 = props => /*#__PURE__*/_jsxs("svg", {
|
496
|
+
className: "DeletIcon2",
|
497
|
+
xmlns: "http://www.w3.org/2000/svg",
|
498
|
+
width: "16",
|
499
|
+
height: "16",
|
500
|
+
viewBox: "0 0 464 586",
|
501
|
+
fill: "none",
|
502
|
+
children: [/*#__PURE__*/_jsx("path", {
|
503
|
+
d: "M37.5329 200.493H43.5069V510.36C43.5069 551.428 77.1056 585.027 118.174 585.027H345.16C386.228 585.027 419.827 551.428 419.827 510.36L419.832 200.493H425.806C446.713 200.493 463.139 184.067 463.139 163.16V101.931C463.139 81.024 446.713 64.5974 425.806 64.5974H333.218V41.452C333.218 19.0507 314.552 0.384033 292.15 0.384033H171.192C148.79 0.384033 130.123 19.0507 130.123 41.452V64.5974H37.5355C16.6288 64.5974 0.202148 81.024 0.202148 101.931V163.16C0.202148 183.316 17.3795 200.493 37.5355 200.493H37.5329ZM389.96 510.36C389.96 535 369.798 555.163 345.157 555.163H118.17C93.5303 555.163 73.3676 535.001 73.3676 510.36L73.3728 200.493H389.959L389.96 510.36ZM159.986 41.4534C159.986 35.4794 165.215 30.2555 171.184 30.2555H291.397C297.371 30.2555 302.595 35.4847 302.595 41.4534V64.5987H159.982L159.986 41.4534ZM30.069 101.932C30.069 97.4529 33.0533 94.4632 37.5377 94.4632L425.804 94.4684C430.284 94.4684 433.273 97.4529 433.273 101.937V163.167C433.273 167.646 430.289 170.635 425.804 170.635L37.5377 170.625C33.0585 170.625 30.069 167.641 30.069 163.156V101.932Z",
|
504
|
+
fill: "#7E84A3"
|
505
|
+
}), /*#__PURE__*/_jsx("path", {
|
506
|
+
d: "M293.64 264.707H323.504V482.733H293.64V264.707Z",
|
507
|
+
fill: "#7E84A3"
|
508
|
+
}), /*#__PURE__*/_jsx("path", {
|
509
|
+
d: "M216.732 264.707H246.596V482.733H216.732V264.707Z",
|
510
|
+
fill: "#7E84A3"
|
511
|
+
}), /*#__PURE__*/_jsx("path", {
|
512
|
+
d: "M139.826 264.707H169.69V482.733H139.826V264.707Z",
|
513
|
+
fill: "#7E84A3"
|
514
|
+
})]
|
515
|
+
});
|
516
|
+
export const GridIcon = props => /*#__PURE__*/_jsxs("svg", {
|
517
|
+
xmlns: "http://www.w3.org/2000/svg",
|
518
|
+
width: "16",
|
519
|
+
height: "16",
|
520
|
+
viewBox: "0 0 16 16",
|
521
|
+
fill: "none",
|
522
|
+
children: [/*#__PURE__*/_jsx("path", {
|
523
|
+
d: "M14.6667 10.3203V13.347C14.6667 14.287 14.24 14.667 13.18 14.667H10.4867C9.42667 14.667 9 14.287 9 13.347V10.327C9 9.38033 9.42667 9.00699 10.4867 9.00699H13.18C14.24 9.00033 14.6667 9.38033 14.6667 10.3203Z",
|
524
|
+
stroke: "#64748B",
|
525
|
+
strokeWidth: "1.3",
|
526
|
+
strokeLinecap: "round",
|
527
|
+
strokeLinejoin: "round"
|
528
|
+
}), /*#__PURE__*/_jsx("path", {
|
529
|
+
d: "M14.6667 2.82V5.51333C14.6667 6.57333 14.24 7 13.18 7H10.4867C9.42667 7 9 6.57333 9 5.51333V2.82C9 1.76 9.42667 1.33333 10.4867 1.33333H13.18C14.24 1.33333 14.6667 1.76 14.6667 2.82Z",
|
530
|
+
stroke: "#64748B",
|
531
|
+
strokeWidth: "1.3",
|
532
|
+
strokeLinecap: "round",
|
533
|
+
strokeLinejoin: "round"
|
534
|
+
}), /*#__PURE__*/_jsx("path", {
|
535
|
+
d: "M7.00016 10.3203V13.347C7.00016 14.287 6.5735 14.667 5.5135 14.667H2.82016C1.76016 14.667 1.3335 14.287 1.3335 13.347V10.327C1.3335 9.38033 1.76016 9.00699 2.82016 9.00699H5.5135C6.5735 9.00033 7.00016 9.38032 7.00016 10.3203Z",
|
536
|
+
stroke: "#64748B",
|
537
|
+
strokeWidth: "1.3",
|
538
|
+
strokeLinecap: "round",
|
539
|
+
strokeLinejoin: "round"
|
540
|
+
}), /*#__PURE__*/_jsx("path", {
|
541
|
+
d: "M7.00016 2.82V5.51333C7.00016 6.57333 6.5735 7 5.5135 7H2.82016C1.76016 7 1.3335 6.57333 1.3335 5.51333V2.82C1.3335 1.76 1.76016 1.33333 2.82016 1.33333H5.5135C6.5735 1.33333 7.00016 1.76 7.00016 2.82Z",
|
542
|
+
stroke: "#64748B",
|
543
|
+
strokeWidth: "1.3",
|
544
|
+
strokeLinecap: "round",
|
545
|
+
strokeLinejoin: "round"
|
546
|
+
})]
|
547
|
+
});
|
548
|
+
export const ButtonIcon = props =>
|
549
|
+
/*#__PURE__*/
|
550
|
+
//<svg className="ButtonIcon" xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 601 600" fill="none">
|
551
|
+
//<path fill-rule="evenodd" clip-rule="evenodd" d="M304.391 243.336C296.878 239.931 288.26 241.853 282.52 248.211C276.78 254.57 275.045 264.116 278.119 272.439L382.14 554.121C384.959 561.761 391.362 567.055 398.777 567.874C406.191 568.698 413.41 564.921 417.543 558.049L450.153 503.876L531.02 593.463C538.886 602.176 551.636 602.181 559.506 593.467L594.191 555.059C597.971 550.872 600.092 545.196 600.092 539.281C600.092 533.36 597.971 527.685 594.191 523.498L513.316 433.906L562.223 397.781C568.422 393.203 571.832 385.206 571.092 376.992C570.348 368.778 565.573 361.69 558.677 358.563L304.4 243.331L304.391 243.336ZM333.595 304.786L508.309 383.964L470.52 411.874C465.499 415.581 462.242 421.591 461.651 428.241C461.056 434.891 463.186 441.49 467.455 446.218L551.459 539.272L545.269 546.129L461.273 453.071C457.004 448.342 451.052 445.983 445.044 446.642C439.041 447.302 433.616 450.905 430.27 456.467L405.071 498.329L333.601 304.785L333.595 304.786ZM293.549 416.995H73.5957C65.1094 416.995 60.5957 406.207 60.5957 397.781V73.5C60.5957 65.0834 75.1097 58.5441 83.5957 58.5441H526C534.482 58.5441 545.269 65.0834 545.269 73.5V309.155C545.269 321.471 564.882 332 576 332C587.118 332 600.096 321.471 600.096 309.155V58.5441C600.096 26.9312 575.317 0 543.451 0H56.7405C24.8704 0 0.0957031 26.9312 0.0957031 58.5441V416.995C0.0957031 448.631 24.8704 475.544 56.7405 475.544H293.549C304.667 475.544 313.693 465.545 313.693 453.228C313.693 440.912 315.509 422 304.391 422L293.549 416.995ZM237.027 350.92L264.599 320.372C272.46 311.663 272.46 297.524 264.599 288.815C256.738 280.107 243.974 280.107 236.113 288.815L208.541 319.364C200.679 328.072 200.679 342.211 208.541 350.92C216.402 359.629 229.165 359.629 237.027 350.92ZM347.426 228.623L375.002 198.075C382.863 189.366 382.863 175.227 375.002 166.518C367.141 157.81 354.378 157.81 346.516 166.518L318.94 197.067C311.078 205.775 311.078 219.914 318.94 228.623C326.801 237.332 339.564 237.332 347.426 228.623ZM267.826 197.067L240.25 166.518C232.389 157.81 219.625 157.81 211.764 166.518C203.902 175.227 203.902 189.366 211.764 198.075L239.34 228.623C247.201 237.332 259.964 237.332 267.826 228.623C275.688 219.914 275.687 205.776 267.826 197.067Z" fill="black"/>
|
552
|
+
//</svg>
|
553
|
+
_jsxs("svg", {
|
554
|
+
xmlns: "http://www.w3.org/2000/svg",
|
555
|
+
width: "17",
|
556
|
+
height: "17",
|
557
|
+
viewBox: "0 0 17 17",
|
558
|
+
fill: "none",
|
559
|
+
children: [/*#__PURE__*/_jsx("rect", {
|
560
|
+
x: "0.65",
|
561
|
+
y: "0.65",
|
562
|
+
width: "15.7",
|
563
|
+
height: "15.7",
|
564
|
+
rx: "4.35",
|
565
|
+
stroke: "#64748B",
|
566
|
+
strokeWidth: "1.3"
|
567
|
+
}), /*#__PURE__*/_jsx("path", {
|
568
|
+
d: "M2.37926 11V6.63636H4.12642C4.44744 6.63636 4.7152 6.68395 4.92969 6.77912C5.14418 6.87429 5.3054 7.00639 5.41335 7.17543C5.52131 7.34304 5.57528 7.53622 5.57528 7.75497C5.57528 7.92543 5.54119 8.07528 5.47301 8.20455C5.40483 8.33239 5.31108 8.4375 5.19176 8.51989C5.07386 8.60085 4.93892 8.65838 4.78693 8.69247V8.73509C4.95313 8.74219 5.10866 8.78906 5.25355 8.87571C5.39986 8.96236 5.51847 9.08381 5.60938 9.24006C5.70028 9.39489 5.74574 9.57955 5.74574 9.79403C5.74574 10.0256 5.68821 10.2322 5.57315 10.4141C5.45952 10.5945 5.29119 10.7372 5.06818 10.8423C4.84517 10.9474 4.57031 11 4.24361 11H2.37926ZM3.30185 10.2457H4.05398C4.31108 10.2457 4.49858 10.1967 4.61648 10.0987C4.73438 9.99929 4.79332 9.86719 4.79332 9.70241C4.79332 9.58168 4.7642 9.47514 4.70597 9.38281C4.64773 9.29048 4.56463 9.21804 4.45668 9.16548C4.35014 9.11293 4.22301 9.08665 4.07528 9.08665H3.30185V10.2457ZM3.30185 8.46236H3.9858C4.11222 8.46236 4.22443 8.44034 4.32244 8.39631C4.42188 8.35085 4.5 8.28693 4.55682 8.20455C4.61506 8.12216 4.64418 8.02344 4.64418 7.90838C4.64418 7.75071 4.58807 7.62358 4.47585 7.52699C4.36506 7.4304 4.20739 7.3821 4.00284 7.3821H3.30185V8.46236ZM6.37986 7.39702V6.63636H9.96367V7.39702H8.62773V11H7.7158V7.39702H6.37986ZM14.4037 6.63636V11H13.6069L11.7084 8.25355H11.6765V11H10.7539V6.63636H11.5635L13.4471 9.38068H13.4854V6.63636H14.4037Z",
|
569
|
+
fill: "#64748B"
|
570
|
+
})]
|
571
|
+
});
|
572
|
+
export const BannerIcon = props => /*#__PURE__*/_jsxs("svg", {
|
573
|
+
className: "BannerIcon",
|
574
|
+
xmlns: "http://www.w3.org/2000/svg",
|
575
|
+
width: "26",
|
576
|
+
height: "17",
|
577
|
+
viewBox: "0 0 26 17",
|
578
|
+
fill: "none",
|
579
|
+
children: [/*#__PURE__*/_jsx("path", {
|
580
|
+
d: "M16.9571 7.65693H19.8588C20.1611 7.65693 20.4058 7.41225 20.4058 7.10994V4.92199C20.4058 4.61968 20.1611 4.375 19.8588 4.375H16.9571C16.6548 4.375 16.4102 4.61968 16.4102 4.92199V7.10994C16.4102 7.41225 16.6548 7.65693 16.9571 7.65693ZM17.5041 5.46898H19.3118V6.56295H17.5041V5.46898Z",
|
581
|
+
fill: "#64748B"
|
582
|
+
}), /*#__PURE__*/_jsx("path", {
|
583
|
+
d: "M16.9571 9.84398H19.8588C20.1611 9.84398 20.4058 9.59929 20.4058 9.29699C20.4058 8.99468 20.1611 8.75 19.8588 8.75H16.9571C16.6548 8.75 16.4102 8.99468 16.4102 9.29699C16.4102 9.59929 16.6548 9.84398 16.9571 9.84398Z",
|
584
|
+
fill: "#64748B"
|
585
|
+
}), /*#__PURE__*/_jsx("path", {
|
586
|
+
d: "M16.9571 12.0315H19.8588C20.1611 12.0315 20.4058 11.7868 20.4058 11.4845C20.4058 11.1822 20.1611 10.9375 19.8588 10.9375H16.9571C16.6548 10.9375 16.4102 11.1822 16.4102 11.4845C16.4102 11.7868 16.6548 12.0315 16.9571 12.0315Z",
|
587
|
+
fill: "#64748B"
|
588
|
+
}), /*#__PURE__*/_jsx("path", {
|
589
|
+
d: "M25.1097 15.4252L23.1406 13.9483V2.46154L25.1097 0.984676C25.3517 0.803488 25.4003 0.460155 25.2191 0.218892C25.0379 -0.0231016 24.6946 -0.0716929 24.4533 0.109495L22.4109 1.64106H2.9177L0.875278 0.109495C0.634016 -0.0716929 0.290682 -0.0231016 0.109495 0.218892C-0.0716929 0.460155 -0.0223702 0.803488 0.218892 0.984676L2.18805 2.46154V13.9483L0.218892 15.4252C-0.0231016 15.6063 -0.0716929 15.9497 0.109495 16.1909C0.216942 16.3345 0.381038 16.4097 0.547816 16.4097C0.662096 16.4097 0.777601 16.3741 0.875278 16.3003L2.9177 14.7688H22.4109L24.4533 16.3003C24.5517 16.3741 24.6668 16.4097 24.7808 16.4097C24.9468 16.4097 25.1109 16.3345 25.2191 16.1909C25.4003 15.9497 25.351 15.6063 25.1097 15.4252ZM22.0466 13.6748H3.28228V2.73504H22.0466V13.6748Z",
|
590
|
+
fill: "#64748B"
|
591
|
+
}), /*#__PURE__*/_jsx("path", {
|
592
|
+
d: "M5.47033 12.5799H14.2221C14.5244 12.5799 14.7691 12.3353 14.7691 12.0329V4.37511C14.7691 4.07281 14.5244 3.82812 14.2221 3.82812H5.47033C5.16802 3.82812 4.92334 4.07281 4.92334 4.37511V12.0329C4.92334 12.3353 5.16802 12.5799 5.47033 12.5799ZM6.53355 11.486L8.2751 9.04695L9.4594 10.2313C9.67283 10.4447 10.0193 10.4447 10.2328 10.2313L11.4171 9.04695L13.1586 11.486H6.53355ZM6.01733 4.9221H13.6752V10.3263L11.9324 7.88609C11.8386 7.75545 11.6923 7.67218 11.5324 7.65899C11.3717 7.64532 11.2144 7.70344 11.1002 7.81772L9.84621 9.07167L8.59227 7.81772C8.47872 7.70417 8.32024 7.64605 8.16005 7.65899C8.0001 7.67193 7.85383 7.75545 7.76006 7.88609L6.01727 10.3263L6.01733 4.9221Z",
|
593
|
+
fill: "#64748B"
|
594
|
+
}), /*#__PURE__*/_jsx("path", {
|
595
|
+
d: "M10.3933 6.56261C10.3933 6.86468 10.1484 7.1096 9.8463 7.1096C9.54424 7.1096 9.29932 6.86468 9.29932 6.56261C9.29932 6.26055 9.54424 6.01562 9.8463 6.01562C10.1484 6.01562 10.3933 6.26055 10.3933 6.56261Z",
|
596
|
+
fill: "#64748B"
|
597
|
+
})]
|
598
|
+
});
|
599
|
+
export const TableIcon = props => /*#__PURE__*/_jsxs("svg", {
|
600
|
+
xmlns: "http://www.w3.org/2000/svg",
|
601
|
+
width: "18",
|
602
|
+
height: "18",
|
603
|
+
viewBox: "0 0 18 18",
|
604
|
+
fill: "none",
|
605
|
+
children: [/*#__PURE__*/_jsx("path", {
|
606
|
+
className: "strokePath",
|
607
|
+
d: "M6.75 1.5H9H11.25C15 1.5 16.5 3 16.5 6.75V11.25C16.5 15 15 16.5 11.25 16.5H6.75C3 16.5 1.5 15 1.5 11.25V6.75C1.5 3 3 1.5 6.75 1.5Z",
|
608
|
+
stroke: "#64748B",
|
609
|
+
strokeWidth: "1.3",
|
610
|
+
strokeLinecap: "round",
|
611
|
+
strokeLinejoin: "round"
|
612
|
+
}), /*#__PURE__*/_jsx("path", {
|
613
|
+
className: "strokePath",
|
614
|
+
d: "M1.52246 11.625H16.5",
|
615
|
+
stroke: "#64748B",
|
616
|
+
strokeWidth: "1.3",
|
617
|
+
strokeLinecap: "round",
|
618
|
+
strokeLinejoin: "round"
|
619
|
+
}), /*#__PURE__*/_jsx("path", {
|
620
|
+
className: "strokePath",
|
621
|
+
d: "M1.52246 6.375H16.5",
|
622
|
+
stroke: "#64748B",
|
623
|
+
strokeWidth: "1.3",
|
624
|
+
strokeLinecap: "round",
|
625
|
+
strokeLinejoin: "round"
|
626
|
+
}), /*#__PURE__*/_jsx("path", {
|
627
|
+
className: "strokePath",
|
628
|
+
d: "M6.38232 1.50719V16.4922",
|
629
|
+
stroke: "#64748B",
|
630
|
+
strokeWidth: "1.3",
|
631
|
+
strokeLinecap: "round",
|
632
|
+
strokeLinejoin: "round"
|
633
|
+
}), /*#__PURE__*/_jsx("path", {
|
634
|
+
className: "strokePath",
|
635
|
+
d: "M11.6323 1.50719V16.4922",
|
636
|
+
stroke: "#64748B",
|
637
|
+
strokeWidth: "1.3",
|
638
|
+
strokeLinecap: "round",
|
639
|
+
strokeLinejoin: "round"
|
640
|
+
})]
|
641
|
+
});
|
642
|
+
export const QuoteIcon = props => /*#__PURE__*/_jsxs("svg", {
|
643
|
+
className: "QuoteIcon",
|
644
|
+
xmlns: "http://www.w3.org/2000/svg",
|
645
|
+
width: "15",
|
646
|
+
height: "15",
|
647
|
+
viewBox: "0 0 600 600",
|
648
|
+
fill: "none",
|
649
|
+
children: [/*#__PURE__*/_jsx("path", {
|
650
|
+
d: "M471.918 288.111C456.673 286.578 423.125 286.578 423.125 265.066C423.125 235.88 465.813 197.467 534.43 155.983C555.769 142.152 600 120.649 600 91.4499C600 68.4046 583.223 51.5082 548.154 56.1153C514.611 60.7226 462.766 83.7678 394.167 142.152C322.507 202.074 255.426 301.937 255.426 400.264C255.426 500.132 322.508 600 430.766 600C517.667 600 592.377 533.934 592.377 443.275C592.364 374.139 545.099 294.255 471.919 288.102L471.918 288.111Z",
|
651
|
+
fill: "black"
|
652
|
+
}), /*#__PURE__*/_jsx("path", {
|
653
|
+
d: "M257.581 244.911C245.059 238.316 231.322 233.999 216.5 232.756C201.254 231.223 167.707 231.223 167.707 209.711C167.707 180.525 210.395 142.112 279.012 100.628C300.36 86.7972 344.574 65.2938 344.574 36.095C344.574 13.0496 327.798 -3.84673 292.729 0.760346C259.185 5.36765 207.34 28.4128 138.741 86.7972C67.0899 146.719 0 246.582 0 344.92C0 444.788 67.0822 544.656 175.34 544.656C200.792 544.656 225.183 538.953 246.965 528.66C225.603 489.745 214.22 444.718 214.22 400.269C214.224 345.392 231.765 292.169 257.591 244.908L257.581 244.911Z",
|
654
|
+
fill: "black"
|
655
|
+
})]
|
656
|
+
});
|
657
|
+
export const ImageIcon = props => /*#__PURE__*/_jsxs("svg", {
|
658
|
+
xmlns: "http://www.w3.org/2000/svg",
|
659
|
+
width: "17",
|
660
|
+
height: "16",
|
661
|
+
viewBox: "0 0 17 16",
|
662
|
+
fill: "none",
|
663
|
+
children: [/*#__PURE__*/_jsx("path", {
|
664
|
+
d: "M11.0835 4.5H11.0927",
|
665
|
+
stroke: "#64748B",
|
666
|
+
strokeWidth: "2",
|
667
|
+
strokeLinecap: "round",
|
668
|
+
strokeLinejoin: "round"
|
669
|
+
}), /*#__PURE__*/_jsx("path", {
|
670
|
+
d: "M12.9167 1H3.75C2.23122 1 1 2.17525 1 3.625V12.375C1 13.8247 2.23122 15 3.75 15H12.9167C14.4354 15 15.6667 13.8247 15.6667 12.375V3.625C15.6667 2.17525 14.4354 1 12.9167 1Z",
|
671
|
+
stroke: "#64748B",
|
672
|
+
strokeWidth: "1.5",
|
673
|
+
strokeLinecap: "round",
|
674
|
+
strokeLinejoin: "round"
|
675
|
+
}), /*#__PURE__*/_jsx("path", {
|
676
|
+
d: "M1 10.6252L4.66667 7.1252C5.08472 6.74122 5.55894 6.53906 6.04167 6.53906C6.52439 6.53906 6.99861 6.74122 7.41667 7.1252L12 11.5002",
|
677
|
+
stroke: "#64748B",
|
678
|
+
strokeWidth: "1.5",
|
679
|
+
strokeLinecap: "round",
|
680
|
+
strokeLinejoin: "round"
|
681
|
+
}), /*#__PURE__*/_jsx("path", {
|
682
|
+
d: "M10.1665 9.7502L11.0832 8.8752C11.5012 8.49122 11.9754 8.28906 12.4582 8.28906C12.9409 8.28906 13.4151 8.49122 13.8332 8.8752L15.6665 10.6252",
|
683
|
+
stroke: "#64748B",
|
684
|
+
strokeWidth: "1.5",
|
685
|
+
strokeLinecap: "round",
|
686
|
+
strokeLinejoin: "round"
|
687
|
+
})]
|
688
|
+
});
|
689
|
+
export const VideoIcon = props => /*#__PURE__*/_jsxs("svg", {
|
690
|
+
xmlns: "http://www.w3.org/2000/svg",
|
691
|
+
width: "18",
|
692
|
+
height: "18",
|
693
|
+
viewBox: "0 0 18 18",
|
694
|
+
fill: "none",
|
695
|
+
children: [/*#__PURE__*/_jsx("path", {
|
696
|
+
className: "strokePath",
|
697
|
+
d: "M16.5 11.25V6.75C16.5 3 15 1.5 11.25 1.5H6.75C3 1.5 1.5 3 1.5 6.75V11.25C1.5 15 3 16.5 6.75 16.5H11.25C15 16.5 16.5 15 16.5 11.25Z",
|
698
|
+
stroke: "#64748B",
|
699
|
+
strokeWidth: "1.5",
|
700
|
+
strokeLinecap: "round",
|
701
|
+
strokeLinejoin: "round"
|
702
|
+
}), /*#__PURE__*/_jsx("path", {
|
703
|
+
className: "strokePath",
|
704
|
+
d: "M1.89014 5.33203H16.1101",
|
705
|
+
stroke: "#64748B",
|
706
|
+
strokeWidth: "1.5",
|
707
|
+
strokeLinecap: "round",
|
708
|
+
strokeLinejoin: "round"
|
709
|
+
}), /*#__PURE__*/_jsx("path", {
|
710
|
+
className: "strokePath",
|
711
|
+
d: "M6.39014 1.58203V5.22703",
|
712
|
+
stroke: "#64748B",
|
713
|
+
strokeWidth: "1.5",
|
714
|
+
strokeLinecap: "round",
|
715
|
+
strokeLinejoin: "round"
|
716
|
+
}), /*#__PURE__*/_jsx("path", {
|
717
|
+
className: "strokePath",
|
718
|
+
d: "M11.6099 1.58203V4.88953",
|
719
|
+
stroke: "#64748B",
|
720
|
+
strokeWidth: "1.5",
|
721
|
+
strokeLinecap: "round",
|
722
|
+
strokeLinejoin: "round"
|
723
|
+
}), /*#__PURE__*/_jsx("path", {
|
724
|
+
className: "strokePath",
|
725
|
+
d: "M7.3125 10.8371V9.9371C7.3125 8.7821 8.13 8.3096 9.1275 8.8871L9.9075 9.3371L10.6875 9.7871C11.685 10.3646 11.685 11.3096 10.6875 11.8871L9.9075 12.3371L9.1275 12.7871C8.13 13.3646 7.3125 12.8921 7.3125 11.7371V10.8371V10.8371Z",
|
726
|
+
stroke: "#64748B",
|
727
|
+
strokeWidth: "1.5",
|
728
|
+
strokeMiterlimit: "10",
|
729
|
+
strokeLinecap: "round",
|
730
|
+
strokeLinejoin: "round"
|
731
|
+
})]
|
732
|
+
});
|
733
|
+
export const PageBColor = props => /*#__PURE__*/_jsx("svg", {
|
734
|
+
xmlns: "http://www.w3.org/2000/svg",
|
735
|
+
width: "16",
|
736
|
+
height: "18",
|
737
|
+
viewBox: "0 0 16 18",
|
738
|
+
fill: "none",
|
739
|
+
children: /*#__PURE__*/_jsx("path", {
|
740
|
+
d: "M15.9999 5.46434C15.9999 5.04247 15.8284 4.6375 15.5222 4.3369C15.2159 4.03628 14.7997 3.86394 14.3632 3.85718L13.7378 2.95717C13.1108 2.04626 12.2602 1.29951 11.2617 0.783492C10.2633 0.267476 9.14824 -0.00171829 8.016 8.25307e-06C6.88376 -0.0017137 5.76875 0.267483 4.7703 0.783492C3.77185 1.29951 2.92117 2.04626 2.29417 2.95717L1.6688 3.85718C1.1958 3.85388 0.743874 4.04602 0.42695 4.38525C0.110028 4.72447 -0.0417463 5.1785 0.00992124 5.63266C0.061604 6.08696 0.311696 6.4982 0.697378 6.76299L1.36271 13.6993C1.36449 14.8394 1.83395 15.9322 2.66827 16.7385C3.50275 17.5447 4.63381 17.9983 5.81372 18H10.2182C11.3889 18.0017 12.513 17.5572 13.3464 16.7628C14.1799 15.9682 14.6553 14.8881 14.6692 13.7571L15.3345 6.76277C15.7588 6.45784 16.0063 5.97521 15.9999 5.46434ZM14.3366 5.78577H10.6773V5.1429H14.3366C14.5203 5.1429 14.6693 5.28683 14.6693 5.46434C14.6693 5.64184 14.5203 5.78577 14.3366 5.78577ZM8.01596 8.22864C7.85349 8.22735 7.69622 8.28346 7.57354 8.38649C7.45102 8.48952 7.37171 8.6323 7.35062 8.788C7.34706 8.8157 7.34706 8.84382 7.35062 8.87152C7.16498 9.04457 6.87094 9.04457 6.68529 8.87152C6.68529 8.64178 6.55847 8.42956 6.35263 8.31476C6.14679 8.19996 5.89313 8.19996 5.6873 8.31476C5.48146 8.42956 5.35463 8.64179 5.35463 8.87152V10.6072C5.35463 10.7847 5.20568 10.9287 5.02197 10.9287C4.83826 10.9287 4.6893 10.7847 4.6893 10.6072V5.14292H9.34661V9.41813C9.34661 9.54025 9.19365 9.64313 9.01395 9.64313C8.83425 9.64313 8.68128 9.54025 8.68128 9.41813V8.8717C8.68128 8.70123 8.61118 8.53764 8.48643 8.4171C8.36169 8.29657 8.19239 8.22864 8.01596 8.22864ZM8.01596 1.28573C9.87337 1.28186 11.6084 2.18041 12.6334 3.67725L12.7597 3.85719H3.27213L3.39852 3.67079C4.42738 2.17917 6.16072 1.28386 8.01596 1.28573ZM1.69533 5.1429H3.35866V5.78577H1.69533C1.51163 5.78577 1.36267 5.64184 1.36267 5.46434C1.36267 5.28683 1.51163 5.1429 1.69533 5.1429ZM13.3386 13.6996C13.3386 14.4992 13.0098 15.2661 12.4247 15.8315C11.8395 16.3969 11.0457 16.7146 10.2182 16.7146H5.81376C4.97689 16.7113 4.17614 16.3845 3.58996 15.8073C3.00379 15.2301 2.68093 14.4503 2.6934 13.6418L2.08792 7.07171H3.35873V10.6075C3.35873 11.1816 3.6758 11.7122 4.19039 11.9992C4.70498 12.2864 5.33913 12.2864 5.85372 11.9992C6.3683 11.7122 6.68538 11.1816 6.68538 10.6075V10.286C6.9876 10.3341 7.29726 10.3143 7.59027 10.2282C7.91417 10.6766 8.4482 10.9393 9.01403 10.9289C9.44175 10.9411 9.85699 10.7888 10.1689 10.5056C10.4806 10.2225 10.6634 9.83142 10.6774 9.41815V7.0717H13.9442L13.3386 13.6996Z",
|
741
|
+
fill: "#64748B"
|
742
|
+
})
|
743
|
+
});
|
744
|
+
export const SignatureIcon = props => /*#__PURE__*/_jsxs("svg", {
|
745
|
+
className: "SignatureIcon",
|
746
|
+
xmlns: "http://www.w3.org/2000/svg",
|
747
|
+
width: "18",
|
748
|
+
height: "18",
|
749
|
+
viewBox: "0 0 13 13",
|
750
|
+
fill: "none",
|
751
|
+
children: [/*#__PURE__*/_jsx("path", {
|
752
|
+
d: "M12.7356 9.08694H6.26818C6.47238 8.41799 6.6559 7.69516 6.82584 6.95609C7.27954 6.64697 7.72539 6.39366 8.10731 6.24229C8.42227 6.11775 8.58106 6.1083 8.6412 6.1083C8.66019 6.1083 8.6692 6.10989 8.67026 6.10777C8.68183 6.13736 8.79745 6.49868 8.13211 7.82819C7.98338 8.12629 8.01288 8.34522 8.22026 8.47973C8.5437 8.68914 8.69455 8.50614 9.25592 7.8213C9.6358 7.35806 10.271 6.58205 10.586 6.36885C10.9209 6.14301 11.114 6.13463 11.1552 6.16836C11.2317 6.22798 11.3098 6.59672 11.0465 7.30055C10.97 7.50581 11.0745 7.73316 11.2786 7.81017C11.4849 7.88718 11.7112 7.78164 11.7877 7.57805C12.1395 6.63583 12.0874 5.89507 11.6447 5.5464C11.4279 5.37602 10.9456 5.17023 10.1427 5.71315C9.95332 5.84139 9.72801 6.06026 9.47586 6.33776C9.49803 6.00806 9.42419 5.75846 9.25638 5.576C8.8259 5.10595 8.06509 5.40721 7.81613 5.5064C7.58975 5.59604 7.33547 5.7227 7.06485 5.87832C7.12659 5.59234 7.18674 5.3075 7.24688 5.02523C7.27064 4.91288 7.29387 4.80151 7.31754 4.69075C7.97175 4.34728 8.5278 3.95847 8.80268 3.59133C9.93857 2.07723 9.80768 1.25003 9.62884 0.892105C9.47056 0.57556 9.16091 0.386719 8.80055 0.386719C8.24924 0.386719 7.70112 0.797684 7.37027 1.45931C7.11122 1.9774 6.87752 2.96554 6.62324 4.14994C5.6926 4.58935 4.60686 4.93379 4.03075 4.93379C3.81232 4.93379 3.63506 5.11105 3.63506 5.32947C3.63506 5.54789 3.81232 5.72515 4.03075 5.72515C4.61527 5.72515 5.53221 5.47565 6.41907 5.10947C6.32625 5.54737 6.226 6.01689 6.11727 6.49542C5.05848 7.25879 3.98695 8.26909 3.52319 9.08679H0.601708C0.456066 9.08679 0.337891 9.20496 0.337891 9.35061C0.337891 9.49625 0.456066 9.61442 0.601708 9.61442H3.25639C2.93878 10.3119 2.50141 11.5227 2.95036 12.1389C3.0733 12.3076 3.29799 12.4881 3.69419 12.4881C3.78022 12.4881 3.8741 12.4796 3.97646 12.4606C4.91187 12.2887 5.57499 11.1449 6.09785 9.61375L12.7358 9.61384C12.8814 9.61384 12.9996 9.49566 12.9996 9.35002C12.9996 9.20438 12.8814 9.08672 12.7358 9.08672L12.7356 9.08694ZM8.07769 1.81319C8.29558 1.37743 8.60523 1.17852 8.79988 1.17852C8.87955 1.17852 8.90331 1.21173 8.92071 1.24662C9.01777 1.44022 8.96823 2.05166 8.16891 3.11683C8.04332 3.28464 7.82277 3.46605 7.54378 3.64702C7.72732 2.83454 7.9051 2.15879 8.07769 1.81319ZM5.82443 7.71833C5.70361 8.19051 5.57493 8.65268 5.43723 9.08687L4.47222 9.08678C4.8014 8.65736 5.28628 8.17203 5.82443 7.71833ZM3.83332 11.6831C3.67982 11.7116 3.60387 11.6921 3.59008 11.6731C3.44497 11.4736 3.65552 10.5451 4.13714 9.61447H5.25987C4.85687 10.743 4.38513 11.5818 3.8333 11.683L3.83332 11.6831Z",
|
753
|
+
fill: "#64748B"
|
754
|
+
}), /*#__PURE__*/_jsx("path", {
|
755
|
+
d: "M0.414996 7.88836C0.466665 7.93949 0.53423 7.96537 0.601796 7.96537C0.669363 7.96537 0.736841 7.93949 0.788596 7.88836L1.39315 7.28317L1.99771 7.88772C2.04937 7.93948 2.11694 7.96536 2.18451 7.96536C2.25207 7.96536 2.31955 7.93948 2.37131 7.88834C2.4742 7.78545 2.4742 7.61826 2.37131 7.51536L1.76612 6.91017L2.37067 6.30562C2.47357 6.20272 2.47357 6.03554 2.37067 5.93264C2.26778 5.82974 2.10059 5.82974 1.99769 5.93264L1.39314 6.53719L0.788582 5.93264C0.685687 5.82974 0.518502 5.82974 0.415602 5.93264C0.312707 6.03554 0.312707 6.20272 0.415602 6.30562L1.02016 6.91017L0.415602 7.51473C0.31209 7.61824 0.31209 7.7849 0.414984 7.88832L0.414996 7.88836Z",
|
756
|
+
fill: "#64748B"
|
757
|
+
})]
|
758
|
+
});
|
759
|
+
export const DocsUpload = props => /*#__PURE__*/_jsxs("svg", {
|
760
|
+
className: "DocsUpload",
|
761
|
+
xmlns: "http://www.w3.org/2000/svg",
|
762
|
+
width: "10",
|
763
|
+
height: "12",
|
764
|
+
viewBox: "0 0 10 12",
|
765
|
+
fill: "none",
|
766
|
+
children: [/*#__PURE__*/_jsx("path", {
|
767
|
+
d: "M6.14453 0.855469V3.14118C6.14453 3.29274 6.20474 3.43808 6.3119 3.54524C6.41906 3.65241 6.56441 3.71261 6.71596 3.71261H9.00167",
|
768
|
+
stroke: "#828282",
|
769
|
+
strokeWidth: "0.7",
|
770
|
+
strokeLinecap: "round",
|
771
|
+
strokeLinejoin: "round"
|
772
|
+
}), /*#__PURE__*/_jsx("path", {
|
773
|
+
d: "M7.85714 11.1412H2.14286C1.83975 11.1412 1.54906 11.0208 1.33474 10.8064C1.12041 10.5921 1 10.3014 1 9.99833V1.99833C1 1.69522 1.12041 1.40453 1.33474 1.1902C1.54906 0.975877 1.83975 0.855469 2.14286 0.855469H6.14286L9 3.71261V9.99833C9 10.3014 8.87959 10.5921 8.66527 10.8064C8.45094 11.0208 8.16025 11.1412 7.85714 11.1412Z",
|
774
|
+
stroke: "#828282",
|
775
|
+
strokeWidth: "0.7",
|
776
|
+
strokeLinecap: "round",
|
777
|
+
strokeLinejoin: "round"
|
778
|
+
}), /*#__PURE__*/_jsx("path", {
|
779
|
+
d: "M3.28516 4.28516H3.85658",
|
780
|
+
stroke: "#828282",
|
781
|
+
strokeWidth: "0.7",
|
782
|
+
strokeLinecap: "round",
|
783
|
+
strokeLinejoin: "round"
|
784
|
+
}), /*#__PURE__*/_jsx("path", {
|
785
|
+
d: "M3.28516 6.57031H6.71373",
|
786
|
+
stroke: "#828282",
|
787
|
+
strokeWidth: "0.7",
|
788
|
+
strokeLinecap: "round",
|
789
|
+
strokeLinejoin: "round"
|
790
|
+
}), /*#__PURE__*/_jsx("path", {
|
791
|
+
d: "M3.28516 8.85547H6.71373",
|
792
|
+
stroke: "#828282",
|
793
|
+
strokeWidth: "0.7",
|
794
|
+
strokeLinecap: "round",
|
795
|
+
strokeLinejoin: "round"
|
796
|
+
})]
|
797
|
+
});
|
798
|
+
export const AppHeader = props => /*#__PURE__*/_jsx("svg", {
|
799
|
+
xmlns: "http://www.w3.org/2000/svg",
|
800
|
+
width: "16",
|
801
|
+
height: "16",
|
802
|
+
viewBox: "0 0 16 16",
|
803
|
+
fill: "none",
|
804
|
+
children: /*#__PURE__*/_jsx("path", {
|
805
|
+
d: "M0 0V16H16.0002V0H0ZM14.4001 1.59991V4.22805H1.59991V1.59991H14.4001ZM14.4001 14.4001H5.79997V5.82831H14.4001V14.4001ZM1.59991 14.4001V5.82831H4.20005V14.4001H1.59991Z",
|
806
|
+
fill: "#64748B"
|
807
|
+
})
|
808
|
+
});
|
809
|
+
export const DrawerMenu = props => /*#__PURE__*/_jsxs("svg", {
|
810
|
+
xmlns: "http://www.w3.org/2000/svg",
|
811
|
+
width: "16",
|
812
|
+
height: "16",
|
813
|
+
viewBox: "0 0 18 17",
|
814
|
+
fill: "none",
|
815
|
+
children: [/*#__PURE__*/_jsx("path", {
|
816
|
+
d: "M10.2267 17H0.996109C0.445859 17 0 16.5541 0 16.0039C0 15.4536 0.445859 15.0078 0.996109 15.0078H9.23055V1.99222H0.996109C0.445859 1.99222 0 1.54636 0 0.996109C0 0.445859 0.445859 0 0.996109 0H10.2267C10.7769 0 11.2228 0.445859 11.2228 0.996109V16.0039C11.2228 16.5541 10.7769 17 10.2267 17Z",
|
817
|
+
fill: "#64748B"
|
818
|
+
}), /*#__PURE__*/_jsx("path", {
|
819
|
+
d: "M13.58 12.6837C13.3252 12.6837 13.07 12.5865 12.8758 12.3918C12.4867 12.0029 12.4867 11.3722 12.8758 10.9833L15.3589 8.50002L12.8758 6.01671C12.4867 5.62783 12.4867 4.9971 12.8758 4.60822C13.2645 4.21914 13.8956 4.21914 14.2843 4.60822L17.4718 7.79577C17.8609 8.18465 17.8609 8.81538 17.4718 9.20426L14.2843 12.3918C14.0901 12.5865 13.8348 12.6837 13.58 12.6837Z",
|
820
|
+
fill: "#64748B"
|
821
|
+
}), /*#__PURE__*/_jsx("path", {
|
822
|
+
d: "M6.90653 5.44534H2.52345C1.9732 5.44534 1.52734 4.99949 1.52734 4.44923C1.52734 3.89898 1.9732 3.45312 2.52345 3.45312H6.90653C7.45678 3.45312 7.90264 3.89898 7.90264 4.44923C7.90264 4.99949 7.45678 5.44534 6.90653 5.44534Z",
|
823
|
+
fill: "#64748B"
|
824
|
+
}), /*#__PURE__*/_jsx("path", {
|
825
|
+
d: "M6.90653 9.46292H2.52345C1.9732 9.46292 1.52734 9.01706 1.52734 8.46681C1.52734 7.91656 1.9732 7.4707 2.52345 7.4707H6.90653C7.45678 7.4707 7.90264 7.91656 7.90264 8.46681C7.90264 9.01706 7.45678 9.46292 6.90653 9.46292Z",
|
826
|
+
fill: "#64748B"
|
827
|
+
}), /*#__PURE__*/_jsx("path", {
|
828
|
+
d: "M6.90653 13.4805H2.52345C1.9732 13.4805 1.52734 13.0346 1.52734 12.4844C1.52734 11.9341 1.9732 11.4883 2.52345 11.4883H6.90653C7.45678 11.4883 7.90264 11.9341 7.90264 12.4844C7.90264 13.0346 7.45678 13.4805 6.90653 13.4805Z",
|
829
|
+
fill: "#64748B"
|
830
|
+
})]
|
831
|
+
});
|
832
|
+
export const Carousal = props => /*#__PURE__*/_jsxs("svg", {
|
833
|
+
xmlns: "http://www.w3.org/2000/svg",
|
834
|
+
width: "22",
|
835
|
+
height: "17",
|
836
|
+
viewBox: "0 0 22 17",
|
837
|
+
fill: "none",
|
838
|
+
children: [/*#__PURE__*/_jsx("path", {
|
839
|
+
d: "M20.9812 1.46433H19.1279V0.755047C19.1279 0.343203 18.7847 0 18.3728 0H3.36339C2.95155 0 2.60834 0.343203 2.60834 0.755047V1.46433H0.755047C0.343203 1.46433 0 1.80754 0 2.21938V11.6689C0 12.0808 0.343203 12.424 0.755047 12.424H2.60834V13.1332C2.60834 13.5451 2.95155 13.8883 3.36339 13.8883H18.3957C18.8075 13.8883 19.1507 13.5451 19.1507 13.1332V12.424H21.004C21.4159 12.424 21.7591 12.0808 21.7591 11.6689V2.21938C21.7362 1.78466 21.393 1.46433 20.9812 1.46433ZM2.60834 10.9139H1.48721V2.95155H2.58546V10.9139H2.60834ZM17.6406 12.3782H4.09556V10.7766L8.39704 5.85734C8.41992 5.81158 8.46568 5.81158 8.48856 5.81158C8.51144 5.81158 8.5572 5.81158 8.58008 5.85734L12.1494 9.95289C12.2867 10.1131 12.4926 10.2046 12.6985 10.2046C12.9044 10.2046 13.1104 10.1131 13.2705 9.95289L14.6205 8.46568C14.6891 8.39704 14.8035 8.39704 14.8493 8.46568L17.6178 11.5087V12.3782H17.6406ZM17.6406 9.26649L15.9018 7.34455C15.3297 6.7039 14.2086 6.7039 13.6137 7.34455L12.7443 8.30552L9.72409 4.85061C9.40377 4.5074 8.96904 4.30148 8.48856 4.30148C8.03096 4.30148 7.57335 4.5074 7.27591 4.85061L4.09556 8.48856V1.51009H17.6178V9.26649H17.6406ZM20.249 10.9139H19.1507V2.95155H20.249V10.9139Z",
|
840
|
+
fill: "#64748B"
|
841
|
+
}), /*#__PURE__*/_jsx("path", {
|
842
|
+
d: "M14.8948 5.42251C15.5519 5.42251 16.0846 4.88983 16.0846 4.23274C16.0846 3.57565 15.5519 3.04297 14.8948 3.04297C14.2378 3.04297 13.7051 3.57565 13.7051 4.23274C13.7051 4.88983 14.2378 5.42251 14.8948 5.42251Z",
|
843
|
+
fill: "#64748B"
|
844
|
+
}), /*#__PURE__*/_jsx("path", {
|
845
|
+
d: "M5.72004 16.9996C6.28868 16.9996 6.74965 16.5387 6.74965 15.97C6.74965 15.4014 6.28868 14.9404 5.72004 14.9404C5.1514 14.9404 4.69043 15.4014 4.69043 15.97C4.69043 16.5387 5.1514 16.9996 5.72004 16.9996Z",
|
846
|
+
fill: "#64748B"
|
847
|
+
}), /*#__PURE__*/_jsx("path", {
|
848
|
+
d: "M9.15217 16.9996C9.72081 16.9996 10.1818 16.5387 10.1818 15.97C10.1818 15.4014 9.72081 14.9404 9.15217 14.9404C8.58353 14.9404 8.12256 15.4014 8.12256 15.97C8.12256 16.5387 8.58353 16.9996 9.15217 16.9996Z",
|
849
|
+
fill: "#64748B"
|
850
|
+
}), /*#__PURE__*/_jsx("path", {
|
851
|
+
d: "M12.5843 16.9996C13.1529 16.9996 13.6139 16.5387 13.6139 15.97C13.6139 15.4014 13.1529 14.9404 12.5843 14.9404C12.0157 14.9404 11.5547 15.4014 11.5547 15.97C11.5547 16.5387 12.0157 16.9996 12.5843 16.9996Z",
|
852
|
+
fill: "#64748B"
|
853
|
+
}), /*#__PURE__*/_jsx("path", {
|
854
|
+
d: "M16.0159 16.9996C16.5846 16.9996 17.0455 16.5387 17.0455 15.97C17.0455 15.4014 16.5846 14.9404 16.0159 14.9404C15.4473 14.9404 14.9863 15.4014 14.9863 15.97C14.9863 16.5387 15.4473 16.9996 16.0159 16.9996Z",
|
855
|
+
fill: "#64748B"
|
856
|
+
})]
|
857
|
+
});
|
858
|
+
export const PageSettings = props => /*#__PURE__*/_jsxs("svg", {
|
859
|
+
xmlns: "http://www.w3.org/2000/svg",
|
860
|
+
width: "17",
|
861
|
+
height: "17",
|
862
|
+
viewBox: "0 0 17 17",
|
863
|
+
fill: "none",
|
864
|
+
children: [/*#__PURE__*/_jsx("path", {
|
865
|
+
d: "M11.4648 3.24464C11.7617 3.24464 12.0024 2.9352 12.0024 2.55347C12.0024 2.17175 11.7617 1.8623 11.4648 1.8623C11.1679 1.8623 10.9272 2.17175 10.9272 2.55347C10.9272 2.9352 11.1679 3.24464 11.4648 3.24464Z",
|
866
|
+
fill: "#64748B"
|
867
|
+
}), /*#__PURE__*/_jsx("path", {
|
868
|
+
d: "M13.1328 3.24464C13.4297 3.24464 13.6704 2.9352 13.6704 2.55347C13.6704 2.17175 13.4297 1.8623 13.1328 1.8623C12.8359 1.8623 12.5952 2.17175 12.5952 2.55347C12.5952 2.9352 12.8359 3.24464 13.1328 3.24464Z",
|
869
|
+
fill: "#64748B"
|
870
|
+
}), /*#__PURE__*/_jsx("path", {
|
871
|
+
d: "M14.8013 3.24464C15.0982 3.24464 15.3388 2.9352 15.3388 2.55347C15.3388 2.17175 15.0982 1.8623 14.8013 1.8623C14.5044 1.8623 14.2637 2.17175 14.2637 2.55347C14.2637 2.9352 14.5044 3.24464 14.8013 3.24464Z",
|
872
|
+
fill: "#64748B"
|
873
|
+
}), /*#__PURE__*/_jsx("path", {
|
874
|
+
d: "M15.2764 0H1.72357C0.773218 0 0 0.994052 0 2.21598V14.784C0 16.0059 0.773218 17 1.72357 17H15.2764C16.2268 17 17 16.0059 17 14.784V2.21598C17 0.994052 16.2268 0 15.2764 0ZM16.0936 14.784C16.0936 15.3634 15.727 15.8347 15.2764 15.8347H1.72357C1.27299 15.8347 0.90638 15.3634 0.90638 14.784V5.10695H16.0936V14.784ZM16.0936 3.94163H0.90638V2.21598C0.90638 1.63659 1.27299 1.16531 1.72357 1.16531H15.2764C15.727 1.16531 16.0936 1.63659 16.0936 2.21598V3.94163Z",
|
875
|
+
fill: "#64748B"
|
876
|
+
}), /*#__PURE__*/_jsx("path", {
|
877
|
+
d: "M4.23227 11.9736H4.38555C4.48603 11.9736 4.57397 12.0387 4.60576 12.134C4.63533 12.2226 4.6709 12.3085 4.71206 12.3911C4.75688 12.4811 4.7408 12.5892 4.66973 12.6602L4.56156 12.7684C4.47084 12.8591 4.47087 13.0062 4.56161 13.0969L4.90307 13.4382C4.99379 13.5288 5.14081 13.5288 5.23149 13.4381L5.33948 13.3301C5.41056 13.259 5.51867 13.2429 5.60864 13.2878C5.69133 13.329 5.7773 13.3646 5.86603 13.3942C5.96133 13.426 6.0264 13.514 6.0264 13.6144V13.7677C6.0264 13.896 6.13038 14 6.25867 14H6.74133C6.86961 14 6.9736 13.896 6.9736 13.7677V13.6144C6.9736 13.514 7.03865 13.426 7.13397 13.3942C7.2227 13.3646 7.30867 13.329 7.39136 13.2878C7.48133 13.2429 7.58943 13.259 7.66052 13.3301L7.76851 13.4381C7.85919 13.5288 8.00621 13.5288 8.09693 13.4382L8.43839 13.0969C8.52913 13.0062 8.52916 12.8591 8.43844 12.7684L8.33027 12.6602C8.25919 12.5891 8.2431 12.4811 8.28793 12.3911C8.3291 12.3085 8.36467 12.2226 8.39424 12.134C8.42603 12.0387 8.51397 11.9736 8.61444 11.9736H8.76773C8.89601 11.9736 9 11.8696 9 11.7413V11.2587C9 11.1304 8.89639 11.0264 8.76812 11.0264C8.71867 11.0264 8.66581 11.0264 8.61441 11.0264C8.51394 11.0264 8.42603 10.9613 8.39424 10.866C8.36464 10.7773 8.32902 10.6913 8.2878 10.6086C8.24294 10.5187 8.25903 10.4106 8.33012 10.3395L8.43844 10.2312C8.52916 10.1404 8.52913 9.99334 8.43839 9.90263L8.09693 9.5614C8.00621 9.47075 7.85919 9.47077 7.76851 9.56145L7.66023 9.66972C7.58916 9.7408 7.48108 9.75688 7.39111 9.71206C7.30849 9.67089 7.22261 9.63533 7.13398 9.60576C7.03867 9.57397 6.9736 9.48603 6.9736 9.38555V9.23226C6.9736 9.10398 6.86961 9 6.74133 9H6.25867C6.13038 9 6.0264 9.10398 6.0264 9.23226V9.38555C6.0264 9.48603 5.96133 9.57397 5.86602 9.60576C5.77738 9.63533 5.69151 9.6709 5.60889 9.71206C5.51893 9.75688 5.41085 9.7408 5.33977 9.66972L5.23149 9.56145C5.14081 9.47077 4.99379 9.47075 4.90307 9.5614L4.56161 9.90263C4.47087 9.99334 4.47084 10.1404 4.56156 10.2312L4.66988 10.3395C4.74096 10.4106 4.75704 10.5187 4.7122 10.6086C4.67097 10.6913 4.63536 10.7773 4.60576 10.866C4.57397 10.9613 4.48603 11.0264 4.38555 11.0264H4.23226C4.10398 11.0264 4 11.1304 4 11.2587V11.7413C4 11.8696 4.10398 11.9736 4.23227 11.9736ZM6.49999 10.4122C7.10075 10.4122 7.58775 10.8993 7.58775 11.5C7.58775 12.1007 7.10075 12.5878 6.49999 12.5878C5.89925 12.5878 5.41224 12.1007 5.41224 11.5C5.41224 10.8993 5.89925 10.4122 6.49999 10.4122Z",
|
878
|
+
fill: "#64748B"
|
879
|
+
}), /*#__PURE__*/_jsx("path", {
|
880
|
+
d: "M9.22082 9.41013H9.3411C9.40267 9.41013 9.45738 9.45007 9.4772 9.50961C9.50102 9.58075 9.52981 9.65038 9.56274 9.7164C9.59069 9.77248 9.58022 9.83939 9.53673 9.88296L9.45187 9.96782C9.36581 10.054 9.36589 10.1942 9.45195 10.2801L9.71978 10.548C9.80586 10.6339 9.94588 10.6339 10.0321 10.5478L10.1168 10.4631C10.1602 10.4197 10.2273 10.4094 10.2834 10.4372C10.3497 10.4702 10.4192 10.499 10.4904 10.5228C10.5498 10.5427 10.5898 10.5974 10.5898 10.6589V10.7792C10.5898 10.901 10.6889 11 10.8107 11H11.1894C11.3111 11 11.4102 10.901 11.4102 10.7792V10.6589C11.4102 10.5974 11.4501 10.5427 11.5096 10.5228C11.5806 10.4991 11.6503 10.4703 11.7165 10.4372C11.7727 10.4094 11.8397 10.4197 11.8832 10.4631L11.9679 10.5478C12.0541 10.634 12.1942 10.6339 12.2801 10.548L12.5481 10.2801C12.5898 10.2384 12.6128 10.1831 12.6128 10.124C12.6128 10.065 12.5898 10.0096 12.5481 9.96782L12.4632 9.88296C12.4197 9.83939 12.4093 9.77248 12.4373 9.71625C12.4706 9.64933 12.4993 9.57984 12.5227 9.50961C12.5425 9.45007 12.5973 9.41013 12.6589 9.41013H12.7792C12.901 9.41013 13 9.31111 13 9.18931V8.81069C13 8.68891 12.9011 8.58987 12.7795 8.58987H12.6588C12.5973 8.58987 12.5425 8.54993 12.5227 8.49039C12.4992 8.42001 12.4704 8.35038 12.4371 8.28345C12.4092 8.22722 12.4196 8.16031 12.4631 8.11674L12.5481 8.03174C12.5898 7.98999 12.6128 7.93467 12.6128 7.87558C12.6128 7.8165 12.5898 7.76117 12.5481 7.71942L12.2801 7.45173C12.1939 7.36537 12.0538 7.36552 11.9679 7.45173L11.883 7.53674C11.8393 7.58045 11.7724 7.59085 11.7163 7.56267C11.6498 7.52951 11.5803 7.50086 11.5096 7.47721C11.4501 7.45746 11.4102 7.40275 11.4102 7.34111V7.22082C11.4102 7.09904 11.3111 7 11.1894 7H10.8107C10.6889 7 10.5898 7.09904 10.5898 7.22082V7.34111C10.5898 7.40275 10.5499 7.45746 10.4904 7.47721C10.4195 7.50086 10.35 7.52965 10.2836 7.56267C10.2276 7.591 10.1607 7.58045 10.117 7.53674L10.0321 7.45173C9.94603 7.36582 9.80586 7.36582 9.71978 7.45173L9.45195 7.71942C9.4102 7.76103 9.38721 7.8165 9.38721 7.87558C9.38721 7.93452 9.4102 7.98999 9.45187 8.03174L9.53689 8.11674C9.58037 8.16031 9.59084 8.22722 9.56281 8.28345C9.5295 8.35037 9.5007 8.42001 9.4772 8.49039C9.45738 8.54993 9.40267 8.58987 9.3411 8.58987H9.22082C9.09903 8.58987 9 8.68891 9 8.81069V9.18931C9 9.31111 9.09903 9.41013 9.22082 9.41013ZM11 8.18517C11.4493 8.18517 11.8148 8.55068 11.8148 9C11.8148 9.44932 11.4493 9.81483 11 9.81483C10.5506 9.81483 10.1851 9.44932 10.1851 9C10.1851 8.55068 10.5506 8.18517 11 8.18517Z",
|
881
|
+
fill: "#64748B"
|
882
|
+
})]
|
883
|
+
});
|