@eclass/ui-kit 1.49.3 → 1.50.0

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.
@@ -32438,43 +32438,43 @@ const Eventos = ({
32438
32438
  const Avi = () => {
32439
32439
  const id2 = `clip${uniqueId()}`;
32440
32440
  return /* @__PURE__ */ jsxs(Icon, {
32441
- width: "32px",
32442
- height: "32px",
32443
- viewBox: "0 0 32 32",
32441
+ width: "70px",
32442
+ height: "70px",
32443
+ viewBox: "0 0 70 70",
32444
32444
  fill: "none",
32445
32445
  xmlns: "http://www.w3.org/2000/svg",
32446
32446
  children: [/* @__PURE__ */ jsxs("g", {
32447
- clipPath: `url(#${id2})`,
32447
+ clipPath: "url(#clip0_3171_3696)",
32448
32448
  children: [/* @__PURE__ */ jsx("path", {
32449
- d: "M20 1V9H28",
32450
- stroke: "#B0CFE0",
32451
- strokeWidth: "2",
32449
+ d: "M43.75 2.1875V19.6875H61.25",
32450
+ stroke: "white",
32451
+ strokeWidth: "4",
32452
32452
  strokeMiterlimit: "10"
32453
32453
  }), /* @__PURE__ */ jsx("path", {
32454
- d: "M28 13V9L20 1H4V13",
32455
- stroke: "#B0CFE0",
32456
- strokeWidth: "2",
32454
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
32455
+ stroke: "white",
32456
+ strokeWidth: "4",
32457
32457
  strokeMiterlimit: "10",
32458
32458
  strokeLinecap: "square"
32459
32459
  }), /* @__PURE__ */ jsx("path", {
32460
- d: "M4 27V31H28V27",
32461
- stroke: "#B0CFE0",
32462
- strokeWidth: "2",
32460
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
32461
+ stroke: "white",
32462
+ strokeWidth: "4",
32463
32463
  strokeMiterlimit: "10",
32464
32464
  strokeLinecap: "square"
32465
32465
  }), /* @__PURE__ */ jsx("path", {
32466
- d: "M13 23L12.7 21.9H10.8L10.6 23H8.90002L10.8 17.3H12.9L14.8 23H13ZM12.4 20.7L12.2 19.8C12.1 19.6 12.1 19.3 12 19C11.9 18.7 11.9 18.4 11.8 18.3C11.8 18.4 11.7 18.7 11.7 19C11.7 19.3 11.5 19.9 11.2 20.8H12.4V20.7Z",
32467
- fill: "#B0CFE0"
32466
+ d: "M28.4375 50.3125L27.7812 47.9063H23.625L23.1875 50.3125H19.4688L23.625 37.8438H28.2188L32.375 50.3125H28.4375ZM27.125 45.2813L26.6875 43.3125C26.4688 42.875 26.4688 42.2188 26.25 41.5625C26.0313 40.9063 26.0313 40.25 25.8125 40.0312C25.8125 40.25 25.5938 40.9063 25.5938 41.5625C25.5938 42.2188 25.1563 43.5312 24.5 45.5H27.125V45.2813Z",
32467
+ fill: "white"
32468
32468
  }), /* @__PURE__ */ jsx("path", {
32469
- d: "M18.6 17.3H20.3L18.4 23H16.6L14.7 17.3H16.4L17.2 20.2C17.4 20.8 17.4 21.3 17.5 21.5C17.5 21.3 17.6 21.1 17.6 20.8C17.6 20.5 17.7 20.3 17.7 20.2L18.6 17.3Z",
32470
- fill: "#B0CFE0"
32469
+ d: "M40.6875 37.8438H44.4062L40.25 50.3125H36.3125L32.1562 37.8438H35.875L37.625 44.1875C38.0625 45.5 38.0625 46.5938 38.2813 47.0313C38.2813 46.5938 38.5 46.1562 38.5 45.5C38.5 44.8438 38.7188 44.4063 38.7188 44.1875L40.6875 37.8438Z",
32470
+ fill: "white"
32471
32471
  }), /* @__PURE__ */ jsx("path", {
32472
- d: "M20.9 23V17.3H22.5V23H20.9Z",
32473
- fill: "#B0CFE0"
32472
+ d: "M45.7188 50.3125V37.8438H49.2188V50.3125H45.7188Z",
32473
+ fill: "white"
32474
32474
  }), /* @__PURE__ */ jsx("path", {
32475
- d: "M31 13H1V27H31V13Z",
32476
- stroke: "#B0CFE0",
32477
- strokeWidth: "2",
32475
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
32476
+ stroke: "white",
32477
+ strokeWidth: "4",
32478
32478
  strokeMiterlimit: "10",
32479
32479
  strokeLinecap: "square"
32480
32480
  })]
@@ -32482,8 +32482,8 @@ const Avi = () => {
32482
32482
  children: /* @__PURE__ */ jsx("clipPath", {
32483
32483
  id: id2,
32484
32484
  children: /* @__PURE__ */ jsx("rect", {
32485
- width: "32",
32486
- height: "32",
32485
+ width: "70px",
32486
+ height: "70px",
32487
32487
  fill: "white"
32488
32488
  })
32489
32489
  })
@@ -32493,43 +32493,43 @@ const Avi = () => {
32493
32493
  const Csv = () => {
32494
32494
  const id2 = `clip${uniqueId()}`;
32495
32495
  return /* @__PURE__ */ jsxs(Icon, {
32496
- width: "32px",
32497
- height: "32px",
32498
- viewBox: "0 0 32 32",
32496
+ width: "70px",
32497
+ height: "70px",
32498
+ viewBox: "0 0 70 70",
32499
32499
  fill: "none",
32500
32500
  xmlns: "http://www.w3.org/2000/svg",
32501
32501
  children: [/* @__PURE__ */ jsxs("g", {
32502
- clipPath: `url(#${id2})`,
32502
+ clipPath: "url(#clip0_3171_3654)",
32503
32503
  children: [/* @__PURE__ */ jsx("path", {
32504
- d: "M20 1V9H28",
32505
- stroke: "#B0CFE0",
32506
- strokeWidth: "2",
32504
+ d: "M43.75 2.1875V19.6875H61.25",
32505
+ stroke: "white",
32506
+ strokeWidth: "4",
32507
32507
  strokeMiterlimit: "10"
32508
32508
  }), /* @__PURE__ */ jsx("path", {
32509
- d: "M28 13V9L20 1H4V13",
32510
- stroke: "#B0CFE0",
32511
- strokeWidth: "2",
32509
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
32510
+ stroke: "white",
32511
+ strokeWidth: "4",
32512
32512
  strokeMiterlimit: "10",
32513
32513
  strokeLinecap: "square"
32514
32514
  }), /* @__PURE__ */ jsx("path", {
32515
- d: "M4 27V31H28V27",
32516
- stroke: "#B0CFE0",
32517
- strokeWidth: "2",
32515
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
32516
+ stroke: "white",
32517
+ strokeWidth: "4",
32518
32518
  strokeMiterlimit: "10",
32519
32519
  strokeLinecap: "square"
32520
32520
  }), /* @__PURE__ */ jsx("path", {
32521
- d: "M11.5 18.5C11.1 18.5 10.8 18.7 10.6 19C10.4 19.3 10.3 19.7 10.3 20.2C10.3 21.3 10.7 21.8 11.6 21.8C11.9 21.8 12.1 21.8 12.3 21.7C12.5 21.6 12.8 21.5 13 21.4V22.7C12.5 22.9 12 23 11.4 23C10.5 23 9.89995 22.8 9.39995 22.2C8.89995 21.6 8.69995 21 8.69995 20C8.69995 19.4 8.79995 18.9 8.99995 18.4C9.19995 17.9 9.49995 17.6 9.99995 17.4C10.5 17.2 10.9 17 11.5 17C12.1 17 12.7 17.1 13.3 17.4L12.8 18.6C12.6 18.5 12.4 18.4 12.2 18.4C12 18.4 11.7 18.5 11.5 18.5Z",
32522
- fill: "#B0CFE0"
32521
+ d: "M25.1563 40.4688C24.2813 40.4688 23.625 40.9062 23.1875 41.5625C22.75 42.2188 22.5313 43.0938 22.5313 44.1875C22.5313 46.5938 23.4063 47.6875 25.375 47.6875C26.0313 47.6875 26.4688 47.6875 26.9063 47.4688C27.3438 47.25 28 47.0312 28.4375 46.8125V49.6563C27.3438 50.0938 26.25 50.3125 24.9375 50.3125C22.9687 50.3125 21.6562 49.875 20.5625 48.5625C19.4687 47.25 19.0312 45.9375 19.0312 43.75C19.0312 42.4375 19.25 41.3437 19.6875 40.25C20.125 39.1562 20.7813 38.5 21.875 38.0625C22.9688 37.625 23.8438 37.1875 25.1563 37.1875C26.4688 37.1875 27.7813 37.4062 29.0938 38.0625L28 40.6875C27.5625 40.4688 27.125 40.25 26.6875 40.25C26.25 40.25 25.5938 40.4688 25.1563 40.4688Z",
32522
+ fill: "white"
32523
32523
  }), /* @__PURE__ */ jsx("path", {
32524
- d: "M17.9 21.3C17.9 21.7 17.8 22 17.6 22.2C17.4 22.4 17.2 22.7 16.8 22.8C16.4 22.9 16.1 23 15.6 23C15.2 23 14.9 23 14.6 22.9C14.3 22.8 14.1 22.8 13.8 22.6V21.2C14.1 21.4 14.4 21.5 14.7 21.6C15 21.7 15.3 21.7 15.6 21.7C15.8 21.7 16 21.7 16.1 21.6C16.2 21.5 16.3 21.4 16.3 21.3C16.3 21.2 16.3 21.2 16.2 21.1C16.1 21 16.1 21.1 16 21C15.9 20.9 15.7 20.8 15.2 20.6C14.8 20.4 14.5 20.3 14.4 20.1C14.3 19.9 14.1 19.8 14 19.6C13.9 19.4 13.9 19.2 13.9 18.9C13.9 18.4 14.1 18 14.5 17.7C14.9 17.4 15.4 17.3 16.1 17.3C16.7 17.3 17.3 17.4 17.9 17.7L17.4 18.9C16.9 18.7 16.4 18.5 16 18.5C15.8 18.5 15.7 18.5 15.6 18.6C15.5 18.7 15.5 18.8 15.5 18.9C15.5 19 15.6 19.1 15.7 19.2C15.8 19.3 16.1 19.4 16.6 19.7C17.1 19.9 17.4 20.2 17.6 20.4C17.8 20.6 17.9 20.9 17.9 21.3Z",
32525
- fill: "#B0CFE0"
32524
+ d: "M39.1562 46.5938C39.1562 47.4688 38.9375 48.125 38.5 48.5625C38.0625 49 37.625 49.6562 36.75 49.875C35.875 50.0938 35.2188 50.3125 34.125 50.3125C33.25 50.3125 32.5938 50.3125 31.9375 50.0938C31.2813 49.875 30.8438 49.875 30.1875 49.4375V46.375C30.8438 46.8125 31.5 47.0313 32.1562 47.25C32.8125 47.4688 33.4688 47.4688 34.125 47.4688C34.5625 47.4688 35 47.4688 35.2188 47.25C35.4375 47.0313 35.6562 46.8125 35.6562 46.5938C35.6562 46.375 35.6563 46.375 35.4375 46.1563C35.2188 45.9375 35.2187 46.1563 35 45.9375C34.7812 45.7188 34.3437 45.5 33.25 45.0625C32.375 44.625 31.7187 44.4063 31.5 43.9688C31.2812 43.5313 30.8437 43.3125 30.625 42.875C30.4062 42.4375 30.4062 42 30.4062 41.3438C30.4062 40.25 30.8437 39.375 31.7187 38.7188C32.5937 38.0625 33.6875 37.8438 35.2188 37.8438C36.5313 37.8438 37.8437 38.0625 39.1562 38.7188L38.0625 41.3438C36.9687 40.9063 35.875 40.4688 35 40.4688C34.5625 40.4688 34.3438 40.4688 34.125 40.6875C33.9063 40.9063 33.9062 41.125 33.9062 41.3438C33.9062 41.5625 34.125 41.7813 34.3437 42C34.5625 42.2188 35.2188 42.4375 36.3125 43.0938C37.4063 43.5313 38.0625 44.1875 38.5 44.625C38.9375 45.0625 39.1562 45.7188 39.1562 46.5938Z",
32525
+ fill: "white"
32526
32526
  }), /* @__PURE__ */ jsx("path", {
32527
- d: "M22 17.3H23.7L21.8 23H20L18.1 17.3H19.8L20.6 20.2C20.8 20.8 20.8 21.3 20.9 21.5C20.9 21.3 21 21.1 21 20.8C21 20.5 21.1 20.3 21.1 20.2L22 17.3Z",
32528
- fill: "#B0CFE0"
32527
+ d: "M48.125 37.8438H51.8438L47.6875 50.3125H43.75L39.5938 37.8438H43.3125L45.0625 44.1875C45.5 45.5 45.5 46.5938 45.7187 47.0313C45.7187 46.5938 45.9375 46.1562 45.9375 45.5C45.9375 44.8438 46.1562 44.4063 46.1562 44.1875L48.125 37.8438Z",
32528
+ fill: "white"
32529
32529
  }), /* @__PURE__ */ jsx("path", {
32530
- d: "M31 13H1V27H31V13Z",
32531
- stroke: "#B0CFE0",
32532
- strokeWidth: "2",
32530
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
32531
+ stroke: "white",
32532
+ strokeWidth: "4",
32533
32533
  strokeMiterlimit: "10",
32534
32534
  strokeLinecap: "square"
32535
32535
  })]
@@ -32537,8 +32537,8 @@ const Csv = () => {
32537
32537
  children: /* @__PURE__ */ jsx("clipPath", {
32538
32538
  id: id2,
32539
32539
  children: /* @__PURE__ */ jsx("rect", {
32540
- width: "32",
32541
- height: "32",
32540
+ width: "70px",
32541
+ height: "70px",
32542
32542
  fill: "white"
32543
32543
  })
32544
32544
  })
@@ -32548,43 +32548,43 @@ const Csv = () => {
32548
32548
  const Doc = () => {
32549
32549
  const id2 = `clip${uniqueId()}`;
32550
32550
  return /* @__PURE__ */ jsxs(Icon, {
32551
- width: "32px",
32552
- height: "32px",
32553
- viewBox: "0 0 32 32",
32551
+ width: "70px",
32552
+ height: "70px",
32553
+ viewBox: "0 0 70 70",
32554
32554
  fill: "none",
32555
32555
  xmlns: "http://www.w3.org/2000/svg",
32556
32556
  children: [/* @__PURE__ */ jsxs("g", {
32557
- clipPath: `url(#${id2})`,
32557
+ clipPath: "url(#clip0_3171_3668)",
32558
32558
  children: [/* @__PURE__ */ jsx("path", {
32559
- d: "M20 1V9H28",
32560
- stroke: "#B0CFE0",
32561
- strokeWidth: "2",
32559
+ d: "M43.75 2.1875V19.6875H61.25",
32560
+ stroke: "white",
32561
+ strokeWidth: "4",
32562
32562
  strokeMiterlimit: "10"
32563
32563
  }), /* @__PURE__ */ jsx("path", {
32564
- d: "M28 13V9L20 1H4V13",
32565
- stroke: "#B0CFE0",
32566
- strokeWidth: "2",
32564
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
32565
+ stroke: "white",
32566
+ strokeWidth: "4",
32567
32567
  strokeMiterlimit: "10",
32568
32568
  strokeLinecap: "square"
32569
32569
  }), /* @__PURE__ */ jsx("path", {
32570
- d: "M4 27V31H28V27",
32571
- stroke: "#B0CFE0",
32572
- strokeWidth: "2",
32570
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
32571
+ stroke: "white",
32572
+ strokeWidth: "4",
32573
32573
  strokeMiterlimit: "10",
32574
32574
  strokeLinecap: "square"
32575
32575
  }), /* @__PURE__ */ jsx("path", {
32576
- d: "M12.7 20C12.7 21 12.4 21.7 11.9 22.2C11.4 22.7 10.7 23 9.70002 23H7.90002V17.3H9.90002C10.8 17.3 11.5 17.5 12 18C12.5 18.5 12.7 19.1 12.7 20ZM11.1 20.1C11.1 19.6 11 19.2 10.8 18.9C10.6 18.6 10.3 18.5 9.90002 18.5H9.40002V21.7H9.70002C10.2 21.7 10.5 21.6 10.7 21.3C10.9 21 11.1 20.6 11.1 20.1Z",
32577
- fill: "#B0CFE0"
32576
+ d: "M27.7812 43.75C27.7812 45.9375 27.125 47.4688 26.0312 48.5625C24.9375 49.6563 23.4062 50.3125 21.2187 50.3125H17.2812V37.8438H21.6562C23.625 37.8438 25.1562 38.2813 26.25 39.375C27.3438 40.4688 27.7812 41.7813 27.7812 43.75ZM24.2813 43.9688C24.2813 42.875 24.0625 42 23.625 41.3438C23.1875 40.6875 22.5312 40.4688 21.6562 40.4688H20.5625V47.4688H21.2187C22.3125 47.4688 22.9687 47.25 23.4062 46.5938C23.8437 45.9375 24.2813 45.0625 24.2813 43.9688Z",
32577
+ fill: "white"
32578
32578
  }), /* @__PURE__ */ jsx("path", {
32579
- d: "M19.1 20.1C19.1 21.1 18.9 21.8 18.4 22.3C17.9 22.8 17.2 23.1 16.3 23.1C15.4 23.1 14.7 22.8 14.2 22.3C13.7 21.8 13.5 21.1 13.5 20.1C13.5 19.1 13.7 18.4 14.2 17.9C14.7 17.4 15.4 17.1 16.3 17.1C17.2 17.1 17.9 17.3 18.4 17.8C18.9 18.3 19.1 19.2 19.1 20.1ZM15.2 20.1C15.2 21.2 15.6 21.8 16.4 21.8C16.8 21.8 17.1 21.7 17.3 21.4C17.5 21.1 17.6 20.7 17.6 20.1C17.6 19.5 17.5 19.1 17.3 18.8C17.1 18.5 16.8 18.4 16.4 18.4C15.6 18.5 15.2 19 15.2 20.1Z",
32580
- fill: "#B0CFE0"
32579
+ d: "M41.7813 43.9688C41.7813 46.1562 41.3437 47.6875 40.25 48.7812C39.1562 49.875 37.625 50.5312 35.6562 50.5312C33.6875 50.5312 32.1562 49.875 31.0625 48.7812C29.9687 47.6875 29.5312 46.1562 29.5312 43.9688C29.5312 41.7812 29.9687 40.25 31.0625 39.1562C32.1562 38.0625 33.6875 37.4062 35.6562 37.4062C37.625 37.4062 39.1562 37.8437 40.25 38.9375C41.3437 40.0312 41.7813 42 41.7813 43.9688ZM33.25 43.9688C33.25 46.375 34.125 47.6875 35.875 47.6875C36.75 47.6875 37.4062 47.4687 37.8437 46.8125C38.2812 46.1562 38.5 45.2812 38.5 43.9688C38.5 42.6562 38.2812 41.7812 37.8437 41.125C37.4062 40.4687 36.75 40.25 35.875 40.25C34.125 40.4687 33.25 41.5625 33.25 43.9688Z",
32580
+ fill: "white"
32581
32581
  }), /* @__PURE__ */ jsx("path", {
32582
- d: "M22.7 18.5C22.3 18.5 22 18.7 21.8 19C21.6 19.3 21.5 19.7 21.5 20.2C21.5 21.3 21.9 21.8 22.8 21.8C23.1 21.8 23.3 21.8 23.5 21.7C23.7 21.6 24 21.5 24.2 21.4V22.7C23.7 22.9 23.2 23 22.6 23C21.7 23 21.1 22.8 20.6 22.2C20.1 21.6 19.9 21 19.9 20C19.9 19.4 20 18.9 20.2 18.4C20.4 17.9 20.7 17.6 21.2 17.4C21.7 17.2 22.1 17 22.7 17C23.3 17 23.9 17.1 24.5 17.4L24 18.8C23.8 18.7 23.6 18.6 23.4 18.6C23.2 18.6 22.9 18.5 22.7 18.5Z",
32583
- fill: "#B0CFE0"
32582
+ d: "M49.6563 40.4688C48.7813 40.4688 48.125 40.9062 47.6875 41.5625C47.25 42.2188 47.0313 43.0938 47.0313 44.1875C47.0313 46.5938 47.9062 47.6875 49.875 47.6875C50.5312 47.6875 50.9688 47.6875 51.4063 47.4688C51.8438 47.25 52.5 47.0312 52.9375 46.8125V49.6563C51.8438 50.0938 50.75 50.3125 49.4375 50.3125C47.4688 50.3125 46.1563 49.875 45.0625 48.5625C43.9688 47.25 43.5312 45.9375 43.5312 43.75C43.5312 42.4375 43.75 41.3437 44.1875 40.25C44.625 39.1562 45.2813 38.5 46.375 38.0625C47.4688 37.625 48.3438 37.1875 49.6563 37.1875C50.9688 37.1875 52.2813 37.4062 53.5938 38.0625L52.5 41.125C52.0625 40.9062 51.625 40.6875 51.1875 40.6875C50.75 40.6875 50.0938 40.4688 49.6563 40.4688Z",
32583
+ fill: "white"
32584
32584
  }), /* @__PURE__ */ jsx("path", {
32585
- d: "M31 13H1V27H31V13Z",
32586
- stroke: "#B0CFE0",
32587
- strokeWidth: "2",
32585
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
32586
+ stroke: "white",
32587
+ strokeWidth: "4",
32588
32588
  strokeMiterlimit: "10",
32589
32589
  strokeLinecap: "square"
32590
32590
  })]
@@ -32592,8 +32592,8 @@ const Doc = () => {
32592
32592
  children: /* @__PURE__ */ jsx("clipPath", {
32593
32593
  id: id2,
32594
32594
  children: /* @__PURE__ */ jsx("rect", {
32595
- width: "32",
32596
- height: "32",
32595
+ width: "70px",
32596
+ height: "70px",
32597
32597
  fill: "white"
32598
32598
  })
32599
32599
  })
@@ -32603,46 +32603,46 @@ const Doc = () => {
32603
32603
  const Docx = () => {
32604
32604
  const id2 = `clip${uniqueId()}`;
32605
32605
  return /* @__PURE__ */ jsxs(Icon, {
32606
- width: "32px",
32607
- height: "32px",
32608
- viewBox: "0 0 32 32",
32606
+ width: "70px",
32607
+ height: "70px",
32608
+ viewBox: "0 0 70 70",
32609
32609
  fill: "none",
32610
32610
  xmlns: "http://www.w3.org/2000/svg",
32611
32611
  children: [/* @__PURE__ */ jsxs("g", {
32612
- clipPath: `url(#${id2})`,
32612
+ clipPath: "url(#clip0_3171_3752)",
32613
32613
  children: [/* @__PURE__ */ jsx("path", {
32614
- d: "M20 1V9H28",
32615
- stroke: "#B0CFE0",
32616
- strokeWidth: "2",
32614
+ d: "M43.75 2.1875V19.6875H61.25",
32615
+ stroke: "white",
32616
+ strokeWidth: "4",
32617
32617
  strokeMiterlimit: "10"
32618
32618
  }), /* @__PURE__ */ jsx("path", {
32619
- d: "M28 13V9L20 1H4V13",
32620
- stroke: "#B0CFE0",
32621
- strokeWidth: "2",
32619
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
32620
+ stroke: "white",
32621
+ strokeWidth: "4",
32622
32622
  strokeMiterlimit: "10",
32623
32623
  strokeLinecap: "square"
32624
32624
  }), /* @__PURE__ */ jsx("path", {
32625
- d: "M4 27V31H28V27",
32626
- stroke: "#B0CFE0",
32627
- strokeWidth: "2",
32625
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
32626
+ stroke: "white",
32627
+ strokeWidth: "4",
32628
32628
  strokeMiterlimit: "10",
32629
32629
  strokeLinecap: "square"
32630
32630
  }), /* @__PURE__ */ jsx("path", {
32631
- d: "M9.9 20C9.9 21 9.6 21.7 9.1 22.2C8.6 22.7 7.8 23 6.9 23H5V17.3H7C7.9 17.3 8.6 17.5 9.1 18C9.6 18.5 9.9 19.1 9.9 20ZM8.3 20.1C8.3 19.6 8.2 19.2 8 18.9C7.8 18.6 7.4 18.5 7 18.5H6.5V21.7H6.8C7.3 21.7 7.6 21.6 7.8 21.3C8 21 8.3 20.6 8.3 20.1Z",
32632
- fill: "#B0CFE0"
32631
+ d: "M21.6562 43.75C21.6562 45.9375 21 47.4688 19.9063 48.5625C18.8125 49.6563 17.0625 50.3125 15.0938 50.3125H10.9375V37.8438H15.3125C17.2812 37.8438 18.8125 38.2813 19.9063 39.375C21 40.4688 21.6562 41.7813 21.6562 43.75ZM18.1563 43.9688C18.1563 42.875 17.9375 42 17.5 41.3438C17.0625 40.6875 16.1875 40.4688 15.3125 40.4688H14.2188V47.4688H14.875C15.9688 47.4688 16.625 47.25 17.0625 46.5938C17.5 45.9375 18.1563 45.0625 18.1563 43.9688Z",
32632
+ fill: "white"
32633
32633
  }), /* @__PURE__ */ jsx("path", {
32634
- d: "M16.2 20.1C16.2 21.1 16 21.8 15.5 22.3C15 22.8 14.3 23.1 13.4 23.1C12.5 23.1 11.8 22.8 11.3 22.3C10.8 21.8 10.6 21.1 10.6 20.1C10.6 19.1 10.8 18.4 11.3 17.9C11.8 17.4 12.5 17.1 13.4 17.1C14.3 17.1 15 17.3 15.5 17.8C16 18.3 16.2 19.2 16.2 20.1ZM12.3 20.1C12.3 21.2 12.7 21.8 13.5 21.8C13.9 21.8 14.2 21.7 14.4 21.4C14.6 21.1 14.7 20.7 14.7 20.1C14.7 19.5 14.6 19.1 14.4 18.8C14.2 18.5 13.9 18.4 13.5 18.4C12.7 18.5 12.3 19 12.3 20.1Z",
32635
- fill: "#B0CFE0"
32634
+ d: "M35.4375 43.9688C35.4375 46.1562 35 47.6875 33.9062 48.7812C32.8125 49.875 31.2812 50.5312 29.3125 50.5312C27.3437 50.5312 25.8125 49.875 24.7187 48.7812C23.625 47.6875 23.1875 46.1562 23.1875 43.9688C23.1875 41.7812 23.625 40.25 24.7187 39.1562C25.8125 38.0625 27.3437 37.4062 29.3125 37.4062C31.2812 37.4062 32.8125 37.8437 33.9062 38.9375C35 40.0312 35.4375 42 35.4375 43.9688ZM26.9062 43.9688C26.9062 46.375 27.7812 47.6875 29.5312 47.6875C30.4062 47.6875 31.0625 47.4687 31.5 46.8125C31.9375 46.1562 32.1562 45.2812 32.1562 43.9688C32.1562 42.6562 31.9375 41.7812 31.5 41.125C31.0625 40.4687 30.4062 40.25 29.5312 40.25C27.7812 40.4687 26.9062 41.5625 26.9062 43.9688Z",
32635
+ fill: "white"
32636
32636
  }), /* @__PURE__ */ jsx("path", {
32637
- d: "M19.8 18.5C19.4 18.5 19.1 18.7 18.9 19C18.7 19.3 18.6 19.7 18.6 20.2C18.6 21.3 19 21.8 19.9 21.8C20.2 21.8 20.4 21.8 20.6 21.7C20.8 21.6 21.1 21.5 21.3 21.4V22.7C20.8 22.9 20.3 23 19.7 23C18.8 23 18.2 22.8 17.7 22.2C17.2 21.6 17 21.1 17 20.2C17 19.6 17.1 19.1 17.3 18.6C17.5 18.1 17.8 17.8 18.3 17.6C18.8 17.4 19.2 17.2 19.8 17.2C20.4 17.2 21 17.3 21.6 17.6L21.1 18.8C20.9 18.7 20.7 18.6 20.5 18.6C20.3 18.6 20 18.5 19.8 18.5Z",
32638
- fill: "#B0CFE0"
32637
+ d: "M43.3125 40.4687C42.4375 40.4687 41.7812 40.9062 41.3437 41.5625C40.9062 42.2187 40.6875 43.0938 40.6875 44.1875C40.6875 46.5938 41.5625 47.6875 43.5312 47.6875C44.1875 47.6875 44.625 47.6875 45.0625 47.4688C45.5 47.25 46.1562 47.0312 46.5937 46.8125V49.6562C45.5 50.0938 44.4063 50.3125 43.0938 50.3125C41.125 50.3125 39.8125 49.875 38.7188 48.5625C37.625 47.25 37.1875 46.1562 37.1875 44.1875C37.1875 42.875 37.4062 41.7812 37.8437 40.6875C38.2812 39.5937 38.9375 38.9375 40.0312 38.5C41.125 38.0625 42 37.625 43.3125 37.625C44.625 37.625 45.9375 37.8437 47.25 38.5L46.1563 41.125C45.7188 40.9062 45.2812 40.6875 44.8438 40.6875C44.4062 40.6875 43.75 40.4687 43.3125 40.4687Z",
32638
+ fill: "white"
32639
32639
  }), /* @__PURE__ */ jsx("path", {
32640
- d: "M27.6 23H25.8L24.7 21.2L23.6 23H21.9L23.8 20.1L22 17.3H23.7L24.7 19.1L25.7 17.3H27.5L25.7 20.2L27.6 23Z",
32641
- fill: "#B0CFE0"
32640
+ d: "M60.375 50.3125H56.4375L54.0313 46.375L51.625 50.3125H47.9062L52.0625 43.9688L48.125 37.8438H51.8438L54.0313 41.7813L56.2188 37.8438H60.1563L56.2188 44.1875L60.375 50.3125Z",
32641
+ fill: "white"
32642
32642
  }), /* @__PURE__ */ jsx("path", {
32643
- d: "M31 13H1V27H31V13Z",
32644
- stroke: "#B0CFE0",
32645
- strokeWidth: "2",
32643
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
32644
+ stroke: "white",
32645
+ strokeWidth: "4",
32646
32646
  strokeMiterlimit: "10",
32647
32647
  strokeLinecap: "square"
32648
32648
  })]
@@ -32650,8 +32650,8 @@ const Docx = () => {
32650
32650
  children: /* @__PURE__ */ jsx("clipPath", {
32651
32651
  id: id2,
32652
32652
  children: /* @__PURE__ */ jsx("rect", {
32653
- width: "32",
32654
- height: "32",
32653
+ width: "70px",
32654
+ height: "70px",
32655
32655
  fill: "white"
32656
32656
  })
32657
32657
  })
@@ -32661,43 +32661,43 @@ const Docx = () => {
32661
32661
  const Gif = () => {
32662
32662
  const id2 = `clip${uniqueId()}`;
32663
32663
  return /* @__PURE__ */ jsxs(Icon, {
32664
- width: "32px",
32665
- height: "32px",
32666
- viewBox: "0 0 32 32",
32664
+ width: "70px",
32665
+ height: "70px",
32666
+ viewBox: "0 0 70 70",
32667
32667
  fill: "none",
32668
32668
  xmlns: "http://www.w3.org/2000/svg",
32669
32669
  children: [/* @__PURE__ */ jsxs("g", {
32670
- clipPath: `url(#${id2})`,
32670
+ clipPath: "url(#clip0_3171_3597)",
32671
32671
  children: [/* @__PURE__ */ jsx("path", {
32672
- d: "M20 1V9H28",
32673
- stroke: "#B0CFE0",
32674
- strokeWidth: "2",
32672
+ d: "M43.75 2.1875V19.6875H61.25",
32673
+ stroke: "white",
32674
+ strokeWidth: "4",
32675
32675
  strokeMiterlimit: "10"
32676
32676
  }), /* @__PURE__ */ jsx("path", {
32677
- d: "M28 13V9L20 1H4V13",
32678
- stroke: "#B0CFE0",
32679
- strokeWidth: "2",
32677
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
32678
+ stroke: "white",
32679
+ strokeWidth: "4",
32680
32680
  strokeMiterlimit: "10",
32681
32681
  strokeLinecap: "square"
32682
32682
  }), /* @__PURE__ */ jsx("path", {
32683
- d: "M4 27V31H28V27",
32684
- stroke: "#B0CFE0",
32685
- strokeWidth: "2",
32683
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
32684
+ stroke: "white",
32685
+ strokeWidth: "4",
32686
32686
  strokeMiterlimit: "10",
32687
32687
  strokeLinecap: "square"
32688
32688
  }), /* @__PURE__ */ jsx("path", {
32689
- d: "M12.4 19.7H14.9V22.8C14.2 23 13.5 23.1 12.7 23.1C11.8 23.1 11.1 22.8 10.7 22.3C10.3 21.8 10 21.1 10 20.1C10 19.2 10.3 18.5 10.8 17.9C11.3 17.3 12.1 17.1 13 17.1C13.4 17.1 13.7 17.1 14 17.2C14.3 17.3 14.6 17.4 14.8 17.5L14.3 18.7C13.9 18.5 13.4 18.4 12.9 18.4C12.4 18.4 12.1 18.5 11.9 18.8C11.7 19.1 11.5 19.5 11.5 20.1C11.5 20.6 11.6 21 11.8 21.3C12 21.6 12.3 21.7 12.8 21.7C13 21.7 13.2 21.7 13.4 21.6V20.7H12.4V19.7Z",
32690
- fill: "#B0CFE0"
32689
+ d: "M27.125 43.0938H32.5937V49.875C31.0625 50.3125 29.5312 50.5312 27.7812 50.5312C25.8125 50.5312 24.2812 49.875 23.4062 48.7812C22.5312 47.6875 21.875 46.1562 21.875 43.9688C21.875 42 22.5313 40.4687 23.625 39.1562C24.7188 37.8437 26.4688 37.4062 28.4375 37.4062C29.3125 37.4062 29.9688 37.4063 30.625 37.625C31.2812 37.8438 31.9375 38.0625 32.375 38.2812L31.2812 40.9063C30.4062 40.4688 29.3125 40.25 28.2187 40.25C27.125 40.25 26.4687 40.4687 26.0312 41.125C25.5937 41.7812 25.1562 42.6562 25.1562 43.9688C25.1562 45.0625 25.375 45.9375 25.8125 46.5937C26.25 47.25 26.9063 47.4688 28 47.4688C28.4375 47.4688 28.875 47.4688 29.3125 47.25V45.2813H27.125V43.0938Z",
32690
+ fill: "white"
32691
32691
  }), /* @__PURE__ */ jsx("path", {
32692
- d: "M16 23V17.3H17.6V23H16Z",
32693
- fill: "#B0CFE0"
32692
+ d: "M35 50.3125V37.8438H38.5V50.3125H35Z",
32693
+ fill: "white"
32694
32694
  }), /* @__PURE__ */ jsx("path", {
32695
- d: "M20.3 23H18.8V17.3H22.2001V18.5H20.3V19.6H22V20.8H20.3V23Z",
32696
- fill: "#B0CFE0"
32695
+ d: "M44.4062 50.3125H41.125V37.8438H48.5625V40.4688H44.4062V42.875H48.125V45.5H44.4062V50.3125Z",
32696
+ fill: "white"
32697
32697
  }), /* @__PURE__ */ jsx("path", {
32698
- d: "M31 13H1V27H31V13Z",
32699
- stroke: "#B0CFE0",
32700
- strokeWidth: "2",
32698
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
32699
+ stroke: "white",
32700
+ strokeWidth: "4",
32701
32701
  strokeMiterlimit: "10",
32702
32702
  strokeLinecap: "square"
32703
32703
  })]
@@ -32705,8 +32705,8 @@ const Gif = () => {
32705
32705
  children: /* @__PURE__ */ jsx("clipPath", {
32706
32706
  id: id2,
32707
32707
  children: /* @__PURE__ */ jsx("rect", {
32708
- width: "32",
32709
- height: "32",
32708
+ width: "70px",
32709
+ height: "70px",
32710
32710
  fill: "white"
32711
32711
  })
32712
32712
  })
@@ -32760,46 +32760,46 @@ const Icons = ({
32760
32760
  const Jpeg = () => {
32761
32761
  const id2 = `clip${uniqueId()}`;
32762
32762
  return /* @__PURE__ */ jsxs(Icon, {
32763
- width: "32px",
32764
- height: "32px",
32765
- viewBox: "0 0 32 32",
32763
+ width: "70px",
32764
+ height: "70px",
32765
+ viewBox: "0 0 70 70",
32766
32766
  fill: "none",
32767
32767
  xmlns: "http://www.w3.org/2000/svg",
32768
32768
  children: [/* @__PURE__ */ jsxs("g", {
32769
- clipPath: `url(#${id2})`,
32769
+ clipPath: "url(#clip0_3171_3582)",
32770
32770
  children: [/* @__PURE__ */ jsx("path", {
32771
- d: "M20 1V9H28",
32772
- stroke: "#B0CFE0",
32773
- strokeWidth: "2",
32771
+ d: "M43.75 2.1875V19.6875H61.25",
32772
+ stroke: "white",
32773
+ strokeWidth: "4",
32774
32774
  strokeMiterlimit: "10"
32775
32775
  }), /* @__PURE__ */ jsx("path", {
32776
- d: "M28 13V9L20 1H4V13",
32777
- stroke: "#B0CFE0",
32778
- strokeWidth: "2",
32776
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
32777
+ stroke: "white",
32778
+ strokeWidth: "4",
32779
32779
  strokeMiterlimit: "10",
32780
32780
  strokeLinecap: "square"
32781
32781
  }), /* @__PURE__ */ jsx("path", {
32782
- d: "M4 27V31H28V27",
32783
- stroke: "#B0CFE0",
32784
- strokeWidth: "2",
32782
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
32783
+ stroke: "white",
32784
+ strokeWidth: "4",
32785
32785
  strokeMiterlimit: "10",
32786
32786
  strokeLinecap: "square"
32787
32787
  }), /* @__PURE__ */ jsx("path", {
32788
- d: "M7.8 24.8C7.5 24.8 7.3 24.8 7 24.7V23.5C7.1 23.5 7.2 23.5 7.3 23.6C7.4 23.7 7.5 23.6 7.6 23.6C7.9 23.6 8 23.5 8.1 23.4C8.2 23.3 8.3 23 8.3 22.6V17.3H9.9V22.5C9.9 23.3 9.7 23.9 9.4 24.3C9.1 24.7 8.4 24.8 7.8 24.8Z",
32789
- fill: "#B0CFE0"
32788
+ d: "M17.0625 54.25C16.4063 54.25 15.9688 54.25 15.3125 54.0313V51.4063C15.5312 51.4063 15.75 51.4063 15.9688 51.625C16.1875 51.8438 16.4063 51.625 16.625 51.625C17.2813 51.625 17.5 51.4063 17.7188 51.1875C17.9375 50.9688 18.1563 50.3125 18.1563 49.4375V37.8438H21.6562V49.2188C21.6562 50.9688 21.2187 52.2812 20.5625 53.1562C19.9062 54.0312 18.375 54.25 17.0625 54.25Z",
32789
+ fill: "white"
32790
32790
  }), /* @__PURE__ */ jsx("path", {
32791
- d: "M15.2001 19.1C15.2001 19.7 15.0001 20.2 14.6001 20.6C14.2001 21 13.7001 21.1 13.0001 21.1H12.6001V23H11.1001V17.3H13.1001C13.8001 17.3 14.4001 17.5 14.7001 17.8C15.0001 18.1 15.2001 18.5 15.2001 19.1ZM12.6001 19.8H12.9001C13.1001 19.8 13.3001 19.7 13.5001 19.6C13.7001 19.5 13.7001 19.3 13.7001 19.1C13.7001 18.7 13.5001 18.5 13.1001 18.5H12.7001V19.8H12.6001Z",
32792
- fill: "#B0CFE0"
32791
+ d: "M33.2502 41.7813C33.2502 43.0938 32.8127 44.1875 31.9377 45.0625C31.0627 45.9375 29.969 46.1563 28.4377 46.1563H27.5627V50.3125H24.2815V37.8438H28.6565C30.1877 37.8438 31.5002 38.2812 32.1565 38.9375C32.8127 39.5938 33.2502 40.4688 33.2502 41.7813ZM27.5627 43.3125H28.219C28.6565 43.3125 29.094 43.0938 29.5315 42.875C29.969 42.6563 29.969 42.2188 29.969 41.7813C29.969 40.9063 29.5315 40.4688 28.6565 40.4688H27.7815V43.3125H27.5627Z",
32792
+ fill: "white"
32793
32793
  }), /* @__PURE__ */ jsx("path", {
32794
- d: "M22.9 19.7H25.4V22.8C24.7 23 24 23.1 23.2 23.1C22.3 23.1 21.6 22.8 21.2 22.3C20.8 21.8 20.5 21.1 20.5 20.1C20.5 19.2 20.8 18.5 21.3 17.9C21.8 17.3 22.6 17.1 23.5 17.1C23.9 17.1 24.2 17.1 24.5 17.2C24.8 17.3 25.1 17.4 25.3 17.5L24.8 18.7C24.4 18.5 23.9 18.4 23.4 18.4C22.9 18.4 22.6 18.5 22.4 18.8C22.2 19.1 22 19.6 22 20.2C22 20.7 22.1 21.1 22.3 21.4C22.5 21.7 22.8 21.8 23.3 21.8C23.5 21.8 23.7 21.8 23.9 21.7V20.8H22.9V19.7Z",
32795
- fill: "#B0CFE0"
32794
+ d: "M50.0937 43.0938H55.5625V49.875C54.0312 50.3125 52.5 50.5312 50.75 50.5312C48.7813 50.5312 47.25 49.875 46.375 48.7812C45.5 47.6875 44.8438 46.1562 44.8438 43.9688C44.8438 42 45.5 40.4687 46.5937 39.1562C47.6875 37.8437 49.4375 37.4062 51.4062 37.4062C52.2812 37.4062 52.9375 37.4063 53.5938 37.625C54.25 37.8438 54.9062 38.0625 55.3437 38.2812L54.25 40.9063C53.375 40.4688 52.2812 40.25 51.1875 40.25C50.0937 40.25 49.4375 40.4687 49 41.125C48.5625 41.7812 48.125 42.875 48.125 44.1875C48.125 45.2813 48.3437 46.1562 48.7812 46.8125C49.2187 47.4687 49.875 47.6875 50.9687 47.6875C51.4062 47.6875 51.8437 47.6875 52.2812 47.4688V45.5H50.0937V43.0938Z",
32795
+ fill: "white"
32796
32796
  }), /* @__PURE__ */ jsx("path", {
32797
- d: "M19.4 23H16V17.3H19.4V18.5H17.6V19.4H19.3V20.6H17.6V21.7H19.4V23Z",
32798
- fill: "#B0CFE0"
32797
+ d: "M42.4375 50.3125H35V37.8438H42.4375V40.4688H38.5V42.4375H42.2187V45.0625H38.5V47.4688H42.4375V50.3125Z",
32798
+ fill: "white"
32799
32799
  }), /* @__PURE__ */ jsx("path", {
32800
- d: "M31 13H1V27H31V13Z",
32801
- stroke: "#B0CFE0",
32802
- strokeWidth: "2",
32800
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
32801
+ stroke: "white",
32802
+ strokeWidth: "4",
32803
32803
  strokeMiterlimit: "10",
32804
32804
  strokeLinecap: "square"
32805
32805
  })]
@@ -32807,8 +32807,8 @@ const Jpeg = () => {
32807
32807
  children: /* @__PURE__ */ jsx("clipPath", {
32808
32808
  id: id2,
32809
32809
  children: /* @__PURE__ */ jsx("rect", {
32810
- width: "32",
32811
- height: "32",
32810
+ width: "70px",
32811
+ height: "70px",
32812
32812
  fill: "white"
32813
32813
  })
32814
32814
  })
@@ -32816,87 +32816,100 @@ const Jpeg = () => {
32816
32816
  });
32817
32817
  };
32818
32818
  const Jpg = () => {
32819
+ const id2 = `clip${uniqueId()}`;
32819
32820
  return /* @__PURE__ */ jsxs(Icon, {
32820
- width: "32px",
32821
- height: "32px",
32822
- viewBox: "0 0 32 32",
32821
+ width: "70px",
32822
+ height: "70px",
32823
+ viewBox: "0 0 70 70",
32823
32824
  fill: "none",
32824
32825
  xmlns: "http://www.w3.org/2000/svg",
32825
- children: [/* @__PURE__ */ jsx("path", {
32826
- d: "M20 1V9H28",
32827
- stroke: "#B0CFE0",
32828
- strokeWidth: "2",
32829
- strokeMiterlimit: "10"
32830
- }), /* @__PURE__ */ jsx("path", {
32831
- d: "M28 13V9L20 1H4V13",
32832
- stroke: "#B0CFE0",
32833
- strokeWidth: "2",
32834
- strokeMiterlimit: "10",
32835
- strokeLinecap: "square"
32836
- }), /* @__PURE__ */ jsx("path", {
32837
- d: "M4 27V31H28V27",
32838
- stroke: "#B0CFE0",
32839
- strokeWidth: "2",
32840
- strokeMiterlimit: "10",
32841
- strokeLinecap: "square"
32842
- }), /* @__PURE__ */ jsx("path", {
32843
- d: "M9.3 24.8C9 24.8 8.8 24.8 8.5 24.7V23.5C8.6 23.5 8.7 23.5 8.8 23.6C8.9 23.7 9 23.6 9.1 23.6C9.4 23.6 9.5 23.5 9.6 23.4C9.7 23.3 9.8 23 9.8 22.6V17.3H11.4V22.5C11.4 23.3 11.2 23.9 10.9 24.3C10.6 24.7 9.9 24.8 9.3 24.8Z",
32844
- fill: "#B0CFE0"
32845
- }), /* @__PURE__ */ jsx("path", {
32846
- d: "M16.7 19.1C16.7 19.7 16.5 20.2 16.1 20.6C15.7 21 15.2 21.1 14.5 21.1H14.1V23H12.6V17.3H14.6C15.3 17.3 15.9 17.5 16.2 17.8C16.5 18.1 16.7 18.5 16.7 19.1ZM14.1 19.8H14.4C14.6 19.8 14.8 19.7 15 19.6C15.2 19.5 15.2 19.3 15.2 19.1C15.2 18.7 15 18.5 14.6 18.5H14.2V19.8H14.1Z",
32847
- fill: "#B0CFE0"
32848
- }), /* @__PURE__ */ jsx("path", {
32849
- d: "M19.9 19.7H22.4V22.8C21.7 23 21 23.1 20.2 23.1C19.3 23.1 18.6 22.8 18.2 22.3C17.8 21.8 17.5 21.1 17.5 20.1C17.5 19.2 17.8 18.5 18.3 17.9C18.8 17.3 19.6 17.1 20.5 17.1C20.9 17.1 21.2 17.1 21.5 17.2C21.8 17.3 22.1 17.4 22.3 17.5L21.8 18.7C21.4 18.5 20.9 18.4 20.4 18.4C19.9 18.4 19.6 18.5 19.4 18.8C19.2 19.1 19 19.6 19 20.2C19 20.7 19.1 21.1 19.3 21.4C19.5 21.7 19.8 21.8 20.3 21.8C20.5 21.8 20.7 21.8 20.9 21.7V20.8H19.9V19.7Z",
32850
- fill: "#B0CFE0"
32851
- }), /* @__PURE__ */ jsx("path", {
32852
- d: "M31 13H1V27H31V13Z",
32853
- stroke: "#B0CFE0",
32854
- strokeWidth: "2",
32855
- strokeMiterlimit: "10",
32856
- strokeLinecap: "square"
32826
+ children: [/* @__PURE__ */ jsxs("g", {
32827
+ clipPath: "url(#clip0_3171_3525)",
32828
+ children: [/* @__PURE__ */ jsx("path", {
32829
+ d: "M43.75 2.1875V19.6875H61.25",
32830
+ stroke: "white",
32831
+ strokeWidth: "4",
32832
+ strokeMiterlimit: "10"
32833
+ }), /* @__PURE__ */ jsx("path", {
32834
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
32835
+ stroke: "white",
32836
+ strokeWidth: "4",
32837
+ strokeMiterlimit: "10",
32838
+ strokeLinecap: "square"
32839
+ }), /* @__PURE__ */ jsx("path", {
32840
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
32841
+ stroke: "white",
32842
+ strokeWidth: "4",
32843
+ strokeMiterlimit: "10",
32844
+ strokeLinecap: "square"
32845
+ }), /* @__PURE__ */ jsx("path", {
32846
+ d: "M20.3438 54.25C19.6875 54.25 19.25 54.25 18.5938 54.0313V51.4063C18.8125 51.4063 19.0313 51.4063 19.25 51.625C19.4688 51.8438 19.6875 51.625 19.9063 51.625C20.5625 51.625 20.7813 51.4063 21 51.1875C21.2188 50.9688 21.4375 50.3125 21.4375 49.4375V37.8438H24.9375V49.2188C24.9375 50.9688 24.5 52.2812 23.8437 53.1562C23.1875 54.0312 21.6563 54.25 20.3438 54.25Z",
32847
+ fill: "white"
32848
+ }), /* @__PURE__ */ jsx("path", {
32849
+ d: "M36.5313 41.7813C36.5313 43.0938 36.0938 44.1875 35.2188 45.0625C34.3438 45.9375 33.25 46.1563 31.7187 46.1563H30.8438V50.3125H27.5625V37.8438H31.9375C33.4688 37.8438 34.7813 38.2812 35.4375 38.9375C36.0938 39.5937 36.5313 40.4688 36.5313 41.7813ZM30.8438 43.3125H31.5C31.9375 43.3125 32.375 43.0938 32.8125 42.875C33.25 42.6563 33.25 42.2188 33.25 41.7813C33.25 40.9063 32.8125 40.4688 31.9375 40.4688H31.0625V43.3125H30.8438Z",
32850
+ fill: "white"
32851
+ }), /* @__PURE__ */ jsx("path", {
32852
+ d: "M43.5312 43.0938H49V49.875C47.4687 50.3125 45.9375 50.5312 44.1875 50.5312C42.2188 50.5312 40.6875 49.875 39.8125 48.7812C38.9375 47.6875 38.2812 46.1562 38.2812 43.9688C38.2812 42 38.9375 40.4687 40.0312 39.1562C41.125 37.8437 42.875 37.4062 44.8438 37.4062C45.7188 37.4062 46.375 37.4063 47.0312 37.625C47.6875 37.8438 48.3437 38.0625 48.7812 38.2812L47.6875 40.9063C46.8125 40.4688 45.7187 40.25 44.625 40.25C43.5312 40.25 42.875 40.4687 42.4375 41.125C42 41.7812 41.5625 42.875 41.5625 44.1875C41.5625 45.2813 41.7812 46.1562 42.2187 46.8125C42.6562 47.4687 43.3125 47.6875 44.4062 47.6875C44.8437 47.6875 45.2812 47.6875 45.7187 47.4688V45.5H43.5312V43.0938Z",
32853
+ fill: "white"
32854
+ }), /* @__PURE__ */ jsx("path", {
32855
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
32856
+ stroke: "white",
32857
+ strokeWidth: "4",
32858
+ strokeMiterlimit: "10",
32859
+ strokeLinecap: "square"
32860
+ })]
32861
+ }), /* @__PURE__ */ jsx("defs", {
32862
+ children: /* @__PURE__ */ jsx("clipPath", {
32863
+ id: id2,
32864
+ children: /* @__PURE__ */ jsx("rect", {
32865
+ width: "70px",
32866
+ height: "70px",
32867
+ fill: "white"
32868
+ })
32869
+ })
32857
32870
  })]
32858
32871
  });
32859
32872
  };
32860
32873
  const Mkv = () => {
32861
32874
  const id2 = `clip${uniqueId()}`;
32862
32875
  return /* @__PURE__ */ jsxs(Icon, {
32863
- width: "32px",
32864
- height: "32px",
32865
- viewBox: "0 0 32 32",
32876
+ width: "70px",
32877
+ height: "70px",
32878
+ viewBox: "0 0 70 70",
32866
32879
  fill: "none",
32867
32880
  xmlns: "http://www.w3.org/2000/svg",
32868
32881
  children: [/* @__PURE__ */ jsxs("g", {
32869
- clipPath: `url(#${id2})`,
32882
+ clipPath: "url(#clip0_3171_3710)",
32870
32883
  children: [/* @__PURE__ */ jsx("path", {
32871
- d: "M20 1V9H28",
32872
- stroke: "#B0CFE0",
32873
- strokeWidth: "2",
32884
+ d: "M43.75 2.1875V19.6875H61.25",
32885
+ stroke: "white",
32886
+ strokeWidth: "4",
32874
32887
  strokeMiterlimit: "10"
32875
32888
  }), /* @__PURE__ */ jsx("path", {
32876
- d: "M28 13V9L20 1H4V13",
32877
- stroke: "#B0CFE0",
32878
- strokeWidth: "2",
32889
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
32890
+ stroke: "white",
32891
+ strokeWidth: "4",
32879
32892
  strokeMiterlimit: "10",
32880
32893
  strokeLinecap: "square"
32881
32894
  }), /* @__PURE__ */ jsx("path", {
32882
- d: "M4 27V31H28V27",
32883
- stroke: "#B0CFE0",
32884
- strokeWidth: "2",
32895
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
32896
+ stroke: "white",
32897
+ strokeWidth: "4",
32885
32898
  strokeMiterlimit: "10",
32886
32899
  strokeLinecap: "square"
32887
32900
  }), /* @__PURE__ */ jsx("path", {
32888
- d: "M9.69995 23L8.49995 18.9C8.59995 19.6 8.59995 20.1 8.59995 20.5V23H7.19995V17.3H9.29995L10.5 21.4L11.7 17.3H13.8V23H12.4V20.5C12.4 20.4 12.4 20.2 12.4 20.1C12.4 20 12.4 19.6 12.5 18.9L11.2 23H9.69995Z",
32889
- fill: "#B0CFE0"
32901
+ d: "M21.2188 50.3125L18.5938 41.3438C18.8125 42.875 18.8125 43.9688 18.8125 44.8438V50.3125H15.75V37.8438H20.3438L22.9688 46.8125L25.5938 37.8438H30.1875V50.3125H27.125V44.8438C27.125 44.625 27.125 44.1875 27.125 43.9688C27.125 43.75 27.125 42.875 27.3438 41.3438L24.5 50.3125H21.2188Z",
32902
+ fill: "white"
32890
32903
  }), /* @__PURE__ */ jsx("path", {
32891
- d: "M19.8 23H18.1L17 20.8L16.5 21.1V23H15V17.3H16.6V19.8C16.7 19.6 16.8 19.4 17.1 19.1L18.3 17.3H20L18.2 19.9L19.8 23Z",
32892
- fill: "#B0CFE0"
32904
+ d: "M43.3125 50.3125H39.5938L37.1875 45.5L36.0938 46.1563V50.3125H32.8125V37.8438H36.3125V43.3125C36.5313 42.875 36.75 42.4375 37.4063 41.7813L40.0312 37.8438H43.75L39.8125 43.5313L43.3125 50.3125Z",
32905
+ fill: "white"
32893
32906
  }), /* @__PURE__ */ jsx("path", {
32894
- d: "M23.7001 17.3H25.4L23.5 23H21.7001L19.8 17.3H21.5L22.3 20.2C22.5 20.8 22.5001 21.3 22.6 21.5C22.6 21.3 22.7001 21.1 22.7001 20.8C22.7001 20.5 22.8 20.3 22.8 20.2L23.7001 17.3Z",
32895
- fill: "#B0CFE0"
32907
+ d: "M51.8438 37.8438H55.5625L51.4063 50.3125H47.4688L43.3125 37.8438H47.0313L48.7812 44.1875C49.2188 45.5 49.2188 46.5938 49.4375 47.0313C49.4375 46.5938 49.6563 46.1562 49.6563 45.5C49.6563 44.8438 49.875 44.4063 49.875 44.1875L51.8438 37.8438Z",
32908
+ fill: "white"
32896
32909
  }), /* @__PURE__ */ jsx("path", {
32897
- d: "M31 13H1V27H31V13Z",
32898
- stroke: "#B0CFE0",
32899
- strokeWidth: "2",
32910
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
32911
+ stroke: "white",
32912
+ strokeWidth: "4",
32900
32913
  strokeMiterlimit: "10",
32901
32914
  strokeLinecap: "square"
32902
32915
  })]
@@ -32904,8 +32917,8 @@ const Mkv = () => {
32904
32917
  children: /* @__PURE__ */ jsx("clipPath", {
32905
32918
  id: id2,
32906
32919
  children: /* @__PURE__ */ jsx("rect", {
32907
- width: "32",
32908
- height: "32",
32920
+ width: "70px",
32921
+ height: "70px",
32909
32922
  fill: "white"
32910
32923
  })
32911
32924
  })
@@ -32915,43 +32928,43 @@ const Mkv = () => {
32915
32928
  const Mp3 = () => {
32916
32929
  const id2 = `clip${uniqueId()}`;
32917
32930
  return /* @__PURE__ */ jsxs(Icon, {
32918
- width: "32px",
32919
- height: "32px",
32920
- viewBox: "0 0 32 32",
32931
+ width: "70px",
32932
+ height: "70px",
32933
+ viewBox: "0 0 70 70",
32921
32934
  fill: "none",
32922
32935
  xmlns: "http://www.w3.org/2000/svg",
32923
32936
  children: [/* @__PURE__ */ jsxs("g", {
32924
- clipPath: `url(#${id2})`,
32937
+ clipPath: "url(#clip0_3171_3724)",
32925
32938
  children: [/* @__PURE__ */ jsx("path", {
32926
- d: "M20 1V9H28",
32927
- stroke: "#B0CFE0",
32928
- strokeWidth: "2",
32939
+ d: "M43.75 2.1875V19.6875H61.25",
32940
+ stroke: "white",
32941
+ strokeWidth: "4",
32929
32942
  strokeMiterlimit: "10"
32930
32943
  }), /* @__PURE__ */ jsx("path", {
32931
- d: "M28 13V9L20 1H4V13",
32932
- stroke: "#B0CFE0",
32933
- strokeWidth: "2",
32944
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
32945
+ stroke: "white",
32946
+ strokeWidth: "4",
32934
32947
  strokeMiterlimit: "10",
32935
32948
  strokeLinecap: "square"
32936
32949
  }), /* @__PURE__ */ jsx("path", {
32937
- d: "M4 27V31H28V27",
32938
- stroke: "#B0CFE0",
32939
- strokeWidth: "2",
32950
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
32951
+ stroke: "white",
32952
+ strokeWidth: "4",
32940
32953
  strokeMiterlimit: "10",
32941
32954
  strokeLinecap: "square"
32942
32955
  }), /* @__PURE__ */ jsx("path", {
32943
- d: "M10.4 23L9.20002 18.9C9.30002 19.6 9.30002 20.1 9.30002 20.5V23H7.90002V17.3H10L11.2 21.4L12.4 17.3H14.5V23H13V20.5C13 20.4 13 20.2 13 20.1C13 20 13 19.6 13.1 18.9L11.8 23H10.4Z",
32944
- fill: "#B0CFE0"
32956
+ d: "M22.75 50.3125L20.125 41.3438C20.3437 42.875 20.3438 43.9688 20.3438 44.8438V50.3125H17.2812V37.8438H21.875L24.5 46.8125L27.125 37.8438H31.7188V50.3125H28.4375V44.8438C28.4375 44.625 28.4375 44.1875 28.4375 43.9688C28.4375 43.75 28.4375 42.875 28.6563 41.3438L25.8125 50.3125H22.75Z",
32957
+ fill: "white"
32945
32958
  }), /* @__PURE__ */ jsx("path", {
32946
- d: "M19.8 19.1C19.8 19.7 19.6 20.2 19.2 20.6C18.8 21 18.3 21.1 17.6 21.1H17.2V23H15.7V17.3H17.7C18.4 17.3 19 17.5 19.3 17.8C19.6 18.1 19.8 18.5 19.8 19.1ZM17.2 19.8H17.5C17.7 19.8 17.9 19.7 18.1 19.6C18.3 19.5 18.3 19.3 18.3 19.1C18.3 18.7 18.1 18.5 17.7 18.5H17.3V19.8H17.2Z",
32947
- fill: "#B0CFE0"
32959
+ d: "M43.3125 41.7813C43.3125 43.0938 42.875 44.1875 42 45.0625C41.125 45.9375 40.0313 46.1563 38.5 46.1563H37.625V50.3125H34.3438V37.8438H38.7188C40.25 37.8438 41.5625 38.2812 42.2187 38.9375C42.875 39.5938 43.3125 40.4688 43.3125 41.7813ZM37.625 43.3125H38.2813C38.7188 43.3125 39.1563 43.0938 39.5938 42.875C40.0313 42.6563 40.0312 42.2188 40.0312 41.7813C40.0312 40.9063 39.5938 40.4688 38.7188 40.4688H37.8437V43.3125H37.625Z",
32960
+ fill: "white"
32948
32961
  }), /* @__PURE__ */ jsx("path", {
32949
- d: "M24.2001 18.5C24.2001 18.9 24.1 19.2 23.9 19.4C23.7 19.6 23.4 19.9 23 20C24 20.1 24.4 20.6 24.4 21.4C24.4 21.9 24.2 22.3 23.8 22.7C23.4 23.1 22.8 23.2 22 23.2C21.7 23.2 21.4 23.2 21.1 23.1C20.8 23 20.6 23 20.3 22.9V21.6C20.5 21.7 20.8 21.8 21.1 21.9C21.4 22 21.6 22 21.8 22C22.1 22 22.4 22 22.5 21.9C22.6 21.8 22.7001 21.7 22.7001 21.5C22.7001 21.3 22.7 21.2 22.6 21.1C22.5001 21 22.4001 21 22.2001 20.9C22.0001 20.8 21.8 20.8 21.5 20.8H21.1V19.6H21.5C22.3 19.6 22.7001 19.4 22.7001 19C22.7001 18.8 22.6 18.7 22.5 18.7C22.4 18.7 22.2 18.6 22 18.6C21.6 18.6 21.3 18.7 20.9 19L20.3 18C20.6 17.8 20.9001 17.6 21.2001 17.6C21.5001 17.6 21.9 17.5 22.3 17.5C22.9 17.5 23.4001 17.6 23.7001 17.9C24.0001 18.2 24.2001 18.1 24.2001 18.5Z",
32950
- fill: "#B0CFE0"
32962
+ d: "M52.9375 40.4688C52.9375 41.3438 52.7188 42 52.2813 42.4375C51.8438 42.875 51.1875 43.5312 50.3125 43.75C52.5 43.9688 53.375 45.0625 53.375 46.8125C53.375 47.9062 52.9375 48.7813 52.0625 49.6563C51.1875 50.5313 49.875 50.75 48.125 50.75C47.4688 50.75 46.8125 50.75 46.1563 50.5313C45.5 50.3125 45.0625 50.3125 44.4062 50.0937V47.25C44.8438 47.4688 45.5 47.6875 46.1563 47.9062C46.8125 48.125 47.25 48.125 47.6875 48.125C48.3438 48.125 49 48.125 49.2188 47.9062C49.4375 47.6875 49.6563 47.4688 49.6563 47.0312C49.6563 46.5938 49.6563 46.375 49.4375 46.1563C49.2188 45.9375 49 45.9375 48.5625 45.7187C48.125 45.5 47.6875 45.5 47.0313 45.5H46.1563V42.875H47.0313C48.7813 42.875 49.6563 42.4375 49.6563 41.5625C49.6563 41.125 49.4375 40.9063 49.2188 40.9063C49 40.9063 48.5625 40.6875 48.125 40.6875C47.25 40.6875 46.5938 40.9062 45.7188 41.5625L44.4062 39.375C45.0625 38.9375 45.7188 38.5 46.375 38.5C47.0313 38.5 47.9062 38.2812 48.7812 38.2812C50.0938 38.2812 51.1875 38.5 51.8438 39.1562C52.5 39.8125 52.9375 39.5938 52.9375 40.4688Z",
32963
+ fill: "white"
32951
32964
  }), /* @__PURE__ */ jsx("path", {
32952
- d: "M31 13H1V27H31V13Z",
32953
- stroke: "#B0CFE0",
32954
- strokeWidth: "2",
32965
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
32966
+ stroke: "white",
32967
+ strokeWidth: "4",
32955
32968
  strokeMiterlimit: "10",
32956
32969
  strokeLinecap: "square"
32957
32970
  })]
@@ -32959,8 +32972,8 @@ const Mp3 = () => {
32959
32972
  children: /* @__PURE__ */ jsx("clipPath", {
32960
32973
  id: id2,
32961
32974
  children: /* @__PURE__ */ jsx("rect", {
32962
- width: "32",
32963
- height: "32",
32975
+ width: "70px",
32976
+ height: "70px",
32964
32977
  fill: "white"
32965
32978
  })
32966
32979
  })
@@ -32970,43 +32983,43 @@ const Mp3 = () => {
32970
32983
  const Mp4 = () => {
32971
32984
  const id2 = `clip${uniqueId()}`;
32972
32985
  return /* @__PURE__ */ jsxs(Icon, {
32973
- width: "32px",
32974
- height: "32px",
32975
- viewBox: "0 0 32 32",
32986
+ width: "70px",
32987
+ height: "70px",
32988
+ viewBox: "0 0 70 70",
32976
32989
  fill: "none",
32977
32990
  xmlns: "http://www.w3.org/2000/svg",
32978
32991
  children: [/* @__PURE__ */ jsxs("g", {
32979
- clipPath: `url(#${id2})`,
32992
+ clipPath: "url(#clip0_3171_3682)",
32980
32993
  children: [/* @__PURE__ */ jsx("path", {
32981
- d: "M20 1V9H28",
32982
- stroke: "#B0CFE0",
32983
- strokeWidth: "2",
32994
+ d: "M43.75 2.1875V19.6875H61.25",
32995
+ stroke: "white",
32996
+ strokeWidth: "4",
32984
32997
  strokeMiterlimit: "10"
32985
32998
  }), /* @__PURE__ */ jsx("path", {
32986
- d: "M28 13V9L20 1H4V13",
32987
- stroke: "#B0CFE0",
32988
- strokeWidth: "2",
32999
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
33000
+ stroke: "white",
33001
+ strokeWidth: "4",
32989
33002
  strokeMiterlimit: "10",
32990
33003
  strokeLinecap: "square"
32991
33004
  }), /* @__PURE__ */ jsx("path", {
32992
- d: "M4 27V31H28V27",
32993
- stroke: "#B0CFE0",
32994
- strokeWidth: "2",
33005
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
33006
+ stroke: "white",
33007
+ strokeWidth: "4",
32995
33008
  strokeMiterlimit: "10",
32996
33009
  strokeLinecap: "square"
32997
33010
  }), /* @__PURE__ */ jsx("path", {
32998
- d: "M10.4 23L9.20002 18.9C9.30002 19.6 9.30002 20.1 9.30002 20.5V23H7.90002V17.3H10L11.2 21.4L12.4 17.3H14.5V23H13V20.5C13 20.4 13 20.2 13 20.1C13 20 13 19.6 13.1 18.9L11.8 23H10.4Z",
32999
- fill: "#B0CFE0"
33011
+ d: "M22.75 50.3125L20.125 41.3438C20.3437 42.875 20.3438 43.9688 20.3438 44.8438V50.3125H17.2812V37.8438H21.875L24.5 46.8125L27.125 37.8438H31.7188V50.3125H28.4375V44.8438C28.4375 44.625 28.4375 44.1875 28.4375 43.9688C28.4375 43.75 28.4375 42.875 28.6563 41.3438L25.8125 50.3125H22.75Z",
33012
+ fill: "white"
33000
33013
  }), /* @__PURE__ */ jsx("path", {
33001
- d: "M19.8 19.1C19.8 19.7 19.6 20.2 19.2 20.6C18.8 21 18.3 21.1 17.6 21.1H17.2V23H15.7V17.3H17.7C18.4 17.3 19 17.5 19.3 17.8C19.6 18.1 19.8 18.5 19.8 19.1ZM17.2 19.8H17.5C17.7 19.8 17.9 19.7 18.1 19.6C18.3 19.5 18.3 19.3 18.3 19.1C18.3 18.7 18.1 18.5 17.7 18.5H17.3V19.8H17.2Z",
33002
- fill: "#B0CFE0"
33014
+ d: "M43.3125 41.7813C43.3125 43.0938 42.875 44.1875 42 45.0625C41.125 45.9375 40.0313 46.1563 38.5 46.1563H37.625V50.3125H34.3438V37.8438H38.7188C40.25 37.8438 41.5625 38.2812 42.2187 38.9375C42.875 39.5938 43.3125 40.4688 43.3125 41.7813ZM37.625 43.3125H38.2813C38.7188 43.3125 39.1563 43.0938 39.5938 42.875C40.0313 42.6563 40.0312 42.2188 40.0312 41.7813C40.0312 40.9063 39.5938 40.4688 38.7188 40.4688H37.8437V43.3125H37.625Z",
33015
+ fill: "white"
33003
33016
  }), /* @__PURE__ */ jsx("path", {
33004
- d: "M24.6 21.9H24V23H22.5V21.9H20.2V20.8L22.6 17.3H24V20.8H24.6V21.9ZM22.5 20.7V20C22.5 19.9 22.5 19.7 22.5 19.5C22.5 19.3 22.5 19.2 22.5 19.2C22.4 19.4 22.3 19.6 22.2 19.8L21.6 20.7H22.5Z",
33005
- fill: "#B0CFE0"
33017
+ d: "M53.8125 47.9063H52.5V50.3125H49.2187V47.9063H44.1875V45.5L49.4375 37.8438H52.5V45.5H53.8125V47.9063ZM49.2187 45.2813V43.75C49.2187 43.5313 49.2187 43.0938 49.2187 42.6563C49.2187 42.2188 49.2187 42 49.2187 42C49 42.4375 48.7812 42.875 48.5625 43.3125L47.25 45.2813H49.2187Z",
33018
+ fill: "white"
33006
33019
  }), /* @__PURE__ */ jsx("path", {
33007
- d: "M31 13H1V27H31V13Z",
33008
- stroke: "#B0CFE0",
33009
- strokeWidth: "2",
33020
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
33021
+ stroke: "white",
33022
+ strokeWidth: "4",
33010
33023
  strokeMiterlimit: "10",
33011
33024
  strokeLinecap: "square"
33012
33025
  })]
@@ -33014,8 +33027,8 @@ const Mp4 = () => {
33014
33027
  children: /* @__PURE__ */ jsx("clipPath", {
33015
33028
  id: id2,
33016
33029
  children: /* @__PURE__ */ jsx("rect", {
33017
- width: "32",
33018
- height: "32",
33030
+ width: "70px",
33031
+ height: "70px",
33019
33032
  fill: "white"
33020
33033
  })
33021
33034
  })
@@ -33025,43 +33038,43 @@ const Mp4 = () => {
33025
33038
  const Pdf = () => {
33026
33039
  const id2 = `clip${uniqueId()}`;
33027
33040
  return /* @__PURE__ */ jsxs(Icon, {
33028
- width: "32px",
33029
- height: "32px",
33030
- viewBox: "0 0 32 32",
33041
+ width: "70px",
33042
+ height: "70px",
33043
+ viewBox: "0 0 70 70",
33031
33044
  fill: "none",
33032
33045
  xmlns: "http://www.w3.org/2000/svg",
33033
33046
  children: [/* @__PURE__ */ jsxs("g", {
33034
- clipPath: `url(#${id2})`,
33047
+ clipPath: "url(#clip0_3171_3625)",
33035
33048
  children: [/* @__PURE__ */ jsx("path", {
33036
- d: "M20 1V9H28",
33037
- stroke: "#B0CFE0",
33038
- strokeWidth: "2",
33049
+ d: "M43.75 2.1875V19.6875H61.25",
33050
+ stroke: "white",
33051
+ strokeWidth: "4",
33039
33052
  strokeMiterlimit: "10"
33040
33053
  }), /* @__PURE__ */ jsx("path", {
33041
- d: "M28 13V9L20 1H4V13",
33042
- stroke: "#B0CFE0",
33043
- strokeWidth: "2",
33054
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
33055
+ stroke: "white",
33056
+ strokeWidth: "4",
33044
33057
  strokeMiterlimit: "10",
33045
33058
  strokeLinecap: "square"
33046
33059
  }), /* @__PURE__ */ jsx("path", {
33047
- d: "M4 27V31H28V27",
33048
- stroke: "#B0CFE0",
33049
- strokeWidth: "2",
33060
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
33061
+ stroke: "white",
33062
+ strokeWidth: "4",
33050
33063
  strokeMiterlimit: "10",
33051
33064
  strokeLinecap: "square"
33052
33065
  }), /* @__PURE__ */ jsx("path", {
33053
- d: "M13.143 19.105C13.143 19.743 12.955 20.236 12.579 20.584C12.203 20.932 11.668 21.105 10.975 21.105H10.541V23H8.99805V17.289H10.975C11.696 17.289 12.238 17.446 12.6 17.762C12.962 18.078 13.143 18.524 13.143 19.105ZM10.541 19.848H10.822C11.054 19.848 11.238 19.783 11.375 19.653C11.512 19.523 11.58 19.343 11.58 19.114C11.58 18.728 11.367 18.536 10.939 18.536H10.541V19.848Z",
33054
- fill: "#B0CFE0"
33066
+ d: "M28.7503 41.7923C28.7503 43.1879 28.3391 44.2664 27.5166 45.0276C26.6941 45.7889 25.5238 46.1673 24.0078 46.1673H23.0584V50.3126H19.6831V37.8198H24.0078C25.585 37.8198 26.7706 38.1633 27.5625 38.8545C28.3544 39.5458 28.7503 40.5214 28.7503 41.7923ZM23.0584 43.4176H23.6731C24.1806 43.4176 24.5831 43.2754 24.8828 42.9911C25.1825 42.7067 25.3312 42.313 25.3312 41.812C25.3312 40.9676 24.8653 40.5476 23.9291 40.5476H23.0584V43.4176Z",
33067
+ fill: "white"
33055
33068
  }), /* @__PURE__ */ jsx("path", {
33056
- d: "M18.9 20.023C18.9 20.976 18.638 21.711 18.113 22.226C17.588 22.741 16.851 23 15.9 23H14.052V17.289H16.029C16.946 17.289 17.654 17.523 18.152 17.992C18.65 18.461 18.9 19.138 18.9 20.023ZM17.299 20.078C17.299 19.555 17.195 19.167 16.988 18.914C16.781 18.661 16.467 18.535 16.045 18.535H15.596V21.734H15.94C16.409 21.734 16.752 21.598 16.971 21.326C17.19 21.054 17.299 20.638 17.299 20.078Z",
33057
- fill: "#B0CFE0"
33069
+ d: "M41.3438 43.8005C41.3438 45.8851 40.7706 47.4929 39.6222 48.6195C38.4738 49.7461 36.8616 50.3126 34.7812 50.3126H30.7388V37.8198H35.0634C37.0694 37.8198 38.6181 38.3317 39.7075 39.3576C40.7969 40.3836 41.3438 41.8645 41.3438 43.8005ZM37.8416 43.9208C37.8416 42.7767 37.6141 41.9279 37.1613 41.3745C36.7084 40.8211 36.0216 40.5454 35.0984 40.5454H34.1162V47.5433H34.8687C35.8947 47.5433 36.645 47.2458 37.1241 46.6508C37.6031 46.0558 37.8416 45.1458 37.8416 43.9208Z",
33070
+ fill: "white"
33058
33071
  }), /* @__PURE__ */ jsx("path", {
33059
- d: "M21.443 23H19.923V17.289H23.298V18.527H21.443V19.617H23.154V20.855H21.443V23Z",
33060
- fill: "#B0CFE0"
33072
+ d: "M46.9066 50.3126H43.5816V37.8198H50.9644V40.528H46.9066V42.9123H50.6494V45.6204H46.9066V50.3126Z",
33073
+ fill: "white"
33061
33074
  }), /* @__PURE__ */ jsx("path", {
33062
- d: "M31 13H1V27H31V13Z",
33063
- stroke: "#B0CFE0",
33064
- strokeWidth: "2",
33075
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
33076
+ stroke: "white",
33077
+ strokeWidth: "4",
33065
33078
  strokeMiterlimit: "10",
33066
33079
  strokeLinecap: "square"
33067
33080
  })]
@@ -33069,8 +33082,8 @@ const Pdf = () => {
33069
33082
  children: /* @__PURE__ */ jsx("clipPath", {
33070
33083
  id: id2,
33071
33084
  children: /* @__PURE__ */ jsx("rect", {
33072
- width: "32",
33073
- height: "32",
33085
+ width: "70px",
33086
+ height: "70px",
33074
33087
  fill: "white"
33075
33088
  })
33076
33089
  })
@@ -33080,43 +33093,43 @@ const Pdf = () => {
33080
33093
  const Png = () => {
33081
33094
  const id2 = `clip${uniqueId()}`;
33082
33095
  return /* @__PURE__ */ jsxs(Icon, {
33083
- width: "32px",
33084
- height: "32px",
33085
- viewBox: "0 0 32 32",
33096
+ width: "70px",
33097
+ height: "70px",
33098
+ viewBox: "0 0 70 70",
33086
33099
  fill: "none",
33087
33100
  xmlns: "http://www.w3.org/2000/svg",
33088
33101
  children: [/* @__PURE__ */ jsxs("g", {
33089
- clipPath: `url(#${id2})`,
33102
+ clipPath: "url(#clip0_3171_3568)",
33090
33103
  children: [/* @__PURE__ */ jsx("path", {
33091
- d: "M20 1V9H28",
33092
- stroke: "#B0CFE0",
33093
- strokeWidth: "2",
33104
+ d: "M43.75 2.1875V19.6875H61.25",
33105
+ stroke: "white",
33106
+ strokeWidth: "4",
33094
33107
  strokeMiterlimit: "10"
33095
33108
  }), /* @__PURE__ */ jsx("path", {
33096
- d: "M28 13V9L20 1H4V13",
33097
- stroke: "#B0CFE0",
33098
- strokeWidth: "2",
33109
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
33110
+ stroke: "white",
33111
+ strokeWidth: "4",
33099
33112
  strokeMiterlimit: "10",
33100
33113
  strokeLinecap: "square"
33101
33114
  }), /* @__PURE__ */ jsx("path", {
33102
- d: "M4 27V31H28V27",
33103
- stroke: "#B0CFE0",
33104
- strokeWidth: "2",
33115
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
33116
+ stroke: "white",
33117
+ strokeWidth: "4",
33105
33118
  strokeMiterlimit: "10",
33106
33119
  strokeLinecap: "square"
33107
33120
  }), /* @__PURE__ */ jsx("path", {
33108
- d: "M11.9 19.1C11.9 19.7 11.7 20.2 11.3 20.6C10.9 21 10.4 21.1 9.70005 21.1H9.30005V23H7.80005V17.3H9.80005C10.5 17.3 11.1 17.5 11.4 17.8C11.7 18.1 11.9 18.5 11.9 19.1ZM9.30005 19.8H9.60005C9.80005 19.8 10 19.7 10.2 19.6C10.4 19.5 10.4 19.3 10.4 19.1C10.4 18.7 10.2 18.5 9.80005 18.5H9.30005V19.8Z",
33109
- fill: "#B0CFE0"
33121
+ d: "M26.0312 41.7813C26.0312 43.0938 25.5938 44.1875 24.7188 45.0625C23.8438 45.9375 22.75 46.1563 21.2187 46.1563H20.3438V50.3125H17.0625V37.8438H21.4375C22.9688 37.8438 24.2812 38.2812 24.9375 38.9375C25.5937 39.5938 26.0312 40.4688 26.0312 41.7813ZM20.3438 43.3125H21C21.4375 43.3125 21.875 43.0938 22.3125 42.875C22.75 42.6563 22.75 42.2188 22.75 41.7813C22.75 40.9063 22.3125 40.4688 21.4375 40.4688H20.3438V43.3125Z",
33122
+ fill: "white"
33110
33123
  }), /* @__PURE__ */ jsx("path", {
33111
- d: "M18.3 23H16.3L14.2 19C14.2 19.6 14.3 20.1 14.3 20.4V23H12.9V17.3H14.9L17 21.3C17 20.7 16.9 20.3 16.9 19.9V17.3H18.3V23Z",
33112
- fill: "#B0CFE0"
33124
+ d: "M40.0312 50.3125H35.6562L31.0625 41.5625C31.0625 42.875 31.2813 43.9688 31.2813 44.625V50.3125H28.2188V37.8438H32.5938L37.1875 46.5938C37.1875 45.2812 36.9688 44.4063 36.9688 43.5313V37.8438H40.0312V50.3125Z",
33125
+ fill: "white"
33113
33126
  }), /* @__PURE__ */ jsx("path", {
33114
- d: "M21.8 19.7H24.3V22.8C23.6 23 22.9 23.1 22.1 23.1C21.2 23.1 20.5 22.8 20.1 22.3C19.7 21.8 19.4 21.1 19.4 20.1C19.4 19.2 19.7 18.5 20.2 17.9C20.7 17.3 21.5 17.1 22.4 17.1C22.8 17.1 23.1 17.1 23.4 17.2C23.7 17.3 24 17.4 24.2 17.5L23.7 18.7C23.3 18.5 22.8 18.4 22.3 18.4C21.8 18.4 21.5 18.5 21.3 18.8C21.1 19.1 20.9 19.5 20.9 20.1C20.9 20.6 21 21 21.2 21.3C21.4 21.6 21.7 21.7 22.2 21.7C22.4 21.7 22.6 21.7 22.8 21.6V20.7H21.8V19.7Z",
33115
- fill: "#B0CFE0"
33127
+ d: "M47.6875 43.0938H53.1562V49.875C51.625 50.3125 50.0938 50.5312 48.3438 50.5312C46.375 50.5312 44.8438 49.875 43.9688 48.7812C43.0938 47.6875 42.4375 46.1562 42.4375 43.9688C42.4375 42 43.0938 40.4687 44.1875 39.1562C45.2813 37.8437 47.0312 37.4062 49 37.4062C49.875 37.4062 50.5312 37.4063 51.1875 37.625C51.8438 37.8438 52.5 38.0625 52.9375 38.2812L51.8438 40.9063C50.9688 40.4688 49.875 40.25 48.7812 40.25C47.6875 40.25 47.0312 40.4687 46.5937 41.125C46.1562 41.7812 45.7188 42.6562 45.7188 43.9688C45.7188 45.0625 45.9375 45.9375 46.375 46.5937C46.8125 47.25 47.4688 47.4688 48.5625 47.4688C49 47.4688 49.4375 47.4688 49.875 47.25V45.2813H47.6875V43.0938Z",
33128
+ fill: "white"
33116
33129
  }), /* @__PURE__ */ jsx("path", {
33117
- d: "M31 13H1V27H31V13Z",
33118
- stroke: "#B0CFE0",
33119
- strokeWidth: "2",
33130
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
33131
+ stroke: "white",
33132
+ strokeWidth: "4",
33120
33133
  strokeMiterlimit: "10",
33121
33134
  strokeLinecap: "square"
33122
33135
  })]
@@ -33124,8 +33137,8 @@ const Png = () => {
33124
33137
  children: /* @__PURE__ */ jsx("clipPath", {
33125
33138
  id: id2,
33126
33139
  children: /* @__PURE__ */ jsx("rect", {
33127
- width: "32",
33128
- height: "32",
33140
+ width: "70px",
33141
+ height: "70px",
33129
33142
  fill: "white"
33130
33143
  })
33131
33144
  })
@@ -33135,43 +33148,43 @@ const Png = () => {
33135
33148
  const Ppt = () => {
33136
33149
  const id2 = `clip${uniqueId()}`;
33137
33150
  return /* @__PURE__ */ jsxs(Icon, {
33138
- width: "32px",
33139
- height: "32px",
33140
- viewBox: "0 0 32 32",
33151
+ width: "70px",
33152
+ height: "70px",
33153
+ viewBox: "0 0 70 70",
33141
33154
  fill: "none",
33142
33155
  xmlns: "http://www.w3.org/2000/svg",
33143
33156
  children: [/* @__PURE__ */ jsxs("g", {
33144
- clipPath: `url(#${id2})`,
33157
+ clipPath: "url(#clip0_3171_3539)",
33145
33158
  children: [/* @__PURE__ */ jsx("path", {
33146
- d: "M20 1V9H28",
33147
- stroke: "#B0CFE0",
33148
- strokeWidth: "2",
33159
+ d: "M43.75 2.1875V19.6875H61.25",
33160
+ stroke: "white",
33161
+ strokeWidth: "4",
33149
33162
  strokeMiterlimit: "10"
33150
33163
  }), /* @__PURE__ */ jsx("path", {
33151
- d: "M28 13V9L20 1H4V13",
33152
- stroke: "#B0CFE0",
33153
- strokeWidth: "2",
33164
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
33165
+ stroke: "white",
33166
+ strokeWidth: "4",
33154
33167
  strokeMiterlimit: "10",
33155
33168
  strokeLinecap: "square"
33156
33169
  }), /* @__PURE__ */ jsx("path", {
33157
- d: "M4 27V31H28V27",
33158
- stroke: "#B0CFE0",
33159
- strokeWidth: "2",
33170
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
33171
+ stroke: "white",
33172
+ strokeWidth: "4",
33160
33173
  strokeMiterlimit: "10",
33161
33174
  strokeLinecap: "square"
33162
33175
  }), /* @__PURE__ */ jsx("path", {
33163
- d: "M13.2 19.1C13.2 19.7 13 20.2 12.6 20.6C12.2 21 11.7 21.1 11 21.1H10.5V23H9V17.3H11C11.7 17.3 12.3 17.5 12.6 17.8C12.9 18.1 13.2 18.5 13.2 19.1ZM10.5 19.8H10.8C11 19.8 11.2 19.7 11.4 19.6C11.6 19.5 11.6 19.3 11.6 19.1C11.6 18.7 11.4 18.5 11 18.5H10.5V19.8Z",
33164
- fill: "#B0CFE0"
33176
+ d: "M28.875 41.7813C28.875 43.0938 28.4375 44.1875 27.5625 45.0625C26.6875 45.9375 25.5938 46.1563 24.0625 46.1563H22.9688V50.3125H19.6875V37.8438H24.0625C25.5938 37.8438 26.9062 38.2812 27.5625 38.9375C28.2187 39.5938 28.875 40.4688 28.875 41.7813ZM22.9688 43.3125H23.625C24.0625 43.3125 24.5 43.0938 24.9375 42.875C25.375 42.6563 25.375 42.2188 25.375 41.7813C25.375 40.9063 24.9375 40.4688 24.0625 40.4688H22.9688V43.3125Z",
33177
+ fill: "white"
33165
33178
  }), /* @__PURE__ */ jsx("path", {
33166
- d: "M18.1999 19.1C18.1999 19.7 17.9999 20.2 17.5999 20.6C17.1999 21 16.6999 21.1 15.9999 21.1H15.5999V23H14.0999V17.3H16.0999C16.7999 17.3 17.3999 17.5 17.6999 17.8C17.9999 18.1 18.1999 18.5 18.1999 19.1ZM15.5999 19.8H15.8999C16.0999 19.8 16.2999 19.7 16.4999 19.6C16.6999 19.5 16.6999 19.3 16.6999 19.1C16.6999 18.7 16.4999 18.5 16.0999 18.5H15.6999V19.8H15.5999Z",
33167
- fill: "#B0CFE0"
33179
+ d: "M39.8122 41.7813C39.8122 43.0938 39.3747 44.1875 38.4997 45.0625C37.6247 45.9375 36.5309 46.1563 34.9997 46.1563H34.1247V50.3125H30.8434V37.8438H35.2184C36.7497 37.8438 38.0622 38.2812 38.7184 38.9375C39.3747 39.5938 39.8122 40.4688 39.8122 41.7813ZM34.1247 43.3125H34.7809C35.2184 43.3125 35.6559 43.0938 36.0934 42.875C36.5309 42.6563 36.5309 42.2188 36.5309 41.7813C36.5309 40.9063 36.0934 40.4688 35.2184 40.4688H34.3434V43.3125H34.1247Z",
33180
+ fill: "white"
33168
33181
  }), /* @__PURE__ */ jsx("path", {
33169
- d: "M21.6 23H20.1V18.6H18.7V17.3H23V18.6H21.6V23Z",
33170
- fill: "#B0CFE0"
33182
+ d: "M47.2499 50.3125H43.9686V40.6875H40.9061V37.8438H50.3124V40.6875H47.2499V50.3125Z",
33183
+ fill: "white"
33171
33184
  }), /* @__PURE__ */ jsx("path", {
33172
- d: "M31 13H1V27H31V13Z",
33173
- stroke: "#B0CFE0",
33174
- strokeWidth: "2",
33185
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
33186
+ stroke: "white",
33187
+ strokeWidth: "4",
33175
33188
  strokeMiterlimit: "10",
33176
33189
  strokeLinecap: "square"
33177
33190
  })]
@@ -33179,8 +33192,8 @@ const Ppt = () => {
33179
33192
  children: /* @__PURE__ */ jsx("clipPath", {
33180
33193
  id: id2,
33181
33194
  children: /* @__PURE__ */ jsx("rect", {
33182
- width: "32",
33183
- height: "32",
33195
+ width: "70px",
33196
+ height: "70px",
33184
33197
  fill: "white"
33185
33198
  })
33186
33199
  })
@@ -33190,46 +33203,46 @@ const Ppt = () => {
33190
33203
  const Pptx = () => {
33191
33204
  const id2 = `clip${uniqueId()}`;
33192
33205
  return /* @__PURE__ */ jsxs(Icon, {
33193
- width: "32px",
33194
- height: "32px",
33195
- viewBox: "0 0 32 32",
33206
+ width: "70px",
33207
+ height: "70px",
33208
+ viewBox: "0 0 70 70",
33196
33209
  fill: "none",
33197
33210
  xmlns: "http://www.w3.org/2000/svg",
33198
33211
  children: [/* @__PURE__ */ jsxs("g", {
33199
- clipPath: `url(#${id2})`,
33212
+ clipPath: "url(#clip0_3171_3553)",
33200
33213
  children: [/* @__PURE__ */ jsx("path", {
33201
- d: "M20 1V9H28",
33202
- stroke: "#B0CFE0",
33203
- strokeWidth: "2",
33214
+ d: "M43.75 2.1875V19.6875H61.25",
33215
+ stroke: "white",
33216
+ strokeWidth: "4",
33204
33217
  strokeMiterlimit: "10"
33205
33218
  }), /* @__PURE__ */ jsx("path", {
33206
- d: "M28 13V9L20 1H4V13",
33207
- stroke: "#B0CFE0",
33208
- strokeWidth: "2",
33219
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
33220
+ stroke: "white",
33221
+ strokeWidth: "4",
33209
33222
  strokeMiterlimit: "10",
33210
33223
  strokeLinecap: "square"
33211
33224
  }), /* @__PURE__ */ jsx("path", {
33212
- d: "M4 27V31H28V27",
33213
- stroke: "#B0CFE0",
33214
- strokeWidth: "2",
33225
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
33226
+ stroke: "white",
33227
+ strokeWidth: "4",
33215
33228
  strokeMiterlimit: "10",
33216
33229
  strokeLinecap: "square"
33217
33230
  }), /* @__PURE__ */ jsx("path", {
33218
- d: "M10.5 19.1C10.5 19.7 10.3 20.2 9.90005 20.6C9.50005 21 9.00005 21.1 8.30005 21.1H7.80005V23H6.30005V17.3H8.30005C9.00005 17.3 9.60005 17.5 9.90005 17.8C10.2 18.1 10.5 18.5 10.5 19.1ZM7.80005 19.8H8.10005C8.30005 19.8 8.50005 19.7 8.70005 19.6C8.90005 19.5 8.90005 19.3 8.90005 19.1C8.90005 18.7 8.70005 18.5 8.30005 18.5H7.80005V19.8Z",
33219
- fill: "#B0CFE0"
33231
+ d: "M22.9688 41.7813C22.9688 43.0938 22.5312 44.1875 21.6562 45.0625C20.7812 45.9375 19.6875 46.1563 18.1562 46.1563H17.0625V50.3125H13.7812V37.8438H18.1562C19.6875 37.8438 21 38.2812 21.6562 38.9375C22.3125 39.5938 22.9688 40.4688 22.9688 41.7813ZM17.0625 43.3125H17.7188C18.1563 43.3125 18.5937 43.0938 19.0312 42.875C19.4687 42.6563 19.4687 42.2188 19.4687 41.7813C19.4687 40.9063 19.0312 40.4688 18.1562 40.4688H17.0625V43.3125Z",
33232
+ fill: "white"
33220
33233
  }), /* @__PURE__ */ jsx("path", {
33221
- d: "M15.5 19.1C15.5 19.7 15.3 20.2 14.9 20.6C14.5 21 14 21.1 13.3 21.1H12.9V23H11.4V17.3H13.4C14.1 17.3 14.7 17.5 15 17.8C15.3 18.1 15.5 18.5 15.5 19.1ZM12.9 19.8H13.2C13.4 19.8 13.6 19.7 13.8 19.6C14 19.5 14 19.3 14 19.1C14 18.7 13.8 18.5 13.4 18.5H13V19.8H12.9Z",
33222
- fill: "#B0CFE0"
33234
+ d: "M33.9063 41.7813C33.9063 43.0938 33.4688 44.1875 32.5938 45.0625C31.7188 45.9375 30.625 46.1563 29.0938 46.1563H28.2188V50.3125H24.9375V37.8438H29.3125C30.8438 37.8438 32.1563 38.2812 32.8125 38.9375C33.4688 39.5938 33.9063 40.4688 33.9063 41.7813ZM28.2188 43.3125H28.875C29.3125 43.3125 29.75 43.0938 30.1875 42.875C30.625 42.6563 30.625 42.2188 30.625 41.7813C30.625 40.9063 30.1875 40.4688 29.3125 40.4688H28.4375V43.3125H28.2188Z",
33235
+ fill: "white"
33223
33236
  }), /* @__PURE__ */ jsx("path", {
33224
- d: "M18.9 23H17.4V18.6H16V17.3H20.3V18.6H18.9V23Z",
33225
- fill: "#B0CFE0"
33237
+ d: "M41.3437 50.3125H38.0625V40.6875H35V37.8438H44.4062V40.6875H41.3437V50.3125Z",
33238
+ fill: "white"
33226
33239
  }), /* @__PURE__ */ jsx("path", {
33227
- d: "M26.3 23H24.5L23.4 21.2L22.3 23H20.6L22.5 20.1L20.7 17.3H22.4L23.4 19.1L24.4 17.3H26.2L24.4 20.2L26.3 23Z",
33228
- fill: "#B0CFE0"
33240
+ d: "M57.5312 50.3125H53.5937L51.1875 46.375L48.7812 50.3125H45.0625L49.2187 43.9688L45.2813 37.8438H49L51.1875 41.7813L53.375 37.8438H57.3125L53.375 44.1875L57.5312 50.3125Z",
33241
+ fill: "white"
33229
33242
  }), /* @__PURE__ */ jsx("path", {
33230
- d: "M31 13H1V27H31V13Z",
33231
- stroke: "#B0CFE0",
33232
- strokeWidth: "2",
33243
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
33244
+ stroke: "white",
33245
+ strokeWidth: "4",
33233
33246
  strokeMiterlimit: "10",
33234
33247
  strokeLinecap: "square"
33235
33248
  })]
@@ -33237,8 +33250,8 @@ const Pptx = () => {
33237
33250
  children: /* @__PURE__ */ jsx("clipPath", {
33238
33251
  id: id2,
33239
33252
  children: /* @__PURE__ */ jsx("rect", {
33240
- width: "32",
33241
- height: "32",
33253
+ width: "70px",
33254
+ height: "70px",
33242
33255
  fill: "white"
33243
33256
  })
33244
33257
  })
@@ -33248,43 +33261,43 @@ const Pptx = () => {
33248
33261
  const Wav = () => {
33249
33262
  const id2 = `clip${uniqueId()}`;
33250
33263
  return /* @__PURE__ */ jsxs(Icon, {
33251
- width: "32px",
33252
- height: "32px",
33253
- viewBox: "0 0 32 32",
33264
+ width: "70px",
33265
+ height: "70px",
33266
+ viewBox: "0 0 70 70",
33254
33267
  fill: "none",
33255
33268
  xmlns: "http://www.w3.org/2000/svg",
33256
33269
  children: [/* @__PURE__ */ jsxs("g", {
33257
- clipPath: `url(#${id2})`,
33270
+ clipPath: "url(#clip0_3171_3738)",
33258
33271
  children: [/* @__PURE__ */ jsx("path", {
33259
- d: "M20 1V9H28",
33260
- stroke: "#B0CFE0",
33261
- strokeWidth: "2",
33272
+ d: "M43.75 2.1875V19.6875H61.25",
33273
+ stroke: "white",
33274
+ strokeWidth: "4",
33262
33275
  strokeMiterlimit: "10"
33263
33276
  }), /* @__PURE__ */ jsx("path", {
33264
- d: "M28 13V9L20 1H4V13",
33265
- stroke: "#B0CFE0",
33266
- strokeWidth: "2",
33277
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
33278
+ stroke: "white",
33279
+ strokeWidth: "4",
33267
33280
  strokeMiterlimit: "10",
33268
33281
  strokeLinecap: "square"
33269
33282
  }), /* @__PURE__ */ jsx("path", {
33270
- d: "M4 27V31H28V27",
33271
- stroke: "#B0CFE0",
33272
- strokeWidth: "2",
33283
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
33284
+ stroke: "white",
33285
+ strokeWidth: "4",
33273
33286
  strokeMiterlimit: "10",
33274
33287
  strokeLinecap: "square"
33275
33288
  }), /* @__PURE__ */ jsx("path", {
33276
- d: "M12.9 23H11.1L10.6 20.5C10.6 20.4 10.5 20.2 10.5 19.9C10.5 19.6 10.4 19.3 10.4 19.1C10.4 19.3 10.3 19.5 10.3 19.7C10.3 19.9 10.2 20.2 10.2 20.4C10.2 20.6 9.90005 21.5 9.50005 23H7.70005L6.30005 17.3H7.80005L8.40005 20.2C8.50005 20.8 8.60005 21.3 8.70005 21.7C8.70005 21.4 8.80005 21.1 8.90005 20.6C9.00005 20.1 9.10005 19.8 9.10005 19.5L9.60005 17.3H11L11.5 19.5C11.6 19.8 11.7 20.2 11.8 20.7C11.9 21.2 11.9 21.5 12 21.7C12 21.4 12.1 20.9 12.3 20.2L12.9 17.3H14.4L12.9 23Z",
33277
- fill: "#B0CFE0"
33289
+ d: "M28.2187 50.3125H24.2812L23.1875 44.8438C23.1875 44.625 22.9688 44.1875 22.9688 43.5313C22.9688 42.875 22.75 42.2188 22.75 41.7813C22.75 42.2188 22.5312 42.6563 22.5312 43.0938C22.5312 43.5313 22.3125 44.1875 22.3125 44.625C22.3125 45.0625 21.6562 47.0313 20.7812 50.3125H16.8437L13.7812 37.8438H17.0625L18.375 44.1875C18.5937 45.5 18.8125 46.5938 19.0312 47.4688C19.0312 46.8125 19.25 46.1563 19.4687 45.0625C19.6875 43.9688 19.9063 43.3125 19.9063 42.6563L21 37.8438H24.0625L25.1562 42.6563C25.375 43.3125 25.5938 44.1875 25.8125 45.2813C26.0312 46.375 26.0312 47.0313 26.25 47.4688C26.25 46.8125 26.4688 45.7188 26.9062 44.1875L28.2187 37.8438H31.5L28.2187 50.3125Z",
33290
+ fill: "white"
33278
33291
  }), /* @__PURE__ */ jsx("path", {
33279
- d: "M18.6 23L18.3 21.9H16.4L16.2 23H14.5L16.4 17.3H18.5L20.4 23H18.6ZM18 20.7L17.8 19.8C17.7 19.6 17.7 19.3 17.6 19C17.5 18.7 17.5 18.4 17.4 18.3C17.4 18.4 17.3 18.7 17.3 19C17.3 19.3 17.1 19.9 16.8 20.8H18V20.7Z",
33280
- fill: "#B0CFE0"
33292
+ d: "M40.6875 50.3125L40.0312 47.9063H35.875L35.4375 50.3125H31.7188L35.875 37.8438H40.4688L44.625 50.3125H40.6875ZM39.375 45.2813L38.9375 43.3125C38.7187 42.875 38.7188 42.2188 38.5 41.5625C38.2813 40.9063 38.2812 40.25 38.0625 40.0312C38.0625 40.25 37.8437 40.9063 37.8437 41.5625C37.8437 42.2188 37.4062 43.5312 36.75 45.5H39.375V45.2813Z",
33293
+ fill: "white"
33281
33294
  }), /* @__PURE__ */ jsx("path", {
33282
- d: "M24.1 17.3H25.8L24 23H22.2001L20.3 17.3H22L22.8 20.2C23 20.8 23.0001 21.3 23.1 21.5C23.1 21.3 23.2001 21.1 23.2001 20.8C23.2001 20.5 23.3 20.3 23.3 20.2L24.1 17.3Z",
33283
- fill: "#B0CFE0"
33295
+ d: "M52.7188 37.8438H56.4375L52.5 50.3125H48.5625L44.4062 37.8438H48.125L49.875 44.1875C50.3125 45.5 50.3125 46.5938 50.5313 47.0313C50.5313 46.5938 50.75 46.1562 50.75 45.5C50.75 44.8438 50.9688 44.4063 50.9688 44.1875L52.7188 37.8438Z",
33296
+ fill: "white"
33284
33297
  }), /* @__PURE__ */ jsx("path", {
33285
- d: "M31 13H1V27H31V13Z",
33286
- stroke: "#B0CFE0",
33287
- strokeWidth: "2",
33298
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
33299
+ stroke: "white",
33300
+ strokeWidth: "4",
33288
33301
  strokeMiterlimit: "10",
33289
33302
  strokeLinecap: "square"
33290
33303
  })]
@@ -33292,8 +33305,8 @@ const Wav = () => {
33292
33305
  children: /* @__PURE__ */ jsx("clipPath", {
33293
33306
  id: id2,
33294
33307
  children: /* @__PURE__ */ jsx("rect", {
33295
- width: "32",
33296
- height: "32",
33308
+ width: "70px",
33309
+ height: "70px",
33297
33310
  fill: "white"
33298
33311
  })
33299
33312
  })
@@ -33303,43 +33316,43 @@ const Wav = () => {
33303
33316
  const Xls = () => {
33304
33317
  const id2 = `clip${uniqueId()}`;
33305
33318
  return /* @__PURE__ */ jsxs(Icon, {
33306
- width: "32px",
33307
- height: "32px",
33308
- viewBox: "0 0 32 32",
33319
+ width: "70px",
33320
+ height: "70px",
33321
+ viewBox: "0 0 70 70",
33309
33322
  fill: "none",
33310
33323
  xmlns: "http://www.w3.org/2000/svg",
33311
33324
  children: [/* @__PURE__ */ jsxs("g", {
33312
- clipPath: `url(#${id2})`,
33325
+ clipPath: "url(#clip0_3171_3611)",
33313
33326
  children: [/* @__PURE__ */ jsx("path", {
33314
- d: "M20 1V9H28",
33315
- stroke: "#B0CFE0",
33316
- strokeWidth: "2",
33327
+ d: "M43.75 2.1875V19.6875H61.25",
33328
+ stroke: "white",
33329
+ strokeWidth: "4",
33317
33330
  strokeMiterlimit: "10"
33318
33331
  }), /* @__PURE__ */ jsx("path", {
33319
- d: "M28 13V9L20 1H4V13",
33320
- stroke: "#B0CFE0",
33321
- strokeWidth: "2",
33332
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
33333
+ stroke: "white",
33334
+ strokeWidth: "4",
33322
33335
  strokeMiterlimit: "10",
33323
33336
  strokeLinecap: "square"
33324
33337
  }), /* @__PURE__ */ jsx("path", {
33325
- d: "M4 27V31H28V27",
33326
- stroke: "#B0CFE0",
33327
- strokeWidth: "2",
33338
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
33339
+ stroke: "white",
33340
+ strokeWidth: "4",
33328
33341
  strokeMiterlimit: "10",
33329
33342
  strokeLinecap: "square"
33330
33343
  }), /* @__PURE__ */ jsx("path", {
33331
- d: "M14.7 23H13L11.9 21.2L10.7 23H9L10.9 20.1L9.1 17.3H10.8L11.8 19.1L12.8 17.3H14.6L12.8 20.2L14.7 23Z",
33332
- fill: "#B0CFE0"
33344
+ d: "M32.1563 50.3125H28.4375L26.0312 46.375L23.4063 50.3125H19.6875L23.8438 43.9688L19.9062 37.8438H23.625L25.8125 41.7813L28 37.8438H31.9375L28 44.1875L32.1563 50.3125Z",
33345
+ fill: "white"
33333
33346
  }), /* @__PURE__ */ jsx("path", {
33334
- d: "M15.3999 23V17.3H16.8999V21.8H19.0999V23H15.3999Z",
33335
- fill: "#B0CFE0"
33347
+ d: "M33.6873 50.3125V37.8438H36.9685V47.6875H41.781V50.3125H33.6873Z",
33348
+ fill: "white"
33336
33349
  }), /* @__PURE__ */ jsx("path", {
33337
- d: "M23.8 21.3C23.8 21.7 23.7 22 23.5 22.2C23.3 22.4 23.1 22.7 22.7 22.8C22.3 22.9 22 23 21.5 23C21.1 23 20.8 23 20.5 22.9C20.2 22.8 20 22.8 19.7 22.6V21.2C20 21.4 20.3 21.5 20.6 21.6C20.9 21.7 21.2 21.7 21.5 21.7C21.7 21.7 21.9 21.7 22 21.6C22.1 21.5 22.2 21.4 22.2 21.3C22.2 21.2 22.2 21.2 22.1 21.1C22 21 22 21 21.9 20.9C21.8 20.8 21.6 20.7 21.1 20.5C20.7 20.3 20.4 20.2 20.3 20C20.2 19.8 20 19.7 19.9 19.5C19.8 19.3 19.8 19.1 19.8 18.8C19.8 18.3 20 17.9 20.4 17.6C20.8 17.3 21.3 17.2 22 17.2C22.6 17.2 23.2 17.3 23.8 17.6L23.3 18.8C22.8 18.6 22.3 18.4 21.9 18.4C21.7 18.4 21.6 18.4 21.5 18.5C21.4 18.6 21.4 18.7 21.4 18.8C21.4 18.9 21.5 19 21.6 19.1C21.7 19.2 22 19.3 22.5 19.6C23 19.8 23.3 20.1 23.5 20.3C23.7 20.5 23.8 20.9 23.8 21.3Z",
33338
- fill: "#B0CFE0"
33350
+ d: "M52.0624 46.5937C52.0624 47.4687 51.8436 48.125 51.4061 48.5625C50.9686 49 50.5311 49.6562 49.6561 49.875C48.7811 50.0937 48.1249 50.3125 47.0311 50.3125C46.1561 50.3125 45.4999 50.3125 44.8436 50.0937C44.1874 49.875 43.7499 49.875 43.0936 49.4375V46.375C43.7499 46.8125 44.4061 47.0312 45.0624 47.25C45.7186 47.4687 46.3749 47.4688 47.0311 47.4688C47.4686 47.4688 47.9061 47.4687 48.1249 47.25C48.3436 47.0312 48.5624 46.8125 48.5624 46.5937C48.5624 46.375 48.5624 46.375 48.3436 46.1562C48.1249 45.9375 48.1249 45.9375 47.9061 45.7187C47.6874 45.5 47.2499 45.2812 46.1561 44.8437C45.2811 44.4062 44.6249 44.1875 44.4061 43.75C44.1874 43.3125 43.7499 43.0937 43.5311 42.6562C43.3124 42.2187 43.3124 41.7812 43.3124 41.125C43.3124 40.0312 43.7499 39.1562 44.6249 38.5C45.4999 37.8437 46.5936 37.625 48.1249 37.625C49.4374 37.625 50.7499 37.8437 52.0624 38.5L50.9686 41.125C49.8749 40.6875 48.7811 40.25 47.9061 40.25C47.4686 40.25 47.2499 40.25 47.0311 40.4687C46.8124 40.6875 46.8124 40.9062 46.8124 41.125C46.8124 41.3437 47.0311 41.5625 47.2499 41.7812C47.4686 42 48.1249 42.2187 49.2186 42.875C50.3124 43.3125 50.9686 43.9687 51.4061 44.4062C51.8436 44.8437 52.0624 45.7187 52.0624 46.5937Z",
33351
+ fill: "white"
33339
33352
  }), /* @__PURE__ */ jsx("path", {
33340
- d: "M31 13H1V27H31V13Z",
33341
- stroke: "#B0CFE0",
33342
- strokeWidth: "2",
33353
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
33354
+ stroke: "white",
33355
+ strokeWidth: "4",
33343
33356
  strokeMiterlimit: "10",
33344
33357
  strokeLinecap: "square"
33345
33358
  })]
@@ -33347,8 +33360,8 @@ const Xls = () => {
33347
33360
  children: /* @__PURE__ */ jsx("clipPath", {
33348
33361
  id: id2,
33349
33362
  children: /* @__PURE__ */ jsx("rect", {
33350
- width: "32",
33351
- height: "32",
33363
+ width: "70px",
33364
+ height: "70px",
33352
33365
  fill: "white"
33353
33366
  })
33354
33367
  })
@@ -33358,46 +33371,46 @@ const Xls = () => {
33358
33371
  const Xlsx = () => {
33359
33372
  const id2 = `clip${uniqueId()}`;
33360
33373
  return /* @__PURE__ */ jsxs(Icon, {
33361
- width: "32px",
33362
- height: "32px",
33363
- viewBox: "0 0 32 32",
33374
+ width: "70px",
33375
+ height: "70px",
33376
+ viewBox: "0 0 70 70",
33364
33377
  fill: "none",
33365
33378
  xmlns: "http://www.w3.org/2000/svg",
33366
33379
  children: [/* @__PURE__ */ jsxs("g", {
33367
- clipPath: `url(#${id2})`,
33380
+ clipPath: "url(#clip0_3171_3639)",
33368
33381
  children: [/* @__PURE__ */ jsx("path", {
33369
- d: "M20 1V9H28",
33370
- stroke: "#B0CFE0",
33371
- strokeWidth: "2",
33382
+ d: "M43.75 2.1875V19.6875H61.25",
33383
+ stroke: "white",
33384
+ strokeWidth: "4",
33372
33385
  strokeMiterlimit: "10"
33373
33386
  }), /* @__PURE__ */ jsx("path", {
33374
- d: "M28 13V9L20 1H4V13",
33375
- stroke: "#B0CFE0",
33376
- strokeWidth: "2",
33387
+ d: "M61.25 28.4375V19.6875L43.75 2.1875H8.75V28.4375",
33388
+ stroke: "white",
33389
+ strokeWidth: "4",
33377
33390
  strokeMiterlimit: "10",
33378
33391
  strokeLinecap: "square"
33379
33392
  }), /* @__PURE__ */ jsx("path", {
33380
- d: "M4 27V31H28V27",
33381
- stroke: "#B0CFE0",
33382
- strokeWidth: "2",
33393
+ d: "M8.75 59.0625V67.8125H61.25V59.0625",
33394
+ stroke: "white",
33395
+ strokeWidth: "4",
33383
33396
  strokeMiterlimit: "10",
33384
33397
  strokeLinecap: "square"
33385
33398
  }), /* @__PURE__ */ jsx("path", {
33386
- d: "M11.3 23H9.59998L8.49998 21.2L7.29998 23H5.59998L7.49998 20.1L5.69998 17.3H7.39998L8.39998 19.1L9.39998 17.3H11.2L9.39998 20.2L11.3 23Z",
33387
- fill: "#B0CFE0"
33399
+ d: "M24.7188 50.3125H21L18.5938 46.375L15.9688 50.3125H12.25L16.4062 43.9688L12.4687 37.8438H16.1875L18.375 41.7813L20.5625 37.8438H24.5L20.5625 44.1875L24.7188 50.3125Z",
33400
+ fill: "white"
33388
33401
  }), /* @__PURE__ */ jsx("path", {
33389
- d: "M12 23V17.3H13.5V21.8H15.7V23H12Z",
33390
- fill: "#B0CFE0"
33402
+ d: "M26.25 50.3125V37.8438H29.5312V47.6875H34.3438V50.3125H26.25Z",
33403
+ fill: "white"
33391
33404
  }), /* @__PURE__ */ jsx("path", {
33392
- d: "M20.4 21.3C20.4 21.7 20.3 22 20.1 22.2C19.9 22.4 19.7 22.7 19.3 22.8C18.9 22.9 18.6 23 18.1 23C17.7 23 17.4 23 17.1 22.9C16.8 22.8 16.6 22.8 16.3 22.6V21.2C16.6 21.4 16.9001 21.5 17.2001 21.6C17.5001 21.7 17.8001 21.7 18.1 21.7C18.3001 21.7 18.5001 21.7 18.6 21.6C18.7 21.5 18.8 21.4 18.8 21.3C18.8 21.2 18.8001 21.2 18.7001 21.1C18.6001 21 18.6 21 18.5 20.9C18.4 20.8 18.2001 20.7 17.7001 20.5C17.3001 20.3 17 20.2 16.9 20C16.8 19.8 16.6 19.7 16.5 19.5C16.4 19.3 16.4 19.1 16.4 18.8C16.4 18.3 16.6 17.9 17 17.6C17.4 17.3 17.9 17.2 18.6 17.2C19.2 17.2 19.8 17.3 20.4 17.6L19.9 18.8C19.4 18.6 18.9 18.4 18.5 18.4C18.3 18.4 18.2 18.4 18.1 18.5C18 18.6 18 18.7 18 18.8C18 18.9 18.1001 19 18.2001 19.1C18.3001 19.2 18.6 19.3 19.1 19.6C19.6 19.8 19.9 20.1 20.1 20.3C20.3 20.5 20.4 20.9 20.4 21.3Z",
33393
- fill: "#B0CFE0"
33405
+ d: "M44.625 46.5937C44.625 47.4687 44.4063 48.125 43.9688 48.5625C43.5313 49 43.0938 49.6562 42.2188 49.875C41.3438 50.0937 40.6875 50.3125 39.5938 50.3125C38.7188 50.3125 38.0625 50.3125 37.4063 50.0937C36.75 49.875 36.3125 49.875 35.6562 49.4375V46.375C36.3125 46.8125 36.9688 47.0312 37.625 47.25C38.2813 47.4687 38.9375 47.4688 39.5938 47.4688C40.0313 47.4688 40.4688 47.4687 40.6875 47.25C40.9063 47.0312 41.125 46.8125 41.125 46.5937C41.125 46.375 41.125 46.375 40.9063 46.1562C40.6875 45.9375 40.6875 45.9375 40.4688 45.7187C40.25 45.5 39.8125 45.2812 38.7188 44.8437C37.8438 44.4062 37.1875 44.1875 36.9688 43.75C36.75 43.3125 36.3125 43.0937 36.0938 42.6562C35.875 42.2187 35.875 41.7812 35.875 41.125C35.875 40.0312 36.3125 39.1562 37.1875 38.5C38.0625 37.8437 39.1563 37.625 40.6875 37.625C42 37.625 43.3125 37.8437 44.625 38.5L43.5313 41.125C42.4375 40.6875 41.3438 40.25 40.4688 40.25C40.0313 40.25 39.8125 40.25 39.5938 40.4687C39.375 40.6875 39.375 40.9062 39.375 41.125C39.375 41.3437 39.5938 41.5625 39.8125 41.7812C40.0313 42 40.6875 42.2187 41.7813 42.875C42.875 43.3125 43.5313 43.9687 43.9688 44.4062C44.4063 44.8437 44.625 45.7187 44.625 46.5937Z",
33406
+ fill: "white"
33394
33407
  }), /* @__PURE__ */ jsx("path", {
33395
- d: "M26.4 23H24.6L23.5 21.2L22.4 23H20.7L22.6 20.1L20.7999 17.3H22.5L23.5 19.1L24.5 17.3H26.2999L24.5 20.2L26.4 23Z",
33396
- fill: "#B0CFE0"
33408
+ d: "M57.75 50.3125H53.8125L51.4062 46.375L49 50.3125H45.2812L49.4375 43.9688L45.5 37.8438H49.2187L51.4062 41.7813L53.5937 37.8438H57.5312L53.5937 44.1875L57.75 50.3125Z",
33409
+ fill: "white"
33397
33410
  }), /* @__PURE__ */ jsx("path", {
33398
- d: "M31 13H1V27H31V13Z",
33399
- stroke: "#B0CFE0",
33400
- strokeWidth: "2",
33411
+ d: "M67.8125 28.4375H2.1875V59.0625H67.8125V28.4375Z",
33412
+ stroke: "white",
33413
+ strokeWidth: "4",
33401
33414
  strokeMiterlimit: "10",
33402
33415
  strokeLinecap: "square"
33403
33416
  })]
@@ -33405,8 +33418,8 @@ const Xlsx = () => {
33405
33418
  children: /* @__PURE__ */ jsx("clipPath", {
33406
33419
  id: id2,
33407
33420
  children: /* @__PURE__ */ jsx("rect", {
33408
- width: "32",
33409
- height: "32",
33421
+ width: "70px",
33422
+ height: "70px",
33410
33423
  fill: "white"
33411
33424
  })
33412
33425
  })
@@ -33414,23 +33427,66 @@ const Xlsx = () => {
33414
33427
  });
33415
33428
  };
33416
33429
  const Url = () => {
33430
+ return /* @__PURE__ */ jsxs(Icon, {
33431
+ width: "70px",
33432
+ height: "70px",
33433
+ viewBox: "0 0 70 70",
33434
+ fill: "none",
33435
+ xmlns: "http://www.w3.org/2000/svg",
33436
+ children: [/* @__PURE__ */ jsx("path", {
33437
+ d: "M38.5416 22.1768L33.6394 27.0768C33.5081 27.2102 33.4206 27.3611 33.2938 27.4989C35.6231 27.8201 37.785 28.8895 39.4537 30.5461C41.5013 32.5997 42.6511 35.3812 42.6511 38.2811C42.6511 41.181 41.5013 43.9626 39.4537 46.0161L27.4225 58.0474C25.3711 60.0988 22.5887 61.2513 19.6875 61.2513C16.7863 61.2513 14.004 60.0988 11.9525 58.0474C9.90105 55.9959 8.74856 53.2136 8.74856 50.3124C8.74856 47.4112 9.90105 44.6288 11.9525 42.5774L17.1697 37.3602C16.4134 34.4991 16.2423 31.5149 16.6666 28.5861L7.31281 37.9377C4.03084 41.2197 2.18705 45.671 2.18705 50.3124C2.18705 54.9538 4.03084 59.4051 7.31281 62.6871C10.5948 65.969 15.0461 67.8128 19.6875 67.8128C24.3289 67.8128 28.7802 65.969 32.0622 62.6871L44.0934 50.6558C46.1231 48.6313 47.6235 46.1386 48.4627 43.3975C49.3018 40.6563 49.4538 37.7508 48.9052 34.9371C48.3567 32.1233 47.1245 29.4877 45.3172 27.2625C43.5099 25.0372 41.183 23.2907 38.5416 22.1768Z",
33438
+ fill: "white"
33439
+ }), /* @__PURE__ */ jsx("path", {
33440
+ d: "M37.9378 7.31274L25.9066 19.344C23.8769 21.3685 22.3765 23.8612 21.5373 26.6023C20.6982 29.3435 20.5462 32.249 21.0948 35.0627C21.6433 37.8765 22.8755 40.5121 24.6828 42.7373C26.4901 44.9626 28.817 46.7091 31.4584 47.8231L36.3606 42.9231C36.4919 42.7896 36.5947 42.6409 36.715 42.5009C34.3823 42.1823 32.2168 41.1127 30.5462 39.4537C28.4987 37.4001 27.3489 34.6186 27.3489 31.7187C27.3489 28.8188 28.4987 26.0372 30.5462 23.9837L42.5775 11.9524C44.629 9.90098 47.4113 8.74848 50.3125 8.74848C51.749 8.74848 53.1715 9.03143 54.4987 9.58116C55.8258 10.1309 57.0317 10.9367 58.0475 11.9524C59.0633 12.9682 59.869 14.1741 60.4188 15.5013C60.9685 16.8284 61.2514 18.2509 61.2514 19.6874C61.2514 21.1239 60.9685 22.5464 60.4188 23.8736C59.869 25.2008 59.0633 26.4067 58.0475 27.4224L52.8347 32.6331C53.5939 35.4851 53.7732 38.4605 53.3619 41.3831L62.6872 32.0577C65.9081 28.7633 67.6999 24.3316 67.6737 19.7243C67.6476 15.117 65.8055 10.7059 62.5473 7.44827C59.2891 4.19066 54.8777 2.34937 50.2704 2.324C45.6631 2.29862 41.2317 4.09121 37.9378 7.31274Z",
33441
+ fill: "white"
33442
+ })]
33443
+ });
33444
+ };
33445
+ const StandardBackground = ({
33446
+ colorFill
33447
+ }) => {
33417
33448
  const id2 = `clip${uniqueId()}`;
33418
- return /* @__PURE__ */ jsx(Icon, {
33419
- width: "33px",
33420
- height: "32px",
33421
- viewBox: "0 0 33 32",
33449
+ return /* @__PURE__ */ jsxs("svg", {
33450
+ width: "285",
33451
+ height: "139",
33452
+ viewBox: "0 0 285 139",
33422
33453
  fill: "none",
33423
33454
  xmlns: "http://www.w3.org/2000/svg",
33424
- children: /* @__PURE__ */ jsxs("g", {
33425
- clipPath: `url(#${id2})`,
33426
- children: [/* @__PURE__ */ jsx("path", {
33427
- d: "M18.119 10.138L15.878 12.378C15.818 12.439 15.778 12.508 15.72 12.571C16.7848 12.7178 17.7731 13.2067 18.536 13.964C19.472 14.9028 19.9976 16.1743 19.9976 17.5C19.9976 18.8257 19.472 20.0972 18.536 21.036L13.036 26.536C12.0982 27.4738 10.8262 28.0007 9.49996 28.0007C8.1737 28.0007 6.90177 27.4738 5.96396 26.536C5.02616 25.5982 4.4993 24.3263 4.4993 23C4.4993 21.6737 5.02616 20.4018 5.96396 19.464L8.34896 17.079C8.00322 15.7711 7.92499 14.4069 8.11896 13.068L3.84296 17.343C2.34263 18.8433 1.49976 20.8782 1.49976 23C1.49976 25.1218 2.34263 27.1567 3.84296 28.657C5.34329 30.1573 7.37818 31.0002 9.49996 31.0002C11.6217 31.0002 13.6566 30.1573 15.157 28.657L20.657 23.157C21.5848 22.2315 22.2707 21.092 22.6543 19.8389C23.0379 18.5858 23.1074 17.2576 22.8566 15.9713C22.6059 14.685 22.0426 13.4802 21.2164 12.4629C20.3902 11.4456 19.3265 10.6472 18.119 10.138Z",
33428
- fill: "#B0CFE0"
33455
+ children: [/* @__PURE__ */ jsxs("g", {
33456
+ clipPath: "url(#clip0_3257_1585)",
33457
+ children: [/* @__PURE__ */ jsx("rect", {
33458
+ width: "285",
33459
+ height: "139",
33460
+ fill: colorFill
33461
+ }), /* @__PURE__ */ jsx("path", {
33462
+ opacity: "0.2",
33463
+ d: "M335.794 126.97C335.598 127.095 335.394 127.206 335.178 127.304C332.361 128.577 328.837 127.078 327.309 123.953C314.975 98.7512 292.415 78.0666 269.833 71.2542C260.582 68.4618 247.36 66.9169 236.854 75.3544C223.824 85.8458 226.087 115.23 228.082 141.156C229.969 165.653 231.608 186.993 220.594 193.985C219.953 194.391 219.273 194.748 218.543 195.056C206.274 200.23 182.57 192.261 107.538 83.7917C105.555 80.9251 105.989 77.1581 108.508 75.3735C111.028 73.5889 114.677 74.4684 116.658 77.3319C146.815 120.925 171.063 151.682 188.736 168.743C205.61 185.033 211.76 184.259 213.242 183.634C219.603 180.949 217.96 159.621 216.514 140.804C214.296 112.002 211.783 79.3557 229.191 65.3468C240.074 56.572 255.237 54.5108 271.865 59.5262C297.79 67.3495 323.558 90.825 337.51 119.333C338.918 122.219 338.137 125.484 335.794 126.97Z",
33464
+ fill: "white"
33465
+ }), /* @__PURE__ */ jsx("path", {
33466
+ opacity: "0.2",
33467
+ d: "M225.02 31.4635C227.693 30.696 230.537 30.772 233.152 31.6809L240.58 34.2811C241.227 34.5043 241.931 34.5167 242.59 34.3165C243.248 34.1164 243.826 33.7141 244.239 33.1683L248.388 27.6392C250.11 25.3689 252.516 23.6958 255.256 22.8636C257.996 22.0314 260.926 22.0836 263.621 23.0126L271.049 25.6128C271.696 25.836 272.401 25.8484 273.059 25.6483C273.717 25.4481 274.295 25.0458 274.709 24.5001L278.858 18.971C280.579 16.7006 282.985 15.0275 285.725 14.1953C288.465 13.3631 291.396 13.4154 294.091 14.3444L301.518 16.9445C302.165 17.1677 302.869 17.1801 303.527 16.9801C304.185 16.78 304.763 16.3779 305.176 15.8324L309.327 10.3027C311.048 8.03236 313.454 6.35924 316.194 5.52706C318.934 4.69488 321.865 4.7471 324.56 5.67612L331.987 8.27626C332.607 8.49344 333.177 8.82977 333.663 9.26594C334.15 9.70212 334.544 10.2296 334.823 10.8181C335.102 11.4066 335.26 12.0445 335.288 12.6953C335.317 13.3461 335.215 13.997 334.988 14.6107C334.524 15.8536 333.583 16.8685 332.37 17.4338C331.157 17.9992 329.771 18.0694 328.513 17.6289L321.086 15.0287C320.438 14.8073 319.734 14.7964 319.076 14.9976C318.418 15.1988 317.841 15.6017 317.428 16.1477L313.28 21.6788C311.557 23.9484 309.151 25.6209 306.412 26.453C303.672 27.2851 300.741 27.2334 298.047 26.3054L290.619 23.7053C289.97 23.4807 289.264 23.4676 288.604 23.6678C287.944 23.8681 287.365 24.2712 286.95 24.8183L282.802 30.3495C281.08 32.619 278.674 34.2915 275.934 35.1236C273.194 35.9558 270.264 35.9041 267.569 34.9761L260.142 32.3759C259.494 32.153 258.79 32.1406 258.132 32.3403C257.473 32.5401 256.895 32.9416 256.481 33.4866L252.333 39.0178C250.611 41.2873 248.205 42.9598 245.465 43.7919C242.725 44.624 239.795 44.5723 237.1 43.6443L229.674 41.0347C229.027 40.8118 228.323 40.7994 227.664 40.9991C227.006 41.1988 226.428 41.6004 226.014 42.1454L221.865 47.6766C221.065 48.7411 219.875 49.4534 218.552 49.6583C217.23 49.8633 215.883 49.5443 214.804 48.7709C214.274 48.387 213.826 47.9029 213.487 47.3463C213.148 46.7896 212.924 46.1715 212.827 45.5273C212.731 44.883 212.765 44.2254 212.926 43.5922C213.088 42.959 213.374 42.3625 213.768 41.8372L217.919 36.3075C219.685 33.9659 222.182 32.2626 225.02 31.4635Z",
33468
+ fill: "white"
33469
+ }), /* @__PURE__ */ jsx("path", {
33470
+ opacity: "0.2",
33471
+ fillRule: "evenodd",
33472
+ clipRule: "evenodd",
33473
+ d: "M62.5 167.961C78.771 167.961 91.9612 154.771 91.9612 138.5C91.9612 122.229 78.771 109.039 62.5 109.039C46.229 109.039 33.0388 122.229 33.0388 138.5C33.0388 154.771 46.229 167.961 62.5 167.961ZM62.5 183C87.0767 183 107 163.077 107 138.5C107 113.923 87.0767 94 62.5 94C37.9233 94 18 113.923 18 138.5C18 163.077 37.9233 183 62.5 183Z",
33474
+ fill: "white"
33429
33475
  }), /* @__PURE__ */ jsx("path", {
33430
- d: "M17.8429 3.34301L12.3429 8.84301C11.4151 9.76851 10.7292 10.908 10.3456 12.1611C9.96196 13.4142 9.89248 14.7424 10.1432 16.0287C10.394 17.315 10.9573 18.5199 11.7835 19.5371C12.6097 20.5544 13.6734 21.3528 14.8809 21.862L17.1219 19.622C17.1819 19.561 17.2289 19.493 17.2839 19.429C16.2175 19.2834 15.2276 18.7944 14.4639 18.036C13.5279 17.0972 13.0023 15.8257 13.0023 14.5C13.0023 13.1743 13.5279 11.9028 14.4639 10.964L19.9639 5.46401C20.9017 4.5262 22.1737 3.99935 23.4999 3.99935C24.1566 3.99935 24.8069 4.12869 25.4136 4.38C26.0203 4.63131 26.5716 4.99965 27.0359 5.46401C27.5003 5.92836 27.8686 6.47963 28.1199 7.08634C28.3712 7.69305 28.5006 8.34331 28.5006 9.00001C28.5006 9.6567 28.3712 10.307 28.1199 10.9137C27.8686 11.5204 27.5003 12.0717 27.0359 12.536L24.6529 14.918C25 16.2218 25.0819 17.582 24.8939 18.918L29.1569 14.655C30.6293 13.149 31.4485 11.123 31.4365 9.01685C31.4245 6.91066 30.5824 4.89416 29.093 3.40496C27.6035 1.91577 25.5869 1.07404 23.4807 1.06244C21.3745 1.05084 19.3487 1.87031 17.8429 3.34301Z",
33431
- fill: "#B0CFE0"
33476
+ opacity: "0.2",
33477
+ d: "M-59.9428 95.7098C-60.6472 95.4213 -61.3193 95.0119 -61.9264 94.4852C-64.9185 91.8878 -65.2379 87.3663 -62.6372 84.3909L50.6575 -45.219L66.0579 59.2779L174.017 18.8183C177.728 17.4303 181.869 19.3013 183.276 22.9985C184.677 26.6991 182.807 30.8245 179.1 32.2138L54.4444 78.9283L40.9914 -12.3506L-51.7958 93.7987C-53.8693 96.1704 -57.1693 96.847 -59.9428 95.7098Z",
33478
+ fill: "white"
33432
33479
  })]
33433
- })
33480
+ }), /* @__PURE__ */ jsx("defs", {
33481
+ children: /* @__PURE__ */ jsx("clipPath", {
33482
+ id: id2,
33483
+ children: /* @__PURE__ */ jsx("rect", {
33484
+ width: "285",
33485
+ height: "139",
33486
+ fill: "white"
33487
+ })
33488
+ })
33489
+ })]
33434
33490
  });
33435
33491
  };
33436
33492
  const Resources = ({
@@ -33445,6 +33501,29 @@ const Resources = ({
33445
33501
  const cssActive = {
33446
33502
  boxShadow: `0 2px 7px 0 ${vars("colors-neutral-silverSand")}`
33447
33503
  };
33504
+ const colorFill = () => {
33505
+ const colorMap = {
33506
+ jpeg: "#FFBC27",
33507
+ jpg: "#FFBC27",
33508
+ png: "#FFBC27",
33509
+ gif: "#FFBC27",
33510
+ ppt: "#FF7A14",
33511
+ pptx: "#FF7A14",
33512
+ doc: "#0189FF",
33513
+ docx: "#0189FF",
33514
+ csv: "#28A745",
33515
+ xls: "#28A745",
33516
+ xlsx: "#28A745",
33517
+ pdf: "#CC0000",
33518
+ mp4: "#56CCF2",
33519
+ avi: "#56CCF2",
33520
+ mkv: "#56CCF2",
33521
+ mp3: "#9B51E0",
33522
+ wav: "#9B51E0",
33523
+ url: "#1E2DFF"
33524
+ };
33525
+ return colorMap[resourceType] || "#FFBC27";
33526
+ };
33448
33527
  return /* @__PURE__ */ jsx(Link, {
33449
33528
  href: resourceLink,
33450
33529
  target: targetBlank ? "_blank" : "_self",
@@ -33457,20 +33536,37 @@ const Resources = ({
33457
33536
  borderRadius: vars("radii-big"),
33458
33537
  border: vars("borders-light"),
33459
33538
  overflow: "hidden",
33460
- children: /* @__PURE__ */ jsx(Ripples, {
33461
- children: /* @__PURE__ */ jsxs(Box, {
33539
+ children: /* @__PURE__ */ jsxs(Ripples, {
33540
+ children: [/* @__PURE__ */ jsxs(Box, {
33462
33541
  width: "285px",
33463
- height: "147px",
33542
+ height: "139px",
33464
33543
  justifyContent: "center",
33465
33544
  textAlign: "center",
33545
+ alignItems: "center",
33466
33546
  display: "grid",
33467
- gap: "8px",
33468
33547
  padding: "1rem",
33469
- children: [/* @__PURE__ */ jsx(Box, {
33470
- children: /* @__PURE__ */ jsx(Icons, {
33471
- type: resourceType
33472
- })
33548
+ children: [/* @__PURE__ */ jsx(Icons, {
33549
+ type: resourceType
33473
33550
  }), /* @__PURE__ */ jsx(Box, {
33551
+ position: "absolute",
33552
+ width: "100%",
33553
+ height: "100%",
33554
+ zIndex: "-1",
33555
+ top: "0px",
33556
+ left: "0px",
33557
+ opacity: "0.8",
33558
+ children: /* @__PURE__ */ jsx(StandardBackground, {
33559
+ colorFill: colorFill()
33560
+ })
33561
+ })]
33562
+ }), /* @__PURE__ */ jsxs(Box, {
33563
+ width: "285px",
33564
+ height: "107px",
33565
+ justifyContent: "center",
33566
+ textAlign: "center",
33567
+ display: "grid",
33568
+ padding: "1rem",
33569
+ children: [/* @__PURE__ */ jsx(Box, {
33474
33570
  children: /* @__PURE__ */ jsx(Text, {
33475
33571
  fontFamily: "Roboto",
33476
33572
  fontWeight: "700",
@@ -33511,7 +33607,7 @@ const Resources = ({
33511
33607
  }), resourceTextDownload]
33512
33608
  })
33513
33609
  })]
33514
- })
33610
+ })]
33515
33611
  })
33516
33612
  });
33517
33613
  };