@galaxy-ds/core 2.0.6 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -301,74 +301,69 @@ var spacers$2 = {
301
301
  chip: '4px',
302
302
  };
303
303
 
304
+ var FONT_FAMILY = [
305
+ "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol",
306
+ ].join(",");
304
307
  var typography$1 = {
305
- fontFamily: [
306
- "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol",
307
- ].join(","),
308
+ fontFamily: FONT_FAMILY,
308
309
  h1: {
309
- fontFamily: [
310
- "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol",
311
- ].join(","),
310
+ fontFamily: FONT_FAMILY,
312
311
  fontWeight: 400,
313
312
  fontSize: 24,
314
313
  lineHeight: 1.25,
315
314
  letterSpacing: "-0.5px",
316
315
  },
317
316
  h2: {
318
- fontFamily: [
319
- "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol",
320
- ].join(","),
317
+ fontFamily: FONT_FAMILY,
321
318
  fontWeight: 400,
322
319
  fontSize: 16,
323
320
  lineHeight: 1.1667,
324
321
  letterSpacing: "-0.5px",
325
322
  },
326
323
  h3: {
327
- fontFamily: [
328
- "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol",
329
- ].join(","),
324
+ fontFamily: FONT_FAMILY,
330
325
  fontWeight: 400,
331
326
  fontSize: 12,
332
327
  lineHeight: 1.2,
333
328
  letterSpacing: "-0.5px",
334
329
  },
335
330
  h4: {
336
- fontFamily: [
337
- "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol",
338
- ].join(","),
331
+ fontFamily: FONT_FAMILY,
339
332
  fontWeight: 500,
340
333
  fontSize: 14,
341
334
  lineHeight: "1.5rem",
342
335
  letterSpacing: "0",
343
336
  },
344
337
  h5: {
338
+ fontFamily: FONT_FAMILY,
345
339
  fontWeight: 400,
346
340
  fontSize: 13,
347
341
  lineHeight: "2rem",
348
342
  letterSpacing: "0",
349
343
  },
350
344
  h6: {
351
- fontFamily: [
352
- "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol",
353
- ].join(","),
345
+ fontFamily: FONT_FAMILY,
354
346
  fontWeight: 400,
355
347
  fontSize: 16,
356
348
  lineHeight: 1.1667,
357
349
  letterSpacing: "-0.5px",
358
350
  },
359
351
  body1: {
352
+ fontFamily: FONT_FAMILY,
360
353
  fontWeight: 400,
361
354
  fontSize: 14,
362
355
  lineHeight: "1.5rem",
363
356
  letterSpacing: "0",
364
357
  },
365
358
  body2: {
359
+ fontFamily: FONT_FAMILY,
366
360
  fontWeight: 400,
367
361
  fontSize: 12,
368
362
  lineHeight: "1.25rem",
369
363
  letterSpacing: "0",
370
364
  },
371
365
  button: {
366
+ fontFamily: FONT_FAMILY,
372
367
  fontWeight: 400,
373
368
  fontSize: 14,
374
369
  lineHeight: "1.371",
@@ -376,18 +371,21 @@ var typography$1 = {
376
371
  textTransform: 'capitalize'
377
372
  },
378
373
  caption: {
374
+ fontFamily: FONT_FAMILY,
379
375
  fontWeight: 500,
380
376
  fontSize: 12,
381
377
  lineHeight: '0.875rem',
382
378
  letterSpacing: '0.07px'
383
379
  },
384
380
  subtitle1: {
381
+ fontFamily: FONT_FAMILY,
385
382
  fontWeight: 500,
386
383
  fontSize: 14,
387
384
  lineHeight: "1.5rem",
388
385
  letterSpacing: "0",
389
386
  },
390
387
  subtitle2: {
388
+ fontFamily: FONT_FAMILY,
391
389
  fontWeight: 500,
392
390
  fontSize: 12,
393
391
  lineHeight: "1.25rem",
@@ -3748,7 +3746,7 @@ function DocTypeAppointment(props) {
3748
3746
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd", transform: "translate(4 2)" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44 32H23L10 42V32H4V6H44V32Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 24H24V26H12V24ZM12 12H36V14H12V12ZM12 16H36V18H12V16ZM12 20H32V22H12V20Z", fill: "#F69139" }), jsxRuntime.jsx("path", { d: "M22.3198 30H42V8H6V30H10H12V37.9383L22.3198 30ZM44 32H23L10 42V32H4V6H44V32Z", fill: "#9DA7B3" })] })) })));
3749
3747
  }
3750
3748
 
3751
- function DocTypeEmailDraft$2(props) {
3749
+ function DocTypeEmailDraft$3(props) {
3752
3750
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M22,36 L40,18 L44,22 L26,40 L22,36 Z M42,16 L44,14 L48,18 L46,20 L42,16 Z M18,40 L20,38 L24,42 L22,44 L18,44 L18,40 Z", fill: "#2E6DAD" }), jsxRuntime.jsx("path", { d: "M46,13.1715729 L44,11.1715729 L17.1715729,38 L2,38 L2,6 L46,6 L46,13.1715729 Z M46,22.8284271 L46,38 L30.8284271,38 L46,22.8284271 Z", fill: "#9DA7B3", fillRule: "nonzero" }), jsxRuntime.jsx("path", { d: "M44,11.1715729 L19.1715729,36 L4,36 L4,8 L44,8 L44,11.1715729 Z M44,24.8284271 L44,36 L32.8284271,36 L44,24.8284271 Z", fill: "#FFFFFF" }), jsxRuntime.jsx("path", { d: "M31.3175405,23.8540324 L30.2064294,24.9651435 L27.75,23 L24,26 L20.25,23 L4,36 L4,34 L19,22 L4,10 L4,8 L24,24 L44,8 L44,10 L29,22 L31.3175405,23.8540324 Z M38.9046817,29.9237454 L44,34 L44,36 L37.7935706,31.0348565 L38.9046817,29.9237454 Z", fill: "#CCCCCC" })] })) })));
3753
3751
  }
3754
3752
 
@@ -3756,6 +3754,14 @@ function DocTypeEmailSent(props) {
3756
3754
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fill: "#FFF", d: "M46,30.2868632 L34.7779674,20 L20.8583963,20 L29.585669,28 L12,28 L12,36 L2,36 L2,4 L46,4 L46,30.2868632 Z M46,35.7131368 L46,36 L45.6870583,36 L46,35.7131368 Z" }), jsxRuntime.jsx("path", { fill: "#CCC", d: "M21.5,20 L20.8583963,20 L24.6525417,23.4779666 L24,24 L20.25,21 L4,34 L4,32 L19,20 L4,8 L4,6 L20.25,19 L21.5,20 Z M29,20 L26.5,20 L27.75,19 L44,6 L44,8 L29,20 Z" }), jsxRuntime.jsx("path", { fill: "#9DA7B3", fillRule: "nonzero", d: "M46,30.2868632 L44,28.4535299 L44,6 L4,6 L4,34 L12,34 L12,36 L2,36 L2,4 L46,4 L46,30.2868632 Z M46,35.7131368 L46,36 L45.6870583,36 L46,35.7131368 Z" }), jsxRuntime.jsx("polygon", { fill: "#2E6DAD", points: "14 30 14 36 34.727 36 26 44 34 44 46 33 34 22 26 22 34.727 30" })] })) })));
3757
3755
  }
3758
3756
 
3757
+ function DocTypeEmailRecieved(props) {
3758
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("polygon", { fill: "#4BAD85", points: "0 22 0 28 20.727 28 12 36 20 36 32 25 20 14 12 14 20.727 22" }), jsxRuntime.jsx("path", { fill: "#FFF", d: "M7.2884642,12.394229 L15.585669,20 L2,20 L2,16 L7.2884642,12.394229 Z M7.86666667,12 L24,1 L46,16 L46,48 L2,48 L2,30 L15.585669,30 L6.85839626,38 L20.7779674,38 L34.9597856,25 L20.7779674,12 L7.86666667,12 Z" }), jsxRuntime.jsx("path", { fill: "#CCC", fillRule: "nonzero", d: "M10.25,38 L12.8002757,38 L3.5,44.7638369 L3.5,46.5 L44.5,46.5 L44.5,44.7638369 L28.2248621,32.927373 L24,36 L23.4199726,35.5781619 L28.7584209,30.6845843 L44.5,19.2361631 L44.5,16 L46,16 L46,20 L29.5,32 L46,44 L46,48 L2,48 L2,44 L10.25,38 Z M2,20 L2,16 L3.5,16 L3.5,19.2361631 L4.55027572,20 L2,20 Z" }), jsxRuntime.jsx("path", { fill: "#9DA7B3", fillRule: "nonzero", d: "M7.2884642,12.394229 L8.42421532,13.4353341 L3.5,16.7927537 L3.5,20 L2,20 L2,16 L7.2884642,12.394229 Z M7.86666667,12 L24,1 L46,16 L46,48 L2,48 L2,30 L3.5,30 L3.5,46.5 L44.5,46.5 L44.5,16.7927537 L24,2.81548095 L10.5293721,12 L7.86666667,12 Z" })] })) })));
3759
+ }
3760
+
3761
+ function DocTypeAppointmentCriticalDate(props) {
3762
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43 14H5V41H27V25H43V14Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42 6H6H4V8V14V16V40V42H6H27V40H6V16H42V25H44V16V14V8V6H42ZM6 14H42V8H6V14Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 18H26H28H32H34H38H40V20V24V25H27V38H26H22H20H16H14H10H8V36V32V30V28H10V30H14V28H16V30H20V26H18V24H20V20H18V18H20H22ZM34 20H38V24H34V20ZM32 24V20H28V24H32ZM22 20H26V24H22V20ZM22 26H26V30H22V26ZM22 32H26V36H22V32ZM16 32V36H20V32H16ZM10 32H14V36H10V32Z", fill: "#B6B6B6" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 8H10V11H16V8H32V11H38V8H42V14H6V8Z", fill: "#CCCCCC" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 2V12H16V2H10Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32 2V12H38V2H32Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { d: "M36 4H34V10H36V4Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M14 4H12V10H14V4Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31 26H29V46H31V38H45V27H31V26Z", fill: "#D65532" }), jsxRuntime.jsx("rect", { x: "8", y: "18", width: "8", height: "8", fill: "#60738A" })] })) })));
3763
+ }
3764
+
3759
3765
  function DocTypeAudio(props) {
3760
3766
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42 46H6V2H30.75L42 12V46Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 25H14V35H20L26 39V21L20 25ZM28 35C32.366 35 32.2 30 32.2 30C32.2 30 32.366 25 28 25V23C32.366 23 34 27 34 30C34 33 32.366 37 28 37V35Z", fill: "#2E6DAD" }), jsxRuntime.jsx("path", { d: "M42 46H6V2H32L42 12V46ZM40 12.8284L31.1716 4H8V44H40V12.8284ZM30 14H40V16H28V4H30V14Z", fill: "#9DA7B3" })] })) })));
3761
3767
  }
@@ -3764,11 +3770,19 @@ function DocTypeVideo(props) {
3764
3770
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 2h28l8 8v36H6V2Z", fill: "#fff" }), jsxRuntime.jsx("path", { d: "M42 46H6V2h28l8 8v36ZM30 3.5H7.5v41h33V14H30V3.5Zm10.5 7.121L33.379 3.5H31.5v9h9v-1.879Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35 19v20H13V19h22ZM17 36h-2v2h2v-2Zm8 0h-2v2h2v-2Zm-4 0h-2v2h2v-2Zm8 0h-2v2h2v-2Zm4 0h-2v2h2v-2Zm.5-13h-19v12h19V23ZM22 26l5 3-5 3v-6Zm-5-6h-2v2h2v-2Zm8 0h-2v2h2v-2Zm-4 0h-2v2h2v-2Zm8 0h-2v2h2v-2Zm4 0h-2v2h2v-2Z", fill: "#60738A" })] })) })));
3765
3771
  }
3766
3772
 
3767
- function DocTypeEmailDraft$1(props) {
3773
+ function DocTypeEmailDraft$2(props) {
3768
3774
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0)" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 2H35L46 13V46H10V2Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M46 46H10V2H36L46 12V46ZM44 12.8284L35.1716 4H12V44H44V12.8284ZM34 14H44V16H32V4H34V14Z", fill: "#9DA7B3" }), jsxRuntime.jsx("rect", { x: "10", y: "12", width: "2", height: "29", fill: "white" }), jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip1)" }, { children: [jsxRuntime.jsx("circle", { cx: "11.0002", cy: "23.5333", r: "6.93333", fill: "white" }), jsxRuntime.jsx("path", { d: "M15.1591 32.2214L16.3481 30.2922L18.4937 29.5604L18.7314 27.3069L20.3457 25.7177L19.5781 23.5846L20.3457 21.4514L18.7314 19.8622L18.4937 17.6087L16.3481 16.877L15.1592 14.9476L12.9103 15.2192L11 14L9.08964 15.2193L6.84084 14.9477L5.6519 16.877L3.50629 17.6088L3.26858 19.8622L1.6543 21.4514L2.4218 23.5846L1.6543 25.7178L3.26853 27.3069L3.50624 29.5604L5.65185 30.2922L6.84079 32.2215L9.08964 31.95L11 33.1692L12.9103 31.95L15.1591 32.2214ZM4.42741 23.5846C4.42741 19.9605 7.37587 17.012 11 17.012C14.6241 17.012 17.5725 19.9605 17.5725 23.5846C17.5725 27.2087 14.6241 30.1572 11 30.1572C7.37587 30.1572 4.42741 27.2087 4.42741 23.5846Z", fill: "#2E6DAD" }), jsxRuntime.jsx("path", { d: "M11.0003 18.5365C8.21674 18.5365 5.95215 20.8011 5.95215 23.5847C5.95215 26.3682 8.21674 28.6328 11.0003 28.6328C13.7839 28.6328 16.0485 26.3682 16.0485 23.5847C16.0485 20.8011 13.7839 18.5365 11.0003 18.5365Z", fill: "#2E6DAD" }), jsxRuntime.jsx("path", { d: "M8.72996 33.5287L6.0548 33.8517L4.64141 31.5581L4.16091 31.3943L2.08838 37.8722L5.81953 37.667L8.73869 39.9999L10.4565 34.6307L8.72996 33.5287Z", fill: "#2E6DAD" }), jsxRuntime.jsx("path", { d: "M17.3586 31.5581L15.9451 33.8517L13.27 33.5287L11.5435 34.6307L13.2613 39.9999L16.1804 37.667L19.9116 37.8722L17.8391 31.3943L17.3586 31.5581Z", fill: "#2E6DAD" })] })), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.9822 26H42V18H21.4524C21.6893 18.6473 21.9014 19.3147 22.0871 20H40V24H22.838C22.9096 24.6568 22.9581 25.324 22.9822 26ZM22.5432 32C22.6653 31.3457 22.764 30.6784 22.838 30H42V38H20.6118C20.9188 37.3582 21.1997 36.6906 21.4524 36H40V32H22.5432Z", fill: "#2E6DAD" })] })), jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsx("clipPath", __assign({ id: "clip0" }, { children: jsxRuntime.jsx("rect", { width: "48", height: "48", fill: "white" }) })), jsxRuntime.jsx("clipPath", __assign({ id: "clip1" }, { children: jsxRuntime.jsx("rect", { width: "26", height: "26", fill: "white", transform: "translate(-2 14)" }) }))] })] })) })));
3769
3775
  }
3770
3776
 
3771
- function DocTypeEmailDraft(props) {
3777
+ function DocTypeCriticalDate(props) {
3778
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43 14H5V41H27V25H43V14Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42 6H6H4V8V14V16V40V42H6H27V40H6V16H42V25H44V16V14V8V6H42ZM6 14H42V8H6V14Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 18H14H16H20H22H26H28H32H34H38H40V20V24V25H27V38H26H22H20H16H14H10H8V36V32V30V26V24V20V18H10ZM34 20H38V24H34V20ZM32 24V20H28V24H32ZM22 20H26V24H22V20ZM22 26H26V30H22V26ZM22 32H26V36H22V32ZM20 36V32H16V36H20ZM20 30V26H16V30H20ZM20 24V20H16V24H20ZM10 20H14V24H10V20ZM10 26H14V30H10V26ZM10 32H14V36H10V32Z", fill: "#B6B6B6" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 8H10V11H16V8H32V11H38V8H42V14H6V8Z", fill: "#CCCCCC" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 2V12H16V2H10Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32 2V12H38V2H32Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { d: "M36 4H34V10H36V4Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M14 4H12V10H14V4Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31 26H29V46H31V38H45V27H31V26Z", fill: "#D65532" })] })) })));
3779
+ }
3780
+
3781
+ function DocTypeDeadline(props) {
3782
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.6054 42H5V14H44V28V29.3644C41.8502 26.131 38.1739 24 34 24C27.3726 24 22 29.3726 22 36C22 38.1857 22.5844 40.235 23.6054 42Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42 27.0556V16H6V40H22.6828C22.9298 40.6986 23.2395 41.3676 23.6054 42H4V6H44V29.3644C43.4332 28.5119 42.7602 27.736 42 27.0556Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40 25.6054C38.235 24.5844 36.1857 24 34 24C30.9266 24 28.123 25.1554 26 27.0556V26H22V30H23.6054C22.5844 31.765 22 33.8143 22 36C22 36.6814 22.0568 37.3496 22.1659 38H22C19.1071 38 14.4404 38 8 38V18H40V25.6054ZM10 20V24H14V20H10ZM10 26V30H14V26H10ZM10 32V36H14V32H10ZM16 20V24H20V20H16ZM16 26V30H20V26H16ZM16 32V36H20V32H16ZM22 20V24H26V20H22ZM28 20V24H32V20H28ZM34 20V24H38V20H34Z", fill: "#B6B6B6" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 8H10V11H16V8H32V11H38V8H42V14H6V8Z", fill: "#CCCCCC" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 2V12H16V2H10Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32 2V12H38V2H32Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { d: "M36 4H34V10H36V4Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M14 4H12V10H14V4Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M34 46C39.5228 46 44 41.5228 44 36C44 30.4772 39.5228 26 34 26C28.4772 26 24 30.4772 24 36C24 41.5228 28.4772 46 34 46Z", fill: "#FA9330" }), jsxRuntime.jsx("path", { d: "M32.5 30H35.5L35 38H33L32.5 30Z", fill: "white" }), jsxRuntime.jsx("rect", { x: "33", y: "40", width: "2", height: "2", fill: "white" })] })) })));
3783
+ }
3784
+
3785
+ function DocTypeEmailDraft$1(props) {
3772
3786
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 22V28H20.7273L12 36H20L32 25L20 14H12L20.7273 22H0Z", fill: "#4BAD85" }), jsxRuntime.jsx("path", { d: "M7.14224 12.2602L15.5857 20H2V16L7.14224 12.2602ZM7.5 12L24 0L46 16V48H2V30H15.5857L6.8584 38H20.778L34.9598 25L20.778 12H7.5Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.65713 13.6488L15.5857 20H4V17.057L8.65713 13.6488ZM10.9102 12L24 2.42065L44 17.057V46H4V30H15.5857L6.8584 38H20.778L34.9598 25L20.778 12H10.9102Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32.9697 26.8242L44 18V20L29 32L44 44V46L27.75 33L24 36L23.4445 35.5556L32.9697 26.8242ZM14 38L4 46V44L11.5 38H14ZM4 20V18L6.5 20H4Z", fill: "#CCCCCC" })] })) })));
3773
3787
  }
3774
3788
 
@@ -3804,10 +3818,30 @@ function DocTypePowerpoint(props) {
3804
3818
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 39.2667L2 38.1111V13.8889L10 12.7333V2H36L46 12V46H10V39.2667Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M26 30H40V32H26V30ZM26 34H40V36H26V34ZM26 38H40V40H26V38ZM30 8C31.0771 8 32.1077 8.18561 33.062 8.52684V15.1719H38.8172C38.9371 15.7616 39 16.3729 39 17H30V8Z", fill: "#F5BA9D" }), jsxRuntime.jsx("path", { d: "M26 26.4951C26.9369 26.8223 27.9462 27 29 27C34 27 38 23 38 18H29V9C27.9462 9 26.9369 9.17767 26 9.50493V26.4951Z", fill: "#CCCCCC" }), jsxRuntime.jsx("path", { d: "M10 39.2667L12 39.5556V44H44V12.8284L35.1716 4H12V12.4444L10 12.7333V2H36L46 12V46H10V39.2667ZM34 14H44V16H32V4H34V14Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 11V41L2 38.1111V13.8889L22 11ZM10.2 21.7857H11.208C11.568 21.7857 11.856 21.7857 12.072 21.8571C12.288 21.9286 12.504 22.0714 12.72 22.2143C12.864 22.3571 13.008 22.5714 13.08 22.7857C13.152 23 13.224 23.2857 13.224 23.6429C13.224 24 13.152 24.2857 13.08 24.5C13.008 24.7143 12.864 24.9286 12.72 25.1429C12.576 25.2857 12.36 25.4286 12.072 25.5C11.856 25.5714 11.568 25.6429 11.208 25.6429H10.2V21.7857ZM8.04 19.7857V31.9286L10.2 32.0714V27.7143H11.424C11.784 27.7143 12.072 27.7143 12.432 27.6429C12.72 27.5714 13.008 27.5 13.296 27.4286C13.584 27.3571 13.872 27.2143 14.088 27.0714C14.304 26.9286 14.592 26.7143 14.808 26.5714C15.024 26.3571 15.168 26.1429 15.312 25.9286C15.456 25.7143 15.6 25.4286 15.672 25.2143C15.744 24.9286 15.816 24.7143 15.888 24.4286C15.96 24.1429 15.96 23.8571 15.96 23.5C15.96 22.7857 15.888 22.2143 15.672 21.7143C15.456 21.2143 15.24 20.7857 14.808 20.5C14.448 20.1429 14.016 19.9286 13.44 19.7857C12.936 19.5714 12.36 19.5714 11.64 19.5714L8.04 19.7857Z", fill: "#D24A27" })] })) })));
3805
3819
  }
3806
3820
 
3821
+ function DocTypeEmailDraft(props) {
3822
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 6L5.35353 1.43182C5.60516 0.582584 6.3854 0 7.27113 0L32.7289 0C33.6146 0 34.3948 0.582584 34.6465 1.43182L36 6V42C36 43.1046 35.1046 44 34 44H6C4.89543 44 4 43.1046 4 42V6Z", fill: "#FFEEAA" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34 44H6C4.89543 44 4 43.1046 4 42V2C4 0.89543 4.89543 0 6 0H34C35.1046 0 36 0.89543 36 2V42C36 43.1046 35.1046 44 34 44Z", fill: "#FFEEA9" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 4L6.81063 7.24254C6.92193 7.6877 7.32191 8 7.78078 8H32.2192C32.6781 8 33.0781 7.6877 33.1894 7.24254L34 4V3C34 2.44772 33.5523 2 33 2H7C6.44772 2 6 2.44772 6 3V4Z", fill: "#FFDD8F" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19 6.73244C18.4022 6.38663 18 5.74028 18 5C18 3.89543 18.8954 3 20 3C21.1046 3 22 3.89543 22 5C22 5.74028 21.5978 6.38663 21 6.73244V8H32.2192C32.6781 8 33.0781 7.6877 33.1894 7.24254L34 4V3C34 2.44772 33.5523 2 33 2H7C6.44772 2 6 2.44772 6 3V4L6.81063 7.24254C6.92193 7.6877 7.32191 8 7.78078 8H19V6.73244ZM21 10H19H7.44152C6.88505 10 6.36894 9.76983 6 9.38647V41C6 41.5523 6.44772 42 7 42H33C33.5523 42 34 41.5523 34 41V9.38647C33.6311 9.76983 33.1149 10 32.5585 10H21ZM34 44H6C4.89543 44 4 43.1046 4 42V2C4 0.89543 4.89543 0 6 0H34C35.1046 0 36 0.89543 36 2V42C36 43.1046 35.1046 44 34 44Z", fill: "#E8C97F" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44 48H16V8H36L44 16V48Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36 10H32V20H42V16L36 10Z", fill: "#E19890" }), jsxRuntime.jsx("path", { d: "M42 18V16.8284L35.1716 10H18V46H42V20H32V10H34V18H42ZM44 48H16V8H36L44 16V48ZM32.0912 32.3941L35.4853 29L37.1823 30.6971L33.7882 34.0912L37.1823 37.4853L35.4853 39.1823L32.0912 35.7882L28.6971 39.1823L27 37.4853L30.3941 34.0912L27 30.6971L28.6971 29L32.0912 32.3941Z", fill: "#C43623" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 14H30V16H20V14ZM20 18H30V20H20V18ZM20 22H40V24H20V22ZM20 26H40V28H20V26ZM20 40H40V42H20V40Z", fill: "#CCCCCC" })] })) })));
3823
+ }
3824
+
3825
+ function DocTypeSignaturePending(props) {
3826
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 6L5.35353 1.43182C5.60516 0.582584 6.3854 0 7.27113 0L32.7289 0C33.6146 0 34.3948 0.582584 34.6465 1.43182L36 6V42C36 43.1046 35.1046 44 34 44H6C4.89543 44 4 43.1046 4 42V6Z", fill: "#FFEEAA" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 6L6.81063 2.75746C6.92193 2.3123 7.32191 2 7.78078 2H32.2192C32.6781 2 33.0781 2.3123 33.1894 2.75746L34 6H6Z", fill: "#FFDD8C" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 6L5.35353 1.43182C5.60516 0.582584 6.3854 0 7.27113 0L32.7289 0C33.6146 0 34.3948 0.582584 34.6465 1.43182L36 6V42C36 43.1046 35.1046 44 34 44H6C4.89543 44 4 43.1046 4 42V6ZM6 6H34L33.1894 2.75746C33.0781 2.3123 32.6781 2 32.2192 2H7.78078C7.32191 2 6.92193 2.3123 6.81063 2.75746L6 6ZM6 41C6 41.5523 6.44772 42 7 42H33C33.5523 42 34 41.5523 34 41V8H6V41Z", fill: "#E7C982" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44 48H16V8H36L44 16V48Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36 10H32V20H42V16L36 10Z", fill: "#96D5F1" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 14H30V16H20V14ZM20 18H30V20H20V18ZM20 22H40V24H20V22ZM20 26H40V28H20V26ZM20 40H40V42H20V40ZM20 36H40V38H20V36Z", fill: "#CCCCCC" }), jsxRuntime.jsx("path", { d: "M42 18V16.8284L35.1716 10H18V46H42V20H32V10H34V18H42ZM44 48H16V8H36L44 16V48ZM22 30H26V34H22V30ZM28 30H32V34H28V30ZM34 30H38V34H34V30Z", fill: "#31ABE2" })] })) })));
3827
+ }
3828
+
3829
+ function DocTypeSignatureRequest(props) {
3830
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 6L5.35353 1.43182C5.60516 0.582584 6.3854 0 7.27113 0L32.7289 0C33.6146 0 34.3948 0.582584 34.6465 1.43182L36 6V42C36 43.1046 35.1046 44 34 44H6C4.89543 44 4 43.1046 4 42V6Z", fill: "#FFEEAA" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 6L6.81063 2.75746C6.92193 2.3123 7.32191 2 7.78078 2H32.2192C32.6781 2 33.0781 2.3123 33.1894 2.75746L34 6H6Z", fill: "#FFDD8C" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 6L5.35353 1.43182C5.60516 0.582584 6.3854 0 7.27113 0L32.7289 0C33.6146 0 34.3948 0.582584 34.6465 1.43182L36 6V42C36 43.1046 35.1046 44 34 44H6C4.89543 44 4 43.1046 4 42V6ZM6 6H34L33.1894 2.75746C33.0781 2.3123 32.6781 2 32.2192 2H7.78078C7.32191 2 6.92193 2.3123 6.81063 2.75746L6 6ZM6 41C6 41.5523 6.44772 42 7 42H33C33.5523 42 34 41.5523 34 41V8H6V41Z", fill: "#E7C982" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44 48H16V8H36L44 16V48Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36 10L42 16V20H32V10H36ZM22 28H38V36H22V28Z", fill: "#FCC89A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 14H30V16H20V14ZM20 18H30V20H20V18ZM20 22H40V24H20V22ZM20 40H40V42H20V40Z", fill: "#CCCCCC" }), jsxRuntime.jsx("path", { d: "M42 18V16.8284L35.1716 10H18V46H42V20H32V10H34V18H42ZM44 48H16V8H36L44 16V48ZM20 26H40V38H20V26ZM22 28V36H38V28H22Z", fill: "#FA9330" })] })) })));
3831
+ }
3832
+
3833
+ function DocTypeSignatureSigned(props) {
3834
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 6L5.35353 1.43182C5.60516 0.582584 6.3854 0 7.27113 0L32.7289 0C33.6146 0 34.3948 0.582584 34.6465 1.43182L36 6V42C36 43.1046 35.1046 44 34 44H6C4.89543 44 4 43.1046 4 42V6Z", fill: "#FFEEAA" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34 44H6C4.89543 44 4 43.1046 4 42V2C4 0.89543 4.89543 0 6 0H34C35.1046 0 36 0.89543 36 2V42C36 43.1046 35.1046 44 34 44Z", fill: "#FFEEA9" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 4L6.81063 7.24254C6.92193 7.6877 7.32191 8 7.78078 8H32.2192C32.6781 8 33.0781 7.6877 33.1894 7.24254L34 4V3C34 2.44772 33.5523 2 33 2H7C6.44772 2 6 2.44772 6 3V4Z", fill: "#FFDD8F" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19 6.73244C18.4022 6.38663 18 5.74028 18 5C18 3.89543 18.8954 3 20 3C21.1046 3 22 3.89543 22 5C22 5.74028 21.5978 6.38663 21 6.73244V8H32.2192C32.6781 8 33.0781 7.6877 33.1894 7.24254L34 4V3C34 2.44772 33.5523 2 33 2H7C6.44772 2 6 2.44772 6 3V4L6.81063 7.24254C6.92193 7.6877 7.32191 8 7.78078 8H19V6.73244ZM21 10H19H7.44152C6.88505 10 6.36894 9.76983 6 9.38647V41C6 41.5523 6.44772 42 7 42H33C33.5523 42 34 41.5523 34 41V9.38647C33.6311 9.76983 33.1149 10 32.5585 10H21ZM34 44H6C4.89543 44 4 43.1046 4 42V2C4 0.89543 4.89543 0 6 0H34C35.1046 0 36 0.89543 36 2V42C36 43.1046 35.1046 44 34 44Z", fill: "#E8C97F" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44 48H16V8H36L44 16V48Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36 10H32V20H42V16L36 10Z", fill: "#9DD58E" }), jsxRuntime.jsx("path", { d: "M42 18V16.8284L35.1716 10H18V46H42V20H32V10H34V18H42ZM44 48H16V8H36L44 16V48Z", fill: "#38AD00" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 14H30V16H20V14ZM20 18H30V20H20V18ZM20 22H40V24H20V22ZM20 40H40V42H20V40Z", fill: "#CCCCCC" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.7221 31.9607C29.569 32.5158 29.4915 33.0943 29.4144 33.67C29.3859 33.884 29.3573 34.0979 29.3287 34.3119C30.6464 33.6386 31.6411 32.1774 31.8981 30.537C31.9495 30.209 31.9529 29.8153 31.7281 29.6069C31.5659 29.4565 31.3272 29.4579 31.137 29.5546C30.9467 29.6514 30.7962 29.8283 30.6611 30.0109C30.2401 30.5798 29.9188 31.2471 29.7221 31.9607ZM32.981 36.7092C32.6806 36.5115 32.3667 36.912 32.125 37.2068C31.6713 37.7604 31.015 38.055 30.3766 37.9915C29.7383 37.928 29.1294 37.5076 28.7546 36.8716C28.5783 36.5727 28.2036 36.6737 27.9163 36.7836C26.8117 37.2062 24.6348 37.9915 23.1644 37.9348C22.4678 37.9079 20.8433 37.2676 20.2027 36.3883C19.562 35.5089 20.5712 34.6899 21.4091 35.5692C22.247 36.4486 22.7848 36.5582 23.9661 36.4873C25.6785 36.3845 26.5755 35.6732 27.6521 35.325C27.9145 35.2401 28.2274 35.0549 28.2209 34.7226C28.1856 32.9128 28.632 31.0936 29.4759 29.6075C29.7749 29.081 30.1326 28.5852 30.5935 28.2807C31.0544 27.9761 31.6338 27.888 32.1025 28.1742C32.5545 28.4502 32.8434 29.0381 32.9311 29.6473C33.0189 30.2565 32.9276 30.8854 32.7743 31.4749C32.327 33.193 31.3318 34.6875 30.0473 35.5692C29.8643 35.6949 29.8513 36.0428 29.9852 36.2406C30.1191 36.4385 30.3475 36.5039 30.5568 36.4873C31.0773 36.4458 31.5101 35.9908 31.8598 35.5167C32.2694 34.9613 32.6254 34.3464 32.9177 33.689C33.0471 33.3983 33.1949 33.0678 33.4576 32.9898C33.8284 32.8796 34.1565 33.3805 34.1701 33.8475C34.1837 34.3145 34.0008 34.7511 33.8952 35.2001C34.1464 35.0785 34.3263 34.8101 34.5049 34.5619C34.6835 34.3138 34.8899 34.0636 35.1553 34.0026C35.4208 33.9415 35.7429 34.1689 35.7318 34.4994C35.7287 34.5905 35.81 34.6471 35.8801 34.6778C36.4252 34.9163 37.0433 34.8951 37.5767 34.6194C37.7905 34.5088 37.9932 34.3583 38.22 34.2978C38.4468 34.2374 38.7151 34.2905 38.8527 34.5194C38.9585 34.6954 38.9639 34.9298 39.0177 35.138C39.1337 35.588 39.4658 35.8922 39.7063 36.2608C39.9469 36.6293 40.1411 37.4027 39.8642 37.7307C39.5485 38.1044 38.9653 37.6191 38.6331 37.2676C38.3072 36.9228 38.013 36.533 37.7578 36.1081C36.8196 36.4804 35.8092 36.5772 34.8351 36.3883C34.7151 36.3649 34.5749 36.3446 34.4879 36.4486C34.0996 36.9132 33.4591 37.0239 32.981 36.7092Z", fill: "#29840D" })] })) })));
3835
+ }
3836
+
3807
3837
  function DocTypeSMS(props) {
3808
3838
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.1403 33.2752C6.61203 30.5608 3 26.0747 3 21C3 12.7157 12.6259 6 24.5 6C36.3741 6 46 12.7157 46 21C46 29.138 36.711 35.7624 25.1268 35.9937C20.3719 39.2894 12.3994 42 8 42C10.7434 38.2278 11.762 35.4438 12.1403 33.2752Z", fill: "#50B748" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38 22H32V20V18V16H40V18H34V20H40V22V24V26H32V24H38V22ZM16 22H10V20V18V16H18V18H12V20H18V22V24V26H10V24H16V22ZM30 18V26H28V18H26V26H24V18H22V26H20V18V16H30V18Z", fill: "white" })] })) })));
3809
3839
  }
3810
3840
 
3841
+ function DocTypeTasks(props) {
3842
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ stroke: "none", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 6H18L24 10.3153L30 6H38L40 44H8L10 6Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 44H38V9L35 6H38C39.0403 6 40 7.00956 40 8V40.8301V44C40 44.9865 39.044 46 38 46H10C8.95601 46 8 44.9865 8 44L8 8C8 7.00956 9.08032 6 10 6H13L10 9V44Z", fill: "#9DA7B3" }), jsxRuntime.jsx("mask", __assign({ id: "mask0", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: "14", y: "2", width: "20", height: "10" }, { children: jsxRuntime.jsx("path", { d: "M20 6C20 3.79086 21.7909 2 24 2C26.2091 2 28 3.79086 28 6H31L34 9V12H14V9L17.001 6H20ZM24 7.9978C25.1046 7.9978 26 7.10287 26 5.9989C26 4.89494 25.1046 4 24 4C22.8954 4 22 4.89494 22 5.9989C22 7.10287 22.8954 7.9978 24 7.9978Z", fill: "white" }) })), jsxRuntime.jsx("g", __assign({ mask: "url(#mask0)" }, { children: jsxRuntime.jsx("path", { d: "M20 6C20 3.79086 21.7909 2 24 2C26.2091 2 28 3.79086 28 6H31L34 9V12H14V9L17.001 6H20ZM24 7.9978C25.1046 7.9978 26 7.10287 26 5.9989C26 4.89494 25.1046 4 24 4C22.8954 4 22 4.89494 22 5.9989C22 7.10287 22.8954 7.9978 24 7.9978Z", fill: "#60738A" }) }))] })) })));
3843
+ }
3844
+
3811
3845
  function ActivityTypeVideoCall(props) {
3812
3846
  return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 24 24" }, { children: [jsxRuntime.jsx("path", { d: "M3.5 3.5C2.39543 3.5 1.5 4.39543 1.5 5.5V18.5C1.5 19.6046 2.39543 20.5 3.5 20.5H13.5C14.6046 20.5 15.5 19.6046 15.5 18.5V14.6544C15.5261 14.9909 15.7208 15.2938 16.0206 15.4563L21.0738 18.1942C21.7419 18.5562 22.5538 18.0701 22.5502 17.3102L22.5043 7.69951C22.5007 6.9415 21.688 6.46296 21.0234 6.82754L16.0117 9.57692C15.7273 9.73293 15.5386 10.0156 15.5 10.3327V5.5C15.5 4.39543 14.6046 3.5 13.5 3.5H3.5Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.5 3C2.11929 3 1 4.11929 1 5.5V18.5C1 19.8807 2.11929 21 3.5 21H13.5C14.8807 21 16 19.8807 16 18.5V16.0138L20.8356 18.6338C21.8378 19.1769 23.0556 18.4477 23.0502 17.3078L23.0043 7.69713C22.9989 6.56011 21.7798 5.84229 20.7829 6.38918L16 9.01305V5.5C16 4.11929 14.8807 3 13.5 3H3.5ZM16 14.6317V10.3683C16.0257 10.2199 16.1175 10.0892 16.2522 10.0153L21.2639 7.26591C21.5962 7.08362 22.0025 7.32289 22.0043 7.70189L22.0502 17.3126C22.052 17.6926 21.6461 17.9356 21.312 17.7546L16.2588 15.0166C16.1137 14.938 16.0178 14.7935 16 14.6317ZM15 10.3054V5.5C15 4.67157 14.3284 4 13.5 4H3.5C2.67157 4 2 4.67157 2 5.5V18.5C2 19.3284 2.67157 20 3.5 20H13.5C14.3284 20 15 19.3284 15 18.5V14.6719C14.998 14.6409 14.997 14.6098 14.997 14.5786L14.9927 10.4552C14.9926 10.4049 14.9951 10.3549 15 10.3054Z", fill: "#979593" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.37647 9.14865L11.3391 11.5538C12.2494 12.1049 12.1907 12.7897 11.3391 13.3697L6.37647 15.8513C5.76849 16.2677 5 15.7599 5 14.9427V10.0573C5 9.24008 5.76849 8.73229 6.37647 9.14865Z", fill: "#69AFE5" })] })));
3813
3847
  }
@@ -3836,6 +3870,10 @@ function DocTypeExcel16(props) {
3836
3870
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M32 32H6V0H26L32 6V32Z", fill: "#7F8B99" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30 7L25 2H8V30H30V7Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 8V1H22V10H31V8H24Z", fill: "#7F8B99" }), jsxRuntime.jsx("path", { d: "M11 14H4V22H11V14Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 8V28L0 26.0741V9.92593L16 8ZM11 14H9L7.5 17L6 14H4L6 18L4 22H6L7.5 19L9 22H11L9 18L11 14Z", fill: "#1C7245" }), jsxRuntime.jsx("path", { d: "M28 12H24V16H28V12Z", fill: "#86BFA0" }), jsxRuntime.jsx("path", { d: "M28 24H24V28H28V24Z", fill: "#86BFA0" }), jsxRuntime.jsx("path", { d: "M28 18H24V22H28V18Z", fill: "#86BFA0" }), jsxRuntime.jsx("path", { d: "M22 12H18V16H22V12Z", fill: "#86BFA0" }), jsxRuntime.jsx("path", { d: "M22 24H18V28H22V24Z", fill: "#86BFA0" }), jsxRuntime.jsx("path", { d: "M22 18H18V22H22V18Z", fill: "#86BFA0" })] })) })));
3837
3871
  }
3838
3872
 
3873
+ function DocTypeExcel16Shortcut(props) {
3874
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_1723_1492)" }, { children: [jsxRuntime.jsx("path", { d: "M11.1433 1.00086H4.31039C4.31039 1.00086 4.17775 0.985647 4.08527 1.08287C3.9928 1.18009 4.00161 1.2633 4.00161 1.33985V14.4797C4.00161 14.7525 3.98261 14.8146 4.07508 14.9118C4.16756 15.0091 4.25687 14.9982 4.49473 14.9982H13.5069C13.6377 14.9982 13.8182 15.0188 13.9107 14.9216C14.0032 14.8244 14 14.6172 14 14.4797V3.9592C14 3.82172 13.948 3.68988 13.8555 3.59268L11.4919 1.15276C11.3995 1.05553 11.2741 1.00089 11.1433 1.00086Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5297 0.000864974C10.5198 0.000291005 10.51 0 10.5 0C10.49 0 10.4802 0.000291005 10.4703 0.000864974H4.33696C4.31999 0.000233999 4.30147 -0.000103959 4.28158 2.84825e-05C4.2208 0.000433258 4.14078 0.00526117 4.04902 0.0223923C3.86991 0.0558297 3.59555 0.146802 3.36073 0.393666C3.19311 0.569893 3.08202 0.777547 3.03215 1.00425C2.99291 1.18258 3.00164 1.37019 3.00164 1.33985V14.4797C3.00164 14.5198 3.00128 14.5455 3.00089 14.574C3.00063 14.5933 3.00034 14.614 3.00014 14.6413C2.9998 14.6878 2.99926 14.7763 3.00971 14.8711C3.02161 14.9791 3.04953 15.1187 3.1204 15.2687C3.19024 15.4166 3.27856 15.5254 3.35054 15.601C3.43814 15.6931 3.55115 15.7862 3.69611 15.8593C3.83944 15.9316 3.97504 15.9645 4.08384 15.9807C4.18425 15.9955 4.27503 15.9976 4.33036 15.9983C4.36372 15.9987 4.41036 15.9985 4.44879 15.9983L4.49475 15.9982H13.5069C13.5233 15.9982 13.5273 15.9983 13.5342 15.9985C13.5427 15.9988 13.5554 15.9993 13.6008 15.9998C13.65 16.0004 13.7291 16.0003 13.8184 15.9918C13.9687 15.9774 14.3374 15.924 14.6353 15.6108C14.9089 15.3232 14.9641 14.9774 14.9814 14.8472C15.0008 14.7004 15.0003 14.5549 15.0001 14.4943L15 14.4797V3.959C14.9999 3.57202 14.8541 3.19143 14.58 2.90334L12.2126 0.459414C11.9372 0.172105 11.5541 0.000957182 11.1435 0.000864974H10.5297ZM10 1.00086H4.31041C4.31041 1.00086 4.17778 0.985647 4.0853 1.08287C4.00017 1.17237 4.00088 1.24999 4.00153 1.32147L4.00164 1.33985V14.4797C4.00164 14.5241 4.00114 14.5629 4.00069 14.5971C3.9984 14.7736 3.99767 14.8304 4.07511 14.9118C4.15862 14.9996 4.23955 14.9993 4.42963 14.9984L4.49475 14.9982H13.5069C13.5258 14.9982 13.5457 14.9986 13.5663 14.999C13.688 15.0017 13.8316 15.0048 13.9108 14.9216C14.0003 14.8275 14.0001 14.6304 14 14.4932L14 5.99814C13.9857 5.99937 13.9712 6 13.9566 6H11.1562C10.8047 6 10.4453 5.87848 10.2578 5.67969C9.99998 5.40633 9.99999 5.07485 10 4.68765L10 1.00086ZM14 5.00186V3.9592C14 3.82172 13.948 3.68988 13.8555 3.59268L11.4919 1.15276C11.3995 1.05553 11.2741 1.00089 11.1433 1.00086H11V4.54274C11 4.73438 11.0303 4.81853 11.1094 4.90234C11.1875 4.98516 11.2617 5 11.4029 5H13.9566C13.9712 5 13.9857 5.00063 14 5.00186Z", fill: "#979593" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 13.5C11 13.2239 11.2239 13 11.5 13H12.5C12.7761 13 13 13.2239 13 13.5C13 13.7761 12.7761 14 12.5 14H11.5C11.2239 14 11 13.7761 11 13.5Z", fill: "#134A2C" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 11.5C11 11.2239 11.2239 11 11.5 11H12.5C12.7761 11 13 11.2239 13 11.5C13 11.7761 12.7761 12 12.5 12H11.5C11.2239 12 11 11.7761 11 11.5Z", fill: "#21A366" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 9.5C11 9.22386 11.2239 9 11.5 9H12.5C12.7761 9 13 9.22386 13 9.5C13 9.77614 12.7761 10 12.5 10H11.5C11.2239 10 11 9.77614 11 9.5Z", fill: "#33C481" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 7.5C11 7.22386 11.2239 7 11.5 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H11.5C11.2239 8 11 7.77614 11 7.5Z", fill: "#33C481" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 13.5C8 13.2239 8.22386 13 8.5 13H9.5C9.77614 13 10 13.2239 10 13.5C10 13.7761 9.77614 14 9.5 14H8.5C8.22386 14 8 13.7761 8 13.5Z", fill: "#185C37" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 11.5C8 11.2239 8.22386 11 8.5 11H9.5C9.77614 11 10 11.2239 10 11.5C10 11.7761 9.77614 12 9.5 12H8.5C8.22386 12 8 11.7761 8 11.5Z", fill: "#107C41" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 9.5C8 9.22386 8.22386 9 8.5 9H9.5C9.77614 9 10 9.22386 10 9.5C10 9.77614 9.77614 10 9.5 10H8.5C8.22386 10 8 9.77614 8 9.5Z", fill: "#21A366" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 7.5C8 7.22386 8.22386 7 8.5 7H9.5C9.77614 7 10 7.22386 10 7.5C10 7.77614 9.77614 8 9.5 8H8.5C8.22386 8 8 7.77614 8 7.5Z", fill: "#21A366" }), jsxRuntime.jsx("path", { d: "M0.727273 14H7.27273C7.46561 14 7.6506 13.9234 7.78699 13.787C7.92338 13.6506 8 13.4656 8 13.2727V6.72727C8 6.53439 7.92338 6.3494 7.78699 6.21301C7.6506 6.07662 7.46561 6 7.27273 6H0.727273C0.534388 6 0.349403 6.07662 0.213013 6.21301C0.0766231 6.3494 0 6.53439 0 6.72727V13.2727C0 13.4656 0.0766231 13.6506 0.213013 13.787C0.349403 13.9234 0.534388 14 0.727273 14Z", fill: "#107C41" }), jsxRuntime.jsx("path", { d: "M1 13L3.25 10L1 7H2.87502L4 9.14286L5.12502 7H7L4.75 10L7 13H5.125L4 10.8571L2.87502 13L1 13Z", fill: "#F9F7F7" }), jsxRuntime.jsx("path", { d: "M8.36377 9.09095C8.36377 8.68929 8.68938 8.36368 9.09104 8.36368H14.9092C15.3108 8.36368 15.6365 8.68929 15.6365 9.09095V14.9091C15.6365 15.3108 15.3108 15.6364 14.9092 15.6364H9.09104C8.68938 15.6364 8.36377 15.3108 8.36377 14.9091V9.09095Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 8.72733C8 8.33911 8.28714 8.00006 8.72727 8.00006H15.2727C15.6929 8.00006 16 8.36197 16 8.72733V15.2727C16 15.7144 15.6319 16 15.2727 16H8.72727C8.34047 16 8 15.6763 8 15.2727V8.72733ZM9 8.99773V15H15V8.99773H9Z", fill: "#979593" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 11L11 10H14.0001V13L13 12C12.0769 12.1086 11.0499 13.5837 10.706 14C10.706 14 9.98023 12.1082 12 11Z", fill: "#2E6DAD" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_1723_1492" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white" }) })) })] })));
3875
+ }
3876
+
3839
3877
  function DocTypeFolder16(props) {
3840
3878
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.0002 32H4.91124C3.80715 32 2.91211 31.1107 2.91211 29.9983V2.00174C2.91211 0.896211 3.80535 0 4.91124 0H25.0002H26.0023C27.1057 0 28.0002 0.898212 28.0002 1.9908V20H29.0002C29.5525 20 30.0002 20.453 30.0002 20.997V27.003C30.0002 27.5536 29.5564 28 29.0002 28H28.0002V30C28.0002 31.1046 27.102 32 26.0023 32H25.0002Z", fill: "#FFEEA9" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 30V2H28V30H24Z", fill: "#FFDD8C" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 30V20V2H24V30H16Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 30V2H20V30H18ZM22 30V2H24V30H22Z", fill: "#929292" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 29.9518C18.4265 29.9593 21.0932 29.9754 24 30C24.4001 30 25.0725 30 26 30V27H28V21H26C26 8.71257 26 2.37923 26 2H5C4.41389 2.11838 4 2.60614 4 3V29C4 29.3956 4.99564 29.998 5.06079 29.997C7.46062 29.9598 10.4404 29.9433 14 29.9475V2H16V29.9518ZM27.0236 32H4C3.2224 32 2 30.7819 2 30V2C2 1.21721 3.22676 0 4 0C7.14383 0 9.26704 0 10.3696 0C13.9816 0 19.1917 0 26 0C26.4433 0 27.0223 0.179496 27.4082 0.639648C27.7872 1.09163 27.9768 1.82279 28 2V19C28.1335 18.7944 30 20.0423 30 20V28C30 27.9908 28.3464 29.0515 28 29.0515V30C28 30.9877 27.7883 31.5719 27.0236 32Z", fill: "#E7C982" })] })) })));
3841
3879
  }
@@ -3860,6 +3898,10 @@ function DocTypeWord16(props) {
3860
3898
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M32 32H6V0H26L32 6V32Z", fill: "#7F8B99" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30 7L25 2H8V30H30V7Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 8V1H22V10H31V8H24Z", fill: "#7F8B99" }), jsxRuntime.jsx("path", { d: "M28 12H18V14H28V12Z", fill: "#929292" }), jsxRuntime.jsx("path", { d: "M28 16H18V18H28V16Z", fill: "#929292" }), jsxRuntime.jsx("path", { d: "M28 20H18V22H28V20Z", fill: "#929292" }), jsxRuntime.jsx("path", { d: "M28 24H22V26H28V24Z", fill: "#929292" }), jsxRuntime.jsx("path", { d: "M15 11H2V24H15V11Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 8V28L0 26V10L16 8ZM12 14L11 20L9 14H7L5 20L4 14H2L4 22H6L8 17L10 22H12L14 14H12Z", fill: "#28579B" })] })) })));
3861
3899
  }
3862
3900
 
3901
+ function DocTypeWord16Shortcut(props) {
3902
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_165_2835)" }, { children: [jsxRuntime.jsx("path", { d: "M11.1433 1.00086H4.31039C4.31039 1.00086 4.17775 0.985647 4.08527 1.08287C3.9928 1.18009 4.00161 1.2633 4.00161 1.33985V14.4797C4.00161 14.7525 3.98261 14.8146 4.07508 14.9118C4.16756 15.0091 4.25687 14.9982 4.49473 14.9982H13.5069C13.6377 14.9982 13.8182 15.0188 13.9107 14.9216C14.0032 14.8244 14 14.6172 14 14.4797V3.9592C14 3.82172 13.948 3.68988 13.8555 3.59268L11.4919 1.15276C11.3995 1.05553 11.2741 1.00089 11.1433 1.00086Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5297 0.000864974C10.5198 0.000291005 10.51 0 10.5 0C10.49 0 10.4802 0.000291005 10.4703 0.000864974H4.33696C4.31999 0.000233999 4.30147 -0.000103959 4.28158 2.84825e-05C4.2208 0.000433258 4.14078 0.00526117 4.04902 0.0223923C3.86991 0.0558297 3.59555 0.146802 3.36073 0.393666C3.19311 0.569893 3.08202 0.777547 3.03215 1.00425C2.99291 1.18258 3.00164 1.37019 3.00164 1.33985V14.4797C3.00164 14.5198 3.00128 14.5455 3.00089 14.574C3.00063 14.5933 3.00034 14.614 3.00014 14.6413C2.9998 14.6878 2.99926 14.7763 3.00971 14.8711C3.02161 14.9791 3.04953 15.1187 3.1204 15.2687C3.19024 15.4166 3.27856 15.5254 3.35054 15.601C3.43814 15.6931 3.55115 15.7862 3.69611 15.8593C3.83944 15.9316 3.97504 15.9645 4.08384 15.9807C4.18425 15.9955 4.27503 15.9976 4.33036 15.9983C4.36372 15.9987 4.41036 15.9985 4.44879 15.9983L4.49475 15.9982H13.5069C13.5233 15.9982 13.5273 15.9983 13.5342 15.9985C13.5427 15.9988 13.5554 15.9993 13.6008 15.9998C13.65 16.0004 13.7291 16.0003 13.8184 15.9918C13.9687 15.9774 14.3374 15.924 14.6353 15.6108C14.9089 15.3232 14.9641 14.9774 14.9814 14.8472C15.0008 14.7004 15.0003 14.5549 15.0001 14.4943L15 14.4797V3.959C14.9999 3.57202 14.8541 3.19143 14.58 2.90334L12.2126 0.459414C11.9372 0.172105 11.5541 0.000957182 11.1435 0.000864974H10.5297ZM10 1.00086H4.31041C4.31041 1.00086 4.17778 0.985647 4.0853 1.08287C4.00017 1.17237 4.00088 1.24999 4.00153 1.32147L4.00164 1.33985V14.4797C4.00164 14.5241 4.00114 14.5629 4.00069 14.5971C3.9984 14.7736 3.99767 14.8304 4.07511 14.9118C4.15862 14.9996 4.23955 14.9993 4.42963 14.9984L4.49475 14.9982H13.5069C13.5258 14.9982 13.5457 14.9986 13.5663 14.999C13.688 15.0017 13.8316 15.0048 13.9108 14.9216C14.0003 14.8275 14.0001 14.6304 14 14.4932L14 5.99814C13.9857 5.99937 13.9712 6 13.9566 6H11.1562C10.8047 6 10.4453 5.87848 10.2578 5.67969C9.99998 5.40633 9.99999 5.07485 10 4.68765L10 1.00086ZM14 5.00186V3.9592C14 3.82172 13.948 3.68988 13.8555 3.59268L11.4919 1.15276C11.3995 1.05553 11.2741 1.00089 11.1433 1.00086H11V4.54274C11 4.73438 11.0303 4.81853 11.1094 4.90234C11.1875 4.98516 11.2617 5 11.4029 5H13.9566C13.9712 5 13.9857 5.00063 14 5.00186Z", fill: "#979593" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5 14L8.5 14C8.22386 14 8 13.7761 8 13.5C8 13.2239 8.22386 13 8.5 13L12.5 13C12.7761 13 13 13.2239 13 13.5C13 13.7761 12.7761 14 12.5 14Z", fill: "#263E60" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 11.5C8 11.2239 8.22386 11 8.5 11L12.5 11C12.7761 11 13 11.2239 13 11.5C13 11.7761 12.7761 12 12.5 12L8.5 12C8.22386 12 8 11.7761 8 11.5Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5 10L8.5 10C8.22386 10 8 9.77615 8 9.5C8 9.22386 8.22386 9 8.5 9L12.5 9C12.7761 9 13 9.22386 13 9.5C13 9.77614 12.7761 10 12.5 10Z", fill: "#2B7CD3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 7.5C8 7.22386 8.22386 7 8.5 7L12.5 7C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8L8.5 8C8.22386 8 8 7.77614 8 7.5Z", fill: "#41A5EE" }), jsxRuntime.jsx("path", { d: "M0.727269 14H7.27269C7.46558 14 7.65056 13.9233 7.78695 13.787C7.92334 13.6506 7.99996 13.4656 7.99996 13.2727V6.72727C7.99996 6.53439 7.92334 6.3494 7.78695 6.21301C7.65056 6.07662 7.46558 6 7.27269 6H0.727269C0.534386 6 0.349402 6.07662 0.213012 6.21301C0.0766228 6.3494 0 6.53439 0 6.72727V13.2727C0 13.4656 0.0766228 13.6506 0.213012 13.787C0.349402 13.9233 0.534386 14 0.727269 14Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { d: "M2.53125 10.5938L3.39062 7H4.6875L5.5 10.5938L5.89747 7H7.28125L5.89747 12.9995H5.14488L4 8.76562L2.8871 12.9995H2.1345L0.75 7H2.1345L2.53125 10.5938Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M8.36377 9.09095C8.36377 8.68929 8.68938 8.36368 9.09104 8.36368H14.9092C15.3108 8.36368 15.6365 8.68929 15.6365 9.09095V14.9091C15.6365 15.3108 15.3108 15.6364 14.9092 15.6364H9.09104C8.68938 15.6364 8.36377 15.3108 8.36377 14.9091V9.09095Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 8.72733C8 8.33911 8.28714 8.00006 8.72727 8.00006H15.2727C15.6929 8.00006 16 8.36197 16 8.72733V15.2727C16 15.7144 15.6319 16 15.2727 16H8.72727C8.34047 16 8 15.6763 8 15.2727V8.72733ZM9 8.99773V15H15V8.99773H9Z", fill: "#979593" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 11L11 10H14.0001V13L13 12C12.0769 12.1086 11.0499 13.5837 10.706 14C10.706 14 9.98023 12.1082 12 11Z", fill: "#185ABD" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_165_2835" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white" }) })) })] })));
3903
+ }
3904
+
3863
3905
  function DocTypeZip16(props) {
3864
3906
  return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: [jsxRuntime.jsx("path", { d: "M30 32H2V0H23.5385L30 6V32Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.8461 7L22.4615 2H4.15381V30H27.8461V7Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.1538 8V1H20V10H29.6923V8H22.1538Z", fill: "#707C8A" }), jsxRuntime.jsx("rect", { x: "13", y: "1", width: "4", height: "6", fill: "#CCCCCC", stroke: "#707C8A", strokeWidth: "2" }), jsxRuntime.jsx("rect", { x: "18", width: "2", height: "2", fill: "white" }), jsxRuntime.jsx("rect", { x: "10", width: "2", height: "2", fill: "white" }), jsxRuntime.jsx("line", { x1: "12", y1: "11", x2: "18", y2: "11", stroke: "#B6B6B6", strokeWidth: "2" }), jsxRuntime.jsx("line", { x1: "12", y1: "15", x2: "18", y2: "15", stroke: "#B6B6B6", strokeWidth: "2" }), jsxRuntime.jsx("line", { x1: "12", y1: "19", x2: "18", y2: "19", stroke: "#B6B6B6", strokeWidth: "2" }), jsxRuntime.jsx("rect", { x: "14", y: "8", width: "2", height: "16", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { d: "M12 23H18", stroke: "#B6B6B6", strokeWidth: "2" })] })));
3865
3907
  }
@@ -3868,6 +3910,10 @@ function DocTypeComment16(props) {
3868
3910
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M30 22.0556H14L6 30V22.0556H2V4H30V22.0556Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 20H28V6H4V20H8V25.1794L13 20Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 16H18V18H8V16ZM8 8H24V10H8V8ZM8 12H24V14H8V12Z", fill: "#F69139" })] })) })));
3869
3911
  }
3870
3912
 
3913
+ function DocTypeAppointmentCriticalDate16(props) {
3914
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31 12H1V31H17V17H31V12Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12V30V32H2H17V30H2V12H30V17H32V12V10V5V3H30H2H0V5V10V12ZM2 10H30V5H2V10Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 5H30V10H2V5Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28 14H12V16H16V20H12V22H10V26H6V22H4V26V28H6H10H12H16H17V17H18V16H22V17H24V16H26V17H28V16V15V14ZM12 22V26H16V22H12Z", fill: "#929292" }), jsxRuntime.jsx("rect", { x: "4", y: "14", width: "6", height: "6", fill: "#60738A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 0V8H10V0H4Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 0V8H28V0H22Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { d: "M26 2H24V6H26V2Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M8 2H6V6H8V2Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21 18H19V32H21V27H32V19H21V18Z", fill: "#D65532" })] })) })));
3915
+ }
3916
+
3871
3917
  function DocTypeAudio16(props) {
3872
3918
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M30 32H2V0H23.5385L30 6V32Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.8461 7L22.4615 2H4.15381V30H27.8461V7Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 8V1H20V10H29V8H22Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 16H9V24H13L17 28V12L13 16ZM21 20C21 19.7617 21.183 18 19 18V16C21.183 16 23 18.4722 23 20C23 21.5278 21.183 24 19 24V22C21.183 22 21 20.2383 21 20Z", fill: "#2E6DAD" })] })) })));
3873
3919
  }
@@ -3876,6 +3922,14 @@ function DocTypeClausePrecedent16(props) {
3876
3922
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29 7L23.7917 2H4V30H29V7Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.9998 12H25V18H15.9998L15.3332 16H23H23.2353V14H23H14.6665L13.9998 12ZM13.6665 26H25V20H15.6665L14.9998 22H23.2353V24H14.3332L13.6665 26Z", fill: "#2E6DAD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30 32H2V0H23.5385L30 6V32ZM27.8462 7L22.4615 2H22V8H27.8462V7ZM27.8462 10V30H4.15385V2H20V10H27.8462Z", fill: "#7F8B99" }), jsxRuntime.jsx("rect", { x: "2", y: "10", width: "3", height: "18", fill: "white" }), jsxRuntime.jsx("ellipse", { cx: "7.00003", cy: "16.8666", rx: "4.11429", ry: "4.26667", fill: "white" }), jsxRuntime.jsx("path", { d: "M9.46795 22.2132L10.1735 21.0259L11.4467 20.5756L11.5877 19.1888L12.5457 18.2109L12.0902 16.8982L12.5457 15.5855L11.5878 14.6075L11.4467 13.2208L10.1735 12.7704L9.46798 11.5832L8.1335 11.7503L6.99989 11L5.86628 11.7503L4.53183 11.5832L3.8263 12.7705L2.55309 13.2208L2.41203 14.6075L1.4541 15.5855L1.90955 16.8982L1.4541 18.2109L2.412 19.1889L2.55306 20.5757L3.82627 21.026L4.5318 22.2132L5.86628 22.0462L6.99989 22.7964L8.1335 22.0462L9.46795 22.2132ZM3.09969 16.8982C3.09969 14.668 4.84932 12.8536 6.99989 12.8536C9.15046 12.8536 10.9001 14.668 10.9001 16.8982C10.9001 19.1284 9.15046 20.9429 6.99989 20.9429C4.84932 20.9429 3.09969 19.1284 3.09969 16.8982Z", fill: "#2E6DAD" }), jsxRuntime.jsx("path", { d: "M7 14.3982C5.62149 14.3982 4.5 15.5197 4.5 16.8982C4.5 18.2767 5.62149 19.3982 7 19.3982C8.37851 19.3982 9.5 18.2767 9.5 16.8982C9.5 15.5197 8.37851 14.3982 7 14.3982Z", fill: "#2E6DAD" }), jsxRuntime.jsx("path", { d: "M1.71191 25.6905L2.94177 21.7041L6.67762 23.6958L5.65825 26.9999L3.926 25.5643L1.71191 25.6905Z", fill: "#2E6DAD" }), jsxRuntime.jsx("path", { d: "M8.34188 26.9999L7.32251 23.6958L11.0584 21.7041L12.2882 25.6905L10.0741 25.5643L8.34188 26.9999Z", fill: "#2E6DAD" })] })) })));
3877
3923
  }
3878
3924
 
3925
+ function DocTypeCriticalDate16(props) {
3926
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31 12H1V31H17V17H31V12Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12V30V32H2H17V30H2V12H30V17H32V12V10V5V3H30H2H0V5V10V12ZM2 10H30V5H2V10Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 14H28V15V16V17H26V16H24V17H22V16H18V17H17V28H16H12H10H6H4V26V22V20V16V15V14ZM12 16H16V20H12V16ZM12 22H16V26H12V22ZM10 26V22H6V26H10ZM10 20V16H6V20H10Z", fill: "#929292" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 5H30V10H2V5Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 0V8H10V0H4Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 0V8H28V0H22Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { d: "M26 2H24V6H26V2Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M8 2H6V6H8V2Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21 18H19V32H21V27H32V19H21V18Z", fill: "#D65532" })] })) })));
3927
+ }
3928
+
3929
+ function DocTypeDeadline16(props) {
3930
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.6496 30H2V12H30V18.6496C28.6394 17.6145 26.9415 17 25.1 17C20.6265 17 17 20.6265 17 25.1C17 26.9415 17.6145 28.6394 18.6496 30Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30 18.6496V12H2C1.98072 24 1.98072 30 2 30H18.6496C19.2542 30.7946 20.0023 31.4742 20.8552 32H0V3H32V20.8552C31.4742 20.0023 30.7946 19.2542 30 18.6496Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28 17.5346C27.3677 17.292 26.6972 17.1265 26 17.0494V16H24V17.0741C23.3011 17.169 22.6304 17.353 22 17.6144V16H18V20H18.8068C17.677 21.3924 17 23.1671 17 25.1C17 26.1219 17.1892 27.0996 17.5346 28H15.4326C13.4799 28 9.66904 28 4 28V14H28V17.5346ZM6 22V26H10V22H6ZM6 16V20H10V16H6ZM12 16V20H16V16H12ZM12 22V26H16V22H12Z", fill: "#929292" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 5H30V10H2V5Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 0V8H10V0H4Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 0V8H28V0H22Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { d: "M26 2H24V6H26V2Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M8 2H6V6H8V2Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M25.25 32C28.9779 32 32 28.9779 32 25.25C32 21.5221 28.9779 18.5 25.25 18.5C21.5221 18.5 18.5 21.5221 18.5 25.25C18.5 28.9779 21.5221 32 25.25 32Z", fill: "#FA9330" }), jsxRuntime.jsx("rect", { x: "24", y: "21", width: "2", height: "5", fill: "white" }), jsxRuntime.jsx("rect", { x: "24", y: "27", width: "2", height: "2", fill: "white" })] })) })));
3931
+ }
3932
+
3879
3933
  function DocTypeFax16(props) {
3880
3934
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M30 32H2V0H30V32Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28 2H4V30H28V2Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M30 0H2V6H30V0Z", fill: "#7B98C0" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 22H26V24H6V22ZM6 26H16V28H6V26Z", fill: "#929292" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 18H6V8H12V10H8V11.9949H10V14H8V18ZM16 18V14H14V18H12V10L14 8H16L18 10V18H16ZM23 10L24.5 8H26V10L24 12V14L26 16V18H24.5L23 16L21.5 18H20V16L22 14V12L20 10V8H21.5L23 10ZM16 12H14V10H16V12Z", fill: "#5A5F66" })] })) })));
3881
3935
  }
@@ -3908,10 +3962,34 @@ function DocTypePowerpoint16(props) {
3908
3962
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M32 32H6V0H26L32 6V32Z", fill: "#7F8B99" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30 7L25 2H8V30H30V7Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 8V1H22V10H31V8H24Z", fill: "#7F8B99" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 16H28V18H24H22V12H24V16Z", fill: "#FFAA80" }), jsxRuntime.jsx("path", { d: "M12 12H4V24H12V12Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 8V28L0 25.6222V9.87778L16 8ZM6 14H7C7.36 14 7.58221 14.0643 8 14.175C8.41779 14.2857 8.51154 14.4491 8.68 14.6429C8.824 14.7857 8.968 15 9.04 15.2143C9.112 15.4286 9.184 15.7143 9.184 16.0714C9.184 16.4286 9.112 16.7143 9.04 16.9286C8.968 17.1429 8.824 17.3571 8.68 17.5714C8.536 17.7143 8.17798 17.9184 8.032 18C7.93018 18 7.52296 18 7.16296 18H6V14ZM4 12V24H6V20H7.5C7.85676 20 8.77582 19.7727 9.04 19.6157C9.30418 19.4587 9.59796 19.2744 9.81201 19.1315C10.0261 18.9172 10.7154 18.2143 10.8577 17.5714C10.9526 17.1429 11 16.619 11 16C11.0478 15.1905 11.0004 14.619 10.8577 14.2857C10.6436 13.7857 10.1442 13.2143 9.71606 12.9286C9.61584 12.8271 9.12878 12.4785 8.82568 12.3445C8.52258 12.2104 7.98482 12 7.56758 12H4Z", fill: "#D24A27" }), jsxRuntime.jsx("path", { d: "M20.5 28C24.6667 28 28 24.1667 28 20H20V12C19.1219 12 18.8865 12 18 12V28C18.7807 28.2727 19.6219 28 20.5 28Z", fill: "#929292" })] })) })));
3909
3963
  }
3910
3964
 
3965
+ function DocTypeScannedDoc16(props) {
3966
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsx("path", { d: "M10.0105 2.99863H5.22764C5.22764 2.99863 5.1348 2.98776 5.07007 3.05721C5.00533 3.12666 5.0115 3.1861 5.0115 3.24079V12.6274C5.0115 12.8222 4.9982 12.8666 5.06293 12.9361C5.12767 13.0055 5.19018 12.9977 5.35668 12.9977H11.665C11.7565 12.9977 11.8876 13.0055 11.9524 12.9361C12.0171 12.8666 12.0102 12.7256 12.0102 12.6274V5.49841C12.0101 5.4002 11.9738 5.30601 11.909 5.23658L10.2546 3.10714C10.1898 3.03768 10.1021 2.99865 10.0105 2.99863Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9861 2.42543C10.7402 2.16153 10.391 1.99871 10.0107 1.99863H5.25162C5.23714 1.99816 5.22165 1.99792 5.20523 1.99804C5.14763 1.99843 5.07224 2.00309 4.98587 2.01954C4.81644 2.05182 4.55808 2.13975 4.33844 2.37539C4.18617 2.53877 4.08438 2.7327 4.03887 2.9438C4.00359 3.10745 4.01141 3.28074 4.01141 3.24079V12.6274C4.01141 12.655 4.01119 12.6706 4.01093 12.6891L4.01036 12.7418C4.01011 12.7758 4.00956 12.8521 4.01863 12.9361C4.02915 13.0336 4.05432 13.1641 4.11997 13.306C4.18482 13.4461 4.26666 13.5485 4.33131 13.6179C4.41107 13.7035 4.51693 13.7931 4.65517 13.8642C4.79211 13.9347 4.9211 13.9665 5.02203 13.9817C5.11424 13.9957 5.19521 13.9973 5.23783 13.9978C5.2638 13.9981 5.30377 13.9979 5.33151 13.9978L5.35658 13.9977H11.6649L11.6947 13.9979C11.7091 13.998 11.7298 13.9981 11.7529 13.9978C11.7973 13.9972 11.8667 13.995 11.9463 13.9848C12.0749 13.9682 12.4112 13.9103 12.6838 13.6179C12.943 13.3397 12.9867 13.0147 12.9991 12.9049C13.0126 12.7853 13.0105 12.6542 13.0101 12.6309L13.0101 12.6274V5.49821C13.01 5.17555 12.8977 4.85385 12.6798 4.59883L11.0166 2.45822L10.9861 2.42543ZM5.06997 3.05721C5.1347 2.98776 5.22754 2.99863 5.22754 2.99863H8.99536V5.1924C8.99535 5.43068 8.99535 5.63467 9.15508 5.80289C9.27124 5.92522 9.49388 6.00001 9.71169 6.00001H12.0101V12.6274L12.0102 12.6536C12.0107 12.7493 12.0114 12.8726 11.9523 12.9361C11.8933 12.9994 11.7793 12.9985 11.6902 12.9979L11.6649 12.9977H5.35658L5.311 12.9979C5.17794 12.9985 5.12129 12.9988 5.06284 12.9361C5.00863 12.8779 5.00914 12.8373 5.01075 12.7113C5.01106 12.6868 5.01141 12.6591 5.01141 12.6274V3.24079L5.01133 3.22766C5.01087 3.17659 5.01038 3.12114 5.06997 3.05721ZM11.7253 5.00019L10.2545 3.10714C10.1898 3.03768 10.102 2.99865 10.0104 2.99863H10.0008V4.77017C10.0008 4.79587 10 4.81722 9.99944 4.83545C9.99726 4.9009 9.99642 4.92599 10.0347 4.96633C10.0723 5.00587 10.1004 5.00444 10.152 5.00181C10.1669 5.00105 10.1837 5.00019 10.2033 5.00019L11.7253 5.00019Z", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M6.51038 8.00259C6.23423 8.00259 6.01038 8.22645 6.01038 8.50259C6.01038 8.77874 6.23423 9.00259 6.51038 9.00259L10.5104 9.0026C10.7865 9.0026 11.0104 8.77874 11.0104 8.5026C11.0104 8.22645 10.7865 8.00259 10.5104 8.00259H6.51038Z", fill: "#C8C6C4" }), jsxRuntime.jsx("path", { d: "M6.51038 10C6.23423 10 6.01038 10.2239 6.01038 10.5C6.01038 10.7761 6.23423 11 6.51038 11L10.5104 11C10.7865 11 11.0104 10.7761 11.0104 10.5C11.0104 10.2239 10.7865 10 10.5104 10L6.51038 10Z", fill: "#C8C6C4" }), jsxRuntime.jsx("path", { d: "M0.510376 5C0.234234 5 0.010376 4.77614 0.010376 4.5L0.0103759 1.96686C0.0103758 1.39835 0.166495 0.887556 0.533414 0.519886C0.900378 0.152171 1.40595 0 1.95569 0H4.51038C4.78652 0 5.01038 0.223857 5.01038 0.5C5.01038 0.776142 4.78652 1 4.51038 1L1.95569 1C1.58355 1 1.36647 1.10079 1.24124 1.22627C1.11598 1.35179 1.01038 1.57442 1.01038 1.96686L1.01038 4.5C1.01038 4.77614 0.786518 5 0.510376 5Z", fill: "#191919" }), jsxRuntime.jsx("path", { d: "M11.5 0C11.2239 0 11 0.223858 11 0.5C11 0.776142 11.2239 1 11.5 1H14.0331C14.4256 1 14.6482 1.1056 14.7737 1.23087C14.8992 1.35609 15 1.57317 15 1.94531V4.5C15 4.77614 15.2239 5 15.5 5C15.7761 5 16 4.77614 16 4.5V1.94531C16 1.39558 15.8478 0.890002 15.4801 0.523039C15.1124 0.156119 14.6016 0 14.0331 0H11.5Z", fill: "#191919" }), jsxRuntime.jsx("path", { d: "M16 11.5C16 11.2239 15.7761 11 15.5 11C15.2239 11 15 11.2239 15 11.5V14.0331C15 14.4256 14.8944 14.6482 14.7691 14.7737C14.6439 14.8992 14.4268 15 14.0547 15H11.5C11.2239 15 11 15.2239 11 15.5C11 15.7761 11.2239 16 11.5 16H14.0547C14.6044 16 15.11 15.8478 15.477 15.4801C15.8439 15.1124 16 14.6016 16 14.0331V11.5Z", fill: "#191919" }), jsxRuntime.jsx("path", { d: "M4.5 16C4.77614 16 5 15.7761 5 15.5C5 15.2239 4.77614 15 4.5 15H1.96686C1.57442 15 1.35179 14.8944 1.22627 14.7691C1.10079 14.6439 1 14.4268 1 14.0547L1 11.5C1 11.2239 0.776142 11 0.5 11C0.223857 11 0 11.2239 0 11.5V14.0547C0 14.6044 0.152171 15.11 0.519885 15.477C0.887556 15.8439 1.39835 16 1.96686 16H4.5Z", fill: "#191919" })] })));
3967
+ }
3968
+
3969
+ function DocTypeSignatureDeclined16(props) {
3970
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0)" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 4.00001L3.83301 0.403212C3.88639 -0.212813 16.4812 1.35601e-05 16.9158 1.35601e-05H22.5352C22.9697 1.35601e-05 23.7868 1.04244 23.8402 1.65846V4.00001L24.004 28C24.004 28.728 23.7249 30 23 30H4C3.27513 30 3.01123 28.5375 3.01123 27.8095L2 4.00001Z", fill: "#FFEEAA" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 6C4.08504 3.71175 4.40279 2.37842 4.95325 2H21.9794C22.653 2.49593 23.0199 3.82926 23.0802 6H4Z", fill: "#FFDD8C" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 4L3 1C3.05339 0.383976 3.56542 0 4 0H23C23.4346 0 23.8662 0.616642 24.0314 1.23267L25 4V27.6818C25 28.4098 23.7249 30 23 30H4C3.27513 30 2 28.4098 2 27.6818V4ZM4 6H23L22.6606 2.83459C22.417 2.55835 22.2325 2.36951 21.6709 2.14673H5.32446C5.10048 2.14673 4.64709 2.29333 4.36511 2.97241L4 6ZM4 27.3157C4 27.6797 4.71471 28 5.07715 28H22C22.3624 28 22.6875 27.3867 22.6875 27.0227V8H4V27.3157Z", fill: "#E7C982" }), jsxRuntime.jsx("path", { d: "M13.5 6C14.3284 6 15 5.32843 15 4.5C15 3.67157 14.3284 3 13.5 3C12.6716 3 12 3.67157 12 4.5C12 5.32843 12.6716 6 13.5 6Z", fill: "#E2C47C" }), jsxRuntime.jsx("path", { d: "M30 8H14V30H30V8Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M22 10H16V12H22V10Z", fill: "#929292" }), jsxRuntime.jsx("path", { d: "M24 14H16V16H24V14Z", fill: "#929292" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.0001 6H24.061V13.9004H32.0001V11.9749L27.0001 6Z", fill: "#E19890" }), jsxRuntime.jsx("path", { d: "M30 14H24V8H26V12H30L26 8H14V30H30V14ZM32 32H12V6H28L32 10V32Z", fill: "#C43623" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21 21L18 18L16 20L19 23L16 26L18 28L21 25L24 28L26 26L23 23L26 20L24 18L21 21Z", fill: "#C43623" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0" }, { children: jsxRuntime.jsx("rect", { width: "32", height: "32", fill: "white" }) })) })] })) })));
3971
+ }
3972
+
3973
+ function DocTypeSignaturePending16(props) {
3974
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 4L4 2C4.05339 1.38398 4.53246 1 4.96704 1H22C22.4346 1 22.9466 1.38398 23 2L24 4V27.6818C24 28.4098 23.7249 30 23 30H4C3.27513 30 2 28.728 2 28V4Z", fill: "#FFEEAA" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00006 4C3.9212 3.51643 3.9212 3.1831 4.00006 3C4.06336 2.85304 4.20589 2.5707 4.44806 2.34583C4.65845 2.15046 4.97093 2 5.03583 2C5.8212 2 6.41023 2 6.80292 2C10.1801 2 15.2458 2 22.0001 2C22.1411 2 22.924 2.46631 23.0803 3.13269C23.1844 3.57694 23.1844 3.86605 23.0803 4H4.00006Z", fill: "#FFDD8C" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 4L3 1C3.05339 0.383976 3.56542 0 4 0H23C23.4346 0 23.8662 0.616642 24.0314 1.23267L25 4V27.6818C25 28.0417 24.7498 28.7345 24.347 29.2195C23.9351 29.7156 23.3665 30 23 30H4C3.6383 30 2.9276 29.7067 2.51868 29.2195C2.10808 28.7303 2 28.0466 2 27.6818V4ZM4 4H23V3C22.927 2.70659 22.3011 2 22 2H5.07715C4.77602 2 4.07304 2.70659 4 3V4ZM4 27.3157C4 27.6797 4.71471 28 5.07715 28H22C22.3624 28 22.6875 27.3867 22.6875 27.0227V6H4V27.3157Z", fill: "#E7C982" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.9999 30H14.0195V6H24.9999L29.9999 10.2V30Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.4 8H24V14H30V11.6L26.4 8Z", fill: "#96D5F1" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 12H22V14H16V12ZM16 16H28V18H16V16ZM16 26H28V28H16V26Z", fill: "#929292" }), jsxRuntime.jsx("path", { d: "M30 14H24V8.22522V8H26V12H30L26 8H14V30H30V14ZM32 32H12V6H28L32 10V32ZM16 20H20V24C19.4703 23.9775 16 24 16 24C16 24 16 23.6667 16 23V20ZM24 20H28V24H24V20Z", fill: "#31ABE2" })] })) })));
3975
+ }
3976
+
3977
+ function DocTypeSignatureRequest16(props) {
3978
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 4L4 2C4.05339 1.38398 4.53246 1 4.96704 1H22C22.4346 1 22.9466 1.38398 23 2L24 4V27.6818C24 28.4098 23.7249 30 23 30H4C3.27513 30 2 28.728 2 28V4Z", fill: "#FFEEAA" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00006 4C3.9212 3.51643 3.9212 3.1831 4.00006 3C4.06336 2.85304 4.20589 2.5707 4.44806 2.34583C4.65845 2.15046 4.97093 2 5.03583 2C5.8212 2 6.41023 2 6.80292 2C10.1801 2 15.2458 2 22.0001 2C22.1411 2 22.924 2.46631 23.0803 3.13269C23.1844 3.57694 23.1844 3.86605 23.0803 4H4.00006Z", fill: "#FFDD8C" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 4L3 1C3.05339 0.383976 3.56542 0 4 0H23C23.4346 0 23.8662 0.616642 24.0314 1.23267L25 4V27.6818C25 28.0417 24.7498 28.7345 24.347 29.2195C23.9351 29.7156 23.3665 30 23 30H4C3.6383 30 2.9276 29.7067 2.51868 29.2195C2.10808 28.7303 2 28.0466 2 27.6818V4ZM4 4H23V3C22.927 2.70659 22.3011 2 22 2H5.07715C4.77602 2 4.07304 2.70659 4 3V4ZM4 27.3157C4 27.6797 4.71471 28 5.07715 28H22C22.3624 28 22.6875 27.3867 22.6875 27.0227V6H4V27.3157Z", fill: "#E7C982" }), jsxRuntime.jsx("path", { d: "M30 8H14V30H30V8Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26 7.91602L28 9.91602L30 12H26V7.91602Z", fill: "#FCC89A" }), jsxRuntime.jsx("path", { d: "M30 14H24V8H26V12H30L26 8H14V30H30V14ZM32 32H12V6H28L32 10V32ZM16 20H28V28H16V20Z", fill: "#FA9330" }), jsxRuntime.jsx("path", { d: "M26 22H18V26H26V22Z", fill: "#FCC89A" }), jsxRuntime.jsx("path", { d: "M22 12H16V14H22V12Z", fill: "#929292" }), jsxRuntime.jsx("path", { d: "M28 16H16V18H28V16Z", fill: "#929292" })] })) })));
3979
+ }
3980
+
3981
+ function DocTypeSignatureSigned16(props) {
3982
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0)" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 4.00001L3.83301 0.403212C3.88639 -0.212813 16.4812 1.35601e-05 16.9158 1.35601e-05H22.5352C22.9697 1.35601e-05 23.7868 1.04244 23.8402 1.65846V4.00001L24.004 28C24.004 28.728 23.7249 30 23 30H4C3.27513 30 3.01123 28.5375 3.01123 27.8095L2 4.00001Z", fill: "#FFEEAA" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 6C4.08504 3.71175 4.40279 2.37842 4.95325 2H21.9794C22.653 2.49593 23.0199 3.82926 23.0802 6H4Z", fill: "#FFDD8C" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 4L3 1C3.05339 0.383976 3.56542 0 4 0H23C23.4346 0 23.8662 0.616642 24.0314 1.23267L25 4V27.6818C25 28.4098 23.7249 30 23 30H4C3.27513 30 2 28.4098 2 27.6818V4ZM4 6H23L22.6606 2.83459C22.417 2.55835 22.2325 2.36951 21.6709 2.14673H5.32446C5.10048 2.14673 4.64709 2.29333 4.36511 2.97241L4 6ZM4 27.3157C4 27.6797 4.71471 28 5.07715 28H22C22.3624 28 22.6875 27.3867 22.6875 27.0227V8H4V27.3157Z", fill: "#E7C982" }), jsxRuntime.jsx("path", { d: "M13.5 6C14.3284 6 15 5.32843 15 4.5C15 3.67157 14.3284 3 13.5 3C12.6716 3 12 3.67157 12 4.5C12 5.32843 12.6716 6 13.5 6Z", fill: "#E2C47C" }), jsxRuntime.jsx("path", { d: "M30 8H14V30H30V8Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26 8L28 10L30.0035 12H26V8Z", fill: "#9DD58E" }), jsxRuntime.jsx("path", { d: "M30 14H24V8H26V12H30L26 8H14V30H30V14ZM32 32H12V6H28L32 10V32Z", fill: "#38AD00" }), jsxRuntime.jsx("path", { d: "M22 12H16V14H22V12Z", fill: "#929292" }), jsxRuntime.jsx("path", { d: "M28 16H16V18H28V16Z", fill: "#929292" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.8526 22.8328C21.7432 23.2602 21.6878 23.7055 21.6327 24.1487C21.6123 24.3134 21.5919 24.4781 21.5714 24.6429C22.5134 24.1245 23.2243 22.9997 23.408 21.7369C23.4448 21.4843 23.4472 21.1812 23.2865 21.0208C23.1706 20.905 22.9999 20.9061 22.864 20.9806C22.728 21.055 22.6204 21.1913 22.5238 21.3319C22.2229 21.7698 21.9933 22.2835 21.8526 22.8328ZM24.4376 25.661C24.2424 25.5324 24.0383 25.7928 23.8813 25.9844C23.5864 26.3443 23.1598 26.5358 22.7448 26.4945C22.3299 26.4532 21.9341 26.1799 21.6905 25.7666C21.5759 25.5723 21.3323 25.6379 21.1456 25.7094C20.4276 25.984 19.0126 26.4945 18.0569 26.4576C17.6041 26.4401 16.5481 26.0239 16.1317 25.4524C15.7153 24.8808 16.3713 24.3484 16.9159 24.92C17.4605 25.4916 17.8101 25.5628 18.5779 25.5167C19.691 25.4499 20.2741 24.9875 20.9739 24.7612C21.1445 24.7061 21.3478 24.5857 21.3436 24.3697C21.3207 23.1933 21.6108 22.0109 22.1593 21.0449C22.3537 20.7026 22.5862 20.3804 22.8858 20.1824C23.1853 19.9845 23.5619 19.9272 23.8666 20.1132C24.1604 20.2926 24.3482 20.6747 24.4052 21.0708C24.4623 21.4667 24.403 21.8755 24.3033 22.2587C24.0126 23.3755 23.3657 24.3468 22.5308 24.92C22.4118 25.0017 22.4034 25.2278 22.4904 25.3564C22.5774 25.485 22.7259 25.5275 22.8619 25.5167C23.2003 25.4898 23.4816 25.194 23.7089 24.8859C23.9751 24.5249 24.2065 24.1252 24.3965 23.6979C24.4806 23.5089 24.5767 23.2941 24.7475 23.2434C24.9885 23.1718 25.2017 23.4973 25.2106 23.8009C25.2194 24.1044 25.1005 24.3882 25.0319 24.68C25.1952 24.6011 25.3121 24.4265 25.4282 24.2652C25.5443 24.104 25.6784 23.9413 25.851 23.9017C26.0235 23.862 26.2329 24.0098 26.2256 24.2246C26.2236 24.2838 26.2765 24.3206 26.3221 24.3405C26.6764 24.4956 27.0781 24.4818 27.4248 24.3026C27.5638 24.2307 27.6955 24.1329 27.843 24.0936C27.9904 24.0543 28.1648 24.0889 28.2543 24.2376C28.323 24.352 28.3265 24.5044 28.3615 24.6397C28.4369 24.9322 28.6528 25.13 28.8091 25.3695C28.9655 25.6091 29.0917 26.1118 28.9117 26.325C28.7066 26.5679 28.3274 26.2524 28.1115 26.0239C27.8997 25.7998 27.7085 25.5465 27.5426 25.2703C26.9327 25.5122 26.276 25.5752 25.6428 25.4524C25.5648 25.4372 25.4737 25.424 25.4171 25.4916C25.1647 25.7936 24.7484 25.8655 24.4376 25.661Z", fill: "#29840D" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0" }, { children: jsxRuntime.jsx("rect", { width: "32", height: "32", fill: "white" }) })) })] })) })));
3983
+ }
3984
+
3911
3985
  function DocTypeSMS16(props) {
3912
3986
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.81565 24.8254C2.78383 22.891 0 18.7706 0 14C0 7.37258 5.37258 2 12 2H20C26.6274 2 32 7.37258 32 14C32 20.6274 26.6274 26 20 26H16.266C12.6012 28.2378 7.12074 30 4 30C5.54607 27.9074 6.37317 26.2202 6.81565 24.8254Z", fill: "#50B748" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26 16H22V15V14V12V10H28V12H24V14H28V16V18V20H22V18H26V16ZM8 16H4V15V14V10H6H10V12H6V14H10V16V18V20H4V18H8V16ZM18 12V10H20V20H18V14H14V20H12V10H14V12H18Z", fill: "white" })] })) })));
3913
3987
  }
3914
3988
 
3989
+ function DocTypeTasks16(props) {
3990
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ stroke: "none", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 4H12L16 7.02722L20 4H26V30H6V4Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 30H26V7.02893L24.0013 4H26C27.0494 4 28 5.08435 28 6V30C28 30.7175 26.7593 32 26 32H6C5.24073 32 4 30.7175 4 30L4 6C4 5.26978 4.98126 4 6 4H8.05627L6 7.02893V30Z", fill: "#707C8A" }), jsxRuntime.jsx("mask", __assign({ id: "mask0", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: "8", y: "0", width: "16", height: "9" }, { children: jsxRuntime.jsx("path", { d: "M12 4C12 1.79086 13.7909 0 16 0C18.2091 0 20 1.79086 20 4H22L24 7V9H8V7L10 4H12ZM16 5.9978C17.1046 5.9978 18 5.10287 18 3.9989C18 2.89494 17.1046 2 16 2C14.8954 2 14 2.89494 14 3.9989C14 5.10287 14.8954 5.9978 16 5.9978Z", fill: "white" }) })), jsxRuntime.jsx("g", __assign({ mask: "url(#mask0)" }, { children: jsxRuntime.jsx("path", { d: "M12 4C12 1.79086 13.7909 0 16 0C18.2091 0 20 1.79086 20 4H22L24 7V9H8V7L10 4H12ZM16 5.9978C17.1046 5.9978 18 5.10287 18 3.9989C18 2.89494 17.1046 2 16 2C14.8954 2 14 2.89494 14 3.9989C14 5.10287 14.8954 5.9978 16 5.9978Z", fill: "#4E5D6F" }) }))] })) })));
3991
+ }
3992
+
3915
3993
  function DocTypeEmailDraft16(props) {
3916
3994
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fill: "#FFF", d: "M32,5.17314567 L29.8268543,3 L26.1700001,3 L22.1707865,7.0007864 L8,21.1715729 L8,24 L0,24 L0,2 L32,2 L32,5.17314567 Z M32,10.8268543 L32,24 L18.8280339,24 L30.8276407,11.9992136 L32,10.8268543 Z" }), jsxRuntime.jsx("path", { fill: "#CCC", d: "M15.7531595,13.4184134 L15.5151515,13.5757576 L13.6018359,12.2201349 L2,22 L2,20 L12.5545695,11.4781254 L2,4 L2,2 L15.5151515,11.6363636 L15.5199569,11.6331668 L15.5244437,11.6363636 L16.2234096,11.1710627 L16.2193479,11.1678815 L17.3095943,10.4425712 L17.3134218,10.4454426 L21.5392797,7.63229322 L15.7531595,13.4184134 Z M24.8779306,17.9495086 L25.923006,16.9043305 L30.0494792,20 L30.0494792,22 L24.8779306,17.9495086 Z M30,3.17314567 L29.8268543,3 L28.4978196,3 L30,2 L30,3.17314567 Z" }), jsxRuntime.jsx("path", { fill: "#9DA7B3", fillRule: "nonzero", d: "M32,5.17314567 L30,3.17314567 L30,2.06042296 L2,2 L2,22 L8,22 L8,24 L0,24 L0,0 L32,0 L32,5.17314567 Z M32,10.8268543 L32,24 L18.8280339,24 L20.8278374,22 L30,22 L30,12.8269357 L30.8276407,11.9992136 L32,10.8268543 Z" }), jsxRuntime.jsx("path", { fill: "#2E6DAD", d: "M14,18 L24,8 L28,12 L18,22 L14,18 Z M25,7 L27,5 L29,5 L31,7 L31,9 L29,11 L25,7 Z M10,22 L12,20 L16,24 L14,26 L10,26 L10,22 Z" })] })) })));
3917
3995
  }
@@ -3961,7 +4039,7 @@ var AttachmentIcon = function (props) {
3961
4039
  icon = size === 'small' ? jsxRuntime.jsx(DocTypeAudio16, { fontSize: size }) : jsxRuntime.jsx(DocTypeAudio, { fontSize: size });
3962
4040
  break;
3963
4041
  case 'clause':
3964
- icon = size === 'small' ? jsxRuntime.jsx(DocTypeClausePrecedent16, { fontSize: size }) : jsxRuntime.jsx(DocTypeEmailDraft$1, { fontSize: size });
4042
+ icon = size === 'small' ? jsxRuntime.jsx(DocTypeClausePrecedent16, { fontSize: size }) : jsxRuntime.jsx(DocTypeEmailDraft$2, { fontSize: size });
3965
4043
  break;
3966
4044
  case 'doc':
3967
4045
  case 'docx':
@@ -4026,14 +4104,14 @@ var AttachmentIcon = function (props) {
4026
4104
  icon = size === 'small' ? jsxRuntime.jsx(DocTypeEmail16, { fontSize: size }) : jsxRuntime.jsx(DocTypeEmail, { fontSize: size });
4027
4105
  break;
4028
4106
  case 'emldraft':
4029
- icon = size === 'small' ? jsxRuntime.jsx(DocTypeEmailDraft16, { fontSize: size }) : jsxRuntime.jsx(DocTypeEmailDraft$2, { fontSize: size });
4107
+ icon = size === 'small' ? jsxRuntime.jsx(DocTypeEmailDraft16, { fontSize: size }) : jsxRuntime.jsx(DocTypeEmailDraft$3, { fontSize: size });
4030
4108
  break;
4031
4109
  case 'emlsent':
4032
4110
  case 'msg':
4033
4111
  icon = size === 'small' ? jsxRuntime.jsx(DocTypeEmailSent16, { fontSize: size }) : jsxRuntime.jsx(DocTypeEmailSent, { fontSize: size });
4034
4112
  break;
4035
4113
  case 'emlreceived':
4036
- icon = size === 'small' ? jsxRuntime.jsx(DocTypeEmailRecieved16, { fontSize: size }) : jsxRuntime.jsx(DocTypeEmailDraft, { fontSize: size });
4114
+ icon = size === 'small' ? jsxRuntime.jsx(DocTypeEmailRecieved16, { fontSize: size }) : jsxRuntime.jsx(DocTypeEmailDraft$1, { fontSize: size });
4037
4115
  break;
4038
4116
  case 'folder':
4039
4117
  icon = size === 'small' ? jsxRuntime.jsx(DocTypeFolder16, { fontSize: size }) : jsxRuntime.jsx(DocTypeFolder, { fontSize: size });
@@ -17364,6 +17442,14 @@ exports.AccordionSummary = AccordionSummary;
17364
17442
  exports.AccountingIcon = AccountingIcon;
17365
17443
  exports.ActivityDefault16Icon = ActivityDefault16Icon;
17366
17444
  exports.ActivityLog = ActivityLog;
17445
+ exports.ActivityTypeDefault = ActivityTypeDefault;
17446
+ exports.ActivityTypeDefault16 = ActivityTypeDefault16;
17447
+ exports.ActivityTypePhoneCall = ActivityTypePhoneCall;
17448
+ exports.ActivityTypePhoneCall16 = ActivityTypePhoneCall16;
17449
+ exports.ActivityTypeScannedDoc = ActivityTypeScannedDoc;
17450
+ exports.ActivityTypeScannedDoc16 = ActivityTypeScannedDoc16;
17451
+ exports.ActivityTypeVideoCall = ActivityTypeVideoCall;
17452
+ exports.ActivityTypeVideoCall16 = ActivityTypeVideoCall16;
17367
17453
  exports.AppBar = AppBar;
17368
17454
  exports.Appointment16Icon = Appointment16Icon;
17369
17455
  exports.AssignCurvedIcon = AssignCurvedIcon;
@@ -17414,6 +17500,78 @@ exports.DateRangePicker = DateRangePicker;
17414
17500
  exports.DeleteRibbonIcon = DeleteRibbonIcon;
17415
17501
  exports.Dialog = Dialog;
17416
17502
  exports.Divider = Divider;
17503
+ exports.DocTypeAppointment = DocTypeAppointment$1;
17504
+ exports.DocTypeAppointment16 = DocTypeAppointment16;
17505
+ exports.DocTypeAppointmentCriticalDate = DocTypeAppointmentCriticalDate;
17506
+ exports.DocTypeAppointmentCriticalDate16 = DocTypeAppointmentCriticalDate16;
17507
+ exports.DocTypeAudio = DocTypeAudio;
17508
+ exports.DocTypeAudio16 = DocTypeAudio16;
17509
+ exports.DocTypeClausePrecedent = DocTypeEmailDraft$2;
17510
+ exports.DocTypeClausePrecedent16 = DocTypeClausePrecedent16;
17511
+ exports.DocTypeComment = DocTypeAppointment;
17512
+ exports.DocTypeComment16 = DocTypeComment16;
17513
+ exports.DocTypeCriticalDate = DocTypeCriticalDate;
17514
+ exports.DocTypeCriticalDate16 = DocTypeCriticalDate16;
17515
+ exports.DocTypeDeadline = DocTypeDeadline;
17516
+ exports.DocTypeDeadline16 = DocTypeDeadline16;
17517
+ exports.DocTypeDefault = DocTypeDefault;
17518
+ exports.DocTypeDefault16 = DocTypeDefault16;
17519
+ exports.DocTypeEmail = DocTypeEmail;
17520
+ exports.DocTypeEmail16 = DocTypeEmail16;
17521
+ exports.DocTypeEmailDraft = DocTypeEmailDraft$3;
17522
+ exports.DocTypeEmailDraft16 = DocTypeEmailDraft16;
17523
+ exports.DocTypeEmailReceived = DocTypeEmailDraft$1;
17524
+ exports.DocTypeEmailReceived16 = DocTypeEmailRecieved16;
17525
+ exports.DocTypeEmailRecieved = DocTypeEmailRecieved;
17526
+ exports.DocTypeEmailSent = DocTypeEmailSent;
17527
+ exports.DocTypeEmailSent16 = DocTypeEmailSent16;
17528
+ exports.DocTypeExcel = DocTypeExcel;
17529
+ exports.DocTypeExcel16 = DocTypeExcel16;
17530
+ exports.DocTypeExcel16Shortcut = DocTypeExcel16Shortcut;
17531
+ exports.DocTypeFax = DocTypeFax;
17532
+ exports.DocTypeFax16 = DocTypeFax16;
17533
+ exports.DocTypeFileNote = DocTypeFileNote;
17534
+ exports.DocTypeFileNote16 = DocTypeFileNote16;
17535
+ exports.DocTypeFolder = DocTypeFolder;
17536
+ exports.DocTypeFolder16 = DocTypeFolder16;
17537
+ exports.DocTypeImage = DocTypeImage;
17538
+ exports.DocTypeImage16 = DocTypeImage16;
17539
+ exports.DocTypeInfotrack = DocTypeInfotrack;
17540
+ exports.DocTypeInfotrack16 = DocTypeInfotrack16;
17541
+ exports.DocTypeInvoiceRequest = DocTypeInvoiceRequest;
17542
+ exports.DocTypeInvoiceRequest16 = DocTypeInvoiceRequest16;
17543
+ exports.DocTypeInvoiceRequests = DocTypeInvoiceRequests;
17544
+ exports.DocTypeInvoiceRequests16 = DocTypeInvoiceRequests16;
17545
+ exports.DocTypeLetter = DocTypeLetter;
17546
+ exports.DocTypeLetter16 = DocTypeLetter16;
17547
+ exports.DocTypeMemo = DocTypeMemo;
17548
+ exports.DocTypeMemo16 = DocTypeMemo16;
17549
+ exports.DocTypePdf = DocTypePdf;
17550
+ exports.DocTypePdf16 = DocTypePdf16;
17551
+ exports.DocTypePowerpoint = DocTypePowerpoint;
17552
+ exports.DocTypePowerpoint16 = DocTypePowerpoint16;
17553
+ exports.DocTypeSMS = DocTypeSMS;
17554
+ exports.DocTypeSMS16 = DocTypeSMS16;
17555
+ exports.DocTypeScannedDoc16 = DocTypeScannedDoc16;
17556
+ exports.DocTypeSignatureDeclined = DocTypeEmailDraft;
17557
+ exports.DocTypeSignatureDeclined16 = DocTypeSignatureDeclined16;
17558
+ exports.DocTypeSignaturePending = DocTypeSignaturePending;
17559
+ exports.DocTypeSignaturePending16 = DocTypeSignaturePending16;
17560
+ exports.DocTypeSignatureRequest = DocTypeSignatureRequest;
17561
+ exports.DocTypeSignatureRequest16 = DocTypeSignatureRequest16;
17562
+ exports.DocTypeSignatureSigned = DocTypeSignatureSigned;
17563
+ exports.DocTypeSignatureSigned16 = DocTypeSignatureSigned16;
17564
+ exports.DocTypeTasks = DocTypeTasks;
17565
+ exports.DocTypeTasks16 = DocTypeTasks16;
17566
+ exports.DocTypeTrust = DocTypeTrust;
17567
+ exports.DocTypeTrust16 = DocTypeTrust16;
17568
+ exports.DocTypeVideo = DocTypeVideo;
17569
+ exports.DocTypeVideo16 = DocTypeVideo16;
17570
+ exports.DocTypeWord = DocTypeWord;
17571
+ exports.DocTypeWord16 = DocTypeWord16;
17572
+ exports.DocTypeWord16Shortcut = DocTypeWord16Shortcut;
17573
+ exports.DocTypeZip = DocTypeZip;
17574
+ exports.DocTypeZip16 = DocTypeZip16;
17417
17575
  exports.Drawer = Drawer;
17418
17576
  exports.DrawerMenu = DrawerMenu;
17419
17577
  exports.Dropdown = Dropdown;