@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.
- package/dist/eclass-ui-kit.es.js +544 -448
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +23 -23
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/organisms/Resources/StandardBackground.d.ts +6 -0
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/eclass-ui-kit.es.js
CHANGED
|
@@ -32438,43 +32438,43 @@ const Eventos = ({
|
|
|
32438
32438
|
const Avi = () => {
|
|
32439
32439
|
const id2 = `clip${uniqueId()}`;
|
|
32440
32440
|
return /* @__PURE__ */ jsxs(Icon, {
|
|
32441
|
-
width: "
|
|
32442
|
-
height: "
|
|
32443
|
-
viewBox: "0 0
|
|
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:
|
|
32447
|
+
clipPath: "url(#clip0_3171_3696)",
|
|
32448
32448
|
children: [/* @__PURE__ */ jsx("path", {
|
|
32449
|
-
d: "
|
|
32450
|
-
stroke: "
|
|
32451
|
-
strokeWidth: "
|
|
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: "
|
|
32455
|
-
stroke: "
|
|
32456
|
-
strokeWidth: "
|
|
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: "
|
|
32461
|
-
stroke: "
|
|
32462
|
-
strokeWidth: "
|
|
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: "
|
|
32467
|
-
fill: "
|
|
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: "
|
|
32470
|
-
fill: "
|
|
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: "
|
|
32473
|
-
fill: "
|
|
32472
|
+
d: "M45.7188 50.3125V37.8438H49.2188V50.3125H45.7188Z",
|
|
32473
|
+
fill: "white"
|
|
32474
32474
|
}), /* @__PURE__ */ jsx("path", {
|
|
32475
|
-
d: "
|
|
32476
|
-
stroke: "
|
|
32477
|
-
strokeWidth: "
|
|
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: "
|
|
32486
|
-
height: "
|
|
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: "
|
|
32497
|
-
height: "
|
|
32498
|
-
viewBox: "0 0
|
|
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:
|
|
32502
|
+
clipPath: "url(#clip0_3171_3654)",
|
|
32503
32503
|
children: [/* @__PURE__ */ jsx("path", {
|
|
32504
|
-
d: "
|
|
32505
|
-
stroke: "
|
|
32506
|
-
strokeWidth: "
|
|
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: "
|
|
32510
|
-
stroke: "
|
|
32511
|
-
strokeWidth: "
|
|
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: "
|
|
32516
|
-
stroke: "
|
|
32517
|
-
strokeWidth: "
|
|
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: "
|
|
32522
|
-
fill: "
|
|
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: "
|
|
32525
|
-
fill: "
|
|
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: "
|
|
32528
|
-
fill: "
|
|
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: "
|
|
32531
|
-
stroke: "
|
|
32532
|
-
strokeWidth: "
|
|
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: "
|
|
32541
|
-
height: "
|
|
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: "
|
|
32552
|
-
height: "
|
|
32553
|
-
viewBox: "0 0
|
|
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:
|
|
32557
|
+
clipPath: "url(#clip0_3171_3668)",
|
|
32558
32558
|
children: [/* @__PURE__ */ jsx("path", {
|
|
32559
|
-
d: "
|
|
32560
|
-
stroke: "
|
|
32561
|
-
strokeWidth: "
|
|
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: "
|
|
32565
|
-
stroke: "
|
|
32566
|
-
strokeWidth: "
|
|
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: "
|
|
32571
|
-
stroke: "
|
|
32572
|
-
strokeWidth: "
|
|
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: "
|
|
32577
|
-
fill: "
|
|
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: "
|
|
32580
|
-
fill: "
|
|
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: "
|
|
32583
|
-
fill: "
|
|
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: "
|
|
32586
|
-
stroke: "
|
|
32587
|
-
strokeWidth: "
|
|
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: "
|
|
32596
|
-
height: "
|
|
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: "
|
|
32607
|
-
height: "
|
|
32608
|
-
viewBox: "0 0
|
|
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:
|
|
32612
|
+
clipPath: "url(#clip0_3171_3752)",
|
|
32613
32613
|
children: [/* @__PURE__ */ jsx("path", {
|
|
32614
|
-
d: "
|
|
32615
|
-
stroke: "
|
|
32616
|
-
strokeWidth: "
|
|
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: "
|
|
32620
|
-
stroke: "
|
|
32621
|
-
strokeWidth: "
|
|
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: "
|
|
32626
|
-
stroke: "
|
|
32627
|
-
strokeWidth: "
|
|
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: "
|
|
32632
|
-
fill: "
|
|
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: "
|
|
32635
|
-
fill: "
|
|
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: "
|
|
32638
|
-
fill: "
|
|
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: "
|
|
32641
|
-
fill: "
|
|
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: "
|
|
32644
|
-
stroke: "
|
|
32645
|
-
strokeWidth: "
|
|
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: "
|
|
32654
|
-
height: "
|
|
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: "
|
|
32665
|
-
height: "
|
|
32666
|
-
viewBox: "0 0
|
|
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:
|
|
32670
|
+
clipPath: "url(#clip0_3171_3597)",
|
|
32671
32671
|
children: [/* @__PURE__ */ jsx("path", {
|
|
32672
|
-
d: "
|
|
32673
|
-
stroke: "
|
|
32674
|
-
strokeWidth: "
|
|
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: "
|
|
32678
|
-
stroke: "
|
|
32679
|
-
strokeWidth: "
|
|
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: "
|
|
32684
|
-
stroke: "
|
|
32685
|
-
strokeWidth: "
|
|
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: "
|
|
32690
|
-
fill: "
|
|
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: "
|
|
32693
|
-
fill: "
|
|
32692
|
+
d: "M35 50.3125V37.8438H38.5V50.3125H35Z",
|
|
32693
|
+
fill: "white"
|
|
32694
32694
|
}), /* @__PURE__ */ jsx("path", {
|
|
32695
|
-
d: "
|
|
32696
|
-
fill: "
|
|
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: "
|
|
32699
|
-
stroke: "
|
|
32700
|
-
strokeWidth: "
|
|
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: "
|
|
32709
|
-
height: "
|
|
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: "
|
|
32764
|
-
height: "
|
|
32765
|
-
viewBox: "0 0
|
|
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:
|
|
32769
|
+
clipPath: "url(#clip0_3171_3582)",
|
|
32770
32770
|
children: [/* @__PURE__ */ jsx("path", {
|
|
32771
|
-
d: "
|
|
32772
|
-
stroke: "
|
|
32773
|
-
strokeWidth: "
|
|
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: "
|
|
32777
|
-
stroke: "
|
|
32778
|
-
strokeWidth: "
|
|
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: "
|
|
32783
|
-
stroke: "
|
|
32784
|
-
strokeWidth: "
|
|
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: "
|
|
32789
|
-
fill: "
|
|
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: "
|
|
32792
|
-
fill: "
|
|
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: "
|
|
32795
|
-
fill: "
|
|
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: "
|
|
32798
|
-
fill: "
|
|
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: "
|
|
32801
|
-
stroke: "
|
|
32802
|
-
strokeWidth: "
|
|
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: "
|
|
32811
|
-
height: "
|
|
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: "
|
|
32821
|
-
height: "
|
|
32822
|
-
viewBox: "0 0
|
|
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__ */
|
|
32826
|
-
|
|
32827
|
-
|
|
32828
|
-
|
|
32829
|
-
|
|
32830
|
-
|
|
32831
|
-
|
|
32832
|
-
|
|
32833
|
-
|
|
32834
|
-
|
|
32835
|
-
|
|
32836
|
-
|
|
32837
|
-
|
|
32838
|
-
|
|
32839
|
-
|
|
32840
|
-
|
|
32841
|
-
|
|
32842
|
-
|
|
32843
|
-
|
|
32844
|
-
|
|
32845
|
-
|
|
32846
|
-
|
|
32847
|
-
|
|
32848
|
-
|
|
32849
|
-
|
|
32850
|
-
|
|
32851
|
-
|
|
32852
|
-
|
|
32853
|
-
|
|
32854
|
-
|
|
32855
|
-
|
|
32856
|
-
|
|
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: "
|
|
32864
|
-
height: "
|
|
32865
|
-
viewBox: "0 0
|
|
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:
|
|
32882
|
+
clipPath: "url(#clip0_3171_3710)",
|
|
32870
32883
|
children: [/* @__PURE__ */ jsx("path", {
|
|
32871
|
-
d: "
|
|
32872
|
-
stroke: "
|
|
32873
|
-
strokeWidth: "
|
|
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: "
|
|
32877
|
-
stroke: "
|
|
32878
|
-
strokeWidth: "
|
|
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: "
|
|
32883
|
-
stroke: "
|
|
32884
|
-
strokeWidth: "
|
|
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: "
|
|
32889
|
-
fill: "
|
|
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: "
|
|
32892
|
-
fill: "
|
|
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: "
|
|
32895
|
-
fill: "
|
|
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: "
|
|
32898
|
-
stroke: "
|
|
32899
|
-
strokeWidth: "
|
|
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: "
|
|
32908
|
-
height: "
|
|
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: "
|
|
32919
|
-
height: "
|
|
32920
|
-
viewBox: "0 0
|
|
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:
|
|
32937
|
+
clipPath: "url(#clip0_3171_3724)",
|
|
32925
32938
|
children: [/* @__PURE__ */ jsx("path", {
|
|
32926
|
-
d: "
|
|
32927
|
-
stroke: "
|
|
32928
|
-
strokeWidth: "
|
|
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: "
|
|
32932
|
-
stroke: "
|
|
32933
|
-
strokeWidth: "
|
|
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: "
|
|
32938
|
-
stroke: "
|
|
32939
|
-
strokeWidth: "
|
|
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: "
|
|
32944
|
-
fill: "
|
|
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: "
|
|
32947
|
-
fill: "
|
|
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: "
|
|
32950
|
-
fill: "
|
|
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: "
|
|
32953
|
-
stroke: "
|
|
32954
|
-
strokeWidth: "
|
|
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: "
|
|
32963
|
-
height: "
|
|
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: "
|
|
32974
|
-
height: "
|
|
32975
|
-
viewBox: "0 0
|
|
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:
|
|
32992
|
+
clipPath: "url(#clip0_3171_3682)",
|
|
32980
32993
|
children: [/* @__PURE__ */ jsx("path", {
|
|
32981
|
-
d: "
|
|
32982
|
-
stroke: "
|
|
32983
|
-
strokeWidth: "
|
|
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: "
|
|
32987
|
-
stroke: "
|
|
32988
|
-
strokeWidth: "
|
|
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: "
|
|
32993
|
-
stroke: "
|
|
32994
|
-
strokeWidth: "
|
|
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: "
|
|
32999
|
-
fill: "
|
|
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: "
|
|
33002
|
-
fill: "
|
|
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: "
|
|
33005
|
-
fill: "
|
|
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: "
|
|
33008
|
-
stroke: "
|
|
33009
|
-
strokeWidth: "
|
|
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: "
|
|
33018
|
-
height: "
|
|
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: "
|
|
33029
|
-
height: "
|
|
33030
|
-
viewBox: "0 0
|
|
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:
|
|
33047
|
+
clipPath: "url(#clip0_3171_3625)",
|
|
33035
33048
|
children: [/* @__PURE__ */ jsx("path", {
|
|
33036
|
-
d: "
|
|
33037
|
-
stroke: "
|
|
33038
|
-
strokeWidth: "
|
|
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: "
|
|
33042
|
-
stroke: "
|
|
33043
|
-
strokeWidth: "
|
|
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: "
|
|
33048
|
-
stroke: "
|
|
33049
|
-
strokeWidth: "
|
|
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: "
|
|
33054
|
-
fill: "
|
|
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: "
|
|
33057
|
-
fill: "
|
|
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: "
|
|
33060
|
-
fill: "
|
|
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: "
|
|
33063
|
-
stroke: "
|
|
33064
|
-
strokeWidth: "
|
|
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: "
|
|
33073
|
-
height: "
|
|
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: "
|
|
33084
|
-
height: "
|
|
33085
|
-
viewBox: "0 0
|
|
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:
|
|
33102
|
+
clipPath: "url(#clip0_3171_3568)",
|
|
33090
33103
|
children: [/* @__PURE__ */ jsx("path", {
|
|
33091
|
-
d: "
|
|
33092
|
-
stroke: "
|
|
33093
|
-
strokeWidth: "
|
|
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: "
|
|
33097
|
-
stroke: "
|
|
33098
|
-
strokeWidth: "
|
|
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: "
|
|
33103
|
-
stroke: "
|
|
33104
|
-
strokeWidth: "
|
|
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: "
|
|
33109
|
-
fill: "
|
|
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: "
|
|
33112
|
-
fill: "
|
|
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: "
|
|
33115
|
-
fill: "
|
|
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: "
|
|
33118
|
-
stroke: "
|
|
33119
|
-
strokeWidth: "
|
|
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: "
|
|
33128
|
-
height: "
|
|
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: "
|
|
33139
|
-
height: "
|
|
33140
|
-
viewBox: "0 0
|
|
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:
|
|
33157
|
+
clipPath: "url(#clip0_3171_3539)",
|
|
33145
33158
|
children: [/* @__PURE__ */ jsx("path", {
|
|
33146
|
-
d: "
|
|
33147
|
-
stroke: "
|
|
33148
|
-
strokeWidth: "
|
|
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: "
|
|
33152
|
-
stroke: "
|
|
33153
|
-
strokeWidth: "
|
|
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: "
|
|
33158
|
-
stroke: "
|
|
33159
|
-
strokeWidth: "
|
|
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: "
|
|
33164
|
-
fill: "
|
|
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: "
|
|
33167
|
-
fill: "
|
|
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: "
|
|
33170
|
-
fill: "
|
|
33182
|
+
d: "M47.2499 50.3125H43.9686V40.6875H40.9061V37.8438H50.3124V40.6875H47.2499V50.3125Z",
|
|
33183
|
+
fill: "white"
|
|
33171
33184
|
}), /* @__PURE__ */ jsx("path", {
|
|
33172
|
-
d: "
|
|
33173
|
-
stroke: "
|
|
33174
|
-
strokeWidth: "
|
|
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: "
|
|
33183
|
-
height: "
|
|
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: "
|
|
33194
|
-
height: "
|
|
33195
|
-
viewBox: "0 0
|
|
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:
|
|
33212
|
+
clipPath: "url(#clip0_3171_3553)",
|
|
33200
33213
|
children: [/* @__PURE__ */ jsx("path", {
|
|
33201
|
-
d: "
|
|
33202
|
-
stroke: "
|
|
33203
|
-
strokeWidth: "
|
|
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: "
|
|
33207
|
-
stroke: "
|
|
33208
|
-
strokeWidth: "
|
|
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: "
|
|
33213
|
-
stroke: "
|
|
33214
|
-
strokeWidth: "
|
|
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: "
|
|
33219
|
-
fill: "
|
|
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: "
|
|
33222
|
-
fill: "
|
|
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: "
|
|
33225
|
-
fill: "
|
|
33237
|
+
d: "M41.3437 50.3125H38.0625V40.6875H35V37.8438H44.4062V40.6875H41.3437V50.3125Z",
|
|
33238
|
+
fill: "white"
|
|
33226
33239
|
}), /* @__PURE__ */ jsx("path", {
|
|
33227
|
-
d: "
|
|
33228
|
-
fill: "
|
|
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: "
|
|
33231
|
-
stroke: "
|
|
33232
|
-
strokeWidth: "
|
|
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: "
|
|
33241
|
-
height: "
|
|
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: "
|
|
33252
|
-
height: "
|
|
33253
|
-
viewBox: "0 0
|
|
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:
|
|
33270
|
+
clipPath: "url(#clip0_3171_3738)",
|
|
33258
33271
|
children: [/* @__PURE__ */ jsx("path", {
|
|
33259
|
-
d: "
|
|
33260
|
-
stroke: "
|
|
33261
|
-
strokeWidth: "
|
|
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: "
|
|
33265
|
-
stroke: "
|
|
33266
|
-
strokeWidth: "
|
|
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: "
|
|
33271
|
-
stroke: "
|
|
33272
|
-
strokeWidth: "
|
|
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: "
|
|
33277
|
-
fill: "
|
|
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: "
|
|
33280
|
-
fill: "
|
|
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: "
|
|
33283
|
-
fill: "
|
|
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: "
|
|
33286
|
-
stroke: "
|
|
33287
|
-
strokeWidth: "
|
|
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: "
|
|
33296
|
-
height: "
|
|
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: "
|
|
33307
|
-
height: "
|
|
33308
|
-
viewBox: "0 0
|
|
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:
|
|
33325
|
+
clipPath: "url(#clip0_3171_3611)",
|
|
33313
33326
|
children: [/* @__PURE__ */ jsx("path", {
|
|
33314
|
-
d: "
|
|
33315
|
-
stroke: "
|
|
33316
|
-
strokeWidth: "
|
|
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: "
|
|
33320
|
-
stroke: "
|
|
33321
|
-
strokeWidth: "
|
|
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: "
|
|
33326
|
-
stroke: "
|
|
33327
|
-
strokeWidth: "
|
|
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: "
|
|
33332
|
-
fill: "
|
|
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: "
|
|
33335
|
-
fill: "
|
|
33347
|
+
d: "M33.6873 50.3125V37.8438H36.9685V47.6875H41.781V50.3125H33.6873Z",
|
|
33348
|
+
fill: "white"
|
|
33336
33349
|
}), /* @__PURE__ */ jsx("path", {
|
|
33337
|
-
d: "
|
|
33338
|
-
fill: "
|
|
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: "
|
|
33341
|
-
stroke: "
|
|
33342
|
-
strokeWidth: "
|
|
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: "
|
|
33351
|
-
height: "
|
|
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: "
|
|
33362
|
-
height: "
|
|
33363
|
-
viewBox: "0 0
|
|
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:
|
|
33380
|
+
clipPath: "url(#clip0_3171_3639)",
|
|
33368
33381
|
children: [/* @__PURE__ */ jsx("path", {
|
|
33369
|
-
d: "
|
|
33370
|
-
stroke: "
|
|
33371
|
-
strokeWidth: "
|
|
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: "
|
|
33375
|
-
stroke: "
|
|
33376
|
-
strokeWidth: "
|
|
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: "
|
|
33381
|
-
stroke: "
|
|
33382
|
-
strokeWidth: "
|
|
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: "
|
|
33387
|
-
fill: "
|
|
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: "
|
|
33390
|
-
fill: "
|
|
33402
|
+
d: "M26.25 50.3125V37.8438H29.5312V47.6875H34.3438V50.3125H26.25Z",
|
|
33403
|
+
fill: "white"
|
|
33391
33404
|
}), /* @__PURE__ */ jsx("path", {
|
|
33392
|
-
d: "
|
|
33393
|
-
fill: "
|
|
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: "
|
|
33396
|
-
fill: "
|
|
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: "
|
|
33399
|
-
stroke: "
|
|
33400
|
-
strokeWidth: "
|
|
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: "
|
|
33409
|
-
height: "
|
|
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__ */
|
|
33419
|
-
width: "
|
|
33420
|
-
height: "
|
|
33421
|
-
viewBox: "0 0
|
|
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:
|
|
33426
|
-
children: [/* @__PURE__ */ jsx("
|
|
33427
|
-
|
|
33428
|
-
|
|
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
|
-
|
|
33431
|
-
|
|
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__ */
|
|
33461
|
-
children: /* @__PURE__ */ jsxs(Box, {
|
|
33539
|
+
children: /* @__PURE__ */ jsxs(Ripples, {
|
|
33540
|
+
children: [/* @__PURE__ */ jsxs(Box, {
|
|
33462
33541
|
width: "285px",
|
|
33463
|
-
height: "
|
|
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(
|
|
33470
|
-
|
|
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
|
};
|