@trafilea/afrodita-components 5.0.0-beta.58 → 5.0.0-beta.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.d.ts +33 -0
- package/build/index.esm.js +46 -4
- package/build/index.esm.js.map +1 -1
- package/build/index.js +46 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -122,12 +122,24 @@ declare const SixtyDaysGuarantee: ({ height, width, fill, title }: IconProps) =>
|
|
|
122
122
|
|
|
123
123
|
declare const Frown: ({ height, width, fill, title }: IconProps$1) => JSX.Element;
|
|
124
124
|
|
|
125
|
+
declare const BulletOne: ({ height, width, fill, title }: IconProps) => JSX.Element;
|
|
126
|
+
|
|
127
|
+
declare const BulletTwo: ({ height, width, fill, title }: IconProps) => JSX.Element;
|
|
128
|
+
|
|
129
|
+
declare const BulletThree: ({ height, width, fill, title }: IconProps) => JSX.Element;
|
|
130
|
+
|
|
125
131
|
declare const Custom_SixtyDaysGuarantee: typeof SixtyDaysGuarantee;
|
|
126
132
|
declare const Custom_Frown: typeof Frown;
|
|
133
|
+
declare const Custom_BulletOne: typeof BulletOne;
|
|
134
|
+
declare const Custom_BulletTwo: typeof BulletTwo;
|
|
135
|
+
declare const Custom_BulletThree: typeof BulletThree;
|
|
127
136
|
declare namespace Custom {
|
|
128
137
|
export {
|
|
129
138
|
Custom_SixtyDaysGuarantee as SixtyDaysGuarantee,
|
|
130
139
|
Custom_Frown as Frown,
|
|
140
|
+
Custom_BulletOne as BulletOne,
|
|
141
|
+
Custom_BulletTwo as BulletTwo,
|
|
142
|
+
Custom_BulletThree as BulletThree,
|
|
131
143
|
};
|
|
132
144
|
}
|
|
133
145
|
|
|
@@ -156,6 +168,11 @@ declare const SignOut: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
|
156
168
|
|
|
157
169
|
declare const Add: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
158
170
|
|
|
171
|
+
interface CopyProps extends IconProps {
|
|
172
|
+
stroke?: string;
|
|
173
|
+
}
|
|
174
|
+
declare const Copy: ({ height, width, fill, stroke }: CopyProps) => JSX.Element;
|
|
175
|
+
|
|
159
176
|
declare const Actions_Check: typeof Check;
|
|
160
177
|
declare const Actions_ClearLight: typeof ClearLight;
|
|
161
178
|
declare const Actions_LightExclamation: typeof LightExclamation;
|
|
@@ -168,6 +185,8 @@ declare const Actions_Warning: typeof Warning;
|
|
|
168
185
|
declare const Actions_Edit: typeof Edit;
|
|
169
186
|
declare const Actions_SignOut: typeof SignOut;
|
|
170
187
|
declare const Actions_Add: typeof Add;
|
|
188
|
+
type Actions_CopyProps = CopyProps;
|
|
189
|
+
declare const Actions_Copy: typeof Copy;
|
|
171
190
|
declare namespace Actions {
|
|
172
191
|
export {
|
|
173
192
|
Actions_Check as Check,
|
|
@@ -182,6 +201,8 @@ declare namespace Actions {
|
|
|
182
201
|
Actions_Edit as Edit,
|
|
183
202
|
Actions_SignOut as SignOut,
|
|
184
203
|
Actions_Add as Add,
|
|
204
|
+
Actions_CopyProps as CopyProps,
|
|
205
|
+
Actions_Copy as Copy,
|
|
185
206
|
};
|
|
186
207
|
}
|
|
187
208
|
|
|
@@ -206,6 +227,10 @@ declare const Email: ({ height, width, fill, testId }: IconProps) => JSX.Element
|
|
|
206
227
|
|
|
207
228
|
declare const CallUs: ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
208
229
|
|
|
230
|
+
declare const SignForm: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
231
|
+
|
|
232
|
+
declare const QrCode: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
233
|
+
|
|
209
234
|
type Other_LoadingProps = LoadingProps;
|
|
210
235
|
declare const Other_Loading: typeof Loading;
|
|
211
236
|
declare const Other_Shapermint: typeof Shapermint;
|
|
@@ -215,6 +240,8 @@ declare const Other_ShapermintLogo: typeof ShapermintLogo;
|
|
|
215
240
|
declare const Other_Chat: typeof Chat;
|
|
216
241
|
declare const Other_Email: typeof Email;
|
|
217
242
|
declare const Other_CallUs: typeof CallUs;
|
|
243
|
+
declare const Other_SignForm: typeof SignForm;
|
|
244
|
+
declare const Other_QrCode: typeof QrCode;
|
|
218
245
|
declare namespace Other {
|
|
219
246
|
export {
|
|
220
247
|
FitPredictor$1 as FitPredictor,
|
|
@@ -227,6 +254,8 @@ declare namespace Other {
|
|
|
227
254
|
Other_Chat as Chat,
|
|
228
255
|
Other_Email as Email,
|
|
229
256
|
Other_CallUs as CallUs,
|
|
257
|
+
Other_SignForm as SignForm,
|
|
258
|
+
Other_QrCode as QrCode,
|
|
230
259
|
};
|
|
231
260
|
}
|
|
232
261
|
|
|
@@ -330,6 +359,8 @@ declare const Twitter: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
|
330
359
|
|
|
331
360
|
declare const Youtube: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
332
361
|
|
|
362
|
+
declare const Interaction: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
363
|
+
|
|
333
364
|
declare const SocialMedia_Facebook: typeof Facebook;
|
|
334
365
|
declare const SocialMedia_FacebookSolid: typeof FacebookSolid;
|
|
335
366
|
declare const SocialMedia_Instagram: typeof Instagram;
|
|
@@ -337,6 +368,7 @@ declare const SocialMedia_InstagramSolid: typeof InstagramSolid;
|
|
|
337
368
|
declare const SocialMedia_Pinterest: typeof Pinterest;
|
|
338
369
|
declare const SocialMedia_Twitter: typeof Twitter;
|
|
339
370
|
declare const SocialMedia_Youtube: typeof Youtube;
|
|
371
|
+
declare const SocialMedia_Interaction: typeof Interaction;
|
|
340
372
|
declare namespace SocialMedia {
|
|
341
373
|
export {
|
|
342
374
|
SocialMedia_Facebook as Facebook,
|
|
@@ -346,6 +378,7 @@ declare namespace SocialMedia {
|
|
|
346
378
|
SocialMedia_Pinterest as Pinterest,
|
|
347
379
|
SocialMedia_Twitter as Twitter,
|
|
348
380
|
SocialMedia_Youtube as Youtube,
|
|
381
|
+
SocialMedia_Interaction as Interaction,
|
|
349
382
|
};
|
|
350
383
|
}
|
|
351
384
|
|
package/build/index.esm.js
CHANGED
|
@@ -71,10 +71,28 @@ var Frown = function (_a) {
|
|
|
71
71
|
return (jsxs$1(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 68, viewBoxY: 68, title: title, fill: "none" }, { children: [jsx$1("path", { d: "M34 64C50.5685 64 64 50.5685 64 34C64 17.4315 50.5685 4 34 4C17.4315 4 4 17.4315 4 34C4 50.5685 17.4315 64 34 64Z", fill: "".concat(fill, "b6") }, void 0), jsx$1("path", { d: "M64 34.0296C64.0064 29.5175 62.9753 25.0627 60.9841 21C59.9702 30.9185 58.3731 39.7073 49.0635 48.6699C39.8271 57.5622 25.9923 57.4947 9 50.0686C14.4495 58.1257 23.0411 64 33.6008 64C41.6631 64 49.3953 60.8424 55.0963 55.2219C60.7972 49.6013 64 41.9783 64 34.0296Z", fill: fill }, void 0), jsx$1("path", { d: "M34 64C50.5685 64 64 50.5685 64 34C64 17.4315 50.5685 4 34 4C17.4315 4 4 17.4315 4 34C4 50.5685 17.4315 64 34 64Z", stroke: "#292929", strokeWidth: "2", strokeLinejoin: "round" }, void 0), jsx$1("path", { d: "M44.1292 48.8737C44.1292 48.8737 41.7372 42.8737 34.1292 42.8737C26.5212 42.8737 24.1292 48.8737 24.1292 48.8737", stroke: "#292929", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx$1("path", { d: "M24.6292 32.1304C24.6292 33.5111 23.5099 34.6304 22.1292 34.6304C20.7485 34.6304 19.6292 33.5111 19.6292 32.1304C19.6292 30.7497 20.7485 29.6304 22.1292 29.6304C23.5099 29.6304 24.6292 30.7497 24.6292 32.1304Z", fill: "#292929", stroke: "#292929" }, void 0), jsx$1("path", { d: "M48.6292 32.1304C48.6292 33.5111 47.5099 34.6304 46.1292 34.6304C44.7485 34.6304 43.6292 33.5111 43.6292 32.1304C43.6292 30.7497 44.7485 29.6304 46.1292 29.6304C47.5099 29.6304 48.6292 30.7497 48.6292 32.1304Z", fill: "#292929", stroke: "#292929" }, void 0), jsx$1("path", { d: "M14.7553 23.6181C16.5344 19.9142 19.3229 16.7876 22.8 14.5982C26.2771 12.4087 30.3017 11.2452 34.4107 11.2415", stroke: "white", strokeWidth: "6", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
|
|
72
72
|
};
|
|
73
73
|
|
|
74
|
+
var BulletOne = function (_a) {
|
|
75
|
+
var height = _a.height, width = _a.width, _b = _a.fill, fill = _b === void 0 ? '#292929' : _b, title = _a.title;
|
|
76
|
+
return (jsxs$1(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 24, viewBoxY: 24, title: title, fill: "none" }, { children: [jsx$1("circle", { cx: "12", cy: "12", r: "10.25", stroke: fill, strokeWidth: "1.5" }, void 0), jsx$1("path", { d: "M11.5812 18.0002H13.5012V6.67218H11.7572L8.22119 9.52018L9.34119 10.8482L11.5812 9.00818V18.0002Z", fill: fill }, void 0)] }), void 0));
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
var BulletTwo = function (_a) {
|
|
80
|
+
var height = _a.height, width = _a.width, _b = _a.fill, fill = _b === void 0 ? '#292929' : _b, title = _a.title;
|
|
81
|
+
return (jsxs$1(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 24, viewBoxY: 24, title: title, fill: "none" }, { children: [jsx$1("circle", { cx: "12", cy: "12.0002", r: "10.25", stroke: fill, strokeWidth: "1.5" }, void 0), jsx$1("path", { d: "M8.22119 18.0004H15.7572V16.2404H10.6532L13.9172 13.1204C14.9252 12.1604 15.7412 11.1524 15.7412 9.69637C15.7412 7.52037 13.9332 6.38437 11.9652 6.38437C9.88519 6.38437 8.36519 7.76037 8.14119 9.63237L10.0132 9.92037C10.1572 8.81637 10.8452 7.98437 11.9332 7.98437C12.9572 7.98437 13.7412 8.67237 13.7412 9.72837C13.7412 10.6084 13.2932 11.2644 12.5892 11.9524L8.22119 16.2404V18.0004Z", fill: fill }, void 0)] }), void 0));
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
var BulletThree = function (_a) {
|
|
85
|
+
var height = _a.height, width = _a.width, _b = _a.fill, fill = _b === void 0 ? '#292929' : _b, title = _a.title;
|
|
86
|
+
return (jsxs$1(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 24, viewBoxY: 24, title: title, fill: "none" }, { children: [jsx$1("circle", { cx: "12", cy: "12.0004", r: "10.25", stroke: fill, strokeWidth: "1.5" }, void 0), jsx$1("path", { d: "M10.5092 12.8645H10.9892C12.1892 12.8645 13.7412 13.3125 13.7412 14.7845C13.7412 16.1445 12.6532 16.6565 11.6612 16.6565C10.4612 16.6565 9.67719 15.9525 9.40519 15.0565L7.61319 15.6165C8.22119 17.5045 9.82119 18.2885 11.7252 18.2885C13.6452 18.2885 15.6772 17.1525 15.6772 14.8005C15.6772 13.4085 14.7172 12.3525 13.3412 12.0805V12.0485C14.5732 11.7445 15.3732 10.7045 15.3732 9.48855C15.3732 7.45655 13.7092 6.38455 11.7252 6.38455C9.91719 6.38455 8.42919 7.45655 8.02919 8.97655L9.83719 9.44055C10.0612 8.57655 10.7172 7.98455 11.6452 7.98455C12.6052 7.98455 13.4372 8.59255 13.4372 9.61655C13.4372 11.0085 12.1572 11.3285 11.0212 11.3285H10.5092V12.8645Z", fill: fill }, void 0)] }), void 0));
|
|
87
|
+
};
|
|
88
|
+
|
|
74
89
|
var Custom$1 = /*#__PURE__*/Object.freeze({
|
|
75
90
|
__proto__: null,
|
|
76
91
|
SixtyDaysGuarantee: SixtyDaysGuarantee,
|
|
77
|
-
Frown: Frown
|
|
92
|
+
Frown: Frown,
|
|
93
|
+
BulletOne: BulletOne,
|
|
94
|
+
BulletTwo: BulletTwo,
|
|
95
|
+
BulletThree: BulletThree
|
|
78
96
|
});
|
|
79
97
|
|
|
80
98
|
var Check$1 = function (_a) {
|
|
@@ -132,6 +150,11 @@ var Add = function (_a) {
|
|
|
132
150
|
return (jsx$1(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 20, viewBoxY: 20, title: "add" }, { children: jsx$1("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.75 0C9.05964 0 8.5 0.559644 8.5 1.25V8.5H1.25C0.559644 8.5 0 9.05964 0 9.75C0 10.4404 0.559644 11 1.25 11H8.5V18.75C8.5 19.4404 9.05964 20 9.75 20C10.4404 20 11 19.4404 11 18.75V11H18.75C19.4404 11 20 10.4404 20 9.75C20 9.05964 19.4404 8.5 18.75 8.5H11V1.25C11 0.559644 10.4404 0 9.75 0Z", fill: fill }, void 0) }), void 0));
|
|
133
151
|
};
|
|
134
152
|
|
|
153
|
+
var Copy = function (_a) {
|
|
154
|
+
var height = _a.height, width = _a.width, _b = _a.fill, fill = _b === void 0 ? 'white' : _b, _c = _a.stroke, stroke = _c === void 0 ? '#292929' : _c;
|
|
155
|
+
return (jsxs$1(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 18, viewBoxY: 22, title: "copy" }, { children: [jsx$1("rect", { x: "0.5", y: "0.5", width: "13", height: "17", rx: "1.5", fill: fill, stroke: stroke }, void 0), jsx$1("rect", { x: "4.5", y: "4.5", width: "13", height: "17", rx: "1.5", fill: fill, stroke: stroke }, void 0)] }), void 0));
|
|
156
|
+
};
|
|
157
|
+
|
|
135
158
|
var Actions = /*#__PURE__*/Object.freeze({
|
|
136
159
|
__proto__: null,
|
|
137
160
|
Check: Check$1,
|
|
@@ -144,7 +167,8 @@ var Actions = /*#__PURE__*/Object.freeze({
|
|
|
144
167
|
Warning: Warning,
|
|
145
168
|
Edit: Edit,
|
|
146
169
|
SignOut: SignOut,
|
|
147
|
-
Add: Add
|
|
170
|
+
Add: Add,
|
|
171
|
+
Copy: Copy
|
|
148
172
|
});
|
|
149
173
|
|
|
150
174
|
var FitPredictor$1 = function (_a) {
|
|
@@ -192,6 +216,16 @@ var CallUs = function (_a) {
|
|
|
192
216
|
return (jsxs$1(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 36, viewBoxY: 38, title: "call us", testId: testId }, { children: [jsxs$1("mask", __assign$1({ id: "path-1-outside-1_785_584", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "36", height: "38", fill: "black" }, { children: [jsx$1("rect", { fill: "white", width: "36", height: "38" }, void 0), jsx$1("path", { d: "M18.0299 37H20.3603C21.6749 37 22.8102 36.1711 23.1687 34.9276C23.2285 34.8092 23.2882 34.6908 23.4675 34.6908C24.1845 34.5724 25.3199 34.3355 26.5149 33.6842C28.0685 32.7368 29.9807 30.7829 30.2794 26.9934C30.2794 26.8158 30.4587 26.6974 30.638 26.6382C33.0879 26.5197 35 24.4474 35 22.0197V19.8289C34.9402 17.3421 32.9684 15.2697 30.5782 15.1513C30.3989 15.1513 30.2197 14.9737 30.2197 14.7961V13.3158C30.2197 10.0592 29.0844 7.03947 26.9332 4.73026C24.7821 2.30263 21.7944 1 18.5079 1H17.3128C14.0264 1 11.1582 2.24342 9.00703 4.61184C6.85589 6.92105 5.72056 9.94079 5.72056 13.1974V14.6184C5.72056 14.7961 5.60105 14.9737 5.36204 14.9737C2.91213 15.0921 1 17.1645 1 19.5921V21.7829C1 24.3882 3.09139 26.4605 5.72056 26.4605H8.529C8.82777 26.4605 9.12654 26.1645 9.12654 25.8684V15.5658C9.12654 15.2697 8.88752 14.9737 8.529 14.9737H7.21441C7.03515 14.9737 6.85589 14.7961 6.85589 14.6184V13.1974C6.85589 6.92105 11.3374 2.125 17.3128 2.125H18.5079C24.4833 2.125 28.9648 6.86184 28.9648 13.1974V14.6184C28.9648 14.7961 28.7856 14.9737 28.6063 14.9737H27.2917C26.993 14.9737 26.6942 15.2697 26.6942 15.5658V26.0461C26.6942 26.3421 26.9332 26.6382 27.2917 26.6382H28.6063C28.7258 26.6382 28.7856 26.6974 28.8453 26.7566C28.9051 26.8158 28.9648 26.9342 28.9648 27.0526C28.5466 32.3816 24.6626 33.3289 23.4675 33.5066C23.2882 33.5066 23.109 33.4474 23.0492 33.2697C22.6309 32.0855 21.5554 31.3158 20.3005 31.3158H18.0896C17.2531 31.3158 16.4763 31.6711 15.9385 32.2632C15.4007 32.8553 15.1019 33.5658 15.1617 34.3355C15.2214 35.8158 16.4763 37 18.0299 37ZM7.57294 16.0987C7.7522 16.0987 7.93146 16.2171 7.93146 16.3947V25.0395C7.93146 25.2171 7.7522 25.3947 7.57294 25.3947H5.72056C3.74868 25.3947 2.13533 23.7961 2.13533 21.8421V19.6513C2.13533 17.6974 3.74868 16.0987 5.72056 16.0987H7.57294ZM28.3076 25.3355C28.1283 25.3355 27.949 25.2171 27.949 25.0395V16.5C27.949 16.3224 28.1283 16.1447 28.3076 16.1447H30.1599C32.1318 16.1447 33.7452 17.6382 33.7452 19.5921V21.7829C33.7452 23.7368 32.1318 25.3355 30.1599 25.3355H28.3076ZM17.8506 32.3224H20.3603C21.3761 32.3224 22.0931 33.2697 22.0931 34.2237C22.0931 34.6908 21.9736 35.1118 21.6749 35.4671C21.3761 35.8224 20.8981 36 20.3603 36H17.8506C17 36 16.1094 35.1711 16.1094 34.2237C16.1094 33.2171 16.8946 32.3224 17.8506 32.3224Z" }, void 0)] }), void 0), jsx$1("path", { d: "M18.0299 37H20.3603C21.6749 37 22.8102 36.1711 23.1687 34.9276C23.2285 34.8092 23.2882 34.6908 23.4675 34.6908C24.1845 34.5724 25.3199 34.3355 26.5149 33.6842C28.0685 32.7368 29.9807 30.7829 30.2794 26.9934C30.2794 26.8158 30.4587 26.6974 30.638 26.6382C33.0879 26.5197 35 24.4474 35 22.0197V19.8289C34.9402 17.3421 32.9684 15.2697 30.5782 15.1513C30.3989 15.1513 30.2197 14.9737 30.2197 14.7961V13.3158C30.2197 10.0592 29.0844 7.03947 26.9332 4.73026C24.7821 2.30263 21.7944 1 18.5079 1H17.3128C14.0264 1 11.1582 2.24342 9.00703 4.61184C6.85589 6.92105 5.72056 9.94079 5.72056 13.1974V14.6184C5.72056 14.7961 5.60105 14.9737 5.36204 14.9737C2.91213 15.0921 1 17.1645 1 19.5921V21.7829C1 24.3882 3.09139 26.4605 5.72056 26.4605H8.529C8.82777 26.4605 9.12654 26.1645 9.12654 25.8684V15.5658C9.12654 15.2697 8.88752 14.9737 8.529 14.9737H7.21441C7.03515 14.9737 6.85589 14.7961 6.85589 14.6184V13.1974C6.85589 6.92105 11.3374 2.125 17.3128 2.125H18.5079C24.4833 2.125 28.9648 6.86184 28.9648 13.1974V14.6184C28.9648 14.7961 28.7856 14.9737 28.6063 14.9737H27.2917C26.993 14.9737 26.6942 15.2697 26.6942 15.5658V26.0461C26.6942 26.3421 26.9332 26.6382 27.2917 26.6382H28.6063C28.7258 26.6382 28.7856 26.6974 28.8453 26.7566C28.9051 26.8158 28.9648 26.9342 28.9648 27.0526C28.5466 32.3816 24.6626 33.3289 23.4675 33.5066C23.2882 33.5066 23.109 33.4474 23.0492 33.2697C22.6309 32.0855 21.5554 31.3158 20.3005 31.3158H18.0896C17.2531 31.3158 16.4763 31.6711 15.9385 32.2632C15.4007 32.8553 15.1019 33.5658 15.1617 34.3355C15.2214 35.8158 16.4763 37 18.0299 37ZM7.57294 16.0987C7.7522 16.0987 7.93146 16.2171 7.93146 16.3947V25.0395C7.93146 25.2171 7.7522 25.3947 7.57294 25.3947H5.72056C3.74868 25.3947 2.13533 23.7961 2.13533 21.8421V19.6513C2.13533 17.6974 3.74868 16.0987 5.72056 16.0987H7.57294ZM28.3076 25.3355C28.1283 25.3355 27.949 25.2171 27.949 25.0395V16.5C27.949 16.3224 28.1283 16.1447 28.3076 16.1447H30.1599C32.1318 16.1447 33.7452 17.6382 33.7452 19.5921V21.7829C33.7452 23.7368 32.1318 25.3355 30.1599 25.3355H28.3076ZM17.8506 32.3224H20.3603C21.3761 32.3224 22.0931 33.2697 22.0931 34.2237C22.0931 34.6908 21.9736 35.1118 21.6749 35.4671C21.3761 35.8224 20.8981 36 20.3603 36H17.8506C17 36 16.1094 35.1711 16.1094 34.2237C16.1094 33.2171 16.8946 32.3224 17.8506 32.3224Z", fill: fill }, void 0), jsx$1("path", { d: "M23.1687 34.9276L22.7223 34.7024L22.7013 34.7442L22.6883 34.7891L23.1687 34.9276ZM23.4675 34.6908V35.1908H23.5085L23.549 35.1841L23.4675 34.6908ZM26.5149 33.6842L26.7542 34.1232L26.7649 34.1174L26.7753 34.1111L26.5149 33.6842ZM30.2794 26.9934L30.7779 27.0327L30.7794 27.0131V26.9934H30.2794ZM30.638 26.6382L30.6138 26.1387L30.5458 26.142L30.4811 26.1634L30.638 26.6382ZM35 19.8289H35.5001L35.4999 19.8169L35 19.8289ZM30.5782 15.1513L30.6029 14.6519L30.5906 14.6513H30.5782V15.1513ZM26.9332 4.73026L26.5589 5.06197L26.5674 5.07107L26.9332 4.73026ZM9.00703 4.61184L9.37291 4.95268L9.37715 4.94801L9.00703 4.61184ZM5.36204 14.9737V14.4737H5.34996L5.3379 14.4743L5.36204 14.9737ZM28.9648 27.0526L29.4633 27.0918L29.4648 27.0722V27.0526H28.9648ZM23.4675 33.5066V34.0066H23.5044L23.541 34.0011L23.4675 33.5066ZM23.0492 33.2697L23.5232 33.1103L23.5207 33.1032L23.0492 33.2697ZM15.1617 34.3355L15.6613 34.3154L15.6609 34.3061L15.6602 34.2968L15.1617 34.3355ZM16.1094 34.2237H15.6094H16.1094ZM18.0299 37.5H20.3603V36.5H18.0299V37.5ZM20.3603 37.5C21.8886 37.5 23.2264 36.5322 23.6491 35.0662L22.6883 34.7891C22.394 35.8099 21.4611 36.5 20.3603 36.5V37.5ZM23.6151 35.1529C23.6316 35.1201 23.638 35.1081 23.6431 35.0996C23.6471 35.093 23.6416 35.1038 23.6252 35.12C23.6067 35.1383 23.5788 35.1593 23.5425 35.1741C23.5068 35.1886 23.4789 35.1908 23.4675 35.1908V34.1908C23.2482 34.1908 23.0613 34.2709 22.9214 34.4096C22.8084 34.5216 22.7443 34.6589 22.7223 34.7024L23.6151 35.1529ZM23.549 35.1841C24.2895 35.0618 25.4879 34.8134 26.7542 34.1232L26.2757 33.2452C25.1518 33.8577 24.0796 34.0829 23.386 34.1975L23.549 35.1841ZM26.7753 34.1111C28.446 33.0923 30.4648 31.0039 30.7779 27.0327L29.781 26.9541C29.4965 30.5619 27.6911 32.3814 26.2546 33.2573L26.7753 34.1111ZM30.7794 26.9934C30.7794 27.0366 30.7677 27.0758 30.7521 27.1054C30.7377 27.1325 30.7236 27.1451 30.722 27.1466C30.7203 27.1481 30.7252 27.1435 30.7399 27.1357C30.7542 27.1282 30.7729 27.1202 30.7948 27.1129L30.4811 26.1634C30.3516 26.2062 30.1949 26.2782 30.061 26.3962C29.9229 26.5178 29.7794 26.7182 29.7794 26.9934H30.7794ZM30.6621 27.1376C33.3858 27.0059 35.5 24.7068 35.5 22.0197H34.5C34.5 24.188 32.79 26.0336 30.6138 26.1387L30.6621 27.1376ZM35.5 22.0197V19.8289H34.5V22.0197H35.5ZM35.4999 19.8169C35.4341 17.0814 33.2676 14.784 30.6029 14.6519L30.5535 15.6507C32.6691 15.7555 34.4464 17.6028 34.5001 19.841L35.4999 19.8169ZM30.5782 14.6513C30.6158 14.6513 30.6423 14.6605 30.6564 14.667C30.6705 14.6735 30.6787 14.6802 30.6837 14.6851C30.6886 14.69 30.6958 14.6986 30.7028 14.7135C30.7099 14.7284 30.7197 14.7564 30.7197 14.7961H29.7197C29.7197 15.0491 29.8422 15.2591 29.9798 15.3955C30.1176 15.5321 30.3276 15.6513 30.5782 15.6513V14.6513ZM30.7197 14.7961V13.3158H29.7197V14.7961H30.7197ZM30.7197 13.3158C30.7197 9.94069 29.5417 6.79687 27.2991 4.38945L26.5674 5.07107C28.627 7.28207 29.7197 10.1777 29.7197 13.3158H30.7197ZM27.3074 4.39866C25.0578 1.85985 21.9319 0.5 18.5079 0.5V1.5C21.6568 1.5 24.5064 2.74541 26.559 5.06186L27.3074 4.39866ZM18.5079 0.5H17.3128V1.5H18.5079V0.5ZM17.3128 0.5C13.8904 0.5 10.8861 1.79926 8.63691 4.27567L9.37715 4.94801C11.4302 2.68758 14.1623 1.5 17.3128 1.5V0.5ZM8.64118 4.27103C6.39855 6.67845 5.22056 9.82226 5.22056 13.1974H6.22056C6.22056 10.0593 7.31323 7.16365 9.37288 4.95265L8.64118 4.27103ZM5.22056 13.1974V14.6184H6.22056V13.1974H5.22056ZM5.22056 14.6184C5.22056 14.5995 5.22643 14.5648 5.25874 14.5288C5.27572 14.5099 5.29706 14.4944 5.32002 14.4844C5.3429 14.4745 5.35895 14.4737 5.36204 14.4737V15.4737C5.61564 15.4737 5.84336 15.3746 6.00312 15.1965C6.15494 15.0273 6.22056 14.815 6.22056 14.6184H5.22056ZM5.3379 14.4743C2.61424 14.6059 0.5 16.9051 0.5 19.5921H1.5C1.5 17.4239 3.21002 15.5783 5.38618 15.4731L5.3379 14.4743ZM0.5 19.5921V21.7829H1.5V19.5921H0.5ZM0.5 21.7829C0.5 24.6686 2.81956 26.9605 5.72056 26.9605V25.9605C3.36321 25.9605 1.5 24.1077 1.5 21.7829H0.5ZM5.72056 26.9605H8.529V25.9605H5.72056V26.9605ZM8.529 26.9605C8.83939 26.9605 9.10908 26.8117 9.29174 26.6307C9.47412 26.4499 9.62654 26.1807 9.62654 25.8684H8.62654C8.62654 25.8584 8.62888 25.86 8.62284 25.8728C8.61679 25.8857 8.60534 25.903 8.58787 25.9203C8.57043 25.9376 8.55251 25.9494 8.53855 25.9558C8.52461 25.9623 8.52125 25.9605 8.529 25.9605V26.9605ZM9.62654 25.8684V15.5658H8.62654V25.8684H9.62654ZM9.62654 15.5658C9.62654 15.0222 9.19144 14.4737 8.529 14.4737V15.4737C8.54862 15.4737 8.56157 15.4775 8.57047 15.4814C8.58 15.4857 8.58944 15.4922 8.59825 15.5015C8.61838 15.5229 8.62654 15.5494 8.62654 15.5658H9.62654ZM8.529 14.4737H7.21441V15.4737H8.529V14.4737ZM7.21441 14.4737C7.25204 14.4737 7.27855 14.4828 7.29263 14.4893C7.30668 14.4958 7.3149 14.5026 7.31986 14.5075C7.3248 14.5124 7.33203 14.5209 7.33904 14.5358C7.34608 14.5508 7.35589 14.5788 7.35589 14.6184H6.35589C6.35589 14.8715 6.47842 15.0815 6.61599 15.2178C6.75384 15.3544 6.96377 15.4737 7.21441 15.4737V14.4737ZM7.35589 14.6184V13.1974H6.35589V14.6184H7.35589ZM7.35589 13.1974C7.35589 7.16832 11.6416 2.625 17.3128 2.625V1.625C11.0333 1.625 6.35589 6.67379 6.35589 13.1974H7.35589ZM17.3128 2.625H18.5079V1.625H17.3128V2.625ZM18.5079 2.625C24.1809 2.625 28.4648 7.11092 28.4648 13.1974H29.4648C29.4648 6.61277 24.7858 1.625 18.5079 1.625V2.625ZM28.4648 13.1974V14.6184H29.4648V13.1974H28.4648ZM28.4648 14.6184C28.4648 14.5788 28.4747 14.5508 28.4817 14.5358C28.4887 14.5209 28.4959 14.5124 28.5009 14.5075C28.5058 14.5026 28.5141 14.4958 28.5281 14.4893C28.5422 14.4828 28.5687 14.4737 28.6063 14.4737V15.4737C28.857 15.4737 29.0669 15.3544 29.2047 15.2178C29.3423 15.0815 29.4648 14.8715 29.4648 14.6184H28.4648ZM28.6063 14.4737H27.2917V15.4737H28.6063V14.4737ZM27.2917 14.4737C26.9813 14.4737 26.7117 14.6225 26.529 14.8036C26.3466 14.9843 26.1942 15.2535 26.1942 15.5658H27.1942C27.1942 15.5758 27.1919 15.5742 27.1979 15.5614C27.204 15.5486 27.2154 15.5312 27.2329 15.5139C27.2503 15.4966 27.2682 15.4849 27.2822 15.4784C27.2961 15.472 27.2995 15.4737 27.2917 15.4737V14.4737ZM26.1942 15.5658V26.0461H27.1942V15.5658H26.1942ZM26.1942 26.0461C26.1942 26.5896 26.6293 27.1382 27.2917 27.1382V26.1382C27.2721 26.1382 27.2592 26.1344 27.2503 26.1304C27.2407 26.1262 27.2313 26.1197 27.2225 26.1103C27.2024 26.0889 27.1942 26.0624 27.1942 26.0461H26.1942ZM27.2917 27.1382H28.6063V26.1382H27.2917V27.1382ZM28.6063 27.1382C28.5941 27.1382 28.5751 27.1365 28.552 27.1301C28.5287 27.1237 28.5085 27.1144 28.4927 27.1049C28.4779 27.0961 28.4699 27.089 28.4705 27.0895C28.4727 27.0914 28.4766 27.0951 28.4934 27.1117L29.1973 26.4014C29.1316 26.3364 28.9439 26.1382 28.6063 26.1382V27.1382ZM28.4934 27.1117C28.4799 27.0983 28.4734 27.0889 28.4716 27.086C28.4693 27.0826 28.4687 27.081 28.4686 27.0809C28.4685 27.0806 28.4678 27.0792 28.4671 27.0758C28.4663 27.0725 28.4648 27.0647 28.4648 27.0526H29.4648C29.4648 26.7914 29.3449 26.5477 29.1973 26.4014L28.4934 27.1117ZM28.4664 27.0135C28.2677 29.5442 27.257 30.9831 26.1978 31.8188C25.1212 32.6682 23.9483 32.9296 23.394 33.012L23.541 34.0011C24.1817 33.9059 25.5484 33.6049 26.8172 32.6039C28.1033 31.5892 29.2437 29.8901 29.4633 27.0918L28.4664 27.0135ZM23.4675 33.0066C23.4495 33.0066 23.437 33.005 23.4301 33.0037C23.4229 33.0023 23.4259 33.002 23.4355 33.0067C23.4459 33.0119 23.4641 33.0231 23.483 33.0437C23.5027 33.0651 23.516 33.0891 23.5231 33.1103L22.5753 33.4292C22.7412 33.9223 23.222 34.0066 23.4675 34.0066V33.0066ZM23.5207 33.1032C23.0327 31.7217 21.77 30.8158 20.3005 30.8158V31.8158C21.3408 31.8158 22.2292 32.4494 22.5778 33.4363L23.5207 33.1032ZM20.3005 30.8158H18.0896V31.8158H20.3005V30.8158ZM18.0896 30.8158C17.1108 30.8158 16.2 31.2316 15.5684 31.927L16.3086 32.5993C16.7526 32.1105 17.3954 31.8158 18.0896 31.8158V30.8158ZM15.5684 31.927C14.9578 32.5992 14.5907 33.4403 14.6632 34.3742L15.6602 34.2968C15.6132 33.6913 15.8436 33.1113 16.3086 32.5993L15.5684 31.927ZM14.6621 34.3557C14.7332 36.1171 16.2212 37.5 18.0299 37.5V36.5C16.7313 36.5 15.7097 35.5145 15.6613 34.3154L14.6621 34.3557ZM7.57294 16.5987C7.55877 16.5987 7.53955 16.5957 7.5142 16.5761C7.48351 16.5525 7.43146 16.49 7.43146 16.3947H8.43146C8.43146 16.1219 8.28977 15.9113 8.12464 15.7841C7.96484 15.6609 7.76636 15.5987 7.57294 15.5987V16.5987ZM7.43146 16.3947V25.0395H8.43146V16.3947H7.43146ZM7.43146 25.0395C7.43146 24.9999 7.44127 24.9718 7.4483 24.9569C7.45532 24.942 7.46254 24.9335 7.46748 24.9286C7.47245 24.9236 7.48067 24.9169 7.49472 24.9104C7.50879 24.9039 7.53531 24.8947 7.57294 24.8947V25.8947C7.82358 25.8947 8.03351 25.7755 8.17136 25.6389C8.30892 25.5026 8.43146 25.2925 8.43146 25.0395H7.43146ZM7.57294 24.8947H5.72056V25.8947H7.57294V24.8947ZM5.72056 24.8947C4.02051 24.8947 2.63533 23.5156 2.63533 21.8421H1.63533C1.63533 24.0765 3.47686 25.8947 5.72056 25.8947V24.8947ZM2.63533 21.8421V19.6513H1.63533V21.8421H2.63533ZM2.63533 19.6513C2.63533 17.9778 4.02051 16.5987 5.72056 16.5987V15.5987C3.47686 15.5987 1.63533 17.4169 1.63533 19.6513H2.63533ZM5.72056 16.5987H7.57294V15.5987H5.72056V16.5987ZM28.3076 24.8355C28.3217 24.8355 28.3409 24.8385 28.3663 24.8581C28.397 24.8817 28.449 24.9443 28.449 25.0395H27.449C27.449 25.3123 27.5907 25.5229 27.7559 25.6501C27.9157 25.7733 28.1141 25.8355 28.3076 25.8355V24.8355ZM28.449 25.0395V16.5H27.449V25.0395H28.449ZM28.449 16.5C28.449 16.5396 28.4392 16.5677 28.4322 16.5826C28.4252 16.5975 28.4179 16.606 28.413 16.6109C28.408 16.6158 28.3998 16.6226 28.3858 16.6291C28.3717 16.6356 28.3452 16.6447 28.3076 16.6447V15.6447C28.0569 15.6447 27.847 15.764 27.7091 15.9006C27.5716 16.0369 27.449 16.2469 27.449 16.5H28.449ZM28.3076 16.6447H30.1599V15.6447H28.3076V16.6447ZM30.1599 16.6447C31.8799 16.6447 33.2452 17.938 33.2452 19.5921H34.2452C34.2452 17.3384 32.3837 15.6447 30.1599 15.6447V16.6447ZM33.2452 19.5921V21.7829H34.2452V19.5921H33.2452ZM33.2452 21.7829C33.2452 23.4564 31.86 24.8355 30.1599 24.8355V25.8355C32.4036 25.8355 34.2452 24.0173 34.2452 21.7829H33.2452ZM30.1599 24.8355H28.3076V25.8355H30.1599V24.8355ZM17.8506 32.8224H20.3603V31.8224H17.8506V32.8224ZM20.3603 32.8224C21.0319 32.8224 21.5931 33.4725 21.5931 34.2237H22.5931C22.5931 33.067 21.7203 31.8224 20.3603 31.8224V32.8224ZM21.5931 34.2237C21.5931 34.6007 21.4991 34.8993 21.2922 35.1453L22.0575 35.7889C22.4482 35.3244 22.5931 34.7809 22.5931 34.2237H21.5931ZM21.2922 35.1453C21.1143 35.3568 20.7961 35.5 20.3603 35.5V36.5C21 36.5 21.6379 36.2879 22.0575 35.7889L21.2922 35.1453ZM20.3603 35.5H17.8506V36.5H20.3603V35.5ZM17.8506 35.5C17.5827 35.5 17.2681 35.3645 17.0128 35.1118C16.76 34.8615 16.6094 34.5397 16.6094 34.2237H15.6094C15.6094 34.855 15.9041 35.4214 16.3093 35.8224C16.7119 36.221 17.2679 36.5 17.8506 36.5V35.5ZM16.6094 34.2237C16.6094 33.4443 17.2172 32.8224 17.8506 32.8224V31.8224C16.5719 31.8224 15.6094 32.9899 15.6094 34.2237H16.6094Z", fill: fill, mask: "url(#path-1-outside-1_785_584)" }, void 0)] }), void 0));
|
|
193
217
|
};
|
|
194
218
|
|
|
219
|
+
var SignForm = function (_a) {
|
|
220
|
+
var height = _a.height, width = _a.width, fill = _a.fill;
|
|
221
|
+
return (jsxs$1(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 115, viewBoxY: 115, title: "Shapermint Logo" }, { children: [jsx$1("path", { d: "M24.955 11.5C26.0135 11.5 26.8717 10.6419 26.8717 9.58335C26.8717 8.52481 26.0135 7.66669 24.955 7.66669C23.8965 7.66669 23.0383 8.52481 23.0383 9.58335C23.0383 10.6419 23.8965 11.5 24.955 11.5Z", fill: fill }, void 0), jsx$1("path", { d: "M17.2883 11.5C18.3469 11.5 19.205 10.6419 19.205 9.58335C19.205 8.52481 18.3469 7.66669 17.2883 7.66669C16.2298 7.66669 15.3717 8.52481 15.3717 9.58335C15.3717 10.6419 16.2298 11.5 17.2883 11.5Z", fill: fill }, void 0), jsx$1("path", { d: "M9.62165 11.5C10.6802 11.5 11.5383 10.6419 11.5383 9.58335C11.5383 8.52481 10.6802 7.66669 9.62165 7.66669C8.56311 7.66669 7.70499 8.52481 7.70499 9.58335C7.70499 10.6419 8.56311 11.5 9.62165 11.5Z", fill: fill }, void 0), jsx$1("path", { d: "M105.417 0H9.58333C4.29323 0.00633673 0.00633673 4.29323 0 9.58333V105.417C0.00633673 110.707 4.29323 114.994 9.58333 115H105.417C110.707 114.994 114.994 110.707 115 105.417V9.58333C114.994 4.29323 110.707 0.00633673 105.417 0ZM9.58333 3.83333H105.417C108.592 3.83333 111.167 6.4077 111.167 9.58333V15.3333H3.83333V9.58333C3.83333 6.4077 6.4077 3.83333 9.58333 3.83333ZM105.417 111.167H9.58333C6.4077 111.167 3.83333 108.592 3.83333 105.417V19.1667H111.167V105.417C111.167 108.592 108.592 111.167 105.417 111.167Z", fill: fill }, void 0), jsx$1("path", { d: "M101.583 11.4999C101.583 12.5585 102.441 13.4166 103.5 13.4166C104.559 13.4166 105.417 12.5585 105.417 11.4999C106.475 11.4999 107.333 10.6418 107.333 9.58327C107.333 8.52473 106.475 7.66661 105.417 7.66661C105.417 6.60806 104.559 5.74994 103.5 5.74994C102.441 5.74994 101.583 6.60806 101.583 7.66661C100.525 7.66661 99.6667 8.52473 99.6667 9.58327C99.6667 10.6418 100.525 11.4999 101.583 11.4999Z", fill: fill }, void 0), jsx$1("path", { d: "M90.0833 11.5H93.9167C94.9752 11.5 95.8333 10.6419 95.8333 9.58335C95.8333 8.52481 94.9752 7.66669 93.9167 7.66669H90.0833C89.0248 7.66669 88.1667 8.52481 88.1667 9.58335C88.1667 10.6419 89.0248 11.5 90.0833 11.5Z", fill: fill }, void 0), jsx$1("path", { d: "M13.4167 40.25H67.0833C69.2004 40.25 70.9167 38.5337 70.9167 36.4166V28.75C70.9167 26.6329 69.2004 24.9166 67.0833 24.9166H13.4167C11.2996 24.9166 9.58334 26.6329 9.58334 28.75V36.4166C9.58334 38.5337 11.2996 40.25 13.4167 40.25ZM13.4167 28.75H67.0833V36.4166H13.4167V28.75Z", fill: fill }, void 0), jsx$1("path", { d: "M70.9167 46C70.9167 44.9415 70.0585 44.0834 69 44.0834H13.4167C12.3581 44.0834 11.5 44.9415 11.5 46C11.5 47.0586 12.3581 47.9167 13.4167 47.9167H69C70.0585 47.9167 70.9167 47.0586 70.9167 46Z", fill: fill }, void 0), jsx$1("path", { d: "M65.1667 53.6667C65.1667 52.6081 64.3085 51.75 63.25 51.75H13.4167C12.3581 51.75 11.5 52.6081 11.5 53.6667C11.5 54.7252 12.3581 55.5833 13.4167 55.5833H63.25C64.3085 55.5833 65.1667 54.7252 65.1667 53.6667Z", fill: fill }, void 0), jsx$1("path", { d: "M61.3333 61.3333C61.3333 60.2748 60.4752 59.4167 59.4167 59.4167H13.4167C12.3581 59.4167 11.5 60.2748 11.5 61.3333C11.5 62.3919 12.3581 63.25 13.4167 63.25H59.4167C60.4752 63.25 61.3333 62.3919 61.3333 61.3333Z", fill: fill }, void 0), jsx$1("path", { d: "M13.4167 67.0834C12.3581 67.0834 11.5 67.9415 11.5 69C11.5 70.0586 12.3581 70.9167 13.4167 70.9167H55.5833C56.6419 70.9167 57.5 70.0586 57.5 69C57.5 67.9415 56.6419 67.0834 55.5833 67.0834H13.4167Z", fill: fill }, void 0), jsx$1("path", { d: "M101.583 76.6667H84.0363C112.671 22.5745 101.553 43.5812 104.525 37.9653C106.502 34.2219 105.076 29.5845 101.336 27.6L97.9417 25.8079C94.2024 23.8356 89.5723 25.2624 87.5917 28.9972C57.1723 86.4647 63.618 74.2708 62.3492 76.6667H13.4167C11.2996 76.6667 9.58334 78.3829 9.58334 80.5V103.5C9.58334 105.617 11.2996 107.333 13.4167 107.333H101.583C103.7 107.333 105.417 105.617 105.417 103.5V80.5C105.417 78.3829 103.7 76.6667 101.583 76.6667ZM83.7986 44.3421L87.1873 46.1361L69.1802 80.1512C67.9293 79.7115 66.6333 79.4126 65.3162 79.2599L83.7986 44.3421ZM87.3866 37.5667L97.5449 42.9467L95.7509 46.3354L85.5926 40.9553L87.3866 37.5667ZM64.0665 82.938C65.8316 83.0783 67.5562 83.5402 69.1553 84.3008C70.6816 85.1943 72.0314 86.3597 73.1381 87.7393L62.5964 96.6767L64.0665 82.938ZM75.4784 84.64C74.6108 83.6365 73.6344 82.7327 72.5669 81.9452L90.5836 47.9301L93.9723 49.7222C91.425 54.5004 78.0084 79.8598 75.4784 84.64ZM96.1534 29.1966L99.5421 30.9906C101.41 31.9809 102.123 34.2959 101.137 36.1656L99.3428 39.5542L89.1844 34.1742L90.9765 30.7855C91.9689 28.9191 94.2849 28.2083 96.1534 29.1966ZM101.583 103.5H13.4167V80.5H60.4747C59.7617 87.1508 61.5959 69.9986 58.788 96.2723C58.6216 97.8311 59.4212 99.3342 60.807 100.067C62.1927 100.801 63.8852 100.616 65.0804 99.6015C74.6389 91.5036 77.4123 89.1173 77.2033 89.3032C77.4985 89.0407 77.0117 89.9492 82.0065 80.5H101.583V103.5Z", fill: fill }, void 0), jsx$1("path", { d: "M21.0833 95.8333H17.25C16.1914 95.8333 15.3333 96.6914 15.3333 97.75C15.3333 98.8085 16.1914 99.6666 17.25 99.6666H21.0833C22.1419 99.6666 23 98.8085 23 97.75C23 96.6914 22.1419 95.8333 21.0833 95.8333Z", fill: fill }, void 0), jsx$1("path", { d: "M32.5833 95.8333H28.75C27.6914 95.8333 26.8333 96.6914 26.8333 97.75C26.8333 98.8085 27.6914 99.6666 28.75 99.6666H32.5833C33.6419 99.6666 34.5 98.8085 34.5 97.75C34.5 96.6914 33.6419 95.8333 32.5833 95.8333Z", fill: fill }, void 0), jsx$1("path", { d: "M44.0833 95.8333H40.25C39.1915 95.8333 38.3333 96.6914 38.3333 97.75C38.3333 98.8085 39.1915 99.6666 40.25 99.6666H44.0833C45.1419 99.6666 46 98.8085 46 97.75C46 96.6914 45.1419 95.8333 44.0833 95.8333Z", fill: fill }, void 0), jsx$1("path", { d: "M53.6667 95.8333H51.75C50.6915 95.8333 49.8333 96.6914 49.8333 97.75C49.8333 98.8085 50.6915 99.6666 51.75 99.6666H53.6667C54.7252 99.6666 55.5833 98.8085 55.5833 97.75C55.5833 96.6914 54.7252 95.8333 53.6667 95.8333Z", fill: fill }, void 0), jsx$1("path", { d: "M74.75 95.8333H72.8333C71.7748 95.8333 70.9167 96.6914 70.9167 97.75C70.9167 98.8085 71.7748 99.6666 72.8333 99.6666H74.75C75.8085 99.6666 76.6667 98.8085 76.6667 97.75C76.6667 96.6914 75.8085 95.8333 74.75 95.8333Z", fill: fill }, void 0), jsx$1("path", { d: "M80.5 97.75C80.5 98.8085 81.3581 99.6666 82.4167 99.6666H86.25C87.3086 99.6666 88.1667 98.8085 88.1667 97.75C88.1667 96.6914 87.3086 95.8333 86.25 95.8333H82.4167C81.3581 95.8333 80.5 96.6914 80.5 97.75Z", fill: fill }, void 0), jsx$1("path", { d: "M93.9167 99.6666H97.75C98.8086 99.6666 99.6667 98.8085 99.6667 97.75C99.6667 96.6914 98.8086 95.8333 97.75 95.8333H93.9167C92.8581 95.8333 92 96.6914 92 97.75C92 98.8085 92.8581 99.6666 93.9167 99.6666Z", fill: fill }, void 0)] }), void 0));
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
var QrCode = function (_a) {
|
|
225
|
+
var height = _a.height, width = _a.width, fill = _a.fill;
|
|
226
|
+
return (jsxs$1(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 90, viewBoxY: 113, title: "Shapermint Logo" }, { children: [jsx$1("path", { d: "M34.1406 97.8281C35.2068 97.8281 36.249 97.512 37.1355 96.9196C38.022 96.3273 38.7129 95.4854 39.1209 94.5004C39.5289 93.5154 39.6357 92.4315 39.4277 91.3858C39.2197 90.3402 38.7063 89.3796 37.9524 88.6258C37.1985 87.8719 36.238 87.3585 35.1923 87.1505C34.1466 86.9425 33.0627 87.0492 32.0777 87.4572C31.0927 87.8652 30.2508 88.5561 29.6585 89.4426C29.0662 90.3291 28.75 91.3713 28.75 92.4375C28.75 93.8672 29.3179 95.2383 30.3289 96.2492C31.3398 97.2602 32.7109 97.8281 34.1406 97.8281ZM34.1406 90.6406C34.496 90.6406 34.8434 90.746 35.1389 90.9435C35.4344 91.1409 35.6647 91.4215 35.8007 91.7499C35.9367 92.0782 35.9723 92.4395 35.903 92.7881C35.8336 93.1366 35.6625 93.4568 35.4112 93.7081C35.1599 93.9594 34.8397 94.1305 34.4912 94.1999C34.1426 94.2692 33.7813 94.2336 33.453 94.0976C33.1247 93.9616 32.844 93.7313 32.6466 93.4358C32.4491 93.1403 32.3438 92.7929 32.3438 92.4375C32.3438 91.9609 32.5331 91.5039 32.87 91.1669C33.207 90.8299 33.6641 90.6406 34.1406 90.6406Z", fill: fill }, void 0), jsx$1("path", { d: "M25.1562 7.98438H43.125V11.5781H25.1562V7.98438Z", fill: fill }, void 0), jsx$1("path", { d: "M50.3125 38.5312H53.9062V34.9375H48.5156C48.0391 34.9375 47.582 35.1268 47.245 35.4638C46.9081 35.8008 46.7188 36.2578 46.7188 36.7344V42.125H50.3125V38.5312Z", fill: fill }, void 0), jsx$1("path", { d: "M79.0625 42.125H82.6562V36.7344C82.6562 36.2578 82.4669 35.8008 82.13 35.4638C81.793 35.1268 81.3359 34.9375 80.8594 34.9375H75.4688V38.5312H79.0625V42.125Z", fill: fill }, void 0), jsx$1("path", { d: "M48.5156 70.875H53.9062V67.2812H50.3125V63.6875H46.7188V69.0781C46.7188 69.5547 46.9081 70.0117 47.245 70.3487C47.582 70.6857 48.0391 70.875 48.5156 70.875Z", fill: fill }, void 0), jsx$1("path", { d: "M79.0625 67.2812H75.4688V70.875H80.8594C81.3359 70.875 81.793 70.6857 82.13 70.3487C82.4669 70.0117 82.6562 69.5547 82.6562 69.0781V63.6875H79.0625V67.2812Z", fill: fill }, void 0), jsx$1("path", { d: "M52.1094 42.125V49.3125C52.1094 49.7891 52.2987 50.2461 52.6357 50.5831C52.9726 50.9201 53.4297 51.1094 53.9062 51.1094H61.0938C61.5703 51.1094 62.0274 50.9201 62.3643 50.5831C62.7013 50.2461 62.8906 49.7891 62.8906 49.3125V42.125C62.8906 41.6484 62.7013 41.1914 62.3643 40.8544C62.0274 40.5174 61.5703 40.3281 61.0938 40.3281H53.9062C53.4297 40.3281 52.9726 40.5174 52.6357 40.8544C52.2987 41.1914 52.1094 41.6484 52.1094 42.125ZM55.7031 43.9219H59.2969V47.5156H55.7031V43.9219Z", fill: fill }, void 0), jsx$1("path", { d: "M68.2812 65.4844H75.4688C75.9453 65.4844 76.4024 65.2951 76.7393 64.9581C77.0763 64.6211 77.2656 64.1641 77.2656 63.6875V56.5C77.2656 56.0234 77.0763 55.5664 76.7393 55.2294C76.4024 54.8924 75.9453 54.7031 75.4688 54.7031H68.2812C67.8047 54.7031 67.3476 54.8924 67.0107 55.2294C66.6737 55.5664 66.4844 56.0234 66.4844 56.5V63.6875C66.4844 64.1641 66.6737 64.6211 67.0107 64.9581C67.3476 65.2951 67.8047 65.4844 68.2812 65.4844ZM70.0781 58.2969H73.6719V61.8906H70.0781V58.2969Z", fill: fill }, void 0), jsx$1("path", { d: "M68.2812 51.1094H77.2656V47.5156H70.0781V40.3281H66.4844V49.3125C66.4844 49.7891 66.6737 50.2461 67.0107 50.5831C67.3476 50.9201 67.8047 51.1094 68.2812 51.1094Z", fill: fill }, void 0), jsx$1("path", { d: "M71.875 42.125H75.4688V45.7188H71.875V42.125Z", fill: fill }, void 0), jsx$1("path", { d: "M61.0938 54.7031H52.1094V58.2969H59.2969V65.4844H62.8906V56.5C62.8906 56.0234 62.7013 55.5664 62.3643 55.2294C62.0274 54.8924 61.5703 54.7031 61.0938 54.7031Z", fill: fill }, void 0), jsx$1("path", { d: "M53.9062 60.0938H57.5V63.6875H53.9062V60.0938Z", fill: fill }, void 0), jsx$1("path", { d: "M88.0469 27.75H68.2812V13.375C68.2774 10.0402 66.951 6.84316 64.593 4.48512C62.235 2.12709 59.0379 0.80068 55.7031 0.796875H12.5781C9.24337 0.80068 6.04628 2.12709 3.68825 4.48512C1.33022 6.84316 0.00380463 10.0402 0 13.375V99.625C0.00380463 102.96 1.33022 106.157 3.68825 108.515C6.04628 110.873 9.24337 112.199 12.5781 112.203H55.7031C59.0379 112.199 62.235 110.873 64.593 108.515C66.951 106.157 68.2774 102.96 68.2812 99.625V78.0625H88.0469C88.5234 78.0625 88.9805 77.8732 89.3175 77.5362C89.6544 77.1992 89.8438 76.7422 89.8438 76.2656V29.5469C89.8438 29.0703 89.6544 28.6133 89.3175 28.2763C88.9805 27.9393 88.5234 27.75 88.0469 27.75ZM64.6875 99.625C64.6846 102.007 63.7372 104.29 62.0529 105.975C60.3686 107.659 58.0851 108.607 55.7031 108.609H12.5781C10.1962 108.607 7.91264 107.659 6.22836 105.975C4.54408 104.29 3.5966 102.007 3.59375 99.625V13.375C3.5966 10.9931 4.54408 8.70952 6.22836 7.02524C7.91264 5.34096 10.1962 4.39348 12.5781 4.39062H55.7031C58.0851 4.39348 60.3686 5.34096 62.0529 7.02524C63.7372 8.70952 64.6846 10.9931 64.6875 13.375V27.75H61.0938V15.1719C61.0938 13.2656 60.3365 11.4375 58.9886 10.0895C57.6407 8.74163 55.8125 7.98438 53.9062 7.98438H48.5156C48.0391 7.98438 47.582 8.17369 47.245 8.51067C46.9081 8.84765 46.7188 9.30469 46.7188 9.78125V13.375C46.7188 13.8516 46.5294 14.3086 46.1925 14.6456C45.8555 14.9826 45.3984 15.1719 44.9219 15.1719H23.3594C22.8828 15.1719 22.4258 14.9826 22.0888 14.6456C21.7518 14.3086 21.5625 13.8516 21.5625 13.375V9.78125C21.5625 9.30469 21.3732 8.84765 21.0362 8.51067C20.6992 8.17369 20.2422 7.98438 19.7656 7.98438H14.375C12.4688 7.98438 10.6406 8.74163 9.29267 10.0895C7.94475 11.4375 7.1875 13.2656 7.1875 15.1719V97.8281C7.1875 99.7344 7.94475 101.563 9.29267 102.91C10.6406 104.258 12.4688 105.016 14.375 105.016H53.9062C55.8125 105.016 57.6407 104.258 58.9886 102.91C60.3365 101.563 61.0938 99.7344 61.0938 97.8281V78.0625H64.6875V99.625ZM22.8437 54.6277L39.5312 59.6338V76.2656C39.5312 76.7422 39.7206 77.1992 40.0575 77.5362C40.3945 77.8732 40.8516 78.0625 41.3281 78.0625H57.5V97.8281C57.5 98.7812 57.1214 99.6953 56.4474 100.369C55.7735 101.043 54.8594 101.422 53.9062 101.422H14.375C13.4219 101.422 12.5078 101.043 11.8338 100.369C11.1599 99.6953 10.7812 98.7812 10.7812 97.8281V15.1719C10.7812 14.2188 11.1599 13.3047 11.8338 12.6307C12.5078 11.9568 13.4219 11.5781 14.375 11.5781H17.9688V13.375C17.9688 14.8047 18.5367 16.1758 19.5476 17.1867C20.5586 18.1977 21.9297 18.7656 23.3594 18.7656H44.9219C46.3516 18.7656 47.7227 18.1977 48.7336 17.1867C49.7446 16.1758 50.3125 14.8047 50.3125 13.375V11.5781H53.9062C54.8594 11.5781 55.7735 11.9568 56.4474 12.6307C57.1214 13.3047 57.5 14.2188 57.5 15.1719V27.75H41.3281C40.8516 27.75 40.3945 27.9393 40.0575 28.2763C39.7206 28.6133 39.5312 29.0703 39.5312 29.5469V46.1787L22.8437 51.1848C22.4733 51.2957 22.1485 51.5231 21.9177 51.8332C21.6868 52.1433 21.5621 52.5196 21.5621 52.9062C21.5621 53.2929 21.6868 53.6692 21.9177 53.9793C22.1485 54.2894 22.4733 54.5168 22.8437 54.6277ZM86.25 74.4688H43.125V58.2969C43.125 57.9103 43.0004 57.534 42.7696 57.2239C42.5388 56.9138 42.2141 56.6864 41.8438 56.5755L29.6125 52.9062L41.8438 49.237C42.2141 49.1261 42.5388 48.8987 42.7696 48.5886C43.0004 48.2785 43.125 47.9022 43.125 47.5156V31.3438H86.25V74.4688Z", fill: fill }, void 0)] }), void 0));
|
|
227
|
+
};
|
|
228
|
+
|
|
195
229
|
var Other = /*#__PURE__*/Object.freeze({
|
|
196
230
|
__proto__: null,
|
|
197
231
|
FitPredictor: FitPredictor$1,
|
|
@@ -202,7 +236,9 @@ var Other = /*#__PURE__*/Object.freeze({
|
|
|
202
236
|
ShapermintLogo: ShapermintLogo,
|
|
203
237
|
Chat: Chat,
|
|
204
238
|
Email: Email,
|
|
205
|
-
CallUs: CallUs
|
|
239
|
+
CallUs: CallUs,
|
|
240
|
+
SignForm: SignForm,
|
|
241
|
+
QrCode: QrCode
|
|
206
242
|
});
|
|
207
243
|
|
|
208
244
|
var ChevronDown = function (_a) {
|
|
@@ -362,6 +398,11 @@ var Youtube = function (_a) {
|
|
|
362
398
|
return (jsx$1(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 40, viewBoxY: 28, title: "Youtube" }, { children: jsx$1("path", { d: "M39.1642 4.38105C38.7041 2.65657 37.3487 1.29843 35.6277 0.837521C32.5084 0 20 0 20 0C20 0 7.49171 0 4.37226 0.837521C2.65129 1.2985 1.29587 2.65657 0.835839 4.38105C0 7.50677 0 14.0283 0 14.0283C0 14.0283 0 20.5498 0.835839 23.6755C1.29587 25.4 2.65129 26.7016 4.37226 27.1625C7.49171 28 20 28 20 28C20 28 32.5083 28 35.6277 27.1625C37.3487 26.7016 38.7041 25.4 39.1642 23.6755C40 20.5498 40 14.0283 40 14.0283C40 14.0283 40 7.50677 39.1642 4.38105ZM15.9091 19.9493V8.10724L26.3636 14.0284L15.9091 19.9493Z", fill: fill }, void 0) }), void 0));
|
|
363
399
|
};
|
|
364
400
|
|
|
401
|
+
var Interaction = function (_a) {
|
|
402
|
+
var height = _a.height, width = _a.width, fill = _a.fill;
|
|
403
|
+
return (jsxs$1(IconWrapper$1, __assign$1({ width: width, height: height, viewBoxX: 109, viewBoxY: 115, title: "Twitter" }, { children: [jsx$1("path", { d: "M95.8363 0H90.892C88.7186 0 88.7186 3.36963 90.892 3.36963H95.8363C100.942 3.36963 105.097 7.50888 105.097 12.5966V51.5881C105.097 56.676 100.943 60.8153 95.8363 60.8153H90.2286C89.8586 60.8153 89.499 60.937 89.2049 61.1619L78.915 69.0329V62.5001C78.915 61.5696 78.1608 60.8153 77.2301 60.8153H56.7248C55.0456 60.8153 53.4318 60.3721 52.0085 59.5294V40.6164C52.0085 37.0738 50.2042 33.9438 47.4642 32.0921V12.5966C47.4642 7.50888 51.6185 3.36963 56.7248 3.36963H80.3338C82.507 3.36963 82.507 0 80.3338 0H56.7248C49.7605 0 44.0946 5.65087 44.0946 12.5966V30.6113C43.3232 30.4271 42.5194 30.3267 41.6922 30.3267H10.8498C5.16166 30.3267 0.533813 34.9426 0.533813 40.6164V44.2544C0.533813 46.4276 3.90344 46.4276 3.90344 44.2544V40.6164C3.90344 36.8006 7.01945 33.6963 10.8498 33.6963H41.6925C45.5228 33.6963 48.6391 36.8006 48.6391 40.6164V60.2002C48.6189 60.3489 48.6198 60.4987 48.6391 60.6463V71.3644C48.6391 71.5763 48.6263 71.7872 48.6072 71.997H45.1326C41.3041 71.997 38.1124 74.7604 37.4506 78.3921C37.2974 78.4499 37.1502 78.5305 37.0139 78.6357L29.4782 84.4541V79.9694C29.4782 79.0389 28.7241 78.2845 27.7934 78.2845H10.8498C7.01945 78.2845 3.90344 75.1802 3.90344 71.3644V54.3633C3.90344 52.1901 0.533813 52.1901 0.533813 54.3633V71.3647C0.533813 77.0385 5.16166 81.6544 10.8498 81.6544H26.1088V87.8837C26.1088 89.2352 27.7498 90.0459 28.8234 89.2174L37.3227 82.655V101.609C37.3227 105.905 40.8265 109.4 45.1329 109.4H55.472V113.332C55.472 114.683 57.113 115.494 58.1864 114.666L65.0056 109.4H67.0202C71.3266 109.4 74.8303 105.905 74.8303 101.609V98.6178C74.8303 96.4446 71.4607 96.4446 71.4607 98.6178V101.609C71.4607 104.047 69.4688 106.031 67.0202 106.031H64.4307C64.058 106.031 63.6959 106.154 63.4012 106.382L58.8414 109.902V107.715C58.8414 106.785 58.0873 106.031 57.1566 106.031H45.1326C42.6843 106.031 40.6921 104.047 40.6921 101.609V79.7885C40.6921 77.3503 42.684 75.3669 45.1326 75.3669H67.0202C69.4685 75.3669 71.4607 77.3505 71.4607 79.7885V88.0596C71.4607 90.2328 74.8303 90.2328 74.8303 88.0596V79.7887C74.8303 75.4925 71.3266 71.9975 67.0202 71.9975H51.9894C52.0022 71.787 52.0087 63.2773 52.0087 63.2773C53.4943 63.8747 55.087 64.1851 56.7251 64.1851H75.5456V72.443C75.5456 73.791 77.1796 74.6027 78.2541 73.7811L90.7994 64.1851H95.8366C102.801 64.1851 108.467 58.5343 108.467 51.5883V12.5966C108.466 5.65087 102.8 0 95.8363 0V0Z", fill: fill }, void 0), jsx$1("path", { d: "M80.4903 12.4478C78.3511 11.9017 76.1712 13.5919 76.1712 15.8024C76.1712 18.2175 75.291 20.545 73.694 22.355L69.052 27.6078C68.7515 27.1466 68.2321 26.8413 67.6406 26.8413H58.5786C57.6479 26.8413 56.8937 27.5957 56.8937 28.5261V48.9157C56.8937 49.8462 57.6479 50.6006 58.5786 50.6006H67.6406C68.3215 50.6006 68.9065 50.196 69.1722 49.6151C71.0069 50.736 73.1329 51.3421 75.2959 51.3421H91.3111C93.7584 51.3421 95.7772 49.2186 95.6624 46.7776C95.6114 45.6966 95.6671 31.1818 95.6671 30.8595C95.6671 28.4576 93.713 26.5032 91.3161 26.5032L82.9879 26.4783L83.3327 25.6617C84.9086 21.9297 84.6491 17.6022 82.6395 14.085C82.1704 13.2633 81.4069 12.6821 80.4903 12.4478C81.4069 12.6821 79.5734 12.2138 80.4903 12.4478C81.4069 12.6821 78.3513 11.9017 80.4903 12.4478ZM65.9558 47.2309H60.2634V30.2109H65.9558V47.2309ZM91.3111 29.8726C91.8552 29.8726 92.2977 30.3152 92.2977 30.8593C92.2977 31.1798 92.2944 32.0499 92.2899 33.2294C92.2649 39.7423 92.2483 45.9105 92.2964 46.9357C92.3139 47.3057 92.134 47.5524 92.0253 47.6665C91.837 47.8637 91.5834 47.9722 91.3111 47.9722H75.2959C73.3869 47.9722 71.5186 47.3107 70.0346 46.1095L69.3254 45.5353V32.3868L76.2199 24.5852C78.3614 22.1582 79.5408 19.039 79.5408 15.8022C79.5408 15.7069 79.6709 15.6822 79.714 15.7564C81.2061 18.3674 81.3983 21.58 80.2286 24.3505L78.899 27.4997C78.6795 28.0193 78.7348 28.614 79.0454 29.0844C79.3566 29.5548 79.8822 29.8383 80.4459 29.8401L91.3111 29.8726Z", fill: fill }, void 0), jsx$1("path", { d: "M14.9603 58.5187C14.0296 58.5187 13.2755 59.2731 13.2755 60.2035C13.2755 61.134 14.0296 61.8883 14.9603 61.8883H19.9267L18.9989 67.4997C18.8471 68.4176 19.4684 69.2849 20.3863 69.4368C20.4795 69.4523 20.5719 69.4597 20.6631 69.4597C21.4727 69.4597 22.1868 68.8745 22.3234 68.0494L23.3419 61.8886H27.4064L26.4786 67.4999C26.3267 68.4178 26.9481 69.2851 27.866 69.437C27.9592 69.4525 28.0515 69.4599 28.1427 69.4599C28.9523 69.4599 29.6665 68.8747 29.8031 68.0496L30.8216 61.8888H37.5817C38.5124 61.8888 39.2665 61.1344 39.2665 60.204C39.2665 59.2735 38.5124 58.5192 37.5817 58.5192H31.3787L32.0582 54.4091H37.5817C38.5124 54.4091 39.2665 53.6548 39.2665 52.7243C39.2665 51.7938 38.5124 51.0395 37.5817 51.0395H32.6154L33.5431 45.4282C33.695 44.5103 33.0736 43.6429 32.1557 43.4911C31.2367 43.3388 30.3705 43.9606 30.2186 44.8785L29.2001 51.0393H25.1357L26.0634 45.4279C26.2153 44.51 25.5939 43.6427 24.6761 43.4908C23.7559 43.3385 22.8911 43.9603 22.739 44.8782L21.7204 51.039H14.9603C14.0296 51.039 13.2755 51.7934 13.2755 52.7239C13.2755 53.6543 14.0296 54.4087 14.9603 54.4087H21.1633L20.4838 58.5187H14.9603ZM24.5788 54.4087H28.6432L27.9637 58.5187H23.8992L24.5788 54.4087Z", fill: fill }, void 0), jsx$1("path", { d: "M56.0561 84.0601C54.6956 82.94 52.8857 82.4981 51.0701 82.9395C48.7435 83.5045 46.3958 85.6795 46.3958 89.2646C46.3958 91.4959 47.2101 93.4328 48.8853 95.1859C50.2536 96.618 52.2282 97.9798 55.2873 99.6017C55.5342 99.7326 55.8054 99.798 56.0765 99.798C56.3476 99.798 56.6188 99.7326 56.8657 99.6017C62.2027 96.7723 65.757 93.9317 65.757 89.2646C65.757 85.66 63.3259 83.5072 60.9164 82.9728C59.1062 82.5711 57.3513 82.9975 56.0561 84.0601ZM62.3871 89.2646C62.3871 91.7819 60.7174 93.6435 56.0763 96.1984C51.4352 93.6433 49.7652 91.7817 49.7652 89.2646C49.7652 87.3915 50.8498 86.4606 51.8649 86.2139C52.052 86.1685 52.2524 86.1429 52.4584 86.1429C53.222 86.1429 54.0615 86.4956 54.579 87.4991C54.874 88.0701 55.4702 88.4242 56.1097 88.4109C56.752 88.3981 57.3314 88.0212 57.6029 87.4389C58.1482 86.2703 59.2947 86.0648 60.1861 86.2627C61.2505 86.4983 62.3871 87.411 62.3871 89.2646Z", fill: fill }, void 0)] }), void 0));
|
|
404
|
+
};
|
|
405
|
+
|
|
365
406
|
var SocialMedia = /*#__PURE__*/Object.freeze({
|
|
366
407
|
__proto__: null,
|
|
367
408
|
Facebook: Facebook,
|
|
@@ -370,7 +411,8 @@ var SocialMedia = /*#__PURE__*/Object.freeze({
|
|
|
370
411
|
InstagramSolid: InstagramSolid,
|
|
371
412
|
Pinterest: Pinterest,
|
|
372
413
|
Twitter: Twitter,
|
|
373
|
-
Youtube: Youtube
|
|
414
|
+
Youtube: Youtube,
|
|
415
|
+
Interaction: Interaction
|
|
374
416
|
});
|
|
375
417
|
|
|
376
418
|
var Search = function (_a) {
|